@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.eot');
    src: url('../fonts/Pacifico-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pacifico-Regular.woff2') format('woff2'),
        url('../fonts/Pacifico-Regular.woff') format('woff'),
        url('../fonts/Pacifico-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shadows Into';
    src: url('../fonts/ShadowsIntoLight.eot');
    src: url('../fonts/ShadowsIntoLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ShadowsIntoLight.woff2') format('woff2'),
        url('../fonts/ShadowsIntoLight.woff') format('woff'),
        url('../fonts/ShadowsIntoLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
h1 {
    font-family: 'Shadows Into';
    font-weight: 700;
    font-style: italic;
    font-size: 58px;
}
h2 {
    font-size: 24px;
    font-weight: bold;
}
body {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
}
.posRight {
    background: #cc0001;
    text-align: center;
    color: #ffffff;
    padding: 40px 0;
    height: 100%;
}
.posRight a {
    color: #ffffff;
}
.posRight span {
    font-size: 12px;
}
.trenner {
    width:100%;
    height: 60px;
}
.fix {
    position: fixed;
    top: 10%;
}
.textFix {
    font-size: 13px;
    position: fixed;
    bottom: 0;
    width: 50%;
    text-align: center;
}
.picLeft img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
    .fix, .textFix {
        position: relative;
        width: 100%;
    }
}