@charset "UTF-8";
.inactive {
    display: none;
}
body{
    width: 100vw;
    overflow-x: hidden;
    color:#8B8D8D;
}
.spacer{
    display: block;
    width: 220px;
    height: 220px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#map iframe{
    margin: 0 15%;
    /* padding-bottom: 2em; */
    width: 70%;
}

.external_Source_Hint{
    background: #8B8D8D;
    color:white;
    margin: 0em 33%;
    width: 33%;
    Padding:1em;
}
.ccm19_hint{
    background: #FF5000;
    color:white;
    inset: unset;
    inset: unset;
    box-shadow: unset;
    border: none;
    padding:0.5em;
    cursor:pointer;
}
.ccm19_hint:hover{
    filter: brightness(125%);
}


.headeropacity {
    display:flex;
    z-index: 30;
    position: absolute;
    width: 100%;
    height: 673px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75) 74%);
}

.headeropacity .container{
    margin:auto;
}

.header ,.hero{
    z-index: 20;
    position: relative;
    
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 673px;
}

.headeranfahrt {
    z-index: 20;
    position: relative;
    background: url("../images/Kitaheader.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 673px;
}

.navbar {
    /*z-index: 10;*/
    z-index: 999;
    height: auto;
    background-color: rgba(255, 80, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 33px;
    padding: 0;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    letter-spacing: 3px;
    font-size: 28px;
    font-weight: 700;
    max-width: 100vw;
}

.navbar a {
    color: #FFFFFF !important;
    line-height: 28px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
}

.navbar a:hover {
    color: #474747;
    text-decoration: none;
}

.navlinks {
    margin-top: 0;
    margin-bottom: 0rem;
}

.navlink {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

.navlink a {
    color: #FFFFFF;
}

.navlink a:hover {
    color: #474747;
    text-decoration: none;
}

.mobilnav {
    display: none;
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}

.mobilnav .navlink {
    display: none;
}

.mobilnav .icon {
    position: relative;
    width: 100%;
    height: 100%;
}

.mobilnav .icon .line1,
.mobilnav .icon .line2,
.mobilnav .icon .line3 {
    position: absolute;
    background-color: #FFFFFF;
    height: 2px;
    transition: all 0.3s ease;
}

.mobilnav .icon .line1 {
    width: 32px;
    top: 10px;
    right: 0;
    left: auto;
}

.mobilnav .icon .line2 {
    width: 24px;
    top: 20px;
    right: 0;
    left: auto;
}

.mobilnav .icon .line3 {
    width: 28px;
    top: 30px;
    right: 0;
    left: auto;
}

/* Mobile Menu */
.mobillinks {
    display: block;
}

.mobillinks.inactive {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.mobillinks:not(.inactive) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.mainheadline {
    color: #fff;
    line-height: 70px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 70px;
    font-weight: 700;
    margin-top: 131px;
    min-height: 91px;
    text-transform: uppercase;
}

.underline {
    width: 153px;
    height: 3px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
}

.subheadline {
    margin-left: auto;
    margin-right: auto;
    margin-top: 135px;
    max-width: 1200px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 300;
}

.arrowdown {
    display: block;
    vertical-align: top;
    margin-top: 38px;
    width: 49px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.frame-content-bg-gray .containerbox{
    padding-top:0;
    padding-bottom:0;
}

.content-bg-gray, .frame-content-bg-gray{
    margin-top: 5px;
    min-height: 390.85px;
    opacity: 1;
    padding-top: 117px;
    padding-bottom: 0;
    background: #8B8D8D url("../Images/polygone.png") no-repeat center top;
}

.frame-content-bg-gray .containerbox{
    color:white;
}

.content-bg-gray .concept .content {
    color: #FFFFFF;
    text-align: center;
}
.frame-content-bg-gray  h2,
.content-bg-gray .concept .content h2 {
    min-height: 52px;
    line-height: 31px;
    letter-spacing: 1px;
    font-size: 31px;
    font-weight: 400;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.frame-content-bg-gray .containerbox p,
.content-bg-gray .concept .content p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    line-height: 19px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
    max-width: 1200px;
    /* padding: 0 15px; */
}
.icon-tab{
    min-height:91px;
}

.frame-content-bg-gray .containerbox .subjects,
.content-bg-gray .concept .content .subjects {
    /*width: 480px;*/
    width:790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: space-evenly;
}
.frame-content-bg-gray .containerbox .subjects .subject,
.content-bg-gray .concept .content .subjects .subject {
    text-align: center;
    /*width: 150px;*/
    /* width:250px; */
    margin: 0 10px;
    float: left;
    line-height: 19px;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 400;
    color: #474747;
}
.frame-content-bg-gray .containerbox .subjects .active,
.content-bg-gray .concept .content .subjects .active {
    color: #FFFFFF;
}

.content-bg-gray .components .content {
    color: #FFFFFF;
    text-align: center;
}

.content-bg-gray .components .content h2 {
    width: 230px;
    min-height: 34px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
}

.content-bg-gray .components .content hr {
    width: 55px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.content-bg-gray .components .content .subjects {
    width: 592px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 111px;
}

.content-bg-gray .components .content .subjects .subject {
    float: left;
    width: 197.3px;
    height: auto;
    color: #474747;
}

.content-bg-gray .components .content .subjects .img {
    height: 100px;
}

.content-bg-gray .components .content .subjects .dreieck {
    z-index: 120;
    width: 32px;
    height: 32px;
    border-style: solid;
    border-width: 5px;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 11, -5);
    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 11, -5);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 11, -5);
    position: relative;
    left: 75px;
    top: 175px;
}

.content-bg-gray .components .content .subjects .active {
    color: #FFFFFF;
}

.currentheader {
    min-height: 159px;
    padding-bottom: 45px;
    margin-top: -5px;
}

.currentheader h2 {
    width: 230px;
    min-height: 34px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    color: #FFFFFF;
    text-transform: uppercase;
}

.currentheader hr {
    width: 55px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.currentsection {
    color: #FFFFFF;
    text-align: center;
}

.currentsection h2 {
    width: 230px;
    min-height: 34px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    color: #FFFFFF;
    text-transform: uppercase;
}

.currentsection hr {
    width: 55px;
    height: 2px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.currentsection p {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
}

.currentsection .morebtn {
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FF5000;
    color: #FFFFFF;
    min-height: 27px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.currentsection .morebtn a {
    text-decoration: none;
    color: #FFFFFF;
}

.subjectdetails {
    padding-bottom: 3px;
    padding-top: 3px;
}

.subjectdetails .inactive {
    display: none;
}

.subjectdetails .image {
    width: 395px;
    height: 395px;
}

.subjectdetails .derweg .image {
    background: transparent url("../images/kita.png") no-repeat center center;
}

.subjectdetails .dasziel .image {
    background: transparent url("../images/Plankstadt-1.png") no-repeat center center;
}

.subjectdetails .solarluft .image {
    background: transparent url("../images/kita.png") no-repeat center center;
}

.subjectdetails .solarluft .text {
    height: 222px;
}

.subjectdetails .waermepumpe .image {
    background: transparent url("../images/waermepumpe.jpg") no-repeat center center;
}

.subjectdetails .energiespeicher .image {
    background: transparent url("../images/Eisspeicher.jpg") no-repeat center center;
}

.subjectdetails .vorteile .image {
    background: transparent url("../images/Plankstadt-8.png") no-repeat center center;
}

.subjectdetails .vorteile .text {
    height: 275px;
}

.subjectdetails .text {
    width: 414px;
    height: 220px;
    margin-top: 81px;
    overflow: hidden;
}

.subjectdetails h2 {
    width: 361px;
    line-height: 29px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 400;
}

.subjectdetails .orange {
    color: #FF5000;
}

.subjectdetails .gray {
    color: #474747;
}
.imia-btn.morebtn{
    display: inline-block;
    background-color: #FF5000;
    color: #FFFFFF;
    width: auto;
    min-height: 27px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
    cursor: pointer;
    text-transform: uppercase;
}
.subjectdetails .morebtn {
    background-color: #FF5000;
    color: #FFFFFF;
    width: 65px;
    min-height: 27px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    margin-top: 13px;
    cursor: pointer;
}

.subjectdetails .closebtn {
    background-color: #FF5000;
    color: #FFFFFF;
    width: 105px;
    min-height: 27px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    margin-top: 13px;
    cursor: pointer;
    margin-bottom: 5px;
}




.subjectdetails .inactive {
    display: none;
}

.slider .img1 {
    background: transparent url("../slider/speicher.jpg") no-repeat center top;
    background-size: cover;
    height: 484px;
}

.slider .img2 {
    background: transparent url("../slider/Plankstadt-2.png") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .img3 {
    background: transparent url("../slider/Plankstadt-4.png") no-repeat center bottom;
    background-size: cover;
    height: 484px;
}

.slider .kitasliderimg1 {
    background: transparent url("../images/KitaSlide1.JPG") no-repeat center top;
    background-size: cover;
    height: 484px;
}

.slider .kitasliderimg2 {
    background: transparent url("../images/KitaSlide2.jpg") no-repeat center top;
    background-size: cover;
    height: 484px;
}

.slider .kitasliderimg3 {
    background: transparent url("../images/KitaSlide3.jpg") no-repeat center top;
    background-size: cover;
    height: 484px;
}

.slider .kitasliderimg4 {
    background: transparent url("../images/KitaSlide4.jpg") no-repeat center top;
    background-size: cover;
    height: 484px;
}

.slider .kitasliderimg5 {
    background: transparent url("../images/KitaSlide5.JPG") no-repeat center top;
    background-size: cover;
    height: 484px;
}

.slider .kitasliderimg6 {
    background: transparent url("../images/KitaSlide6.JPG") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .plankstadtsliderimg1 {
    background: transparent url("../images/plankstadt-slider-1.png") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .plankstadtsliderimg2 {
    background: transparent url("../images/plankstadt-slider-2.png") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .plankstadtsliderimg3 {
    background: transparent url("../images/plankstadt-slider-3.png") no-repeat center bottom;
    background-size: cover;
    height: 484px;
}

.slider .plankstadtsliderimg4 {
    background: transparent url("../images/plankstadt-slider-4.png") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .plankstadtsliderimg5 {
    background: transparent url("../images/plankstadt-slider-5.png") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .plankstadtsliderimg6 {
    background: transparent url("../images/plankstadt-slider-6.png") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .hufsliderimg1 {
    background: transparent url("../images/HufCitySlide1.JPG") no-repeat center top;
    background-size: cover;
    height: 484px;
}

.slider .hufsliderimg2 {
    background: transparent url("../images/HufCitySlide2.JPG") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .hufsliderimg3 {
    background: transparent url("../images/HufCitySlide3.JPG") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .hufsliderimg4 {
    background: transparent url("../images/HufCitySlide4.JPG") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .hufsliderimg5 {
    background: transparent url("../images/HufCitySlide5.JPG") no-repeat center center;
    background-size: cover;
    height: 484px;
}

.slider .slider-next {
    background: url("../images/arrownext.png");
    right: 25%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 26px;
    height: 49px;
    z-index: 999;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.slider .slider-prev {
    background: url("../images/arrowprev.png");
    left: 25%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 26px;
    height: 49px;
    z-index: 999;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.references {
    min-height: 706px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding-bottom: 41px;
    background: #8B8D8D url("../images/170313rund.png") no-repeat center top;
    background-size: auto auto;
    background-size: cover;
}

.references .content {
    padding-top: 70px;
    color: #FFFFFF;
    text-align: center;
}

.references .content h2 {
    width: 230px;
    min-height: 34px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
}

.references .content hr {
    width: 55px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.references .kita {
    background: url("../images/kita.png") no-repeat center top;
    width: 212px;
    height: 216px;
    background-size: auto auto;
    background-size: cover;
}

.references .huf {
    background: url("../images/huf.png") no-repeat center top;
    width: 212px;
    height: 216px;
    background-size: auto auto;
    background-size: cover;
}

.references .plankstadt {
    background: url("../images/plankstadt.png") no-repeat center top;
    width: 212px;
    height: 216px;
    background-size: auto auto;
    background-size: cover;
}

.teaserwrap {
    width: 850px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.teaser {
    height: 514px;
    width: 212px;
    margin-left: 30px;
    margin-right: 30px;
    float: left;
}

.teaser a {
    color: #FFFFFF;
}

.teaser .teaserimg {
    width: 212px;
    height: 216px;
    margin-bottom: 40px;
}

.teaser .teasertext {
    text-align: left;
}

.teaser .teasertext h2 {
    text-align: left;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 0;
}

.teaser .teasertext h3 {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.teaser .morebtn {
    background-color: #FF5000;
    color: #FFFFFF;
    width: 65px;
    min-height: 27px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    margin-top: 13px;
    position: absolute;
    bottom: 0;
}

.partner {
    height: 255px;
    background-color: #FFFFFF;
    padding-top: 65px;
    margin-bottom: 70px;
}

.partner h2 {
    color: #8B8D8D;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    min-height: 34px;
}

.partner hr {
    width: 55px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #8B8D8D;
}

.partner .img-center {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.footer .footer-bg {
    height: 325px;
    background: #8B8D8D url("../images/module.png") no-repeat center bottom;
    background-size: cover;
}

.footer .footer-bg .container {
    padding-top: 60px;
    width: 100%;
}

.footer .footer-bg .container img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.footer .footer-bg a {
    text-decoration: none;
    color: #212529;
}

.footer h2 {
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

.footer hr {
    width: 55px;
    height: 2px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

.footer .subline {
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 300;
}

.footer .contact h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 60px;
}

.footer .contact .subline {
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin-top: -0.5rem;
}

.footer .contact .details {
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    font-weight: 300;
}

.footer .contact .details .orange {
    color: #FF5000;
    display: inline;
}

.footer .footnav {
    width: 100%;
    color: #A5A5A5;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 300;
    margin-top: 79px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.footer .footnav a {
    color: #A5A5A5;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 300;
}

.tabcontent {
    display: none;
}

.tablinks.active:after {
    position: relative;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
    margin: 0 auto;
}

.tablink.active:after {
    position: relative;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
    margin: auto;

}

.conceptcontent {
    display: none;
}

.defaultOpen {
    display: block;
}

#map {
    /* height: 400px; */
    margin: 80px 0;
}

.current {
    text-align: center;
    padding-top: 50px;
}

.current h2 {
    color: #8B8D8D;
    text-align: center;
    letter-spacing: 1px;
    line-height: 31px;
    font-size: 31px;
    font-weight: 400;
    margin-top: 60px;
}

.current .text {
    color: #8B8D8D;
    text-align: center;
    letter-spacing: 1px;
    line-height: 19px;
    font-size: 17px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 40px;
}

.current-bg {
    margin-top: 60px;
    min-height: 706px;
    padding-top: 60px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding-bottom: 41px;
    background: #8B8D8D url("../images/170313rund.png") no-repeat center top;
    background-size: auto auto;
    background-size: cover;
}

.current-bg .container {
    width: 768px;
}

.current-bg .currentimg {
    width: 212px;
    height: 216px;
    margin-top: 75px;
}

.current-bg .currentimg .aragua {
    background: transparent url("../images/aragua.jpg") no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    width: 212px;
    height: 216px;
}

.current-bg .currentimg .energiepaket {
    background: transparent url("../images/energiepaket.jpg") no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    width: 212px;
    height: 216px;
}

.current-bg .currentimg .energiespeicher {
    background: transparent url("../images/energiespeicher.jpg") no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    width: 212px;
    height: 216px;
}

.current-bg .currentimg .bundespreis {
    background: transparent url("../images/ecodesign.jpg") no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    width: 212px;
    height: 216px;
}

.current-bg .currentimg .energieagentur {
    background: transparent url("../images/shutterstock_142723051.jpg") no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    width: 212px;
    height: 216px;
}
.current-bg .currentimg .schwelmer {
    background: transparent url("../images/schwelmer_haus.jpeg") no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    width: 212px;
    height: 216px;
}

.current-bg .currentimg .auszeichnung {
    background: transparent url("../images/auszeichnung.jpg") no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    width: 212px;
    height: 216px;
}

.current-bg .text {
    color: #FFFFFF;
    margin-top: 75px;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 1px;
    font-weight: 300;
}

.current-bg .text h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 20px;
}

.current-bg .currentbtn {
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FF5000;
    color: #FFFFFF;
    min-height: 27px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    margin-top: 13px;
    cursor: pointer;
}
.currentbtn {
    width: 170px;
    padding: 10px;
    background-color: #FF5000;
    color: #FFFFFF;
    min-height: 27px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    margin: 20px auto;
    cursor: pointer;

}
.currentbtn a {
    text-decoration: none;
    color: #FFFFFF;
}
.current-bg .currentbtn a {
    text-decoration: none;
    color: #FFFFFF;
}

.anfahrt .contact {
    margin-bottom: 30px;
}

.anfahrt .contact h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 40px;
}

.anfahrt .contact .subline {
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin-top: -0.5rem;
}

.anfahrt .contact .details {
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    font-weight: 300;
}

.anfahrt .contact .details .orange {
    color: #FF5000;
    display: inline;
}

.impressum {
    margin-top: 80px;
}

.datenschutz {
    margin-top: 80px;
}

.kw {
    font-size: 70px;
    display: block !important;
    margin-bottom: 20px;
}

.kw-houseNEU {
    font-size: 90px;
    margin-bottom: 0;
}

#references {
    margin-bottom: 40px;
}

@font-face {
    font-family: "kw-icons";
    src: url("fonts/kw-icons.eot");
    src: url("fonts/kw-icons.eot?#iefix") format("eot"), url("fonts/kw-icons.woff") format("woff"), url("fonts/kw-icons.ttf") format("truetype"), url("fonts/kw-icons.svg#kw-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.kw {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "kw-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kw-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.kw-2x {
    font-size: 2em;
}

.kw-3x {
    font-size: 3em;
}

.kw-4x {
    font-size: 4em;
}

.kw-5x {
    font-size: 5em;
}

.kw-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.kw-houseNEU:before {
    content: "";
}

.kw-cube:before {
    content: "";
}

.kw-speicher:before {
    content: "";
}

.kw-kraftdach:before {
    position: relative;
    display: inline-block;
    content: "";
    background-image: url(../Images/icons/icons_kraftdach.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 4.4rem;
    height: 4.4rem;
    top: 0rem;
}

.active .kw-kraftdach:before{
    background-image: url(../Images/icons/icons_kraftdach_white.svg);
}

/*
.kw-houseNEU:before {
    position: relative;
    display: inline-block;
    content: "";
    background-image: url(../Images/icons/icons_solar.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 4.5rem;
    height: 4.5rem;
    top: 0rem;
}

.kw-cube:before {
    position: relative;
    display: inline-block;
    content: "";
    background-image: url(../Images/icons/icons_kraftdach.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 4.5rem;
    height: 4.5rem;
    top: 0rem;
}

.kw-speicher:before {
    position: relative;
    display: inline-block;
    content: "";
    background-image: url(../Images/icons/icons_eisspeicher.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 4.5rem;
    height: 4.5rem;
    top: 0rem;
    
}
*/

* {
    font-family: din-2014, sans-serif;
    letter-spacing: 1px;
}

.container {
    /* Container-Breite - begrenzt die maximale Breite des Grids */
    width: 1200px; /* Kann erhöht werden z.B. auf 1400px oder 1600px für mehr Spalten */
    /* Alternative: max-width: 1400px; für flexiblere Breite */
}


/* Bilder in Referenzen-Sektion quadratisch formatieren - auch für Desktop */
.containerBackground .ce-textpic .ce-gallery .image,
.containerBackground .ce-textpic .ce-gallery .image-embed-item {
    aspect-ratio: 1/1 !important; /* Quadratisches Format */
    object-fit: cover !important; /* Verhindert Verzerrung */
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1000px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .row{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .row .col-xs-12{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    /* Mobile Navigation */
    .navlinks {
        display: none;
    }

    .mobilnav {
        display: block;
    }

    .mobilnav .navlink {
        display: block;
    }

    .mobillinks {
        width: 100%;
        position: fixed;
        height: auto;
        min-height: 200px;
        top: 69.2px;
        left: 0;
        background-color: rgba(255, 80, 0, 0.85);
        z-index: 30;
        padding: 20px 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
    }

    .mobillinks .navlink {
        font-size: 22px;
        margin: 15px 0;
        text-align: center;
        width: 100%;
        display: block;
        float: none;
    }

    .mobillinks .navlink a {
        color: #FFFFFF;
        text-decoration: none;
        padding: 10px 0;
        display: block;
    }

    .mobillinks .navlink a:hover {
        color: #474747;
        background-color: rgba(255,255,255,0.1);
    }
    
    /* CE-Textpic responsive - untereinander statt nebeneinander */
    .ce-textpic .ce-gallery {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    
    .ce-textpic .ce-bodytext {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    .ce-textpic.ce-left .ce-gallery,
    .ce-textpic.ce-right .ce-gallery {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    
    .ce-textpic.ce-left .ce-bodytext,
    .ce-textpic.ce-right .ce-bodytext {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    /* CE-Textpic Container selbst */
    .ce-textpic.ce-left,
    .ce-textpic.ce-right {
        display: block !important;
    }
    
    .ce-textpic.ce-left::after,
    .ce-textpic.ce-right::after {
        content: "";
        display: table;
        clear: both;
    }
    .blog-item .blog-teaser h3, .blog-item-content .blog-teaser h3{
        min-height:1.5em !important;
    }
    /* Container Four Row responsive - Logos untereinander */
    .container-four-row .row {
        flex-direction: column !important;
        gap: 2rem;
        margin: 2rem 0;
    }
    
    .container-four-row .col-3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }
    
    .container-four-row .col-3:last-child {
        margin-bottom: 0;
    }
    
    /* Container Three Row responsive - drei divs untereinander */
    .container-three-row .row {
        flex-direction: column !important;
        gap: 2rem;
        margin: 2rem 0;
    }
    
    .container-three-row .col-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }
    
    .container-three-row .col-4:last-child {
        margin-bottom: 0;
    }
    
    /* Referenzen Background - Bild durch Farbe ersetzen */
    .containerBackground {
        background: rgb(93 93 93) !important; /* Hintergrundfarbe statt Bild */
        background-image: none !important; /* Bild entfernen */
    }
    
    /* p-Elemente in Referenzen-Sektion ohne Hintergrundfarbe */
    .containerBackground p {
        background-color: transparent !important;
    }
    
    /* Bilder in Referenzen-Sektion quadratisch formatieren */
    .containerBackground .ce-textpic .ce-gallery .image,
    .containerBackground .ce-textpic .ce-gallery .image-embed-item {
        aspect-ratio: 2/1 !important; /* Quadratisches Format */
        object-fit: cover !important; /* Verhindert Verzerrung */
        width: 100% !important;
        height: auto !important;
    }
    /* Three-tabs Abschnitte responsive - volle Breite mit 15px Abstand */
    .frame-type-container_three_tab .ce-textpic .ce-gallery,
    .frame-type-container_three_tab .ce-textpic .ce-bodytext {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 15px !important;
    }
    
    .frame-type-container_three_tab .ce-textpic .ce-gallery .image,
    .frame-type-container_three_tab .ce-textpic .ce-gallery .image-embed-item {
        width: 100% !important;
        max-width: 100% !important;
        margin: 15px 0 !important;
    }
    
    .frame-type-container_three_tab p {
        margin-left: auto;
        margin-right: auto;
        margin-top: 38px;
        line-height: 19px;
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 300;
        max-width: 100% !important;
        /* padding: 0 30px !important; */
        width: 100% !important;
    }
    
    /* Tab-Box responsive - volle Breite mit 15px Abstand */
    .tab_box .tabrow {
        padding: 0 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    /* Tab-Box Container responsive - volle Breite */
    .tab_box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .tab_box .tabrow .col-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }
    
    .tab_box .tabrow .col-4:last-child {
        margin-bottom: 0;
    }

    /* imiatab responsive - nur unterhalb 1000px */
    .imiatab {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .frame-background_bottom .containerBackground{
        min-height: min-content !important;
    }
    .frame-content-bg-gray .container-one-row p {
        padding: 0 30px !important;
    }
    .ce-textpic .ce-bodytext p {
        padding: 0 !important;
    }
}

@media (max-width: 600px) {
    /* Tab-Links responsive - kleinere Schrift und intelligenter Umbruch ab 600px */
    .subjects .subject.tablinks {
        font-size: 14px !important; /* Etwas kleinere Schrift */
        /* padding: 6px 8px !important; */
        overflow-wrap: break-word !important; /* Moderne Wörter-Umbruch */
        word-break: break-word !important; /* Intelligenter Buchstaben-Umbruch */
        hyphens: auto !important; /* Automatische Silbentrennung */
        white-space: normal !important; /* Mehrzeilige Darstellung erlauben */
        line-height: 1.2 !important; /* Kompaktere Zeilenhöhe */
        text-align: center !important; /* Zentrierte Ausrichtung */
    }
    
    .subjects .subject.tablinks .kw {
        /* Icons in ursprünglicher Größe belassen */
        display: block !important; /* Icon als Block-Element */
        margin: 0 auto !important; /* Icon zentriert */
        text-align: center !important; /* Icon zentriert */
    }
    
    /* Icon-Höhen angleichen - wie bei Desktop */
    .subjects .subject.tablinks .kw-houseNEU {
        margin-bottom: 0 !important; /* Erstes Icon ohne zusätzlichen Abstand */
    }
    
    .subjects .subject.tablinks .kw-cube,
    .subjects .subject.tablinks .kw-speicher {
        margin-bottom: 20px !important; /* Andere Icons mit zusätzlichem Abstand */
    }
    
    .subjects .subject.tablinks span {
        display: block !important; /* Span als Block-Element */
    }
}

@media (max-width: 800px) {

    

    
    .subjectdetails .text {
        width: 320px;
    }

    .navlink {
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .teaserwrap {
        width: 485px;
    }

    .teaserwrap .teaser {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 40px;
    }

    .subjectdetails .image {
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    .subjectdetails .text {
        margin: 10px auto;
    }

    .subjectdetails .morebtn {
        margin: 10px auto;
    }

    .subjectdetails .closebtn {
        margin: 10px auto;
    }

    .partner .img-center {
        margin: 20px auto;
        height: 275px;
    }

    .subheadline {
        width: 100%;
    }

    .content-bg-gray .concept .content h2 {
        width: 100%;
    }

    .content-bg-gray .concept .content p {
        width: 100%;
    }

    .content-bg-gray .concept .content .subjects .subject {
        line-height: 80px;
    }

    .content-bg-gray .components .content .subjects .subject {
        margin-bottom: 20px;
    }
    
    /* Hero Content Image responsive */
    .hero-content-image {
        width: 80%;
        padding-top: 150px;
    }
}

@media (max-width: 500px) {
    .currentsection p {
        width: 100%;
    }

    .navbar {
        z-index: 30;
    }

    .partner {
        height: 535px;
    }

    .partner .img-center {
        width: 180px;
        height: auto;
    }

    .mainheadline {
        font-size: 50px;
    }

    .subheadline {
        margin-top: 95px;
        font-size: 30px;
    }

    .teaserwrap {
        width: 245px;
    }

    .content-bg-gray .components .content .subjects {
        width: 197px;
    }

    .footer .footnav {
        width: 100%;
    }

    .footer .footer-bg .container {
        width: 100%;
    }

    .teaser .morebtn {
        position: relative;
        bottom: 0;
    }
    
    /* Hero Content Image für kleine Bildschirme */
    .hero-content-image {
        width: 90%;
        padding-top: 150px;
    }

    .kw-kraftdach:before{
        margin-bottom:1rem;
    }
}

@media (max-width: 400px) {
    body {
        overflow-x: hidden;
    }

    .mainheadline {
        font-size: 36px;
    }

    .content-bg-gray .concept .content .subjects {
        width: 300px;
    }

    .content-bg-gray .concept .content .subjects .subject {
        width: 100px;
        font-size: 17px;
    }

    .subjectdetails h2 {
        width: 100%;
        text-align: center;
    }

    .subjectdetails .col-sm-12 {
        padding-left: 0;
    }

    .subjectdetails .text {
        padding-left: 5px;
        padding-right: 5px;
        height: 221px;
    }
}

@media (max-width: 350px) {
    .subjectdetails {
        padding-top: 40px;
    }

    .subjectdetails .text {
        text-align: center;
    }
    
    /* Hero Content Image für sehr kleine Bildschirme */
    .hero-content-image {
        width: 95%;
        padding-top: 150px;
    }
}

/*# sourceMappingURL=main.css.map */

/*TYPO3 Additionals*/
.frame-content-gray,
.frame-content-gray .ce-textpic .ce-bodytext p{
    background-color: #8B8D8D;
    color:white !important;
}

.frame-content-gray p,
.frame-content-gray .ce-bodytext p,
.frame-content-gray h2,
.frame-content-gray h3{
    color:white !important;
}

.ce-textpic.ce-left .ce-gallery{
    float:left;
    /* width:49%; */
    margin: 0;
}
.ce-textpic.ce-right .ce-gallery{
    float:right;
    /* width:49%; */
    margin: 0;
}
.ce-textpic.ce-left .ce-bodytext{
    float:right;
    /* width:49%; */
    margin:0 0 0 0;
}

.ce-textpic.ce-right .ce-bodytext{
    float:left;
    /* width:49%; */
    margin:0 0 0 0;
}
.ce-textpic .ce-bodytext h2{
    font-size:1.5rem;
    line-height:1.75rem;
    margin-bottom:0.8em;
    margin-top:0.5rem;
    height:auto;
    min-height:0;
}
.ce-textpic .ce-bodytext p{
    color:#8B8D8D !important;
}

.imiatab .ce-textpic .ce-bodytext p{
    color:#212529 !important;
}

.ce-textpic .ce-bodytext p{
    font-size:1rem;
    width:100%;
    margin-top:0;
    margin-bottom:0.25rem;
    
    line-height: 1.5rem !important;
    font-weight:400;
}
.ce-center .ce-gallery .image{
    width:100%;
}
.blog-list.frame-squered-img .image,
.frame-squered-img .ce-gallery .image{
    /* aspect-ratio: 1/1; */
    overflow: hidden;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frame-squered-img .ce-gallery .image img{
    object-fit: cover;
}

.ce-gallery .image{
    /* width:85%; */
    /* margin-right:15%; */
    text-align: center;
}
.blog-list .image img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}


.ce-gallery .image img{
    max-width: 100%; /* Prevent image from overflowing */
    max-height: 100%; /* Prevent image from overflowing */
   
}

.frame-indent img{
    width:100%;
    height:auto;
}

.tab_box .tabrow{
    padding-top: 5px !important;
    padding-bottom:5px !important;
    background:white;
    color:black;
    padding: 0 60px;
}

/* Responsive override für tab_box - nur für Desktop */
@media (min-width: 1001px) {
    .tab_box {
        width: auto !important;
        max-width: none !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}


.imiatab{
    display:none;
}

.imiatab.active{
    display:block;
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0;
}

.imiatab.active .frame-squered-img .ce-left {
    display: flex;
    gap: 80px;
}
.imiatab.active .frame-squered-img .ce-right {
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
}


.sliderImage{
    width:100%;
    height: 484px;
    display: flex;
    justify-content: center;
}
.sliderImage img{
    width:100%;
    object-fit: cover;          /* füllt, schneidet ggf. */
    object-position: center;    /* zentriert */
    display: block;
}

.containerbox h2{
    text-align:center;
    line-height:1.2rem;
    letter-spacing: 2px;
    font-size:1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.containerbox h2:after{
    content: "";
    display:block;
    width: 55px;
    height: 2px;
    
    background-color: #FFFFFF;
    margin: 1rem auto;
}

.containerBackground, .container-one-row{
    padding-top:80px;
    padding-bottom:40px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.frame-background_bottom .containerBackground{
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top:70px;
    min-height:325px;
}
/* .frame-background_bottom{
    color:white;
} */

.imiatab{
    padding-top:1rem;
    padding-bottom:1rem;
}

/* Responsive override für imiatab - nur für Desktop */
@media (min-width: 1001px) {
    .imiatab {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.carousel-control-next, .carousel-control-prev{
    opacity: .75;
    background: transparent;
    border: none;
    cursor: pointer;
}
.footnav{
    margin: 15px;
}
.footnav,.footnav a{
    text-align:center;
    color:#A5A5A5;
    line-height:1.5rem;
    font-size: 1rem;
    font-weight: 300;
}

.imiatab h2,.imiatab h3{
    color:#FF5000;
    text-transform: uppercase;
}

.frame-default a{
    color:#FF5000;
}

.frame-margin_content .containerbox{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Blog Grid Container */
.blog-grid {
    display: grid;
    /* auto-fit erstellt so viele Spalten wie möglich mit fester Breite */
    grid-template-columns: repeat(auto-fit, 320px);
    /* Gap zwischen den Grid-Items - horizontal und vertikal getrennt */
    column-gap: 1.5rem; /* Horizontaler Abstand zwischen Spalten (bleibt immer gleich) */
    row-gap: 80px; /* Vertikaler Abstand zwischen Zeilen (vergrößert) */
    justify-content: center; /* Zentriert die Spalten im Container */
    /* Container-Breite berücksichtigen - kann erweitert werden */
    max-width: 100%;
    /* Abstand zu anderen Sections */
    margin-top: 4rem; /* Abstand nach oben zu anderen Sections */
    margin-bottom: 4rem; /* Abstand nach unten zu anderen Sections */
}

/* Blog Item Container - Basis für alle Blog Items */
.blog-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left; /* Linksbündig statt zentriert */
    /* Item-Breite - angepasst an Bildbreite */
    width: 100%;
    max-width: 300px; /* Gleiche Breite wie das Bild (300px) */
    min-height: 450px; /* Mindesthöhe für einheitliche Button-Position */
}

/* Blog Item Content - für klickbare und nicht-klickbare Items */
.blog-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 100%;
    min-height: 450px;
}

/* Klickbares Blog Item - zusätzliche Eigenschaften */
.blog-item--clickable {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

/* Nicht-klickbares Blog Item - identisches Layout, aber ohne Hover-Effekte */
.blog-item--non-clickable {
    text-decoration: none;
    color: inherit;
    cursor: default; /* Standard-Cursor statt Zeigefinger */
    padding: 0;
    margin: 0;
}


.blog-item--clickable:hover {
    text-decoration: none;
    color: inherit;
}

.blog-item--clickable:focus {
    text-decoration: none;
    color: inherit;
}

.blog-item--clickable:visited {
    color: inherit;
    text-decoration: none;
}

/* Blog Item Struktur - für alle Blog Items */
.blog-item .blog-image,
.blog-item-content .blog-image {
    margin-bottom: 1rem;
}

.blog-item .blog-teaser,
.blog-item-content .blog-teaser {
    width: 300px; /* Gleiche Breite wie das Bild (300px) */
    max-width: 300px; /* Begrenzt auf Bildbreite */
    flex-grow: 1; /* Nimmt verfügbaren Platz ein */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Text oben, Button unten */
}

/* Abstände zwischen Text-Elementen angleichen */
.blog-item .blog-teaser h3,
.blog-item-content .blog-teaser h3 {
    margin-bottom: 0.5rem; /* Gleicher Abstand wie zwischen Teaser und Button */
    min-height: 3.5em; /* Mindesthöhe für 2-3 Zeilen Überschrift */
    display: flex;
    align-items: flex-start; /* Text oben ausrichten */
}

/* Textkürzung für Vorschautexte auf 5 Zeilen */
.blog-item .blog-teaser p,
.blog-item-content .blog-teaser p {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Maximal 5 Zeilen */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4; /* Zeilenhöhe für bessere Lesbarkeit */
    max-height: calc(1.4em * 5); /* Fallback für Browser ohne -webkit-line-clamp */
}

.blog-item .blog-link,
.blog-item-content .blog-link {
    margin-top: auto; /* Button nach unten drücken */
}

/* Button innerhalb klickbarem Blog Item */
.blog-item-content.blog-item--clickable .blog-link {
    pointer-events: none; /* Verhindert, dass der Button als separater Link funktioniert */
}

.blog-item-content.blog-item--clickable .imia-btn {
    pointer-events: none; /* Button ist nur visueller Indikator */
    cursor: inherit; /* Erbt Cursor vom übergeordneten Link */
}

.footer-container h3{
    color:#212529 !important;
}

.logoLink{
    background: white;
    display: block;
    padding: 0.5rem;
}
.logo{
    width:15rem;
    height:auto;
}

.hero-content-image{
    display: flex;
    width: 50%;
    text-align: center;
    padding-top: 150px;
    /* margin-top: 20%; */
    margin: 0% auto;

}
.hero-content-image img{
    width:100%;
    height:auto;
}

.container-one-row .ce-bodytext .text-center {
    padding-right: 15px
}

.container-four-row .row {
    display: flex;
    align-items: center;
}

.figure {
    margin: 0 !important;
}

#c8 figure,
#c18 figure {
    margin: 0 0 0;
}

#c56 div.container-one-row.containerbox,
#c89 div.container-one-row.containerbox,
#c51 div.container-one-row.containerbox,
#c79 div.container-one-row.containerbox,
#c74 div.container-one-row.containerbox,
#c84 div.container-one-row.containerbox,
#c65 div.container-one-row.containerbox {
    padding: 80px 15px;
}

#c56 div.container-one-row.containerbox .row,
#c89 div.container-one-row.containerbox .row .col-lg-12.col-md-12.col-sm-12.col-xs-12,
#c51 div.container-one-row.containerbox .row,
#c79 div.container-one-row.containerbox .row,
#c74 div.container-one-row.containerbox .row,
#c84 div.container-one-row.containerbox .row,
#c65 div.container-one-row.containerbox .row {
    max-width: 1200px;
    margin: 0 auto;
    word-wrap: break-word;
}
#c60,
#c156 {
    min-height: 290px;
}
#c71 .container-one-row,
#c186 .container-one-row {
    padding-top: 40px;
}
#c65 .image-embed-item {
    height:auto;
}
#c65 h1 {
    margin-bottom: 30px;
}
