<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stoerer{
    font-size: 20px;
    position: absolute;
    width: 200px;
    height: 200px;
    top: -215px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#FFF000 ;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
}

@media only screen and (max-width: 1199px){
    .stoerer {
        top: -30%;
        left: 39%;
        font-size: 20px;
        line-height: 1.2
    }
}


@media only screen and (max-width: 960px) {
    .stoerer {
        top: -17%;
        left: 40%;
        width: 145px;
        height: 145px;
        font-size: 16px;
    }
}


@media only screen and (max-width: 767px) {
    .stoerer {
        width: 145px;
        height: 145px;
        font-size: 16px;
        top: -50%;
        left: 30%;
    }
}

@media only screen and (max-width: 479px){
    .stoerer{
        width: 145px;
        height: 145px;
        font-size: 16px;
        top: -52%;
        left: 25%;
    }
}


.stoerer__link{
    color: black;
    width: 67%;
}
.stoerer__link--mod{
    font-weight: bold;
    margin-bottom: 15px;
}


#kopfbilder{
    width: 100%;
    height: 1064px;
}
#kopfbilder .slides,
#kopfbilder .owl-stage-outer,
#kopfbilder .owl-stage,
#kopfbilder .slides .slide,
#kopfbilder .slides .slide_small{
    height: 700px;
    width: 100%;
}

.owl-stage-outer{
    overflow: hidden;}
.owl-item{
    float: left;
}
.owl-nav.disabled{
    display: none;
}
#kopfbilder .slides .slide,
#kopfbilder .slides .slide_small{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#kopfbilder .slides .slide::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    content: "";
}

#kopfbilder{
    position: relative;
}
#kopfbilder .kb-search-container{
    position: absolute;
    top: 446px;
    left: 0;
    z-index: 10;
    width: 100%;
}
#kopfbilder .kb-search-container h2{
    font-size: 64px;
    margin: 0;
    line-height: 1em;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0,0,0,0.45);
}


.basic-search{
    width: 100%;
}
.basic-search{
    margin-top: 20px;
}

.basic-search .s-btn{
    width: 20%;
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.basic-search .s-btn .button{
    padding: 17px 20px 18px 20px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-container{
    width: 100%;
    background: #ffffff;
    margin-top: 41px;
}
.tab-container .tab-titles{
    width: 100%;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.tab-container .tab-titles .tab-title{
    width: 50%;
    float: left;
}
.tab-container .tab-titles .tab-title .tab-title-title{
    font-size: 30px;
    line-height: 1em;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.tab-container .tab-titles .tab-title .tab-title-title a {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    padding: 20px 0 17px 0;
    display: inline-block;
    color: #000000;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}

.tab-container .tab-titles .tab-title .tab-title-title.active a{
    border-bottom: 3px solid #000000;
}



.tab-container .tab-content{
    width: 100%;
    background: #FFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,0.25);
    box-shadow:  0px 0px 10px rgba(0,0,0,0.25);
}

.tab-container .tab-content .tab-slider{
    /*width: 2340px;*/

    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tab-container .tab-content .tab-single{
    float: left;
    display: inline-block;
    width: 100%;
}

.tab-container .tab-content .tab-single .tab-inner{
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-container .tab-content .tab-single .collayout{
    column-count: 3;
    column-gap: 40px;
}
.tab-container .tab-content .tab-single ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tab-container .tab-content .tab-single ul li{
    width: 100%;
    padding: 5px 0 0 0;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.tab-container .tab-content .tab-single ul li a {
    cursor: pointer;
    margin: 0 0 5px 0;
    display: block;
}
.tab-container .tab-content .tab-single ul li .branche-title{
    width: calc(100% - 100px);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.tab-container .tab-content .tab-single ul li .count{
    float: right;
    text-align: right;
    width: 100px;
    display: block;
    color: #000000;
}

@media only screen and (max-width: 1199px){
    #kopfbilder .slides, #kopfbilder .owl-stage-outer, #kopfbilder .owl-stage, #kopfbilder .slides .slide,
    #kopfbilder .slides .slide_small{
        height: 600px;
    }
    #kopfbilder .kb-search-container{
        top: 346px;
    }
    .tab-container .tab-content .tab-single .collayout {
        column-count: 2;
    }
}


@media only screen and (max-width: 959px) {
    #kopfbilder .slides, #kopfbilder .owl-stage-outer, #kopfbilder .owl-stage, #kopfbilder .slides .slide,
    #kopfbilder .slides .slide_small{
        height: 500px;
    }
    #kopfbilder .kb-search-container{
        top: 270px;
    }
    .tab-container .tab-content .tab-single .collayout {
        column-count: 2;
    }
    #kopfbilder .kb-search-container h2{
        font-size: 36px;
    }
    .tab-container {
        margin-top: 44px;
    }
    #kopfbilder {
        height: 1150px;
    }
}


@media only screen and (min-width: 768px) {
    #kopfbilder .slides .slide_small{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #kopfbilder .slides .slide_small{
        display: block;
    }
    .basic-search .field, section#search-form .field.src{
        width: 100%;
        padding-right: 0;
    }
    .basic-search .s-btn{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .basic-search .s-btn .button {
        text-align: center;
        padding: 12px 20px 13px 20px;
    }
    .basic-search {
         margin-top: 20px;
     }
    .tab-container .tab-titles .tab-title{
        width: 100%;
    }
    .tab-container .tab-titles .tab-title:first-of-type,
    .tab-container .tab-content{
        display: none;
    }
    #kopfbilder {
        height: 600px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

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

}
</pre></body></html>