/**
 *
 * CSS-Datei: Seitenspezifische Styles
 *
 */

body {background:url(images/site_bg.jpg) no-repeat 50% 0 #fff;}

 /*---------------------------------------------------------------------------*/

 /**
  *
  * Allgemeine Styles, seiten�bergreifend
  *
  */

.row.head {background:#fff; min-height:200px; height:auto;}
.row.head .row.logo div { text-align:center;}

.row.head .metanavi {font:400 12px/24px 'Dosis', sans-serif; margin:0 0 15px 0;}
.row.head .mainnavi {margin:0 0 20px 0;}
.row.content {background:#fff;}
.row.content .banner { background:#fff; margin:0;}
.row.content .inhalt { margin:30px 0;}
.row.content .inhalt .teaser {background:#fff; min-height:150px; margin:2% 0 0 4.4%;}

.row.content .inhalt .teaser img {width:100%; margin:0 0 2.5% 0;}



.row.content .inhalt .teaser.phone-four {margin:0;}
.row.content .inhalt .teaser.phone-four:first-child {margin-left:0; margin-right:4.4%;}


.row.content .banner-inhalt {height:230px; background:#fff; margin:0;}

.row.content .inhalt .inhalt-links {background:#fff;}
.row.content .inhalt .inhalt-links .bild {margin:0 0 30px 0;}
.row.content .inhalt .inhalt-links .bild img {width:100%; margin:0;}

.row.content .inhalt .inhalt-rechts {background:#fff;}

.row.content .inhalt .teaser {background:#fff; min-height:150px; margin:2% 0 0 4.4%;}


.row.footer {background:url(images/footer_bg.jpg) no-repeat 50% 0 #fff; padding:54px 0 0 0; margin:0 auto 50px auto;}
.row.footer span {margin:0 0 1% 0; font:400 11px/20px Arial, sans-serif;}

.row.footer .zeiten {text-align:center;}

img.team, img.haus {
    border: 1px solid #D2D2D2;
    margin: 25px 0 10px;
    max-width: 310px;
    padding: 2px;
}



/*---------------------------------------------------------------------------*/

/** Schriftformatierungen f�r: �berschrift, Fliestext, Listen, Formulare und Tabellen **/


/* Fliestext und Formulare */
p, .fieldset, .forminfo, #form-module-thanks, td, th, li, label, span {font:400 12px/19px Arial, Sans-Serif; color:#666;}

/* Text-Links*/
a {color:#97bf0d; text-decoration:none;}
a:hover {color:#97bf0d; text-decoration:underline;}

hr {border:none; background:url(images/hr_bg.gif) repeat-x 0 0; height:2px; margin:25px 0;}

em {font:700 12px/19px Arial, Sans-Serif; font-style:oblique;}

/* �berschriftfomatierungen */
h1 {font:400 22px/24px 'Dosis', sans-serif;}
h2 {font:400 18px/24px 'Dosis', sans-serif;}
h3 {font:400 16px/24px 'Dosis', sans-serif;}
h4 {font:400 14px/24px 'Dosis', sans-serif;}
h5 {font:400 12px/24px 'Dosis', sans-serif;}
h6 {font:400 12px/24px 'Dosis', sans-serif;}


.headline {margin:0 0 20px 0;}

.headline.rot,
.teaserlink.rot {color:#f6af8c;}
.headline.gruen,
.teaserlink.gruen {color:#97bf0d;}
.headline.blau,
.teaserlink.blau {color:#7fa3d1;}

.headline.klein {margin:0 0 20px 0;}
.headline.mittel {margin:0 0 30px 0;}
.headline.groß {margin:0 0 50px 0;}
 /*---------------------------------------------------------------------------*/

 /**
  *
  * Men�punkt:
  *
  */

/* Erste Navigationsebene */
ul#mainnavi { display:block; align-items: center; justify-content: center; padding: 20px 0; text-align:left; margin:0 auto; float:none; width:100%; background:#fff; height:20px;}
@media (min-width: 768px) {
    ul#mainnavi {
        display:flex;
    }
}
ul#mainnavi li {float:left; display:inline-block; min-height:25px; line-height:25px; background:url(images/menu-border.jpg) no-repeat 100% 50% #fff; margin:0;}
ul#mainnavi li:last-child {background:none;}
ul#mainnavi li a {padding:0 10px; line-height:25px; height:25px;display:inline-block;}
ul#mainnavi li a:hover {}
ul#mainnavi li.active a,
ul#mainnavi li.active a:hover {}

ul#mainnavi li a { font:500 16px/20px 'Dosis', sans-serif; color:#666; text-decoration:none; /*font-size-adjust:0.45; */}
ul#mainnavi li a:hover {color:#97bf0d; text-decoration:underline;}

ul#mainnavi li.active a,
ul#mainnavi li.active a:hover,
ul#mainnavi li.current a,
ul#mainnavi li.current a:hover {color:#97bf0d; text-decoration:underline;}



ul#subnavi {display:block; height:auto; display:block; float:left; background:url(images/sub_shadow.jpg) no-repeat 100% 50% #fff; margin:36px 0 0 0; padding: 0 0 0 35px;}
ul#subnavi li {display:block; width:100%; height:auto; border-bottom: dotted 1px #e5e5e5; margin:0 45px 0 0; float:right;}
ul#subnavi li:last-child {border:none;}
ul#subnavi li a {color:#666; text-align:right; float:right; font:400 12px/36px Arial, Verdana, Sans-Serif; width:100%; height:auto; display:block;}
ul#subnavi li a:hover,
ul#subnavi li.current a {text-decoration:none; color:#97bf0d;}




/* Metanavigation */
.metanavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul#metanavi { width:100%; padding: 10px 15px; float:left; margin:0px; background:#f6f6f6; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; display: flex; align-items: center; gap: 1px;}
ul#metanavi li { display: inline-block; float: left; margin: 0; text-align: center; width: 100%; }
ul#metanavi li a {padding:0 5px; line-height:20px; height:20px; display:inline-block;}
ul#metanavi li a:hover {}
ul#metanavi li.active a,
ul#metanavi li.active a:hover {}

ul#metanavi li a { font:500 12px/20px 'Dosis', sans-serif; color:#666; text-decoration:none; text-align:center; /*font-size-adjust:0.45; */}
ul#metanavi li a:hover {color:#666; text-decoration:underline;}

ul#metanavi li.active a,
ul#metanavi li.active a:hover {color:#7fa3d1; text-decoration:underline;}


 /*---------------------------------------------------------------------------*/

 /**
  *
  *  Teaser auf der Startseite
  *
  */

.teaserlink {float:right; font:400 13px/20px Arial, Verdana, Sans-serif; margin:0 10px 0 0;}

 /*---------------------------------------------------------------------------*/

 /**
  *
  *  Mobile Anpassungen
  *
  */

	@media only screen and (max-width: 767px) {
		ul#mainnavi li { height:30px !important; border-bottom:solid 1px #ddd !important; background:#fff !important; padding:5px 0 !important;}
		ul#mainnavi li a {line-height:30px !important; height:30px !important; width:100% !important; margin:0 !important;}
		ul#mainnavi li:hover {background:#f8f8f8 !important;}
		ul#mainnavi li a:hover {text-decoration:none !important;}
		ul#subnavi {margin:0 0 50px 0;}
		ul#subnavi li a {color:#666; text-align:left; text-indent:20px; float:right; font:400 12px/36px Arial, Verdana, Sans-Serif; width:100%; height:auto; display:block;}
		.formgen .phone-four { margin:0 !important;}
		.left input {width:99% !important; height:20px; margin-right:0 !important;}
		.footer span {margin:0 0 10px 0 !important;}
		.zeiten {text-align:left !important;}
	}

 /*---------------------------------------------------------------------------*/


/*Banner*/
.banner {
    position: relative;
    height: 300px;
}
@media (min-width: 768px) {
    .banner {
        height: 450px;
    }
}
.banner .banner-image  {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: -80px;
}
@media (min-width: 768px) {
    .banner .banner-image  {
        object-position: center;
    }
}
.banner .overlay {
    display: block;
    width: 50%;
    position: absolute;
    background: url(images/caption_bg.png) repeat 0 0 transparent;
    bottom: 0;
    padding: 15px 25px;
    left: 0;
}
.banner .overlay p {
    font: 400 16px / 22px 'Dosis', sans-serif;
    margin-bottom: 0px;
}
@media (min-width: 450px) {
    font: 400 20px / 22px 'Dosis', sans-serif;
}
.banner .overlay sub {
    font: 400 12px / 18px 'Dosis', sans-serif;
    margin-bottom: 15px;
}
.overlay-circle-link:hover {
    transform: rotate(10deg);
    text-decoration: none;
}
.overlay-circle {
    position: absolute;
    right: 8px;
    top: inherit;
    bottom: 8px;
    background: #7FA3D1 0% 0% no-repeat padding-box;
    color: #fff;
    transition: transform .3s ease-in-out;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
}
@media (min-width: 450px) {
    .overlay-circle {
        right: 20px;
        top: 20px;
        height: 150px;
        width: 150px;
        padding: 10px;
        bottom: inherit;
    }
}
@media (min-width: 768px) {
    .overlay-circle {
        height: 200px;
        width: 200px;
        padding: 15px;
        right: 30px;
        top: 30px;
    }
}

.overlay-circle h3 {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.overlay-circle h4 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.overlay-circle p {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    line-height: 9px;
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 450px) {
    .overlay-circle h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .overlay-circle h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .overlay-circle p {
        font-size: 8px;
        line-height: 10px;
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .overlay-circle h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .overlay-circle h4 {
        font-size: 20px;
        line-height: 22px;
    }
    .overlay-circle p {
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 10px;
        line-height: 12px;
    }
}
.banner.blue-banner {
    height: 250px;
}
.banner.blue-banner .overlay {
    background: #7FA3D1;
    width: auto;
    display: inline-block;
}
.banner.blue-banner .overlay p {
    color: #fff;
    font-weight: 600;
}
.banner.blue-banner .overlay .banner-link {
    color: #fff;
    font-weight: 700;
}
.mt5 {
    margin-top: 5px;
}
/*Formular*/

.innerOne {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 10px;
}
@media (min-width: 768px) {
    .innerOne {
        gap: 10px 50px;
    }
}
.innerOne .columns-1 {
    grid-column-start: 1;
    grid-column-end: 3;
}
input, .custom.dropdown, textarea {
    background: #F7F7F7;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 35px;
    margin-bottom: 25px;
    padding: 10px;
}
.custom.dropdown {
    display: flex !important;
}
.custom.dropdown a {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    background: #F7F7F7;
}
textarea {
    height: 175px !important;
}
.innerOne .custom.dropdown {
    width: 100% !important;
    margin-bottom: 0 !important;
    height: 35px !important;
}

.custom.dropdown .current {
    padding: 0 10px 0 35px !important;
    background: #F7F7F7 !important;
    border: none !important;
    display: flex !important;
    align-items: center;
    height: 100% !important;
}
form.custom div.custom.dropdown a.selector {
    border: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 74.4 39.8' style='enable-background:new 0 0 74.4 39.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23666666;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M73.7,0.8c-1-1-2.7-1-3.7,0L37.2,33.5L4.5,0.8c-1-1-2.7-1-3.7,0s-1,2.7,0,3.7L35.3,39c0.5,0.5,1.2,0.8,1.9,0.8 c0.6,0,1.3-0.3,1.9-0.8L73.6,4.5C74.7,3.5,74.7,1.8,73.7,0.8z'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    width: 15px;
    height: 15px;
    top: 12px !important;
    left: 7px !important;
}
label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
    margin-top: 0 !important;
}
form.custom div.custom.dropdown a.current {
    width: 100%;
    box-sizing: border-box;
}
span.custom {
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
    background-size: 15px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
span.custom.checked {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns:svg='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 58.1 44.3' style='enable-background:new 0 0 58.1 44.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23666666;%7D%0A%3C/style%3E%3Cg transform='translate(0,-952.36218)'%3E%3Cpath class='st0' d='M49.6,952.4c-9.4,9.4-18.7,18.7-28.1,28.1L7.7,969L0,978.2l18,15l4.2,3.5l3.9-3.9c10.7-10.7,21.3-21.3,32-32 L49.6,952.4L49.6,952.4z'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
form.custom div.custom.dropdown a.selector, form.custom div.custom.dropdown.open a.selector {
    background-position: center center;
}
form.custom div.custom.dropdown:hover a.selector, form.custom div.custom.dropdown.open a.selector {
    background-position: center center !important;
}
.columns-1 .checkspan {
    display: grid;
    grid-template-columns: 45px 1fr;
}
.columns-1 .checkspan label {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
    /*Teaser Bild Text Module*/
.teaserImgText {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 768px) {
    .teaserImgText {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}
.teaserImgText img {
    height: 255px;
    width: 100%;
    object-fit: cover;
}
.row.large {
    margin: 80px 0;
}
.sprechblase .sprechblase-item {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 239.9 177.8' style='enable-background:new 0 0 239.9 177.8;' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' width='239.9' height='177.8'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000134937011219750983800000008147034131379441306_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Gruppe_7' style='clip-path:url(%23SVGID_00000134937011219750983800000008147034131379441306_);'%3E%3Cpath id='sprechblase' style='fill:%237FA3D1;' d='M44.2,16.4L192.2,0.2c0,0,43.9-5.8,47.7,42.7l-0.3,79.2c0.4,10.6-4.1,48.8-55,49 L74,171.5c0,0-10.2-0.2-23.7-9.3c-20.2,13.9-22,15.6-22,15.6l6-23.5c0,0-19.2-15.2-23.5-38.4C4.1,84.3,0.8,67.1,0.8,67.1 S-9.3,24.5,44.2,16.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 240px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    flex-direction: column;
}
.sprechblase {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 768px) {
    .sprechblase {
        display: grid;
        grid-template-columns: 280px 1fr;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
}
.sprechblase .sprechblase-item .sprechblase-item-headline {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.sprechblase .sprechblase-item .sprechblase-item-subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}

.row.row-small {
    max-width: 750px;
    margin: 0 auto;
}

.sprechblase .sprechblase-text .sprechblase-text-orange {
    color: #F6AF8C;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.sprechblase .sprechblase-text .sprechblase-text-black {
    font-size: 10px;
    line-height: 17px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.rot {
   color: #F6AF8C;
}
.gruen {
    color: #97BF0D;
}
.blau {
    color: #7FA3D1;
}
@media (max-width: 768px) {
    .banner-mobile {
        display: none;
    }
    .banner-mobile-on {
        display: block;
    }
}
.grid {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 768px) {
    .grid {
        display: grid;
    }
}
.grid.einspaltig {
    grid-template-columns: repeat(1, 1fr);
}
.grid.zweispaltig {
    grid-template-columns: repeat(2, 1fr);
}
.grid.dreispaltig {
    grid-template-columns: repeat(3, 1fr);
}
.headline-wrapper .headline-wrapper-headline {
    margin: 10px 0;
}
.headline-wrapper .headline-wrapper-text {
    font-weight: 400;
    font-size: 12px;
    font-family: Arial, sans-serif !important;
    line-height: 20px;
}


.icon-teaser .icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    img {
        width: 35px;
        height: 35px;
    }
}
.icon-teaser {
    width: 100%;
}
.icon-teaser .icon-item-headline {
    font-size: 18px;
}

.icon-teaser.benefits .icon-item-headline  {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, sans-serif !important;
}
.icon-teaser.benefits .icon-item-text  {
    font-weight: 400;
    font-size: 12px;
    font-family: Arial, sans-serif !important;
    line-height: 20px;
}
.icon-teaser.benefits img {
    width: 25px;
    height: 25px;
}
.job-wrapper {
    background: #F7F7F7;
    padding: 30px;
}
.job-wrapper .headline {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 25px;
}

.job-wrapper .job-item-img {
   overflow: hidden;
    height: 250px;
    width: 250px;
}
@media (min-width: 768px) {
    .job-wrapper .job-teaser .job-item-img {
        height: 230px;
        width: 100%;
    }
}

.job-wrapper .job-teaser img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 12%;
    transition: all .3s ease-in-out;
}
.job-wrapper .job-teaser:hover {
    text-decoration: none;
}

.job-wrapper .job-teaser:hover img {
    transform: scale(1.12);
}
.job-wrapper .job-teaser .job-item .job-item-headline {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 21px;
}
.job-wrapper .job-item {
    display: grid;
    grid-template-rows: auto;
    gap: 5px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .job-wrapper .job-item {
        display: grid;
        grid-template-rows: auto 70px 30px;
    }
}
.text.gruen ul li,
.text.rot ul li,
.text.blau ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.text.gruen ul li:before,
.text.rot ul li:before,
.text.blau ul li:before {
    content: '';
    height: 5px;
    width: 5px;
    display: block;
    border-radius: 50%;
    top: 8px;
    position: relative;
}
.text.gruen ul li:before {
    background: #97bf0d;
}
.text.rot ul li:before {
    background: #f6af8c;
}
.text.blau ul li:before {
    background: #7fa3d1;
}

.row-detail {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}
@media (min-width: 768px) {
    .row-detail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}
.row-detail .row-left,
.row-detail .row-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.jobBlockDetail {
    background: #F7F7F7;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.jobBlockDetail-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.jobBlockDetail-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.jobBlockDetail-list li a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.jobBlockDetail-list .link {
    color: #666666;
    transition: all .3s ease-in-out;
}
.jobBlockDetail-list a:hover,
.jobBlockDetail-list span:hover {
    color: #97BF0D !important;
    text-decoration: none;
}
 /* dosis-200 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/dosis-v7-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Dosis ExtraLight'), local('Dosis-ExtraLight'),
       url('fonts/dosis-v7-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v7-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dosis-v7-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/dosis-v7-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dosis-v7-latin-200.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dosis-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dosis Regular'), local('Dosis-Regular'),
       url('fonts/dosis-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dosis-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/dosis-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dosis-v7-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-500 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/dosis-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Dosis Medium'), local('Dosis-Medium'),
       url('fonts/dosis-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dosis-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/dosis-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dosis-v7-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-300 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/dosis-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Dosis Light'), local('Dosis-Light'),
       url('fonts/dosis-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dosis-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/dosis-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dosis-v7-latin-300.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/dosis-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Dosis Bold'), local('Dosis-Bold'),
       url('fonts/dosis-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dosis-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/dosis-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dosis-v7-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}
html {
    scroll-behavior: smooth;
}