<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
margin:0;
padding:0;
-webkit-appearance:none;
-moz-appearance:none;
}
a {
text-decoration:none;
color:#9a1915;
}
a:hover {
text-decoration:underline;
}
a img{
transition: all 1s ease 0s;
}
a:hover img,a:active img{
opacity:0.7;
}
body {
font-family:'Roboto Condensed', sans-serif;
background:center center fixed no-repeat;
background-size:cover;
font-weight:300;
background-image:url('/images/w_background.jpg');
color:#626366;
}
body.black {
background-image:url('/images/b_background.jpg');
color:#fff;
}
b, strong{
font-weight:700;
}
#page {
margin:152px auto 90px auto;
max-width:1150px;
}
.center {
text-align:center;
}
.mainStatement {
margin-top:92px;
line-height:62px;
font-size:52px;
font-weight:400;
padding:0 15px;
}
span.red {
color:#9a1915;
}
#notifyMeForm {
margin-top:67px;
}
#notifyMeForm ul {
margin:0 auto;
width:558px;
list-style:none;
font-size:13px;
display:table;
}
#notifyMeForm ul li {
display:table-cell;
vertical-align:bottom;
width:33.3%
}
#notifyMeForm label {
line-height:16px;
font-weight:700;
}
#notifyMeForm input, #notifyMeForm button {
font-size:13px;
line-height:16px;
font-weight:700;
height:44px;
margin-top:10px;
border-radius:3px;
padding:0 10px;
background-color:transparent;
width:176px;
outline:none;
box-sizing:border-box;
border:1px #626366 solid;
color:#626366;
transition: all 1s ease 0s;
}
.black #notifyMeForm input, .black #notifyMeForm button {
border:1px #fff solid;
color:#fff;
}
#notifyMeForm button:hover {
cursor:pointer;
background:#626366;
color:#fff;
}
.black #notifyMeForm button:hover {
background:#fff;
color:000;
}
.notificationText {
line-height:32px;
font-size:23px;
margin-top:73px;
padding:0 15px;
}
#footer {
margin-top: 77px;
color:#626366;
}
#footer a {
color:#626366;
}
#footer .whatWeDo {
line-height:18px;
font-size:15px;
border:solid;
border-width:1px 0;
padding:26px 0;
border-color:#c6c6c7;
}
.black #footer .whatWeDo {
border-color:#1b1b1b;
}
#footer .legal {
margin-top:27px;
line-height:16px;
font-size:13px;
}

#page.imprint {
width:90%;
}
.imprint h2 {
margin:100px 0 10px 0;
}
.imprint a {
color:#626366;
text-decoration:underline;
}
.imprint a:hover, .imprint a:active{
text-decoration:none;
color:#000;
}
.imprint h3{
margin-top:10px;
}
.imprint p{
margin:5px 0;
}
.imprint strong{
font-weight:700;
}
.black .imprint a {
color:#000;
}

div.error, div.done, div.notice{
width:100%;
margin-top:45px;
margin-bottom:40px;
text-align:center;
color:#f00;
font-size:30px;
}

div.done{
color:#7DB427;
}

div.notice{
color:#0090E0;
}

ul{
padding-left:20px;
}</pre></body></html>