body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/* -----------------------------------------------------
   SCHRIFTEN
----------------------------------------------------- */

@font-face {
    font-family: "Nunito Sans";
    src: url("/files/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf")
         format("truetype");
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/files/fonts/Poppins-Regular.ttf")
         format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/files/fonts/Poppins-SemiBold.ttf")
         format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

/* -----------------------------------------------------
   HEADER UNTERSEITEN
----------------------------------------------------- */

.subpage-header {
    width: 100%;
    height: 137px;
    background: #fff;
}

.subpage-logo {
    display: block;

    width: 565px;
    height: 87px;

    margin: 25px auto;
}

.subpage-logo img {
    display: block;

    width: 565px;
    height: 87px;

    object-fit: cover;
}

/* -----------------------------------------------------
   RECHTLICHE UNTERSEITEN
----------------------------------------------------- */

.legal-content {
    width: 980px;
    min-height: 569px;

    margin: 0 auto;
    padding: 1px 0 0;
    box-sizing: border-box;

    color: #4f0202;
}


/* große Seitenüberschrift */

h1.legal-title {
    display: block;
    width: 780px;

    margin: 24px 100px 30px;
    padding: 0;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .03em;

    color: #4f0202;
    text-align: center;
}


/* Text-Inhaltselement */

.legal-text {
    width: 780px;

    margin: 0 0 10px 100px;
    padding: 0;

    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

    color: #4f0202;
}


/* kleine Überschrift */

.legal-text > h2 {
    margin: 0 0 28px;
    padding: 0;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;

    color: #4f0202;
}


/* Contao-RTE */

.legal-text .rte {
    margin: 0;
    padding: 0;
}

.legal-text .rte p {
    margin: 0 0 24px;
    padding: 0;
}

.legal-text .rte p:last-child {
    margin-bottom: 0;
}


/* Links */

.legal-text .rte a,
.legal-text .rte a:link,
.legal-text .rte a:visited {
    color: #4f0202;
    text-decoration: underline;
}

.legal-text .rte a:hover,
.legal-text .rte a:focus {
    color: #4f0202;
    text-decoration: underline;
}


/* -----------------------------------------------------
   FOOTER
----------------------------------------------------- */

.site-footer {
    width: 100%;
    min-width: 0;
    padding-top: 12px;
    background: #fff;
    color: #4f0202;
    box-sizing: border-box;
    font-family: "Nunito Sans", Arial, sans-serif;
}

.site-footer a,
.site-footer p,
.site-footer span {
    font-family: "Nunito Sans", Arial, sans-serif;
}


/* obere Linie */

.footer-line {
    height: 5px;
    margin: 0 80px 58px;
    background: #4f0202;
}


/* Hauptbereich */

.footer-main {
    width: calc(100% - 160px);
    min-width: 980px;
    margin: 0 80px 8px;

    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* linke Hälfte */

.footer-main-left {
    position: relative;
    min-height: 105px;
}

/* Drache */
.footer-logo-link {
    position: absolute;
    top: 18px;
    left: 23px;

    width: 83px;
    height: 87px;
}

.footer-logo {
    display: block;
    width: 83px;
    height: 87px;
    object-fit: cover;
}

/* Markenname */
.footer-brand {
    position: absolute;
    top: 15px;
    left: 119px;
}

.footer-brand a {
    color: inherit;
    text-decoration: none;
}

.footer-brand strong {
    display: block;
    width: 244px;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

/* Brandschutzexperte */
.footer-brand span {
    display: block;
    width: 191px;

    margin-top: 14px;

    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
}


/* rechte Hälfte */

.footer-main-right {
    position: relative;
    min-height: 114px;
}

.footer-button {
    position: absolute;
    top: 28px;
    right: 42px;
    left: auto;

    width: 191px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    background: #ec0707;
    border: 1px solid #ec0707;
    color: #fff;

    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

    text-decoration: none;
}

.footer-button:hover,
.footer-button:focus-visible {
    background: transparent;
    color: #ec0707;
}


/* unterer Bereich */

.footer-bottom {
    position: relative;

    width: calc(100% - 160px);
    min-width: 980px;
    min-height: 39px;

    margin: 0 80px 4px;
}


/* Copyright */

.footer-copyright {
    position: absolute;
    top: 6px;
    left: 21px;

    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;

    color: #4f0202;
}


/* rechte Links */

.footer-legal {
    position: absolute;
    top: -8px;
    right: 75px;
    left: auto;

    height: 39px;

    display: flex;
    align-items: center;

    font-family: "Nunito Sans", Arial, sans-serif;
}

.footer-instagram {
    display: block;

    width: 39px;
    height: 39px;
    margin-right: 9px;
}

.footer-instagram img {
    display: block;
    width: 39px;
    height: 39px;
}

.footer-legal a,
.footer-legal a:link,
.footer-legal a:visited {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .03em;

    color: #4f0202;
    text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus {
    color: #4f0202;
    text-decoration: none;
}

.footer-legal > a:nth-of-type(2) {
    width: 73px;
}

.footer-legal > a:nth-of-type(3) {
    width: 85px;
    margin-left: 11px;
}


/* -----------------------------------------------------
   DESKTOP
----------------------------------------------------- */

@media (min-width: 769px) {

}


/* -----------------------------------------------------
   MOBILE
----------------------------------------------------- */

@media (max-width: 768px) {

}
