#mainContainer {
  margin: 0 auto 0 auto;
  width: inherit;
  padding-left: 20px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Ariel", "sans serif";
}

<!--Slider Bilder-- > .mySlides {
  display: none;
}
.mySlides1 {
  display: none;
}

/* 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: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

h1,
h2 {
  font-size: 52px;
  font-style: italic;
  text-align: center;
  font-family: "Playfair Display", serif;
}

#titelListe {
  position: absolute;
  right: 10px;
}

.left {
  float: left;
  margin-left: 20px;
}

.right {
  display: inline-block;
  margin-left: 20px;
}

.kontaktformular {
  margin-left: 20px;
  width: auto;
}

.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;
}

body {
  margin: 0;
  background-color: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
}

#navbar {
  background-color: #7eeb199a;
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  filter: alpha(opacity=80);
  opacity: 0.8;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 2px 3px 3px 0px #515151;
}

#navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: larger;
  padding-bottom: 10px;
  padding-top: 10px;
  font-style: italic;
  font-weight: bold;
}

#oeffnungszeiten {
  padding-top: 50px;
}

#anfahrt {
  padding-top: 50px;
}

#angebot {
  padding-top: 50px;
}

#kontakt {
  padding-top: 50px;
  display: inline;
}

#socialMediaGrid {
  display: grid;
  grid-template-columns: auto auto;
}

#kontaktBild {
  border-radius: 10px;
}

#logoKofpleiste {
  padding-top: -50px;
}

div {
  margin: 0 auto 0 auto;
  width: inherit;
  max-width: 960px;
  text-align: center;
}

td {
  text-align: left;
  vertical-align: top;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: larger;
}

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;
}

#preisliste {
  padding-top: 50px;
}

input {
  border-radius: 10px;
  height: 30px;
  width: 90%;
}

textarea {
  border-radius: 10px;
  width: 90%;
}

#tableoefnungszeiten {
  font-size: 190%;
}

.zweitezeile {
  background-color: rgba(87, 84, 84, 0.185);
}

table {
  border-collapse: collapse;
  width: auto;
  height: auto;
}

.slidePicture {
  height: 350px;
  width: auto;
  border-radius: 8px;
  margin-left: 35px;
  margin-right: 35px;
  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: 30%;
}

#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: 32%;
  border-radius: 10px;
  padding-left: 5px;
  animation: mymove 15s infinite;
  position: relative;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 26px;
  margin: 0px;
  margin-bottom: 15px;
}

@keyframes mymove {
  0% {
    left: 0%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 0%;
  }
  75% {
    left: 65%;
  }
  100% {
    left: 0%;
  }
}

#fotoGallerie,
#fotoGallerie1 {
  height: 400px;
  width: auto;
  margin-bottom: 30px;
}

#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: 35px;
  margin-right: 35px;
  margin-bottom: 0px;
  height: 25px;
  color: #160f0f;
  font-size: 19px;
  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;
}

.myNav {
  display: none;
}

#menue {
  display: none;
}

.overlay-content {
  display: none;
}

.closebtn {
  display: none;
}
