@font-face {
    font-family: "Ubuntu-Regular";
    src: url(../fonts/ubuntu-regular.woff2);
}
@font-face {
    font-family: "Ubuntu-Bold";
    src: url(../fonts/ubuntu-bold.woff2);
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu-Regular', sans-serif;
    font-weight: normal;
    transition: all linear .2s;
}
html {
    min-height: 100%}
body {
    background-color: #000000;
    background-image: url(../images/background_2017.jpg);
    background-size: cover;
    min-height: 100vh;
    overflow-y: scroll;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 60px;
}
a {
    text-decoration: none;
}
a.imprint {
    text-decoration: none;
    color: #000000;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    display: inline-block;
    margin-left: 20px;
}
a.imprint:hover {
    background-color: #c80000;
    color: white;
}
.hidden {
    display: none;
}
div#main {
    max-width: 700px;
    margin: auto;
    padding: 40px 0px 0px 0px;
}
div#main.stopper {
    max-width: 700px;
}
h1 {
    border: 1px solid #FFFFFF;
    max-width: 385px;
    margin: 30px auto 15px auto;
}
h1.extend {
    max-width: 700px;
}
h1 img {
    width: 100%;
    display: block;
}
h2 {
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 5px #000;
    font-size: 36px;
    margin: 0px 0px 30px 0px;
}
h3 {
    margin: -30px -30px 20px -30px;
    font-size: 24px;
    color: white;
    background-color: black;
    padding: 12px 10px 8px 10px;
    text-transform: uppercase;
}
p+h3 {
    margin-top: 50px;
}
h4 {
    margin: 0px 0px 10px 0px;
    font-weight: 300;
    font-size: 18px;
    font-weight: bold;
}
h5 {
    margin: 0px 0px 10px 0px;
    font-weight: 300;
    font-size: 16px;
}
div#nav {
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
div#nav button {
    border: none;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px;
    color: white;
    text-transform: uppercase;
    margin: 0 5px 0 5px;
    min-width: 120px;
    cursor: pointer;
}
div#nav button:hover {
    background-color: #c80000;
}
figure {
    margin-top: 30px;
}
figure img {
    max-width: 100%}
div.content {
    background-color: #FFFFFF;
    padding: 30px;
    text-align: center;
}
div.content ul {
    margin-left: 25px;
    margin-bottom: 1rem;
}
div#preview {
    display: none;
}
div.popup {
    max-width: 900px;
    margin: auto;
    position: relative;
}
p {
    line-height: 24px;
}
.imprint p {
    margin-bottom: 20px;
}
p strong {
    
    font-size: 16px;
    font-family: "Ubuntu-Bold";
}
div.content p a {
    color: #c80000;
}
div.content p {
    margin-bottom: 1rem;
}
form {
    text-align: center;
}
form fieldset {
    border: none;
}
form input, form textarea {
    width: 90%;
    margin: 0px 0px 10px 0px;
    border: none;
    padding: 5px;
}
form label {
    display: block;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    color: #574766;
}
form button {
    border: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #574766;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 20px;
}
#social {
    list-style: none;
    text-align: center;
}
#social li {
    display: inline-block;
    margin: 10px;
}
#social li a {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 10px;
}
#social li a:hover {
    background-color: #c80000;
}
#social li img {
    width: 20px;
    display: block;
}
footer {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background-color: black;
    box-sizing: border-box;
}
footer * {
    color: #FFFFFF;
    font-size: 16px;
}
footer a:hover {
    color: #c80000;
}
div#dachschecke {
    margin: -507px auto 0 auto;
    height: 507px;
    width: 665px;
}
div#dachschecke figure {
    margin-top: 0;
}
div#dachschecke figure img {
    width: 129px;
    box-sizing: border-box;
    border: 1px solid white;
    display: block;
    margin-bottom: 10px;
}
div#dachschecke figure:first-child {
    float: left;
    margin-right: 200px;
}
div#dachschecke figure:last-child {
    float: right;
    margin-left: 200px;
}
@media (max-width:430px) {
    div#dachschecke {
    display: none;
}
div#nav button {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    display: block!important;
}
}

a.button {
    display: inline-block;
    padding: 1rem 2rem;
    color: white!important;
    font-family: ubuntu-bold;
    background-color: #c80000;
}
/*# sourceMappingURL=styles.css.map */