




















/*===== INDEX CSS =====*/
body{
    overflow-x: hidden;
}

h1 > span{
    font-size: 2.5rem;
    color: #1888c8;
}

h3{
    font-size: 3.0rem
}
p{
    font-size: 18px;
}

.info{
    font-style: italic;
    color: #006ab3;
}
input[type=text],input[type=tel],input[type=email]{
    min-height: 40px;
}
a{
    color: #1888c8;
}

.send-success{
    position: fixed;
    background-color:#44ab15;
    width: 100%;
    color:#fff;
    text-align: center;
}
.send-error{
    position: fixed;
    background-color:#ff0000;
    width: 100%; color:#fff;
    text-align: center;
}
.slider-main{
    background-image: url("/img/jpg/main-banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;

}
.header-box{
    height: auto;
    position: inherit;
    background-color: #fff;
    width: auto;
    transform: skew(0) rotate(0);
    -webkit-transform: skew(0) rotate(0);
    -moz-transform: skew(0) rotate(0);
    left: 0;
    top: 0;

    max-width: 1500px;
    margin: 0 auto;
    padding: 0;

}
@media(min-width: 750px){
    h1 > span{
        color: #1888c8;
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }
    .slider-main{
        height: 500px;

    }
    .header-box{
        padding: 20px;

    }
}
.grau{
    color: #83919e;
    color: #8995af;
    color: #214b7d;

}

#landkarte-standort{
    display: none;
}
.btn-standort{
    margin: 70px 0 30px 0;
}


.logo-container{
    margin-left: 6%;
}


header-box{
    display: flex;
    flex-direction: column;

}
.header-text-box{
    position: inherit;
    top: 0;
    padding: 20px;
    transform: skew(0) rotate(0);
    -webkit-transform: skew(0) rotate(0);
    -moz-transform: skew(0) rotate(0);
    -ms-transform: skew(0) rotate(0);
    -o-transform: skew(0) rotate(0);

}
.btn-header-banner{
    display: block;
    padding: 15px 0;
    width: 100%;
    background-color: #1888c8;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: box-shadow .3s;
}
.btn-header-banner:hover{
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.second-container-banner{
    background-color: #e4f2f9;
    min-height: 300px;
    padding: 0;
    width: 100%;
    transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    margin-top: 50px;
}

.second-container-banner-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* position: relative; */
    width: 90%;
    transform: skewY(3deg);

    margin: 0 auto;
    padding-top: 45px;
}

.icon-box-second-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    text-align: center;

}

.icon-box-second-container > img{
    height: 50px;
    margin-bottom: 10px;
}

.icon-box-second-container > h4{

}

.icon-box-second-container > p{

}



.content-start{
    width: 100%;
    padding: 75px 0;
    background-color: #fff;

}

.top-box{
    display: block;
}
.bottom-box{
    display: none;
}

@media(min-width: 750px) {
    .top-box{
        display: none;
    }
    .bottom-box{
        display: block;
    }
    #landkarte-standort{
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}



.hero-banner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 500px;
    background-color: #fff;
    overflow: hidden;
    padding: 60px 0;
}

.hero-text {
    flex: 1;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text h1 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
}

.hero-text h1 span {
    display: block;
    font-size: 24px;
    color: #007bdb;
    margin-top: 12px;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
}

.btn-hero {
    background-color: #1888c8;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: background 0.3s;
}

.btn-hero:hover {
    background-color: #1888c8;
}

/* === Bildbereich rechts === */
.hero-image {
    flex: 1;
    background-image: url('/img/jpg/main-banner.jpeg');
    background-size: cover;
    background-position: center right;
    height: auto;

    /* Weicher Übergang von links mit mask */
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 75%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 75%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0) 100%);

    /* Sanfte Einblendung */
    opacity: 0;
    animation: fadeInImage 1.2s ease-in-out forwards;
    animation-delay: 0.4s;
}

/* Fade-in Animation */
@keyframes fadeInImage {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}





.feature-section {
    background-color: #f4f9ff;
    padding: 80px 20px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-box img {
    height: 60px;
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #003b73;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}
.box-paketinhalt {
    padding-left: 0;
    margin: 0;
}

.box-paketinhalt li {
    list-style: none;
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    font-size: 0.95em;
}

.box-paketinhalt li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: -7px;
    color: #1888c8; /* Farbe an dein Design anpassen */
    font-weight: bold;
    font-size: 1.5em;
}







/*===== Pakete =====*/
.box-container{
    padding-top: 20px;
}
.container-pakete{
    width: 100vw;
    background-color: #e4f2f9;

}
.container-pakete > h2{

    padding-top: 50px;
    text-align: center;
}
.box-container-pakete{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 25px;
}

.box-paket{
    width: 100%;
    max-width: 350px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    background-color: #fff;
    transition: all .3s;
    margin: 0 auto;
    margin-bottom: 30px;
}
.box-paket:hover{

    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.box-paket-inner{
    padding: 0 20px 20px 20px;
}
.box-paket-inner > a{
    text-decoration: none;
}
.top-paket{
    transform: scale(1.0);
}
.title-headbox-paket{
    text-align: center;
    padding: 5px;
    background-color: #1888c8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.price-paket{

    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
}
.blockspan{
    margin-bottom: 0;
    text-align: center;
}
.title-paket{
    font-weight: 600;
    font-size: 20px;
    padding: 15px 0 0 0;
}
.subtitle-paket{
    font-size: 14px;
    color: #828282;
}

.info-wartung{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #828282;
}
.btn-auswahl-paket {
    display: block;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    background-color: #1888c8;
    color: #fff;
    border: none;
    font-size: 10px;
    padding: 0 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.btn-auswahl-paket:hover {
    background-color: #126ba0;
}

.check-icon{
    min-width: 20px;
    width: 20px;
    margin-right: 8px;
}

.box-paketinhalt{
    height: 0;
    padding-top: 0;
    overflow: hidden;
    transition: all .5s;
}
.box-paketinhalt > span{

    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.paketinhalt-text{
    font-size: 13px;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
    margin-top: 15px;
}
.pakete-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media(max-width: 750px){
    .pakete-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media(min-width: 750px){
    .box-paketinhalt{
        height: auto;
        padding-top: 40px;
    }
    h2 {
        font-size: 3.6rem;
        line-height: 1.25;
        letter-spacing: -.1rem;
        margin-top: 0;
    }
}







/*===== Pakete =====*/

.box-more-info{
    display: flex;
    padding: 20px 0;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    color: #868686;
}
@media(min-width:750px){
    .box-more-info{
        display: none;
    }
    .btn-header-banner{
        width: 53%;
    }
    .box-container-pakete{
        flex-direction: row;
        padding: 100px 25px;

        margin-top: -50px;
        margin-bottom: -125px;
    }

    .box-paket{
        margin: 0 25px;
    }
    .top-paket{
        transform: scale(1.1);
    }
    .box-container{
        padding-top: 100px;
    }
}
@media(min-width: 1150px){

    .header-box{
        padding: 0;
        max-width: 125%;
        height: 650px;
        position: absolute;
        background-color: #fff;
        width: 125%;
        transform: skew(20deg) rotate(0);
        -webkit-transform: skew(20deg) rotate(0);
        -moz-transform: skew(20deg) rotate(0);
        left: -70%;
        top: 100px;
        padding-top: 50px;

    }
    .header-text-box{
        position: relative;
        top: 10%;
        padding: 0 0 0 61%;
        transform: skew(-20deg) rotate(0);
        -webkit-transform: skew(-20deg) rotate(0);
        -moz-transform: skew(-20deg) rotate(0);
        -ms-transform: skew(-20deg) rotate(0);
        -o-transform: skew(-20deg) rotate(0);

    }
    .slider-main{
        background-size: contain;
        background-position: right;
        height: 650px;

    }
    .second-container-banner{
        height: 300px;
        margin-top: -70px;
        padding: 30px 0 0 0;
    }
    .second-container-banner-inner{
        flex-direction: row;
    }
    .content-start{
        margin-top: -50px;




    }
    .icon-box-second-container{
        padding: 10px 0 0 0;
        max-width: 400px;
    }

}
@media(min-width:1200px){
    .header-text-box{
        padding: 0 0 0  61%;

    }
}
@media(min-width:1300px){
    .header-text-box{
        padding: 0 0 0  61%;

    }
}
@media(min-width:1800px){

}

/*===== Anfrage =====*/
#submit-anfrage{
    background-color: #1888c8;
    color: #fff;
    border: none;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
#container-anfrage{
    margin: 75px 0;
    padding: 50px 0;
    transform: skewY(-2deg);
    background-color: #e4f2f9;
}
#form-anfrage{
    transform: skewY(2deg);
    padding-top: 50px;
    padding-bottom: 50px;
}




#form-anfrage{
    display: flex;
    flex-direction: row;
    min-height: auto;
}
.box-formular{
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}
.box-kontaktdaten > ul{
    list-style: none;
}
.li-anschrift{
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #1888c80f;
}
.li-anschrift > .bull{
    display: none;
    padding: 0 10px;
    color: #1888c8;
}
.li-anschrift-action > i{
    font-size: 20px;
    margin-right: 15px;
    color: #0c5d8c;
}
.li-anschrift-action > a{
    text-decoration: none;
    color: #000;
}

#textarea-anfrage{
    min-height: 150px;
}
#select-anrede{
    width: 100%;

}
#span-name{
    display: flex;
    flex-direction: column;

}
/*==Paket==*/
.title-paket-anfrage{
    background-color: #1888c8;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#input-vorname,#input-email{
    flex: unset;
    margin-right: 0px;
    height: 38px;
}
#input-nachname,#input-telefon{
    flex: unset;
    margin-left: 0px;
    height: 38px;
}

.container-paket > p{
    margin: 0;
    text-align: center;
}

.box-anfrage{
    padding: 0 25px;
    max-width: fit-content;
    width: 100%;
    margin-bottom: 50px;

}
.box-paketpunkt{
    padding: 20px;
}
.box-paketpunkt > div{
    padding: 10px 0;
    font-size: 18px;
    border-bottom: solid 1px #1888c826;
    display: flex;
    align-items: baseline;
    transition: all .3s;

}
.box-paketpunkt > div:hover{
    background-color: #1888c826;
}
.container-paket{
    border: solid #1888c81f 1px;
    box-shadow: 0 0 10px rgba(24,136,200,0.19);
    background-color: #fff;
    padding-bottom: 25px;
}
.paket-subtitle{
    margin: 20px 0!important;
}
.h1_anfrage_title{
    margin: 0 0 25px 0;
    padding-bottom: 17px;
    border-bottom: solid 1px #1888c81f;
    color: #1888c8;
    font-size: 36px;
    text-align: left;
}

#span-datenschutz{

}
@media(min-width: 500px) {
    #select-anrede{
        width: 49%;

    }
}

h1{
    font-size: 30px;
}
@media(min-width: 750px) {
    .box-anfrage{
        max-width: 95%;
        margin-bottom: 0;
    }
    h1{
        font-size: 3.6rem;
    }
    .li-anschrift{
        display: flex;
        flex-direction: row;
        border-bottom: solid 1px #1888c80f;
    }
    .li-anschrift > .bull{
        display: block;
        padding: 0 10px;
        color: #1888c8;
    }
}



@media(min-width: 1000px) {
    #span-name{
        display: flex;
        flex-direction: row;

    }

    #form-anfrage{
        min-height: 80vh;
    }

    #input-vorname,#input-email{
        flex: 1;
        margin-right:5px;
        height: 38px;
    }
    #input-nachname,#input-telefon{
        flex: 1;
        margin-left:5px;

    }
}
/*==Paket==*/





































/*=====// Anfrage =====*/






/* Layout für die neuen Boxen */
.gus-expert-section {
    padding: 80px 20px;
    background-color: #f4faff;
}

.gus-expert-section.reverse {
    background-color: #ffffff;
}

.gus-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.gus-expert-section.reverse .gus-text {
    order: 2;
}
.gus-expert-section.reverse .gus-img {
    order: 1;
}

.gus-img,
.gus-text {
    flex: 1 1 48%;
    padding: 20px;
}

/* Illustration */
.gus-img img {
    max-width: 100%;
    height: auto;
}

/* Textbereich */
.gus-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-blue);
}

.gus-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.gus-service-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.gus-service-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #003b73;
}

.gus-service-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #22bb66;
    font-weight: bold;
}

/* Badge */
.badge {
    display: inline-block;
    background-color: #d1ecf9;
    color: #003b73;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Responsiveness */
@media (max-width: 768px) {
    .gus-flex {
        flex-direction: column;
    }

    .gus-img,
    .gus-text {
        flex: 1 1 100%;
        text-align: center;

    }

    .gus-text {
        padding-top: 10px;
    }
    .gus-expert-section {
        padding:0;

    }
    .gus-service-list{
        text-align: left;
    }
    .gus-img, .gus-text{
        text-align: left;
    }
}














