/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}

.header-image-home {
    padding: 170px 40px 30px 40px; }
    @media only screen and (max-width: 767px) {
        .header-image-home {
            padding: 80px 20px 30px 20px; } }
    .header-image-home .image_container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .header-image-home .image_container img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
    .header-image-home h2, .header-image-home p {
        max-width: 510px;
        color: white; }
    .header-image-home > h2 {
        display: none; }
    .header-image-home .header-section-content {
        max-width: 1240px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2; }
        @media only screen and (max-width: 767px) {
            .header-image-home .header-section-content {
                padding-left: 0;
                padding-right: 0; } }
    .header-image-home p {
        margin-bottom: 0;
        font-size: 1.667rem;
        line-height: 1.5; }

.ce_headline.red-underline {
    position: relative;
    margin-bottom: 41px; }
    .ce_headline.red-underline::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 65px;
        height: 1px;
        background-color: #eb3739; }

.ce_text.red-underline {
    position: relative;
    padding-bottom: 10px; }
    .ce_text.red-underline::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 65px;
        height: 1px;
        background-color: #eb3739; }

.headerimage {
    height: 450px; }
    @media only screen and (max-width: 767px) {
        .headerimage {
            height: 250px; } }
    .headerimage.small {
        height: 260px; }
        @media only screen and (max-width: 767px) {
            .headerimage.small {
                height: 130px; } }
    .headerimage .image_container {
        height: 100%;
        width: 100%; }
        .headerimage .image_container img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center; }

.content-element-group.ce_linkbox .ce_hyperlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11; }
    .content-element-group.ce_linkbox .ce_hyperlink .ce_linkbox_banner {
        border: none;
        font-family: "Source Sans Pro"; }
    .content-element-group.ce_linkbox .ce_hyperlink:hover {
        cursor: pointer; }
    .content-element-group.ce_linkbox .ce_hyperlink a:hover {
        opacity: 1; }
    .content-element-group.ce_linkbox.without-banner .ce_hyperlink .ce_linkbox_banner {
        opacity: 0; }
    .content-element-group.ce_linkbox.red .ce_linkbox_overlay {
        background-color: rgba(253,0,0,0.7); }

.ce_form .block.one_half {
    display: inline-block;
    width: 49%; }
    @media only screen and (max-width: 767px) {
        .ce_form .block.one_half, .ce_form.one_half {
            width: 100%; } }
    .ce_form .block.one_half input {
        width: 100%; }
    .ce_form .block.one_half.right {
        float: right; }

.rs-columns.vorstand-column .rs-column {
    margin-top: 0;
    margin-right: 1.5%; }
.rs-columns.vorstand-column .rs-column.mt-1 {
    margin-top: 1px; }
    @media screen and (max-width: 599px) {
        .rs-columns.vorstand-column .rs-column {
            margin-top: 7.69231%;
            margin-right: 0; } }
    .rs-columns.vorstand-column .rs-column.-large-col-4-1 {
        width: 23.875%; }
        @media screen and (max-width: 599px) {
            .rs-columns.vorstand-column .rs-column.-large-col-4-1 {
                width: 100%; } }
    .rs-columns.vorstand-column .rs-column.-large-last {
        margin-right: -5px; }

.ce_text.ce_teambox .team-content h5 {
    font-family: 'Oswald Bold';
    margin: 15px 0 5px 0; }
    .ce_text.ce_teambox .team-content p {
        color: #eb3739;
        margin-bottom: 0; }
    .ce_text.ce_teambox .team-content {
        margin-bottom: 30px; }

.mainmenu ul > li:last-of-type ol > li {
    margin-right: 0; }

.small-column.rs-columns .rs-column {
    margin-top: 2%;
    margin-right: 2%; }
    .small-column.rs-columns .rs-column.-large-first-row {
        margin-top: 0; }
    .small-column.rs-columns .rs-column.-large-col-2-1 {
        width: 49%; }
        @media screen and (max-width: 599px) {
            .small-column.rs-columns .rs-column.-large-col-2-1 {
                width: 100%;
                margin-bottom: 25px; } }
    .small-column.rs-columns .rs-column.-large-last {
        margin-right: -5px; }

.ce_text ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px; }
    .ce_text ul li {
        list-style-type: disc;
        margin-bottom: 10px; }
    .ce_text.link_underline a {
        text-decoration: underline; }

.ce_linkbox .ce_linkbox_overlay i {
    background-color: #eb3739; }

.ce_linkbox.no-text .linkbox-normal-text {
    display: none; }

.ce_linkbox.version6 .content {
    display: none; }

.ce_text.ce_leadertext > h1, .ce_text.ce_leadertext > h2, .ce_text.ce_leadertext > h3, .ce_text.ce_leadertext > h4, .ce_text.ce_leadertext > h5, .ce_text.ce_leadertext > h6 {
    display: none; }

.content-element-group.img-left-33 {
    min-height: 680px; }
    @media only screen and (max-width: 767px) {
        .content-element-group.img-left-33 {
            padding: 0 20px 80px;
            height: auto; } }
    .content-element-group.img-left-33 .ce_image {
        width: 33.33%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        height: 100%; }
        @media only screen and (max-width: 767px) {
            .content-element-group.img-left-33 .ce_image {
                position: relative;
                width: 100%;
                height: auto;
                margin-bottom: 30px; } }
        .content-element-group.img-left-33 .ce_image figure {
            width: 100%;
            height: 100%; }
        .content-element-group.img-left-33 .ce_image figure img {
            width: 100%;
            height: 100%;
            max-height: 100%;
            object-fit: cover; }
    .content-element-group.img-left-33 .content-element-group.content {
        margin-left: 33%;
        height: 100%; }
        @media only screen and (max-width: 767px) {
            .content-element-group.img-left-33 .content-element-group.content {
                margin-left: 0;
                width: 100%; } }
        .content-element-group.img-left-33 .content-element-group.content .outer-content-wrapper {
            max-width: 1240px;
            margin-left: auto;
            margin-right: auto;
            padding: 170px 60px; }
            @media only screen and (max-width: 767px) {
                .content-element-group.img-left-33 .content-element-group.content .outer-content-wrapper {
                    padding: 0; } }
        .content-element-group.img-left-33 .content-element-group.content .outer-content-wrapper .ce_text {
            max-width: 430px; }
            @media only screen and (max-width: 767px) {
                .content-element-group.img-left-33 .content-element-group.content .outer-content-wrapper .ce_text {
                    max-width: 100%; } }

p strong {
    font-family: "Source Sans Pro Bold";
    font-weight: normal; }

#nav-open-btn {
    width: 36px; }
    
#bottom .inside .right, #bottom .inside .left {
    font-size: 0.93rem;
    line-height: 1.4rem; }

.mod_eventlist_v2 .event {
    line-height: 2rem; }

input.submit, button.submit {
    font-size: 1.333rem; }

.mod_eventreader .info {
    border-left-width: 2px;
    font-size: 1.333rem;
    line-height: 2rem; }

.ce_hyperlink a, a.btn {
    font-size: 1.333rem; }


@media only screen and (max-width: 767px) {
    .table-text tr {
        display: flex;
        flex-direction: column;
        height: auto !important;
        margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
    .table-text tr td:first-child {
        font-weight: bold; } }
@media only screen and (max-width: 767px) {
    .table-text tr td {
        width: 100% !important;
        height: auto !important;
        font-size: 1.333rem;
        line-height: 1.7rem; } }

.mm-listview {
    font-size: 1.333rem;
    line-height: 1.7rem; }

.mm-listview > li > a, .mm-listview > li > span {
    padding: 20px 10px 20px 20px; }