.registration br{
    display: none;
}

.hero-ohne-hintergrund-blau{
    color: #003064 !important;
    width: 100% !important;
    
}

.logo-wrapper{
    width:220px;
    padding:1rem}

img,
embed,
object,
video {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* .h-30 {
    height: 30vh !important;
} */

.termin-link-weiss {
    color: white;
    text-decoration: none;
}

.termin-link-weiss:hover {
    color: white;
    text-decoration: none;
}

/* h2 {
    font-size: 32px
} */

.cc-btn.cc-allow,
.cc-btn.cc-deny {
    color: #fff !important;
}
.cc-compliance.cc-highlight {
    background-color: #b81839 !important;
    border-bottom: 1.5rem solid #000 !important;
}
.cc-btn.cc-allow-all {
    border-bottom: 2px solid #000 !important;
}

/* Akkordeon */

.accordion-item {
    border-color: transparent;
}


/* HERO IMAGE START */

.hero_with_background {
    background-image:url('/fileadmin/Template/Images/pv-anlage_cr-gettyImages-1364691008.jpg');
}
.home .hero-wrapper.w-100 {
    height: 65vh;
    background-position: -220px 0;
}
.hero-wrapper .container-fluid .row.flex-lg-row-reverse{
    bottom:0px;
}
@media screen and (min-width: 768px) {
    .home .hero-wrapper.w-100 {
        height: 50vh;
        min-height: 500px;       
        background-position: 0 0; 
    }
}
@media screen and (min-width: 992px) {
    .home .hero-wrapper.w-100 {
        height: 60vh; 
        min-height: 430px;       
        background-position: 0 0;
    }
}
@media screen and (min-width: 1200px) {
    .home .hero-wrapper.w-100 {
        height: 90vh;
        min-height: 400px;    
        background-position: 0 0;
    }
}
@media screen and (min-width: 1400px) {
    .home .hero-wrapper.w-100 {
        height: 89vh;     
        background-position: 0 0;
    }
}
@media screen and (min-width: 1920px) {
    .home .hero-wrapper.w-100 {
        min-height: 580px;   
    }
}
.disturber-badge {
    padding-left: 15%;
    color: #1e305c;
    transform: none;
    background-color: transparent;
    background-image:url('/fileadmin/Template/Images/bg-hero-text.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    width: 80%;
    height: 82.1333333333vw;

}
.disturber-badge h1 {
    text-align: left !important;
    font-size: 8vw;
    line-height: 115%;
    display: block;
}
.disturber-badge h1 span {
    font-weight:400;
}
@media screen and (min-width: 768px) {
    .hero-wrapper .container-fluid .row.flex-lg-row-reverse{
        bottom:-50px;
    }
    .disturber-badge {
        padding-left: 9%;
        width: 50%;
        height: 51.3333333125vw;
    }
    .disturber-badge h1 {
        font-size: 5.1vw;
    }
}
@media screen and (min-width: 992px) {
    .hero-wrapper .container-fluid .row.flex-lg-row-reverse{
        bottom: -4vh;
    }
    .disturber-badge {
        padding-left: 6%;
        width: 33%;
        height: 33.87999998625vw;
    }
    .disturber-badge h1 {
        font-size: 3.3vw;
    }
}
@media screen and (min-width: 1200px) {
    .hero-wrapper .container-fluid .row.flex-lg-row-reverse{
        bottom: -6vh;
    }
    .disturber-badge {
        padding-left: 6%;
        width: 30%;
        height: 30.80000003289474vw;
    }
    .disturber-badge h1 {
        font-size: 2.8vw;
    }
}
@media screen and (min-width: 1400px) {
    .hero-wrapper .container-fluid .row.flex-lg-row-reverse{
        bottom: -10vh;
    }
    .disturber-badge {
        padding-left: 6%;
        width: 30%;
        height: 30.80000003289474vw;
    }
    .disturber-badge h1 {
        font-size: 2.8vw;
        margin-top: -6.5vh;
    }
}

/* HERO IMAGE END */