:root {
  --hauptfarbe: #20461C; /* dunkelgrün */
  --hauptfarbe_alternativ: #A68A60; /* dunkelgelb */
  --hauptfarbe_hellhinterg: #fdfbf6; /* helleres hellgelb */
  --hauptfarbe_dunkelhinterg: #F2EBD9; /* hellgelb */
  --zweitfarbe: #DE7026; /* orange */
  
  --fontfam_h: 'Dosis', sans-serif;
  --fontfam_t: 'Dosis', sans-serif;
  --fontfam_auszeichnung: 'Dosis', sans-serif;
  
  --borderradius: 5px;
}

.intuitives_bearbeiten {z-index: 10;}

#back_to_top_btn {background-color: #de7026ab;}
body {background-color: var(--hauptfarbe_dunkelhinterg);}

hr {background-color: var(--hauptfarbe); border: unset; height: 3px; width: 94%; max-width: 960px; margin: 6vh 0; justify-self: center;}

#navi_mobile_2020 #navi_mobile_2020_inhalt ul li ul {background-color: var(--hell_transparent);}
#navi_mobile_2020 #navi_mobile_2020_inhalt ul li .navi_mobil_e1_flexbox a.aktiv {list-style-type: none;}


#bilderleiste {background-color: transparent; height: 20vh;}
#bilderleiste #notfall_button {height: 85px; width: 85px; background-color: var(--zweitfarbe); padding: 15px; border-radius: 50%; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; border: 4px solid var(--zweitfarbe); position: absolute; right: 6vw;}
#bilderleiste #notfall_button:hover {border: 4px solid var(--hell);}
#bilderleiste #notfall_button svg {fill: var(--hell); width: 80%; flex: 1; animation: pulse 1.5s infinite ease-in-out; transform-origin: center;}
#bilderleiste #notfall_button:hover svg {fill: var(--hell); width: 80%; flex: 1; animation: unset; transform-origin: center;}
#bilderleiste #notfall_button div {color: var(--hell); text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-size: 0.8rem;}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}



#navigation {background-color: var(--hauptfarbe); order: unset; border-bottom: unset; width: 100%; padding: 0; justify-content: center; height: 60px;}
#navigation.scrolled_down {height: 60px;}
#navigation ul li a {color: var(--hauptfarbe_dunkelhinterg); font-size: 1.1rem; line-height: 1.5rem; font-weight: 300; margin: 10px 25px;}
#navigation ul li a:hover {color: var(--hell);}
#navigation ul li a.aktiv {font-weight: 600;}
#navigation ul li a:before {background: var(--hauptfarbe_dunkelhinterg); height: 3px;}

#navigation ul li ul {background-color: var(--hauptfarbe); top: 60px;}
#navigation ul li ul li a {font-size: 1rem; line-height: 1.3rem;}

#socials_in_navi {position: absolute; right: 20px;}
#socials_in_navi a:first-of-type {padding-right: 10px;}
#socials_in_navi a svg {width: 20px; height: 20px; color: var(--hauptfarbe_dunkelhinterg); transition: 0.2s;}
#socials_in_navi a:hover svg {color: var(--zweitfarbe);}






#multibox_68 .bst_multibox_linkausgabe_bereich {margin-top: 0; justify-content: center;}




.datei_download_multi {border-bottom: none; margin: 20px auto; background-color: var(--hell); padding: 30px; width: calc(100% - 60px); max-width: calc(960px - 60px); border-radius: var(--borderradius);}



.bst_multibox {margin: 6vh auto;}
.bst_multibox .bst_multibox_inhalt {font-size: 1.2rem; line-height: 1.7rem;}
.bst_multibox .bst_multibox_inhalt p {margin-bottom: 10px;}
.bst_multibox .bst_multibox_linkausgabe_bereich .bst_multibox_linkausgabe {font-size: 1rem; line-height: 1.2rem; font-weight: 800; letter-spacing: 2px; padding: 10px 15px;}
.bst_multibox .bst_multibox_inhalt .multibox_text_div_mehr_zeigen_link {background-color: var(--hauptfarbe_alternativ); color: var(--hell); padding: 5px 10px;}
.bst_multibox .bst_multibox_inhalt .multibox_text_div_mehr_zeigen_link:hover {background-color: var(--zweitfarbe);}


.bst_multibox.bst_multibox_standard_layout.bst_multibox_bild_rechts {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center;}
.bst_multibox.bst_multibox_standard_layout.bst_multibox_bild_rechts .bst_multibox_titel::after {height: 115%; background-color: white; width: calc(100% + 50px); position: absolute; bottom: -7%; z-index: -1; left: -25px; border-radius: var(--borderradius);}
.bst_multibox.bst_multibox_standard_layout.bst_multibox_bild_rechts .bst_multibox_titel {margin-top: -40px; z-index: 0; text-align: center;}
.bst_multibox.bst_multibox_standard_layout.bst_multibox_bild_rechts .bst_multibox_untertitel {text-align: center; justify-content: center;}






.bst_multibox.bst_multibox_standard_layout .bst_multibox_titel, .bst_multibox.bst_multibox_galerie_layout .bst_multibox_titel {margin-bottom: 40px; font-size: 3rem; line-height: 3.4rem; text-shadow: 4px 0px 0px white; text-transform: uppercase; letter-spacing: 1px; width: max-content; position: relative;} 
.bst_multibox.bst_multibox_galerie_layout .bst_multibox_titel {text-align: center;} 
.bst_multibox.bst_multibox_galerie_layout .bst_multibox_untertitel {text-align: center;} 
.bst_multibox.bst_multibox_standard_layout .bst_multibox_titel::after, .bst_multibox.bst_multibox_galerie_layout .bst_multibox_titel::after {content: ''; height: 22px; background-color: white; width: calc(100% + 10px); position: absolute; bottom: 0; z-index: -1; left: -5px; right: 5px; border-radius: var(--borderradius);} 
.bst_multibox.bst_multibox_standard_layout .bst_multibox_untertitel, .bst_multibox.bst_multibox_galerie_layout .bst_multibox_untertitel {color: var(--hauptfarbe); font-size: 1.8rem; line-height: 2.4rem;} 
.bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste {margin-top: 5px;}
.bst_multibox.bst_multibox_standard_layout.bst_multibox_bild_rechts .bst_multibox_bilder_leiste {grid-column-start: 1; grid-column-end: 3; grid-row-start: 1;}
.bst_multibox.bst_multibox_standard_layout .bst_multibox_inhalt {margin-top: 5px;}
.bst_multibox.bst_multibox_standard_layout.bst_multibox_bild_rechts .bst_multibox_inhalt {grid-row-start: 5; grid-column-end: 3;}
.bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild {background-color: var(--hell); margin-left: -5px; padding: 5px;}
.bst_multibox.bst_multibox_standard_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild:first-of-type {margin-top: -5px;}


.bst_multibox.bst_multibox_galerie_layout .bst_multibox_bilder_leiste {width: 100%;}
.bst_multibox.bst_multibox_galerie_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild {background-color: var(--hell); padding: 5px; border-radius: var(--borderradius);}
.bst_multibox.bst_multibox_galerie_layout .bst_multibox_bilder_leiste .bst_multibox_bildunterschrift {display: flex; margin-bottom: 0; color: var(--hauptfarbe_alternativ);}
#multibox_98 .bst_multibox_bild_umrahmung img {object-fit: contain; width: calc(100% - 40px); height: calc(100% - 40px); padding: 20px;}





.bst_multibox.bst_multibox_highlight_thema_layout {margin: 1vw auto; width: 550px; max-width: 100%;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste {padding: 0; width: 200px; height: 200px; overflow: hidden; border-color: var(--hell); box-shadow: none;}
.bst_multibox.bst_multibox_highlight_thema_layout .label_faehnchen {background-color: var(--hell);}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_titel {color: var(--hauptfarbe);}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_untertitel {color: var(--hauptfarbe_alternativ);}




#news_ausgabekasten {}
#news_ausgabekasten .bst_multibox.bst_multibox_standard_layout {border-bottom: 3px solid var(--hauptfarbe); padding-bottom: 8vh; margin: 8vh auto; grid-template-columns: 0.3fr 1fr;} 
#news_ausgabekasten .bst_multibox.bst_multibox_standard_layout:last-of-type {border-bottom: none;} 






.bstb_intuitiv.bstb_kacheln {display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.mb_kacheln {min-width: 300px;}
.bst_multibox.bst_multibox_kacheln_layout {width: 15vw; margin: 2vw;}
.bst_multibox.bst_multibox_kacheln_layout:hover {cursor: default;}
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_bilder_leiste {order: unset; filter: unset; opacity: unset;}
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_bild_umrahmung {position: unset;}
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_titel {order: unset; font-size: 1.6rem; line-height: 1.8rem; margin-top: 15px; text-transform: none;}



.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout {display: flex; flex-wrap: wrap; height: 65vh; width: 100%; max-width: unset; position: relative; overflow: hidden; justify-content: center; align-content: center; align-items: center; margin: auto;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_titel {text-align: center; justify-content: center; align-items: center; align-content: center; color: var(--hauptfarbe_dunkelhinterg); text-shadow: 0 0 15px var(--dunkel); text-transform: uppercase; letter-spacing: 1px; font-size: 5vw; line-height: 5vw; background-color: transparent; margin-left: 0;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_untertitel {text-align: center; justify-content: center; align-items: center; align-content: center; color: var(--hauptfarbe_dunkelhinterg); text-shadow: 0 0 15px var(--dunkel); font-weight: 500; font-size: 2.5vw; line-height: 3vw; max-width: 100%;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bilder_leiste {position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; display: flex; justify-content: center; align-items: center;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bilder_leiste::before {content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; display: flex; justify-content: center; align-items: center; background-color: #0000004d;}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bilder_leiste .bst_multibox_animation {height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bild_animation_kasten {height: 100% !important; width: 100%;}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_inhalt {margin-top: 0;}

#multibox_81 {display: flex; justify-content: center; align-items: center; margin: 0; width: 100%; max-width: unset;}
#multibox_81 .bst_multibox_linkausgabe_bereich {margin: -4vh 0 0 0;}
#multibox_81 .bst_multibox_linkausgabe_bereich a {margin: 0; min-height: 4vh; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 1.6rem; line-height: 2rem; padding: 1vh 2vh;}





.bst_multibox.bst_multibox_hauptueberschrift_layout, #bstb_startseite_aktuelles #multibox_69 {display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center;}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_titel, #bstb_startseite_aktuelles #multibox_69 .bst_multibox_titel {background-color: var(--hell); width: auto; text-align: center; justify-content: center; align-items: center; padding: 15px 20px; font-size: 3vw; line-height: 3.5vw; margin-left: 0; border-radius: var(--borderradius);}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_titel::after, #bstb_startseite_aktuelles #multibox_69 .bst_multibox_titel::after {background-color: transparent;}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_untertitel {width: auto; text-align: center; justify-content: center; align-items: center; color: var(--hauptfarbe); font-size: 1.8rem; line-height: 2.4rem; max-width: 800px;}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bilder_leiste {margin-bottom: -50px; z-index: -1;}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild {padding: 5px; background-color: var(--hell);}
.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_inhalt {text-align: center; justify-content: center; align-items: center;  max-width: 700px;}






.bst_multibox.bst_multibox_ausklapp_box_layout {background-color: var(--hauptfarbe); padding: 0; width: 100%; max-width: 960px; transition: 0.2s;}
.bst_multibox.bst_multibox_ausklapp_box_layout:hover {background-color: var(--zweitfarbe);}
.bst_multibox.bst_multibox_ausklapp_box_layout.inhalt_eingeblendet:hover {background-color: var(--hauptfarbe);} 
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_anklickbarer_bereich {padding: 20px 30px; width: calc(100% - 60px); grid-template-columns: auto auto; align-items: center;}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_bilder_leiste {max-width: 25px;}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_inhalt {padding: 0 30px; width: calc(100% - 60px);}
.bst_multibox.bst_multibox_ausklapp_box_layout.inhalt_eingeblendet .bst_multibox_inhalt {padding: 20px 30px;}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_text {margin-top: 0; color: var(--hell);}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_ueberschriften {width: 100%;}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_titel {color: var(--hell); font-size: 1.5rem; line-height: 1.7rem;}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_anklickbarer_bereich:hover .bst_multibox_titel {color: var(--hell);}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_untertitel {color: var(--hauptfarbe_dunkelhinterg); font-weight: 500; font-size: 1.2rem; line-height: 1.7rem;}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_anklickbarer_bereich .ausklapp_btn {right: 30px; background-image: url(/bilder/button_mobil/burgermenu_symbol_aufklappen_rgb0.svg);}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_linkausgabe_bereich .bst_multibox_linkausgabe {background-color: var(--zweitfarbe);}
.bst_multibox.bst_multibox_ausklapp_box_layout .bst_multibox_linkausgabe_bereich .bst_multibox_linkausgabe:hover {color: var(--zweitfarbe); background-color: var(--hell);}







#bstb_startseite_aktuelles {margin-bottom: 6vh;}
#bstb_startseite_aktuelles #multibox_69 {margin-bottom: 0;}
#bstb_startseite_aktuelles #multibox_69 .bst_multibox_titel {margin-bottom: -5px; text-transform: uppercase; letter-spacing: 1px;}

.news_ausgabe {background-color: var(--hell); display: flex; flex-wrap: wrap; grid-template-columns: 1fr 1fr 1fr 1fr; max-width: 80%; align-items: flex-start; padding: 20px; position: relative; margin-left: auto; margin-right: auto; width: max-content;}
.news_ausgabe .bst_multibox {max-width: 275px; padding: 25px; margin-bottom: 0; margin-top: 0; flex-direction: column;}
.news_ausgabe .bst_multibox .bst_multibox_info {margin-bottom: 0;}
.bst_multibox .bst_multibox_info .bst_multibox_news_rubrik a {margin-top: 3px; margin-bottom: 0;  margin-right: 3px;}
.bst_multibox .bst_multibox_info .bst_multibox_news_rubrik:last-of-type a {margin-right: 0;}
.news_ausgabe .bst_multibox .bst_multibox_titel {background-color: unset; background-color: transparent; margin-left: 0;}
.news_ausgabe .bst_multibox .bst_multibox_bilder_leiste {max-width: 100%;}
.news_ausgabe .bst_multibox .bst_multibox_bilder_leiste .bst_mb_ein_bild {aspect-ratio: 1 / 1; padding: 0; margin-left: 0; width: 100%;}
.news_ausgabe .bst_multibox .bst_multibox_bild_umrahmung {height: 100%; border: 3px solid var(--hauptfarbe); width: calc(100% - 6px);}
.news_ausgabe .bst_multibox .bst_multibox_bild_umrahmung a {height: 100%; width: 100%;}
.news_ausgabe .bst_multibox .bst_multibox_bild_umrahmung img {height: 100%; width: 100%; object-fit: cover;}
.news_ausgabe .bst_multibox .bst_multibox_titel {text-transform: uppercase; font-size: 2rem; line-height: 2.2rem; margin-bottom: 4px; padding: 0; max-width: 100%; hyphens: auto;}
.news_ausgabe .bst_multibox .bst_multibox_untertitel {font-size: 1.2rem; line-height: 1.4rem; color: var(--hauptfarbe_alternativ); margin-bottom: 10px; margin-top: 0; hyphens: auto;}
.news_ausgabe .bst_multibox .bst_multibox_inhalt {font-size: 1rem; line-height: 1.2rem; margin-top: 0; flex-direction: column;}
.news_ausgabe .bst_multibox .bst_multibox_inhalt .multibox_text_div_mehr_zeigen_link {align-self: unset;}
.alle_news_anzeigen_bereich {grid-column-start: 1; grid-column-end: 5; position: absolute; bottom: -20px; left: 0;}
.alle_news_anzeigen_bereich .alle_news_anzeigen_btn {text-transform: uppercase; letter-spacing: 2px; font-weight: 700; padding: 10px 20px;}







#fuss {background-color: var(--hell); display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
#fuss_innen {width: 100%; display: flex; justify-content: space-around; padding: 50px 30px; max-width: 1400px;}
#fuss_innen div p, #fuss_innen div a {color: var(--hauptfarbe); margin: 3px 0;}
#fuss_innen #fuss_kontaktblock3 a {}
#fuss_innen #fuss_kontaktblock3 a:hover {border-bottom: 3px solid var(--hauptfarbe);}
#fuss_innen #fuss_links {justify-content: center; align-items: center; display: flex;}
#fuss_innen #fuss_links a {background-color: var(--hauptfarbe); color: var(--hell); padding: 10px 15px; border-radius: var(--borderradius); text-transform: uppercase; letter-spacing: 1px; font-weight: 500; transition: 0.2s;}
#fuss_innen #fuss_links a:hover {background-color: var(--zweitfarbe);}

#sohle {flex-wrap: wrap; margin-top: 5px;}









.textblock {display: flex; flex-direction: column;}






@media screen and (max-width: 768px) {

#socials_in_navi {top: 10px;}

#bilderleiste #notfall_button {width: 11vw; height: 11vw; right: 3vw; padding: 10px;}
#bilderleiste #notfall_button div {font-size: 2.5vw; line-height: 3vw;}

.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_titel {font-size: 14vw; line-height: 15vw;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_untertitel {font-size: 11vw; line-height: 13vw;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout {height: 45vh;}

.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bilder_leiste {margin-bottom: 10px;}


.bst_multibox.bst_multibox_standard_layout .bst_multibox_titel::after, .bst_multibox.bst_multibox_galerie_layout .bst_multibox_titel::after {display: none;}

.bst_multibox.bst_multibox_standard_layout.bst_multibox_bild_rechts .bst_multibox_titel {margin-top: 0;}

.news_ausgabe {grid-template-columns: 1fr; align-items: center;}
.alle_news_anzeigen_bereich {width: calc(100% - 20px);}
.bst_multibox.bst_multibox_kacheln_layout {width: 75vw;}
.bst_multibox.bst_multibox_standard_layout .bst_multibox_titel {width: 100%;}
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_titel {font-size: 4vw; line-height: 4.5vw; margin-top: 5px;}
.bst_multibox.bst_multibox_kacheln_layout {margin: 4vw;}
.mb_kacheln {width: 40%; min-width: unset;}

.bst_multibox.bst_multibox_standard_layout .bst_multibox_titel, .bst_multibox.bst_multibox_galerie_layout .bst_multibox_titel {font-size: 9vw; line-height: 9.5vw;}
.bst_multibox.bst_multibox_standard_layout .bst_multibox_untertitel, .bst_multibox.bst_multibox_galerie_layout .bst_multibox_untertitel {font-size: 7vw; line-height: 7.5vw;}

.bst_multibox.bst_multibox_ausklapp_box_layout {width: 94%;}

.bst_multibox.bst_multibox_galerie_layout .bst_multibox_bilder_leiste {padding: 0;}
.bst_multibox.bst_multibox_galerie_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild {flex: 1; min-width: 30%; max-width: max-content; margin: 7px;}

.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_bilder_leiste {margin: 0;}
.bstb_intuitiv.kopfbereich_bild .bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_animation {height: 100%;}

.bst_multibox.bst_multibox_hauptueberschrift_layout .bst_multibox_titel, #bstb_startseite_aktuelles #multibox_69 .bst_multibox_titel {font-size: 10vw; line-height: 11vw;}


.bst_multibox.bst_multibox_highlight_thema_layout {margin: 3vh auto;}
.bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(even) .bst_multibox_bilder_leiste {order: unset;}
.bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(even) .label_faehnchen {margin-right: unset;}

.datei_download_multi {max-width: calc(94% - 60px); margin: 10px auto;}

#fuss_innen {flex-wrap: wrap; flex-direction: column;}
#fuss_innen div {margin: 5px 0;}


}






/* dosis-200 - 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: 200;
  src: url('../fonts/dosis-v33-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/dosis-v33-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* 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-v33-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/dosis-v33-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* 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-v33-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/dosis-v33-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* 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-v33-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/dosis-v33-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* 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-v33-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/dosis-v33-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* 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-v33-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/dosis-v33-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dosis-800 - 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: 800;
  src: url('../fonts/dosis-v33-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/dosis-v33-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}