html,
body {
  color: #333;
  font-family: 'dessau_prozukunft', 'Helvetica', 'Lucida Grande', 'Tahoma', sans-serif;
  font-size: 30px;
  line-height: 36px;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: #333;
}
h4 {
  font-size: 120%;
}
.dec {
  color: #b9b7b7;
}
strong {
  font-family: 'dessau_prozukunft';
}
hr {
  width: 60%;
  background-color: #e3e3e3;
  height: 1px;
  display: block;
  border: none;
}
ul.inline li {
  display: inline-block;
}
.dec {
  color: #b9b7b7;
}
.live {
  font-family: 'dessau_prozukunft';
  color: #b9b7b7;
}
.container {
  padding: 0 21px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#header {
  padding-top: 20px;
  margin-bottom: 12.5px;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #b9b7b7;
  margin-top: 7px;
  z-index: 199;
  background-color: #fff;
  display: flex;
}
#header .logo {
  display: inline-block;
  margin-top: -7px;
  flex-grow: 1;
  min-width: 20%;
}
#header .logo a {
  display: inline-block;
}
#header .logo .name {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 7px;
  font-family: 'dessau_neu';
}
#header .navigation {
  display: inline-block;
  margin-left: 10px;
  flex-grow: 1;
  min-width: 80%;
}
#header .navigation ul {
  display: flex;
  justify-content: space-between;
}
#header .navigation li {
  display: inline-block;
}
#header .navigation a {
  line-height: 39px;
  font-size: 26px;
  display: block;
  padding: 0 10px;
  opacity: 0.5;
  transition: all 500ms;
  text-transform: uppercase;
}
#header .navigation a.active,
#header .navigation a:hover {
  opacity: 1;
}
#header .navigation a.active {
  cursor: default;
  position: relative;
}
#header .navigation a.active:after {
  content: '';
  display: block;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -13px;
}
#header .burger {
  display: none;
}
.title {
  display: none;
}
.references {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 25px;
}
.references li {
  display: inline-block;
  margin-bottom: 20px;
  height: 36px;
  padding: 0 10px;
}
.references li img {
  height: 100%;
  width: auto;
  max-height: 50px;
}
#home {
  text-align: center;
  margin-top: 100px;
}
#home .claim {
  font-family: 'dessau_prozukunft';
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 100px;
}
#leistungen,
#referenzen,
#events {
  text-transform: uppercase;
  position: absolute;
  top: 76px;
  bottom: 44px;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow-y: auto;
  overflow-x: hidden;
}
#leistungen li,
#referenzen li,
#events li {
  display: inline;
}
#leistungen strong,
#referenzen strong,
#events strong {
  font-family: 'dessau_prozukunft';
  color: #b9b7b7;
}
#events li {
  color: #b9b7b7;
}
#events li strong {
  color: #333;
}
#kontakt {
  text-align: center;
  padding-top: 10%;
}
#kontakt .smaller {
  font-size: 18px;
  line-height: 22px;
}
#footer {
  position: absolute;
  bottom: 0;
  left: 21px;
  right: 21px;
  z-index: 100;
  background-color: #fff;
  font-family: 'dessau_fein';
  margin-top: 12.5px;
  padding: 12.5px 0;
  border-top: 1px solid #b9b7b7;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .divider {
  display: inline-block;
  padding: 0 10px;
}
#footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.spacer {
  height: 50px;
  width: 100%;
  clear: both;
  display: block;
}
.spacer.half {
  height: 25px;
}
.spacer.quart {
  height: 12.5px;
}
.burger-menu {
  width: 26px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.burger-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger-menu span:nth-child(1) {
  top: 0px;
}
.burger-menu span:nth-child(2),
.burger-menu span:nth-child(3) {
  top: 9px;
}
.burger-menu span:nth-child(4) {
  top: 18px;
}
.burger-menu.open span:nth-child(1) {
  top: 2px;
  width: 0%;
  left: 50%;
}
.burger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger-menu.open span:nth-child(4) {
  top: 2px;
  width: 0%;
  left: 50%;
}
@media screen and (max-height: 720px) {
  #home .claim {
    font-size: 40px;
    line-height: 40px;
  }
  .claim_logo {
    height: 200px;
    width: 134px;
    display: block;
    margin: 0 auto;
  }
  .claim_logo img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  #home .claim {
    font-size: 40px;
    line-height: 40px;
  }
  body {
    font-size: 20px;
    line-height: 26px;
  }
  #header .navigation a {
    padding: 0 5px;
    font-size: 18px;
    line-height: 28px;
    padding-top: 6px;
  }
  .name {
    margin-top: 14px !important;
  }
}
@media screen and (max-width: 640px) {
  #footer a {
    display: block;
  }
  #footer .divider {
    display: none;
  }
  #leistungen,
  #referenzen,
  #events {
    bottom: 79px;
  }
  .references img {
    max-height: 40px !important;
    margin-bottom: 20px;
  }
  #header {
    position: relative;
    height: 34px;
  }
  #header .logo {
    position: relative;
    z-index: 9999;
    flex-grow: unset;
  }
  #header .burger {
    display: block;
    position: absolute;
    top: 27px;
    right: 0;
  }
  #header .navigation {
    position: absolute;
    z-index: 8888;
    top: 54px;
    left: -20px;
    right: -20px;
    opacity: 0;
    pointer-events: none;
    transition: all 500ms;
    border-bottom: 1px solid #b9b7b7;
    padding-bottom: 17px;
    background-color: #fff;
    margin-left: 0;
    padding-left: 10px;
  }
  #header .navigation ul {
    margin-top: 24px;
    display: block;
  }
  #header .navigation li {
    display: block;
    width: 100%;
  }
  #header .navigation.open {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  #header .navigation a.active:after {
    left: -10px;
    top: 5px;
    bottom: 5px;
    height: auto;
    width: 3px;
  }
  .title {
    margin: 10px 0 20px 0;
    display: block;
    text-transform: uppercase;
  }
  #home {
    margin-top: 20px;
  }
  #home .claim {
    font-size: 36px !important;
    line-height: 36px !important;
    margin-bottom: 20px;
  }
  #home img {
    width: 140px;
    height: 228px;
  }
  .spacer {
    height: 30px;
  }
}
@media screen and (max-width: 594px) {
  #home .claim {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
