* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    margin: 0;
    padding: 0;
}
/*Alle Elemente im Navbar*/
.navbar{
    display: flex;
    justify-content: space-between;
    align-content: center;
    background-color: #2f2f2f;
    color: #ffffff;
}
/*Title*/
.brand-title{
    font-size: 1.5rem;
    margin: .5rem;
    padding-top: 10px;
}
/*Die ganze Liste*/
.navbar-title ul{
    margin: 0;
    padding: 0;
    display: flex;
}
/*Listenelemente*/
.navbar-title li {
    list-style: none;
    padding-top: 10px;
}
/*Die Links der Listenelemente*/
.navbar-title li a{
    text-decoration: none;
    color: #ffffff;
    padding: 1rem;
    display: block;
}
/*Hover über der Listenelemente*/
.navbar-title li:hover{
    background-color: #555555;
}

/*Kontrollbutton*/
.toggle-button{
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

/*Bars des Kontrollbuttons*/
.toggle-button .bar{
    height: 3px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}
/*Elementer des Footers*/
footer{
    background-color: #2f2f2f;
    display: flex;
    justify-content: space-around;
    color:white;
    align-items: center;
    text-align: center;
}
footer h3{
    margin-bottom: 10px;
}
.footerDivs{
    margin: 20px;
    padding: 20px;
}
.footerDivs a{
    text-decoration: none;
    display: block;
    padding: 0.7em;
    color: white; 
}
footer p{
    color: #ffffff
}
.longText{
    max-width: 350px;
}
.maxWidth{
    max-width: 200px;;
}
.socialMedia{
    font-size: 1.5rem;
    justify-content: center;
}

.displayHor{
    display: flex;
    flex-direction: row;
  
}

#mailIco{
    padding-top:13px;
}

.scrollup {
    opacity: 0.6;
    position: fixed;
    bottom: 70px;
    right: 60px;
    color: #d4af37;
    background: #191827;
    
}

html::-webkit-scrollbar{
    width:1rem;
    background-color: #d4af37;
}
  
html::-webkit-scrollbar-track{
    background: #0B1C27;
    border-radius: 3rem;
}
  
html::-webkit-scrollbar-thumb{
    background: #d4af37;
    border-radius: 1rem;
}

.impressum{
    display: inline-block;
    margin: 1rem;
    padding: 0.5rem 2rem;
    border:1.5px solid #d4af37;
    color:#2f2f2f ;
    overflow: hidden;
    position: relative;
    font-size: 1.2rem;
    text-decoration: none;
    background-color:#d4af37 ;
}
.impressum:hover {
    background-color: #444;
    color: white;
    border:1.5px solid #444 ;
}
h1{
    text-align: center;
    margin-top: 50px;
    font-size: 2rem;
  }
.TextBlock{
  
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
    border: .1rem solid #d4af37;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    
}
.partner{
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;    
}
.image-container{
    text-align: center;
}
img{
    width: 80%;
}
.Content{
    width: 300px;
    margin:40px ;

}
.ueberUns{
    list-style-type:square;
    margin-left:30px ;
}
.ueberUns li{
    padding: 5px;
}
.Hinweis{
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    background-color: #EBEBEB;
    flex-wrap: wrap;
    border: .1rem solid #d4af37;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 3px 3px 10px #888888;
    
}
.infos{
    text-align: center;
    margin-top: 50px;
    font-size: 2rem;
}

/* Languages */

.languages .flex {
    flex-wrap: wrap;
  }
  
  .languages .card {
    text-align: center;
    margin: 18px 10px 40px;
    transition: transform 0.2s ease-in;
  }
  
  .languages .card h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .languages .card:hover {
    transform: translateY(-15px);
  }
  .container {
    max-width: 1100px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 40px;
  }
  
  .card {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 3px 10px #d4af37;
    padding: 20px;
    margin: 10px;
  }
  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

.card img{
    width: 250px;
    border-radius: 30px;
}

.contact-box{
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding: 0;
    width: 500px;
    background-color: #d4af37;
    box-shadow: 0 0 20px 0 #333;
    margin-left: 250px;
}
form{
    margin: 35px;
}
.input-field{
    width: 400px;
    height: 40px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d4af37;
    border-radius: 14px;
    outline: none;

}
.textarea-field{
    height: 150px;
    padding-top: 10px;

}
.send-btn{
    border-radius: 20px;
    color: #d4af37;
    margin-top: 18px;
    padding: 10px;
    background-color: #333;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

/*Tablets und Mobiles*/
@media (max-width: 700px){
    .toggle-button{
        display: flex;
    }
    .navbar-title{
        display: none;
        width: 100%;
    }
    .navbar{
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-title ul{
        width: 100%;
        flex-direction: column;
    }
    .navbar-title li {
        text-align: center;
    }
    .navbar-title li a{
        padding: .5rem 1rem;
    }
    .navbar-title.active{
        display: flex;
    }
    footer{
        flex-flow: row wrap;
        justify-content: space-around;
        flex-direction: column;
    }
    img{
        width: 100%;
    }
    iframe{
        width: 100%;
    }
    .flex{
        flex-direction: column;
    }
    .impressum{
        text-align: center;
    }
    .contact-box{
        margin: 0;
        width: 100%;
        flex-direction: column;
    }
    .input-field{
        width: 200px;
    }
    .TextBlock{
        flex-direction: column;

    }
}