@charset "UTF-8";
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;
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/source-sans-pro-v19-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro") format("svg");
    /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/source-sans-pro-v19-latin-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-600.svg#SourceSansPro") format("svg");
    /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/source-sans-pro-v19-latin-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-700.svg#SourceSansPro") format("svg");
    /* Legacy iOS */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* DEFAULT CSS */
body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 21px;
    font-style: normal;
    color: #4c5b6d;
}

@media screen and (max-width: 925px) {
    body.mobile-menu-open #wrapper {
        overflow: hidden;
        height: 100vh;
    }
    body.mobile-menu-open:after {
        content: '';
        position: fixed;
        top: 60px;
        z-index: 9;
        background: rgba(0, 0, 0, 0.6);
        width: 100vw;
        height: calc(100vh - 60px);
        -o-animation: 0, 1s, fadeIn;
        -moz-animation: 0, 1s, fadeIn;
        -webkit-animation: 0, 1s, fadeIn;
        animation: 0, 1s, fadeIn;
    }
}

a {
    text-decoration: none;
    color: #e94e1b;
}

a:hover {
    color: #f5a218;
}

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

header {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
}

@media screen and (min-width: 925px) {
    header.sticky {
        position: fixed;
        top: -40px;
        height: 104px;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    }
    header.sticky .lower {
        height: 64px;
    }
    header.sticky .lower a.logo {
        height: 64px;
        width: 240px;
    }
    header.sticky .lower nav {
        margin-top: 24px;
    }
    header.sticky .lower nav:before {
        display: none;
    }
}

header .menu-toggle {
    display: none !important;
}

header .inside {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    color: #ffffff;
}

@media screen and (max-width: 1050px) {
    header .inside {
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100% - 40px);
    }
}

header .inside a {
    color: inherit;
}

header .inside > * {
    display: block;
    float: left;
}

header > .upper {
    height: 40px;
    line-height: 40px;
    background: #e94e1b;
    overflow: hidden;
}

header > .upper .mod_search {
    float: right;
}

header > .upper .mod_search input {
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: none;
}

header > .upper .mod_search input[type="search"] {
    width: 190px;
}

header > .upper .mod_search input[type="submit"] {
    width: 46px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -262px center #ffffff;
    background-size: auto 22px;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
}

header > .upper a.home {
    width: 22px;
    height: 40px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -156px center;
    background-size: auto 22px;
    margin-right: 0;
    margin-left: 0;
    opacity: 0.9;
}

header > .upper a.home:hover {
    opacity: 1;
}

header > .upper a {
    font-size: 14px;
    margin-left: 30px;
}

header > .lower {
    height: 100px;
    background: rgba(0, 0, 0, 0.6);
}

header > .lower a.logo {
    background: url(../img/logo_imkerei_22.svg) no-repeat scroll left center;
    background-size: contain;
    width: 100px;
    height: 100px;
    transform-origin: 0 0;
    transform: scale(1.2);
}

@media screen and (min-width: 925px) {
    header > .lower nav {
        float: right;
        margin-top: 60px;
    }
    header > .lower nav > ul {
        text-align: right;
    }
    header > .lower nav > ul > li {
        display: inline-block;
        vertical-align: top;
        margin-left: 4px;
        text-align: left;
    }
    header > .lower nav > ul > li > a, header > .lower nav > ul > li > span {
        display: block;
        width: auto;
        padding: 0 14px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        background: #f5a218;
    }
    header > .lower nav > ul > li:hover > a,
    header > .lower nav > ul > li:hover > span,
    header > .lower nav > ul > li > span,
    header > .lower nav > ul > li > a.trail,
    header > .lower nav > ul > li > ul {
        background: #e94e1b;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    }
    header > .lower nav > ul > li:hover > ul {
        display: block;
    }
    header > .lower nav > ul > li > ul {
        display: none;
        position: absolute;
        background: #ffffff;
        z-index: 12;
        width: 160px;
        padding: 5px 0;
    }
    header > .lower nav > ul > li > ul > li a, header > .lower nav > ul > li > ul > li span {
        display: block;
        color: #4c5b6d;
        padding: 5px 0 5px 18px;
    }
    header > .lower nav > ul > li > ul > li a:before, header > .lower nav > ul > li > ul > li span:before {
        content: "›";
        margin-right: 5px;
    }
    header > .lower nav > ul > li > ul > li span, header > .lower nav > ul > li > ul > li a.trail, header > .lower nav > ul > li > ul > li a:hover {
        color: #e94e1b;
    }
    header > .lower nav > ul > li > ul > li > ul > li a, header > .lower nav > ul > li > ul > li > ul > li span {
        font-size: 14px;
        padding: 2px 0 2px 30px;
    }
}

@media screen and (max-width: 1060px) {
    header > .upper a {
        margin-left: 20px;
    }
    header > .lower a.logo {
        width: 150px;
    }
}

@media screen and (max-width: 975px) {
    header > .lower a.logo {
        margin-right: 30px;
    }
    header > .lower a.logo ~ nav {
        width: calc(100% - 150px - 30px);
    }
}

@media screen and (max-width: 925px) {
    header {
        position: absolute;
    }
    header > .upper {
        display: none;
    }
    header > .lower {
        height: 60px;
    }
    header > .lower a.logo {
        width: 110px;
        height: 40px;
        margin: 10px 0;
    }
    header > .lower label.menu-toggle {
        display: block !important;
        float: right;
        width: 35px;
        margin-top: 19px;
    }
    header > .lower label.menu-toggle > span {
        display: block;
        height: 3px;
        background: #9b9b9b;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    header > .lower label.menu-toggle > span + span {
        margin-top: 7px;
    }
    header > .lower input.menu-toggle:checked + label.menu-toggle > span:nth-child(1) {
        -moz-transform: rotate(-45deg) translate(-9px, 5px);
        -o-transform: rotate(-45deg) translate(-9px, 5px);
        -ms-transform: rotate(-45deg) translate(-9px, 5px);
        -webkit-transform: rotate(-45deg) translate(-9px, 5px);
        transform: rotate(-45deg) translate(-9px, 5px);
    }
    header > .lower input.menu-toggle:checked + label.menu-toggle > span:nth-child(2) {
        -moz-transform: rotate(45deg) translate(-2px, 2px);
        -o-transform: rotate(45deg) translate(-2px, 2px);
        -ms-transform: rotate(45deg) translate(-2px, 2px);
        -webkit-transform: rotate(45deg) translate(-2px, 2px);
        transform: rotate(45deg) translate(-2px, 2px);
    }
    header > .lower input.menu-toggle:checked + label.menu-toggle > span:nth-child(3) {
        height: 0;
        opacity: 0;
    }
    header > .lower input.menu-toggle:checked ~ nav {
        left: 0;
    }
    header > .lower nav {
        position: fixed;
        background: #ffffff;
        z-index: 20;
        width: calc(100vw - 80px) !important;
        height: 100vh;
        top: 0;
        left: -100vw;
        -moz-transition: left 0.3s ease-in-out;
        -o-transition: left 0.3s ease-in-out;
        -webkit-transition: left 0.3s ease-in-out;
        -ms-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    header > .lower nav:before {
        content: "";
        display: block;
        width: 100%;
        height: 60px;
        background: url(../img/logo.svg) no-repeat scroll 20px center #4c5b6d;
        background-size: auto 40px;
    }
    header > .lower nav ul.level_1 {
        height: calc(100vh - 60px);
        overflow: scroll;
    }
    header > .lower nav ul.level_1 > li > a, header > .lower nav ul.level_1 > li > span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #4c5b6d;
        text-transform: uppercase;
        padding: 0 20px;
    }
    header > .lower nav ul.level_1 > li.active > a, header > .lower nav ul.level_1 > li.active > span, header > .lower nav ul.level_1 > li.trail > a, header > .lower nav ul.level_1 > li.trail > span {
        color: #e94e1b;
        position: relative;
    }
    header > .lower nav ul.level_1 > li.active > a:after, header > .lower nav ul.level_1 > li.active > span:after, header > .lower nav ul.level_1 > li.trail > a:after, header > .lower nav ul.level_1 > li.trail > span:after {
        display: block;
        content: "";
        width: 10px;
        height: 41px;
        background: #e94e1b;
        right: 0;
        top: 0;
        position: absolute;
    }
    header > .lower nav ul.level_1 > li + li {
        border-top: 1px dotted #4c5b6d;
    }
    header > .lower nav ul.level_1 > li ul.level_2 {
        margin-left: 20px;
    }
    header > .lower nav ul.level_1 > li ul.level_2 > li {
        border-top: 1px solid #f5f5f5;
    }
    header > .lower nav ul.level_1 > li ul.level_2 > li > a, header > .lower nav ul.level_1 > li ul.level_2 > li > span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #4c5b6d;
        padding: 0 20px;
    }
    header > .lower nav ul.level_1 > li ul.level_2 > li.active > a, header > .lower nav ul.level_1 > li ul.level_2 > li.active > span, header > .lower nav ul.level_1 > li ul.level_2 > li.trail > a, header > .lower nav ul.level_1 > li ul.level_2 > li.trail > span {
        color: #e94e1b;
    }
    header > .lower nav ul.level_1 > li ul.level_2 > li ul {
        display: none;
    }
}

#slider {
    overflow: hidden;
    height: 370px;
    margin-top: 120px;
}

#slider + #container {
    margin-top: 0;
}

@media screen and (max-width: 925px) {
    #slider {
        margin-top: 0px;
    }
}

#slider ul.slides {
    position: relative;
}

#slider ul.slides li {
    position: absolute;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#slider ul.slides li img {
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
}

#slider .controls {
    position: relative;
    height: 370px;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

@media screen and (max-width: 1050px) {
    #slider .controls {
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100% - 40px);
    }
}

#slider .controls > div {
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -53px 0;
    background-size: auto 43px;
    z-index: 5;
    top: calc(50% - 21px);
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.8;
}

#slider .controls > div:hover {
    opacity: 1;
}

#slider .controls > div.left {
    left: 0;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#slider .controls > div.right {
    right: 0;
}

#slider .overlay {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    z-index: 3;
}

#slider .overlay > .inner {
    display: inline-block;
    position: absolute;
    background: #417505;
    color: #f5f5f5;
    top: 130px;
    left: 80px;
    min-width: 350px;
}

@media screen and (max-width: 788px) {
    #slider .overlay > .inner {
        top: 50px;
    }
}

#slider .overlay > .inner:after {
    content: " ";
    display: block;
    margin-top: 10px;
    height: 15px;
    width: 100%;
    background: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.65) 15px, rgba(255, 255, 255, 0.65) 35px);
}

#slider .overlay > .inner > * {
    padding: 15px;
    padding-bottom: 5px;
}

#slider .overlay > .inner > * + * {
    padding-top: 0;
}

#slider .overlay > .inner > div {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 580px) {
    #slider .overlay > .inner {
        display: none;
    }
}

@media screen and (max-width: 925px) and (orientation: portrait) {
    #slider {
        height: 28vh;
        margin-top: 0;
    }
    #slider ul.slides li {
        height: 28vh;
    }
    #slider ul.slides li img {
        height: 28vh;
    }
    #slider .controls {
        height: 28vh;
    }
    #slider .controls > div {
        top: calc(28vh / 2 - 21px);
    }
}

@media screen and (min-width: 925px) {
    #slider {
        position: relative;
        height: 460px;
        margin-top: 0;
    }
    #slider ul.slides li {
        height: 460px;
    }
    #slider ul.slides li img {
        height: 460px;
    }
    #slider .controls {
        height: 460px;
    }
    #slider .controls > div {
        top: calc(50% + 40px);
    }
    #slider .overlay > .inner {
        top: 230px;
    }
    #slider .buttons {
        position: absolute;
        bottom: 0;
        z-index: 50;
        padding: 30px 0;
        text-align: center;
        width: 100%;
    }
    #slider .buttons a {
        display: inline-block;
        border: 2px solid #ffffff;
        padding: 8px 40px;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        background: rgba(233, 78, 27, 0.65);
    }
    #slider .buttons a:hover {
        background: rgba(191, 61, 18, 0.65);
    }
    #slider .buttons a + a {
        margin-left: 60px;
    }
}

@media screen and (max-width: 925px) and (orientation: portrait) {
    #slider {
        height: 20vh;
    }
    #slider ul.slides li {
        height: 20vh;
    }
    #slider ul.slides li img {
        height: 20vh;
    }
    #slider .controls {
        height: 20vh;
        margin-top: 0px;
    }
    #slider .controls > div {
        top: calc(50% + 5px);
    }
    #slider .overlay > .inner {
        top: calc(10vh - 40px);
    }
}

@media screen and (max-width: 788px) {
    #slider .overlay > .inner {
        top: 120px;
    }
}

#container {
    width: 100%;
    margin-top: 120px;
    padding-bottom: 10px;
    position: relative;
}

#container > .inside {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

#container > .inside #left, #container > .inside #main {
    flex: auto;
}

#container #left {
    width: 330px;
    max-width: 330px;
    margin-right: 20px;
}

#container #left .ce_text.infobox h1, #container #left .ce_text.infobox h2, #container #left .ce_text.infobox h3, #container #left .ce_text.infobox h4, #container #left .ce_text.infobox h5, #container #left .ce_text.infobox h6,
#container #left .ce_text.contact h1,
#container #left .ce_text.contact h2,
#container #left .ce_text.contact h3,
#container #left .ce_text.contact h4,
#container #left .ce_text.contact h5,
#container #left .ce_text.contact h6,
#container #left .mod_newslist .layout_infobox h1,
#container #left .mod_newslist .layout_infobox h2,
#container #left .mod_newslist .layout_infobox h3,
#container #left .mod_newslist .layout_infobox h4,
#container #left .mod_newslist .layout_infobox h5,
#container #left .mod_newslist .layout_infobox h6 {
    font-size: 22px;
}

#container #left + #main {
    width: calc(100% - 330px - 30px);
    max-width: calc(100% - 330px - 30px);
}

#container #main {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
}

#container h1 {
    color: #e94e1b;
    font-size: 32px;
    letter-spacing: 0.35px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 20px;
}

#container h2, #container h3, #container h4, #container h5, #container h6 {
    color: #4c5b6d;
    font-size: 30px;
    letter-spacing: 0.21px;
    line-height: 40px;
}

#container h3 {
    font-size: 24px;
    letter-spacing: 0.15px;
    line-height: 34px;
}

#container h4 {
    font-size: 22px;
    letter-spacing: 0.13px;
    line-height: 36px;
}

#container h5, #container h6 {
    font-size: 18px;
    letter-spacing: 0.11px;
    line-height: 36px;
    font-weight: 600;
}

#container .head_brown h1, #container .head_brown h2, #container .head_brown h3, #container .head_brown h4, #container .head_brown h5, #container .head_brown h6 {
    color: #e94e1b;
}

#container .mod_article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

#container .mod_article > .block {
    flex: auto;
    margin-top: 30px;
    width: 100%;
}

#container .span30, #container .block.span30 {
    width: calc(33% - 15px);
    max-width: calc(33% - 15px);
}

#container .span50, #container .block.span50 {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

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

#container a[href="#top"] {
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

#container a[href="#top"]:before {
    content: "›";
    margin-right: 3px;
}

#container .banner_image {
    width: 100%;
    overflow: hidden;
}

#container .banner_image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

#container .button a {
    display: block;
    text-align: center;
    color: #ffffff;
    background: #e94e1b;
    padding: 10px 0;
}

#container .button a:hover {
    background: #f5a218;
}

#container .button.inline a {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}

#container .button.bordered a {
    border: 2px solid #ffffff;
    background: #e94e1b;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

#container .button.bordered a:hover {
    background: #f5a218;
    border-color: #f5a218;
    color: #ffffff;
}

#container .button.centered {
    text-align: center;
}

#container .ce_downloads a, #container .ce_download a {
    display: block;
}

#container .ce_downloads a:before, #container .ce_download a:before {
    display: block;
    content: "";
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -94px center;
    background-size: auto 16px;
}

#container .ce_text figure figcaption {
    font-size: 13px;
    margin-bottom: 10px;
}

#container .ce_text figure.float_left {
    float: left;
    margin-right: 20px;
}

#container .ce_text figure.float_right {
    float: right;
    margin-left: 20px;
}

#container .ce_text figure.float_left + *, #container .ce_text figure.float_right + * {
    margin-top: 0;
}

#container .ce_text > figure {
    margin-top: 6px;
}

#container .ce_text.centered {
    text-align: center;
}

#container .ce_text.infobox,
#container .ce_text.contact,
#container .mod_newslist .layout_infobox {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    background: #ffffff;
}

#container .ce_text.infobox h1, #container .ce_text.infobox h2, #container .ce_text.infobox h3, #container .ce_text.infobox h4, #container .ce_text.infobox h5, #container .ce_text.infobox h6,
#container .ce_text.contact h1,
#container .ce_text.contact h2,
#container .ce_text.contact h3,
#container .ce_text.contact h4,
#container .ce_text.contact h5,
#container .ce_text.contact h6,
#container .mod_newslist .layout_infobox h1,
#container .mod_newslist .layout_infobox h2,
#container .mod_newslist .layout_infobox h3,
#container .mod_newslist .layout_infobox h4,
#container .mod_newslist .layout_infobox h5,
#container .mod_newslist .layout_infobox h6 {
    color: #e94e1b;
    font-weight: 600;
    font-size: 24px;
}

#container .ce_text.infobox h1 > a, #container .ce_text.infobox h2 > a, #container .ce_text.infobox h3 > a, #container .ce_text.infobox h4 > a, #container .ce_text.infobox h5 > a, #container .ce_text.infobox h6 > a,
#container .ce_text.contact h1 > a,
#container .ce_text.contact h2 > a,
#container .ce_text.contact h3 > a,
#container .ce_text.contact h4 > a,
#container .ce_text.contact h5 > a,
#container .ce_text.contact h6 > a,
#container .mod_newslist .layout_infobox h1 > a,
#container .mod_newslist .layout_infobox h2 > a,
#container .mod_newslist .layout_infobox h3 > a,
#container .mod_newslist .layout_infobox h4 > a,
#container .mod_newslist .layout_infobox h5 > a,
#container .mod_newslist .layout_infobox h6 > a {
    color: #4c5b6d;
}

#container .ce_text.infobox h1 + p, #container .ce_text.infobox h2 + p, #container .ce_text.infobox h3 + p, #container .ce_text.infobox h4 + p, #container .ce_text.infobox h5 + p, #container .ce_text.infobox h6 + p,
#container .ce_text.contact h1 + p,
#container .ce_text.contact h2 + p,
#container .ce_text.contact h3 + p,
#container .ce_text.contact h4 + p,
#container .ce_text.contact h5 + p,
#container .ce_text.contact h6 + p,
#container .mod_newslist .layout_infobox h1 + p,
#container .mod_newslist .layout_infobox h2 + p,
#container .mod_newslist .layout_infobox h3 + p,
#container .mod_newslist .layout_infobox h4 + p,
#container .mod_newslist .layout_infobox h5 + p,
#container .mod_newslist .layout_infobox h6 + p {
    margin-top: 0;
}

#container .ce_text.infobox figure,
#container .ce_text.contact figure,
#container .mod_newslist .layout_infobox figure {
    line-height: 0;
    margin-top: 0;
}

#container .ce_text.contact {
    padding: 10px;
    border-top: 1px solid #e94e1b;
}

#container .ce_text.contact figure {
    float: left;
    margin-right: 20px;
}

#container .ce_text.contact figure img {
    max-width: 110px;
    height: auto;
}

#container .ce_text.contact .content {
    float: left;
}

#container .ce_text.contact .content h1, #container .ce_text.contact .content h2, #container .ce_text.contact .content h3, #container .ce_text.contact .content h4, #container .ce_text.contact .content h5, #container .ce_text.contact .content h6 {
    line-height: 20px;
    margin-bottom: 5px;
}

#container .ce_text.infobox,
#container .mod_newslist .layout_infobox {
    position: relative;
}

#container .ce_text.infobox figure img,
#container .mod_newslist .layout_infobox figure img {
    height: 72px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

#container .ce_text.infobox figure + .content,
#container .mod_newslist .layout_infobox figure + .content {
    border-top: 0;
}

#container .ce_text.infobox.large-head figure img,
#container .mod_newslist .layout_infobox.large-head figure img {
    height: 200px;
}

#container .ce_text.infobox:not(.no-button) .content,
#container .mod_newslist .layout_infobox:not(.no-button) .content {
    padding-bottom: 0;
}

#container .ce_text.infobox:not(.no-button) .content P:last-child a,
#container .mod_newslist .layout_infobox:not(.no-button) .content P:last-child a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e94e1b;
    color: #ffffff;
}

#container .ce_text.infobox:not(.no-button) .content P:last-child a:hover,
#container .mod_newslist .layout_infobox:not(.no-button) .content P:last-child a:hover {
    background: #f5a218;
}

#container .ce_text.infobox .content,
#container .mod_newslist .layout_infobox .content {
    padding: 10px;
    border-top: 1px solid #e94e1b;
}

#container .ce_text.infobox .content p:last-child a:before,
#container .mod_newslist .layout_infobox .content p:last-child a:before {
    content: "›";
    margin-right: 4px;
}

#container .ce_text.infobox[class*="span30"],
#container .mod_newslist .layout_infobox[class*="span30"] {
    /*
            .content {
                padding-bottom: 30px;
                p:last-child a {
                    position: absolute;
                    bottom: 0;
                    width: calc(100% - 20px);
                }
            }
            */
}

#container .ce_text.infobox.floating figure.float_left, #container .ce_text.infobox.floating figure.float_right {
    width: calc(50% - 10px);
    height: 100%;
    margin: 0;
    overflow: hidden;
}

#container .ce_text.infobox.floating figure.float_left + .content, #container .ce_text.infobox.floating figure.float_right + .content {
    width: calc(50%);
    float: left;
    height: 100%;
    padding: 15px 50px;
}

#container .ce_text.infobox.floating figure.float_left.float_left, #container .ce_text.infobox.floating figure.float_right.float_left {
    float: left;
}

#container .ce_text.infobox.floating figure.float_left.float_left + .content, #container .ce_text.infobox.floating figure.float_right.float_left + .content {
    padding-left: 20px;
}

#container .ce_text.infobox.floating figure.float_left.float_right, #container .ce_text.infobox.floating figure.float_right.float_right {
    float: right;
}

#container .ce_text.infobox.floating figure.float_left.float_right + .content, #container .ce_text.infobox.floating figure.float_right.float_right + .content {
    padding-right: 20px;
}

#container .ce_text.infobox.floating figure.float_left img, #container .ce_text.infobox.floating figure.float_right img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 570px) {
    #container .ce_text.infobox.floating figure.float_left, #container .ce_text.infobox.floating figure.float_right {
        float: none !important;
        max-height: 20vh;
        width: 100%;
        height: auto;
    }
    #container .ce_text.infobox.floating figure.float_left img, #container .ce_text.infobox.floating figure.float_right img {
        width: 100%;
        height: auto;
    }
    #container .ce_text.infobox.floating figure.float_left + .content, #container .ce_text.infobox.floating figure.float_right + .content {
        float: none !important;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#container .ce_text ol, #container .ce_text ul,
#container .ce_list ol,
#container .ce_list ul {
    margin-left: 20px;
}

#container .ce_text ul,
#container .ce_list ul {
    list-style: disc;
}

#container .ce_text ol,
#container .ce_list ol {
    list-style: decimal;
}

#container .ce_accordion + .ce_accordion.block {
    margin-top: 5px;
}

#container .ce_accordion > .toggler {
    position: relative;
    line-height: 28px;
    cursor: pointer;
    font-size: 22px;
    padding: 5px 40px;
    padding-right: 15px;
    border: 1px solid #4c5b6d;
}

#container .ce_accordion > .toggler:before {
    position: absolute;
    left: 10px;
    top: 0px;
    content: "";
    display: block;
    margin-right: 10px;
    float: left;
    width: 20px;
    height: 38px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -38px 12px;
    background-size: auto 15px;
}

#container .ce_accordion > .toggler:hover, #container .ce_accordion > .toggler.active {
    background: #f5a218;
    border-color: #f5a218;
    color: #ffffff;
}

#container .ce_accordion > .toggler.active:before {
    background-position: -63px 12px;
}

#container .ce_accordion > .toggler.active + .accordion {
    max-height: 2400px;
    opacity: 1;
    background: #f5f5f5;
}

#container .ce_accordion > .accordion {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -moz-transition: max-height .5s, opacity .8s;
    -o-transition: max-height .5s, opacity .8s;
    -webkit-transition: max-height .5s, opacity .8s;
    -ms-transition: max-height .5s, opacity .8s;
    transition: max-height .5s, opacity .8s;
}

#container .ce_accordion > .accordion > div {
    padding: 15px;
}

#container .ce_quotes {
    position: relative;
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
}

#container .ce_quotes:before {
    display: block;
    position: absolute;
    content: "Referenzen";
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    line-height: 32px;
    width: 262px;
    height: 40px;
    left: calc(50% - 131px);
    background: url(../img/sprechblase.svg) no-repeat scroll 0px center;
    background-size: auto 40px;
    margin-top: -20px;
}

#container .ce_quotes > blockquote {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #f5f5f5;
    border: 2px solid #ffffff;
    font-style: italic;
    text-align: center;
    padding: 30px 50px;
    font-size: 17px;
    white-space: normal;
}

#container .ce_quotes > .controls {
    text-align: center;
    height: 40px;
    line-height: 44px;
}

#container .ce_quotes > .controls li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #c9c9c9;
    border-radius: 50%;
    cursor: pointer;
}

#container .ce_quotes > .controls li.active {
    background: #9b9b9b;
}

#container .ce_quotes > .controls li + li {
    margin-left: 6px;
}

#container hr.divider {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9b9b9b;
}

#container .ce_gallery ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: -20px;
    text-align: left;
}

#container .ce_gallery ul li {
    position: relative;
    display: block;
    flex: auto;
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
}

#container .ce_gallery ul li:before {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -290px center;
    background-size: auto 35px;
    position: absolute;
    top: 0;
    opacity: 0;
    left: calc(50% - 17px);
    z-index: 1;
    pointer-events: none;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#container .ce_gallery ul li figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #4c5b6d;
    line-height: 0;
}

#container .ce_gallery ul li img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#container .ce_gallery ul li:hover:before {
    opacity: 0.9;
    top: calc(50% - 17px);
}

#container .ce_gallery ul li:hover img {
    -webkit-filter: blur(2px);
    /* Chrome, Safari */
    -ms-filter: blur(2px);
    /* IE12? */
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="2" /></filter></svg>#blur');
    /* Firefox, Safari, Chrome*/
    filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
    /* IE9 */
    filter: blur(2px);
}

#container .ce_player video {
    width: 100%;
}

#container .ce_google_map .map {
    width: 100%;
    height: 40vh;
}

#container .mod_newslist,
#container .mod_eventlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

#container .mod_newslist.list,
#container .mod_eventlist.list {
    border-top: 2px solid #cecece;
}

#container .mod_newslist.mod_eventlist > h1, #container .mod_newslist.mod_eventlist > h2, #container .mod_newslist.mod_eventlist > h3, #container .mod_newslist.mod_eventlist > h4, #container .mod_newslist.mod_eventlist > h5, #container .mod_newslist.mod_eventlist > h6,
#container .mod_eventlist.mod_eventlist > h1,
#container .mod_eventlist.mod_eventlist > h2,
#container .mod_eventlist.mod_eventlist > h3,
#container .mod_eventlist.mod_eventlist > h4,
#container .mod_eventlist.mod_eventlist > h5,
#container .mod_eventlist.mod_eventlist > h6 {
    border-bottom: 2px solid rgba(191, 61, 18, 0.4);
}

#container .mod_newslist > h1, #container .mod_newslist > h2, #container .mod_newslist > h3, #container .mod_newslist > h4, #container .mod_newslist > h5, #container .mod_newslist > h6,
#container .mod_eventlist > h1,
#container .mod_eventlist > h2,
#container .mod_eventlist > h3,
#container .mod_eventlist > h4,
#container .mod_eventlist > h5,
#container .mod_eventlist > h6 {
    width: 100%;
    height: 44px;
    line-height: 40px;
    font-weight: 600;
    padding-left: 10px;
    border-top: 2px solid rgba(191, 61, 18, 0.4);
    position: relative;
}

#container .mod_newslist > h1 a.more, #container .mod_newslist > h2 a.more, #container .mod_newslist > h3 a.more, #container .mod_newslist > h4 a.more, #container .mod_newslist > h5 a.more, #container .mod_newslist > h6 a.more,
#container .mod_eventlist > h1 a.more,
#container .mod_eventlist > h2 a.more,
#container .mod_eventlist > h3 a.more,
#container .mod_eventlist > h4 a.more,
#container .mod_eventlist > h5 a.more,
#container .mod_eventlist > h6 a.more {
    position: absolute;
    right: 0;
    top: 8px;
    width: 26px;
    height: 24px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -217px 0px;
    background-size: auto 23px;
    opacity: 0.6;
}

#container .mod_newslist > h1 a.more:hover, #container .mod_newslist > h2 a.more:hover, #container .mod_newslist > h3 a.more:hover, #container .mod_newslist > h4 a.more:hover, #container .mod_newslist > h5 a.more:hover, #container .mod_newslist > h6 a.more:hover,
#container .mod_eventlist > h1 a.more:hover,
#container .mod_eventlist > h2 a.more:hover,
#container .mod_eventlist > h3 a.more:hover,
#container .mod_eventlist > h4 a.more:hover,
#container .mod_eventlist > h5 a.more:hover,
#container .mod_eventlist > h6 a.more:hover {
    opacity: 1;
}

#container .mod_newslist .layout_infobox .content h1, #container .mod_newslist .layout_infobox .content h2, #container .mod_newslist .layout_infobox .content h3, #container .mod_newslist .layout_infobox .content h4, #container .mod_newslist .layout_infobox .content h5, #container .mod_newslist .layout_infobox .content h6,
#container .mod_eventlist .layout_infobox .content h1,
#container .mod_eventlist .layout_infobox .content h2,
#container .mod_eventlist .layout_infobox .content h3,
#container .mod_eventlist .layout_infobox .content h4,
#container .mod_eventlist .layout_infobox .content h5,
#container .mod_eventlist .layout_infobox .content h6 {
    font-size: 20px;
    line-height: 24px;
}

#container .mod_newslist.mod_eventlist.program,
#container .mod_eventlist.mod_eventlist.program {
    background: #f5f5f5;
}

#container .mod_newslist.mod_eventlist.program a.more,
#container .mod_eventlist.mod_eventlist.program a.more {
    right: 10px;
}

#container .mod_newslist.mod_eventlist.program .layout_list,
#container .mod_eventlist.mod_eventlist.program .layout_list {
    margin: 15px 10px 0 10px;
    width: 100%;
}

#container .mod_newslist.mod_eventlist.program .layout_list h1, #container .mod_newslist.mod_eventlist.program .layout_list h2, #container .mod_newslist.mod_eventlist.program .layout_list h3, #container .mod_newslist.mod_eventlist.program .layout_list h4, #container .mod_newslist.mod_eventlist.program .layout_list h5, #container .mod_newslist.mod_eventlist.program .layout_list h6,
#container .mod_eventlist.mod_eventlist.program .layout_list h1,
#container .mod_eventlist.mod_eventlist.program .layout_list h2,
#container .mod_eventlist.mod_eventlist.program .layout_list h3,
#container .mod_eventlist.mod_eventlist.program .layout_list h4,
#container .mod_eventlist.mod_eventlist.program .layout_list h5,
#container .mod_eventlist.mod_eventlist.program .layout_list h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #e94e1b;
}

#container .mod_newslist.mod_eventlist.program .layout_list .subhead,
#container .mod_eventlist.mod_eventlist.program .layout_list .subhead {
    font-weight: 600;
}

#container .mod_newslist.mod_newslist.more,
#container .mod_eventlist.mod_newslist.more {
    position: relative;
}

#container .mod_newslist.mod_newslist.more.loading:after,
#container .mod_eventlist.mod_newslist.more.loading:after {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background-color: #9b9b9b;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    opacity: 0.2;
    -o-animation: rotateplane 1.2s infinite ease-in-out;
    -moz-animation: rotateplane 1.2s infinite ease-in-out;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

#container .mod_newslist.mod_newslist.more .pagination,
#container .mod_eventlist.mod_newslist.more .pagination {
    display: none;
}

#container .mod_newslist a.overview,
#container .mod_eventlist a.overview {
    display: block;
    text-align: center;
    color: #ffffff;
    background: #e94e1b;
    padding: 0px 30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

#container .mod_newslist a.overview:before,
#container .mod_eventlist a.overview:before {
    content: "›";
    margin-right: 4px;
}

#container .mod_newslist a.overview:hover,
#container .mod_eventlist a.overview:hover {
    background: #f5a218;
}

#container .mod_newslist > div.overview,
#container .mod_eventlist > div.overview {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#container .mod_newslist > div.overview a,
#container .mod_eventlist > div.overview a {
    display: inline-block;
    vertical-align: top;
}

#container .mod_newslist > div.overview a.overview,
#container .mod_eventlist > div.overview a.overview {
    width: auto;
    margin: 0 10px 0 10px;
}

#container .mod_newslist > div.overview a.prev, #container .mod_newslist > div.overview a.next,
#container .mod_eventlist > div.overview a.prev,
#container .mod_eventlist > div.overview a.next {
    width: 30px;
    height: 30px;
    background: url(../img/sprite-icons.svg) no-repeat scroll 0px center;
    background-size: auto 30px;
    opacity: 0.8;
}

#container .mod_newslist > div.overview a.prev.prev, #container .mod_newslist > div.overview a.next.prev,
#container .mod_eventlist > div.overview a.prev.prev,
#container .mod_eventlist > div.overview a.next.prev {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#container .mod_newslist > div.overview a.prev:not(.disabled):hover, #container .mod_newslist > div.overview a.next:not(.disabled):hover,
#container .mod_eventlist > div.overview a.prev:not(.disabled):hover,
#container .mod_eventlist > div.overview a.next:not(.disabled):hover {
    opacity: 1;
}

#container .mod_newslist > div.overview a.prev.disabled, #container .mod_newslist > div.overview a.next.disabled,
#container .mod_eventlist > div.overview a.prev.disabled,
#container .mod_eventlist > div.overview a.next.disabled {
    opacity: 0.5;
    cursor: default;
}

#container .mod_newslist.mod_newslist .layout_list,
#container .mod_newslist.mod_eventlist .layout_upcoming,
#container .mod_eventlist.mod_newslist .layout_list,
#container .mod_eventlist.mod_eventlist .layout_upcoming {
    border-bottom: 2px solid #cecece;
    padding: 15px 0;
    width: 100%;
}

#container .mod_newslist.mod_newslist .layout_list figure,
#container .mod_newslist.mod_eventlist .layout_upcoming figure,
#container .mod_eventlist.mod_newslist .layout_list figure,
#container .mod_eventlist.mod_eventlist .layout_upcoming figure {
    float: left;
    margin-right: 20px;
}

#container .mod_newslist.mod_newslist .layout_list figure img,
#container .mod_newslist.mod_eventlist .layout_upcoming figure img,
#container .mod_eventlist.mod_newslist .layout_list figure img,
#container .mod_eventlist.mod_eventlist .layout_upcoming figure img {
    max-width: 150px;
    height: auto;
}

#container .mod_newslist.mod_newslist .layout_list figure + .content,
#container .mod_newslist.mod_eventlist .layout_upcoming figure + .content,
#container .mod_eventlist.mod_newslist .layout_list figure + .content,
#container .mod_eventlist.mod_eventlist .layout_upcoming figure + .content {
    float: left;
    width: calc(100% - 150px - 20px);
}

#container .mod_newslist.mod_newslist .layout_list .head,
#container .mod_newslist.mod_eventlist .layout_upcoming .head,
#container .mod_eventlist.mod_newslist .layout_list .head,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#container .mod_newslist.mod_newslist .layout_list .head h1, #container .mod_newslist.mod_newslist .layout_list .head h2, #container .mod_newslist.mod_newslist .layout_list .head h3, #container .mod_newslist.mod_newslist .layout_list .head h4, #container .mod_newslist.mod_newslist .layout_list .head h5, #container .mod_newslist.mod_newslist .layout_list .head h6,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h1,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h2,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h3,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h4,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h5,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h6,
#container .mod_eventlist.mod_newslist .layout_list .head h1,
#container .mod_eventlist.mod_newslist .layout_list .head h2,
#container .mod_eventlist.mod_newslist .layout_list .head h3,
#container .mod_eventlist.mod_newslist .layout_list .head h4,
#container .mod_eventlist.mod_newslist .layout_list .head h5,
#container .mod_eventlist.mod_newslist .layout_list .head h6,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h1,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h2,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h3,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h4,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h5,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h6 {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

#container .mod_newslist.mod_newslist .layout_list .head h1 a, #container .mod_newslist.mod_newslist .layout_list .head h2 a, #container .mod_newslist.mod_newslist .layout_list .head h3 a, #container .mod_newslist.mod_newslist .layout_list .head h4 a, #container .mod_newslist.mod_newslist .layout_list .head h5 a, #container .mod_newslist.mod_newslist .layout_list .head h6 a,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h1 a,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h2 a,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h3 a,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h4 a,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h5 a,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h6 a,
#container .mod_eventlist.mod_newslist .layout_list .head h1 a,
#container .mod_eventlist.mod_newslist .layout_list .head h2 a,
#container .mod_eventlist.mod_newslist .layout_list .head h3 a,
#container .mod_eventlist.mod_newslist .layout_list .head h4 a,
#container .mod_eventlist.mod_newslist .layout_list .head h5 a,
#container .mod_eventlist.mod_newslist .layout_list .head h6 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h1 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h2 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h3 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h4 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h5 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h6 a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#container .mod_newslist.mod_newslist .layout_list .head h1 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h2 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h3 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h4 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h5 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h6 a:hover,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h1 a:hover,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h2 a:hover,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h3 a:hover,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h4 a:hover,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h5 a:hover,
#container .mod_newslist.mod_eventlist .layout_upcoming .head h6 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h1 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h2 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h3 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h4 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h5 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h6 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h1 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h2 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h3 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h4 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h5 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h6 a:hover {
    color: #f5a218;
}

#container .mod_newslist.mod_newslist .layout_list .head time:before,
#container .mod_newslist.mod_eventlist .layout_upcoming .head time:before,
#container .mod_eventlist.mod_newslist .layout_list .head time:before,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head time:before {
    content: "•";
    margin: 0 4px;
}

#container .mod_newslist.mod_newslist .layout_list p.more,
#container .mod_newslist.mod_eventlist .layout_upcoming p.more,
#container .mod_eventlist.mod_newslist .layout_list p.more,
#container .mod_eventlist.mod_eventlist .layout_upcoming p.more {
    margin-top: 0;
}

#container .mod_newslist.mod_newslist .layout_list p.more a:before,
#container .mod_newslist.mod_eventlist .layout_upcoming p.more a:before,
#container .mod_eventlist.mod_newslist .layout_list p.more a:before,
#container .mod_eventlist.mod_eventlist .layout_upcoming p.more a:before {
    content: "›";
    margin-right: 5px;
}

#container .mod_newslist.mod_eventlist > h3.listing,
#container .mod_eventlist.mod_eventlist > h3.listing {
    color: #f5a218;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #cecece;
}

#container .mod_newslist.mod_eventlist .layout_upcoming .teaser p,
#container .mod_eventlist.mod_eventlist .layout_upcoming .teaser p {
    margin-top: 0;
}

#container .mod_newslist > .block,
#container .mod_eventlist > .block {
    flex: auto;
}

#container .pagination {
    clear: both;
    margin-top: 20px;
}

#container .pagination ul {
    overflow: hidden;
}

#container .pagination ul li {
    display: block;
    float: left;
    border: 1px solid #cecece;
}

#container .pagination ul li:not(:last-child) {
    border-right: 0;
}

#container .pagination ul li a, #container .pagination ul li span {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

#container .pagination ul li a:hover {
    background: #9b9b9b;
    color: #ffffff;
}

#container .pagination ul li span {
    background: #f5a218;
    color: #ffffff;
}

#container .mod_breadcrumb {
    width: calc(100% + 25px);
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    margin-left: -25px;
}

#container .mod_breadcrumb ul {
    overflow: hidden;
    padding: 0 25px;
}

#container .mod_breadcrumb ul li {
    display: block;
    float: left;
    font-size: 13px;
    color: #e94e1b;
}

#container .mod_breadcrumb ul li a {
    color: #9b9b9b;
}

#container .mod_breadcrumb ul li + li:before {
    content: "/";
    margin: 0 5px;
    color: #9b9b9b;
}

#container .ce_text.intro {
    position: relative;
    color: #ffffff;
    padding: 0 200px;
}

#container .ce_text.intro > h1 {
    color: #f5a218;
}

#container .ce_text.intro:not(.nobees):before, #container .ce_text.intro:not(.nobees):after {
    content: "";
    bottom: 0;
    display: block;
    width: 170px;
    height: 110px;
    background: red;
    position: absolute;
}

#container .ce_text.intro:not(.nobees):before {
    left: 0;
    background: url(../img/biene1.svg) no-repeat scroll center bottom;
    background-size: contain;
}

#container .ce_text.intro:not(.nobees):after {
    right: 0;
    background: url(../img/biene2.svg) no-repeat scroll center bottom;
    background-size: contain;
}

@media screen and (max-width: 850px) {
    #container .ce_text.intro {
        padding: 0 20vw;
    }
    #container .ce_text.intro:before, #container .ce_text.intro:after {
        width: 18vw;
    }
}

@media screen and (max-width: 550px) {
    #container .ce_text.intro {
        padding: 0;
    }
    #container .ce_text.intro:before, #container .ce_text.intro:after {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    #container {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1000px) {
    #container #left {
        max-width: 30%;
    }
    #container #left + #main {
        max-width: calc(100% - 30% - 30px);
    }
}

@media screen and (max-width: 925px) {
    #container {
        margin-top: 0;
    }
    #container #left {
        order: 2;
    }
    #container #main {
        order: 1;
    }
    #container #left, #container #main {
        width: 100% !important;
        max-width: calc(100% - 20px) !important;
        margin: 0 !important;
    }
    #container .ce_text figure.float_right, #container .ce_text figure.float_left, #container .block figure.float_right, #container .block figure.float_left {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    #container .ce_text figure img, #container .block figure img {
        width: 100%;
        height: auto;
    }
    #container .mod_newslist.block .layout_list figure, #container .mod_eventlist.block .layout_list figure {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    #container .mod_newslist.block .layout_list figure > a, #container .mod_eventlist.block .layout_list figure > a {
        display: block;
    }
    #container .mod_newslist.block .layout_list figure img, #container .mod_eventlist.block .layout_list figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #container .mod_newslist.block .layout_list figure + .content, #container .mod_eventlist.block .layout_list figure + .content {
        float: none;
        width: 100%;
    }
    #container .mod_newslist.block .layout_infobox + .layout_infobox, #container .mod_eventlist.block .layout_infobox + .layout_infobox {
        margin-top: 20px;
    }
    #container .span30, #container .span50 {
        width: 100% !important;
        max-width: 100% !important;
    }
    #container .ce_gallery ul li {
        width: calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
    #container .banner_image img {
        max-height: 30vh;
        object-fit: cover;
    }
}

.formbody .widget input, .formbody .widget textarea {
    display: block;
    width: 100%;
    border: 0;
    background: #f5f5f5;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    padding: 6px;
}

.formbody .widget textarea {
    resize: vertical;
}

.formbody .widget + div {
    margin-top: 10px;
}

.formbody .submit_container + div {
    margin-top: 10px;
}

.formbody .submit_container button, .formbody .submit_container input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #f5a218;
    border: 2px solid #ffffff;
    line-height: 36px;
}

.formbody .submit_container button:hover, .formbody .submit_container input:hover {
    background: #d18609;
}

.formbody .submit_container button.pending, .formbody .submit_container input.pending {
    background: #9b9b9b;
    color: #4c5b6d;
    text-align: center;
    cursor: default;
}

.formbody .submit_container button.error, .formbody .submit_container input.error {
    background: #d06002;
}

.formbody .submit_container button.error span:before, .formbody .submit_container input.error span:before {
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -208px center;
    background-size: auto 25px;
}

.formbody .submit_container button.success, .formbody .submit_container input.success {
    background: #417505;
    cursor: default;
}

.formbody .submit_container button.success span:before, .formbody .submit_container input.success span:before {
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -269px center;
    background-size: auto 25px;
}

footer .inside {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    color: #ffffff;
    overflow: hidden;
    font-size: 14px;
}

@media screen and (max-width: 1050px) {
    footer .inside {
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100% - 40px);
    }
}

footer .inside a {
    color: inherit;
}

footer .inside > * {
    display: block;
    float: left;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-weight: 600;
    font-size: 16px;
    color: #f5a218;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

footer > .upper {
    background: #4c5b6d;
    letter-spacing: 0.8px;
    border-bottom: 3px solid #ffffff;
}

footer > .upper > .inside {
    padding: 28px 0;
    display: flex;
}

footer > .upper > .inside > * {
    flex: auto;
    padding: 0 16px;
    width: 25%;
}

footer > .upper > .inside > *:nth-child(1) {
    padding-left: 0;
}

footer > .upper > .inside > *:nth-last-child(1) {
    padding-right: 0;
}

footer > .upper > .inside .mod_form {
    border-left: 1px solid #ffffff;
}

footer > .upper > .inside > .links {
    border-left: 1px solid #ffffff;
    background-repeat: no-repeat;
    background-position: 15px calc(100% - 15px);
    background-size: 120px auto;
}

footer > .upper > .inside > .links.partner {
    background-image: url(../img/aktion-mensch.png);
    background-size: auto 85px;
    background: none;
}

footer > .upper > .inside > .links a.postcode {
    padding-top: 8px;
    padding-left: 0;
}

footer > .upper > .inside > .links a.postcode:before {
    display: none;
}

footer > .upper > .inside > .links a.postcode:after {
    content: "";
    margin-top: 10px;
    display: block;
    width: 110px;
    height: 72px;
    background-image: url(../img/logopostcode.png);
    background-size: 110px auto;
}

@media screen and (max-width: 925px) {
    footer > .upper > .inside > .links {
        background-position: calc(100% - 15px) calc(100% - 15px);
    }
}

@media screen and (max-width: 450px) {
    footer > .upper > .inside > .links {
        background-position: 0px calc(100% - 15px);
        padding-bottom: 120px;
    }
    footer > .upper > .inside > .links:not(.partner) {
        padding-bottom: 160px;
    }
}

footer > .upper > .inside > .links, footer > .upper > .inside > .contact > .links {
    position: relative;
}

footer > .upper > .inside > .links a, footer > .upper > .inside > .contact > .links a {
    display: block;
    position: relative;
    padding-left: 10px;
}

footer > .upper > .inside > .links a:before, footer > .upper > .inside > .contact > .links a:before {
    position: absolute;
    display: block;
    left: 0;
    content: "›";
}

footer > .upper > .inside > .contact div + div, footer > .upper > .inside > .contact div + a {
    margin-top: 30px;
}

footer > .upper > .inside a.easy-language {
    position: relative;
    margin-left: 110px;
    display: block;
    height: 40px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    line-height: 26px;
    font-weight: 600;
    height: 100px;
    padding-right: 15px;
}

footer > .upper > .inside a.easy-language:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -110px;
    width: 100px;
    height: 100px;
    background: url(../img/sprite-icons.svg) no-repeat scroll -1349px center;
    background-size: auto 100px;
}

footer > .upper > .inside a.easy-language:hover {
    background: #61748b;
}

@media screen and (min-width: 925px) {
    footer > .upper > .inside a.easy-language {
        position: absolute;
        margin-right: 15px;
        bottom: 0;
    }
}

footer > .lower {
    background: #e94e1b;
    height: 40px;
    line-height: 40px;
    margin-top: 2px;
}

footer > .lower nav {
    float: right;
}

footer > .lower nav ul li {
    display: inline-block;
}

footer > .lower nav ul li a:hover, footer > .lower nav ul li span {
    text-decoration: underline;
}

footer > .lower nav ul li + li:before {
    content: "|";
    margin: 0 4px;
}

@media screen and (max-width: 925px) {
    footer > .upper > .inside {
        flex-wrap: wrap;
    }
    footer > .upper > .inside > div {
        width: 100%;
        float: none;
        flex: none;
        margin: 0;
        padding: 20px 0;
        border: 0 !important;
    }
    footer > .upper > .inside > div + div {
        border-top: 1px solid #ffffff !important;
    }
    footer > .lower {
        height: auto;
        text-align: center;
        line-height: 20px;
    }
    footer > .lower > .inside {
        padding-bottom: 20px;
    }
    footer > .lower > .inside > div, footer > .lower > .inside nav {
        display: block;
        float: none;
        margin-top: 20px;
    }
}

body.index .mod_breadcrumb {
    display: none;
}

@media screen and (min-width: 925px) {
    body.index #slider {
        position: relative;
        height: 690px;
        margin-top: 0;
    }
    body.index #slider ul.slides li {
        height: 690px;
    }
    body.index #slider ul.slides li img {
        height: 690px;
    }
    body.index #slider .controls {
        height: 690px;
    }
    body.index #slider .controls > div {
        top: calc(50% + 40px);
    }
    body.index #slider .overlay > .inner {
        top: 345px;
    }
    body.index #slider .buttons {
        position: absolute;
        bottom: 0;
        z-index: 50;
        padding: 30px 0;
        text-align: center;
        width: 100%;
    }
    body.index #slider .buttons a {
        display: inline-block;
        border: 2px solid #ffffff;
        padding: 8px 40px;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        background: rgba(233, 78, 27, 0.65);
    }
    body.index #slider .buttons a:hover {
        background: rgba(191, 61, 18, 0.65);
    }
    body.index #slider .buttons a + a {
        margin-left: 60px;
    }
}

@media screen and (max-width: 925px) and (orientation: portrait) {
    body.index #slider {
        height: 40vh;
    }
    body.index #slider ul.slides li {
        height: 40vh;
    }
    body.index #slider ul.slides li img {
        height: 40vh;
    }
    body.index #slider .controls {
        height: 40vh;
        margin-top: 0px;
    }
    body.index #slider .controls > div {
        top: calc(50% + 5px);
    }
    body.index #slider .overlay > .inner {
        top: calc(20vh - 40px);
    }
}

@media screen and (max-width: 924px) {
    body.index #slider .buttons {
        display: none;
    }
}

@media screen and (max-width: 788px) {
    body.index #slider .overlay > .inner {
        top: 120px;
    }
}

body.index #container {
    background: url(../img/background-bees.jpg) no-repeat scroll 0 bottom #4c5b6d;
}

@media screen and (max-width: 600px) {
    body.index #container {
        background-position: center center;
    }
}

body.index #container a[href="#top"] {
    color: #ffffff;
}

body.index #container h2, body.index #container h3, body.index #container h4, body.index #container h5, body.index #container h6 {
    color: #ffffff;
}

body.index #container .mod_newslist > h3 {
    color: #f5a218;
    border-top-color: rgba(255, 255, 255, 0.4);
}

body.index #container .mod_newslist > h3 a.more {
    opacity: 1.0;
}

body.index #container .mod_newslist > h3 a.more:hover {
    opacity: 0.6;
}

body.index #container .mod_newslist > div.overview a.prev, body.index #container .mod_newslist > div.overview a.next {
    background-position: -38px center;
}

/** Simple Lightbox **/
body.hidden-scroll {
    overflow: hidden;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 1006;
}

.sl-wrapper {
    z-index: 1000;
}

.sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 45px;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
}

.sl-wrapper button:hover {
    opacity: 0.7;
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1015;
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1015;
    background: #ffffff;
    color: #4c5b6d;
    border-radius: 20px 20px 20px 20px;
    height: 20px;
    line-height: 18px;
    padding: 0 15px;
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    z-index: 1015;
    font-family: arial sans-serif;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 40px;
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 40px;
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
}

.sl-wrapper .sl-image iframe {
    border: 0 none;
    background: #000;
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 1005;
}

.sl-wrapper .sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
}

.sl-wrapper .sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

#emergency-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

#emergency-overlay > div {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border: 10px solid #e94e1b;
    border-radius: 20px;
    width: 100%;
    max-width: 800px;
    max-height: 75vh;
    overflow: auto;
    padding: 30px;
    background: #ffffff;
    font-size: 1rem;
}

#emergency-overlay > div > span.close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#emergency-overlay > div > span.close > span {
    display: block;
    width: 100%;
    height: 3px;
    background: #e94e1b;
    position: absolute;
    top: calc(50% - 1px);
}

#emergency-overlay > div > span.close > span:nth-child(1) {
    transform: rotate(45deg);
}

#emergency-overlay > div > span.close > span:nth-child(2) {
    transform: rotate(-45deg);
}

#emergency-overlay > div h1, #emergency-overlay > div h2, #emergency-overlay > div h3, #emergency-overlay > div h4, #emergency-overlay > div h5, #emergency-overlay > div h6 {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    color: #4c5b6d;
    padding-right: 40px;
}

#emergency-overlay > div .ce_text * + * {
    margin-top: 15px;
}

#emergency-overlay > div .ce_text ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}

#emergency-overlay > div .ce_text ul li + li {
    margin-top: 5px;
}

.ce_optin_fallback {
    background: #d06002;
    color: #ffffff;
    padding: 2em;
}

.ce_optin_fallback a {
    color: inherit;
    text-decoration: underline;
}
