body{
    margin:0%;
    font-family: 'AvantGarde', sans-serif;
}

@font-face {

  font-family: 'AvantGarde';
  src:  url('AvantGarde-Medium.otf') ;
        


  /*font-family: 'Cocogoose';
  src:  url('Cocogoose\ Pro\ Light-trial.ttf') 
        format('truetype');
          /* für Safari, Android, iOS */

  
 }

.header-image {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
}


.header-image2 {
  width: 100vw;
  height: 30vw;
  object-fit:cover;
  
  
}

.baelle {
  
  width: 95vw;
  height: auto;
  object-fit:cover;
  margin-top: 0%;
    
}


.lars {
  max-width: 150px;
  height: auto;
  object-fit: scale-down;
  display: block ;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;

}

.ladies {
  max-width: 35vw;
  height: auto;
  object-fit: scale-down; 

}


.kontaktdaten {
  font-family: 'AvantGarde';
}

.logo {
    
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    
}

.foto-logo {
  max-width: 40vw;
  height: auto;
   
}

.dropbtn {
    
    background-color: #1e3ebb;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    
  }
  
  .dropdown {
    
    position: absolute;
    right: 0px;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(93, 59, 59, 0.737);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #1e3f4b30;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #2525295e;}

  .textdatenschutz{
    position: absolute;
    margin-top: 200px;
    margin-left: 20px;
    margin-right: 10px;
    
  }

  div.transbox {
    position: absolute;
    margin-top: 38%;
    margin-left: 30%;
    margin-right: 5px;
    padding: 0 4px 0 4px;
    background-color: rgb(231, 231, 234);
    opacity: 0.6;
  }
  
  div.transbox p {
    margin: 5%;
       
    color:rgba(0, 0, 0, 1.0);
    
  }

  div.text {
    
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0px;
    
  }

  div.text p {
    margin: 5% 10% 0% 10%;
    font-size: larger;
    color:rgb(0, 0, 0);
  }