body {
  margin: 0px;
  background-color: #6d7132;
}

a, a:hover, a:active, a:visited {
  color: white;
  text-decoration: none;
}

a.bestel-button {
  border-radius: 115px;
  padding: 45px;
  background-color: black;
  font-family: campaign-slab, serif;
  font-size: 24px;
}

.bestel-button {
  border-radius: 115px;
  padding: 45px;
  background-color: black;
  font-family: campaign-slab, serif;
  font-size: 24px;
  color: white;
  max-width: 700px;
}


h1, h2 {margin: 0; line-height: 30px;font-family: campaign-slab, serif;}
h1 {font-size: 40px;}
h2 {font-size: 28px}
h3 {font-size: 22px}

img {
  width: 50%;
  height: auto;
}

.adres-mobiel {display:none;}
.adres, .adres-mobiel, .adres-top {
  font-family: campaign-slab, serif;
  text-transform: inherit;
  text-align: center;
  font-size: 18px;
  color: white;
}

.logo {
  margin-top: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
  margin: 50px;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }

  .iframe-container {
    overflow: hidden;
    padding-top: 100%; /* 16:9*/
    position: relative;
    margin: 50px;
  }
}

@media screen and (max-width: 768px) {
  .center {
    width: 70%;
  }

  .adres-mobiel {display:block;}
  .adres  {display:none;}

  .iframe-container {
    overflow: hidden;
    padding-top: 200%; /* 16:9*/
    position: relative;
    margin: 25px 0;
  }

  .iframe-container iframe {
     border: 0;
     height: 500px !impportant;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .adres {
    text-transform: inherit;
    text-align: center;
    font-size: 18px;
    color: white;
    margin: 25px;
  }

  .menu-item-list-item {
    display: flex !important;
    flex-direction: row !important;
    flex: 0 1 0px !important;
    margin: 12px 6px!important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
}

h1 {font-size: 32px;}
h2 {font-size: 20px}
}
