.clearfix {
  clear:both;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.container {
  box-sizing: border-box;
}

body {
  padding:0;
  margin:0;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  color: #000;
  font-family: "Noto Sans", sans-serif;
}

p {
  max-width: 800px;
  margin-bottom: 16px;
}

ul {
  margin-bottom: 24px;
}

ul li {
  margin-left: 10px;
  margin-bottom: 8px;
  max-width: 700px;
}

main ul {
  list-style-type: disc;
}

main li {
  margin-left: 25px;
}

h1 {
  margin: 0;
  padding: 0;

  font-family: "Funnel Sans", sans-serif;
  font-style: normal;
  color: #402A12;
  font-size: 31px;
  line-height: 1.3;
  font-weight: 500;
  font-weight: 400;

  margin-bottom: 20px;

}

h1 + h2 {
  margin-top: 0;
}

h2 {
  font-family: "Funnel Sans", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 16px;
}

h3 {
  font-size: 18px;
}

h3, h4 {
  margin-bottom: 4px;
}


iframe {
  max-width: 100%;
}

nav ul {
  margin:0;
  padding:0;
}

#header {
  background: #fff;
  text-align: center;
  height: 116px;
  border-bottom: 2px solid #333;
  text-align: left;
}

#header nav ul {
  display: inline-block;
  margin-top: 50px;
  float: left;
  display: none;
}

#header nav ul li {
  display: inline-block;
}

main {
  background: #f3f3f3;
  padding: 60px 0;
}

#footer {
  border-top: 2px solid #333;
  background: #fff;
  padding: 30px;
}

#intoBild {
  float:left;
  margin-left: 80px;

}

a {
  color: #402A12;
  font-weight: 500;
}

.button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #83E5E1;
  text-decoration: none;
  border-radius: 17px;
  border: 2px solid #787474;
  text-align: center;
  font-size: 26px;
  cursor:pointer;
  line-height: 1;
}

.button:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.button .zusatz {
  display: block;
  font-size: 19px;
  font-weight: 300;
  margin-top: 10px;
}

#introButton {
  margin-top: 37px;
  margin-top: 45px;
}

#headerButton {
  float: right;
  background: #f3f3f3;
  font-size: 19px;
  padding: 10px 18px;
  border-radius: 12px;
  margin-top: 26px;
}

#headerButton .zusatz {
  font-size: 14px;
  margin-top: 7px;
}

#headerButton:hover {
  box-shadow: 0 0 20px 5px rgba(255,242,0,1);
  /* background: #FFF200; */
}

nav {

}

nav ul li {
  display: inline-block;
}

#logo {
  margin-left: -10px;
  float:left;
}

#pageWrapper {
  padding-top: 60px;
}

.heroText {
  width: 700px;
  max-width: 100%;
  float: left;
  margin-top: 53px;
}

.heroText p {
  margin-top: 20px;
  line-height: 22px;
}

#introBild {
  width: 440px;
  max-width: 100%;
  text-align: center;
  float:left;
}

#introBild img {
  width: 100%;
  height: auto;
}

#introBild p {
  font-size: 24px;
  margin-top: 10px;
  font-family: "Funnel Sans", sans-serif;
  color: #402A12;
}

.heroText h1 {
  margin-bottom: 0;
}

.cookie-notice, .cm-footer {
  box-sizing: border-box;
}

#klaro .cm-powered-by {
  display: none;
}

#meetergoLaden {
  margin-top: 8px;
}

#booking > div {
  margin-left: 0;
}

footer nav ul li {
  display: inline-block;
}

/* @media (min-width: 992px) {
  .meetergo-iframe.activated {
    margin-left: -57px;
  }
}

@media (min-width: 1200px) {
  .meetergo-iframe.activated {
    margin-left: -76px;
  }
} */

@media (min-width: 1400px) {
  .meetergo-iframe.activated {
    margin-left: -22px;
  }
}
