.slideshow-container1, .dotLeiste1{
    display: none; 
}

.left{
    display: none;
}

#navbar{
    display: none;
}

.overlay {
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: #7feb19c9;
  overflow-x: hidden;
  transition: 0.5s;

  }
  
  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  
  .overlay a {
    padding: 4px;
    text-decoration: none;
    font-size: 30px;
    color: #000000;
    display: block;
    transition: 0.3s;
    font-weight: bold;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
 
#menue{
    position: fixed;
    top: 10px;
    left: 20px;
    background-color: #7feb1983;
    padding: 5px;
    border-radius: 5px;
}
  
  body{
    font-family: "Helvetica Neue", "Helvetica", "Ariel", "sans serif";
    background-color: #f1f1f1;
    
  }

  <!--Slider Bilder-->
    .mySlides {display: none}
    .mySlides1 {display: none}

    
    /* Slideshow container */
    .slideshow-container {
      max-width: auto;
      position:static;
      margin-top: 20px;
      height: 240px;
      background-color: #f1f1f1;
      border-radius: 8px 8px;
    }   
    
    /* The dots/bullets/indicators */
    .dot, .dot1 {
      cursor: pointer;
      height: 30px;
      width: 30px;
      margin: 0 10px; 
      background-color: rgba(119, 216, 22, 0.904);
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.2s ease;
      position: relative;
      top: 0px;
    }
   
    .active, .dot:hover, .dot1:hover {
      background-color: #717171;
    }
    
    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 0.8s;
      animation-name: fade;
      animation-duration: 0.8s;
    }
    
    @-webkit-keyframes fade {
      from {opacity: .2} 
      to {opacity: 1}
    }
    
    @keyframes fade {
      from {opacity: .2} 
      to {opacity: 1}
    }
    
    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
    }
    
  h2{
    font-size: 36px;
    font-style: italic;
    text-align: left;
    font-family: "Playfair Display", serif;
    padding-bottom: 5px;
    margin-bottom: 5px;  
  }
  
  #titelListe{
    position: absolute;
    right: 10px;
  }
  
  .kontaktformular{
    margin-left: 20px;
    width: 100%;
  }
  
  .clearfix{
    background-color: white;
  }
  
  label{
    width: 130px;
    font-family: "Playfair Display", serif;
    
  }
  
  #up{
    position: fixed;
  right: 0px;
  bottom: 20px;
  filter: alpha(opacity=80);
  opacity: 0.6;
  background-color:  rgba(119, 216, 22, 0.904);
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px 0px 0px 10px;
    
  }
  
  html{
    scroll-behavior: smooth;
  }
      
  #oeffnungszeiten{
    padding-top: 30px;
    
  }
  
  #anfahrt{
    padding-top: 30px;
  }
  
  #angebot{
    padding-top: 30px;
  }
  
  #kontakt{
    padding-top: 30px; 
  
  }
  
  #logoKofpleiste{
    padding-top: -50px;
  }
  
  div{
    margin: 0 10px;
    width: auto;
    text-align: center;
  }
  
  td{
    text-align: left;
    vertical-align: top;
    font-family: "Playfair Display", serif;
    font-style: italic;
  }
  
  img{
    vertical-align: top;
    border-radius: 10px;
  }
  
  form{
    text-align: left;
    font-family: "Playfair Display", serif;
    font-style: italic;
  }
  
  #titelLeiste{
    margin: 80px auto 0 auto;
    padding-top: 5px;
  }
  
  #preisliste{
    padding-top: 30px;
  }
  
  input{
    border-radius: 10px;
    height: 30px;
    width: 90%;  
  }
  
  textarea{
    border-radius: 10px;
    width: 90%;
  }
  
  #tableoefnungszeiten{
    font-size: auto;
  }
  
  .zweitezeile{
    background-color:rgba(87, 84, 84, 0.185);
  }

  #kontaktBild{
    display: none;
  }
  
  table{
    border-collapse: collapse;
    width: auto;
    height: auto;
    margin: auto;
  }
  
  .slidePicture{
    height: 220px;
    width: auto;
    border-radius: 8px 8px;
    box-shadow: 8px 8px 8px 0px #515151;  
  }
  
  #kontaktdaten{
    float: left;
  }
  
  #kontaktFormular{
    display: flex; 
  }
  
  fieldset{
    width: auto;
  }
  
  #kontaktFormularDiv{
    width: auto;
  }
  
  #titelListe{
    font-family: "Playfair Display", serif;
  }
  
  #tableKontakt{
    width: 20%;
  }
  
  #sendButton{
    background-color: rgba(119, 216, 22, 0.904);
    border-radius: 10px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
  }
  
  label{
    font-size: 26px;
    width: 15%;
  }
  
  #nachrichtMeldung{
   background-color: rgba(119, 216, 22, 0.342);
   width: 42%; 
   border-radius: 10px;
   padding-left: 5px;
    animation: mymove 15s infinite;
    position: relative;
    font-family: "Playfair Display", serif;
    font-style: italic;  
    font-size: 16px;
    margin: 0px;
    margin-bottom: 15px;
    }
    
    @keyframes mymove {
    0%{left: 0%}
    25%   {left: 65%;}
    50%  {left: 0%}
    75%  {left: 65%}
    100%{left: 0%}
  }
 
  #fotoGallerie{
    margin: 0 auto;
    height: auto;
    width: auto;
    float:none ;
  } 
  
  #submitbutton{
    background-color: #7eeb199a;
    border-radius: 10px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
  }
  
  .text{
    background-color: #7feb195e;
    border-radius: 0px 0px 10px 10px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-left: 14px;
    margin-right: 4px;
    height: 25px;
    color: #160f0f;
    font-size: 16px;
    padding: 8px 12px;
    position: relative;
    bottom: 40px;
    text-align: center;  
  }
  
  input[type="text"]
  {
      font-size:20px;
      font-family: "Playfair Display", serif;
  }
  
  textarea[type="text"]
  {
      font-size:20px;
  }
  
  .grid-container {
    display: grid;
    grid-template-columns: auto auto ;
    grid-gap: 10px;
    background-color: #7feb195e;
    padding: 10px;
    border-radius: 10px;
  }
  
  .grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid black;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
  }

.slideshow-container{
    margin: 0 40px;
}

#googleMap{
    width: 80%;
} 

@viewport {
  max-width: 300px;
  initial-scale:1.0;
}