/* Webfonts */

/*
    This CSS resource incorporates links to font software which is the valuable copyrighted
    property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
    redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
    Imaging with any questions regarding Web Fonts:  http://www.fonts.com
    */

/* General */

/* Basic */

html {
    font-size: 62.5%;
}

body {
    background-color: #161C1D;
    color: #FFF;
    font-family: 'Neue Frutiger® 1450 W01', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

a {
    color: #161C1D;
}

a:hover,
a:focus,
a:active {
    color: rgb(161,0,134);
    text-decoration: underline;
}

/* TinyMCE */

#wrapper.mce-content-body {
    background: #FFF;
}

/* Helper */

.offscreen,
.invisible {
    position: absolute !important;
    top: -6000px !important;
    left: -6000px !important;
    height: 1px !important;
    width: 1px !important;
}

@media (max-width: 599px) {
    .mobile-hide-600 {
        display: none;
    }
}

@media (max-width: 999px) {
    .mobile-hide-1000 {
        display: none;
    }
}

/* TinyMCE */

#wrapper.mce-content-body .offscreen {
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: auto !important;
    width: auto !important;
    opacity: .2 !important;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* Layout */

#wrapper-inner {
    background-color: #FFF;
    color: #161C1D;
    padding-bottom: 1px;
}

#wrapper-inner:before,
#wrapper-inner:after {
    content: " ";
    display: table;
    
}

#wrapper-inner:after {
    clear: both;
}

@media (min-width: 1000px) {
    #wrapper-inner > .inside {
        display: flex;
        justify-content: flex-end;
        max-width: 1380px;
        margin: 0 auto;
    }
}

@media (min-width: 1000px) {
    .content-left {
        flex-basis: 250px;
        margin: 65px 0;
    }
    .home .content-left {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .content-left {
        flex-basis: 300px;
        margin: 73px 0;
    }
}

@media (min-width: 1300px) {
    .content-left {
        flex-basis: 320px;
        margin: 75px 0;
    }
    .home .content-left {
        margin-top: 35px;
    }

}

.content {
    margin: 0 10px;
}

@media (min-width: 700px) {
    .content {
        margin: 0 20px;
    }
}

@media (min-width: 1000px) {
    .content {
        flex-basis: calc(100% - 250px - 20px);
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1200px) {
    .content {
        flex-basis: calc(100% - 300px - 30px);
        margin: 0 30px 0 0;
    }
}

@media (min-width: 1300px) {
    .content {
        flex-basis: calc(100% - 320px - 30px);
        margin: 0 30px 0 0;
    }
}

#content > .inside {
    padding: 0 10px;
}

@media (min-width: 700px) {
    #content > .inside {
        padding: 0;
    }
}

.content-2-col .content-main-right-col {
    margin-bottom: 40px;
}

@media (min-width: 1000px) {
    .content-2-col .content-main-left-col {
        float: left;
        width: calc((((100% - 40px) / 3) * 2) - 20px);
    }
    
    .content-2-col .content-main-right-col {
        float: right;
        width: calc((100% - 40px) / 3);
        margin-bottom: 0;
    }
}

.content-left .mod_article {
    margin: 50px 0 50px 0;
}

/* TinyMCE */

#wrapper.mce-content-body {
    max-width: 660px;
    padding: 10px 20px;
    margin: 0 auto;
}

/* Header */

/* Header: Basic */

#header {
    background-color: #FFF;
    color: #161C1D;
}

.font-3 #header {
    color: #000;
}

@media (min-width: 1000px) {
    #header > .inside {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1000px) {
    #header > .inside {
        display: block;
        position: relative;
    }
}

#header a {
    color: #161C1D;
}

#header a:hover,
#header a:focus,
#header a:active {
    color: rgb(161,0,134);
    text-decoration: underline;
}

.font-3 #header a {
    color: #000;
}

.font-3 #header a:hover,
.font-3 #header a:focus,
.font-3 #header a:active {
    color: rgb(161,0,134);
    text-decoration: underline;
}

/* Header: Sprunglink */

.header-skiplink {
    position: absolute;
    top: -3000px;
    left: -3000px;
    font-size: 1.8rem;
    padding: 2px 0;
    
}

.header-skiplink:hover,
.header-skiplink:focus,
.header-skiplink:active {
    top: 8px;
    left: 0;
}

/* Header: Logo */

#header-logo {
    flex-basis: 220px;
    padding: 10px 0 15px 0;
}

@media (min-width: 1000px) {
    #header-logo {
        flex-basis: 280px;
        max-width: 1380px;
        margin: 0 auto 0 auto;
        padding: 0;
    }
}

#header-logo > .inside {
    box-sizing: border-box;
    width: 320px;
    background-color: #FFF;
    padding: 5px 0 0 10px;
}

@media (min-width: 700px) {
    #header-logo > .inside {
        width: 320px;
        padding: 5px 0 0 20px;
    }
}

@media (min-width: 1000px) {
    #header-logo > .inside {
        width: 250px;
        position: absolute;
        height: 79px;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    #header-logo > .inside {
        width: 300px;
        padding: 0 0 0 13px;
    }
}

@media (min-width: 1300px) {
    #header-logo > .inside {
        width: 320px;
        padding: 0 0 0 13px;
    }
}

#header-logo img {
    width: 288px;
    height: auto;
}

@media (min-width: 1200px) {
    #header-logo img {
        width: 260px;
        height: auto;
    }
}

@media (min-width: 1300px) {
    #header-logo img {
        width: 288px;
        height: auto;
    }
}

/* Header: Accessibility + Search */

#header-search-accessibility {

}

@media (min-width: 900px) {
    #header-search-accessibility {
        
        /*flex-basis: calc(100% - 220px - 20px);
        justify-content: space-between;
        align-items: flex-end;
        align-content: flex-end;
        min-height: 77px;
        margin: 18px 20px 16px 0;*/
    }
}

@media (min-width: 700px) {
    #header-search-accessibility {
        flex-basis: calc(100% - 320px - 20px);
    }
}

@media (min-width: 1000px) {
    #header-search-accessibility {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        max-width: 1380px;
        margin: 0 auto;
        min-height: 77px;
        flex-basis: calc(100% - 280px - 20px);
    }
}

/* Header: Search */

#header-search {
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin: 0 10px;
}

@media (min-width: 700px) {
    #header-search {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

@media (min-width: 1000px) {
    #header-search {
        box-sizing: border-box;
        width: 240px;
        margin-left: 250px;
    }
}

@media (min-width: 1200px) {
    #header-search {
        width: 260px;
        margin-left: 300px;
    }
}

@media (min-width: 1300px) {
    #header-search {
        width: 260px;
        margin-left: 320px;
    }
}

#header-search form {
    flex-basis: 100%;
}

#header-search .formbody {
    position: relative;
}

#header-search label {
    position: absolute !important;
    top: -6000px !important;
    left: -6000px !important;
    height: 1px !important;
    width: 1px !important;
}

#header-search .widget-text {
    margin: 0;
}

#header-search .widget-text .text {
    box-sizing: border-box;
    width: 100%;
    color: #161C1D;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 5px 34px 5px 8px;
    border: 1px solid #959595;
    border-radius: 3px;
}

#header-search .widget-text .text:hover,
#header-search .widget-text .text:focus,
#header-search .widget-text .text:active {
    border: 2px solid #161C1D;
    padding: 4px 33px 4px 7px;
}

#header-search .widget-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 28px;
    height: 28px;
    background-color: transparent;
    color: rgb(31, 35, 37);
    padding: 0;
    border: none;
    margin-top: -14px;
}

#header-search button {
    width: 28px;
    height: 28px;
    background-color: transparent;
    color: rgb(31, 35, 37);
    padding: 0;
    border: none;
}

::-webkit-input-placeholder { /* Chrome */
    color: rgba(35, 41, 42, 1);
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(35, 41, 42, 1);
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(35, 41, 42, 1);
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(35, 41, 42, 1);
    opacity: 1;
}

::-ms-input-placeholder { /* Edge */
    color: rgba(35, 41, 42, 1);
}

:hover::-webkit-input-placeholder,
:focus::-webkit-input-placeholder,
:active::-webkit-input-placeholder { /* Chrome */
    color: rgba(35, 41, 42, .4);
}

:hover:-ms-input-placeholder { /* IE 10+ */
    color: rgba(35, 41, 42, .4);
}

:hover::-moz-placeholder,
:focus::-moz-placeholder,
:active::-moz-placeholder { /* Firefox 19+ */
    color: rgba(35, 41, 42, .4);
    opacity: 1;
}

:hover:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(35, 41, 42, .4);
    opacity: 1;
}

:hover::-ms-input-placeholder { /* Edge */
    color: rgba(35, 41, 42, .4);
}

/* Header: Accessibility Menu */

#header-accessibility {
}

@media (min-width: 1000px) {
    #header-accessibility {
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1200px) {
    #header-accessibility {
        margin: 10px 30px 0 0;
    }
}

#header-accessibility ul {
    margin: 20px 0 20px 0;
}

@media (min-width: 500px) {
    #header-accessibility ul {
        display: flex;
    }
}

@media (min-width: 700px) {
    #header-accessibility ul {
        margin-left: 10px;
    }
}

@media (min-width: 1000px) {
    #header-accessibility ul {
        margin: 0;
    }
}

#header-accessibility li {
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin: 10px 20px 10px 10px;
}

@media (min-width: 500px) {
    #header-accessibility li {
        margin: 0 20px 0 10px;
    }
}

@media (min-width: 1000px) {
    #header-accessibility li {
        font-size: 1.5rem;
        margin: 0 0 0 25px;
    }
}

@media (min-width: 1050px) {
     #header-accessibility li {
        font-size: 1.6rem;
    }
}   

#header-accessibility a {
    position: relative;
}

@media (min-width: 500px) {
    #header-accessibility a {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    #header-accessibility a {
        flex-direction: row;
    }
}

@media (min-width: 1000px) {
    #header-accessibility a:before {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(/files/system/images/icons-accessibility-menu.png);
        background-size: 120px 20px;
        background-repeat: no-repeat;
    }
    
    #header-accessibility .accessibility-leichte-sprache a:before {
        background-position: 0 0;
        margin: 1px 5px 0 0;
    }
    
    #header-accessibility .accessibility-gebaerdensprache a:before {
        background-position: -80px 0;
        margin: 1px 4px 0 0;
    }
    
    #header-accessibility .accessibility-schrift-farben a:before {
        background-position: -40px 0;
        margin: 1px 3px 0 0;
    }
}

/* Header: Hauptmenu */

#header-hauptmenue {
    flex-basis: 100%;
    background-color: rgb(161,0,134);
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header-hauptmenue .inside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 1380px;
    margin: 0 auto 0 auto;
}

@media (min-width: 1000px) {
    #header-hauptmenue .inside {
        min-height: 77px;
    }
    
    .ie11 #header-hauptmenue .inside {
        height: 77px;
    }
}

@media (min-width: 1000px) {
    #header-hauptmenue-nav {
        margin: 0 20px 0 250px;
    }
}

@media (min-width: 1200px) {
    #header-hauptmenue-nav {
        margin: 0 30px 0 300px;
    }
}

@media (min-width: 1300px) {
    #header-hauptmenue-nav {
        margin: 0 30px 0 320px;
    }
}

#header-hauptmenue-nav ul {
    margin: 0 10px;
}

@media (min-width: 700px) {
    #header-hauptmenue-nav ul {
        display: flex;
        justify-content: space-between;
        margin: 0 20px;
    }
}

@media (min-width: 1000px) {
    #header-hauptmenue-nav ul {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 1100px) {
    #header-hauptmenue-nav ul {
        margin: 0 0 0 30px;
    }
}

@media (min-width: 1200px) {
    #header-hauptmenue-nav ul {
        margin: 0 0 0 30px;
    }
}

@media (min-width: 1300px) {
    #header-hauptmenue-nav ul {
        margin: 0 0 0 40px;
    }
}

#header-hauptmenue li {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.1rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

@media (min-width: 700px) {
    #header-hauptmenue li {
        font-size: 1.8rem;
        border-top: 0;
    }
}

@media (min-width: 750px) {
    #header-hauptmenue li {
        font-size: 1.9rem;
    }
}

@media (min-width: 850px) {
    #header-hauptmenue li {
        font-size: 2.0rem;
    }
}

@media (min-width: 1200px) {
    #header-hauptmenue li {
        font-size: 2.2rem;
    }
}

#header-hauptmenue a,
#header-hauptmenue strong {
    position: relative;
    display: block;
    color: #FFF;
    padding: .8rem 0 1.0rem 0;
}

.font-3 #header-hauptmenue a,
.font-3 #header-hauptmenue strong {
    color: #FFF;
}

@media (min-width: 700px) {
    #header-hauptmenue a,
    #header-hauptmenue strong {
        padding: 1.5rem 0;
    }
}

@media (min-width: 1000px) {
    #header-hauptmenue a,
    #header-hauptmenue strong {
        padding: 2.0rem 0;
    }
}

#header-hauptmenue a:hover,
#header-hauptmenue a:focus,
#header-hauptmenue a:active,
#header-hauptmenue a.trail,
#header-hauptmenue strong.active {
    color: #FFF;
    text-decoration: none;
}

.font-3 #header-hauptmenue a:hover,
.font-3 #header-hauptmenue a:focus,
.font-3 #header-hauptmenue a:active,
.font-3 #header-hauptmenue a.trail,
.font-3 #header-hauptmenue strong.active {
    color: #FFF;
    text-decoration: none;
}

@media (min-width: 700px) {
    #header-hauptmenue a:hover:after,
    #header-hauptmenue a:focus:after,
    #header-hauptmenue a:active:after,
    #header-hauptmenue a.trail:after,
    #header-hauptmenue strong.active:after {
        box-sizing: border-box;
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        border-top: 4px solid #1F2325;
        bottom: -6px;
        left: 0;
    }
}

/* Elements */

/* Accordion */

.mod_article.accordion {
    margin-top: 40px;
    margin-bottom: 40px;
}

.accordion-item {
    border-top: 1px solid rgba(31, 35, 37, .2)
}

.accordion-item:last-child {
    border-bottom: 1px solid rgba(31, 35, 37, .2);
}

.open.accordion-item {
    border-top: 1px solid #FFF;
}

.accordion-item-title h2,
.accordion-item-title h3 {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2.6rem;
    margin: 0;
}

.accordion-item-title-link {
    position: relative;
    display: block;
    padding: 1.1rem 10px 1.3rem 44px;
    text-decoration: none;
    color: #000;
    outline: none;
}

.accordion-item-title-link:hover,
.accordion-item-title-link.cursor-over:focus,
.accordion-item-title-link:active {
    text-decoration: underline;
    outline: 0;
}

.open.accordion-item-title-link,
.open.accordion-item-title-link.cursor-over {
    text-decoration: none;
    color: #FFF;
    border-radius: 1px;
    background-color: rgb(161,0,134);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.open.accordion-item-title-link:hover,
.open.accordion-item-title-link.cursor-over:hover,
.open.accordion-item-title-link.cursor-over:focus,
.open.accordion-item-title-link.cursor-over:active {
    text-decoration: underline;
}

.accordion-item-title-link:before {
    position: absolute;
    top: 1.3rem;
    left: 10px;
    display: block;
    width: 23px;
    height: 23px;
    content: " ";
    background-image: url(/files/system/images/icons-accordion.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 92px 23px;
}

.open.accordion-item-title-link:before,
.accordion-item-title-link.open:hover:before,
.accordion-item-title-link.open.cursor-over:focus:before,
.accordion-item-title-link.open:active:before {
    background-position: -23px 0;
}

.accordion-item-content-inner {
    padding: 10px 30px 20px 45px;
}

.accordion-item p {
    margin: 1.5rem 0 !important;
}


/* Aktuelles - Detailseite */

@media (min-width: 850px) {
    .news-detail {
        float: left;
        width: calc(((100% - 40px) / 3) * 2);
        padding-bottom: 4.0rem;
    }
}

@media (min-width: 850px) {
    .news-detail-aside {
        float: right;
        width: calc((100% - 40px) / 3);
    }
}

.news-detail-title {
    font-size: 3.0rem;
    line-height: 4.2rem;
    margin-top: 0;
}

.news-date {
    margin-bottom: 0;
}

/* Aktuelles - Liste */

.news-list {
    max-width: 670px;
}

.news-list-ul {
    padding: 0;
    margin: 0 0 2.5rem 0;
    list-style: none;
}

.news-list-item {
    padding: 3.0rem 0 3.8rem 0;
    border-top: 1px solid #B5B5B5;
    margin: 0;
}

.news-list-item:first-child {
    padding-top: 0;
    border-top: none;
}

.news-list-item-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin: 0;
}

.news-list-item-title a {
    color: rgb(161,0,134);
    text-decoration: none;
}

.news-list-item-title a:hover,
.news-list-item-title a:focus,
.news-list-item-title a:active {
    text-decoration: underline;
}

.news-list-item-date {
    font-size: 1.8rem;
    margin: 1.2rem 0 1.2rem 0;
    opacity: .8;
}

.news-list-item-teaser p {
    display: inline;
    margin: 0;
}

.news-archive-navigation h2 {
    color: #161C1D;
    font-size: 2.0rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.news-archive-navigation li {
    font-size: 1.8rem;
}

/* Aktuelles - Liste (Startseite) */

.news-list-home-title {
    color: #161C1D;
    font-size: 2.0rem;
    font-weight: 600;
    margin: 0 0 1.2rem 0;
}

.news-list-home-ul {
    margin-top: 0;
}

.news-list-home-item {
    padding: 2.4rem 0 2.0rem 0;
    border-top: 1px solid rgba(31, 35, 37, .2);
    margin: 0;
}

.news-list-home-item:last-child {
    border-bottom: 1px solid rgba(31, 35, 37, .2);
}

.news-list-home-item-title {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin: 0;
}

.news-list-home-item-title a {
    color: rgb(161,0,134);
    text-decoration: none;
}

.news-list-home-item-title a:hover,
.news-list-home-item-title a:focus,
.news-list-home-item-title a:active {
    text-decoration: underline;
}

.news-list-home-item-date-teaser {
    line-height: 2.8rem;
    margin: 1.0rem 0;
}

.news-list-home-item-date {
    font-size: 1.7rem;
}

.news-list-home-item-date-teaser p {
    display: inline;
    font-size: 1.9rem;
    line-height: 2.8rem;
}

/* Aktuelles - Liste (Auswahl)  */

.news-list-auswahl {
    margin-top: 6.0rem;
}

.news-list-auswahl-title {
    color: #161C1D;
    font-size: 1.8rem;
    font-weight: 400;
    margin: .8rem 0;
}

.news-list-auswahl ul {
    margin-top: 0;
}

/* Aktuelles - Liste (Auswahl Angebot)  */

.news-list-auswahl-angebot {
    clear: both;
    padding-top: 50px;
}

.news-list-auswahl-angebot-title {
    color: #767676;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin: 1.0rem 0 1.5rem 0;
}

.news-list-auswahl-angebot-ul {
    margin-top: 0;
}

.news-list-auswahl-angebot-item {
    background-color: #F8F8F8;
    padding: 1.5rem 15px 1.5rem 15px;
    border-top: 1px solid rgba(31, 35, 37, .2);
    margin: 0;
}

@media (min-width: 450px) {
    .news-list-auswahl-angebot-item {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

.news-list-auswahl-angebot-item:last-child {
    border-bottom: 1px solid rgba(31, 35, 37, .2);
}

.news-list-auswahl-angebot-item-title {
    flex-basis: calc(100% - 11.5rem);
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 2.5rem;
}

.news-list-auswahl-angebot-item-title a {
    display: block;
    text-decoration: none;
}

.news-list-auswahl-angebot-item-title a:hover,
.news-list-auswahl-angebot-item-title a:focus,
.news-list-auswahl-angebot-item-title a:active {
    text-decoration: underline;
}

.news-list-auswahl-angebot-item-date {
    flex-basis: 10.5rem;
    font-size: 1.7rem;
    line-height: 2.7rem;
    margin: 0;
}

/* Aktuelles - Liste (Auswahl Compact)  */

.news-list-auswahl-compact-title {
    color: #767676;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 .4rem 0;
}

.news-list-auswahl-compact-ul {
    margin-top: 0;
}

.news-list-auswahl-compact-item {
    padding: 1.5rem 0 1.5rem 0;
    border-top: 1px solid rgba(31, 35, 37, .2);
    margin: 0;
}

.news-list-auswahl-compact-item-title {
    display: inline-block;
    font-size: 1.9rem;
    line-height: 2.5rem;
}

.news-list-auswahl-compact-item-title a {
    color: rgb(161,0,134);
    text-decoration: none;
}

.news-list-auswahl-compact-item-title a:hover,
.news-list-auswahl-compact-item-title a:focus,
.news-list-auswahl-compact-item-title a:active {
    text-decoration: underline;
}

.news-list-auswahl-compact-item-date {
    font-size: 1.8rem;
    margin: 1.2rem 0 1.2rem 0;
    opacity: .8;
}

/* Aktuelles - Pagination */

.mod_newslist .pagination {
    padding-top: 1.0rem;
    border-top: 1px solid #B5B5B5;
}

/* Angebote - Liste (Compact) */

.offer-list-compact {
    width: 100%;
    margin-top: 50px;
}

@media (min-width: 800px) {
    .offer-list-compact {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (min-width: 850px) {
    .offer-list-compact {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.offer-list-compact-item {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.offer-list-compact-item-name-title {
    display: block;
    text-decoration: none;
    padding: 1.7rem 0 1.9rem 0;
    margin: 0 0 -1px 0;
}

.offer-list-compact-item-name {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin: 0;
}

.offer-list-compact-item-title {
    color: #161C1D;
    font-size: 1.9rem;
    line-height: 2.6rem;
    margin: .4rem 0 0 0;
}

.offer-list-compact-item-name-title:hover .offer-list-compact-item-title,
.offer-list-compact-item-name-title:focus .offer-list-compact-item-title,
.offer-list-compact-item-name-title:active .offer-list-compact-item-title {
    color: rgb(161,0,134);
}

.offer-list-compact-item-name-title:before,
.offer-list-compact-item-name-title:after {
    content: " ";
    position: absolute;
    top: 0;
    display: block;
    height: 1px;
    width: 100%;
    border-top: 1px solid #B5B5B5;
}

.offer-list-compact-item-name-title:after {
    top: auto;
    bottom: -1px;
}

.offer-list-compact-item-name-title:hover .offer-list-compact-item-name,
.offer-list-compact-item-name-title:focus .offer-list-compact-item-name,
.offer-list-compact-item-name-title:active .offer-list-compact-item-name {
    text-decoration: underline;
}

/* Angebote - Liste (Mit Bild und Teasertext) */

.offer-list {
    display: flex;
    flex-wrap: wrap;
}

.offer-list-item {
    position: relative;
}

@media (min-width: 550px) {
    .offer-list-item {
        flex-basis: calc((100% - 20px) / 2);
        margin: 30px 20px 30px 0;
    }
    
    .offer-list-item:nth-child(2n+2) {
        margin-right: 0;
    }
    
    .offer-list-item:nth-child(2n+3) {
        clear: left;
    }
}

@media (min-width: 850px) {
    .offer-list-item {
        flex-basis: calc((100% - 40px) / 3);
        margin: 30px 20px 30px 0;
    }
    
    .offer-list-item:nth-child(2n+2) {
        margin-right: 20px;
    }
    
    .offer-list-item:nth-child(2n+3) {
        clear: none;
    }
    
    .offer-list-item:nth-child(3n+3) {
        margin-right: 0;
    }
    
    .offer-list-item:nth-child(3n+4) {
        clear: left;
    }
}

.offer-list-item-name-title {
    display: block;
    text-decoration: none;
}

.offer-list-item-name-title:hover .offer-list-item-name,
.offer-list-item-name-title:focus .offer-list-item-name,
.offer-list-item-name-title:active .offer-list-item-name,
.offer-list-item-name-title:hover .offer-list-item-title,
.offer-list-item-name-title:focus .offer-list-item-title,
.offer-list-item-name-title:active .offer-list-item-title {
    color: rgb(161,0,134);
}

.offer-list-item-name {
    font-size: 2.4rem;
    line-height: 3.0rem;
    margin-top: calc((100% / 1.6) + 1.5rem);
    margin-bottom: 0;
}

.offer-list-item-title {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 2.6rem;
    margin: .6rem 0 0 0;
}

.offer-list-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.offer-list-item-teaser {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 1.2rem 0 0 0;
}

.offer-list-item-teaser p {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

/* Infobox after offer list */


.box-after-offer-list {
    border: 1px solid #B5B5B5;
    padding: 20px;    
}

.mod_offer_list + .box-after-offer-list {
    clear: both;
    margin: 30px 0;
}

.mod_offer_list .box-after-offer-list-item {
    display: flex;
}

.box-after-offer-list h2 {
    font-size: 2.4rem;
    line-height: 3.0rem;
    margin: 0 0 1.2rem 0;
}

.box-after-offer-list p {
    margin: 0;
}




/* Angebote - Detailseite */

@media (min-width: 800px) {
    .offer_full {
        float: left;
        width: calc(((100% - 40px) / 3) * 2);
    }
}

@media (min-width: 800px) {
    .offer-aside {
        float: right;
        width: calc((100% - 40px) / 3);
    }
}

.offer-aside .contact-title {
    color: #767676;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin: 3.0rem 0 1.5rem 0;
}

@media (min-width: 800px) {
    .offer-aside .contact-title {
        position: absolute !important;
        top: -6000px !important;
        left: -6000px !important;
        height: 1px !important;
        width: 1px !important;
    }
}

.offer-main .ce_text:first-child > .text_container > :first-child {
    margin-top: 0;
}

/* Article */

@media (min-width: 600px) {
    .article-2-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .article-2-cols .ce_headline {
        flex-basis: 100%;
    }
    
    .article-2-cols .ce_text {
        flex-basis: calc((100% - 80px) / 2);
    }
    
    .article-2-cols.col-1-wide {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .article-2-cols.col-1-wide :first-child {
        flex-basis: calc(((100% - 40px) / 3) * 2);
    }
    
    .article-2-cols.col-1-wide :last-child {
        flex-basis: calc((100% - 40px) / 3);
    }
    
    .article-3-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .article-3-cols .ce_headline {
        flex-basis: 100%;
    }
    
    .article-3-cols .ce_text {
        flex-basis: calc((100% - 80px) / 3);
    }
}

/* Bereichsmenue */

/* Bereichsmenue - General */

.navbar-submenu li {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 0;
}

.navbar-submenu .level_1 > li > a,
.navbar-submenu .level_1 > li > strong {
    position: relative;
    display: block;
    color: #161C1D;
    padding: .6rem 22px .8rem 0;
    border-top: 1px solid #B5B5B5;
}

.navbar-submenu .level_1 > li:last-child > a,
.navbar-submenu .level_1 > li:last-child > strong {
    border-bottom: 1px solid #B5B5B5;
}

.navbar-submenu .level_1 > li > a:hover,
.navbar-submenu .level_1 > li > a:focus,
.navbar-submenu .level_1 > li > a:active {
    color: rgb(161,0,134);
    text-decoration: underline;
}

.navbar-submenu .level_1 > li > a.trail,
.navbar-submenu .level_1 > li > strong.active {
    font-weight: 700;
    color: rgb(161,0,134);
}

.navbar-submenu .level_1 > li > a > span:after,
.navbar-submenu .level_1 > li > strong > span:after {
    content: " ";
    position: absolute;
    right: 0;
    top: .85rem;
    display: block;
    width: 14px;
    height: 22px;
    background-image: url(/files/system/images/icons-pfeile.png);
    background-size: 112px 22px;
    background-repeat: no-repeat;
    background-position: -84px 0;
}

.navbar-submenu .level_1 > li > a:hover > span:after,
.navbar-submenu .level_1 > li > a:focus > span:after,
.navbar-submenu .level_1 > li > a:active > span:after {
    background-position: -56px 0;
}

.navbar-submenu .level_1 > li > a.trail > span:after,
.navbar-submenu .level_1 > li > strong.active > span:after {
    background-position: -56px 0;
}

.navbar-submenu .level_2 {
    padding-bottom: 1.0rem;
}

.navbar-submenu .level_2 li > a,
.navbar-submenu .level_2 li > strong {
    position: relative;
    display: block;
    color: #161C1D;
    padding: 0 5px .5rem 30px;
}

.navbar-submenu .level_3 li > a,
.navbar-submenu .level_3 li > strong {
    padding-left: 60px;
}

.navbar-submenu .level_4 {
    display: none;
}

/* Bereichsmenue - Left */

.content-left .navbar-submenu {
    padding: 50px 0 30px 0;
    margin: 0 10px;
}

@media (min-width: 700px) {
    .content-left .navbar-submenu {
        margin: 0 20px;
    }
}

@media (min-width: 1000px) {
    .content-left .navbar-submenu {
        padding: 0;
        margin: 0 30px 0 20px;
    }
}

@media (min-width: 1200px) {
    .content-left .navbar-submenu {
        margin: 0 50px 0 30px;
    }
}

@media (min-width: 1300px) {
    .content-left .navbar-submenu {
        margin: 0 50px 0 30px;
    }
}

.content-left .mod_navigation.navbar-submenu h2 {
    position: absolute !important;
    top: -6000px !important;
    left: -6000px !important;
    height: 1px !important;
    width: 1px !important;
}

/* Bereichsmenue - Outro */

.content-outro .navbar-submenu {
    padding: 50px 0 0 0;
    margin: 0;
}

@media (min-width: 1000px) {
    .content-outro .navbar-submenu {
        margin: 0 20px 0 20px;
    }
}

@media (min-width: 1200px) {
    .content-outro .navbar-submenu {
        margin: 0 30px 0 300px;
    }
}

@media (min-width: 1300px) {
    .content-outro .navbar-submenu {
        margin: 0 30px 0 320px;
    }
}

.content-outro .navbar-submenu h2 {
    color: #767676;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 .4rem 0;
}

@media (min-width: 800px) {
    .content-outro .navbar-submenu ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (min-width: 850px) {
    .content-outro .navbar-submenu ul {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    
    .ie11 .content-outro .navbar-submenu ul {
        overflow: hidden;
    }
}

.content-outro .navbar-submenu li {
    position: relative;
    display: flex;
    -webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    break-inside: avoid-column;
}

.content-outro .navbar-submenu .level_1 > li > a,
.content-outro .navbar-submenu .level_1 > li > strong {
    width: 100%;
    padding-top: .6rem;
    padding-right: 30px;
    padding-left: 10px;
    background-color: #F8F8F8;
    border: none;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    margin-bottom:  -1px;
}

.content-outro .navbar-submenu .level_1 > li > a > span:after,
.content-outro .navbar-submenu .level_1 > li > strong > span:after {
    right: 10px;
}

/*.content-outro .navbar-submenu .level_1 > li > a > span:before,
.content-outro .navbar-submenu .level_1 > li > strong > span:before {
    content: " ";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    border-top: 1px solid #B5B5B5;
}*/

/* Boxen */

.box {
    padding: 15px;
    border: 1px solid #161C1D;
    margin: 10px 0;
}

.box.grau {
    background-color: rgba(31, 35, 37, .1);
    border: 1px solid transparent;
}

.box.orange {
    background-color: rgb(161,0,134);
    border: 1px solid rgb(161,0,134);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box.box-border {
    border: 1px solid rgba(31, 35, 37, .5);
    border-radius: 3px;
}

@media (min-width: 800px) {
    .box-right {
        float: right;
        width: calc((100% - 40px) / 3);
        margin-left: 25px;
    }
}

#footer-boxes .box.grau {
    background-color: rgba(31, 35, 37, .14);
}

@media (min-width: 1000px) {
    .box.box-rechts {
        box-sizing: border-box;
        float: right;
        width: calc(50% - 20px);
        margin: 0 20px 10px 30px;
    }
}

@media (min-width: 1450px) {
    .box.box-rechts {
        width: calc((100% - 20px) / 2);
        margin-right: 0;
    }
}

@media (min-width: 1000px) {
    .content-left .box.ce_text {
        margin: 20px 30px 20px 20px;
        padding: 25px 5px 25px 10px;
    }
}

@media (min-width: 1300px) {
    .content-left .box.ce_text {
        margin: 20px 50px 20px 30px;
    }
}

@media (min-width: 1450px) {
    .offer_full .box.box-contact {
    
    }
}

.box.orange *,
.box.orange a:not(.button) {
    color: #FFF;
}

.box.grau *:not(.button),
.box.grau a:not(.button) {
    color: #161C1D;
}

.box h2,
.box .text_container h2:first-child {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 3.1rem;
}

.box > :first-child,
.box > .text_container > :first-child {
    margin-top: 0;
}

.box > .text_container > :last-child {
    margin-bottom: 0;
}

.content-left .box h2 {
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.content-left .box p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 1.5rem 0;
}


.box-contact {
    padding-bottom: 18px;
}

.box-contact-with-image {
    position: relative;
    padding-top: 176px;
}

.box-contact-with-image .image_container {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
}

.box-contact-with-image .image_container .contact-image {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 100%;
}

.box-contact .contact-name {
    color: rgba(31, 35, 37, 1);
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 2.6rem;
    margin: 0;
}

.box-contact .contact-position {
    color: #767676;
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin: .3rem 0 0 0;
}

.box-contact .contact-details {
    font-size: 1.7rem;
    line-height: 2.3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #B5B5B5;
    margin: 1.6rem 0 0 0;
}

.box-contact .ul-contact-linklist {
    list-style: none;
    padding: 2.0rem 0 0 0;
    border-top: 1px solid #B5B5B5;
    margin: 2.1rem 0 1.3rem 0;
}

.box-contact .li-contact-linklist {
    font-size: 1.7rem;
    line-height: 2.3rem;
    padding: 0;
    margin: .2rem 0 0 0;
}

.box-contact .li-contact-linklist:before,
.box-contact .li-contact-linklist:before,
.box-contact .li-contact-linklist:before {
    content: "";
    position: static;
}

/* Tags - Filter */

.filter {
    padding: 10px 15px 15px 15px;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
}

.filter-fieldset {
    padding: 0;
    border: none;
    margin: 0;
}

.filter-option {
    position: relative;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin: .2rem 0;
}

.filter-option-checkbox {
    position: absolute;
    top: .5rem;
    left: .2rem;
}

.filter-option-label {
    position: relative;
    display: block;
    background-color: #FFF;
    padding: 0 0 .2rem 2.4rem;
    margin: 0;
    cursor: pointer;
}

.filter-option-label:before,
.filter-option-pseudo-checkbox:before {
    content: " ";
    box-sizing: border-box;
    position: absolute;
    top: .5rem;
    left: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    color: transparent;
    border: 1px solid #767676;
    border-radius: 3px;
    z-index: 10;
}

@-moz-document url-prefix() {
    .filter-option-label:before,
    .filter-option-pseudo-checkbox:before {
        top: .6rem;
    }
}

.filter-option-checkbox:checked + .filter-option-label:before {
    background-image: url(/files/system/images/icon-haekchen-mini-orange.png);
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-color: rgb(161,0,134);
}

.filter-option-checkbox:checked + label .filter-option-pseudo-checkbox:before {
    content: "x";
    z-index: 100;
    font-size: 1.5rem;
    line-height: .9rem;
    text-align: center;
    border-color: transparent;
}

.filter-submit {
    color: #FFF;
    background-color: rgb(161,0,134);
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.0rem;
    padding: .5rem 1.0rem .8rem 1.0rem;
    border: 1px solid rgb(161,0,134);
    border-radius: 3px;
    margin-top: 1.8rem;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@-moz-document url-prefix() {
    .filter-submit {
        padding: .4rem 1.0rem .9rem 1.0rem;
    }
}

.filter-submit:hover,
.filter-submit:focus,
.filter-submit:active {
    background-color: #161C1D;
    border-color: #161C1D;
}

/* Tags - Link list */

.tags-links h2 {
    color: #767676;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin: .8rem 0 1.0rem 0;
}

.tags-reset {
    margin: 2.5rem 0 0 0;
}

.tags-reset p {
    font-size: 1.7rem;
    margin: 0;
}

/* Forms */

/* Basic */

input, button, select, textarea {
    font: inherit;
    margin: 0;
}

input[type="text"],
input[type="submit"],
input[type="password"],
textarea {
    -webkit-appearance: none;
}

button {
    padding: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
}

.widget {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin: 1.8rem 0;
}

.widget.widget-spacing-top {
    margin-top: 5.0rem;
}

/* Layout */

@media (min-width: 800px) {
    .ce_form {
        width: calc((((100% - 40px) / 3) * 2) + 40px);
        margin: 5.0rem 0;
    }
}

@media (min-width: 800px) {
    .ce_form.form-auction-wrapper {
        margin-top: 0;
    }
}

.form-auction-wrapper .box:first-child {
    margin-top: 30px;
}

.form-auction-wrapper .box h2 {
    margin-top: 20px;
}

/* Fieldsets */

fieldset {
    padding: 0;
    border: none;
    margin: 3.0rem 0;
}

legend {
    color: rgb(161,0,134);
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 3.4rem;
    margin: 0;
}

.form-auction legend {
    color: #161C1D;
    font-size: 2.2rem;
}

/* Labels */

.widget label {
    display: block;
    margin: 0 0 .5rem 0;
    font-size: 2.0rem;
}

.widget label .mandatory,
.widget legend .mandatory {
    padding-left: .4rem;
}

/* Input type: Text */

.widget-text input {
    box-sizing: border-box;
    width: 100%;
    color: rgb(31, 35, 37);
    line-height: 1.6rem;
    padding: 1.0rem 10px 1.2rem 10px;
    border: 1px solid rgba(31, 35, 37, .5);
    border-radius: 3px;
}

.widget-text input:hover,
.widget-text input:focus,
.widget-text input:active {
    background: rgba(31, 35, 37, .02);
    padding: .9rem 9px 1.1rem 9px;
    border-width: 2px;
}

/* Input type: Textarea */

.widget-textarea textarea {
    box-sizing: border-box;
    width: 100%;
    color: rgb(31, 35, 37);
    font-size: 1.7rem;
    line-height: 2.5rem;
    padding: 1.0rem 10px 1.2rem 10px;
    border: 1px solid rgba(31, 35, 37, .5);
    border-radius: 3px;
}

.widget-textarea textarea:hover,
.widget-textarea textarea:focus,
.widget-textarea textarea:active {
    background: rgba(31, 35, 37, .02);
    padding: .9rem 9px 1.1rem 9px;
    border-width: 2px;
}

/* Input type: Select */

.widget-select select {
    box-sizing: border-box;
    width: 100%;
    line-height: 1.6rem;
    padding: .7rem 5px 1.0rem 5px;
    border: 1px solid rgba(31, 35, 37, .5);
    border-radius: 3px;
}

/* Input type: Checkbox */

.widget-checkbox > fieldset > legend {
    margin-bottom: 1.5rem;
}

.widget-checkbox > fieldset > span {
    display: flex;
    align-items: flex-start;
}

.widget-checkbox input {
    margin: .8rem 10px 0 0;
}

/* Button */

.widget-submit button {
    display: inline-block;
    background-color: rgb(161,0,134);
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-decoration: none;
    text-align: center;
    padding: .8rem 20px 1.2rem 20px;
    border: 1px solid rgb(161,0,134);
    border-radius: 3px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget-submit button:hover,
.widget-submit button:focus,
.widget-submit button:active {
    color: #FFF;
    background-color: #161C1D;
    border-color: #161C1D;
    text-decoration: none;
}

/* Error handling */

.box.box-error {
    border-color: #AA1919;
    background-color: #AA1919;
}

.box.box-error * {
    color: #FFF;
}

.error label,
.error label strong,
.error label .mandatory,
.error label a {
    color: #AA1919 !important;
}

.error label,
.error label strong {
    font-weight: 600;
}

.error.widget-text .text {
    border-color: #AA1919;
}

.widget-field {
    display: flex;
    flex-direction: column-reverse;
}

.error-text {
    line-height: 2.2rem;
    font-size: 1.5rem;
    color: #AA1919 !important;
    margin: .2rem 0 .5rem 0;
}

/* Form order publications */

.ce_form.form-order {
    width: 100%;
    max-width: 100%;
}

div.form-order-item {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    background-color: #F2F2F2;
    padding: 15px;
    margin: 10px 0;
}

.form-order-item-text {
    padding: 20px 0 20px 20px;
    flex: 1;
    display: flex;
    align-items: center;
}

.form-order-item-fieldset {
    margin: 0;
}

.form-order-item-fieldset > legend {
    color: #161C1D;
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 3.0rem;
}

label.form-order-item {
    font-size: 2.0rem;
    line-height: 2.0rem;
}

.text.form-order-item {
    width: 6.5rem;
    font-size: 2.0rem;
}

.form-order-item-label {
    font-size: 2.0rem;
    padding: 0 0 0 5px;
}


.form-order-item-download {
    font-size: 1.9rem;
    line-height: 1.9rem;
    margin: 10px 0 0 0;
}

.form-order-item-download a {
    text-decoration: none;
    background-color: #E2E2E2;
    border-radius: 6px;
    display: inline-block;
    padding: 1.4rem 20px 1.8rem 4.8rem;
    background-image: url(/files/system/images/icon-download.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 1.6rem 1.6rem;
}

.form-order-item-image {
    background-color: #FFF;
    padding: 5px;
    align-self: flex-start;
}

.form-order-item-image img {
    display: block;
}

.form-order-address {
    max-width: calc((((100% - 40px) / 3) * 2) + 40px);
    margin-top: 50px;
}



/* Galerie */

.ce_gallery {
    margin: 3.0rem 0 2.8rem 0;
}

.ce_gallery:before,
.ce_gallery:after {
    content: " ";
    display: table;
}

.ce_gallery:after {
    clear: both;
}

.ce_gallery > h2 {
    max-width: 670px;
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.ce_gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ce_gallery li {
    margin: 10px 5px 0 5px;
    list-style: none;
}

.ce_gallery a {
    display: inline-block;
    position: relative;
}

.ce_gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ce_gallery .image_container .p-caption {
    hyphens: auto;
}

.ce_gallery a:hover:before,
.ce_gallery a:focus:before,
.ce_gallery a:active:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(185, 84, 35, 0.65);
    background-image: url(/files/system/images/icon-vergroessern.png);
    background-size: 82px 82px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ce_gallery a:hover:after,
.ce_gallery a:focus:after,
.ce_gallery a:active:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (min-width: 450px) {
    
    .ce_gallery li {
        float: left;
    }
}

@media (min-width: 760px) {
    
    .ce_gallery .cols_2 li {
        width: calc((100% - 20px) / 2);
        margin: 10px 20px 10px 0;
    }
    
    .ce_gallery .cols_2 li:nth-child(2n+2) {
        margin-right: 0;
    }
    
    .ce_gallery .cols_2 li:nth-child(2n+3) {
        clear: left;
    }
}

@media (min-width: 450px) {
    
    .ce_gallery .cols_3 li:nth-child(3n+3) {
        margin-right: 0;
    }
    
    .ce_gallery .cols_3 li:nth-child(3n+4) {
        clear: left;
    }
}

@media (min-width: 450px) and (max-width: 599px) {
    .ce_gallery .cols_4 li {
        width: calc((100% - 10px) / 2);
        margin: 10px 10px 10px 0;
    }
}

@media (min-width: 450px) and (max-width: 699px) {
    
    .ce_gallery .cols_3 li {
        width: calc((100% - 20px) / 3);
        margin: 10px 10px 10px 0;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    
    .ce_gallery .cols_4 li {
        width: calc((100% - 20px) / 2);
        margin: 10px 20px 10px 0;
    }
}

@media (max-width: 899px) {
    
    .ce_gallery .cols_4 li:nth-child(2n+2) {
        margin-right: 0;
    }
    
    .ce_gallery .cols_4 li:nth-child(2n+3) {
        clear: left;
    }
}

@media (min-width: 700px) {
    
    .ce_gallery .cols_3 li {
        width: calc((100% - 40px) / 3);
        margin: 10px 20px 10px 0;
    }
}

@media screen and (min-width: 900px) {
    
    .ce_gallery .cols_4 li:nth-child(4n+4) {
        margin-right: 0;
    }
    
    .ce_gallery .cols_4 li:nth-child(4n+5) {
        clear: left;
    }
}

@media screen and (min-width: 900px) and (max-width: 999px), screen and (min-width: 1160px) and (max-width: 1299px) {
    
    .ce_gallery .cols_4 li {
        width: calc((100% - 30px) / 4);
        margin: 10px 10px 10px 0;
    }
    
    .ce_gallery .image_container .p-caption {
        margin-right: 5px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1159px), screen and (min-width: 1300px) {
    
    .ce_gallery .cols_4 li {
        width: calc((100% - 60px) / 4);
        margin: 10px 20px 10px 0;
    }
}

/* Images */

/* Basic */

img {
    max-width: 100%;
    height: auto;
    color: #161C1D;
    vertical-align: bottom;
    border: 0;
}

.image_container > a {
    display: block;
    position: relative
}

/* Bildgroessen */

@media (min-width: 760px) {
    
    .ce_text .image_container.img-querformat,
    .ce_text .image_container.img-quadratisch {
        width: calc((((100% + 40px) - 80px) / 3));
    }
}

@media (min-width: 1160px) {
    
    .ce_text .image_container.img-querformat,
    .ce_text .image_container.img-quadratisch {
        width: calc((((100% + 20px) - 40px) / 3) - 20px);
    }
}

@media (min-width: 1450px) {
    
    .ce_text .image_container.float_right.img-querformat,
    .ce_text .image_container.float_right.img-quadratisch {
        width: calc((100% - 40px) / 3);
        margin-right: 0;
    }
    
    .ce_text .image_container.float_left.img-querformat,
    .ce_text .image_container.float_left.img-quadratisch,
    .ce_text .image_container.img-hochformat {
        width: calc((100% - 60px) / 4);
    }
    
    .ce_text .image_container.img-hochformat {
        margin-right: 0;
    }
    
/*    .ce_text .image_container img {
        width: 100%;
    }*/
}

/* Positionierung: Links oder rechts */

@media (min-width: 600px) {
    .ce_text .image_container.float_left,
    .ce_text .image_container.float_right,
    .ce_text .image_container.float_left_col,
    .ce_text .image_container.float_right_col {
        float: left;
        display: table;
        margin: 0 25px 1.5rem 0;
    }
}

@media (min-width: 600px) {
    .ce_text .image_container.float_right,
    .ce_text .image_container.float_right_col {
        float: right;
        margin: 0 0 0 25px;
    }
}

.ce_text .image_container.float_left img,
.ce_text .image_container.float_left_col img,
.ce_text .image_container.float_right img,
.ce_text .image_container.float_right_col img {
    display: block;
}

.image_container.float_left_col + .text_container,
.image_container.float_right_col + .text_container {
    overflow: auto;
}

.image_container.float_left + .text_container:after,
.image_container.float_right + .text_container:after {
    content: " ";
    display: table;
    clear: both;
}

.image_container.float_right + .text_container > :last-child {
    margin-bottom: 0;
}

.image_container.float_left + .text_container > ul {
    overflow: auto;
}

.image_container.float_left_col + .text_container > :first-child {
    margin-top: 0;
}

/* Positionierung: Oberhalb */

.ce_text .image_container.float_above {
    margin: 1.5rem 0 2.0rem 0;
}

/* Bildunterschrift */

.image_container .p-caption {
    padding: .8rem 0 0 0;
    margin: 0;
}

.image_container.float_left .p-caption,
.image_container.float_left .p-caption,
.image_container.float_left_col .p-caption,
.image_container.float_right .p-caption,
.image_container.float_right_col .p-caption {
    display: table-caption;
    caption-side: bottom;
}

/* Intro */

/* Intro: Layout */

.content-intro {
    background: #F2F2F2;
    padding: 10px 10px 5px 10px;
    margin: 0 -10px 50px -10px;
}

@media (min-width: 600px) {
    .content-intro {
        display: flex;
        justify-content: space-between;
        padding: 12px 10px 5px 10px;
        margin: 0 -10px 70px -10px;
    }
}

@media (min-width: 700px) {
    .content-intro {
        align-content: flex-end;
        padding: 20px;
        margin: 0 -20px 70px -20px;
    }
}

@media (min-width: 1000px) {
    .content-intro {
        padding: 0;
        margin: 0 0 60px 0;
    }
}

.intro-breadcrumb-text {
    box-sizing: border-box;
    padding: 20px 0 20px 0;
}

@media (min-width: 600px) {
    .intro-breadcrumb-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 20px 20px 0;
    }
}

@media (min-width: 1000px) {
    .intro-breadcrumb-text {
        padding: 35px 25px 25px 20px;
    }
}

@media (min-width: 1100px) {
    .intro-breadcrumb-text {
        padding: 40px 25px 25px 30px;
    }
}

@media (min-width: 1200px) {
    .intro-breadcrumb-text {
        padding: 40px 30px 30px 30px;
    }
}

.intro-filler {
    display: none;
}

@media (min-width: 1000px) {
    .intro-filler {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        background: #F2F2F2;
    }
}

/* Intro: Breadcrumb */

.content-intro .breadcrumb p {
    color: #161C1D;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
}

@media (min-width: 700px) {
    .content-intro .breadcrumb p {
        font-size: 2.0rem;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .content-intro .breadcrumb p {
        font-size: 2.2rem;
        margin: 0 0 .3rem 0;
    }
}

.breadcrumb a {
    color: #161C1D;
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
    color: rgb(161,0,134);
    text-decoration: underline;
}

.breadcrumb strong {
    position: absolute !important;
    top: -6000px !important;
    left: -6000px !important;
    height: 1px !important;
    width: 1px !important;
}

/* Intro: Text */

.content-intro h1 {
    margin-bottom: 0;
}

.content-intro p {
    max-width: 560px;
    margin-top: 2.4rem;
}

.content-intro .text_container :last-child {
    margin-bottom: 0;
}

/* Intro: Image */

/* Intro: Image - Basic */

.intro-image {
    width: 240px;
}

@media (min-width: 1000px) {
    body:not(.home) .intro-image {
        align-self: flex-end;
        position: relative;
        bottom: -20px;
    }
    
    body.home .intro-image {
        align-self: center;
        margin-top: 20px;
    }
}

@media (min-width: 1250px) {
    .home .intro-image {
        align-self: flex-end;
        position: relative;
        bottom: -20px;
    }
}

/* Intro: Image - Square (standard) */

@media (min-width: 600px) {
    .intro-image-square {
        flex-basis: calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
        min-width: calc((100% - 40px) / 3);
    }
}

/* Intro: Image - Square (large) */

@media (min-width: 1250px) {
    .intro-image-square-large {
        flex-basis: 330px;
        width: 330px;
        min-width: 330px;
    }
}

@media (min-width: 1300px) {
    .intro-image-square-large {
        flex-basis: 380px;
        width: 380px;
        min-width: 380px;
    }
}

/* Intro: Image - Caption */

.intro-image .p-caption {
    font-size: 1.5rem;
    margin: .3rem 0 0 0;
}

@media (min-width: 1000px) {
    /*body:not(.home) */
    .intro-image .p-caption {
        position: absolute;
        width: 100%;
        text-align: right;
    }
}

@media (min-width: 1250px) {
    .home .intro-image .p-caption {
        position: absolute;
        width: 100%;
        text-align: right;
    }
}

/* Pagination */

.pagination p {
    font-size: 1.8rem;
}

.pagination-info {
    float: left;
    margin: 0;
}

.pagination-navigation {
    float: left;
    margin: 0 0 0 30px;
}

.pagination-navigation-active {
    font-weight: 700;
}

.pagination-navigation-active,
.pagination-navigation-link {
    display: inline-block;
    text-decoration: none;
    padding: 0 .4rem;
}

.pagination-navigation-next {
    display: inline-block;
    margin-left: 30px;
}

/* Navigation */

/* Basic */

.mod_navigation ul,
.mod_customnav ul,
.mod_tag_navigation_link_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mod_navigation li,
.mod_customnav li,
.mod_tag_navigation_link_list li {
    margin: 0;
}

.mod_navigation a,
.mod_customnav a,
.mod_tag_navigation_link_list a {
    text-decoration: none;
}

/* Bereichsmenue im Contentbereich KANN EVTL. WEG? */

/*#content .mod_navigation li {
                border-top: 1px solid rgba(31,35,37,.2);
            }
            #content .mod_navigation li:last-child {
                border-bottom: 1px solid rgba(31,35,37,.2);
            }
            #content .mod_navigation a,
            #content .mod_navigation strong {
                display: block;
                color: #000;
                padding: .4rem 0 .7rem 0;
            }
            #content .mod_navigation a:hover,
            #content .mod_navigation a:focus,
            #content .mod_navigation a:active {
                text-decoration: underline;
            }*/

/* Outro */

.content-outro {
    background-color: #FFF;
}

.content-outro > .inside {
    margin: 0 10px;
}

@media (min-width: 600px) {
    .content-outro > .inside {
        margin: 0 20px;
    }
}

@media (min-width: 1000px) {
    .content-outro > .inside {
        max-width: 1380px;
        margin: 0 auto;
    }
}

/* Startseite */

@media (min-width: 1000px) and (max-width: 1299px) {
    .box-contact .contact-name {
        font-size: 1.8rem;
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .box-contact .contact-name {
        font-size: 1.8rem;
    }
}

.home #content > .inside {
    padding-top: 24px;
}

@media (min-width: 1300px) {
    .home #content > .inside {
        padding-top: 44px
    }
}

@media (min-width: 800px) {
    .home-news-events {
        clear: both;
        display: flex;
        justify-content: space-between;
        padding-top: 4.0rem;
    }
}

.home-news-events .mod_eventlist {
    margin-top: 60px;
}

@media (min-width: 800px) {
    .home-news-events .mod_newslist,
    .home-news-events .mod_eventlist {
        flex-basis: calc(50% - 40px);
        margin-top: 0;
    }
}

.home-stage {
    padding-top: 2.5rem;
    padding-bottom: 3.0rem;
}

@media (min-width: 600px) {
    .home-stage {
        padding-bottom: 0;
    }
}

@media (min-width: 600px) {
    .home-stage .ce_text {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }
}

@media (min-width: 1100px) {
    .home-stage .ce_text {
        align-items: center;
    }
}

.home-stage.home-stage-orange {
    background-color: rgb(161,0,134);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 30px 5px 1px 25px;
}

@media (min-width: 600px) {
    .home-stage .ce_text .image_container {
        float: none;
        padding-top: 1.0rem;
        width: 220px;
        margin-right: 25px;
    }
}

@media (min-width: 700px) {
    .home-stage .ce_text .image_container {
        width: 240px;
    }
}

@media (min-width: 900px) {
    .home-stage .ce_text .image_container {
        width: calc(30% - 25px);
    }
}

@media (min-width: 1300px) {
    .home-stage .ce_text .image_container {
        width: 260px;
    }
}

#content .home-stage .ce_text > .image_container img {
    width: 100%;
    max-width: 300px;
}

body:not(.ie)#content .home-stage .ce_text > .text_container {
    /*flex: 1;*/
}

@media (min-width: 600px) {
    #content .home-stage .ce_text > .text_container {
        max-width: 670px;
        
        padding-bottom: 2.0rem;
    }
}

@media (min-width: 700px) {
    #content .home-stage .ce_text > .text_container {
    
    }
}

@media (min-width: 900px) {
    #content .home-stage .ce_text > .text_container {
    
    }
}

@media (min-width: 1300px) {
    #content .home-stage .ce_text > .text_container {
    
    }
}

@media (min-width: 600px) {
    .ie #content .home-stage .ce_text > .text_container {
        width: calc(100% - 220px - 25px);
    }
}

@media (min-width: 700px) {
    .ie #content .home-stage .ce_text > .text_container {
        width: calc(100% - 240px - 25px);
    }
}

@media (min-width: 900) {
    .ie #content .home-stage .ce_text > .text_container {
        width: 70%;
    }
}

@media (min-width: 1300) {
    .ie #content .home-stage .ce_text > .text_container {
        width: calc(100% - 260px - 25px);
    }
}

.home-stage .ce_text h2 {
    font-size: 2.5rem;
    line-height: 3.7rem;
    color: #161C1D;
    margin-top: 0;
    margin-bottom: 1.0rem;
}

@media (min-width: 1000px) {
    .home-stage .ce_text h2 {
        font-size: 2.6rem;
        line-height: 3.8rem;
    }
}

@media (min-width: 1200px) {
    .home-stage .ce_text h2 {
        font-size: 2.8rem;
        line-height: 4.0rem;
    }
}

.home-stage.home-stage-orange .ce_text * {
    color: #FFF;
}

.home-stage .text_container p {
    margin-top: 1.5rem;
    margin-bottom: 2.0rem;
}

/* Suchergebnisse */

.suchergebnisse-item {
    padding: 25px 0 30px 0;
    border-top: 1px solid #B5B5B5;
}

.suchergebnisse-item.first {
    padding-top: 0;
    border-top: none;
}

.suchergebnisse-item a {
    text-decoration: none;
}

.suchergebnisse-item a:hover,
.suchergebnisse-item a:focus,
.suchergebnisse-item a:active {
    text-decoration: underline;
}

.suchergebnisse-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3.0rem;
    text-decoration: none;
    margin: 0;
    max-width: 76.0rem;
}

.suchergebnisse-url {
    color: #767676;
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin: .4rem 0 1.4rem;
    max-width: 76.0rem;
}

.suchergebnisse-context {
    max-width: 76.0rem;
    margin: 0;
}

.suchergebnisse-context mark {
    color: #334A49;
    font-weight: 600;
    background-color: transparent;
}

/* Termine */

/* Termine - Liste */

.event-list-ul {
    margin-top: 0;
}

.event-list-item {
    padding: 22px 0 25px 0;
    border-bottom: 1px solid #B5B5B5;
    margin: 0;
}

.event-list-item:first-child {
    padding-top: 0;
}

.event-list-item-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin: 0;
}

.event-list-item-title a {
    color: rgb(161,0,134);
    text-decoration: none;
}

.event-list-item-title a:hover,
.event-list-item-title a:focus,
.event-list-item-title a:active {
    text-decoration: underline;
}

.event-list-item-date-time-location {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: .4rem 0 0 0;
}

/* Termine - Startseite */

.event-list-home-title {
    color: #161C1D;
    font-size: 1.9rem;
    font-weight: 600;
    margin: 0 0 1.2rem 0;
}

.event-list-home-ul {
    margin-top: 0;
}

.event-list-home-item:first-child {
    border-top: 1px solid #B5B5B5;
}

.event-list-home-item {
    position: relative;
    background-color: #F8F8F8;
    background-image: url(/files/system/images/icon-termin.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 10px 1.7rem;
    padding: 15px 0 18px 60px;
    border-bottom: 1px solid #B5B5B5;
    margin: 0;
}

@media (min-width: 450px) {
    .event-list-home-item {
        background-size: 48px 48px;
        background-position: 20px calc(50% - 2px);
        padding: 23px 0 25px 90px;
    }
}

.event-list-home-item-title {
    font-size: 1.9rem;
    line-height: 2.5rem;
    padding-right: 40px;
    margin: 0;
}

@media (min-width: 450px) {
    .event-list-home-item-title {
        font-size: 2.0rem;
        line-height: 2.6rem;
        padding-right: 50px;
    }
}

.event-list-home-item-title a {
    text-decoration: none;
}

.event-list-ul .event-list-home-item-title a:hover,
.event-list-ul .event-list-home-item-title a:focus,
.event-list-ul .event-list-home-item-title a:active {
    display: inline;
    background-color: transparent;
    color: rgb(161,0,134);
    text-decoration: underline;
    padding: 0;
    border-radius: 0;
    margin: 0;
}


.event-list-home-item-title a:before {
    content: " ";
    width: 19px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: calc(50% - 16px);
    background-image: url(/files/system/images/icons-pfeile-gross.png);
    background-position: -114px 0;
    background-repeat: no-repeat;
    background-size: 152px 32px;
}

@media (min-width: 450px) {
    .event-list-home-item-title a:before {
        right: 15px;
    }
}

.event-list-home-item-title a:hover:before,
.event-list-home-item-title a:focus:before,
.event-list-home-item-title a:active:before {
    background-position: -76px 0;
}

.event-list-home-item-title a:after {
    z-index: 10;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.event-list-home-item-date-time-location {
    color: #161C1D;
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin: .5rem 30px 0 0;
}

.event-list-home-item-date-time-location span {
    position: relative;
    display: inline-block;
}

.event-list-home-item-date {
    padding-left: 23px;
    margin-right: 12px;
}

.event-list-home-item-time {
    padding-left: 23px;
    margin-right: 12px;
}

.event-list-home-item-location {
    padding-left: 21px;
}

.event-list-home-item-date-time-location > span:before,
.event-list-home-item-date-time-location > time > span:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .3rem;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/files/system/images/icons-mini.png);
    background-size: 133px 57px;
    background-repeat: no-repeat;
}

.event-list-home-item-date:before {
    background-position: 0 0;
}

.event-list-home-item-time:before {
    background-position: -19px 0px;
}

.event-list-home-item-location:before {
    background-position: -38px 0px;
}

/* Termine - Auswahl */

.event-list-selection {
    clear: both;
    padding-top: 40px;
}

.event-list-auswahl-title {
    color: #767676;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin: 1.0rem 0 1.5rem 0;
}

.event-list-auswahl-ul {
    margin-top: 0;
}

.event-list-auswahl-item:first-child {
    border-top: 1px solid #B5B5B5;
}

.event-list-auswahl-item {
    position: relative;
    background-color: #F8F8F8;
    background-image: url(/files/system/images/icon-termin.png);
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: 35px calc(50% - 2px);
    padding: 23px 0 25px 115px;
    border-bottom: 1px solid #B5B5B5;
    margin: 0;
}

.event-list-auswahl-item-title {
    font-size: 2.0rem;
    line-height: 2.6rem;
    margin: 0;
}

.event-list-auswahl-item-title a {
    text-decoration: none;
}

.event-list-auswahl-item-title a:hover,
.event-list-auswahl-item-title a:focus,
.event-list-auswahl-item-title a:active {
    text-decoration: underline;
}

.event-list-auswahl-item-title a:before {
    content: " ";
    width: 19px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: calc(50% - 16px);
    background-image: url(/files/system/images/icons-pfeile-gross.png);
    background-position: -114px 0;
    background-repeat: no-repeat;
    background-size: 152px 32px;
    
}

.event-list-auswahl-item-title a:hover:before,
.event-list-auswahl-item-title a:focus:before,
.event-list-auswahl-item-title a:active:before {
    background-position: -76px 0;
}

.event-list-auswahl-item-title a:after {
    z-index: 10;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.event-list-auswahl-item-date-time-location {
    color: #161C1D;
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin: .8rem 30px 0 0;
}

.event-list-auswahl-item-date-time-location span {
    position: relative;
}

.event-list-auswahl-item-date {
    padding-left: 23px;
}

.event-list-auswahl-item-time {
    padding-left: 23px;
    margin-left: 12px;
}

.event-list-auswahl-item-location {
    padding-left: 21px;
    margin-left: 12px;
}

.event-list-auswahl-item-date-time-location > span:before,
.event-list-auswahl-item-date-time-location > time > span:before {
    content: " ";
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/files/system/images/icons-mini.png);
    background-size: 133px 57px;
    background-repeat: no-repeat;
}

.event-list-auswahl-item-date:before {
    background-position: 0 0;
}

.event-list-auswahl-item-time:before {
    background-position: -19px 0px;
}

.event-list-auswahl-item-location:before {
    background-position: -38px 0px;
}

/* Termine - Detail */

@media (min-width: 850px) {
    .event-detail {
        float: left;
        width: calc(((100% - 40px) / 3) * 2);
        padding-bottom: 4.0rem;
    }
}

.event-detail-date-time {
    margin-top: 0;
}

@media (min-width: 850px) {
    .event-aside {
        float: right;
        width: calc((100% - 40px) / 3);
    }
}

/* Text */

@media (min-width: 1000px) {
    
    #content .ce_text > .text_container {
        max-width: 730px;
    }
    
    #content .ce_text.text-full-width > .text_container {
        max-width: 100%;
    }
}

@media (min-width: 1000px) {
    .content-left .text_container {
        margin-right: 25px;
    }
}

.inside > .mod_article.first > .ce_text.first :first-child {
    margin-top: 0;
}


.content-left .ce_text {
    margin: 20px 10px 0px 10px;
}

@media (min-width: 700px) {
    .content-left .ce_text {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (min-width: 1000px) {
    .content-left .ce_text {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .content-left .ce_text {
        margin-left: 30px
    }
}

@media (min-width: 1420px) {
    .content-left .ce_text {
        margin-left: 0;
    }
}

@media (min-width: 600px) {
    .ce_text.ls:before,
    .ce_text.ls:after {
        content: " ";
        display: table;
    }
    
    .ce_text.ls:after {
        clear: both;
    }
    
    .ce_text.ls .image_container {
        float: right;
        width: 200px;
    }
}

.ce_text.ls.trennlinie-oben .image_container:first-child {
    margin-top: 2.0rem;
}

.ce_text.ls .image_container img {
    margin-bottom: 10px;
}

@media (min-width: 600px) {
    .ce_text.ls .image_container img {
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    }
}

.ce_text.ls > .text_container:nth-child(3) > p:first-child {
    margin-top: 0;
}

.ce_text.ls > .text_container > p:last-child {
    margin-bottom: 0;
}


.ce_text.teaser {
    border-top: 1px solid rgba(31, 35, 37, .2);
    margin-top: 4.0rem;
}


.ce_text.teaser h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 0;
}

.ce_text.teaser h2 a {
    color: rgb(161,0,134);
    text-decoration: none;
}

.ce_text.teaser h2 a:hover,
.ce_text.teaser h2 a:focus,
.ce_text.teaser h2 a:active {
    text-decoration: underline;
}

.ce_text.teaser p {
    margin: 1.2rem 0;
}

/* Typography */

/* Headlines */

h1 {
    color: #161C1D;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 3.7rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
}

@media (min-width: 700px) {
    h1 {
        font-size: 3.8rem;
        font-weight: 600;
        line-height: 4.8rem;
        margin-left: -.2rem;
    }
}

@media (min-width: 1150px) {
    h1 {
        font-size: 3.9rem;
        line-height: 4.9rem;
    }
}

@media (min-width: 1250px) {
    h1 {
        font-size: 4.0rem;
        line-height: 5.0rem;
        margin-left: -.3rem;
    }
}

h1 .h1-row-1 {
    display: block;
}

h1 .h1-row-2 {
    display: block;
    color: #161C1D;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.4rem;
    hyphens: manual;
    margin-top: 1.6rem;
    
}

@media (min-width: 1200px) {
    h1 .h1-row-2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        margin-top: 2.2rem;
        margin-left: .1rem;
    }
}

h2 {
    color: rgb(161,0,134);
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-top: 4.5rem;
    margin-bottom: 2.0rem;
}

@media (min-width: 500px) {
    h2 {
        font-size: 2.6rem;
        line-height: 3.8rem;
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1000px) {
    h2 {
        font-size: 2.8rem;
        line-height: 4.0rem;
    }
}

h2.trennlinie-oben {
    padding-top: 3.5rem;
}

h3 {
    color: rgb(161,0,134);
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3.4rem;
    margin-top: 3.5rem;
    margin-bottom: 2.0rem;
}

h4 {
    color: #161C1D;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

h5 {
    color: #161C1D;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    opacity: .8;
}

h3 + p {
    margin-top: -1.0rem;
}

h4 + p {
    margin-top: -2.0rem;
}

h5 + p {
    margin-top: -2.5rem;
}

.article-3-cols .ce_headline {
    margin-bottom: 0;
}

/* Paragraphs */

p {
    color: #161C1D;
    font-size: 1.9rem;
    line-height: 2.9rem;
    margin: 2.5rem 0;
}

@media (min-width: 500px) {
    p {
        font-size: 2.0rem;
        line-height: 3.1rem;
        margin: 2.8rem 0;
    }
}

.p-einleitung {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.0rem;
}

@media (min-width: 1200px) {
    .p-einleitung {
        font-size: 2.2rem;
        line-height: 3.4rem;
    }
}

.content-intro .p-einleitung {
    margin-bottom: 0;
}

.p-hervorgehoben {
}

.p-zentriert {
    text-align: center;
}

.p-caption {
    color: #767676;
    font-size: 1.7rem;
    line-height: 2.3rem;
}

.back {
    clear: both;
    padding-top: 1.0rem;
    border-top: 1px solid rgba(31, 35, 37, .2);
    margin-top: 5.0rem;
    margin-bottom: 0;
}

/* Lists */

ul {
    padding: 0;
    margin: 2.8rem 0;
    list-style: none;
}

ol {
    padding: 0;
    margin: 2.8rem 0 2.8rem 2.1rem;
}

li {
    font-size: 1.9rem;
    line-height: 2.9rem;
    margin: 2.5rem 0;
}

@media (min-width: 500px) {
    li {
        font-size: 2.0rem;
        line-height: 3.1rem;
        margin: 2.8rem 0;
    }
}

.ce_text ul li,
.event-detail-description ul li,
.ce_downloads .ul-downloads li {
    position: relative;
    padding-left: 2.4rem;
}

.ce_text ol li {
    padding-left: .3rem;
}

.ce_text .li-ohne-bullet,
.ce_text .li-event-list-full,
.ce_text .li-contact-list {
    position: static;
    padding-left: 0;
}

.ce_text ul li:before,
.event-detail-description ul li:before,
.ce_downloads .ul-downloads li:before {
    content: "•";
    position: absolute;
    left: 0;
}

.ce_text .li-ohne-bullet:before,
.ce_text .li-event-list-full:before,
.ce_text .li-contact-list:before {
    content: "";
    position: static;
}

.li-ohne-abstand {
    margin: 0;
}

.li-ohne-abstand > ul,
.li-ohne-abstand > ol {
    margin-top: 0;
}

.li-kleiner-abstand,
.ul-li-kleiner-abstand li {
    margin: .4rem 0;
}

.li-ohne-bullet {
    padding: 0;
}

.li-contact-list {
    padding-top: 1.0rem;
    border-top: 1px solid rgba(31, 35, 37, .2);
}

.li-contact-list:first-child {
    margin-top: 5.0rem;
}

.li-contact-list h2 {
    font-size: 2.3rem;
    margin: 1.5rem 0;
}

.li-contact-list p {
    margin: 1.5rem 0;
}

/* TinyMCE */

#wrapper.mce-content-body ul li {
    color: #161C1D;
    position: relative;
    padding-left: 2.0rem;
}

#wrapper.mce-content-body ul li:before {
    content: "•";
    position: absolute;
    left: 0;
}

#wrapper.mce-content-body .li-ohne-bullet,
#wrapper.mce-content-body .li-event-list-full,
#wrapper.mce-content-body .li-contact-list {
    position: static;
    padding-left: 0;
}

#wrapper.mce-content-body .li-ohne-bullet:before,
#wrapper.mce-content-body .li-event-list-full:before,
#wrapper.mce-content-body .li-contact-list:before {
    content: "";
    position: static;
}

/* Links */

/* Buttons */

@media (max-width: 400px) {
    .button {
        margin: 0 0 5px 0;
    }
}

.button {
    display: inline-block;
    background-color: rgb(161,0,134);
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.4rem;
    text-decoration: none;
    text-align: center;
    padding: .5rem 12px .9rem 12px;
    border: 1px solid rgb(161,0,134);
    border-radius: 3px;
    margin: 0 0 5px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button:hover,
.button:focus,
.button:active {
    color: #FFF;
    background-color: #161C1D;
    border-color: #161C1D;
    text-decoration: none;
}

.button.weiss {
    background-color: #FFF;
    color: #0091D3;
    border: 1px solid #0091D3;
}

.button.weiss:hover,
.button.weiss:focus,
.button.weiss:active {
    background-color: #0091D3;
    color: #FFF;
    border-color: #0091D3;
}

.button.weisser-rahmen {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}

.button.weisser-rahmen:hover,
.button.weisser-rahmen:focus,
.button.weisser-rahmen:active {
    color: #FFF;
    background-color: #161C1D;
    border-color: #161C1D;
}

.button.schwarzer-rahmen {
    background-color: transparent;
    color: #161C1D;
    border: 1px solid #161C1D;
}

.button.schwarzer-rahmen:hover,
.button.schwarzer-rahmen:focus,
.button.schwarzer-rahmen:active {
    color: #FFF;
    background-color: #161C1D;
    border-color: #161C1D;
}

.button.ghost-orange {
    color: rgb(161,0,134);
    background-color: #FFF;
    border-color: rgb(161,0,134);
}

.button.ghost-orange:hover,
.button.ghost-orange:focus,
.button.ghost-orange:active {
    color: #FFF;
    background-color: rgb(161,0,134);
    border-color: rgb(161,0,134);
}

/* Tables */

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top;
    padding: .5rem 10px;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
}

th {
    font-weight: 600;
}

tr > th:first-child,
tr > td:first-child {
    padding-left: 0;
}

/* Trennlinien */

.trennlinie-oben {
    clear: both;
    border-top: 1px solid rgba(31, 35, 37, .2);
    margin-top: 4.0rem;
}

.trennlinie-unten {
    border-bottom: 1px solid rgba(31, 35, 37, .2);
    margin-bottom: 4.0rem;
}

.mod_article.trennlinie-unten .ce_text.last p:last-child {
    margin-bottom: 4.0rem;
}

/* Abstaende */

.abstand-unten-0 {
    margin-bottom: 0 !important;
}

.abstand-unten-10 {
    margin-bottom: 10px !important;
}

.abstand-unten-20 {
    margin-bottom: 20px !important;
}

.abstand-unten-30 {
    margin-bottom: 30px !important;
}

.abstand-unten-40 {
    margin-bottom: 40px !important;
}

.abstand-unten-50 {
    margin-bottom: 50px !important;
}

.abstand-oben-0 {
    margin-top: 0 !important;
}

.abstand-oben-10 {
    margin-top: 10px !important;
}

.abstand-oben-20 {
    margin-top: 20px !important;
}

.abstand-oben-30 {
    margin-top: 30px !important;
}

.abstand-oben-40 {
    margin-top: 40px !important;
}

.abstand-oben-50 {
    margin-top: 50px !important;
}


/* Other */

abbr {
    text-decoration: none;
}

/* Videos */

.ce_youtube {
    margin: 4.0rem 0 6.0rem 0;
}

.ce_youtube.youtube-full-width {
    max-width: 100%;
}

.ce_youtube > .inside {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
}

.ce_youtube h2 {
    margin-bottom: 2.0rem;
}

.ce_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
}

/* Footer */

/* Footer: Basics */

.footer {
    clear: both;
    background-color: #FFF;
    padding-top: 40px;
}

@media (min-width: 1000px) {
    .footer {
        padding-top: 50px;
    }
}

/* Footer: Boxes */

.footer-boxes {
    margin: 0 10px;
}

@media (min-width: 600px) {
    .footer-boxes {
        margin: 0 20px;
    }
}

@media (min-width: 1000px) {
    .footer-boxes {
        max-width: 1380px;
        margin: 0 auto;
    }
}

@media (min-width: 800px) {
    .footer-boxes > .inside {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 1000px) {
    .footer-boxes > .inside {
        margin: 0 20px;
    }
}

@media (min-width: 1200px) {
    .footer-boxes > .inside {
        margin: 0 30px 0 300px;
    }
}

@media (min-width: 1300px) {
    .footer-boxes > .inside {
        margin: 0 30px 0 320px;
    }
}

.footer-boxes .box {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 10px 0;
}

@media (min-width: 600px) {
    .footer-boxes .box {
        padding: 15px;
        margin: 20px 0;
    }
}

@media (min-width: 800px) {
    .footer-boxes .box {
        width: calc(50% - 10px);
    }
    
    .ie11 .footer-boxes .box:last-child {
        margin-left: 20px;
    }
}

.footer-boxes .ce_text.box .image_container {
    float: none;
    width: 75px;
    margin: 0 15px 0 0;
}

@media (min-width: 400px) {
    .footer-boxes .ce_text.box .image_container {
        display: flex;
        align-items: center;
        width: 95px;
        margin-right: 22px;
    }
}

@media (min-width: 650px) {
    .footer-boxes .ce_text.box .image_container {
        width: 110px;
    }
}

@media (min-width: 800px) {
    .footer-boxes .ce_text.box .image_container {
        width: 95px;
        margin-right: 15px;
    }
}

@media (min-width: 850px) {
    .footer-boxes .ce_text.box .image_container {
        margin-right: 22px;
    }
}

@media (min-width: 950px) {
    .footer-boxes .ce_text.box .image_container {
        width: 110px;
    }
}

.footer-boxes .text_container {
    width: calc(100% - 75px - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 400px) {
    .footer-boxes .text_container {
        width: calc(100% - 95px - 22px);
        justify-content: flex-start;
    }
}

@media (min-width: 650px) {
    .footer-boxes .text_container {
        width: calc(100% - 110px - 22px);
    }
}

@media (min-width: 800px) {
    .footer-boxes .text_container {
        width: calc(100% - 95px - 15px);
    }
}

@media (min-width: 850px) {
    .footer-boxes .text_container {
        width: calc(100% - 95px - 25px);
    }
}

@media (min-width: 950px) {
    .footer-boxes .text_container {
        width: calc(100% - 110px - 25px);
    }
}

#footer-boxes .box h2 {
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin: 0 0 1.5rem 0;
}

@media (min-width: 450px) {
    #footer-boxes .box h2 {
        font-size: 2.4rem;
        line-height: 3.1rem;
    }
}

@media (min-width: 450px) {
    #footer-boxes .box h2 {
        font-size: 2.4rem;
        line-height: 3.1rem;
    }
}

@media (min-width: 700px) {
    #footer-boxes .box h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}

@media (min-width: 800px) {
    #footer-boxes .box h2 {
        max-width: 26.0rem;
        font-size: 2.2rem;
        line-height: 2.9rem;
        margin-bottom: 2.0rem;
    }
}

@media (min-width: 900px) {
    #footer-boxes .box h2 {
        font-size: 2.4rem;
        line-height: 3.1rem;
    }
}

@media (min-width: 950px) {
    #footer-boxes .box h2 {
        font-size: 2.5rem;
        line-height: 3.2rem;
    }
}

#footer-boxes .box p {
    margin: 0;
}

/* Footer: Block 1 + 2 basics */

.footer-block {
    background-color: #1F2325;
    color: #DFDFDF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1000px) {
    .footer-block > .inside {
        display: flex;
        max-width: 1380px;
        margin: 0 auto;
    }
}

.footer-block h2,
.footer-block p,
.footer-block li,
.footer-block a {
    color: #DFDFDF;
}

.footer-block h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 2.0rem 0 0 0;
}

.footer-block h2:after {
    content: " ";
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgb(161,0,134);
    margin: .8rem 0 2.0rem 0;
}

.footer-block p,
.footer-block li {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 2.0rem 0;
}

.footer-sitemap li {
    font-size: 1.7rem;
    border-top: 1px solid rgba(255, 255, 255, .18);
    margin: 0;
}

.footer-sitemap li.last {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer-sitemap li > a,
.footer-sitemap li > strong {
    display: block;
    padding: .5rem 0 .8rem 0;
}

/* Footer: Block 1 */

.footer-block-1 {
    padding: 50px 0 20px 0;
    border-top: 1px solid #FFF;
}

@media (min-width: 1000px) {
    .footer-block-1 {
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .footer-sitemap {
        flex-basis: 250px;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .footer-sitemap {
        flex-basis: 300px;
    }
}

@media (min-width: 1300px) {
    .footer-sitemap {
        flex-basis: 320px;
    }
}

.footer-sitemap .mod_customnav {
    margin: 0 10px;
}

@media (min-width: 700px) {
    .footer-sitemap .mod_customnav {
        margin: 0 20px;
    }
}

@media (min-width: 1000px) {
    .footer-sitemap .mod_customnav {
        box-sizing: border-box;
        width: 100%;
        margin: 0 30px 0 20px;
    }
}

@media (min-width: 1200px) {
    .footer-sitemap .mod_customnav {
        margin: 0 50px 0 30px;
    }
}


.footer-kontakt-ansprechpartner {
    margin: 0 10px;
}

@media (min-width: 700px) {
    .footer-kontakt-ansprechpartner {
        margin: 0 20px;
    }
}

@media (min-width: 800px) {
    .footer-kontakt-ansprechpartner {
        display: flex;
        justify-content: space-between;
        margin: 20px 20px 0 20px;
    }
}

@media (min-width: 1000px) {
    .footer-kontakt-ansprechpartner {
        flex-basis: calc(100% - 250px - 20px);
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1200px) {
    .footer-kontakt-ansprechpartner {
        flex-basis: calc(100% - 300px - 30px);
        margin: 0 30px 0 0;
    }
}

@media (min-width: 1300px) {
    .footer-kontakt-ansprechpartner {
        flex-basis: calc(100% - 320px - 30px);
        justify-content: space-between;
        margin: 0 30px 0 0;
    }
}

.footer-kontakt-ansprechpartner .ce_text {
    margin-top: 40px;
}

@media (min-width: 800px) {
    .footer-kontakt-ansprechpartner .ce_text {
        flex-basis: calc(50% - 25px);
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .footer-kontakt-ansprechpartner .ce_text {
        flex-basis: calc(50% - 10px);
    }
}

/* Footer: Block 2 */

.footer-block-2 {
    background-color: #2C2F31;
    padding: 14px 0;
    border-top: 1px solid #2C2F31;
}

.footer-block-2 p,
.footer-block-2 li {
    margin: 0;
}

.footer-social-legal {
    display: flex;
}

.footer-social {
    display: flex;
    justify-content: center;
}

@media (min-width: 1000px) {
    .footer-social {
        flex-basis: 250px;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .footer-social {
        flex-basis: 300px;
    }
}

@media (min-width: 1300px) {
    .footer-social {
        flex-basis: 320px;
    }
}

.footer-social ul {
    display: flex;
    margin: 0 10px 20px 10px;
}

@media (min-width: 800px) {
    .footer-social ul {
        margin: 0 20px 20px 20px;
    }
}

@media (min-width: 1000px) {
    .footer-social ul {
        box-sizing: border-box;
        width: 100%;
        margin: 0 30px 0 20px;
    }
}

@media (min-width: 1300px) {
    .footer-social ul {
        margin: 0 50px 0 20px;
    }
}

.footer-social li {
    margin: 0 8px 0 0;
}

.footer-social svg {
    vertical-align: bottom;
}

a:hover .social-media-icon circle,
a:focus .social-media-icon circle,
a:hover .social-media-icon circle {
    fill: #DFDFDF;
}

a:hover .social-media-icon path,
a:focus .social-media-icon path,
a:hover .social-media-icon path {
    fill: #BB5418;
    fill: rgb(161,0,134);
}

@media (min-width: 800px) {
    .footer-newsletter-legal {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1000px) {
    .footer-newsletter-legal {
        flex-basis: calc(100% - 250px - 20px);
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .footer-newsletter-legal {
        flex-basis: calc(100% - 300px - 30px);
        margin-right: 30px;
    }
}

@media (min-width: 1300px) {
    .footer-newsletter-legal {
        flex-basis: calc(100% - 320px - 30px);
        margin-right: 30px;
    }
}

.footer-newsletter-legal .block {
    display: flex;
    flex-basis: calc(50% - 25px);
    justify-content: center;
    margin-bottom: .8rem;
}

@media (min-width: 800px) {
    .footer-newsletter-legal .block {
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .footer-newsletter-legal .block {
        display: flex;
        flex-basis: calc(50% - 10px);
    }
}

.footer-newsletter-legal .block:first-child {
}

@media (min-width: 800px) {
    .footer-newsletter-legal .block:first-child {
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .footer-newsletter-legal .block:first-child {
        justify-content: flex-start;
    }
}

.footer-newsletter-legal .text_container {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

.footer-newsletter-legal ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-newsletter-legal li {
    position: static;
    padding: 0;
    margin-right: 20px;
}

.footer-newsletter-legal li:before {
    content: "";
    position: static;
}




/* YouTube */


.ce_youtube {
  margin: 3.5rem 0;
  max-width: 75rem;
}

.content-main .ce_youtube {
  max-width: 72rem;
}

.ce_youtube.box-video {
  padding: 20px;
  background: #F9F9F9;
}

.ce_youtube > .inside {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  background-color: #A10086;
}

.stop-overflow.ce_youtube > .inside {
  height: auto;
  padding-bottom: 0;
}

.ce_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.ce_youtube.box-video .text_container {
  margin-top: 2rem;
}

.ce_youtube.box-video h2 {
  font-size: 2rem;
  line-height: 2.7rem;
  margin: 0 0 0.5rem 0;
}

.ce_youtube.box-video p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin: 0;
}

.ce_youtube.box-video .box-video-button {
  margin-top: 1rem;
}

.ce_youtube noscript p {
  max-width: 40rem;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  color: #FFF;
}

/* YouTube preview */

.youtube-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  background-position: center center;
  background-size: 100% auto;
}

.stop-overflow .youtube-preview {
  position: static;
}

.youtube-preview > .inside {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  background-color: rgba(161, 0, 134, 0.75);
}

.youtube-preview .youtube-preview-fake-play-button {
  align-self: center;
  width: 116px;
  height: 116px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-fake-play-button:hover #circle, .youtube-preview .youtube-preview-fake-play-button:focus #circle, .youtube-preview .youtube-preview-fake-play-button:active #circle {
  fill-opacity: 100;
}
.youtube-preview .youtube-preview-fake-play-button:hover #play, .youtube-preview .youtube-preview-fake-play-button:focus #play, .youtube-preview .youtube-preview-fake-play-button:active #play {
  fill: #A10086;
}

.youtube-preview .youtube-preview-cookie-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 38px 10px 10px 10px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #A10086;
}

.youtube-preview-cookie-infotext {
  max-width: 45rem;
  margin: 0 auto;
}

.youtube-preview .youtube-preview-cookie-infotext a {
  color: #FFF;
}
.youtube-preview .youtube-preview-cookie-infotext a:hover, .youtube-preview .youtube-preview-cookie-infotext a:focus, .youtube-preview .youtube-preview-cookie-infotext a:active {
  color: #FFF;
}

.youtube-preview .button.youtube-preview-accept-cookies-button {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: .6rem 10px .7rem 10px;
  cursor: pointer;
  border-color: #FFF;
  background-color: transparent;
  max-width: 45rem;
  margin: 2.5rem auto;
}

.youtube-preview .button.youtube-preview-accept-cookies-button:hover, .youtube-preview .button.youtube-preview-accept-cookies-button:focus, .youtube-preview .button.youtube-preview-accept-cookies-button:active {
  color: #A10086;
  border-color: #FFF;
  background-color: #FFF;
}

.youtube-preview-cookie-infotext {
    color: #FFF;
}

.youtube-preview .youtube-preview-close-cookie-info {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-circle {
  fill: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-x {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-circle {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-x {
  fill: #A10086;
}


/* YouTube Config (data protection page) */

.youtube-cookie-config {
    max-width: 730px;
}

.youtube-cookie-config h4 {
    color: #A10086;
    margin-bottom: 1.0rem;
}

.youtube-cookie-config .youtube-config-button {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: #FFF;
  border-color: #A10086;
  background-color: #A10086;
}
.youtube-cookie-config .youtube-config-button:hover, .youtube-cookie-config .youtube-config-button:focus, .youtube-cookie-config .youtube-config-button:active {
  border-color: #000;
  background-color: #000;
}

.youtube-cookie-config .text_container p {
    margin: 0;
}



.article-cols-2 .ce_youtube {
  margin-top: 4rem;
}
.article-cols-2 .ce_youtube h2 {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  margin-top: 5rem;
}



/* Tracking config box */

#tracking-config-wrapper .box {
    max-width: 730px;
}

/* Styleswitcher */

/* Font size - Large */

.font-size-large p,
.font-size-large li,
.font-size-large input,
.font-size-large textarea,
.font-size-large select,
.font-size-large legend,
.font-size-large label,
.font-size-large .button {
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.font-size-large .box-contact .contact-position,
.font-size-large .box-contact .contact-details,
.font-size-large .box-contact .li-contact-linklist {
    font-size: 2.0rem;
    line-height: 2.6rem;
}

/* Colors - White and black */

.colors-black-white * {
    background: #FFF !important;
    color: #000 !important;
}

.colors-black-white * {
    background: #FFF !important;
    color: #000 !important;
}

/* Colors - Black and yellow */

/* General */

.colors-yellow-black #header,
.colors-yellow-black #header-logo > .inside,
.colors-yellow-black #wrapper-inner,
.colors-yellow-black #header-hauptmenue,
.colors-yellow-black .button,
.colors-yellow-black .content-intro,
.colors-yellow-black .intro-filler,
.colors-yellow-black .filter-option-label,
.colors-yellow-black .h1-row-2,
.colors-yellow-black .box.orange,
.colors-yellow-black .box.grau,
.colors-yellow-black #outro,
.colors-yellow-black .footer,
.colors-yellow-black .footer-block,
.colors-yellow-black h1,
.colors-yellow-black h2,
.colors-yellow-black h3,
.colors-yellow-black h4,
.colors-yellow-black h5,
.colors-yellow-black p,
.colors-yellow-black li,
.colors-yellow-black legend,
.colors-yellow-black input,
.colors-yellow-black .widget-submit button {
    background: #000 !important;
    color: yellow !important;
}

.colors-yellow-black #header-image,
.colors-yellow-black .filter-option-label:before,
.colors-yellow-black .filter-option-pseudo-checkbox:before,
.colors-yellow-black .box.orange,
.colors-yellow-black .box.grau,
.colors-yellow-black input,
.colors-yellow-black .widget-submit button {
    border: 1px solid yellow !important;
}

.colors-yellow-black .event-list-item,
.colors-yellow-black .button {
    border-color: yellow !important;
}

/* Header */

.colors-yellow-black #header-hauptmenue-nav {
    border-top: 1px solid yellow !important;
    border-bottom: 1px solid yellow !important;
}

.colors-yellow-black #header-hauptmenue-nav ul {
    margin-left: 0;
}

.colors-yellow-black #header-hauptmenue a:hover,
.colors-yellow-black #header-hauptmenue a:focus,
.colors-yellow-black #header-hauptmenue a:active,
.colors-yellow-black #header-hauptmenue a.trail,
.colors-yellow-black #header-hauptmenue strong.active {
    background-color: yellow !important;
    color: #000 !important;
    border-color: yellow !important;
}

/* Elements */

/* Angebote - Liste (Compact) */

.colors-yellow-black .offer-list-compact {
    margin-top: -20px;
}

.colors-yellow-black .offer-list-compact-item-name-title::before,
.colors-yellow-black .offer-list-compact-item-name-title::after {
    border-top: none;
}

.colors-yellow-black .offer-list-compact-item-name-title {
    text-decoration: none;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
}

.colors-yellow-black .offer-list-compact-item-name {
    text-decoration: underline;
}

.colors-yellow-black .offer-list-compact-item-title {
    font-weight: 300;
}

.colors-yellow-black a:hover .offer-list-compact-item-name,
.colors-yellow-black a:focus .offer-list-compact-item-name,
.colors-yellow-black a:active .offer-list-compact-item-name,
.colors-yellow-black a:hover .offer-list-compact-item-title,
.colors-yellow-black a:focus .offer-list-compact-item-title,
.colors-yellow-black a:active .offer-list-compact-item-title {
    background-color: yellow !important;
    color: #000 !important;
}

/* Bereichsmenue */

/* Bereichsmenue - General */

.colors-yellow-black .navbar-submenu .level_1 > li > a,
.colors-yellow-black .navbar-submenu .level_1 > li > strong {
    text-decoration: none;
    border-color: yellow;
}

/* Bereichsmenue - Outro */

.colors-yellow-black .content-outro .navbar-submenu .level_1 > li > a,
.colors-yellow-black .content-outro .navbar-submenu .level_1 > li > strong {
    background-color: #000;
    text-decoration: none;
    border-color: yellow;
}

.colors-yellow-black .content-outro .navbar-submenu .level_1 > li > a > span:before,
.colors-yellow-black .content-outro .navbar-submenu .level_1 > li > strong > span:before {
    border-color: yellow;
}

/* Boxes */

.colors-yellow-black .box.box-border,
.colors-yellow-black .box-contact .contact-details,
.colors-yellow-black .box-contact .ul-contact-linklist {
    border-color: yellow !important;
}

/* Forms */

/* Placeholders */

.colors-yellow-black ::-webkit-input-placeholder { /* Chrome */
    color: yellow !important;
}

.colors-yellow-black :-ms-input-placeholder { /* IE 10+ */
    color: yellow !important;
}

.colors-yellow-black ::-moz-placeholder { /* Firefox 19+ */
    color: yellow !important;
}

.colors-yellow-black :-moz-placeholder { /* Firefox 4 - 18 */
    color: yellow !important;
}

.colors-yellow-black ::-ms-input-placeholder { /* Edge */
    color: yellow !important;
}

.colors-yellow-black :hover::-webkit-input-placeholder,
.colors-yellow-black :focus::-webkit-input-placeholder,
.colors-yellow-black :active::-webkit-input-placeholder { /* Chrome */
    color: yellow !important;
}

.colors-yellow-black :hover:-ms-input-placeholder { /* IE 10+ */
    color: yellow !important;
}

.colors-yellow-black :hover::-moz-placeholder,
.colors-yellow-black :focus::-moz-placeholder,
.colors-yellow-black :active::-moz-placeholder { /* Firefox 19+ */
    color: yellow !important;
}

.colors-yellow-black :hover:-moz-placeholder { /* Firefox 4 - 18 */
    color: yellow !important;
}

.colors-yellow-black :hover::-ms-input-placeholder { /* Edge */
    color: yellow !important;
}

/* Intro */

.colors-yellow-black .content-intro {
    padding-bottom: 6px;
    border-bottom: 1px solid yellow;
}

.colors-yellow-black .intro-breadcrumb-text {
    padding-left: 0;
}

.colors-yellow-black .intro-image {
    position: static;
    padding-top: 20px;
}

.colors-yellow-black .intro-image .p-caption {
    position: static;
}

/* Typography */

/* Links and Buttons */

.colors-yellow-black a {
    color: yellow !important;
    text-decoration: underline;
}

.colors-yellow-black a:hover,
.colors-yellow-black a:focus,
.colors-yellow-black a:active,
.colors-yellow-black .widget-submit button:hover,
.colors-yellow-black .widget-submit button:focus,
.colors-yellow-black .widget-submit button:active {
    background-color: yellow !important;
    color: #000 !important;
}

.colors-yellow-black .button {
    text-decoration: none;
}

/* Footer */

.colors-yellow-black .footer-block {
    border-top: 1px solid yellow !important;
}

.colors-yellow-black .footer-block h2:after {
    background-color: #000;
}

.colors-yellow-black .footer-sitemap li {
    border-color: transparent !important;
}

.colors-yellow-black .footer-social a:hover,
.colors-yellow-black .footer-social a:focus,
.colors-yellow-black .footer-social a:active {
    background-color: #000 !important;
}

.colors-yellow-black .social-media-icon circle,
.colors-yellow-black .social-media-icon circle,
.colors-yellow-black .social-media-icon circle {
    fill: #000 !important;
    stroke: yellow !important;
}

.colors-yellow-black .social-media-icon path,
.colors-yellow-black .social-media-icon path,
.colors-yellow-black .social-media-icon path {
    fill: yellow !important;
}

.colors-yellow-black a:hover .social-media-icon circle,
.colors-yellow-black a:focus .social-media-icon circle,
.colors-yellow-black a:hover .social-media-icon circle {
    fill: yellow !important;
}

.colors-yellow-black a:hover .social-media-icon path,
.colors-yellow-black a:focus .social-media-icon path,
.colors-yellow-black a:hover .social-media-icon path {
    fill: #000 !important;
}
    
