*{
    margin: 0;
    padding: 0;
}
.body{
    background-color: white;
    min-width: 320px; 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 2000px)
{ 
 .image {
   width: 100%;
   height: auto;
 }
@media only screen and (device-width: 320px)
{
 .image {
    width: 50%;
    height: auto;
 }
}
 .container1{
    width: 100%;
    min-height: 100vh;
    padding-right: 5%;
    padding-left: 5%;
    box-sizing: border-box;
    overflow: hidden;
    background-image: url("main.JPG");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 @media only screen and (max-width: 400px)
 {
   .container1{
     min-height: 80vh;
     background-size: 850px 600px;
   }
 }
 .container2{
    width: 100%;
    height: 20vh;
    padding-right: 5%;
    padding-left: 5%;
    box-sizing: border-box;
    overflow: hidden;
    table-layout: fixed;
    background-color: #F7F7F7;
 }
 @media only screen and (min-width: 320px)
    {
     .container2{
       width: 100%;
       min-height: 75vh;
       overflow: hidden;
     }
  @media only screen and (min-width: 700px)
     {
      .container2{
        width: 100%;
        min-height: 55vh;
        overflow: hidden;
      }
 }
 .container3{
    width: 100%;
    min-height: 50vh;
    padding-bottom: 5%;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 20px;
 }
  @media only screen and (min-width: 320px)
    {
     .container3{
       width: 100%;
       min-height: 40vh;
       overflow: hidden;
     }
 }
 .container4{
    width: 100%;
    min-height: 70vh;
    padding-right: 5%;
    padding-left: 5%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: black;
    text-decoration: none;
    color: white;
    background-image: url("food.JPG");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
  @media only screen and (min-width: 320px)
    {
     .container4{
       width: 100%;
       min-height: 80vh;
       overflow: hidden;
     }
 }
 .container5{
   width: 100%;
   min-height: 50vh;
   padding-right: 5%;
   padding-left: 5%;
   margin-top: 100px;
   box-sizing: border-box;
   overflow: hidden;
  }
  @media only screen and (max-width: 700px)
   {
   .container5{
    width: 90%;
    min-height: 20vh;
  }
 }
 .container6{
  width: 100%;
  background-color: #F7F7F7;
  min-height: 30vh;
 }
 .container7{
  width: 100%;
  background-color: black;
  min-height: 25vh; 
 }
 @media only screen and (min-width: 320px)
  {
   .container7{
    width: 100%;
    min-height: 20vh;
    overflow: hidden;
  }
 .impressum{
    width: 70%;
 }
 @media only screen and (max-width: 1000px)
  {
    .impressum{
      width:100%;
    }
  }
 .navbar{
    width: 100%;
    display: flex;
    align-items: center;
 }
 .logo{
    width: 10%;
    cursor: pointer;
    position: absolute;
    left: 45%;
    top: 20%;
    margin-top: -125px;
 }
 nav{
    flex: 1;
    text-align: right;
 }
 nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
 }
 nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 14px;
 }
 .button {
  background-color: Transparent;
  background-repeat:no-repeat;
    border:2px solid white;
    color: #F7F7F7;
    padding: 10px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    top: 20em;
  }
  .button:hover{
    background-color: white;
    color: #2F6442;  
  }
  .button1 {
    display: inline-block;
    background-color: white; 
    color: #2F6442; 
    border: 2px solid #2F6442;
    position: relative;
    top: 1.9em; 
    font-family: 'Roboto', sans-serif;
  }
  .button1:hover {
    background-color: black;
    color: white;
  }
  .type{
    font-size: 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
  }
  @media only screen and (max-width: 320px)
    {
     .type{
       font-size: 18px;
     }
  }
  .type1{
    font-size: 30px;
    position: relative;
    top: 10em; 
    font-family: 'Montserrat', sans-serif;
  }
  @media only screen and (max-width: 320px)
    {
     .type{
       font-size: 18px;
    }
  }
  .type2{
    font-size: 14px;
    position: relative;
    top: 23em; 
    font-family: 'Roboto', sans-serif;
  }
  .type3{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
  }
  .type4{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #2F6442;
  }
  .type5{
    font-size: 20px;
    position: relative;
    top: 3em; 
    font-family: 'Montserrat', sans-serif;
    color: #2F6442;
  }
  .type6{
    font-size: 35px;
    position: relative;
    top: 6em; 
    font-family: 'Montserrat', sans-serif;
    color:white;
  }
  @media only screen and (min-width: 320px)
    {
     .type6{
       font-size: 30px;
       position: relative;
       top: 5.2em;
       left: 1.4em;
    }
  }
  .type7{
    font-size: 14px;
    position: relative;
    top: 13em;
    left: 3.5em;
    font-family: 'Roboto', sans-serif;
    color:white;
  }
  @media only screen and (max-width: 320px)
    {
     .type7{
       font-size: 14px;
       position: relative;
       top: 11.5em;
    }
  }
  .type8{
    font-size: 14px;
    position: relative;
    top: 5em;
    left: 2.3em;
    font-family: 'Montserrat', sans-serif;
    color:white;
  }
    .type9{
        font-size: 14px;
        position: relative;
        top: 7em;
        left: 2.3em;
        font-family: 'Roboto', sans-serif;
        color:white;
 }
  .border{
    width: 150px;
    size: 1;
    border-color: #2F6442;
    position: relative;
    top: 5em;
    left: 1.8em;
 }
 .kontakt{
    text-decoration: none;
    color: #2F6442;
    font-size: 14px;
    text-align: center;
    margin-top: 125px;
 }
 .zoomeffekt {
    transition: transform 0.8s;
    width: 100%;
 }
 .zoomeffekt:hover,
 .zoomeffekt:focus{
    -ms-transform: scale(1.05); /* IE */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
 }
 #con2{width: auto;max-width:100%;overflow:hidden;}
    .zoomeffekt2 {
      transition: transform 0.5s;
      width: 7%;
    }
    @media only screen and (max-width: 800px)
    {
      .zoomeffekt2{
        width: 12%;
      }
    }
    .zoomeffekt2:hover,
    .zoomeffekt2:focus{
      -ms-transform: scale(1.2); /* IE */
      -webkit-transform: scale(1.2); /* Safari */
      transform: scale(1.2);
 }
 #con3{width: auto;max-width:100%;overflow:hidden;}
   .zoomeffekt3 {
     transition: transform 0.5s;
     width: 100%;
    }
    .zoomeffekt3:hover,
    .zoomeffekt3:focus{
      -ms-transform: scale(1.2); /* IE */
      -webkit-transform: scale(1.2); /* Safari */
      transform: scale(1.2);
  }
 #container {width: auto;max-width:100%;overflow:hidden;}
          
          .slider {
            display:inline-block;
            white-space: nowrap; 
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
              
            /*	iOS 9 */
            -webkit-scroll-snap-points-x: repeat(101%);
            -webkit-scroll-snap-type: mandatory;
          }
          .slider img {
            -webkit-scroll-snap-align: center;
            scroll-snap-align: center;
            width: 40%; height:auto;
            vertical-align:bottom;
            margin:0 6px 3px 0;
            outline: none !important;
          }
          @media only screen and (max-width: 700px)
           {
            .slider img{
               width: 85%;
               overflow: hidden;
            }
          @media only screen and (max-width: 900px)
           {
            .sllider img{
              width: 80;
              overflow: hidden;
            }
          }
          
          .slider img:last-of-type {
            margin:0 0 3px 0;
          }
          
          #container:focus-within {outline: 2px dotted #555;}
        
          .swipe {
            margin-top:-1em;
          
          }
          }
          /*	Scrollbar always visible (not Firefox) */
          .slider::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 10px;
            height:8px;
            border-radius: 5px;
          }
          .slider::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color:#2F6442;
          }
          .slider::-webkit-scrollbar-corner {
            background-color:transparent;
          }
          img.hover-shadow {
            transition: 0.3s;
          }
          
          .hover-shadow:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          }
        }
      }
}
