/* RESET CSS */
@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
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;
}

/* FONTS */
/* VARIABLES */
/* WINDOW */
::-webkit-scrollbar {
    width: 10px;
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #2A596B;
}

::selection {
    background: #487383;
    color: #ffffff;
}

/* MIXINS */
/* DEFAULT CSS */
body {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    color: #666666;
}

body * {
    box-sizing: border-box;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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

body p + *, body * + p {
    margin-top: 15px;
}

body input, body select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
}

body li {
    margin-left: 25px;
    list-style-type: disc;
    font-size: 16px;
    line-height: 28px;
}

body figure {
    line-height: 0;
}

body .mobile-only {
    display: none !important;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

header {
    overflow: hidden;
    background: #2A596B;
    color: #f2f2f2;
}

header .logo {
    float: left;
    margin: 25px 0px 27px 20px;
}

header .logo span {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
}

header .logo span + span {
    font-weight: 500;
    font-size: 20px;
    padding-top: 8px;
}

header .address {
    font-size: 17px;
    line-height: 22px;
    float: right;
    margin: 25px 20px 11px 0px;
}

@media only screen and (max-width: 400px) {
    header .address {
        display: none;
    }
}

header nav {
    clear: both;
    background: #487383;
}

header nav ul.level_1 > li {
    display: inline-block;
}

header nav ul.level_1 > li > a, header nav ul.level_1 > li > span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 200;
    font-size: 16px;
}

header nav ul.level_1 > li > a:hover, header nav ul.level_1 > li > span:hover {
    background: #438eab;
}

header nav ul.level_1 > li > a.active, header nav ul.level_1 > li > span.active {
    background: #438eab;
}

.span1 {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding-left: 4px;
}

.span2 {
    width: 650px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (min-width: 722px) {
    .span2 {
        margin-right: 46px;
    }
}

::-webkit-input-placeholder {
    text-transform: uppercase;
}

::-moz-placeholder {
    text-transform: uppercase;
}

/* firefox 19+ */
:-ms-input-placeholder {
    text-transform: uppercase;
}

/* ie */
input:-moz-placeholder {
    text-transform: uppercase;
}

#container .header-image {
    padding-top: 10px;
}

#container .header-image .first {
    display: inline-block;
    vertical-align: top;
    width: 690px;
    margin-right: 10px;
}

#container .header-image > .ce_image {
    display: inline-block;
    vertical-align: top;
}

#container .header-image img {
    width: 100%;
}

#container .introduction > .ce_text {
    display: inline-block;
    vertical-align: top;
}

#container .introduction .span1 p + h2 {
    margin-top: 40px;
}

#container .content .span1 p + h2 {
    margin-top: 40px;
}

#container .content .span2 {
    padding: 0 8px;
}

#container .content .span2 h2 {
    margin-top: 30px;
}

#container .content .span2 li {
    line-height: 28px;
}

#container .content .span2.buttons {
    padding: 0;
}

#container .content .span2.buttons > .ce_text > p {
    margin-bottom: 30px;
}

#container .content .span2.buttons h1, #container .content .span2.buttons h2, #container .content .span2.buttons p {
    padding: 0 8px;
}

#container .content .span2.buttons .button {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 150px;
    background: #2A596B;
    text-transform: uppercase;
    text-align: center;
    color: #f2f2f2;
    margin: 6px;
}

#container .content .span2.buttons .button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 33px 10px;
}

#container .ce_form .formbody {
    margin-bottom: 30px;
}

#container .ce_form .formbody .input-box {
    background: #d7d7d7;
    border: solid #a1a1a1 1px;
    padding-top: 18px;
    padding-bottom: 18px;
    height: calc(100% - 35px);
    margin-bottom: 20px;
}

#container .ce_form .formbody .input-box .widget {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    width: 49.5%;
}

#container .ce_form .formbody .input-box .widget p.error {
    display: none;
}

#container .ce_form .formbody .input-box .widget input {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    color: #a1a1a1;
    font-size: 14px;
    width: 100%;
    border: none;
    border-style: none none solid none;
    border-width: 3px;
    border-color: #ffffff;
    height: 46px;
    padding: 2px 25px;
}

#container .ce_form .formbody .input-box .widget input.error {
    border-color: #ff0000;
}

#container .ce_form .formbody .input-box .widget.widget-textarea {
    display: block;
    width: 100%;
}

#container .ce_form .formbody .input-box .widget.widget-textarea textarea {
    display: inline-block;
    vertical-align: top;
    font-family: Roboto;
    font-size: 14px;
    color: #a1a1a1;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    border: none;
    padding: 12px 25px;
}

#container .ce_form .formbody .submit_container input {
    background: #2A596B;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 16px 69px;
    border-radius: 3px;
    border: none;
}

#container .ce_form .formbody .submit_container input:hover {
    background: #438eab;
}

#container .ce_form .formbody .submit_container input.success {
    background: #a5c400;
}

#container .introduction .span2 h1, #container .content .span2 h1 {
    margin-top: 30px;
    font-size: 26px;
    line-height: normal;
    color: #424242;
}

#container .introduction .span2 h1 + h2, #container .content .span2 h1 + h2 {
    margin-top: 4px;
}

#container .introduction .span2 h2, #container .content .span2 h2 {
    font-size: 21px;
    line-height: normal;
    color: #424242;
    margin-bottom: 6px;
}

#container .introduction .span2 h3, #container .content .span2 h3 {
    font-size: 16px;
    margin-top: 15px;
    line-height: normal;
}

#container .introduction .span2 p, #container .content .span2 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

#container .introduction .span1, #container .content .span1 {
    margin-top: 30px;
}

#container .introduction .span1 h2, #container .content .span1 h2 {
    font-size: 21px;
}

#container .introduction .span1 .fon, #container .content .span1 .fon {
    font-size: 20px;
    color: #2A596B;
}

#container .introduction .span1 .fon + h2, #container .content .span1 .fon + h2 {
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 13px;
}

#container .introduction .span1 .fon + h2 + p, #container .content .span1 .fon + h2 + p {
    line-height: 22px;
}

#container .introduction .span1 .address, #container .content .span1 .address {
    margin-top: 10px;
    margin-bottom: 16px;
    color: #2A596B;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
}

#container .activities {
    background: #f2f2f2;
    padding-bottom: 16px;
    /*       @media only screen and( max-width: 1020px){
            .span1 + .span1 {
                margin-left: calc(50% - 335px);
            }
        } */
}

#container .activities h2 {
    font-size: 20px;
    padding: 15px 0 0 25px;
}

#container .activities h3 {
    background: #2A596B;
    font-size: 18px;
    color: #f2f2f2;
    text-transform: uppercase;
    text-align: center;
}

#container .activities h3 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    text-align: center;
    color: #f2f2f2;
    text-decoration: none;
}

#container .activities a {
    color: #2A596B;
    text-decoration: underline;
}

#container .activities p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

#container .activities .span1 {
    width: 290px;
    margin: 20px 25px;
}

@media only screen and (min-width: 1021px) {
    #container .activities .span1 + .span1 {
        margin-left: 15px;
    }
}

#container .questions {
    margin-top: 25px;
    padding-top: 20px;
}

#container .questions h2 {
    font-size: 21px;
    color: #424242;
    margin-bottom: 30px;
}

#container .questions .span2.tabs > .ce_list.tabs-header {
    color: #ffffff;
}

#container .questions .span2.tabs > .ce_list.tabs-header li {
    margin: 0;
    list-style-type: none;
    background: #99B8C4;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 19px;
    margin-right: -1px;
    border: solid #2A596B 1px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#container .questions .span2.tabs > .ce_list.tabs-header li.active, #container .questions .span2.tabs > .ce_list.tabs-header li.first {
    background: #487383;
}

#container .questions .span2.tabs > .tab-content {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    background: #f2f2f2;
    width: 100%;
    border: solid #2A596B 1px;
    margin-top: -1px;
    padding: 25px;
    min-height: 250px;
    float: left;
    display: none;
    overflow: hidden;
    clear: both;
}

#container .questions .span2.tabs > .tab-content.first {
    display: block;
}

#container .questions .span2.tabs > .tab-content > ul li:nth-child(2n+1) {
    display: block;
    padding: 5px 8px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

#container .questions .span2.tabs > .tab-content > ul li:nth-child(2n+1):before {
    position: absolute;
    left: -7px;
    content: '\2022';
    display: inline-block;
    padding-right: 5px;
}

#container .questions .span2.tabs > .tab-content > ul li:nth-child(2n) {
    display: none;
    width: 100%;
    height: 100%;
    padding: 6px 19px;
}

#container .questions .span2.tabs > .tab-content p strong {
    padding-left: 5px;
}

#container .questions .span2.tabs > .tab-content .overlay {
    padding: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    display: none;
    z-index: 10;
}

#container .questions .span2.tabs > .tab-content .overlay li:nth-child(2n+1) {
    display: block;
    padding-left: 6px;
    font-weight: 500;
}

#container .questions .span2.tabs > .tab-content .overlay li:nth-child(2n+1):before {
    content: '\2022';
    display: inline-block;
    padding-right: 5px;
    position: absolute;
    left: 44px;
}

#container .questions .span2.tabs > .tab-content .overlay li:nth-child(2n) {
    display: block;
    padding: 6px 19px;
}

#container .questions .span2.tabs > .tab-content .overlay .button {
    float: right;
    z-index: 3;
    margin-top: -15px;
    margin-right: -15px;
    width: 35px;
    height: 35px;
    background: url(../img/sprite-navigation-buttons.png) no-repeat scroll 0 bottom #2A596B;
    background-size: 35px auto;
    background-color: #99B8C4;
    cursor: pointer;
}

#container .questions > .ce_image {
    margin-top: 3px;
}

#container [class*="icon-"] {
    /* h1,h2,h3,h4,h5,h6, */
}

#container [class*="icon-"] a:before {
    content: ' ';
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(../img/sprites.png) no-repeat scroll 0 0;
}

#container [class*="icon-"].icon-versicherungsrecht {
    /* h1,h2,h3,h4,h5,h6, */
}

#container [class*="icon-"].icon-versicherungsrecht a:before {
    background-position: -60px 0;
}

#container [class*="icon-"].icon-strafrecht {
    /* h1,h2,h3,h4,h5,h6, */
}

#container [class*="icon-"].icon-strafrecht a:before {
    background-position: -120px 0;
}

#container [class*="icon-"].icon-verkehrsrecht {
    /* h1,h2,h3,h4,h5,h6, */
}

#container [class*="icon-"].icon-verkehrsrecht a:before {
    background-position: -180px 0;
}

#container [class*="icon-"].icon-erbrecht {
    /* h1,h2,h3,h4,h5,h6, */
}

#container [class*="icon-"].icon-erbrecht a:before {
    background-position: 0 -60px;
}

#container [class*="icon-"].icon-familienrecht {
    /* h1,h2,h3,h4,h5,h6, */
}

#container [class*="icon-"].icon-familienrecht a:before {
    background-position: -60px -60px;
}

footer {
    background: #f2f2f2;
    color: #666666;
    margin-top: 45px;
}

footer .span2 {
    text-align: center;
}

footer .span2 h3 {
    color: #424242;
    font-weight: 700;
    font-size: 18px;
    margin: 31px;
}

footer .span2 a.button {
    background: #2A596B;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 25px;
    margin-top: -11px;
    border-radius: 5px;
    display: inline-block;
}

footer .span2 a.button:hover {
    background: #438eab;
}

footer .span2 a.fon {
    color: #2A596B;
    font-size: 20px;
}

footer .box {
    overflow: hidden;
}

footer .box .span1 {
    padding: 26px 50px 26px 8px;
    float: right;
}

@media only screen and (min-width: 1000px) {
    footer .box .span1 span {
        display: block;
    }
}

footer .mod_customnav {
    background: #ffffff;
    color: #666666;
    font-weight: 200;
    font-size: 12px;
    float: right;
    overflow: hidden;
    clear: both;
}

footer .mod_customnav ul {
    width: 292px;
    margin: 0 8px;
    text-align: left;
    padding: 12px 8px 12px 68px;
}

footer .mod_customnav ul li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

footer .mod_customnav ul li + li:before {
    content: ' | ';
}

@media only screen and (max-width: 1020px) {
    #wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 700px) {
    #container .header-image .ce_image.last {
        display: none;
    }
    #container .header-image .ce_image.first {
        display: inline-block;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
    }
    #container .header-image .ce_image.first img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1020px) {
    #container .ce_text {
        text-align: left;
    }
    #container .introduction {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
    }
    #container .introduction .span2 {
        padding-bottom: 20px;
        padding-left: 0 !important;
    }
    #container .introduction .span1 img {
        display: none !important;
    }
    #container .content {
        padding-left: 25px;
        padding-right: 25px;
    }
    #container .content .span2 {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }
    #container .content .span2.buttons h2, #container .content .span2.buttons p {
        padding-left: 0;
    }
    #container .content .span1 {
        display: none !important;
    }
    #container .content .ce_form {
        text-align: left;
    }
    #container .activities {
        text-align: center;
        padding-left: 17px;
        padding-right: 17px;
    }
    #container .activities * {
        text-align: left;
    }
    #container .activities .span1 {
        margin-left: 10px;
        margin-right: 10px;
    }
    #container .questions {
        padding-left: 17px;
        padding-right: 17px;
    }
    #container .questions .span1 {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    #container .introduction .span2 {
        width: 100%;
        margin-right: 0;
    }
    #container .introduction .span1 {
        margin-top: 20px;
        margin-bottom: 15px;
        display: none;
    }
    #container .content .span2:not(.span2.buttons) {
        width: 100%;
        margin-right: 0;
    }
    #container .activities .span1 {
        width: 29.5vw;
    }
    footer .span2 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 700px) {
    .span1, .span2 {
        display: block;
        width: 100%;
    }
    #container .header-image {
        text-align: center;
    }
    #container .header-image .ce_image.first {
        display: none;
    }
    #container .header-image .ce_image.last {
        display: inline-block;
    }
    #container .introduction {
        padding-left: 15px;
        padding-right: 15px;
    }
    #container .content {
        padding-left: 0px;
        padding-right: 0px;
    }
    #container .content .span2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #container .content .ce_form {
        margin-left: 8px;
        margin-right: 8px;
        padding-right: 0;
        width: calc(100% - 16px);
    }
    #container .activities {
        padding-left: 0;
        padding-right: 0;
    }
    #container .activities .ce_text {
        display: inline-block;
    }
    #container .activities .span1 {
        margin: 20px 8px;
    }
    #container .questions {
        display: none;
    }
    footer .box .span1 {
        width: auto;
    }
}

@media only screen and (max-width: 1000px) {
    header .inside .address {
        display: none;
    }
    header .inside .menuToggle {
        display: block;
        position: absolute;
        z-index: 3;
        top: 40px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: url(../img/sprite-navigation-buttons.png) no-repeat scroll 0 0 #2A596B;
        background-size: 40px auto;
        cursor: pointer;
    }
    header .inside .menuToggle.active {
        background-position: 0 bottom;
        background-color: #487383;
    }
    header .inside nav {
        position: absolute;
        display: block;
        background: #487383;
        z-index: 2;
        width: calc(100% - 20px);
        left: -110vw;
        top: 100px;
        -webkit-transition: left 500ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: left 500ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: left 500ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: left 500ms cubic-bezier(0.42, 0, 0.58, 1);
        /* ease-in-out */
        -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        /* ease-in-out */
    }
    header .inside nav.active {
        left: 10px;
    }
    header .inside nav ul.level_1 > li {
        display: block;
    }
    #container .activities .span1 {
        width: 42vw;
        margin: 20px 16px;
    }
    footer .box {
        overflow: hidden;
    }
    footer .span2 {
        width: 100%;
    }
    footer .span1 span {
        display: inline-block;
    }
    footer .span1 span + span {
        margin-left: 8px;
    }
    footer .mod_customnav {
        clear: both;
        float: right;
    }
}

@media only screen and (max-width: 619px) {
    #container .content .ce_form .formbody .input-box .widget {
        width: 100%;
    }
    #container .content .ce_form .formbody .submit_container input {
        width: 100%;
    }
    #container .content .ce_form .formbody .span2.buttons .button {
        width: 27vw;
        height: 27vw;
    }
    #container .activities .span1 {
        width: calc(100% - 16px);
        margin: 20px 0;
    }
    footer .span1 span {
        display: block;
        align: center;
    }
    footer .span1 span + span {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 440px) {
    #container .content .span2.buttons .button {
        width: 40vw;
        height: 40vw;
    }
    #container .content .span2.buttons .button a {
        padding-top: 8vw;
    }
}

.landing-page {
    background-color: #d7d7d7;
}

.landing-page nav.custom_nav {
    background: #f2f2f2;
    color: #2A596B;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
}

.landing-page nav.custom_nav ul {
    float: right;
    width: 238px;
    margin: 10px 8px -5px 8px;
    text-align: left;
    padding: 12px 8px 12px 68px;
}

.landing-page nav.custom_nav ul li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.landing-page nav.custom_nav ul li + li:before {
    content: ' | ';
}

.landing-page #container {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    font-weight: 300;
    color: #999999;
}

.landing-page #container .mod_article {
    background-color: #ffffff;
}

@media only screen and (max-width: 650px) {
    .landing-page #container {
        font-size: 18px;
        line-height: 22px;
    }
}

.landing-page #container h1 {
    font-family: 'Oswald',sans-serif;
    font-size: 54px;
    line-height: 58px;
    font-style: normal;
    font-weight: 700;
    color: #2A596B;
    margin-top: 0;
    text-align: center;
}

.landing-page #container h1 + h2 {
    padding-top: 30px;
    padding-bottom: 4px;
}

.landing-page #container h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #2A596B;
    padding-top: 30px;
    padding-bottom: 20px;
}

.landing-page #container .double-line-space {
    margin-bottom: -10px;
    font-weight: 700;
}

.landing-page #container .double-line-space p + p {
    margin-top: 30px;
}

.landing-page #container .double-line-space h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #2A596B;
    padding-top: 10px;
    padding-bottom: 10px;
}

.landing-page #container .blue-lightest {
    background-color: #b4bec1;
}

.landing-page #container .gray {
    background-color: #f2f2f2;
}

.landing-page #container .blue-text {
    color: #2A596B;
}

.landing-page #container .float_left {
    float: left;
}

.landing-page #container .ce_headline {
    padding: 70px 40px 20px 40px;
}

.landing-page #container .ce_form + .ce_headline {
    padding-top: 30px;
}

.landing-page #container .gray h2 {
    padding-top: 45px;
    padding-bottom: 30px;
}

.landing-page #container .ce_text {
    text-align: center;
    clear: both;
    padding: 50px 40px;
}

.landing-page #container .ce_text.first {
    padding-top: 0;
    padding-bottom: 55px;
    background-color: #f2f2f2;
}

.landing-page #container .ce_text.blue-text {
    padding-top: 10px;
}

.landing-page #container .ce_text.blue-text strong {
    font-size: 28px;
    line-height: 32px;
}

.landing-page #container .text-left {
    text-align: left;
}

.landing-page #container .first + .blue-lightest {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 700;
    margin-bottom: -16px;
}

.landing-page #container .first + .blue-lightest > *:not(figure) {
    padding-left: 20px;
    margin-left: 320px;
}

.landing-page #container .first + .blue-lightest ol {
    height: 202px;
    padding-top: 25px;
    padding-left: 20px;
    background-color: #f2f2f2;
}

.landing-page #container .first + .blue-lightest ol li {
    position: relative;
    padding-left: 10px;
    color: #2A596B;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    list-style-type: decimal;
}

.landing-page #container .first + .blue-lightest ol li:before {
    content: ")";
    display: inline-block;
    position: absolute;
    margin-left: -1rem;
}

.landing-page #container .first + .blue-lightest ol + * {
    margin-top: 0;
}

.landing-page #container .first + .blue-lightest h3, .landing-page #container .first + .blue-lightest p {
    background-color: #2A596B;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 49px;
    font-size: 20px;
}

.landing-page #container .ce_form {
    padding-bottom: 40px;
}

.landing-page #container .ce_form h2 {
    padding: 45px 30px;
}

.landing-page #container .ce_form .input-box {
    max-width: 635px;
    margin: 0 auto;
}

@media only screen and (max-width: 650px) {
    .landing-page #container .ce_form .input-box .widget {
        width: 100%;
    }
}

.landing-page #container .ce_form .submit_container {
    text-align: center;
    margin-top: 30px;
}

.landing-page #container .ce_google_maps {
    margin: 20px 40px;
    width: calc(100% - 80px);
    height: 36vh;
    background-color: #d7d7d7;
}

.landing-page #container .ce_google_maps iframe {
    width: 100%;
    height: 100%;
}

.landing-page #container .buttons {
    width: 570px;
    margin: -10px auto;
    padding: 30px 40px;
    line-height: 24px;
    font-weight: 400;
}

@media only screen and (max-width: 650px) {
    .landing-page #container .buttons {
        width: 100%;
    }
}

.landing-page #container .buttons .button {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 150px;
    background: #2A596B;
    text-transform: uppercase;
    text-align: center;
    color: #f2f2f2;
    margin: 6px;
    font-size: 16px;
}

@media only screen and (max-width: 370px) {
    .landing-page #container .buttons .button {
        width: 80vw;
    }
}

.landing-page #container .buttons .button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 33px 10px;
    cursor: default;
}

.landing-page #container .buttons + .ce_text {
    padding-top: 0px;
    padding-bottom: 80px;
}

.landing-page #container #datenschutz, .landing-page #container #impressum {
    font-size: 16px;
}

.landing-page #container #datenschutz > *, .landing-page #container #impressum > * {
    background-color: #ffffff;
}

@media only screen and (max-width: 1000px) {
    .landing-page #container h1 {
        font-size: 40px;
    }
    .landing-page #container h2 {
        font-size: 34px;
    }
    .landing-page #container .first + .blue-lightest ol li,
    .landing-page #container .first + .blue-lightest h3, .landing-page #container .first + .blue-lightest p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .landing-page #container h1 {
        font-size: 33px;
    }
    .landing-page #container h2 {
        font-size: 26px;
    }
    .landing-page #container .first + .blue-lightest ol li {
        font-size: 12px;
        line-height: 38px;
    }
    .landing-page #container .first + .blue-lightest h3, .landing-page #container .first + .blue-lightest p {
        font-size: 12px;
    }
    .landing-page #container .first + .blue-lightest > *:not(figure) {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .landing-page #container .ce_text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .landing-page #container .float_left {
        float: none;
        padding-bottom: 20px;
    }
    .landing-page #container .first + .blue-lightest figure img {
        width: 100%;
        height: auto;
    }
    .landing-page #container .first + .blue-lightest > *:not(figure) {
        margin-left: 0px;
    }
    .landing-page #container .first + .blue-lightest ol li,
    .landing-page #container .first + .blue-lightest h3, .landing-page #container .first + .blue-lightest p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 500px) {
    .landing-page #container h1 {
        font-size: 29px;
    }
    .landing-page #container h1 + h2 {
        padding-top: 10px;
    }
    .landing-page #container h2 {
        font-size: 22px;
    }
    .landing-page #container .first + .blue-lightest ol li,
    .landing-page #container .first + .blue-lightest h3, .landing-page #container .first + .blue-lightest p {
        font-size: 12px;
    }
    .landing-page #container .first + .blue-lightest ol {
        height: 150px;
    }
    .landing-page #container .first + .blue-lightest ol li {
        line-height: 27px;
        margin-left: 10px;
    }
    .landing-page #container .gray h2,
    .landing-page #container .ce_text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .landing-page #container .gray h2.first,
    .landing-page #container .ce_text.first {
        padding-bottom: 20px;
    }
    .landing-page #container .ce_headline {
        padding-top: 40px;
    }
}
