*{
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}
body,html{
  width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body{
  position: relative;
  color: #2e3131;
  font: 100%/1.5 Helvetica Neue, Helvetica, sans-serif;
  background-position: 200% 50px;
  background-size: auto 100%;
}
body.impressum{
  background: none;
}
body.impressum .wrapper{
  padding: 5em;
}
body.impressum .contentbox{
  max-width: 100%;
}
body.impressum img{
  margin-top: 1em;
}
body.load{
  animation: slideIn .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}
@keyframes slideIn{
  0%{background-position: 200% 50px;}
  100%{background-position: 100% 50px;}
}
.fs125{
  font-size: 1.25em
}
.fs75{
  font-size: .75em
}
.alert{
  position: fixed;
  width: 100%;
  padding: .5em 1.5em;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background: #2e3131;
  transform: translateY(-200%);
}
body.load .alert{
  animation: slideDown .5s;
  animation-delay: 1.25s;
  animation-fill-mode: forwards;
}
@keyframes slideDown{
  0%{transform: translateY(-200%);}
  100%{transform: translateY(0);}
}
.alert a, .alert a:hover{
  color: #fff;
  border-color: #fff;
}
noscript .alert{
  background: orange;
  transform: translateY(0) !important;
  z-index: 1000;
}
.wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
}
.left{
  display: flex;
  flex-wrap: wrap;
  padding: 5em 0 5em 5em;
}
.col{
  width: 100%;
  max-width: 500px;
  margin: 1em 3em 1em 0;
  padding: 1.5em;
  background: rgba(255,255,255,.75);
  border: 1px dotted rgba(0,0,0,.25);
}
.w100{
  width: 100%;
  max-width: none;
  padding: 0;
  background: none;
  border: none;
}
h1,h2{
  line-height: 1.3;
}
h1{
  margin-top: 1em;
  color: #00305d;
}
.left img{
  max-width: 100%;
}
.red, .red a, .red a:hover{
  color: #00305d;
  border: none;
}
.grey{
  color: #2e3131;
}
h2{
  margin: 0 0 .5em;
  color: #000;
}
.btn{
  display: inline-block;
  color: #fff;
  background: #00305d;
  margin: .25em 0;
  padding: .5em;
  border-radius: .175em;
}
.btn:hover{
  box-shadow: 0 3px 2px rgba(0,0,0,.5);
}
.right{
  display: flex;
  position: relative;
  width: 50vh;
  max-height: 100%;
  float: right;
}
.right img{
  opacity: 0;
}
.right p{
  position: fixed;
  bottom: 1em;
  right: 1em;
  font-size: 75%;
  text-align: right;
  transform: translateY(calc(100% + 2em));
  transition: .25s ease-in-out;
}
.right:hover p{
  transform: translateY(0);
}
hr{
  width: 100%;
  max-width: 500px;
  margin: 2em 0 1em;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.25);
}
a{
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,.25);
  outline: 0;
}
a:hover{
  border-bottom: 1px solid rgba(0,0,0,1);
}
a.bnone, a.bnone:hover{
  border: none;
}
.expl{
  color: rgba(0,0,0,.5);
}
@media only screen and (max-width: 800px) {
  body.impressum .wrapper{
    padding: 2.5em;
  }
  .left{
    padding: 2.5em 0 2.5em 2.5em;
  }
}
@media only screen and (max-width: 660px) {
  body{
    animation: none;
    background-position: 100% 50px;
  }
  body:before{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.75);
    content: '';
    z-index: 0;
    opacity: 0;
  }
  .wrapper{
    position: relative;
    flex-wrap: wrap;
    z-index: 500;
    transform: translateY(100%);
  }
  body.load:before, body.load .wrapper{
    animation: slideIn .75s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
  }
  @keyframes slideIn{
    100%{transform: translateY(0); opacity: 1;}
  }
  .left, .right{
    width: 100%;
  }
  .col{
    margin: 1em 0;
    background: none;
  }
  .right{
    display: none;
  }
}
@media only screen and (max-width: 625px) {
  h1{
    font-size: 1.5em;
  }
  h2{
    font-size: 1.25em;
  }
  .left{
    padding: 2.5em 1.5em;
  }
}
@media only screen and (max-width: 440px) {
  body.impressum .wrapper{
    padding: 1.5em 1.5em 2.5em;
  }
  .alert{
    position: relative;
  }
  .left{
    padding: 1.5em;
  }
}
