.whatsapp-icon {
   
     display: none;
}


h1 {
    font-size:xx-large;
    font-family: 'Lora', sans-serif; 
    letter-spacing: 3px;
}

h2 {
    font-size: x-large;
    font-family: 'Raleway', sans-serif; 
}

h3 {
    font-size:larger;
    font-family: 'Raleway', sans-serif;  
}

p {
    font-size: large;
    line-height: 1.7em;
    font-family: 'Gowun Batang', sans-serif; 
}
a {
    font-size:large; 
    color: rgb(113, 113, 115);
    font-family: 'Gowun Batang', sans-serif; 
    

}

label {
    font-size:large;
    font-family: 'Gowun Batang', sans-serif; 
}


body {
    background-color:whitesmoke; 
    margin: 0;
    padding: 0;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

.sblarge {
    font-size: 4em;
}
.sbmedium {
    font-size: 3em;
}
.sbsmall {
    font-size: 2em;
}
/* Basic styling for navigation bar */

.navbar-mobile {
    visibility:hidden;   
    display:flex;
    justify-content:left;
    /* margin-right: 10%; */
    /* margin-left: 10%; */
    position: fixed; /*fix the position */
    top: 0; /* Align it to the top */
    width: 100%; /* Make it span the full width */
    z-index: 1000; /*Ensure it stays on top of other elements*/
    background-color:whitesmoke ;
    font-size: x-large; 
    
}

.navbar {
    display:flex;
    justify-content: center;
    /* margin-right: 10%; */
    /* margin-left: 10%; */
    position: fixed;/* Fix the position */
    top: 0; /* Align it to the top */
    width: 100%; /* Make it span the full width */
    z-index: 1000; /*Ensure it stays on top of other elements*/
    background-color: whitesmoke;
    
}
.navbar img {
    float: left;
    width: 45px;
    padding: 10px 10px; 
}

.navbar p {
    float: left;
    padding: 10px 10px;
    padding-right:70px;
}



.navbar a {
    float: left;
    display: block;
    color:black;
    text-align: center;
    padding: 14px 16px;
    /* text-decoration: none; */
    font-size:1.3em;
}

/* Dropdown container */
.dropdown {
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color:black;
    padding: 16px 16px;
    background-color: inherit;
    font-size:1.5em;
    font-family: 'Raleway', sans-serif;  
    cursor: pointer;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    float: none;
    color:black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown .menuactive {
    text-decoration:underline;
}

/* Footer styling */
.footer {
    width:100%;
    display: flex;
    justify-content: space-around;
    background-color: #333;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-column {
    width:250px;
    
}
.footer p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2%;
    
}
.footer p img {
    margin:0;
    margin-right: 2%;
    width:7%;
    padding:0;
}


/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
     display: block; 
}

.title-picture {
    position: relative;
    text-align: left;
    color: white;
    width: 100%;
    height: 450px;
    background-image: url('title.png');
    background-size: cover; 
    background-attachment: fixed ;
    background-position:0px -130px;
    background-repeat: no-repeat;
}

.title-picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); Schwarz mit 50% Deckkraft */
    /* background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));Farbverlauf von transparent zu schwarz */
    background: linear-gradient(to right, rgb(0, 0, 30), rgba(0, 0, 0, 0)); /* Verlauf von links (schwarz) nach rechts (transparent) */
}

.title-text {
    position: absolute;
    top: 20%;
    left: 5%;
    /* transform: translate(10%, -10%); */
    font-size: 2em;
    overflow:hidden;
}

.start-button {
    position: absolute;
    top: 80%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    padding: 15px 50px;
    background-color:orangered;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 10px; /* Ändere diesen Wert, um den Grad der Abrundung anzupassen */
}

.start-button-picture {
    position: absolute;
    top: 75%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    padding: auto;
    background-color:orangered;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    width: 250px ;
    border-radius: 50%; /* Ändere diesen Wert, um den Grad der Abrundung anzupassen */
    aspect-ratio: 1/1;

}
.start-button-picture img{
    width:100%;
     border-radius: 50%; /* Ändere diesen Wert, um den Grad der Abrundung anzupassen */
     aspect-ratio: 1/1;
     object-fit: cover;
     object-position:top center;
     overflow: hidden;  
}

.main-button {
    padding: 15px 50px;
    background-color:orangered;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px; /* Ändere diesen Wert, um den Grad der Abrundung anzupassen */
    margin-top:5%;
    font-size:medium;
}

.headline {
    text-align: center;
    font-size: 1.5em;
    margin-top: 20px;
}

.three-columns {
    display: flex;
    justify-content: space-around;
    margin: 20px;
}

.text-box {
    width: 30%;
    padding: 10px;
    border: 1px solid #ccc;
    transition: transform 0.3s ease;
    font-size: 1.3em;
    text-align: center;
    background-color: white;
}

.text-box img {
    width: 10%;
}

.text-box:hover {
    transform: scale(1.1);
}

.kunden-box {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    transition: transform 0.3s ease;
    font-size: 1.3em;
    text-align: center;
    background-color: white;
}

.two-column-container {
    display: flex;
    margin: 10%;
}

.left-column {
    flex: 1; /* 1/2 der Seite */
    position: relative;/* Für die Positionierung der Erfahrungsbox */
}

.right-column {
    flex: 1; /* 1/2 der Seite */
    position: relative;
}

.left-column img {
    width: 80%;
    height: auto;
    
}
.right-column img {
    width: 80%;
    height: auto;
    
}

.experience-box {
    position: absolute;
    bottom: 5%;
    left: 5%;
    /* background-color: white; */
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;

}

.experience-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    background: linear-gradient(to right, orangered, orangered); /* Verlauf von links (schwarz) nach rechts (transparent) */
}

.service-box {
    position: absolute;
    top: 50px;
    left: 5%;
    /* background-color: white; */
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;

}

.service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    background: linear-gradient(to right, orangered, orangered); /* Verlauf von links (schwarz) nach rechts (transparent) */
}


.feature-list {
    list-style: none; /* Entfernt Standard-Aufzählungszeichen */
    padding: 0;
}

.feature-list li {
    margin: 5px 0;
}

.infobox {
    color: orangered;
    background-color: white;
    letter-spacing: 4px;
}

.full-width-image {
    position: relative;
    text-align: center; /* Zentriert den Text */
    background-image: url('AGV10.png');
    background-size: cover;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
}

.full-width-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0, 0, 30), rgba(0, 0, 0, 0)); /* Verlauf von links (schwarz) nach rechts (transparent) */
}


.text-overlay {
    position: absolute;
    width:90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Oder jede andere Farbe */
}

.small-heading {
    font-size: 1em; /* Anpassen nach Bedarf */
    margin-bottom: 0.5em;
}

h1 {
    margin: 0.5em 0;
}

.four-column-container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding:5%;
    
}

.column {
    position: relative;
    width: 24%; /* Adjust the width for spacing */
    transition: transform 0.6s ease;
}

.column:hover {
    transform: scale(1.1);
}

.column a {
    display: block;
    color: white; /* Color of the text */
    text-decoration: none; /* Removes underline from links */
}

.column img {
    width: 100%;
    height: auto;
    display: block;
    
}



.text-overlay-picture {
    position: absolute;
    bottom: 10px; /* Position of text from the bottom */
    left: 10px; /* Position of text from the left */
}

h3, p {
    margin: 0; /* Removes default margin */
}

input,select, textarea {
    width: 90%; /* 90% der vollen Breite */
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    font-size: 16px;
}
.one-column-container{
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
}


.one-column-container h1{
    text-align:center;
 }

#person {
    padding-left: 20%;
    padding-right: 20%;
}
#icon{
    flex-direction: row;
}

#chatbot-bild {
    flex:1;
    margin-top: 2%;
}

#chatbot-text {
    flex:7;
    margin-top: 2%;
}
#fog{
    background-color:transparent; 
    height:100vh;
    /* position: absolute; 
    top: 0;
    left: 0; */
}
/* #fog::before{
    background: linear-gradient(rgb(0, 0, 30), rgba(0, 0, 0, 0));
} */


/* For the Accordeon Container */
.accordion-container {
    width: 80%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5% ;
}

.accordion{
    margin-bottom: 1%;
}

.accordion-header {
    cursor: pointer;
    padding: 10px;
    background-color: rgb(236, 234, 234);
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    
   
}
.accordion-header:hover  {
    background-color: rgb(245, 179, 80);
}

.accordion-content {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    padding-left: 5%;
}

.arrow {
    transition: transform 0.3s ease;
}

.accordion-content.active + .accordion-content {
    display: block;
}

.accordion-header.active .arrow {
    transform: rotate(180deg);
    
}

/* End Accordeon Container */




/* Media query for mobile devices */
@media screen and (max-width: 1024px) {

  .whatsapp-icon {
        display:block;
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 50px; /* Set the width of the image */
        height: 50px; /* Set the height of the image */
        cursor: pointer;
        z-index: 1000;
    }
  
    h1 {
        font-size: larger;
    }

    h2 {
        font-size: large;
    }

    h3 {
        font-size: medium;
    }

    p {
        font-size: small;
    }
    a {
        font-size:medium;
        color: rgb(113, 113, 115);
    }
    label{
        font-size:medium;
    }


    .sblarge {
        font-size: 2.5em;
    }
    .sbmedium {
        font-size: 2em;
    }
    .sbsmall {
        font-size: 1.5em;
    }


    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar {
        visibility: hidden;
        /* visibility:visible;  */
    }

    .navbar-mobile {
        visibility:visible;
        /* visibility: hidden; */
    }

    .dropdown-content {
       
        min-width: 160px;
        box-shadow:none;
        z-index: 1001;
        width:100%;        
    }

    .dropdown-content a {
        background-color:whitesmoke; 
        color: black;
        box-shadow: 0px 8px 16px 0px rgba(96, 94, 94,0.7);
        padding-left: 10%;
    }

    body {
        padding-top: 45px;
    }

    .title-picture {
        background-position:-300px -130px;        
    }

    .start-button-picture {
        position: absolute;
        top: 70%;
        left: 5%;
        width: 100px;
          
    }

    .title-text { 
        width:95%;      
        top: 20%;
        left: 5%; 
        text-overflow: ellipsis;   
        /* font-size: 2em; */
    }
  
    
    .two-column-container {
        flex-direction: column;
    }

    .left-column {
        flex: 0 0 100%; /* Each column takes full width */
        margin-top: 10%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .right-column {
        flex: 0 0 100%; /* Each column takes full width */
        margin-top: 10%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .four-column-container {
        flex-direction: column;
    }

    .column {
        flex: 0 0 100%; /* Each column takes full width */
        width: 60%;
        margin-top: 5%;
        padding-left: 20%;
        padding-right: 20%;
        justify-content:center;
    }

    .text-overlay-picture {
        position: absolute;
        bottom: 10%; /* Position of text from the bottom */
        left: 22%; /* Position of text from the left */
       
    }

  

    .three-columns {
        flex-direction: column;
    }

    .text-box{
        flex: 0 0 100%; /* Each column takes full width */
        width: 60%;
        margin-top: 5%;
        padding-left: 20%;
        padding-right: 20%;
    }
    .kunden-box {
        flex: 0 0 100%; /* Each column takes full width */
        width: 60%;
        margin-top: 5%;
        padding-left: 20%;
        padding-right: 20%;
    }

    #person {
        padding-left: 0%;
        padding-right: 0%;
        flex-direction: row;
        width:90%;
    }

    #person .left-column {
        flex:2;
        
    }

    #person .right-column {
      
        flex: 1;
        width:100%;
        overflow: hidden;
    }

    #person .right-column img {        
        border-radius: 50%;
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: top center;
        overflow: hidden;        
    }

    #office {
        visibility:collapse;
    }

    #kontaktform{
        margin:0%;
        margin-top: 20%;
    }

    .footer {
        flex-direction: column;
    }

    .footer-column {
        flex: 0 0 100%; /* Each column takes full width */
        margin-top: 10%;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        justify-content: center;
        width:90%;
    }
    .footer p {
        flex-direction: column;
        justify-content: center; 
        margin-top: 1.5%;       
    }

    .footer p img {        
        visibility: collapse;        
    }


    .experience-box {
        bottom: 5%;
        left: -5%;
        padding: 10px;
    }
    .service-box {
        bottom: 5%;
        left: -3%;
        padding: 10px;
    }

    #chatbot-bild {
        flex:3;
        margin-top: 5%;
    }
    #fog{
        background-color:rgba(230, 228, 228, 0.8); 
        height:100vh;
       
    }
   
   
}

/* Media query for mobile devices in landscape */
@media screen and (max-width: 1024px) and (orientation: landscape) {

    body{
padding-top: 50px;

    }

    html, body {
        overflow-x: hidden;
      }

    .navbar-mobile {
      
        background-color: transparent;
        width:95%;   
       
     
    }
    .navbar{
      
       
        width:95%;   
       
     
    }
    
   
    .title-picture {
        background-position:0px 0px;  
        height: 300px;      
    }
    .start-button{
        top: 40%;
        left:10%;
    }
    .start-button-picture {
        position: absolute;
        top: 60%;
        left: 10%;
        width: 150px;
          
    }
    .title-text {
       
        top: 10%;
        left: 10%;
    
        /* font-size: 2em; */
    }
    
    .two-column-container {
        flex-direction: row;
        width: 80%;
        margin: 5%;
    }

    .left-column {
        flex: 0 0 45%; /* Each column takes full width */
        margin-top: 10%;
       
    }
    .right-column {
        flex: 0 0 45%; /* Each column takes full width */
        margin-top: 10%;
        
    }

    

    .three-columns {
        flex-direction: column;
        width:55%;
        justify-content:center;
        padding-left: 20%;
        padding-right: 20%;

    }
    .text-box{
        flex: 0 0 60%; /* Each column takes full width */
       
    }
    .kunden-box{
        flex: 0 0 60%; /* Each column takes full width */
       
    }
   
       
    #office {
        visibility:visible;
    }

    .footer {
        width:100%;
        flex-direction: row;
    }

    .footer-column {
        flex: 0 0 25%; 
        margin-top: 1%;
        margin-left: 4%;
        margin-right: 4%;
        text-align: center;
        
    }

    .footer p {
        flex-direction: row;
        justify-content: left;    
        text-overflow:clip;  
        white-space: nowrap;  
    }

    .experience-box {
        bottom: 35%;
        left: 0%;
        padding: 5px;
    }

    .service-box {
        height:min-content;
        
    }    
    #container-form{
        margin:5%;
    }
    #icon{
        flex-direction: column;
    }
    #kontaktform{
        margin-top: 10%;
    }
}

/* Media query for wide screens */
 @media screen and (min-width: 1400px) {
    .title-picture {
        height: 500px;
       
    }   
    .title-text h1{
       font-size: 2em;
    }

    .title-text h3{
        font-size: 1em;
     }

     .title-text p{
        font-size: 1.5em;
     }
} 

/* Media query for very wide screens */
@media screen and (min-width: 1800px) {
    .title-picture {
        height: 700px;
       
    }   
    .title-text h1{
        font-size: 3em;
     }
 
    .title-text h3{
         font-size: 2em;
    }
 
    .title-text p{
         font-size: 1em;
    }
} 

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Merriweather/merriweather_normal_400.woff2') format('woff2');
}

@font-face {
    font-family: 'Gulzar';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/gulzar.woff2') format('woff2');
}

@font-face {
    font-family: 'Gelasio';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/gelasio.woff2') format('woff2');
}

@font-face {
    font-family: 'Gowun Batang';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/gowunBatang.woff2') format('woff2');
}

@font-face {
    font-family: 'Ibarra Real Nova';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/ibarraRealNova.woff2') format('woff2');
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/lora.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/raleway.woff2') format('woff2');
}
