:root {
}

#nature_vid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

body{
    padding: 0px;
    margin: 0px;
    align-content: center;
    justify-content: center;
    min-width: 900px;
    
    background-size: cover;
    background-attachment: scroll;
    height: 100vh;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    
}
p{
    font-weight: 600;
    font-size: 18px;
    margin: 30px;
    
}


.earth_bg{
   background: url(res/field-858650.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.content_area{
    width: min(800px, 80%);
    height: 300px;
    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    
}

.content_area2{
    width: min(800px, 80%);
    height: 300px;
    
    position: relative;
    margin: auto;
    text-align: center;
    
}

.content_area3{
    
    position: relative;
    margin: auto;
    background-color: white;
    width: max(70%, 600px);
    height: max(70vh, 950px);
    margin-top: -80px;
    padding: 30px;
    max-width: 1000px;
}

.logo{
    width: 100%;
    height: 200px;
    background: 
        url(res/logo2.svg) no-repeat center center;
        background-size: contain;

}

nav{
    margin-top: -35px;
    height: 50px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: -40px;
    
}

nav ul{
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    margin: auto;
    text-align: center;
   
    
   
    
}

nav li{
    display: inline-block;
    list-style: none;
}

nav a{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-style: normal;
    text-decoration: none;
    
}

nav a:hover{
   color: darksalmon;
    
}

#bee_pic{
    margin-bottom: 50px;
    width: 100%;
    height: 400px;
    background: 
        url(res/unsere_philosophie.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}
#unser_konzept{
    text-align: center;
    height: max(100vh, 800px);
    
}
#konzept{
    height: max(75vh, 1000px);
}
#sortiment{
    height: max(100vh, 10450px);
}

#impressum{
    height: max(100vh, 1700px);
}
table{
    width: 100%;
    height: 50vh;
}
table tr{
    width: 
}