header {
  background-image:url(../img/header.jpg);
  padding-bottom: 10vh;
  padding-top: 20vh;
}

section {
  box-sizing: border-box;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em
}

h4 {
  font-size: 1.5em;
}

p {
  font-size: 1.5em;
}

ul {
  font-size: 1.5em;
}


.pure-menu-horizontal {
  display: block;
}

.pure-menu-list {
  font-size: .8em;
}

.pure-menu-link {
  padding: .5em 1em;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}


#menu {
  display: block;
  font-size: 1.7vw;
  margin: 0 auto;
  max-width: 82rem;
  position: sticky;
}

#menu-toggle {
  display: none;
}

#logo {
  height: 22.483vw;
  width: 40vw;
}

#ueberuns {
  padding-top: 6em
}

#zitat blockquote {
  padding-top: 2em;
  font-size: 3.5em;
}

#zitat img {
  width: 80%;
}

#zitat small {
  font-size: 1.2em;
}

#kontakt {
  margin-bottom: 0;
  padding-bottom: 8em;
}


#slider div {
  height: 50em;
  overflow: hidden;
  width: 100%;
}


#ref1 { background-image: url('../img/ref1.jpg'); }
#ref2 { background-image: url('../img/ref2.jpg'); }
#ref6 { background-image: url('../img/ref6.jpg'); }
#ref7 { background-image: url('../img/ref7.jpg'); }
#ref10 { background-image: url('../img/ref10.jpg'); }
#ref12 { background-image: url('../img/ref12.jpg'); }
#ref15 { background-image: url('../img/ref15.jpg'); }
#ref18 { background-image: url('../img/ref18.jpg'); }


@media (min-width: 82em) {

  #menu {
    font-size: 1.5em;
  }

}