/* dosis-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: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/dosis-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-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: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-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: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dosis-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-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: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dosis-v32-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-700 - 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: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dosis-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
text-transform: uppercase;
}

.mainmenu ul li a, .mainmenu_link a span, .smartmenu-content .mod_navigation li:not(.floatbox) {
      font-weight: 500 !important
    }

.box_hl  {
  display: flex;
  flex-direction: column;     
  align-items: flex-start;    
}

.box_hl h2, .box_hl h3, .box_hl h4 {
    color: #fff;
margin-bottom: 0;
font-size: 50px;
  padding: 3px 17px;
}


.box_hl.font_s h2, .box_hl.font_s h3, .box_hl.font_s h4 {
   font-size:  2rem !important;
}

.box_hl.font_m h2, .box_hl.font_m h3, .box_hl.font_m h4 {
   font-size:  3rem !important;
}

.box_hl.font_l h2, .box_hl.font_l h3, .box_hl.font_l h4 {
   font-size: 4rem !important;
}

.box_hl.font_xl h2, .box_hl.font_xl h3, .box_hl.font_xl h4 {
   font-size:  5rem !important;
}


.ora h2, .ora h3, .ora h4 {
 background-color: #ff9700;
}

.gre h3 {
    background-color: #a9d200;
}

.tur h2 {
 background-color: #46d4c1;
}

.gel h3 {
    background-color: #fbd400;
}

.ml_5 :nth-child(2){
    margin-left: 5%;
}

.ml_10 :nth-child(2){
    margin-left: 10%;
}


.ml_15 :nth-child(2){
    margin-left: 15%;
}

/*  Menü, Content und Footer: Anpassung der Seitenränder Desktop/Tablet/Mobil */

.mod_article.fullwidth-padding-left > .container, .mod_article.fullwidth-padding-right > .container, .mod_article.fullwidth-padding-both > .container {
    max-width: 2000px !important;
}

@media only screen and (max-width: 767px) {
.header .inside, #footer .inside, #bottom .inside {
    max-width: none !important;
    padding-left: 20px;
    padding-right: 20px;
}
.mmenu_trigger {
  right: 20px !important;
}
}


@media only screen and (min-width : 768px) and (max-width : 1024px) {
.header .inside, #footer .inside, #bottom .inside {
    max-width: none !important;
    padding-left: 20px;
    padding-right: 20px;
}
.mmenu_trigger {
  right: 20px !important;
}
}


    /* =============================================================================
 * submit input (Button Formular + Cookiebanner)
 * ========================================================================== */

input.submit,
button.submit {
    background: #a9d200!important;
    border-radius: 0px!important;
}
    



* {
  hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
}

.smartmenu.open .smartmenu-trigger {
  opacity: .1;
}

.smartmenu-content .mod_navigation a.active, .smartmenu-content .mod_navigation a.trail {
  border-bottom: 2px solid #000;
  padding-bottom: 9px;

}


#mmenu .mod_navigation li a.open, #mmenu .mod_navigation li a.active, #mmenu .mod_navigation li a:focus,
#mmenu .mod_navigation li a  {
font-weight: 500;
}

#mmenu {
  top: 56px;
}

@media only screen and (max-width: 767px) {
.mmenu_open .header {background: rgba(255, 255, 255, 1);
}}


#mmenu .mod_navigation li a.active {
font-weight: 500;
border-bottom: 1px solid #000000;
padding-bottom: 4px;

}

form select {
  height: 55px;
}

.top-link {
background-color: rgba(51, 51, 51, 0.339);

}

.widget-explanation a {
  color:  #000;
  text-decoration: underline;
}

.ce_form button.submit {
font-size: 20px;
text-transform: uppercase;
padding: 12px 20px 15px 20px;
letter-spacing: 1px;
}

.checkbox_container {
  display: flex;
   flex-wrap: wrap;
}

.checkbox_container span {
  padding-right: 20px;
 }
 
    /* =============================================================================
 * Button CTA
 * ========================================================================== */ 
 
.ce_hyperlink.btn-second.button-sparkasse a {
   background: #e30613 !important;
  border-color: #e30613 !important;

 }