*{ 
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   scroll-behavior: smooth;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 120px;
    background-color: #11121a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.logo{
    font-size: 25px;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
nav a{
    font-size: 18px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .5s;
}

nav a:hover,
nav a.active{
    color: #A8D5BA;
}

section{
    min-height: 100vh;
    display: flex;
    
    background-color: #1f242d;
    font-size: 100px;
    color: white;
    font-weight: 700;
}
section:nth-child(odd){
    background-color: #323946;
}
#img{
    width: 100%;
    object-fit: cover;
}





#Start {
    position: relative;
    height: 100vh;
    width: 100vw;
    background: url("background-image.jpg") center center / cover no-repeat;
    overflow: hidden;
}

/* Zentrierter Inhalt */
.Start-content {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw; /* verhindert zu breite Inhalte */
    text-align: center;
    color: white;
    word-wrap: break-word;
}

/* Titel */
.Start-title {
    font-family: 'Courier New', Courier, monospace;
    font-size: clamp(40px, 8vw, 80px);
    margin-bottom: 350px; /* fixer Abstand zwischen Titel und Untertitel */
}

/* Untertitel */
.Start-subtitle {
    font-family: 'Courier New', Courier, monospace;
    font-size: clamp(20px, 5vw, 30px);
    margin-top: 0; /* damit kein zusätzlicher Abstand entsteht */
}






















.unterertextüberuns{
    line-height: 25px;
    height: 500px;
    width: 600px;
    font-size: 22px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
}

#oberertextüberuns {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-top: 60px;
    line-height: 25px;
    font-weight: 200;
}
.unterertextüberuns h3{
    font-size: 30px;
    padding-bottom: 20px;
    color: #A8D5BA;
}
#Wasistflightvision h2{
    font-size: 30px;
    padding-bottom: 20px;
    margin-top: 60px;
    margin-left: 15%;
    color: #A8D5BA;
    width: 300px;
}
#Wasistflightvision p{
    margin-left: 10%;
    margin-right: 25%;
}
#Wasunsauszeichnet h2{
    font-size: 30px;
    padding-bottom: 20px;
    margin-top: 60px;
    text-align: right;
    margin-right: 15%;
    color: #A8D5BA;
}
#Wasunsauszeichnet p{
    text-align: right;
    margin-right: 10%;
    margin-left: 25%;
}
#Stunden h2{
    font-size: 30px;
    padding-bottom: 20px;
    margin-top: 60px;
    margin-left: 15%;
    color: #A8D5BA;
    width: max-content;

}
#Stunden p{
    margin-left: 10%;
    margin-right: 25%;
}
#Gründer h2{
    font-size: 30px;

    padding-bottom: 20px;
    margin-top: 60px;
    text-align: right;
    margin-right: 15%;
    color: #A8D5BA;

}
#Gründer p{
    text-align: right;
    margin-right: 10%;
    margin-left: 25%;
    margin-bottom: 50px;
}
/* Hervorhebung des Abschnitts beim Hovern über Wörtern */
#Wasistflightvision,
#Wasunsauszeichnet,
#Stunden,
#Gründer {
    padding: 20px;
    margin: 10px 0;
    transition: transform 0.3s ease;
}
#Wasistflightvision:hover,
#Wasunsauszeichnet:hover,
#Stunden:hover,
#Gründer:hover {
    transform: none;
}
#Wasistflightvision h2,
#Wasistflightvision p,
#Wasunsauszeichnet h2,
#Wasunsauszeichnet p,
#Stunden h2,
#Stunden p,
#Gründer h2,
#Gründer p {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


#Wasistflightvision h2:hover,
#Wasistflightvision p:hover,
#Wasunsauszeichnet h2:hover,
#Wasunsauszeichnet p:hover,
#Stunden h2:hover,
#Stunden p:hover,
#Gründer h2:hover,
#Gründer p:hover {
    transform: scale(1.1); 
}
.containerflexbox{
    display: flex;
}
#Überuns p {
    color: #f0f0f0; /* Helles Grau für besseren Kontrast */
    font-size: 18px; /* Etwas größere Schriftgröße */
    line-height: 1.8; /* Bessere Lesbarkeit durch größeren Zeilenabstand */
}

.aussenrum{
    text-align: center;
    font-size: 25px;
}
.block{
    animation: appear 5s linear;
}
#Dienstleistungen {
    width: 100%;
    height: 100vh;
}

#Kiste {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1000px;
    align-content: flex-start;
    margin-left: calc(50% - 500px);
    margin-top: 100px;
    height: 400px;
    row-gap: 100px;
    column-gap: 120px;
}
.main-image {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.small-image {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: scale(0) rotate(calc(var(--i) * 60deg)) translate(80px) rotate(calc(var(--i) * -60deg));
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: calc(var(--i) * 0.1s);
    opacity: 0;
}

.image-container:hover .overlay {
    opacity: 1;
}

.image-container:hover .small-image {
    transform: scale(1) rotate(calc(var(--i) * 60deg)) translate(120px) rotate(calc(var(--i) * -60deg));
    opacity: 1;
    transition-delay: calc(var(--i) * 0.1s); /*  Verzögerung Aufpoppen */
}

.image-container:hover .main-image {
    filter: blur(3px);
}

.small-image {
    transition: 200ms ease-out;
  }
  .small-image:hover {
    scale: 1.25;
  }
#Projektediv{
    width: 100%;
}
#Kontaktdiv{
    width: 100%;
}












.box {
    display: flex;
    flex-wrap: wrap;    /* erlaubt Umbruch */
    gap: 20px;
    max-width: 1200px;  /* niemals breiter als der Bildschirm */
    width: 100%;
    margin: 40px auto;  /* zentriert, statt margin-left */
    font-weight: 100;
}

.left-div,
.right-div {
    flex: 1 1 400px;    /* jede Spalte min. 400px, wächst mit */
    box-sizing: border-box;
    float: none;        /* float raus */
}

/* Handy-Anpassung */
@media (max-width: 768px) {
    .left-div, .right-div {
        width: 100%;    /* volle Breite */
    }

    iframe {
        width: 100% !important;
        height: 300px;
    }
}

.menu-toggle {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* Mobile-Version */
@media (max-width: 768px) {
    nav {
        position: absolute;
        top: 70px;
        right: 0;
        background: #11121a;
        flex-direction: column;
        width: 200px;
        display: none;
        padding: 15px;
        border-radius: 10px 0 0 10px;
        box-sizing: border-box;
    }

    nav.show {
        display: flex;
    }

    .menu-toggle {
        display: block; /* Burger sichtbar auf Handy */
    }
}




.box::after {
    display: table;
    clear: both;
}
.left-div{
    padding: 20px;
    box-sizing: border-box;
}
#kontakt {
    max-width: 450px;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

#kontakt, h2{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #A8D5BA;
}

.kontakt-box p {
    font-size: 16px;
    margin: 5px 0;
}

.kontakt-box a {
    color: #007bff;
    text-decoration: none;
}

.kontakt-box a:hover {
    text-decoration: underline;
}

.kontakt-box ul {
    padding-left: 20px;
    font-size: 16px;
}

.kontakt-box li {
    margin-bottom: 5px;
}






#lol{
    font-weight: bold;
}
@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width: 200px;
    }
    100%{
        width: 100px;
    }
}
#check1{
    display: none;
}
#check2{
    display: none;
}
#check3{
    display: none;
}
#check4{
    display: none;
}




#check1:checked ~ .behälter .photo-gallery .pic{
    opacity: 1;
    transform: scale(1);
    position: relative;
    transition: .0s;
}
#check2:checked ~ .behälter .photo-gallery .Immobilien{
    opacity: 1;
    transform: scale(1);
    position: relative;
}
#check2:checked ~ .behälter .photo-gallery .Landschaft,
#check2:checked ~ .behälter .photo-gallery .Inspektion{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0s;
}

#check3:checked ~ .behälter .photo-gallery .Landschaft{
    opacity: 1;
    transform: scale(1);
    position: relative;
}
#check3:checked ~ .behälter .photo-gallery .Immobilien,
#check3:checked ~ .behälter .photo-gallery .Inspektion{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0s;
}

#check4:checked ~ .behälter .photo-gallery .Inspektion{
    opacity: 1;
    transform: scale(1);
    position: relative;
}
#check4:checked ~ .behälter .photo-gallery .Immobilien,
#check4:checked ~ .behälter .photo-gallery .Landschaft{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0s;
}



#Galeriediv{
    width: 100%;
}
.behälter {
    display: flex;
    flex-direction: column;
    align-items: center; /* Zentriert auf der Y-Achse */
    text-align: center;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.top-content{
    width: 90%;
    margin: 0 auto 20px auto;
    height: 60%;
    display: flex;
    align-items: center;
    font-size: 40px;
    border: 1px solid #0ef;
    
}
.behälter h3{
    font-size: 24px;
    height: 100%;
    line-height: 60px;
    padding:  0 20px;
    color: white;
    border-right: 1px solid #A8D5BA;
    
}
.top-content  .label1{
    display: inline-block;
    height: 100%;
    margin: 0 10px;
}
#label1{
    display: inline-block;
    height: 100%;
    margin: 0 20px;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
    padding-left: 30px;
    
}
#label1:hover{
    color: #A8D5BA;
}
.photo-gallery {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.pic-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
}

.pic-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;  
}
.pic{
    position: relative;
    height: 200px;
}
.pic img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    
}
.input{
    display: none;
}
.behälter h1{
    font-weight: normal;
    font-size: 35px;
    position: relative;
    margin: 40px 0;
}

.section-title {
    font-family: 'Your Chosen Font', sans-serif; 
    font-size: 40px; 
    font-weight: bold; 
    text-align: center;
    margin-top: 100px;
    color: #A8D5BA;
}

.pic-container:hover img {
    transform: scale(1.5); 
}

.pic-container img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}
#Galeriediv {
    width: 100%;
    position: relative; /* Füge diese Zeile hinzu */
}


















.showMoreButton {
    position: absolute;
    display: block;
    margin-top: 220px;
    margin-left: auto;
    margin-right: auto;
    background-color: #323946;
    color: white;
    border: #323946;
    font-size: 20px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.3s ease; /* Übergangseffekte für Hintergrundfarbe und Textfarbe */
    left: 50%;
    transform: translateX(-50%);
}

.showMoreButton:hover {
    background-color: #1f242d;
    color: #fff;
}

#showMoreButton {
    position: absolute;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1f242d;
    color: white;
    border: #323946;
    font-size: 20px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.3s ease; /* Übergangseffekte für Hintergrundfarbe und Textfarbe */
    left: 50%;
    transform: translateX(-50%);
}
#showMoreButton:hover {
    background-color: #323946;
    color: #fff;
}






.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row .input-group{
    flex-basis: 48%;
}
.card{
    width: 320px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    
    display: flex;
    position: relative;
    justify-content: center;
    
}
.card-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.card-body{
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    position: absolute;
    background: #1f3d4738;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 2s;
}
.card:hover .card-body{
    right: 0;
}
.card-title{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
}
.card-sub-title{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
}
.card-info{
    font-size: 16px;
    line-height: 25px;
    margin: 40px 0;
    font-weight: 400;
}
.card-btn{
    caret-color: #1f3d47;
    background: #8fabba;
    padding: 10px 20px;
    width: 120px;
    border-radius: 5px;
    text-transform: capitalize;
    border: none;
    outline: none;
    font-weight: 500;
    cursor: pointer;
}
#dienstleistungencard{
    margin-top: 200px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 20px;
}
#Dienstleistungen {
    background-image: url('reihen.jpg');
    background-position: center center; /* Zentriert das Bild */
    background-size: cover; /* Deckt den gesamten Bereich ab */
    background-repeat: no-repeat; /* Verhindert Wiederholung des Bildes */
    padding: 20px; /* Optional: Damit der Inhalt nicht direkt an den Rändern klebt */
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), /* dunkler Filter */
        url('reihen.jpg') center center / cover no-repeat;
    
}
#Überuns{
    background-image: url('DJI_Dach.jpg');
    background-position: center center; /* Zentriert das Bild */
    background-size: cover; /* Deckt den gesamten Bereich ab */
    background-repeat: no-repeat; /* Verhindert Wiederholung des Bildes */
    padding: 20px; /* Optional: Damit der Inhalt nicht direkt an den Rändern klebt */
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), /* dunkler Filter */
        url('DJI_Dach.jpg') center center / cover no-repeat;
}
#FAQ{
    background-image: url('DJI_sonne.jpg');
    background-position: center center; /* Zentriert das Bild */
    background-size: cover; /* Deckt den gesamten Bereich ab */
    background-repeat: no-repeat; /* Verhindert Wiederholung des Bildes */
    padding: 20px; /* Optional: Damit der Inhalt nicht direkt an den Rändern klebt */
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), /* dunkler Filter */
        url('DJI_sonne.jpg') center center / cover no-repeat;
}
#Kontakt{
    background-image: url('weinberg.jpg');
    background-position: center center; /* Zentriert das Bild */
    background-size: cover; /* Deckt den gesamten Bereich ab */
    background-repeat: no-repeat; /* Verhindert Wiederholung des Bildes */
    padding: 20px; /* Optional: Damit der Inhalt nicht direkt an den Rändern klebt */
    background: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), /* dunkler Filter */
        url('weinberg.jpg') center center / cover no-repeat;
}




#FAQF{
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.überschrift{
    font-size: 3rem;
    margin: 2rem 0rem;
}
.faq {
    max-width: 700px;
    margin-top: 30px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    font-size: 10px;

}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question h3 {
    font-size: 1.8rem;
    font-size: 25px;
    font-weight: 500;
}
.answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
}
.answer p {
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 200;
    padding-bottom: 25px;
}

.faq.active .answer{
    max-height: 300px;
    animation: fade 1s ease-in-out;
}

.faq.active svg {
    transform: rotate(180deg);
}

svg{
    transition: transform 0.5s ease-in;
}

@keyframes fade{
    from{
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

#footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    width: 100%;
}


/* Kontaktformular */

.contact-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-left-title h2{
    font-weight: 600;
    color: white;
    font-size: 40px;
    margin-bottom: 5px;
}
.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color: #A8D5BA;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;
}
.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-inputs:focus{
    border: 4px solid #A8D5BA;
}
.contact-inputs::placeholder{
    color: gray;
}
.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    gap: 10px;
    background:#323946;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}


.logo {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.logo:hover {
    
    color: #A8D5BA;
}


