@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f5f3f6;
}

#navigation {
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #c9c9c9;
    background-color: white;
    padding: 0 0;
}

#navigation .row {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


#navigation .right {
    vertical-align: top;
    padding-top: 46px;
    text-align: right;
}

#navigation img.logo {
    height: 80px;
    padding: 10px 0;
}

#navigation .nav-items > a {
    margin: 0 12px;
    padding-bottom: 34px;
}

#navigation .nav-items > a.active {
    border-bottom: 2px solid #0052a5;
}

#navigation a {
    font-family: Roboto-Light;
    text-decoration: none;
    color: #0052a5;
    font-size: 1.2em;
}

.menu_btn {
    display: none;
}

.menu_btn > button {
    border: 0;
    background: none;
}

.menu_btn > button > img {
    width: 40px;
}

header .cards {
    margin-top: 60px;
    margin-bottom: 100px;
}

header .cards > .card {
    background-size: cover;
    border-radius: 20px;
    display: inline-block;
    height: 350px;
    width: 47.5%;
    margin: 0 1%;
}

main .cards {
    margin-top: 60px;
    margin-bottom: 40px;
}


header .card > .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 1.4em;
}

header .card > .overlay > a {
    color: white;
    top: 80%;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 6px;
    padding-bottom: 4px;
    text-align: center;
    display: block;
    font-family: Roboto-Light;
}

.card.privatkunden {
    background-image: url("../img/WhatsApp Bild 2024-09-05 um 18.19.39_bda6bb8b.webp");
    background-position: 0% 0;
}

.card.wellness {
    background-image: url("../img/hydrosoft_2.webp");
    background-position: 50% 30%;
}

.card.gewerbekunden {
    background-image: url("../img/IMG-20240905-WA0009.webp");
    background-position: 50% 80%;
}

.card.industriekunden {
    background-image: url("../img/IMG-20240805-WA0007.webp");
    background-position: 30% 50%;
}

main .cards > .card {
    background-size: cover;
    border-radius: 20px;
    display: inline-block;
    height: 150px;
    width: 29%;
    margin: 12px 2%;
}

main .card > .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 1.4em;
}

main .card > .overlay > p {
    color: white;
    top: 50%;
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
    text-align: center;
    display: block;
    font-family: Roboto-Light;
}

.card.kaelte {
    background-image: url("../img/IMG-20240805-WA0022.webp");
    background-position: 30% 50%;
}

.card.lueftung {
    background-image: url("../img/IMG-20240805-WA0012.webp");
    background-position: 30% 50%;
}

.card.sonderanlagen {
    background-image: url("../img/sonderanlage.webp");
    background-position: 30% 40%;
}

.card.klima {
    background-image: url("../img/WhatsApp Bild 2024-09-05 um 18.19.39_bda6bb8b.webp");
    background-position: 30% 10%;
}

.card.heizung {
    background-image: url("../img/IMG-20240905-WA0034.webp");
    background-position: 30% 60%;
}

.card.ingenieurloesungen {
    background-image: url("../img/IMG-20240905-WA0038.webp");
    background-position: 30% 20%;
}


.card.unternehmen-page {
    background-image: url("../img/fuhrpark.webp");
    background-position: 50% 50%;
    width: 100% !important;
}

.card.privatkunden-page {
    background-image: url("../img/WhatsApp Bild 2024-09-05 um 18.19.39_bda6bb8b.webp");
    background-position: 50% 25%;
    width: 100% !important;
}

.card.wellness-page {
    background-image: url("../img/hydrosoft_2.webp");
    background-position: 50% 25%;
    width: 100% !important;
}

.card.gewerbekunden-page {
    background-image: url("../img/IMG-20240905-WA0009.webp");
    background-position: 50% 75%;
    width: 100% !important;
}

.card.industriekunden-page {
    background-image: url("../img/IMG-20240805-WA0007.webp");
    background-position: 50% 50%;
    width: 100% !important;
}

.card.kontakt-page {
    background-image: url("../img/IMG-20240805-WA0007.webp");
    background-position: 50% 50%;
    width: 100% !important;
}

.card.unternehmen-page > .overlay > p,
.card.privatkunden-page > .overlay > p,
.card.wellness-page > .overlay > p,
.card.gewerbekunden-page > .overlay > p,
.card.industriekunden-page > .overlay > p,
.card.kontakt-page > .overlay > p {
    color: white;
    top: 80%;
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
    text-align: left;
    padding-left: 20%;
    display: block;
    font-family: Roboto-Light;
}

.content {
    width: 60%;
    max-width: 1200px;
    margin: auto;
}

.btn-link {
    border: 2px solid #0052a5;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 8px;
    color: #0052a5;
    text-decoration: none;
    font-family: Roboto-Light;
    font-size: 1.1em;
}

.btn-link:active, .btn-link:hover {
    background-color: #0052a5;
    color: white;
    transition: all 0.1s ease-in;
}

.ta-center {
    text-align: center;
}

main h1 {
    font-family: Roboto-Light;
    color: #0052a5;
}

main h2 {
    font-family: Roboto-Light;
    color: #0052a5;
}

main h3 {
    font-family: Roboto-Light;
    color: #0052a5;
}

.inline-block {
    display:inline-block;
}

.ms-1 {
    margin-left: 10px;
}

.ms-2 {
    margin-left: 20px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}


main p {
    font-family: Roboto-Light;
    font-size: 1.1em;
    text-align: justify;
}

main .ytradiv {
    transform: skewY(-1deg);
    background-color: #e8e8e8;
}

main .ytracont {
    padding: 40px 0;
    transform: skewY(1deg);
}

main video {
    width: 60%;
    margin: 80px 20% 70px 20%;
}

ul.icon {
    list-style: none;
    font-family: Roboto-Light;
    font-size: 1.1em;
}

ul.icon li {
    list-style: none;
    padding: 8px 0;
}

ul.icon img {
    width: 16px;
    padding-right: 8px;
    padding-top: 2px;
}

ul.icon img, ul.icon p {
    display: inline-block;
    vertical-align: top;
}

ul.icon p {
    width: calc(100% - 60px);
    margin: 0;
    padding: 0;
    text-align: left !important;
}

main .row {
    display: flex;
    justify-content: space-between;
}

main .col > * {
    margin-right: 15px;
}

main .col:last-of-type > * {
    margin-right: 0px;
    margin-left: 15px;
}

.col {
    vertical-align: top;
}

footer .col {
    display: inline-block;
}

footer .sitemap li, footer .sitemap a {
    padding: 5px 2px 5px 0;
}

.col-2 {
    width: 49%;
}

.col-33 {
    width: 33%;
}

.col-66 {
    width: 66%;
}

.w60 {
    width: 50%;
    margin-left: 25%;
}

.contact {
    background-color: #e8e8e8;
    border-radius: 20px;
}

.contact-content {
    padding: 36px 60px;
}

.contact p, .contact img {
    display: inline-block;
}

.contact-icon {
    width: 24px;
    padding-top: 2px;
    padding-right: 6px;
    vertical-align: top;
}

.contact a {
    font-family: Roboto-Light;
    font-size: 1.1em;
    text-decoration: none;
    color: black;
}

.contact a:visited {
    color: black;
}

.contact .some-icons {
    margin-right: 20px;
}

.contact .some-icons img {
    width: 30px;
}

main .content > .row > .col > img {
    width: 50%;
}

.fbwp {
    width: 50%;
}

.full-width {
    width: 100%;
}

.border-radius-14 {
    border-radius: 14px;
}

.partners {
    font-family: Roboto-Light !important;
    font-size: 1.3em;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    vertical-align: top;
    text-align: center;
}

.partners img {
    height: 40px;
}

footer {
    background-color: #e8e8e8;
    font-family: Roboto-Light;
    padding: 40px 0;
}

footer hr {
    border: none;
    border-bottom: 1px solid #838fbb;
    color: #838fbb;
    margin: 30px 0;
}

footer h4 {
    color: #0052a5;
    font-family: Roboto-Medium;
}


footer .col {
    vertical-align: top;
}

footer .col img {
    height: 40px;
}

footer .col img.logo {
    height: 90px;
}

footer .col li {
    list-style-type: none;

}

footer .col li a {
    text-decoration: none;
    color: black;
}

footer .col.social img {
    height: 20px;
    fill: red;
}

.ft-1 {
    display: flex;
    justify-content: space-between;
}

footer .ft-1 .col {
    width: auto;
    padding: 20px 30px;
}

footer .ft-1 .col h4 {
    margin-bottom: 10px;
}

footer .col.ft-2 {
    width: 50%;
}

footer .ft-2 .left {
    float: left;
}

footer .ft-2 .right {
    float: right;
}

footer .ft-2 .right a {
    text-decoration: none;
    margin: 30px;
}

footer .ft-2 {
    color: #0052a5;
}
footer .ft-2 a {
    color: #0052a5;
}

footer .ft-2 a:visited {
    color: #0052a5;
}

.swiper-button-next, .swiper-button-prev {
    color: #0052a5 !important;
}


.gallery {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:1800px) {
    .content {
        width: 80%;
    }

    .w60 {
        width: 60%;
        margin-left: 20%;
    }

    #navigation .row {
        width: 80%;
    }
}

@media screen and (max-width:1400px) {
}

@media screen and (max-width:1400px) {
    .content {
        width: 90%;
    }

    .w60 {
        width: 80%;
        margin-left: 10%;
    }

    #navigation .row {
        width: 90%;
    }
}

@media screen and (max-width:1200px) {
    .menu_btn {
        display: block;
    }

    .nav-items a {
        display: block;
    }

    #navigation .right {
        padding-top: 34px;
    }

    #navigation .nav {
        display: none;
        right: 0;
        position: absolute;
        margin-top: 105px;
        background-color: white;
        padding: 20px 20px 20px 20px;
        border: 1px solid #c9c9c9;
    }

    #navigation .nav-items > a {
        padding: 10px;
    }

    #navigation .nav-items > a.active {
        text-decoration: underline;
        text-underline-offset: 6px;
        border: none;
        text-decoration-thickness: 2px;
    }
}

@media screen and (max-width:1000px) {
    header .cards {
        text-align: center;
        margin-bottom: 20px;
    }

    header .cards > .card {
        width: 40%;
        margin: 0 2% 40px 2%;
    }

    main .cards > .card {
        width: 28%;
        height: 150px;
    }

    main .content > h2, main .content > h3 {
        text-align: center;
    }

    main .row {
        display: block;
    }

    main .col:last-of-type > * {
        margin-right: 0px;
        margin-left: 0px;
    }

    .col-2 {
        width: 80%;
        margin-left: 10%;
    }

    main .col {
        width: 80%;
        margin-left: 10%;
    }

    .contact .col {
        margin-left: 0 !important;
    }

    .contact .col-33 {
        margin-top: 40px;
    }

    .gallery {
        height: 400px;
    }
}

@media screen and (max-width:768px) {
    header .cards > .card {
        width: 96%;
        margin: 0 2% 40px 2%;
    }

    .col-33 {
        width: 80%;
        margin-left: 10%;
    }

    .col-66 {
        width: 80%;
        margin-left: 10%;
    }

    .contact-content {
        padding: 36px 30px;
    }

    .contact .col-33 {
        width: 100%;
        margin-left: 0;
    }

    .contact .col-66 {
        width: 100%;
        margin-left: 0;
    }

    main .cards > .card {
        width: 45%;
        height: 170px;
    }

    main video {
        width: 100%;
        margin: 0;
    }

    footer .row {
        display: block;
    }

    footer .ft-1 .col {
        width: 80%;
        padding: 0px 10% 30px 10%;
    }

    footer .ft-1 > .col {
        width: 90%;
        text-align: center;
        padding: 0px 5% 40px 5%;
    }

    footer .ft-2 .col {
        display: block;
        float: none;
        text-align: center;
    }

    footer .ft-2 .col.left
    {
        margin-bottom: 12px;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .gallery {
        height: 300px;
    }
}

@media screen and (max-width:576px) {
    main .cards > .card {
        width: 96%;
    }

    .content video {
        width: 96%;
        margin-left: 2%;
    }

    .gallery {
        height: 250px;
    }

    .w60 {
        width: 100%;
        margin: 0;
    }

    .w60 h1 {
        margin-left: 8%;
    }

    .contact {
        border-radius: 0;
    }

    .contact p {
        font-size: 1em;
    }

    .contact p small {
        font-size: 0.7em;
    }
}