:root {
    --backgroundcolour: #dfdfdf;
    --textcolour: #000000;
    --accentcolour: #23bbd0;
    --Menu-Color: #1b8694;


}

.text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.115rem;
    padding: 16px;
    color: var(--textcolour);
    background-color: var(--accentcolour);




}

body {
    background-color: var(--backgroundcolour);
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;

}

a {
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
    padding-top: 5px;
    padding-bottom: 10px;


}

.Navi {
    color: white;
    text-decoration: none;
    padding: 25px;
    font-size: 1.25rem;
    padding-top: 5px;
    padding-bottom: 0.1%;


}

a:hover {
    text-decoration: underline;


}

.navigationsbar {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;



}

.links {
    background-color: var(--accentcolour);
    padding: 0.7%;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;

}




img {
    max-width: 100%;
    height: auto;
    width: auto\9;



}

.Strich1 {
    color: rgb(220, 220, 220);
}

.response {
    z-index: 100;
}

.slide2 {
    height: 100%;
    width: 270px;
    position: absolute;
    background-color: #23bbd0;
    transition: 0.5s ease;
    transform: translateX(-270px);
    display: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


.slide2 h1 {
    color: #fff;
    font-weight: 800;
    text-align: right;
    padding: 10px 0;
    padding-right: 20px;
    pointer-events: none;
}

.slide2 ul li {
    list-style: none;
}

.slide2 ul li a {
    color: #002558;
    font-weight: 500;
    padding: 5px 0;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.2s ease-out;
}

.slide2 ul li a i {
    width: 40px;
    text-align: center;
}

.response input {
    display: none;
    visibility: hidden;

}

.toggle {
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 1;
    cursor: pointer;
    border-radius: 2px;
    background-color: #e4e4e4;
    top: 20px;
    left: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 101;
}

.toggle .common {
    position: absolute;
    height: 3px;
    width: 40px;
    background-color: #23bbd0;
    border-radius: 50px;
    transition: .3s ease;

}

.toggle .top_line {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.toggle .middle_line {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle .bottom_line {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.response input:checked~.toggle .top_line {
    left: 2px;
    top: 23px;
    width: 45px;
    transform: rotate(45deg);
}

.response input:checked~.toggle .bottom_line {
    left: 2px;
    top: 23px;
    width: 45px;
    transform: rotate(-45deg);
}

.response input:checked~.toggle .middle_line {
    opacity: 0;
    transform: translateX(20px);
}

.response input:checked~.slide2 {
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.slide2 ul li:hover a {
    color: #23bbd0;
    background-color: #fff;
}


.banner {
    margin-bottom: 50px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
}







.wrapper {
    background: rgb(47, 47, 47);
    padding: 25px;
    border: 5px solid rgba("255,255,255,0.05");
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
    width: 80%;
    margin: auto;
}

.cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.cont a {
    color: #fff;
}

.cont h2 {
    font-weight: 400;
    font-size: 1.6em;
    color: #36658f;
    background: #fff;
    padding: 5px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
}

.cont h3 {
    font-weight: 500;
    font-size: 1.1em;
    color: #fff;
    margin: 30px 0 10px 0;
    letter-spacing: 2px;
}

.cont p {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    padding: 3px;
    margin: 1px 0;
}

.cont p:hover {
    background: rgba(23, 38, 51, 1);
}

.info {
    width: 45%;
    height: auto;
    border-right: 2px solid #23bbd0;
}

.contactform {
    width: 55%;
    height: auto;
}

.row2 {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.contactform input,
label {
    transition: .2s all ease-in;
}

.contactform input,
label,
select,
textarea {
    outline: none;
}

.contactform select {
    padding: 5px;
    margin: 2px 0 15px 0;
}

.contactform textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
}

.contactform input[type="submit"] {
    width: 100%;
    height: auto;
    border: none;
    background: #006ED5;
    margin: 10px 5px;
    border-radius: 3px;
    padding: 8px;
    color: #fff;

}

.contactform input[type="submit"]:hover {
    background: #004688;
    cursor: pointer;
}

.contactform input[type="submit"]:focus {
    border: none;
}

.contactform label {
    font-size: .9em;
    color: #fff;
    padding: 0 0 5px 0;

}

.contactform input {
    border: none;
    padding: 10px 5px 2px 2px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    background: none;
}

.contactform input:focus {
    border-bottom: 1px solid #23bbd0;
}

.contactform input:focus+label {
    color: #23bbd0;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: var(--accentcolour);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #d7d7d7bb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba("255,255,255,0.2");
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50% 50%;
    color: #fff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    background-color: var(--accentcolour);

}

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;

    }
}

.home {
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
}





.maps {
    width: 100%;
    height: 700px;
    max-height: 100%;
}

.mapsback {
    text-align: center;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.Klicktextbackhome {
    background-image: url(Hände.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    height: 541px;
    max-height: 100%;
    display: flex;

}

.Klicktextehome {
    margin: auto;
    width: 25%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    padding: 30px;
    font-size: 1.8rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    color: #00409a;
    text-align: center;


}

.hometext {
    width: 100%;
    height: 300px;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
    display: flex;
    text-align: center;
    align-items: center;


}

.hometext2 {
    width: 100%;
    height: 95px;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
    display: flex;
    text-align: center;
    align-items: center;

}

.homeback {
    float: right;
    width: 40%;

}

.Themes:hover {
    color: #006aff;
}

.Ort {
    float: left;
    font-size: 1.2rem;
    color: #fff;
    border-style: solid;
    border-right-color: #fff;
    border-left-color: #23bbd0;
    border-bottom-color: #23bbd0;
    border-top-color: #23bbd0;
    padding: 10px;
    padding-right: 30px;
    max-width: 100%;
}

.Knt {
    float: left;
    font-size: 1.2rem;
    color: white;
    margin-left: 30px;
    text-align: left;
    border-style: solid;
    border-right-color: #fff;
    border-left-color: #23bbd0;
    border-bottom-color: #23bbd0;
    border-top-color: #23bbd0;
    padding: 10px;
    padding-right: 30px;
    width: 243.52px;
    max-width: 100%;
}

.Self {

    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
    text-align: center;
    height: 100%;
    max-width: 100%;

}

.Selftext {
    width: 1000px;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.8rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;

}

.Klicktexte {
    margin: auto;
    width: 300px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    padding: 30px;
    font-size: 1.8rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    color: #0057d1;


}

.Klick {
    width: 100%;
    max-width: 100%;
    background-color: #00409a;
    color: #ffffff;
    font-size: 1.125rem;

}

.Klick:hover {
    transition: .5s;
    cursor: pointer;
    background-color: #002558;
}

.Klicktextback {
    background-image: url(heimheizung.png);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;
}

.Klicktextback2 {
    background-image: url(meinbad.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;
}

.Klicktextback3 {
    background-image: url(klimaanlage.JPG);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;

}

.Klicktextback4 {
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;
}

.Klicktextback5 {
    background-image: url(vaillant.JPG);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;
}

.Klicktextback6 {
    background-image: url(Sonne.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;
}

.Klicktextback7 {
    background-image: url(förderung.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;
}

.Klicktextback8 {
    background-image: url(logos.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-size: cover;
    width: 60%;
    margin: auto;
}

.box {
    position: relative;
    width: 250px;
    margin: auto;
    height: 100%;
    max-width: 100%;

}

.dropdown {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    width: 100%;
    height: 60px;
    background: #00409a;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    margin-bottom: 40px;
}

.dropdown .left-icon,
.dropdown .right-icon {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 15px;
    height: 5px;
    background-color: #fff;
    border-radius: 40px;
    transition: .5s;
}

.dropdown .left-icon {
    left: 7px;
    transform: rotate(45deg);
}

.dropdown.active .left-icon {
    transform: rotate(135deg);

}

.dropdown .right-icon {
    transform: rotate(-45deg);
}

.dropdown.active .right-icon {
    transform: rotate(-135deg);

}

.dropdown .items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--backgroundcolour);
    margin-top: 63px;
    overflow: hidden;
    visibility: hidden;
    transition: .5s;
}

.dropdown.active .items {
    visibility: visible;
}

.dropdown .items a {
    position: relative;
    left: 100%;
    display: flex;
    font-size: 20px;
    background: #fff;
    color: #00409a;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 2.5px;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    transition-delay: calc(60ms * var(--i));
    height: 30px;
    justify-content: center;

}

.dropdown.active .items a {
    left: 0;
}

.dropdown .items a:hover {
    color: #fff;
}

.dropdown .items a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00409a;
    z-index: -1;
    border-radius: inherit;
    transform: rotate(160deg);
    transform-origin: right;
    transition: .5s;
    text-align: center;
    z-index: 4;
    padding-top: 10px;


}

.dropdown .items a:hover span {
    transform: rotate(0deg);

}

.dropdown-behind-text {
    position: relative;
    left: 0;
    top: 0;
    color: #00409a;
    z-index: 2;
    display: flex;
    align-items: center;
    z-index: 2;


}

.Heizung {
    width: 100%;
    height: 100%;
    background-image: url(Logo.PNG);
    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
}

.Einleitung {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.8rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: bold;
    font-weight: normal;
}

.Gbwg {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;


}

.ansprechpartner {
    width: 40%;

    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
    font-size: 1.3rem;
    margin: auto;

}

.headline {
    font-size: 3rem;
    font-weight: normal;
}

.bild {
    background-image: url(OIP.jpg);
    background-position: 50% 50%;
    width: 300px;
    height: 300px;
}

.zeiten {
    width: 1000px;

    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
    font-size: 1.3rem;
    margin: auto;
    text-align: center;
}

.zeitenback {
    background-image: url(Logo2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.kontakt {
    float: right;

}

.Gbwg .Datum {
    color: #002558;
    font-size: 1.4rem;
    font-weight: bold;
}

.Gbwg .Hersteller {
    color: #002558;
    font-weight: bold;
}

.Telefon {
    float: left;
    padding: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;



}

.Mail {
    float: right;
    padding: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}

.Nummer {
    padding: 16px;
    border-radius: 8px;
}

.Email {
    padding: 16px;
    border-radius: 8px;
}

.way {
    width: 20%;
    float: left;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: bold;
    margin-left: 50px;

}

.diyback {
    background-image: url(Logo2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.diy {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.way2 {
    width: 20%;
    margin-left: 50px;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: bold;
    float: left;


}

.diy2 {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
    margin-top: 50px;

}

.shop {
    color: #002558;

}

.regenerativ {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.Energien {
    width: 100%;
    height: 100%;
    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
}

.förderungen {
    width: 100%;
    height: 100%;
    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
}

.fördern {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.fördern2 {
    width: 50%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.lüftung {
    width: 100%;
    height: 100%;
    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
}

.lüften {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.wärmepumpen {
    width: 100%;
    height: 100%;
    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
}

.wärme {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.klima {
    width: 100%;
    height: 100%;
    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
}

.technik {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.sanitärback {
    width: 100%;
    height: 100%;
    background-image: url(Logo2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100%;
}

.sanitär {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
}

.impressumback {
    width: 100%;
    height: 100%;
    background-image: url(Logo2.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
}

.impressum {
    width: 35%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
    text-align: center;
}



.shoplogoback {
    width: 40%;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: #00409a;
    font-weight: normal;
    text-align: center;
}

.diyimg:hover {
    width: 620px;
    height: 770px;
    transition: .5s;
}

.logohome:hover {
    width: 430px;
    transition: .5s;
}

.diyimg {
    width: 600px;
    height: 750px;
    max-width: 100%;
    max-height: 100%;
}

.HSW {
    color: rgb(255, 255, 255);
}

.Themes {
    color: #002558;
    font-size: 1.8rem;
}

.letter {
    font-weight: normal;
}

.Hervorheben {
    text-decoration: underline;
}

.Footlink {
    float: right;

}

.großhändler {
    color: #002558;
    font-weight: bold;
}

.überschrift {
    font-weight: bold;
    color: #002558;
    font-size: 1.4rem;
}

.Auswahl2 {
    font-weight: bolder;
}






















@media(max-width: 1600px) {
    .diyback .way2 {
        margin: auto;
        margin-bottom: 50px;

        float: none;
    }

    .way {
        margin: auto;
        margin-bottom: 50px;
        float: none;
    }
}





















@media(max-width: 2554px) {

    .homeback {
        margin: auto;

    }

    .Klicktextbackhome {
        width: 50%;
    }
}

























@media(max-width: 2054px) {
    .Klicktextbackhome {
        width: 45%;
    }

    .slider {
        width: 40%;
    }

    .navigation-manual {
        width: 40%;
    }

    .navigationsbar-auto {
        width: 40%;
    }

}



















@media(max-width: 1872px) {
    .Klicktextbackhome {
        margin: auto;
        width: 84.7%;
    }

    .homeback {
        float: none;
        width: 90%;

    }

    .ansprechpartner {
        width: 100%;
    }

}



















@media(max-width: 1620px) {
    .links {
        width: 100%;
        border-radius: none;
    }



}













@media(max-width: 1560px) {

    .shoplogoback {
        width: auto;
    }

    .links {
        display: none;

    }

    .navigationsbar {
        float: right;
    }



    .slide2 {
        display: block;
    }

    .toggle {
        display: block;
    }



    svg {
        display: none;
    }

    .Einleitung {
        width: 90%;
    }

    .diy {
        width: 90%;
    }

    .diy2 {
        width: 70%;
    }

    .Gbwg {
        width: 90%;
    }

    .sanitär {
        width: 90%;
    }

    .technik {
        width: 90%;
    }

    .regenerativ {
        width: 90%;
    }

    .wärme {
        width: 90%;
    }

    .fördern {
        width: 90%;
    }

    .lüften {
        width: 90%;
    }
}





@media(max-width: 1300px) {

    .impressum {
        width: 70%;
    }

    .way2 {
        width: 80%;

    }

    .slider {
        width: 55%;
    }

    .navigation-manual {
        width: 55%;
    }

    .navigationsbar-auto {
        width: 55%;
    }

}











@media(max-width: 1024px) {

    .Klicktextback,
    .Klicktextback2,
    .Klicktextback3,
    .Klicktextback4,
    .Klicktextback5,
    .Klicktextback6,
    .Klicktextback7,
    .Klicktextback8 {
        width: 80%;
    }
}










@media(max-width: 912px) {

    .Klicktextehome {
        width: 40%
    }

    .Selftext {
        font-size: 1.4rem;
        width: 70%;
    }

    .way {
        width: 70%;
        text-align: center;
    }

    .slider {
        width: 70%;
    }

    .navigation-manual {
        width: 70%;
    }

    .navigationsbar-auto {
        width: 70%;
    }

}





@media(max-width: 820px) {



    .slider {
        width: 100%;
    }

    .navigation-manual {
        width: 100%;
    }

    .navigationsbar-auto {
        width: 100%;
    }

}










@media(max-width: 780px) {

    .hometext {
        font-size: 1.7rem;
    }

    .hometext2 {
        font-size: 1.7rem;
    }

    .ansprechpartner {
        font-size: 1rem;
    }




}



@media(max-width: 782px) {

    .navigationsbar {
        width: 20%;
    }


}











@media(max-width: 700px) {

    .Klicktextehome {
        width: 55%;
    }

    .diyimg {
        width: 60%;
        height: 60%;
    }

    .diyimg:hover {
        height: 500px;
    }


}




@media(max-width: 650px) {

    .kontakt {
        float: none;
        margin-top: 10px;
        font-weight: bolder;
    }




}










@media(max-width: 540px) {

    .maps {
        height: 400px;
    }

    .slider {
        height: 300px;
    }

    .slide img {
        height: 300px;
    }

    .slides {
        height: 300px;
    }

    .navigationsbar-auto {
        margin-top: 260px;
    }

    .Klicktextback,
    .Klicktextback2,
    .Klicktextback3,
    .Klicktextback4,
    .Klicktextback5,
    .Klicktextback6,
    .Klicktextback7,
    .Klicktextback8 {
        width: 100%;
    }





}



















@media(max-width: 500px) {

    .Klicktextehome {
        width: 65%;
        font-size: 1.5rem;

    }

    .hometext {
        font-size: 1.3rem;
    }

    .hometext2 {
        font-size: 1.3rem;
    }

    .Selftext {
        width: 100%;
        font-size: 1rem;
    }

    .Klicktexte {
        width: 50%;
        font-size: 1.3rem;
    }

    .slide2 {
        height: 80%;
    }

    .impressum {
        font-size: 1.1rem;
    }




}











@media(max-width: 375px) {

    .Klicktextehome {
        width: 70%;
        font-size: 1.5rem;


    }





}












@media(max-width: 360px) {



    .Klicktexte {
        width: 48%;
        font-size: 1.1rem;
    }
}
















@media(max-width: 280px) {

    .hometext {
        font-size: 1.2rem;
    }

    .hometext2 {
        font-size: 1.2rem;
    }

    .Klicktextehome {

        font-size: 1.4rem;

    }

    .Klicktextbackhome {
        width: 100%;
    }

    .Klicktexte {
        width: 60%;
    }



}