@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

footer {
    background-color: #aaa;
}

footer .inner {
    width: 804px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

footer .inner a {
    text-decoration: none;
}

main {
    background-color: #eee;
}

header {
    background-color: #fff;
    position: relative;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
}

a {
    color: inherit;
    text-decoration: none;
}

strong, b {
    font-weight: 700;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 12px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 20px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 5px 0;
    margin-top: 20px;
}

h2.border {
    padding-top: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #999;
    margin-bottom: 12px;
}

h3 {
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.page-container {
    width: 804px;
    margin: 0 auto;
}

.vortext {
    color: #000;
}

.vortext h2 {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 18px;
}

img.scaleImage {
    width: 100% !important;
    height: auto !important;
}

figcaption {
    margin-top: 5px;
    font: 700 11px/15px "Open Sans", sans-serif;
}

.l-2c {
    display: flex;
    flex-direction: row;
    padding: 40px 0;
}

.l-2c a {
    text-decoration: underline;
}

.l-2c .c-1,
.l-2c .c-2 {
    width: 50%;
    flex: 1 0 auto;
}

.slick-container1 {
    padding: 50px 100px;
    background-color: #fff;
    position: relative;
}

.slick-container2 {
    position: relative;
}

.slick-container1 .slick {
    width: 804px;
    margin: 0 auto;
}

.slick img {
    width: 100% !important;
    height: auto !important;
}

button.slick-prev,
button.slick-next {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border: 0;
    z-index: 10;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

button.slick-prev {
    left: 22px;
    background: url("../img/pfeil1_links.svg") center no-repeat transparent;
}

button.slick-next {
    right: 22px;
    background: url("../img/pfeil1_rechts.svg") center no-repeat transparent;
}

.slick-container2 button.slick-prev {
    width: 40px;
    height: 45px;
    background: url("../img/pfeil2_links.svg") center no-repeat transparent;
}

.slick-container2 button.slick-next {
    width: 40px;
    height: 45px;
    background: url("../img/pfeil2_rechts.svg") center no-repeat transparent;
}

.copyright {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    transform-origin: 0 100%;
    transform: rotateZ(-90deg);
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: 422px;
    width: 300px;
}

@media all and (max-width: 767px) {
    .page-container,
    footer .inner {
        width: 90%;
        margin: 0 auto;
    }

    .l-2c {
        flex-direction: column;
        padding: 0;
    }

    .l-2c .c-1,
    .l-2c .c-2 {
        width: 100%;
        margin: 0 auto;
    }

    .slick-container1 .slick {
        width: 100%;
        margin: 0 auto;
    }

    figure {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    p {
        hyphens: auto;
    }

    .slick-container1 {
        padding: 0;
    }

    button.slick-prev {
        left: 5px;
        width: 40px;
        height: 45px;
        background: url("../img/pfeil2_links.svg") center no-repeat transparent;
    }

    button.slick-next {
        right: 5px;
        width: 40px;
        height: 45px;
        background: url("../img/pfeil2_rechts.svg") center no-repeat transparent;
    }

    .copyright {
        transform-origin: 0 100%;
        transform: rotateZ(0);
        position: absolute;
        bottom: 5px;
        left: 10px;
        margin-left: 0;
        width: 90%;
        color: #fff;
    }

    footer {
        padding: 30px 0;
    }
}
