/* ------------ ZENTRALES STYLESHEET -------------- */
/*                 ZUNAME VORNAME                   */
/* ------------------------------------------------ */

/* ------------ Allgemeine Formatierung -------------- */
:root{
  --background-color: #314453;
  --darker-background-color: #243848;
  --accent-color: #93a6b1;
  --text-color: #FFFFFF;
  --navbar-height:80px;
}

* {
  margin: 0px;
  padding: 0px;
  font-size: 16px;

    font-family: "Caramel", serif;
    font-weight: 400;
    font-style: normal;
  
  color:var(--text-color) ;
}

html{
  height: 100%;
}

body{
  height: 100%;
}

ul{
  width: 100%;
}

nav{
  height: var(--navbar-height);
  background: var(--background-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .logo{
  margin-left: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-variant: small-caps;
  text-decoration: none;
}
nav ul{
  height: 100%;
  display: flex;
  flex-direction:row ;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

nav li{
  height: 100%;
  width: 150px;
  text-align: center;
  position: relative;
}

nav li:hover{
  background: var(--accent-color);
}

nav ul a{
  height: 100%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: right; /*Platzierung des Logos*/

  text-decoration: none;
}

.dropdown{
  height: min-content;
  width: 200px;
  background: var(--background-color);

  display: none;
  flex-direction: column;

  position: absolute;
  left: 0;
  top: var(--navbar-height);
}

.dropdown li{
  height: 70px;
  width: 100%;
}

.dropdown li a{
  justify-content: flex-start;
  padding-left: 30px;
  width: calc(100% - 30px);
}

nav li:hover .dropdown{
  display: flex;
}

nav input[type="checkbox"]{
  display: none;
}

.expandable_li{
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle_button{
  height: 25px;
  width: 30px;

  position: absolute;
  top: 25px;
  right: 25px;

  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.bar{
  height: 4px;
  width: 100%;
  background: var(--text-color);
  border-radius: 100px;
}



h1{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 50px;
}
  




/* ------------ Allgemeine Klassen ------------------- */
.clearing{
  clear: both;
}




/* ---------------------- BOXEN ----------------------- */
 body{
  background-color: #c8d9e3;
 }
#wrapper{
  margin-left: 17%;
  margin-right: 17%;
  padding: 15px;

}


header{
  height: 60px;
  width: auto;
  margin-left: 500px;
  margin-right: 500px;
  position: fixed;
 }

 .header{
  
  
  
 }

.header h1{
  text-align: center;
  color: #fff;
  font-size: 75px;

}

 article{
  height: 400px;

 }
 #video1{
  border-radius: 25px;
 }

 main{
  height: 600px;

 }

 #base{
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  border-radius: 25px;
  margin-top: 30px;
  color: #000;
  padding: 10px;
  font-size: 18px;

 }
h2{
  color: #000;
  font-size: 22px;
}

#base a{
  color: #000;
  font-size: 16px; 
}


 footer {
  background-color: var(--background-color);
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
 
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
 
.footer-info {
  font-size: 1em;
}
 
.footer-social {
  display: flex;
  gap: 15px;
}
 
.footer-social .social-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}
 
.footer-social .social-link:hover {
  text-decoration: underline;
}
 
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-social {
    margin-top: 10px;
  }
}

#eins{
  height: 0px;
}



 .container {
  display: flex;
  height: 100px;
  padding-top: 20px;
}

.left-column, .right-column {
  padding: 20px;
  height: 100vh; /* Volle Höhe des Bildschirms */
}

.left-column {
  flex: 1; /* Nimmt den verfügbaren Platz ein */
}

.right-column {
  flex: 2; /* Nimmt doppelt so viel Platz wie die linke Spalte ein */

}

.container.googlemaps {
  border-radius: 30px;
  margin-bottom: 30px;

}

.bilder{
  margin-bottom: 30px;
  border-radius: 25px;
}

.text{
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  border-radius: 25px;
  margin-top: 30px;
  color: #000;
  padding: 10px;
  font-size: 18px;

}

.container .text{
margin-top: 30px;
margin-bottom: 30px;
font-weight: bold;
}

.container .text p{
  color: black;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 5px;
  }
  