@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
    font-family: Lato Bold;
    src: url("../fonts/Lato-Bold.ttf");
}

:root {
    --bactoattaq-black: #1F3C1F;
    --bactoattaq-white: #FFF7E9;
    --bactoattaq-green: #A0DAA0;
    --bactoattaq-yellow: #FFC107;
    --bactoattaq-red: #972E15;
    --bactoattaq-darkgreen: #1F3C1F;
    --bactoattaq-brown: #A6775B;
    --bactoattaq-apple: #A8D941;
    --bactoattaq-darkbrown: #592817;
}

body {
    margin: 0;
    padding: 0;
    background: var(--bactoattaq-white)!important;
    font-size: 20px;
    font-family: Lato, sans-serif!important;
    font-weight: 400;
}
.navbar {
    border-bottom: 3px solid var(--bactoattaq-green);
    border-left: none;
    border-right: none;
}

.flex {
    display: flex;
}
.margin-right {
    margin-right: 15px;
}
.margin-left {
    margin-left: 15px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.margin-bottom-big {
    margin-bottom: 50px;
}
.margin-left-big {
    margin-left: 30px;
}

.red {
    color: var(--bactoattaq-red)!important;
}
.yellow {
    color: var(--bactoattaq-yellow)!important;
}
.brown {
    color: var(--bactoattaq-brown)!important;
}
.darkbrown {
    color: var(--bactoattaq-darkbrown)!important;
}
.underline, .underline:hover {
    text-decoration: underline;
}
/********* Index- and Base-Template **********/

.header-wrapper-standard {
    background: url("../images/bactoattaq/bleib-bitte-gesund.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.header-wrapper-office {
    background: url("../images/bactoattaq/bleib-bitte-gesund-am-arbeitsplatz.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.header-wrapper-car {
    background: url("../images/bactoattaq/bleib-bitte-gesund-in-taxis-und-mietwagen.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}

.header-wrapper-standard > img, .header-wrapper-office > img, .header-wrapper-car > img {
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 0;  /* make it transparent */
}
.header-wrapper-standard > div, .header-wrapper-office > div, .header-wrapper-car > div  {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stay-healthy {
    font-weight: bold;
    font-family: Lato, sans-serif;
    padding: 0 15px;
}
.breath-fresh-air {
    font-weight: bold;
    font-family: Lato, sans-serif;
    padding: 0 15px;
}
.anchor {
    text-decoration: underline;
    font-weight: bold;
    font-family: Lato, sans-serif;
    color: var(--bactoattaq-black);
    padding: 0 15px;
}
.anchor-office, .anchor-office:hover, .anchor-car, .anchor-car:hover {
    text-decoration: underline;
    font-weight: bold;
    font-family: Lato, sans-serif;
    color: var(--bactoattaq-darkbrown);
    padding: 0 15px;
    font-size: 25px;
}



.separator {
    height: 50px;
}

.teaser-center {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.teaser-box {
    display: inline-block;
    text-align:left;
}


.teaser-1-wrapper-standard {
    background: url("../images/bactoattaq/saubere-luft-im-auto.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-2-wrapper-standard {
    background: url("../images/bactoattaq/gesunder-schlaf-trotz-allergie.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-3-wrapper-standard {
    background: url("../images/bactoattaq/hygiene-am-arbeitsplatz.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-1-wrapper-office {
    background: url("../images/bactoattaq/schuetze-dich-beim-arbeiten.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-2-wrapper-office {
    background: url("../images/bactoattaq/schenke-gesundheit-an-mitarbeiter.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-3-wrapper-office {
    background: url("../images/bactoattaq/fuehle-dich-sicher-am-arbeitsplatz.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-1-wrapper-car {
    background: url("../images/bactoattaq/schuetze-deine-fahrgaeste.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-2-wrapper-car {
    background: url("../images/bactoattaq/schenke-gesundheit-an-kunden.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.teaser-3-wrapper-car {
    background: url("../images/bactoattaq/fuehle-dich-sicher-im-auto.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}



.teaser-1-wrapper-standard > img, .teaser-2-wrapper-standard > img, .teaser-3-wrapper-standard > img,
.teaser-1-wrapper-office > img, .teaser-2-wrapper-office > img, .teaser-3-wrapper-office > img,
.teaser-1-wrapper-car > img, .teaser-2-wrapper-car > img, .teaser-3-wrapper-car > img {
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 0;  /* make it transparent */
}

.teaser-box button, .yellow-button {
    background-color: var(--bactoattaq-yellow);
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border: 0 solid #000000;
    padding: 10px 30px;
}
.teaser-box button a, .yellow-button a, .brown-button a {
    color: #fff!important;
    font-family: Lato,sans-serif;
}
.brown-button {
    background-color: var(--bactoattaq-brown);
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border: 0 solid #000000;
    padding: 10px 30px;
}
.teaser-box button {
    margin: 0 auto;
    display: block;
}




.image-1-wrapper-standard {
    background: url("../images/bactoattaq/saubere-luft-überall.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.image-1-wrapper-standard > img, .image-2-wrapper-standard > img {
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 0;  /* make it transparent */
}
.image-2-wrapper-standard {
    background: url("../images/bactoattaq/bleib-sicher-und-gesund.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.image-1-wrapper-office {
    background: url("../images/bactoattaq/arbeite-in-gesunder-umgebung.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.image-1-wrapper-office > img, .image-2-wrapper-office > img {
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 0;  /* make it transparent */
}
.image-2-wrapper-office {
    background: url("../images/bactoattaq/durchatmen-am-arbeitsplatz-und-unterwegs.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.image-1-wrapper-car {
    background: url("../images/bactoattaq/gute-fahrt-mit-sauberer-luft.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}
.image-1-wrapper-car > img, .image-2-wrapper-car > img {
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 0;  /* make it transparent */
}
.image-2-wrapper-car {
    background: url("../images/bactoattaq/durchatmen-im-auto.jpg") center no-repeat;
    background-size: 100%;
    position:relative;
}




.card {
    border-radius: 15px;
    border: 2px solid #000;
    background: transparent;
    word-wrap: break-word;
}
.card-body {
    background: transparent;
    padding: 30px 50px;
}
.headline-bubble span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:  var(--bactoattaq-yellow);
    display: inline-block;
    float: left;
}
.headline-bubble h3 {
    font-size: 25px;
    margin: 0 0 0 55px;
    line-height: 40px;
    font-family: inherit;
    font-weight: 500;
    color: var(--bactoattaq-black);
    text-align: left;
}
.headline-bubble h2 {
    font-size: 75px;
    color: var(--bactoattaq-red);
    text-align: left;
    font-family: Lato, sans-serif;
}
.headline-bubble p {
    font-size: 20px;
    color: #1F3C1F;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-align: left;
}
.headline-bubble-brown span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:  var(--bactoattaq-brown);
    display: inline-block;
    float: left;
}
.headline-bubble-brown h3 {
    font-size: 25px;
    margin: 0 0 0 55px;
    line-height: 40px;
    font-family: inherit;
    font-weight: 500;
    color: var(--bactoattaq-brown);
    text-align: left;
}
.headline-bubble-brown h2 {
    color: var(--bactoattaq-brown);
    text-align: left;
    font-family: Lato, sans-serif;
}
.headline-bubble-brown p {
    font-size: 20px;
    color: #1F3C1F;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-align: left;
}



.sars-banner {
    color: #fff;
    text-align: center;
    background: var(--bactoattaq-green);
    font-size: 30px;
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
}
.sars-banner-office {
    color: #fff;
    text-align: center;
    background: var(--bactoattaq-apple);
    font-size: 30px;
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
}

.frozen-slider {
    background-color: var(--bactoattaq-darkgreen);
    color: var(--bactoattaq-white);
    text-align: left;
    height:400px;
}
.frozen-slider-content {
    display: flex;
    align-items: center;
}
.frozen-slider h2 {
    font-family: Lato,sans-serif;
}
.frozen-slider p {
    font-size: 20px;
    font-family: Lato,sans-serif;
    font-weight: 400;
}
.frozen-slider-image-wrapper {
    display: flex;
    justify-content: center;
}
.frozen-slider-image {
    background: url("../images/bactoattaq/funktion-1.jpg") center no-repeat;
    background-size: cover;
    position:relative;
    height:400px;
    width:400px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;

}
.frozen-slider-office {
    background-color: var(--bactoattaq-darkbrown);
    color: var(--bactoattaq-white);
    text-align: left;
    height:400px;
}
.frozen-slider-content {
    display: flex;
    align-items: center;
}
.frozen-slider-office h2 {
    font-family: Lato,sans-serif;
}
.frozen-slider-office p {
    font-size: 20px;
    font-family: Lato,sans-serif;
    font-weight: 400;
}
.frozen-slider-image-wrapper {
    display: flex;
    justify-content: center;
}
.frozen-slider-image-office {
    background: url("../images/bactoattaq/absolut-unbedenklich-am-arbeitsplatz.jpg") center no-repeat;
    background-size: cover;
    position:relative;
    height:400px;
    width:400px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
.frozen-slider-car {
    background-color: var(--bactoattaq-darkbrown);
    color: var(--bactoattaq-white);
    text-align: left;
    height:400px;
}
.frozen-slider-content {
    display: flex;
    align-items: center;
}
.frozen-slider-car h2 {
    font-family: Lato,sans-serif;
}
.frozen-slider-car p {
    font-size: 20px;
    font-family: Lato,sans-serif;
    font-weight: 400;
}
.frozen-slider-image-wrapper {
    display: flex;
    justify-content: center;
}
.frozen-slider-image-car {
    background: url("../images/bactoattaq/funktion-2-gruen.jpg") center no-repeat;
    background-size: cover;
    position:relative;
    height:400px;
    width:400px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}





.promotion-header h2 {
    font-size: 60px;
    font-weight: 400;
    font-family: Lato,sans-serif;
    text-align: left;
    color: var(--bactoattaq-black);
}
.promotion-content h2 {
    font-size: 55px;
    color: var(--bactoattaq-red);
    font-weight: 400;
    font-family: Lato,sans-serif;
    text-align: left;
}
.promotion-content p, .promotion-content li {
    font-size: 20px;
    color: var(--bactoattaq-black);
    font-weight: 400;
    font-family: Lato,sans-serif;
    text-align: left;
}
.promotion-price {
    text-align: right!important;
}
.promotion-headline-small {
    font-size: 50px!important;
}
.promotion-header-office h2 {
    font-size: 60px;
    font-weight: 400;
    font-family: Lato,sans-serif;
    text-align: left;
    color: var(--bactoattaq-darkbrown);
}
.promotion-content-office h2 {
    font-size: 55px;
    color: var(--bactoattaq-brown);
    font-weight: 400;
    font-family: Lato,sans-serif;
    text-align: left;
}
.promotion-content-office p, .promotion-content-office li {
    font-size: 20px;
    color: var(--bactoattaq-darkbrown);
    font-weight: 400;
    font-family: Lato,sans-serif;
    text-align: left;
}




.footer-headline h2 {
    font-size: 50px;
    color: var(--bactoattaq-black);
    font-weight: 400;
    font-family: Lato,sans-serif;
}
.bactoattaq-footer-link a {
    font-size: 20px;
    color: var(--bactoattaq-black);
    font-weight: 400;
    font-family: Lato,sans-serif;
    text-decoration: underline;
}
#bactoattaq-sub-footer-container {
    font-size: 20px;
    color: var(--bactoattaq-black);
    font-weight: 400;
    font-family: Lato,sans-serif;
}




@media (max-width: 767px) {
    .stay-healthy {
        font-size: 34px;
    }
    .breath-fresh-air {
        font-size: 16px;
    }
    .anchor {
        font-size: 14px;
    }
    .teaser-content-standard h1 {
        font-family: Lato,sans-serif;
        font-size: 30px;
        font-weight: bold;
        color: var(--bactoattaq-black);
    }
    .teaser-content-office h1, .teaser-content-car h1 {
        font-family: Lato,sans-serif;
        font-size: 30px;
        font-weight: bold;
        color: var(--bactoattaq-darkbrown);
    }
    .teaser-content-standard h3 {
        font-family: Lato,sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: var(--bactoattaq-green);
    }
    .teaser-content-office h3, .teaser-content-car h3 {
        font-family: Lato,sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: var(--bactoattaq-apple);
    }
    .teaser-box button, .yellow-button, .brown-button {
        font-size: 15px;
    }
    .frozen-slider, .frozen-slider-office, .frozen-slider-car {
        height: 800px;
    }
    .frozen-slider-image, .frozen-slider-image-office, .frozen-slider-image-car {
        height:300px;
        width:300px;
    }
    .frozen-slider h2, .frozen-slider-office h2, .frozen-slider-car h2 {
        font-size: 30px;
    }
    .frozen-slider p, .frozen-slider-office p, .frozen-slider-car p {
        font-size: 14px;
    }
    .frozen-slider-content {
        height: 400px;
        text-align: center;
    }
    .frozen-slider-image-wrapper {
        height: 400px;
        align-items: flex-start;
    }
    .headline-bubble-brown h2 {
        font-size: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .stay-healthy {
        font-size: 90px;
    }
    .breath-fresh-air {
        font-size: 36px;
    }
    .anchor {
        font-size: 15px;
    }
    .teaser-content-standard h1 {
        font-family: Lato,sans-serif;
        font-size: 40px;
        font-weight: bold;
        color: var(--bactoattaq-black);
    }
    .teaser-content-office h1, .teaser-content-car h1 {
        font-family: Lato,sans-serif;
        font-size: 40px;
        font-weight: bold;
        color: var(--bactoattaq-darkbrown);
    }
    .teaser-content-standard h3 {
        font-family: Lato,sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: var(--bactoattaq-green);
    }
    .teaser-content-office h3, .teaser-content-car h3 {
        font-family: Lato,sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: var(--bactoattaq-apple);
    }


    .teaser-box button, .yellow-button, .brown-button {
        font-size: 16px;
    }
    .frozen-slider, .frozen-slider-office, .frozen-slider-car {
        height: 800px;
    }
    .frozen-slider-image, .frozen-slider-image-office, .frozen-slider-image-car {
        height:300px;
        width:300px;
    }
    .frozen-slider h2, .frozen-slider-office h2, .frozen-slider-car h2 {
        font-size: 40px;
    }
    .frozen-slider p, .frozen-slider-office p, .frozen-slider-car p {
        font-size: 18px;
    }
    .frozen-slider-content {
        height: 400px;
        text-align: center;
    }
    .frozen-slider-image-wrapper {
        height: 400px;
        align-items: flex-start;
    }
    .headline-bubble-brown h2 {
        font-size: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .stay-healthy {
        font-size: 120px;
    }
    .breath-fresh-air {
        font-size: 48px;
    }
    .anchor {
        font-size: 20px;
    }
    .teaser-content-standard h1 {
        font-family: Lato,sans-serif;
        font-size: 60px;
        font-weight: bold;
        color: var(--bactoattaq-black);
    }
    .teaser-content-office h1, .teaser-content-car h1 {
        font-family: Lato,sans-serif;
        font-size: 60px;
        font-weight: bold;
        color: var(--bactoattaq-darkbrown);
    }
    .teaser-content-standard h3 {
        font-family: Lato,sans-serif;
        font-size: 35px;
        font-weight: 500;
        color: var(--bactoattaq-green);
    }
    .teaser-content-office h3, .teaser-content-car h3 {
        font-family: Lato,sans-serif;
        font-size: 35px;
        font-weight: 500;
        color: var(--bactoattaq-apple);
    }
    .teaser-box button, .yellow-button, .brown-button {
        font-size: 19px;
    }
    .frozen-slider, .frozen-slider-office, .frozen-slider-car {
        height: 600px;
    }
    .frozen-slider-image, .frozen-slider-image-office, .frozen-slider-image-car {
        height:300px;
        width:300px;
    }
    .frozen-slider h2, .frozen-slider-office h2, .frozen-slider-car h2 {
        font-size: 60px;
    }
    .frozen-slider p, .frozen-slider-office p, .frozen-slider-car p {
        font-size: 20px;
    }
    .frozen-slider-content {
        height: inherit;
    }
    .frozen-slider-image-wrapper {
        height: inherit;
        align-items: center;
    }
    .headline-bubble-brown h2 {
        font-size: 75px;
    }
}

@media (min-width: 1200px) {
    .stay-healthy {
        font-size: 150px;
    }
    .breath-fresh-air {
        font-size: 60px;
    }
    .anchor {
        font-size: 25px;
    }
    .teaser-content-standard h1 {
        font-family: Lato,sans-serif;
        font-size: 75px;
        font-weight: bold;
        color: var(--bactoattaq-black);
    }
    .teaser-content-office h1, .teaser-content-car h1 {
        font-family: Lato,sans-serif;
        font-size: 75px;
        font-weight: bold;
        color: var(--bactoattaq-darkbrown);
    }
    .teaser-content-standard h3 {
        font-family: Lato,sans-serif;
        font-size: 50px;
        font-weight: 500;
        color: var(--bactoattaq-green);
    }
    .teaser-content-office h3, .teaser-content-car h3 {
        font-family: Lato,sans-serif;
        font-size: 50px;
        font-weight: 500;
        color: var(--bactoattaq-apple);
    }
    .teaser-box button, .yellow-button, .brown-button {
        font-size: 22px;
    }
    .frozen-slider, .frozen-slider-office, .frozen-slider-car {
        height: 600px;
    }
    .frozen-slider-image, .frozen-slider-image-office, .frozen-slider-image-car {
        height:400px;
        width:400px;
    }
    .frozen-slider h2, .frozen-slider-office h2, .frozen-slider-car h2 {
        font-size: 75px;
    }
    .frozen-slider p, .frozen-slider-office p, .frozen-slider-car p {
        font-size: 20px;
    }
    .frozen-slider-content {
        height: inherit;
    }
    .frozen-slider-image-wrapper {
        height: inherit;
        align-items: center;
    }
    .headline-bubble-brown h2 {
        font-size: 75px;
    }
}
/********* Catalog Detail **********/

.catalog-detail-container {
    font-family: Lato,sans-serif;
    color: var(--bactoattaq-black);
}
#details-header-wrapper > img {
    vertical-align: top;
    width: 100%; /* max width */
}
#detail-long-description-button {
    font-size:20px;
}
.disturber {
    top: 100px;
    right: 0;
    background-color: #fff;
    border: 1px solid lightgrey;
    position:fixed;
    z-index: 1000;
}


@media (max-width: 991px) {
    .about-us-content, .article-information {
        text-align: center!important;
    }
}

@media (min-width: 992px) {
    .about-us-content, .article-information {
        text-align: left!important;
    }
}
