/* Typo */
/*
@font-face {
    font-family: 'Open Sans';
    src: url('/fileadmin/umm/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/fileadmin/umm/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/fileadmin/umm/fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('/fileadmin/umm/fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
@font-face {
    font-family: 'Open Sans';
    src: url('/fileadmin/umm/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/fileadmin/umm/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
*/
/**
BILDPOSITIONIERUNG
*/
/* @media screen and (min-width: 660px) { */
@media screen and (max-width: 1024px) {
    .content-container .ce-image, .content-container .ce-textpic {
/* 20230517 Hoefling */
/*        max-width: 800px; */
        max-width: 100%;
/* # ############### */
        padding-top: 10px !important;
        padding-bottom: 10px;
    }

/* 20210526 Hoefling */
    .content-container .nomaxwidth .ce-image, .content-container .nomaxwidth .ce-textpic {
        max-width: 100%;
        padding-top: 10px !important;
        padding-bottom: 10px;
    }


    .content-container .ce-textpic h2 {
        padding-top: 0 !important;
    }

    .ce-textpic.csc-textpic-intext-right figure {
        float: right;
    }

    .ce-textpic.ce-right.ce-intext.ce-nowrap,
    .ce-textpic.ce-left.ce-intext.ce-nowrap {
        margin-bottom: 10px;
    }

    .ce-textpic.ce-right.ce-intext.ce-nowrap figure {
        float: right;
        height: 100%;
    }

    .ce-textpic.ce-left.ce-intext figure {
        float: left;
        /*padding-right: 20px;*/
        box-sizing: border-box;
    }

    .ce-textpic.ce-left.ce-intext.ce-nowrap figure {
        float: left;
/* 20250730 Hoefling
        height: 100%;
*/
    }

    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
        padding-left: 10px;
    }

    .csc-textpic-center-outer {
        width: 100%;
    }

    /* 20210226 Hoefling */
    .ce-textpic.csc-textpic-center.csc-textpic-above figure {
        width: 100%;
        text-align: center;
    }

    /* */
    /* 20210525 Hoefling */
    .ce-gallery figure {
        width: 100%;
        text-align: center;
    }

    /* */
    .ce-textpic.csc-textpic-right.csc-textpic-above figure {
        width: 100%;
        text-align: right;
    }

    .ce-textpic.csc-textpic-below {
        margin-bottom: 20px;
    }

    .ce-textpic.csc-textpic-right.csc-textpic-below figure {
        width: 100%;
        text-align: right;
    }

    .ce-textpic.csc-textpic-center.csc-textpic-above p {
        clear: both;
    }
}

.ce-textpic.csc-textpic-intext-left figure {
    padding-right: 20px;
}

dt {
    max-width: 800px;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    border-bottom: 0 !important;
}

dd span {
    text-align: left;
    margin: 0;
    padding: 0;
    /* 20200608 Hg
        padding-left: 20px !Important;
    */
    font-size: 14px !important;
    line-height: 22px;
    text-transform: none;
}

.news-single-backlink a {
    font-size: 14px !important;
    line-height: 22px;
    text-transform: none;
}

h2.h2mu {
    border-bottom: 0;
}

p.pen {
   text-transform: none !important;
   font-family: 'Open Sans', sans-serif !important;
   font-weight: 400;
   color: var(--maincolor,yellow);
   letter-spacing: normal;
   font-size: 0.95rem;
   line-height: 1.3rem;
}

article #toclickcontent {
    width: auto !important;
}

.einrichtungaktion {
    padding-top: 8px
}

.row {
    display: flex;
    flex-flow: row;
    align-items: stretch;
}


@media screen and (max-width: 1024px) {
    .row {
       display: block;
    }
}

.row .col {
    flex: 1;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.row .col img {
    max-width: 100%;
    height: auto;
   width:revert-layer;
}

.row .col:first-child {
    margin-left: 20px;
}

.row .col:last-child {
    margin-right: 20px;
}

.content-container ul.slides,
.content-container ol.flex-control-nav {
    max-width: none;
}

#content-column2-0 {
    padding: 0;
    margin: 0;
    width: initial;
    box-sizing: border-box;
    flex-basis: 100%;
}

#breadcrumb {
    margin-bottom: 0px;
}

/* SLIDER */
.tx-ws-flexslider .caption-wrapper .caption-text {
    height: auto;
    padding: 20px;
    padding-top: 7px;
    background-color: rgba(255, 255, 255, 0.8);
    top: auto;
    bottom: 30px;
}

/* 20240410 Hoefling
.caption-wrapper h1.caption-title {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: initial;
    padding: 10px 0 0px 0 !important;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}
*/

.caption-wrapper p {
    color: #333;
}

div.light-blue-bg {
    background-color: rgba(15, 50, 133, 0.12);
    padding-top: 1px;
    padding-bottom: 20px;
}

/* 20240410 Hoefling */
div.light-gray-bg-text-centered {
    background-color: #F4F4F4;
    padding-top: 1px;
    padding-bottom: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center !important;
}
div.light-gray-bg-text-centered a {
   text-decoration:none;
}

/* ################# */


/* 20240719 Hoefling */
div.light-blue-bg-text-centered {
   background-color: #a7c9e7;
   color: #FFFFFF !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.light-blue-bg-text-center p {
   color: #FFFFFF !important;
}

div.light-blue-bg-text-center a {
   color: #FFFFFF !important;
   text-decoration:none !important;
}


div.yellow-green-bg-text-centered {
   background-color: #97d155;
   color: #FFFFFF !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.yellow-green-bg-text-center p {
   color: #FFFFFF !important;
}

div.yellow-green-bg-text-center a {
   color: #FFFFFF !important;
   text-decoration:none !important;
}
/* ################# */


/* 20240719 Hoefling */
div.salmon-bg-text-centered {
   background-color: #fa8072;
   color: #000000 !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.salmon-bg-text-center p {
   color: #FFFFFF !important;
}

div.salmon-bg-text-center a {
   color: #000000 !important;
   text-decoration:none !important;
}

div.saffron-bg-text-centered {
   background-color: rgba(250,190,80,0.6);
   color: #000000 !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.saffron-bg-text-center p {
   color: #000000 !important;
}

div.saffron-bg-text-center a {
   color: #000000 !important;
   text-decoration:none !important;
}

div.topaz-bg-text-centered {
   background-color: rgba(0,177,183,0.6);
   color: #000000 !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.topaz-bg-text-center p {
   color: #000000 !important;
}

div.topaz-bg-text-center a {
   color: #000000 !important;
   text-decoration:none !important;
}

div.sunrise-orange-bg-text-centered {
   background-color: rgba(236,117,59,0.6);
   color: #000000 !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.sunrise-orange-bg-text-centered p {
   color: #000000 !important;
}

div.sunrise-orange-bg-text-centered a {
   color: #000000 !important;
   text-decoration:none !important;
}

div.frog-green-bg-text-centered {
   background-color: rgba(171,189,143,0.6);
   color: #000000 !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.frog-green-bg-text-centered p {
   color: #000000 !important;
}

div.frog-green-bg-text-centered a {
   color: #000000 !important;
   text-decoration:none !important;
}

div.petrol-bg-text-centered {
   background-color: #007bac;
   color: #ffffff !important;
   padding-top: 1rem;
   padding-bottom: 1rem;
/*   border-radius: 1rem;*/
   text-align: center !important;
}

div.petrol-bg-text-centered p {
   color: #ffffff !important;
}

div.petrol-bg-text-centered h1 {
   color: #ffffff !important;
}
div.petrol-bg-text-centered h2 {
   color: #ffffff !important;
}
div.petrol-bg-text-centered h3 {
   color: #ffffff !important;
}

div.petrol-bg-text-center a {
   color: #ffffff !important;
   text-decoration:none !important;
}

/* ################# */


.container,
#home-content.home #title {
    margin: 0 auto;
    width: 100%;
    min-width: 0;
    max-width: 1440px;
/* # 20240119 Hoefling */
    padding: 0 20px;
    padding: 0;
/* # ################# */
    box-sizing: border-box;
}

#container.home {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: transparent !important;
    z-index: 3;
}

/* 2021111 Hoefling */
.bib_container {
    margin: 0 auto;
    width: 100%;
    min-width: 0;
    max-width: 1440px;
    padding: 0px;
    box-sizing: border-box;
}

.bib_container > .c1 {
    margin-right: 40px;
}

/* End */


/* 20200919 Hoefling
.flexslider ul.slides li::before
{
  content: '';
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) );
}
*/

/* Temporary News Styling */
.news-latest-item {
    flex: 1;
    border-top: 4px solid #0F3286;
   border-top: 4px solid var(--maincolor,yellow);
}

.news-latest-item {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    flex-grow: 1;
}

.news-latest-item:first-child {
    margin-left: 0px;
}


p.news-latest-date {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 100%; */
}

.news-latest-container a h2 {
    border-top: none !important;
    margin-right: 15px !important;
    padding-left: 15px !important;
    /* background-color: white; */
}

span.news-latest-date {
    margin: 10px;
    background-color: white;
    border: 2px solid #ddd;
    border-radius: 5px;
    height: 100%;
    align-items: center;
    display: flex;
}

.news-latest-container {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.content-container.home {
    margin-top: 0px;
}

#container.home .top-bar {
    background-color: transparent !important;
}

#container.fullwindow-container .csc-frame div,
#container.fullwindow-container .csc-frame iframe {
    max-width: 100%;
}

#home-content #title .col {
    margin: 0;
    padding: 0;
}

#content-column2-1.home {
    width: 100%;
    margin: 0;
    padding: 0;
}

#home-content .container,
#home-content.home #title {
    margin: 0 auto;
    width: 100%;
    min-width: 0;
    max-width: 1440px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 0px;
    overflow: hidden;
}

#home-content #title .container {
    margin-bottom: 0px !important;
}

h1.extra-large {
    font-size: 40px;
    line-height: 60px;
}

.home-wrapper #content-bottom-nav {
    padding-top: 60px;
}

p.pmn {
   text-transform: none !important;
   font-family: 'Open Sans', sans-serif !important;
   font-weight: 400;
   color: var(--maincolor,yellow);
   letter-spacing: normal;
}

.content-container h3.t3ddy-accordion-header.ui-state-hover,
.content-container h3.t3ddy-accordion-header.ui-state-focus {
    /*    color: #444; */
    text-decoration: none;
    font-weight: normal;
}

#content-right p, #content-right li, #content-right article .ce-textpic .ce-bodytext p {
    /* 20211013Hoefling */
    /*    font-size: 14px; */
    font-size: 0.8rem;
    /* # ############## */
    line-height: 1.2rem;
}

#content-right h3 {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: normal;
    padding: 5px 0 0 0 !important;
}

/* ############################################################################ */

@media screen and (max-width: 720px) {
    .news.well.news-special {
        flex-flow: column;
    }

    .news.well.news-special div.news-latest-title,
    .news.well.news-special div.teaser-text {
        height: auto !important;
    }
}

/* ############################################################################ */

@media screen and (min-width: 960px) {

    #subtitle {
        height: 100%;
        max-height: 42px;
        align-items: center;
        display: flex;
        justify-content: center;
        transition: all 0.4s ease-in-out;
        background-color: white !important;
    }

    #subtitle.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-height: 60px;
        background-color: white;
        border-bottom: 3px solid #0f3286;
      border-bottom: 3px solid var(--maincolor,yellow);
        z-index: 5;
    }

    #subtitle.sticky #nav-basic > ul {
        margin: 0 auto;
        width: 100%;
        min-width: 0;
        max-width: 1440px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #subtitle.sticky #nav-basic {
        display: flex;
        justify-content: center;
        margin-left: 40px;
    }

    #container.sticky #title {
        padding-top: 42px !important;
    }

}

/* ############################################################################ */

/* XXX */
@media screen and (max-width: 1000px) {
    h2.xnews-latest-title {
        font-size: 1.05rem !important;
    }

    .xnews.well.news-special div.teaser-text {
        height: 180px;
    }
}
/* ### */

/* ############################################################################ */
/* PHONE */
@media screen and (max-width: 960px) {
    .row {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .xnews-latest-container {
        flex-flow: column;
    }

    .xnews-latest-item {
        margin-left: 0px !important;
        margin-top: 20px;
    }

    .content-container.home {
        margin-top: 120px;
    }

    #container.home .top-bar {
        background-color: white !important;
    }

    #home-content .callist {
        flex-flow: column;
    }

    #home-content .callist .summary {
        text-align: center;
    }


    h1.extra-large {
        font-size: 20px;
        line-height: 30px;
    }

    #home-content #title,
    #home-content #title .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* ############################################################################ */

@media screen and (max-width: 600px) {
    #home-content .vevent {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        text-align: center;
    }

    #home-content .vevent .summary {
        margin-top: 20px;
    }
}

@media screen and (min-width: 961px) {
    .show-only-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 960px) {
    .hide-on-mobile {
        display: none !important;
    }

    #home-content.home #title .container {
        margin-top: 55px !important;
    }

    #logo, #split-logo {
        border-bottom: 3px solid #0f3286;
      border-bottom: 3px solid var(--maincolor,yellow);
        padding-top: 3px;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        bottom: 0 !important;
        top: auto !important;
    }
}

.cc-banner {
    bottom: 0 !important;
    top: auto !important;
}

/* 20200922 Hoefling
.content-container h2
{
  border-top: 0 !important;
}
*/

#nav-mobile ul > li.act > a, #nav-mobile ul > li.firstNAct > a, #nav-basic ul > li.firstNAct > a {
    font-weight: bold;
}

/* 20210525 Hoefling */
#nav-mobile ul > li.lastNAct > a,
#nav-basic ul > li.lastNAct > a {
    font-weight: bold;
}

/* ################# */

.flex-control-paging li a {
    border-radius: 0px;
    width: 30px;
    height: 7px;
}


/** EVENTS STYLING */

#home-content .callist {
    display: flex;
    /* width: auto; */
    overflow: hidden;
    /* max-width: 100%; */
    border: 0;
    border-bottom: none !important;
    margin-left: 20px;
    margin-right: 20px;
    flex: 1;
}

#home-content .tx-cal-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

#home-content .tx-cal-controller .prev,
#home-content .tx-cal-controller .next {
    border: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #efefef;
    color: #888;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
}

#home-content .tx-cal-controller .next:hover {
    transform: translateX(5px);
}

#home-content .tx-cal-controller .prev:hover {
    transform: translateX(-5px);
}

#home-content .vevent {
    min-width: 33%;
    flex: 1;
    display: flex;
    /* margin-right: 20px; */
    /* box-sizing: border-box; */
    /* padding-right: 20px; */
    border-bottom: 0px !important;
    display: none;
}

#home-content .vevent.visible {
    display: flex;
}

#home-content .vevent .dtstart-container > * {
    display: none;
}

#home-content .vevent .dtstart-container > span.eventday:first-child {
    display: block;
    font-size: 30px;
    color: #4A4A4A;
    font-weight: bold;
}

#home-content .vevent .dtstart-container > span.eventday:first-child::after {
    /* content: "."; */
}

@keyframes toLeft {
    from {
        opacity: 0;
        transform: translateX(150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes toRight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}


#home-content .vevent {
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
}

#home-content .vevent.toRight {
    animation-name: toRight;
}

#home-content .vevent.toLeft {
    animation-name: toLeft;
}


#home-content .tx-cal-controller .even {
    background-color: transparent !important;
}

#home-content .vevent .dtstart-container > span.eventmonth:nth-child(3) {
    display: block;
    font-size: 14px;
}

#home-content .vevent .summary {
   flex: 1;
   color: var(--maincolor,yellow);
   display: flex;
   justify-content: flex-start;
   align-items: center;
   box-sizing: border-box;
   padding-left: 20px;
   font-size: 18px;
/* # 20240207 Hoefling */
   font-size: 1rem;
/* ################### */
   padding-right: 20px;
   word-break: break-word;
}

#home-content .dtstart-container {
    height: 70px;
    width: 100px;
    min-width: 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    border-bottom: 4px solid #0F3286;
   border-bottom: 4px solid var(--maincolor,yellow);
    font-size: 0px;
    align-self: center;
}

#home-content .pagination {
    display: none;
}

/* TAB DESIGN */

ul.t3ddy-tabContainer-tabList {
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    /*    border-bottom: 3px solid #0F3286; */
    opacity: 1;
    /*    color: #0F3286; */
}

.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li a {
    color: #333;
}

.ui-tabs .ui-tabs-nav li {
    background: transparent;
    opacity: 0.8;
    padding-bottom: 1px;
    transition: 0.3s all ease-in-out;
    border-bottom: 3px solid white;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #0F3286;
   color: var(--maincolor,yellow);
}

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

h1 {
    line-height: 1.8rem;
}

.ce-textpic.ce-left .ce-column {
    margin-right: 20px;
}


@media screen and (max-width: 660px) {
   .ce-textpic.ce-left .ce-column {
      margin-right: 0;
   }
}

/* XXX */
.xnews.well.news-special {
    display: flex;
}
/* ### */

/* XXX
.xnews.well.news-special .article .news-img-wrap img {
    width: 100%;
}
*/

/* XXX
.xnews.well.news-special .article {
    flex: 1;
    box-sizing: border-box;
    /* 20200609 Hg
        padding-right: 20px;
    */
}
*/

/* XXX */
.xnews.well.news-special .article a:hover {
    transform: scale(1.0);
}

.xnews.well.news-special .news-container {
    height: 100%;
}
/* ##### */

/* XXX */
.xnews.well.news-special .news-container a {
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: 0.15s all ease-in-out;
}
/* ##### */

/* XXX */
.xnews.well.news-special .news-container a:hover h2 {
    text-decoration: underline;
}

h2.xnews-latest-title {
/* 20240724 Hoefling */
/*    font-size: 1.2rem;*/
    font-size: 1.25rem;
/* ################# */
    margin-top: 6px;
}
/* #### */

/* XXX
.xnews.well.news-special div.news-latest-title {
    background-color: white;
    /* 20200609 Hoefling
        padding: 10px;
    */
    box-sizing: border-box;
    /* 20210520 Hoefling
      height: 70px;
    */
    /* 20220121 Hoefling
       height:80px;
    */
    /* 20220125 Hoefling
       height:6rem;
    */
/* 20240822 Hoefling
    height: 6.5rem;
*/
   height: 5.25rem;
}
*/

.news.well.news-special div.teaser-text {
    background-color: white;
    /* 20200609 Hg
        padding: 10px;
    */
    /* 20200606 Hg
      height: 145px;
      overflow: hidden;
    */
    overflow: auto;
}

/*XXX
.xnews.well.news-special .article .news-img-wrap {
    margin: 0;
    float: none;
    border-bottom: 3px solid;
    display: block;
    height: auto;
    min-height: 1px;
    padding: 0;
    margin: 0;
}
*/

.news.well.news-special .news .teaser-text p {
    color: #5F5F5F;
    font-size: 0.95rem;
    line-height: 1.3rem;
}

#home-content.home #title {
    margin-top: 0px;
}

#home-content.home #title .container {
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
}

#nav-basic li.act > a {
    font-weight: 700 !important;
}

#nav-basic li.act > ul li a {
    font-weight: normal !important;
}

article {
    clear: both;
}

article iframe {
    max-width: 100%;
}

#content-right h1 {
    margin-bottom: 8px;
}


/** MENU BUG FIXES */
@media screen and (max-width: 960px) {
    .xnews.well.news-special div.news-latest-title {
        height: 100px;
    }

    .xnews.well.news-special div.teaser-text {
        height: 205px;
    }

    nav#nav-mobile {
        position: fixed !important;
    }

    #home-content.home #title {
        margin-top: 50px;
    }

    .top-bar, #split-logo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    #container {
        padding-top: 74px;
    }

    #split-logo {
        margin-top: 36px;
    }

    #content-right article {
        padding-left: 10px;
    }

    .einrichtungaktion > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 37px;
    }

    .einrichtungaktion .ce-textpic-text {
        margin-left: 10px;
    }

    nav#nav-mobile {
        position: fixed;
        top: 0px;
        overflow-y: scroll;
        max-height: 80%;
        max-height: calc(100% - 115px);
        overscroll-behavior: contain;
    }

    #subtitle.sticky + #title {
        margin-top: 0px;
    }

    #home-content .vevent {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    #home-content .dtstart-container {
        margin-bottom: 10px;
    }

    #home-content .vevent .summary {
        font-size: 21px;
    }

    #container.home {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        padding-top: 30px;
    }

    body > #container {
        padding-top: 116px;
    }
}

@media screen and (max-width: 660px) {
    .news.well.news-special div.teaser-text {
        height: auto !important;
    }

    #container {
        padding-top: 0;
    }

    body > #container {
        padding-top: 0px;
    }


    ul.flex-direction-nav {
        display: none;
    }

    #home-content .callist {
        margin-left: 0;
        margin-right: 0;
    }
}

p.pal {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    border-top: none;
}

.ce-gallery:not([data-ce-images="1"]) .ce-column {
    float: left;
    margin-bottom: 10px;
}

.ce-gallery .ce-row {
    display: flex;
}
.ce-intext.ce-left .ce-gallery .ce-row {
    float: left;
}

@media screen and (max-width: 660px) {
   .ce-intext.ce-left .ce-gallery .ce-row {
      float: none;
   }
}



#content-right article .csc-default p {
    font-size: 14px;
    line-height: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}

section article .news .news-single-item h2 {
    margin-top: -10px !important;
}

/** Unterstreichung in Links ausblenden (Wunsch) */
.slidercontent .caption-text a {
    text-decoration: none !important;
    color: #5f5f5f !important;
    color: var(--fontcolor,yellow) !important;
}

a.mail {
    text-decoration: underline !important;
}


#nav-basic > ul > li > ul {
    max-width: 500px;
}

#nav-basic > ul > li > ul > li a {
    overflow: hidden;
    word-break: normal;

/* Hoefling 20230330
    white-space: normal;
*/
    white-space: nowrap;
/* # ############## */

    /* 20210518 Hoefling
      line-height: 25px;
    */
/* # ############## */

    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}


article h2 {
    margin-top: 0;
}

.flex-direction-nav {
    display: none; /* Feedback vom 28.04.2020 */
}

/**
IE 11 only!
*/
@media screen and (max-width: 660px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-container {
        display: block !important;
    }

    #content-right {
        float: none !important;
    }


    body > #container {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 960px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news.well.news-special,
    .row {
        flex-flow: column;
    }

    .home#container {
        position: fixed;
        top: 0;
        padding-top: 30px;
    }

    body > #container {
        padding-top: 116px;
    }

    .news.well.news-special .article,
    .row .col,
    #home-content .vevent {
        flex: none;
    }
}


/** Anpassungen vom 06.05.2020 */
.news-list-view p.news-latest-date {
    padding-left: 0px;
}

.news-list-view .news-latest-title h2 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.news-list-view .news-latest > p {
    display: none;
}

.einrichtungname ul {
    padding-left: 0px;
}

article ul li a:hover {
    text-decoration: underline;
}

.news-special .article .teaser-text p {
    color: #5F5F5F;
    color: var(--fontcolor,yellow);
}

.vevent .summary a:hover {
    text-decoration: underline;
}

#home-content .dtstart-container {
    height: 50px;
    width: 43px;
    max-width: 43px;
    min-width: 43px;
    /*    justify-content: flex-start;*/
    display: block;
    flex-flow: column;
}

#home-content .vevent .dtstart-container > span.eventday:first-child {
    font-weight: normal;
    font-size: 17px;
    display: block;
    align-self: center;
    justify-self: center;
    margin-top: 4px;
    text-align: center;
}

#home-content .vevent .dtstart-container > span.eventmonth:nth-child(3) {
    font-size: 17px;
    color: #4A4A4A;
    text-align: center;
}

.content-container img {
/*    max-width: 100%; */
   width:100%;
    height: auto;
}

@media screen and (max-width: 660px) {
   .content-container img {
/*      width: 100% !important; */
      height: auto;
   }

   .content-right .content-container img {
       max-width: 100%;
       height: auto;
   }


  .content-container img {
     width: revert-layer !important;
  }

}


@media screen and (max-width: 660px) {
    .csc-textpic-imagerow {
        display: flex;
        flex-flow: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .csc-textpic-imagerow img {
        width: 100%;
    }

    .csc-textpic-imagerow .csc-textpic-imagerow {
        padding: 0;
    }

    .csc-textpic-imagecolumn {
        margin-right: 0 !important;
        margin-bottom: 0;
    }
}

/** Abstandsänderungen */
/* changed 20200923 Hoefling */
/* BEFORE */
div[class*='frame-space-before-'] {
    margin-top: 0;
}
div[class*='frame-space-after-'] {
    margin-bottom: 0;
}
.frame-space-before-extra-small {
    padding-top: 0px;
    padding-top: 0.313rem;
}

.frame-space-before-small {
    padding-top: 15px;
    padding-top: 0.625rem;
}

.frame-space-before-medium {
    padding-top: 30px;
    padding-top: 0.938rem;
}

.frame-space-before-large {
    padding-top: 45px;
    padding-top: 1.25rem;
}

.frame-space-before-extra-large {
    padding-top: 60px;
    padding-top: 2.5rem;
}

/* AFTER */
div[class^='frame-space-after-'] {
    margin-bottom: 0;
}
.frame-space-after-extra-small {
    padding-bottom: 0px;
    padding-bottom: 0.313rem;
}

.frame-space-after-small {
    padding-bottom: 15px;
    padding-bottom: 0.625rem;
}

.frame-space-after-medium {
    padding-bottom: 30px;
    padding-bottom: 0.938rem;
}

.frame-space-after-large {
    padding-bottom: 45px;
    padding-bottom: 1.25rem;
}

.frame-space-after-extra-large {
    padding-bottom: 60px;
    padding-bottom: 2.5rem;
}

/** Feedback: 15.05.2020 */
#home-content .dtstart-container,
#home-content .vevent .dtstart-container > span.eventday:first-child,
#home-content .vevent .dtstart-container > span.eventmonth:nth-child(3) {
    line-height: 20px
}

#home-content .vevent .dtstart-container > span.eventday:first-child,
#home-content .vevent .dtstart-container > span.eventmonth:nth-child(3) {
    height: 20px;
}

/* 20221122 Hoefling */
@media screen and (max-width: 960px) {
   .row .col:first-child {
       margin-left: 10px;
   }

   .row .col:last-child {
       margin-right: 10px;
   }
}
/* ################# */

.svg img {
   width: revert-layer;
}


div.grid_employee {
/*   background-color: #f4f4f4 !important; */
/*   border:1px solid black; */
}

div.grid_employee div {
   margin:0;
   padding:0;
   border:0;
}


div.grid_employee div:nth-child(2) {
   margin-top:-1.25rem;
   padding:0;
   border:0;
}

div.grid_employee div.ce-textpic.ce-left div.ce-column {
   margin:0;
   padding:0;
   border:0;
}

div.grid_employee div.ce-gallery {
   margin:0;
   padding:0;
   border:0;
}

div.grid_employee p {
   padding-left:0.75rem;
   font-size:0.8rem;
   line-height:1.1rem;
   overflow:hidden;
   color: var(--maincolor, yellow);
}

div.grid_employee a {
    font-size: 0.8rem;
    color: var(--maincolor, yellow) !important;
}

div.employee div.ce-bodytext p:nth-child(1) a {
    font-weight:700;
}

div.employee.blue div.ce-bodytext p a {
/*    font-weight:700;*/
    color: white !important;
}

div.grid_employee ul {
   margin:0;
   padding:0;
   padding-left:1.7rem;
   font-size: 0.8rem;
   color: var(--maincolor, yellow);
   line-height:1rem;
}

div.grid_employee li {
   margin:0;
   font-size: 0.8rem;
   color: var(--maincolor, yellow);
   line-height:1.2rem;
}


div.employee {
   height:max-content;
}

div.employee div.ce-bodytext {
   position: relative;
   top:-2.1rem;
   left:0.5rem;
   max-width:92% !important;
   overflow:hidden;
   padding: 0.25rem !important;
/*
   padding-top: 0.5rem !important;
   bottom: 1.5rem !important;
*/
   height:2.6rem;
   background-color: rgba(255, 255, 255, 0.8);
   background-color: rgba(255, 255, 255, 0.85);
}

div.employee.blue div.ce-bodytext {
   background-color: var(--maincolor, yellow);
}

div.employee div.ce-bodytext p {
   font-size:0.8rem;
   line-height:1rem;
   padding-left:0rem;
   margin:0;
   color: var(--maincolor, yellow);
}

div.employee.blue div.ce-bodytext p {
   color: white;
}

div.employee div.ce-bodytext p:nth-child(1) {
   font-family: 'Open Sans', sans-serif !important;
   font-size:0.9rem;
   font-weight: 700;
   color: var(--maincolor, yellow);
   text-transform: none !important;
   letter-spacing: normal;
   line-height:1.2rem;
   margin:0;
   padding:0;
   padding-bottom:0.2rem;
}

div.employee.blue div.ce-bodytext p:nth-child(1) {
   color: white;
}


@media screen and (max-width: 1024px) {
   div.employee div.ce-bodytext {
      max-width:90% !important;
   }
   div.grid_employee div.ce-textpic {
      max-width: 100%;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
   }
   div.employee div.ce-bodytext p:nth-child(1) {
      font-size:0.75rem;
   }
   div.employee div.ce-bodytext p {
      font-size:0.7rem;
      line-height:0.9rem;
   }
   .content-container .nomaxwidth .ce-image, .content-container .nomaxwidth .ce-textpic {
      padding-top: 0px !important;
   }
}

@media screen and (max-width: 960px) {
   div.grid_employee {
      margin-bottom:3rem;
   }
   div.employee div.ce-bodytext {
      max-width:92% !important;
   }
   div.grid_employee div.ce-textpic {
      max-width: 100%;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
   }
   div.employee div.ce-bodytext p:nth-child(1) {
      font-size:0.9rem;
   }
   div.employee div.ce-bodytext p {
      font-size:0.75rem;
      line-height:1rem;
   }
}
@media screen and (max-width: 600px) {
   div.employee div.ce-bodytext {
      top: -2.25rem;
   }
/*   div.grid_employee div:nth-child(2) {*/
   div.employee div:nth-child(2) {
/*
      margin-top:-1.25rem;
      margin-bottom:0.5rem;
*/
      padding:0;
      border:0;
   }
}

@media screen and (max-width: 960px) {
   .container.sixcols .col {
      margin-bottom:0.75rem;
   }
}

/* 20250314 Hoefling */
div.light-gray-bg-text-left {
    background-color: #F4F4F4;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: left !important;
}
div.light-gray-bg-text-left a {
   text-decoration:none;
}

/* 20250623 Hoefling */
div.maincolor-bg-text-left {
    background-color: var(--maincolor,yellow);
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left !important;
}

div.maincolor-bg-text-left h1,
div.maincolor-bg-text-left h2,
div.maincolor-bg-text-left h3 {
    color: white;
    padding-top: 0rem !important;
}

div.maincolor-bg-text-left a {
   color: white !important;
}

/* 20250624 Hoefling */
div.white-bg-text-left {
    background-color: white;
    padding-top: 1rem;
/*
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
*/
    text-align: left !important;
}

.container .row .col .white-bg-text-left .ce-header-n1 {
    align-items: flex-start;
    height: auto;
}

div.white-bg-text-left h1,
div.white-bg-text-left h2,
div.white-bg-text-left h3 {
    padding-top: 0rem !important;
}

/* 20250703 Hoefling */
div.maincolor-bg-text-centered {
    background-color: var(--maincolor,yellow);
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center !important;
}

div.maincolor-bg-text-centered h1,
div.maincolor-bg-text-centered h2,
div.maincolor-bg-text-centered h3 {
    color: white;
    padding-top: 0rem !important;
}

div.maincolor-bg-text-centered a {
   color: white !important;
}
