<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  background-color: #070707;
  background-repeat: no-repeat;
  font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 400; 
  font-style: normal;
  overflow-x: hidden;
  margin: 0;
}
.body_impressum {
  background-color: #070707!important;
  background-image: none!important;
  color:#fd771e!important;
}
p,
a {
  margin: 0;
  font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 400; 
  font-style: normal;
  font-size: 12px;
  color: #fd771e;
  text-decoration: none;
}
.container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url('');
  background-size: cover;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: table;
}
.content {
  display: table-cell;
  vertical-align: middle;
}
.footer {
  position: absolute;
  vertical-align: bottom;
  bottom: 0;
  z-index: 99;
  height: 22px;
  width: 100%;
  background-color: #070707;
}
.footer p,
.footer a {
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
}
.section-impressum {
  margin: 20px;
  background-color: #070707;
}
.section-impressum h2 {
  font-size: 20px;
}
.section-impressum .section-header {
  margin-bottom: 10px;
}
.section-impressum h4 {
  font-size: 16px;
}
.section-impressum p, a {
  padding-top: 20px;
}
.section-impressum h4 {
  margin-top: 50px;
}
.section-impressum,
.section-impressum p,
.section-impressum a,
.section-impressum a:focus,
.section-impressum a:active,
.section-impressum a:hover {
  color: #fd771e;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  body {
    background-image: url(../img/tenfour.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    background-image: url(../img/tenfour.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (orientation:landscape) and (max-width: 1024px){
  body {
    background-image: url(../img/tenfour.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: center center;
  }
}</pre></body></html>