/* Imke Hay - Setup by GREEN32 */

/* INCLUDE LOCAL GOOGLE FONTS */

/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v36-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand-v36-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/quicksand-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* COMMON TYPO DEFINITIONS */

/* fonts */

h1,.h1 {
  font-family: 'Quicksand';
  /*font-size: 2.6rem;
  color:  var(--accentColor);*/
  text-transform: uppercase;
  font-weight: 500;
} 


h2,.h2 {
  font-family: 'Quicksand';
  font-weight: 500;
}

h3,.h3 {
  font-family: 'Quicksand';
  font-weight: 500;
}

h4,h5,h6,.h4,.h5,.h6 {
    font-family: 'Quicksand';
    font-weight: 600;
}

/*
body,p { 
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #555;
}
*/

/* OTHER DEFINITIONS */

.ce_frame_start.style7 .ce_frame_start_inside {
  border-top: 1px solid rgb(236, 236, 236);
}


.ce_frame_start.style9 .ce_frame_start_inside {
  box-shadow: 0 70px 70px rgba(0,0,0,.2);
  background: rgb(247, 247, 247);
  padding: 5% 8%;
}

.ce_frame_start.style10 .ce_frame_start_inside {
  box-shadow: 0 70px 70px rgba(0,0,0,.2);
  background: rgb(117, 162, 58, 0.75);
  padding: 5% 8%;
}

/*
.ce_testimonial_slider[data-style="style1"] .swiper-content .text::before {
  font-family: sans-serif;
  content: open-quote;
  font-size: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: .2;
  line-height: 115px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text {
  padding: 25px 25px 25px 50px;
  position: relative;
  quotes: "\201C""\201D";
  border-radius: 10px;
  margin-bottom: 35px;
  transition: all .2s ease;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .name {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #000;
  text-align: center;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .info {
  font-size: 1.1em;
  line-height: 1.5em;
  color: rgba(0,0,0,0.6);
  text-align: center;
  font-weight: 500;
  font-style: italic;
}
*/

.slider-control a.slider-next::after {
  right: 0px;
  color: #75a23a;
}

.ce_sliderStart .slider-control .slider-menu b {
  border: 2px solid #75a23a;
}


.ce_sliderStart .slider-control .slider-menu b.active {
  background: rgb(117, 162, 58, 1) !important;
}


.slider-control a.slider-prev::before {
  left: 0px;
  color: #75a23a;
}