@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

strong, b {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.invisible {
    display: none;
}

button, input.submit {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

sub, sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.4em;
}

sub {
    bottom: -0.25em;
}

* {
    box-sizing: border-box;
}

/**
 * sprite-url    Url zum Bild
 * size          Größe des Grids nach der Skalierung in px
 * x             Position des Icons im Grid beginnend bei 0
 * y             Position des Icons im Grid beginnend bei 0
 * x-span        Breite des Icons in Grid
 * y-span        Höhe des Icons in Grid
 * sprite-width  gesamt Sprite-Breite in px
 * sprite-height gesamt Sprite-Höhe in px
 *               genau eines der beiden oberen Paramter muss auf 'auto' stehen
 * sprite-grid   Größe des Grids im Sprite in px
 */
/* WINDOW */
@media screen and (min-width: 700px) {
    ::-webkit-scrollbar {
        width: 8px;
        background: #333333;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: #cd9762;
    }
}

/* DEFAULT CSS */
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.45;
    color: #333333;
    min-width: 320px;
}

html body {
    line-height: 1.25;
    overflow-x: hidden;
}

html body .menu-toggle {
    display: none;
}

.block {
    width: 100%;
}

b, strong {
    color: #0065A7;
}

h1, .headline {
    color: #0065A5;
    font-size: 1.36rem;
    font-weight: 500;
    line-height: 1.1;
}

h2, h3 {
    font-size: 1.35rem;
    line-height: 1.1;
    font-weight: 500;
    color: #0065A7;
}

.span25 {
    width: calc(25% - 15px);
}

.span33 {
    width: calc(33% - 15px);
}

.span50 {
    width: calc(50% - 15px);
}

.span66, #wrapper #right ~ main {
    width: calc(66% - 15px);
}

@media screen and (max-width: 990px) {
    .span25, .span33, .span50, .span66, #wrapper #right ~ main {
        width: 100%;
    }
}

#wrapper {
    width: 100%;
}

#wrapper > header,
#wrapper > #container {
    max-width: 100%;
}

#wrapper #container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#wrapper main {
    width: 100%;
}

#wrapper #right {
    width: 280px;
    order: 2;
    padding-bottom: 30px;
}

#wrapper #right ~ main {
    width: calc(100% - 310px);
    order: 1;
}

@media screen and (max-width: 700px) {
    #wrapper #right, #wrapper #right ~ main {
        width: 100%;
    }
}

header {
    width: 100%;
    background: #ffffff;
    position: relative;
    padding-bottom: 30px;
}

header p + p, header * + p {
    margin-top: 0.95rem;
}

header:after {
    content: "";
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #d5d5d5;
    opacity: 0.5;
}

header .upper {
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #0065A7;
    border-bottom: 8px solid #ffffff;
    padding-left: calc(50% - 600px);
    padding-top: 8px;
}

@media screen and (max-width: 990px) {
    header .upper {
        padding-left: 0;
    }
}

header .upper .logo {
    display: block;
    background: url(../img/logo.png) no-repeat scroll 50% 50%;
    background-size: auto 100%;
    width: 335px;
    height: 39px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: -8px;
    border-radius: 5px;
}

header > .inside {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
    flex-wrap: wrap;
}

header .block {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    margin-top: -8px;
}

header .block.figure {
    margin-bottom: -25px;
    z-index: 1;
}

header .block.figure figure {
    z-index: 10;
}

@media screen and (max-width: 990px) {
    header .upper {
        border: 0;
        padding-left: 0;
        padding-bottom: 1px;
    }
    header .upper .logo {
        margin-bottom: 8px;
    }
    header .block {
        width: 100%;
        margin-top: 60px;
    }
    header .block.figure {
        display: none;
    }
    header:after {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    header .upper .logo {
        width: 223px;
        height: 26px;
        border-radius: 6px;
    }
}

footer {
    color: #ffffff;
    background: #0065A7;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 15px;
    line-height: 1.45;
    padding-left: calc(50% - 585px);
    padding-top: 8px;
}

@media screen and (max-width: 1200px) {
    footer {
        padding-left: 15px;
    }
}

@media screen and (max-width: 990px) {
    footer .span25 {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    footer .span25 {
        width: 100%;
    }
}

footer b, footer strong {
    color: #ffffff;
}

footer nav ul.level_1 {
    overflow: hidden;
    margin-top: 15px;
}

footer nav ul.level_1 > li {
    display: block;
}

footer nav ul.level_1 > li > a, footer nav ul.level_1 > li > strong {
    color: inherit;
    text-decoration: none;
}

footer a[href="#top"] {
    display: block;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: calc(100% - 175px);
    margin-bottom: 30px;
    white-space: nowrap;
}

#right,
main {
    padding-left: 15px;
    padding-right: 15px;
}

#right figure img,
main figure img {
    display: block;
    width: 100%;
    height: auto;
}

main {
    padding-bottom: 45px;
}

main .block,
main .ce_text * + *:not(br),
main .formbody .widget {
    margin-top: 30px;
}

main a {
    color: #0065A7;
    text-decoration: none;
}

main a:hover {
    color: #0076c3;
}

main a.button {
    display: inline-block;
    min-width: 184px;
    color: #ffffff;
    background: #0065A7;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    background: #0065A7;
    text-decoration: none;
    padding: 15px 30px;
    border: 0;
    border-radius: 8px;
}

main a.button:hover {
    background: #00375b;
}

main a.button:hover {
    background: #0076c3;
}

main .ce_text {
    line-height: 1.45;
    overflow: hidden;
}

main .ce_text h2 + * {
    margin-top: 10px;
}

main .ce_text figure.float_right {
    float: right;
    margin-left: 60px;
}

main .ce_text figure.float_left {
    float: left;
    margin-right: 60px;
}

main .ce_text figure.float_right, main .ce_text figure.float_left {
    margin-top: 30px;
}

@media screen and (max-width: 400px) {
    main .ce_text figure.float_right, main .ce_text figure.float_left {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

main .ce_text figure a {
    display: block;
    position: relative;
}

main .ce_text a {
    color: #0065A7;
    text-decoration: none;
}

main .ce_text a:hover {
    text-decoration: underline;
}

main .ce_text ul li {
    position: relative;
    padding-left: 0.75rem;
}

main .ce_text ul li:before {
    content: "•";
    display: block;
    position: absolute;
    color: #e20076;
    top: 0;
    left: 0;
}

main .ce_text ul li + li {
    margin-top: 0;
}

main .formbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0;
}

main .formbody .widget {
    margin-top: 15px;
}

main .formbody .widget:not([class*="span"]) {
    width: 100%;
}

main .formbody .widget label {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #cd9762;
}

main .formbody .widget input, main .formbody .widget select, main .formbody .widget textarea {
    display: block;
    width: 100%;
    background: #ffffff;
    color: #555555;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5rem;
    padding: 6px 12px;
    border: 1px solid #999999;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

main .formbody .widget input[type="checkbox"], main .formbody .widget input[type="radio"], main .formbody .widget select[type="checkbox"], main .formbody .widget select[type="radio"], main .formbody .widget textarea[type="checkbox"], main .formbody .widget textarea[type="radio"] {
    display: none;
}

main .formbody .widget input[type="checkbox"] + label, main .formbody .widget input[type="radio"] + label, main .formbody .widget select[type="checkbox"] + label, main .formbody .widget select[type="radio"] + label, main .formbody .widget textarea[type="checkbox"] + label, main .formbody .widget textarea[type="radio"] + label {
    padding-left: 2.5rem;
    display: inline-block;
    position: relative;
}

main .formbody .widget input[type="checkbox"] + label:before, main .formbody .widget input[type="radio"] + label:before, main .formbody .widget select[type="checkbox"] + label:before, main .formbody .widget select[type="radio"] + label:before, main .formbody .widget textarea[type="checkbox"] + label:before, main .formbody .widget textarea[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #333333;
    background: #ffffff;
    margin-right: 0.5rem;
    box-sizing: border-box;
}

main .formbody .widget input[type="checkbox"]:checked + label:after, main .formbody .widget input[type="radio"]:checked + label:after, main .formbody .widget select[type="checkbox"]:checked + label:after, main .formbody .widget select[type="radio"]:checked + label:after, main .formbody .widget textarea[type="checkbox"]:checked + label:after, main .formbody .widget textarea[type="radio"]:checked + label:after {
    content: "+";
    position: absolute;
    display: block;
    top: -3px;
    left: -1px;
    color: #333333;
    font-size: 4rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
}

main .formbody .widget input[type="radio"] + label:before,
main .formbody .widget input[type="radio"]:checked + label:after, main .formbody .widget select[type="radio"] + label:before,
main .formbody .widget select[type="radio"]:checked + label:after, main .formbody .widget textarea[type="radio"] + label:before,
main .formbody .widget textarea[type="radio"]:checked + label:after {
    border-radius: 50%;
}

main .formbody .widget textarea {
    resize: vertical;
}

main .formbody .widget.widget-select {
    position: relative;
}

main .formbody .widget.widget-select:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.9rem 0.5rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #a0abb1 transparent transparent transparent;
    pointer-events: none;
}

main .formbody .widget.widget-submit button {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    background: #0065A7;
    text-decoration: none;
    padding: 15px 30px;
    border: 0;
    border-radius: 8px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

main .formbody .widget.widget-submit button:hover {
    background: #00375b;
}

main .formbody .widget.widget-submit button.arrow {
    padding-left: 66px;
    position: relative;
}

main .formbody .widget.widget-submit button.arrow:before {
    position: absolute;
    content: "";
    display: block;
    top: 7.5px;
    left: 30px;
    width: 35px;
    height: 30px;
    background: url(../img/icon_arrow.png);
}

main .formbody .widget.widget-explanation {
    font-size: 16px;
    line-height: 23px;
    font-size: 1.15rem;
    line-height: 1.45;
}

#right {
    text-align: right;
}

#right .mod_article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#right .block {
    margin-top: 30px;
}

#right .ce_text {
    font-size: 0.875rem;
    line-height: 1.5;
}

@media screen and (max-width: 700px) {
    #right .ce_image {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 450px) {
    #right .ce_image {
        width: 100%;
    }
}

body.cookie-disclaimer #wrapper footer {
    padding-bottom: 60px;
}

@media screen and (max-width: 700px) {
    body.cookie-disclaimer #wrapper footer {
        padding-bottom: 140px;
    }
}

#cookie-disclaimer {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333333;
    color: white;
    padding: 10px;
    font-size: 14px;
}

#cookie-disclaimer .inner {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    width: calc(100% - 30px);
}

#cookie-disclaimer p {
    margin-right: 15px;
}

#cookie-disclaimer a {
    display: inline-block;
    padding: 5px 20px;
    background: #ffffff;
    white-space: nowrap;
    color: #cd9762;
    text-decoration: none;
}

#cookie-disclaimer a.close {
    background: #cd9762;
    color: #ffffff;
    margin-left: 15px;
}

#cookie-disclaimer a.close:hover {
    background: #bf7d3d;
}

@media screen and (max-width: 700px) {
    #cookie-disclaimer .inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }
    #cookie-disclaimer .inner p {
        margin-bottom: 15px;
    }
}
