:root {
    --darkblue: #002748;
    --midblue: #004E8F;
    --lightblue: #D9E5EE;
    --paleblue: #E6EDF4;
    --green: #BED600;
    --lightgreen: #F5F6EC;
    --white: #fff;
    --blue-gradient: linear-gradient(to bottom right, #01588E, #00365E);
    --borderradius: 50px;
    --fontfamilyheadline: "Lexend", sans-serif;
    --header-offset: 85px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-offset);
}

::selection {
    color: var(--darkblue);
    background: var(--green);
}

/*
Dirty BITV hack
 */
span.span-block {
    display: block;
}
/*
    Farben
*/
.bg-green {
    background: var(--darkblue);
}
.hc.bg-green,
.hc .bg-green {
    background: #000 !important;
    color:#fff !important;
}
.bg-gray {
    background: #E8E8E8;
}
/*
.bg-theme1 {
    background: #ACC30F;
}
.bg-theme2 {[<0;126;24M
    background: #304087;
    color: #ffffff;
}
.bg-theme3 {
    background: #5C9F9F;
}
.bg-theme4 {
    background: #E17844;
}
.bg-theme5 {
    background: #8C2A3D;
    color: #ffffff;
}
.bg-theme6 {
    background: #71830B;
}
*/

.bg-gruen {
    background: #ACC30F;
}
.bg-schwarz {
    background: #000;
}
.bg-Aktiv {
    background: #304087;
}
.bg-Nachhaltig {
    background: #5C9F9F;
}
.bg-Bildung {
    background: #E17844;
}
.bg-Sozial {
    background: #8C2A3D;
}
.bg-aktiv {
    background: #304087;
}
.bg-nachhaltig {
    background: #5C9F9F;
}
.bg-bildung {
    background: #E17844;
}
.bg-sozial {
    background: #8C2A3D;
}
.bg-staedteregion {
    background: #ACC30F;
}
.bg-Staedteregion {
    background: #ACC30F;
}

.bg-black {
    background: var(--blue-gradient);
    position: relative;
}

.green {
    color: #ACC30F;
}

.hide {
    display: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .hide.show-768 {
        display: block !important;
    }
}


/*
    allgemeinde DOM-Elemente
*/
body {
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
}
h1 {
    font-size: 45px;
    font-weight: 700;
    color: var(--darkblue);
    font-family: var(--fontfamilyheadline);
}
h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--darkblue);
    font-family: var(--fontfamilyheadline);
}
h3 {
    font-weight: 700;
    color: var(--darkblue);
    font-family: var(--fontfamilyheadline);
}
p {
    font-size: 20px;
    color: var(--darkblue);
}
.ce-headline-center {
    text-align: center;
}
/*.main {
    border: #e3e3e3 solid 1px;
}*/
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
.main-container {
    border-top: 0;
    border-bottom: 0;
    padding: 11px 0px 0px 0px;
    margin-top: -10px;
}
.inner-main-container {
    padding: 20px 0 0 0;
    clear: both;
}
@media (max-width: 1200px) and (min-width: 768px) {
    .inner-main-container {
        padding: 15px;
        padding-bottom: 0;
    }
}
.footer-container {
    border-top: 0;
    margin-top: -10px;
}
.inner-footer-container {
    padding: 10px 30px 30px 30px;
    clear: both;
}
@media (max-width: 1200px) and (min-width: 768px) {
    .inner-footer-container {
        padding: 0 20px 50px 20px;
    }
}
.navbar {
    margin-bottom: 10px;
    border: 0px;
}



/*
    spezielle DOM-Elemente
*/




/*
    Search
*/
.searchbox {
    position: relative;
    top: -20px;
    width: 25%;
    min-width: 400px;
    margin: 0 auto;
}
.searchbox::after {
    clear: both;
}

#search-icon:hover:before {
    color: #91a40d;
}

#search-container {
    position: relative;
}
#search-container input:active,
#search-container input:hover,
#search-container input:focus,
#search-container input {
    width: 100%;
    border: none;
    border-bottom: #555 solid 2px;
    padding: 17px 17px 7px 7px;
    font-size: 20px;
    font-weight: normal;
    outline: none;
}
#search-container span {
    font-size: 28px;
    color: #555;
    position: absolute;
    right: 17px;
    top: 17px;
}

#search-container #skip-search::-webkit-input-placeholder {
    font-style: italic;
}
#search-container #skip-search:-moz-placeholder {
    font-style: italic;
}
#search-container #skip-search::-moz-placeholder {
    font-style: italic;
}
#search-container #skip-search:-ms-input-placeholder {
    font-style: italic;
}

#skip-search {
    font-style: italic;
}

.breadbrumbContainer .searchbox.standalone {
    top: 0;
    width: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 25px;
    min-width: unset;
/*  display: none;*/
}
.mobileHeader .searchbox.standalone {
    top: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 25px;
/*  display: none;*/
}

.searchbox.standalone .searchboxBackdrop {
    display: block;
    content: '';
    background: black;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .85;
    z-index: 1000;
}

.searchbox.standalone .searchboxClose {
    position: fixed;
    left: auto;
    right: 25px;
    top: 20px;
    font-size: 24px;
    padding: 10px;
    background: var(--lightblue);
    border: 1px solid var(--lightblue);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: var(--midblue);
    text-align: center;
    opacity: 1;
    cursor: pointer;
    transition: 300ms ease-in-out;
    z-index: 1001;
}
.searchbox.standalone .searchboxClose:hover {
    transform: scale(1.1);
}
.searchbox.standalone .searchboxClose:focus {
    border: 1px solid var(--midblue);
    transform: scale(1.1);
}

/*.searchbox.standalone #search-container {
    z-index: 1001;
}*/

.searchbox.standalone.opened {
    display: block;
}

.searchOpenerIcon {
    align-content: center;
    cursor: pointer;
    transition: 300ms ease-in-out;
}

.searchOpenerIcon:hover {
    transform: scale(1.1);
}

.searchOpenerIcon > span.fas {
    font-size: 24px;
    padding: 10px;
    background: var(--lightblue);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: var(--midblue);
}

.desktopHeader .searchOpenerIcon > img {
    margin-right: 10px;
    padding: 15px;
}

/*
    Toolbar
*/
.container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
/*#toolbar-container {
    min-height: 33px;
}
#toolbar-container ul li a {
    padding: 6px 10px 6px 14px;
    font-size:12px;
    color: #c3c3c3;
}
#toolbar-container ul li a:hover {
    color: #fff;
}

#toolbar-container #toolbar-links-footer ul li:first-child:before,
#toolbar-container #toolbar-links ul li:first-child:before {
    content: '';
}
#toolbar-links,
#toolbar-links-footer {
    padding-right: 20px;
}
#toolbar-links-footer ul.nav.navbar-nav,
#toolbar-links ul.nav.navbar-nav {
    float:right;
}
#toolbar-container ul.dropdown-menu {
    min-width: 55px;
}
#toolbar-container ul.dropdown-menu li a {
    color: #555;
}*/
#toolbar-tools {
    margin-left: 10px;
}

#toolbar-tools ul li a img {
    filter: brightness(0.8);
}

#toolbar-tools ul li a:hover img,
#toolbar-tools ul li a:focus img {
    filter: brightness(1);
}


@media (max-width: 480px) {
    #toolbar-links-footer,
    #toolbar-links {
        padding-right: 0;
        /*background: #fff;*/
        z-index: 100000;
        opacity: 1;
    }

    /*
    #toolbar-tools {
        max-width: 70%;
    }
     */

    #toolbar-tools .navbar-nav {
        margin: 1px 0px;
    }
    #toolbar-tools .navbar-nav>li {
        float: left;
    }
    .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #toolbar-tools .navbar-nav .open .dropdown-menu {
        position: absolute;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    }
    #toolbar-links-footer.navbar-collapse,
    #toolbar-links.navbar-collapse {
        margin-right: 0px !important;
    }
/*    #toolbar-container #toolbar-links-footer ul li,
    #toolbar-container #toolbar-links ul li {
        text-align: right;
        padding-right: 20px;
    }
    #toolbar-container #toolbar-links-footer ul li:before,
    #toolbar-container #toolbar-links ul li:before {
        content: '';
    }*/
}

#toolbar-links-footer.mobile {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) and (min-width: 480px) {
    #toolbar-links-footer,
    #toolbar-links {
        padding-right: 30px !important;
        /*background: #fff;*/
        z-index: 100000;
        opacity: 1;
    }

    #toolbar-tools .navbar-nav {
        margin: 1px 0px;
    }
    #toolbar-tools .navbar-nav>li {
        float: left;
    }
    .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #toolbar-tools .navbar-nav .open .dropdown-menu {
        position: absolute;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    }
    #toolbar-links-footer.navbar-collapse,
    #toolbar-links.navbar-collapse {
        margin-right: 0px !important;
    }
/*    #toolbar-container #toolbar-links-footer ul li,
    #toolbar-container #toolbar-links ul li {
        text-align: right;
        padding-right: 20px;
    }
    #toolbar-container #toolbar-links-footer ul li:before
    #toolbar-container #toolbar-links ul li:before {
        content: '';
    }*/
}

/*
    MenÃ¼ (Navbar)
*/
#menubar {
    background-color: transparent;
}
#menubar .container {
    padding-left: 0px;
    padding-right: 31px;

}
#navbar {
    padding:0px;
    margin:0px;
}

#navbar ul.mainnav {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
}
#navbar ul.mainnav > li {
/*    width: 100%;*/
    text-align: center;
}
#navbar ul.mainnav > li a {
    background: transparent;
}

#navbar ul {
    float: right;
}
#navbar li a {
    font-size: 18px;
    background:#E8E8E8;
    padding:20px;
    color: var(--darkblue) !important;
}
#navbar ul.mainnav > li:hover > a {
    /*background:#E8E8E8;*/
    font-weight: bold;
}
#navbar ul.mainnav > li.active > a/*, #navbar li.active a*/ {
    /*background: var(--lightblue);*/
    font-weight: bold;
}
#navbar li.active .dropdown-menu a {
    background:none;
}
.hc #navbar ul.mainnav > li.active > a,
.hc #navbar li.active a {
    background:#000;
    color:#fff !important;
}
/*ul.mainnav > li:last-of-type a {
    display: flex;
}
ul.mainnav > li:last-of-type a:before {
    display: inline-block;
    height: 30px;
    width: 30px;
    content: ' ';
    background-image: url(/fileadmin/user_upload/SR/Bilder/Iconsets_NEU/Fuer_Quicklinks/Drei_Personen_SG.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}*/

.mobile-menu ul.mainnav > li:last-of-type {
    width: auto;
    margin: 20px 15px;
    background: var(--lightblue);
    position: relative;
    border-left: 3px solid var(--green);
    height: 50px;
    display: flex;
    flex-direction: column;
}
.mobile-menu ul.mainnav > li:last-of-type a {
    padding: 0 10px 5px 10px;
    height: 100%;
    align-content: end;
    color: var(--midblue);
}
.mobile-menu ul.mainnav > li:last-of-type a:before {
    display: block;
    height: 20px;
    width: 20px;
    content: ' ';
    background-image: url(/typo3conf/ext/theme_strac/Resources/Public/Icons/serviceportal.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.mobile-menu ul.mainnav > li:last-of-type a:after {
    display: block;
    background: none;
    content: "\f061";
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--green);
    position: absolute;
    right: 10px;
    top: 5px;
}

.navbar-default {
    background-color: #fff;
}

/*@media (max-width: 567px) {
    div div#logo {
        top: -48px;
    }

    #logo img {
        height: 50px;
        margin-left: 15px;
    }
}*/


@media (max-width: 767px) {

    div.mobile.navbar.open {
        z-index: 1001;
    }

/*    #logo {
        position: absolute;
        z-index: 1000;
        top: -75px;
    }*/

    #navbar {
        padding: 0px;
        margin: 20px 0px 0px 60px;
    }
    #navbar ul {
        float: left;
    }
    #navbar ul li a, #navbar ul li.active a {
        background: none;
        padding:12px 0px 12px 0px;
        font-style: normal;
        font-size: 30px;
    }
    #navbar ul li.active a {
        color: #ACC30F !important;
        font-weight: 700;
    }
    #navbar ul li a:before {
        content: "\e072";
        font-family: 'Glyphicons Halflings';
        margin-right: 10px;
        font-size: 25px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    #navbar ul {
        float: none;
        margin-right: 0px;
    }
    #navbar ul li {
    }
    #navbar li a {
        font-size: 16px;
/*        padding-left: 10px;
        padding-right: 10px;
        text-align: center;*/
    }
}

/*
    Pill-Nav
*/

.nav.nav-pills {
    float: right;
    margin-right: 30px;
    margin-top:20px;
    margin-bottom:23px;
}
.nav.nav-pills li {
    margin-left: 40px;
}
.nav.nav-pills li a {
    font-size: 25px;
    font-weight: 700;
    color:#fff;
    padding: 5px 18px;
}
.nav.nav-pills li.bg-theme1 a {
    color: #000;
}
.nav.nav-pills li.bg-theme1 > a:hover {
    color: #fff;
}
.nav.nav-pills li.active a {
    background: #fff;
	color:#000;
}
.nav.nav-pills li a:hover {
    background: #000;
}

@media (max-width: 767px) {
    .nav.nav-pills {
        float: none;
        margin: 0px 30px 0px 30px;
        position: relative;
    }
    .nav.nav-pills li {
        width:100%;
        margin:15px 0px 0px 0px;
    }
    .nav.nav-pills li a {
        font-size: 40px;
    }
}


/*
    Logo
*/
#logo {
    width: fit-content;
}

#logo img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    padding: 10px;
    height: auto;
}

/*
    Breadcrumb
*/
.breadcrumbContainer {
    margin-bottom: 10px;
}

.breadcrumb {
    clear: both;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 5px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 0;
}
.breadcrumb>li+li:before {
    content: "";
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/pfeil-menu.svg") no-repeat center;
    background-size: 14px;
    min-width: 20px;
    max-width: 20px;
    margin-left: -20px;
    margin-right: 10px;
    display: inline;
}
.breadcrumb>li a {
    color: #000000;
    font-size: 14px;
}
.breadcrumb>li {
    font-size: 14px;
    font-family: var(--fontfamilyheadline);
    padding-left: 30px;
}
.breadcrumb > li:first-of-type {
    position: absolute;
    top: 5px;
    left: 0;
    padding-left: 0;
}

.breadcrumb>.active {
    color: #000000;
    font-weight: bold;
}

.homeLink:before {
    content: "";
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/home.svg") no-repeat center;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    background-size: contain;
}

/*
    Carousel
*/
.carousel, .carousel-inner {
    height: auto
}
#carousel-citytour {
    height: auto;
}

/*
    Bubbles
*/
.bubble-container {
    height:450px;
}

.bubble {
    position: absolute;
    font-size:22px;
    width: 330px;
    min-height: 170px;
    text-overflow: ellipsis;
    background: rgba(255,255,255, .7);
    z-index: 100;
    word-wrap: break-word;
}
.bubble .text-wrap {
    overflow-y: auto;
    height: 130px;
    padding: 17px;
}
.bubble h3 {
    font-weight: 700;
    word-wrap: break-word;
    font-size: 20px;
    margin: 0;
}
.hc .bubble {
    color:#000;
}
.bubble .links {
    font-size:20px;
    font-style: italic;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.bubble .links a {
    color:#555;
    text-decoration: underline;
    margin-left:15px;
}
.hc .bubble .links a {
    color: #444;
}
.bubble:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-style: solid;
    border-width: 20px 16px 0;
    border-color: rgba(255,255,255, .7) transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.bubble:nth-child(1) {
    top: 10px;
    left:-200px;
}
.bubble:nth-child(2) {
    top: 200px;
    left: 30px;
}
.bubble:nth-child(3) {
    top: 410px;
    left:-70px;
}
@media (max-width: 1200px) and (min-width: 768px) {
    .bubble:nth-child(1) {
        top: 100px;
        left:15px;
    }
    .bubble:nth-child(2) {
        top: 20px;
        left:370px;
    }
    .bubble:nth-child(3) {
        top: 240px;
        left:370px;
    }

    .faq-wrapper {
        height: 0px!important;
    }

    .faq-wrapper .bubble:nth-child(1) {
        left: 0px!important;
        bottom: -223px!important;
    }

    .faq-wrapper .bubble:nth-child(2) {
        left: 350px!important;
        bottom: -170px!important;
    }

    .faq-wrapper .bubble:nth-child(3) {
        left: 190px!important;
        bottom: -417px!important;
    }

    .content-pager .content:after {
        display: none!important;
    }

}
@media (max-width: 480px) {
    .bubble-container {
        height: auto;
		padding-bottom: 50px;
    }
    .bubble {
        font-size:24px;
        position: relative !important;
        width: auto;
        height: auto;
        top:auto !important;
        left:auto !important;
        margin: 30px 20px 0 20px;
		padding-bottom: 50px;
    }
    .bubble .links {
        font-size:20px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .bubble-container {
        height: auto;
		padding-bottom: 50px;
    }
    .bubble {
        font-size:24px;
        position: relative !important;
        width: auto;
        height: auto;
        top:auto !important;
        left:auto !important;
        margin: 30px 20px 0 20px;
		padding-bottom: 50px;
    }
    .bubble .links {
        font-size:25px;
    }
}

/*
    Hero
*/
.hero {
    clear: both;
}
.hero-headline {
    padding:0px 0px 0px 40px;
}
.hero-headline h2 {
    color:#fff;
    font-size: 70px;
    font-weight:bold;
    display: inline;
}
.hero-headline p {
    font-size: 25px;
    color: #000;
    display: inline;
}
.hc .hero-headline p {
    color: #fff;
}
.hero-headline a:hover {
    text-decoration: none;
}
.hero .row div.col-md-4:nth-child(2) {
    height: 470px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .hero-headline h1 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .hero-headline h1 {
        font-size: 30px;
    }

    .hero-headline p {
        font-size: 22px;
    }
}

/*
    Wave
*/
.wave-container {
    margin-top: -1px;
    position: relative;
}
.wave {
    stroke: none;
    fill:#ACC30F;
}
.hc .wave {
    fill:#000;
}

/*
    News
*/
a.more-news {
    color: var(--white);
    margin-top: 35px;
    float: right;
    font-weight: bold;
    font-family: var(--fontfamilyheadline);
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    background: var(--darkblue);
    border-bottom-right-radius: 15px;
    border-color: var(--darkblue);
    border-width: 1px;
    border-style: solid;
}
a.more-news:hover {
    text-decoration: none;
    color: var(--darkblue);
    border-color: var(--darkblue);
    background-color: var(--white);
}
.news-line {
    padding:10px;
    color: #000;
    margin-bottom:0px;
    font-size:20px;
}
.news-ticker .news-divider {
    height: 2px;
    width: 100%;
    background: #ACC30F;
    display: block;
}
.news-rollout {
    /*display: none;*/
    overflow: hidden;
    -webkit-transition: height .5s;
    transition: height .5s;
    transition-timing-function: ease-in-out;
}
.news-rollout.large {
    display: block;
}
/*.news-ticker:hover .news-rollout{
    height: 144px;
}*/
.news-ticker a:hover {
    text-decoration: none;
}
.news-rollout.large {
    height: auto;
}


.news-item {
    width: 100%;
    position: relative;
    clear: both;
}

.news-item .news-bubble h1,
.news-item .news-bubble h2,
.news-item .news-bubble h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    word-wrap: break-word;
    font-family: var(--fontfamilyheadline);
}
.news-item.no-img .news-bubble h1,
.news-item.no-img .news-bubble h2,
.news-item.no-img .news-bubble h3 {
    padding-top: 60px;
}
.news-item .news-bubble p {
    /*padding: 17px;*/
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: inherit;
    word-wrap: break-word;
    margin: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .news-item .news-bubble p {
        font-size: 16px;
    }
}
.news-item .news-bubble {
    position: relative;
    font-size:25px;
    /*width:100%;
    height: auto;*/
    margin:0px;
    background: var(--lightgreen);
    border-bottom-right-radius: var(--borderradius);
/*    z-index: 100;*/
}

.hc .news-item .news-bubble {
    background: #191919 !important;
    color: #fff;
}
.hc .grid-item .news-item {
    background: #191919!important;
}
.hc .motto-wrap {
    background: #191919!important;
}
.hc .motto-wrap > a {
    background: #191919!important;
}

.news-item .news-img {
    height:auto;
    margin:0px;
    width:100%;
    overflow: hidden;
}

.news-item img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

/* left, right */
.news-item.left .news-bubble,
.news-item.right .news-bubble {
/*    width:50%;
    float:left;*/
    padding: 20px;
}
/*
.news-item.left .news-img,
.news-item.right .news-img {
    width:50%;
    float:right;
}
.news-item.right .news-bubble {
    float:right;
}
.news-item.right .news-img {
    float:left;
}
*/
/* Farben */
.news-item.green .news-bubble {
    background: #ACC30F;
}
.grid {
    margin-left: -2px;
    margin-right: -2px;
}
.flexgrid {
    margin: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.grid-item {
    background: #ACC30F;
    border: 2px solid white;
}
/*
.theme1 .grid-item {
    background: #ACC30F;
}

.theme2 .grid-item {
    background: #304087;
}

.theme3 .grid-item {
    background: #5C9F9F;
}

.theme4 .grid-item {
    background: #E17844;
}

.theme5 .grid-item {
    background: #8C2A3D;
}

.theme6 .grid-item {
    background: #71830B;
}
*/
.grid-item.dark,
.bg-green.dark {
    background: #5A5A5A;
    color: #ffffff
}

.grid-item .news-item {
    background: #ACC30F;
}
/*
.theme2 .grid-item .news-item {
    background: #304087;
}
.theme3 .grid-item .news-item {
    background: #5C9F9F;
}
.theme4 .grid-item .news-item {
    background: #E17844;
}
.theme5 .grid-item .news-item {
    background: #8C2A3D;
}
.theme6 .grid-item .news-item {
    background: #71830B;
}
*/
/* Motto Links*/
.news-item a {
    color: inherit;
    text-decoration: none;
}
.news-item a:hover {
    color: inherit;
    text-decoration: none;
}
/*
.news-item a.motto {
    position: absolute;
    bottom:10px;
    left:10px;
    font-weight: 700;
    color:#fff;
    padding:10px 15px 10px 15px;
}
.news-item.bottom a.motto,
.news-item.no-img a.motto{
    top:10px;
    bottom: inherit;
    z-index:1000;
}
.news-item.left a.motto {
    top: 10px;
    right: 10px;
    left: inherit;
    bottom: inherit;
}
.news-item.right a.motto {
    top: 10px;
    left: 10px;
    bottom: inherit;
}
.news-item.bottom a.motto {
    top: 10px;
    left: 10px;
    bottom: inherit;
}
*/
.news-item .motto-wrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px 10px 15px;
}
.news-item .motto-wrap.bg-gruen {
    color: #000;
}
.news-item.bottom .motto-wrap,
.news-item.no-img .motto-wrap{
    top:10px;
    bottom: inherit;
    z-index:1000;
}
.news-item.left .motto-wrap {
    top: 10px;
    right: 10px;
    left: inherit;
    bottom: inherit;
}
.news-item.right .motto-wrap {
    top: 10px;
    left: 10px;
    bottom: inherit;
}
.news-item.bottom .motto-wrap {
    top: 10px;
    left: 10px;
    bottom: inherit;
}

/*
    Artikel
*/
.article {
    padding-top:20px;
    margin-bottom: 90px;
}
.article h2 {
    font-size: 45px;
    font-weight: 700;
    padding-top:30px;
    padding-bottom:20px;
}
.article.with-image h2 {
    padding-top:260px;
    padding-bottom:20px;
}
.article p {
    font-size: 22px;
    margin-bottom: 30px;
}
.article .table {
    width: inherit;
    font-size: 22px;
}
.article .table tr td {
    border-bottom:#000000 solid 2px;
    padding: 10px 20px 0px 0px;
}
.article .table tr:first-child td {
    border-top: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .article {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .article {
        padding-top:0px;
        margin-bottom: 0px;
    }
    .article.with-image h1 {
        padding-top:650px;
    }
}
@media (max-width: 480px)  {
    .article {
        padding-top:0px;
        margin-bottom: 0px;
    }
    .article.with-image h1 {
        padding-top:450px;
    }
}

/*
    Pager
*/
.content-pager {
    height:630px;
    margin-top: 150px;
}
.content-pager .img {
    height: 450px;
    margin:0px;
    background-size: 892px 630px !important;
}

.content-pager .content {
    height:630px;
    padding:0px 20px 20px 30px;
}
.content-pager .content:after {
    content: "";
    position: absolute;
    border-style: solid;
    top: 200px;
    left: -50px;
    border-width: 60px 60px 60px 0;
    border-color: transparent #ACC30F;
    display: block;
    width: 0;
    z-index: 1;
}

.links.visible-xs-block {
    text-align: center;
    padding-top: 10px
}
.links.visible-xs-block a {
    color:#000;
    font-size:40px;
    padding:20px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .content-pager {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .content-pager, .content-pager .img, .content-pager .content {
        height:450px;
    }
    .content-pager .content h1, .content-pager .content h2 {
        font-size:30px;
        padding:30px 0px 30px 0px;
    }
    .content-pager .content.article p {
        font-size:20px !important;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .content-pager {
        height: auto;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .content-pager .content {
        height: auto;
    }
    .content-pager .content:after {
        top: -50px;
        left: 40%;
        border-width: 0 60px 60px;
        border-color: #ACC30F transparent;
    }
}
@media (max-width: 480px) {
    .content-pager {
        height: auto;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .content-pager .content {
        height: auto;
    }
    .content-pager .content:after {
        top: -50px;
        left: 40%;
        border-width: 0 60px 60px;
        border-color: #ACC30F transparent;
    }
}

/*
    Quicklinks
*/
.text-center h1 {
    font-weight: 700;
    padding-top:30px;
}
.quicklink {
    font-size: 25px;
    font-weight: 700;
    display: block;
    color: #000;
}
/*
    Footer
*/
.footer-circle img {
    width: 30px;
    height: auto;
}
.footer-start {
    margin-top: 150px;
}
.footer {
    color:#fff;
    padding-bottom:5px;
}
.footer .col-md-4 {
    padding: 20px;
}
.footer .col-md-4:nth-child(2) {
    margin-top: 63px;
}
.footer h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.footer ul {
    padding:0px;
}
.footer ul li {
    list-style-image: none;
    list-style-type: none;
    border-bottom:#fff solid 2px;
    padding:5px 0px 5px 0px;
}
.footer ul li a {
    font-size: 18px;
    color:#fff;
    padding:5px 0px 5px 0px;
}
.footer ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer a.circle {
    display: inline-block;
    width: 30px;
    height: 30px;
/*    border-radius: 50%;
    background: #fff;*/
    font-size: 20px;
    padding-top: 0;
    margin: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.footer .footer-navigation {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

.footer ul.obligatory-links,
.footer .socialMedia {
    margin-top:0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.footer .socialMedia {
    gap: 20px;
}
.footer .socialMedia img {
    filter: invert(1);
}

.footer ul.obligatory-links li {
    align-self: center;
    float:left;
    padding: 0 5px;
    border-bottom: #fff solid 0px;
    border-right: #fff solid 2px;
}
.footer ul.obligatory-links li:last-of-type {
    border-right: none;
}
.footer ul.obligatory-links li a {
    padding: 6px 15px;
    font-size:18px;
    font-weight: 400;
    color: #fff;
}
.footer ul.obligatory-links li h3 {
    font-size:15px;
    margin: 0;
}
.footer ul.obligatory-links li:before {
    content: '|';
    float: left;
    color: #fff;
}
.footer ul.obligatory-links li:first-child:before {
    content: '';
}

.visible-sm-block ul.obligatory-links li {
    float: none;
}
.visible-sm-block ul.obligatory-links li a {
    font-size: 35px;
}
.footer ul.obligatory-links li:before {
    content: '';
}

@media (max-width: 1200px) and (min-width: 768px) {
    .footer {
        padding-bottom: 0px;
    }
    .footer .col-md-4 {
        padding: 0px 20px 0px 20px;
    }
    .footer .col-md-4:nth-child(2) {
        margin-top: 0px;
    }
    ul {
        margin-bottom: 0px;
    }
    .footer ul.obligatory-links {
        margin-top:40px;
    }


    .footer .col-md-4:nth-child(4), .footer .col-md-4:nth-child(5) {
        border-top:#fff solid 30px;
    }
}
@media (max-width: 480px) {
    .footer {
        padding-bottom: 0;
    }
    .footer .col-md-4 {
        padding: 0px 20px 0px 20px;
    }
    .footer .col-md-4:nth-child(2) {
        margin-top: 0px;
    }
    ul {
        margin-bottom: 0px;
    }
    .footer ul.obligatory-links {
        margin-top:40px;
    }

    .footer .col-md-4:nth-child(4), .footer .col-md-4:nth-child(5) {
        border-top:#fff solid 30px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .footer {
        padding-bottom: 0px;
    }
    .footer .col-md-4 {
        padding: 0px 20px 0px 20px;
    }
    .footer .col-md-4:nth-child(2) {
        margin-top: 0px;
    }
    ul {
        margin-bottom: 0px;
    }
    .footer ul.obligatory-links {
        margin-top:40px;
    }

    .footer .col-md-4:nth-child(4), .footer .col-md-4:nth-child(5) {
        border-top:#fff solid 30px;
    }
}


/*
    masonry
*/
.grid-item {
    -width: 335px;
    overflow: hidden;
}
.grid-item--width2 { width: 400px; }

/* fluid 4 columns */
.grid-sizer,
.grid-item {
    width: 25%;
}
/* 2 columns wide */
.grid-item--width2 { width: 50%; }

/*stuff*/

.overview-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.faq-wrapper {
    height: 350px;
    position: relative;
    width: 100%;
    pointer-events: none;
    bottom: 0px;
    z-index: 1;
}
.faq-wrapper .bubble {
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: -100px;
    margin: 10px;
    pointer-events: all;
    color: white;
    background: #000;
}

.faq-wrapper .bubble:nth-child(1) {
    left: 40px;
    bottom: -280px;
}

.faq-wrapper .bubble:nth-child(2) {
    left: 240px;
    bottom: -70px;
}

.faq-wrapper .bubble:nth-child(3) {
    left: 600px;
    bottom: -230px;
}


@media (max-width: 767px) {
    .faq-wrapper {
        position: inherit;
        height: auto;
        top: inherit!important;
        bottom: inherit!important;
        left: inherit!important;
        right: inherit!important;
        float: left;
    }

    .faq-wrapper .bubble {
        position: relative;
        top: inherit!important;
        bottom: inherit!important;
        left: inherit!important;
        right: inherit!important;
        margin: 15px 20px 30px 20px;
    }
}

.hc .content-pager .content:after {
    border-color: transparent #000;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .faq-wrapper {
        bottom: -680px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .faq-wrapper {
        bottom: -140px;
    }
}

@media (min-width: 1400px) {
    .faq-wrapper {
        bottom: -200px;
    }
}

.dropdown-menu {
    background: #fff;
    width: 1400px;
    /*left: 50%;*/
    right: auto;
    transform: translate(-50%,0);
    top: 60px;
    padding: 0;
/*    z-index: 9999;*/
    z-index: 1000;
    border-bottom-right-radius: var(--borderradius);
}
ul.nav ul.dropdown-menu {
/*    left: 25%;*/
    left: 0;
    right: 0;
    justify-self: center;
    float: none;
    transform: none;
/*    max-width: initial;*/
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 0;
}

/*@media (max-width: 1400px) {
    .dropdown-menu {
        width: 1198px;
    }
}

@media (min-width:768px) and (max-width: 1200px) {
    .dropdown-menu {
        width: 766px;
        top: 200px;
    }
}*/

.dropdown-menu {
    border: none;
}

.nav>li {
    position: inherit;
}

#navbar-container {
    position: relative;
}

.dreieck {
    position: absolute;
    top: -16px;
    left: 50%;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #000 transparent;
    background: transparent;
    display: block;
    width: 32px;
    z-index: 1;
    list-style: none;
    border-top: 15px solid #E8E8E8 !important;
    padding: 0!important;
}

.dreieck-hintergrund {
    position: absolute;
    top: -16px;
    left: 50%;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fff transparent;
    background: transparent;
    display: block;
    width: 0;
    z-index: 2;
    list-style: none;
    border-top: 15px solid #E8E8E8 !important;
    padding: 0!important;
}
li.active .dreieck {
    border-top-color: #ACC30F !important;
}

li.active .dreieck-hintergrund {
    border-top-color: #ACC30F !important;
}

.postDreieck {
    height: 15px;
    position: absolute;
    top: -15px;
    width: 100%;
    list-style: none;
}

.faq-wrapper .bubble:after {
    border-color: rgba(0,0,0, 1) transparent;
}
.faq-wrapper .bubble .links a {
    color: white;
}

.header {
    margin: 10px 0;
}
.header img {
    width: 100%;
    height: auto;
}
.header p {
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
}


.detail h2 {
    font-size: 45px;
}
.detail .grid-item {
    width: 100%!important;
}
.detail .kacheln {
    margin-top: 20px;
}

.detail .mid-col > article > div.header {
    padding: 0 15px;
}

.menuSpacer {
    padding-right: 20px;
}

.detail .textcontent .row > .col-sm-6,
.detail .kacheln .row > .col-sm-6{
    padding-bottom: 30px;
}

.mid-col .bottomnav,
.detail .textcontent > .row > div,
.detail .kacheln > .row > div {
    padding: 0 15px;
    margin-bottom: 15px;
}
.detail .textcontent > .row > div {
    width: 100%;
}
.detail .textcontent > .row > div.frame-type-textmedia {
    width: 100%;
}

.detail .textcontent .bg-green.row img,
.detail .kacheln .bg-green.row img {
    height: auto;
    width: 100%;
}
.detail .textcontent .bg-green.row h3,
.detail .kacheln .bg-green.row h3 {
    margin-top: 0;
}

.detail .textcontent .bg-green.row > .col-xs-12:not(:first-child),
.detail .kacheln .bg-green.row > .col-xs-12:not(:first-child) {
    padding: 15px;
}

.detail .textcontent .row,
.detail .kacheln .row {
    display: flex;
    flex-wrap: wrap;
}

.detail .textcontent a,
.detail .kacheln a {
    color: #000;
}

.detail .kacheln a:hover,
.detail .kacheln a:focus,
.detail .textcontent a:focus,
.detail .textcontent a:focus {
    color: #000;
}

.detail .textcontent .row > .col-xs-12 > div,
.detail .kacheln .row > .col-xs-12 > div {
    height: 100%;
}

.detail .textcontent .row > .col-xs-12 > div .row,
.detail .kacheln .row > .col-xs-12 > div .row {
    height: 100%;
}

@media (max-width: 767px) {
    .detail .kacheln {
        margin-top: 0;
    }
}
.header .box {
    text-align: right;
    padding-left: 10px;
}
@media (max-width: 1199px) {
    .header .box {
        padding-left: 0;
    }
}

.left-col {
    padding: 10px;
}
.left-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-col ul a {
    display: block;
    font-size: 15px;
    color: #000;
    padding: 10px 0 5px;
    border-bottom: #ACC30F solid 2px;
}
.left-col .news ul a {
    font-size: 18px;
    border-bottom: #000000 solid 1px;
}

ul.midlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.midlist a,
.detail .textcontent ul.midlist a {
    display: block;
    font-size: 15px;
    color: var(--darkblue);
/*    padding: 10px 0 5px;*/
/*    border-bottom: var(--darkblue) solid 2px;*/
}
.detail .textcontent ul.midlist li {
    border-bottom: 2px solid;
    border-color: var(--darkblue);
    padding: 10px 20px;
}
.detail .textcontent ul.midlist li > a {
    color: var(--darkblue);
}

.detail .textcontent ul.midlist li > a:hover {
    text-decoration: none;
    font-weight: bold;
}

.right-col {
    padding-left: 10px;
    padding-top: 10px;
}
.right-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.right-col ul a {
    display: block;
    font-size: 15px;
    color: #000;
    padding: 10px 0 5px;
    border-bottom: #ACC30F solid 2px;
}
/*
.theme2 .right-col ul a {
    border-color: #304087;
}

.theme3 .right-col ul a {
    border-color: #5C9F9F;
}

.theme4 .right-col ul a {
    border-color: #E17844;
}

.theme5 .right-col ul a {
    border-color: #8C2A3D;
}

.theme6 .right-col ul a {
    border-color: #71830B;
}
*/
.right-col .frame.frame-layout-0 {
    margin-top: 20px;
}

.right-col .element {
    color: #000;
    background: var(--lightgreen);
    padding: 25px;
    width: 100%;
    margin-bottom: 25px;
}

.right-col .element .title, .right-col .element .title a {
    color: var(--darkblue);
    font-family: var(--fontfamilyheadline);
    font-size: 16px;
    font-weight: bold;
}

.right-col .element a {
    color: var(--darkblue);
    text-decoration: underline;
    display: block;
}

.right-col .element a:hover {
    color: #71830b;
}
.mid-col {
    padding: 0 30px;
}

.mid-col .element {
/*    color: white;
    background: #000; */
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}
.mid-col .header {
    margin-top: 0;
}
.mid-col .element a {
    color: white;
    border-color: white;
}
.mid-col .element a:hover {
    color: white;
}

.detail-grid {
    margin: 50px 0;
}

.clear {
    float: none;
    clear: both;
    width: 100%;
}
@media (min-width: 1025px) {
    ul.nav li.open ul.dropdown-menu,
    ul.nav li:hover ul.dropdown-menu {
        display: flex;
    }
}

.faqlist {
    width: 100%;
    list-style: none;
}

.faqlist li {
    border-bottom: 1px solid;
    border-color: #ACC30F;
    padding: 10px 20px;
}

.faqlist a {
    color: #000;
}
/*
.theme2 .faqlist li {
    border-color: #304087;
}

.theme3 .faqlist li {
    border-color: #5C9F9F;
}

.theme4 .faqlist li {
    border-color: #E17844;
}

.theme5 .faqlist li {
    border-color: #8C2A3D;
}

.theme6 .faqlist li {
    border-color: #71830B;
}
*/
.subpages {
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.subpages li {
    border-bottom: 2px solid;
    border-color: var(--darkblue);
    padding: 10px 20px;
}

.subpages li > a,
.detail .textcontent .subpages a {
    color: var(--darkblue);
}

.subpages a:hover {
    text-decoration: none;
    font-weight: bold;
}
/*
.theme2 .subpages li {
    border-color: #304087;
}

.theme3 .subpages li {
    border-color: #5C9F9F;
}

.theme4 .subpages li {
    border-color: #E17844;
}

.theme5 .subpages li {
    border-color: #8C2A3D;
}

.theme6 .subpages li {
    border-color: #71830B;
}

.theme2 .left-col ul a {
    border-bottom: #304087 solid 2px;
}

.theme3 .left-col ul a {
    border-bottom: #5C9F9F solid 2px;
}

.theme4 .left-col ul a {
    border-bottom: #E17844 solid 2px;
}

.theme5 .left-col ul a {
    border-bottom: #8C2A3D solid 2px;
}

.theme6 .left-col ul a {
    border-bottom: #71830B solid 2px;
}

.theme2 ul.midlist a {
    border-bottom: #304087 solid 2px;
}

.theme3 ul.midlist a {
    border-bottom: #5C9F9F solid 2px;
}

.theme4 ul.midlist a {
    border-bottom: #E17844 solid 2px;
}

.theme5 ul.midlist a {
    border-bottom: #8C2A3D solid 2px;
}

.theme6 ul.midlist a {
    border-bottom: #71830B solid 2px;
}

.theme2 .news-item .news-bubble {
    background: #304087;
    color: #ffffff;
}

.theme3 .news-item .news-bubble {
    background: #5C9F9F;
}

.theme4 .news-item .news-bubble {
    background: #E17844;
}

.theme5 .news-item .news-bubble {
    background: #8C2A3D;
    color: #ffffff;
}

.theme6 .news-item .news-bubble {
    background: #71830B;
    color: #ffffff;
}
*/
.kacheln header {
    display: none;
}

.newsLayoutContent .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.newsLayoutContent .left-col {
    order: 1;
}
.newsLayoutContent .mid-col {
    order: 2;
}
.newsLayoutContent .right-col {
    order: 3;
}

@media (max-width: 1024px) {
    .newsLayoutContent .left-col {
        order: 2;
    }
    .newsLayoutContent .mid-col {
        order: 1;
    }
    .newsLayoutContent .right-col {
        order: 3;
    }
}

.row .bg-green img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.simpleLanguageLayoutContent .col-sm-12.col-md-3,
.homeCardList .col-lg-3.col-sm-6 {
    padding: 10px;
}

.newsCardList .bg-green {
    height: 100%;
}
.newsCardList .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.newsCardList .col-sm-6 {
    padding: 10px;
}
@media (max-width: 767px) {
    .newsCardList .col-sm-6 {
        width: 100%;
    }
}
.newsListTopnews .header a,
.newsListTopnews .header a:hover {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}
.newsListTopnews .mobile .header a,
.newsListTopnews .mobile .header a:hover {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.newsListTopnews h3 {
    margin-top: 10px;
}
.newsListTopnews h4 {
    margin-top: 25px;
}
.news .more-news,
.newsListTopnews .more-news {
    padding: 0;
}

.topnews {
    border-bottom: 1px solid #000000;
    padding-top: 1px;
}
.mobile .topnews {
    height: 100%;
    margin: 0 5px;
}
.mobile .topnews .teaser-text p {
    font-size: 16px;
}

.newsImage {
    height: 200px;
}
.news-img-wrap {
    height: 100%;
}
.newsTeaser {
    color: var(--darkblue);
    background: var(--lightblue);
    border-bottom-right-radius: var(--borderradius);
    /*height: 180px;*/
    height: 100%;
    max-height: 240px;
    min-height: 140px;
}
.newsTeaser > a {
    height: 100%;
    display: block;
}
.newsTeaser > a .news-line {
    padding: 10px 20px 30px 20px;
    height: 100%;
}
.newsTeaser .publicationDate {
    height: 35px;
}
.newsTeaser .publicationDate p {
    font-size: 14px;
}
.newsTeaser .publicationDate p i {
    font-size: 12px;
}
.bg-green.hc .newsTeaser {
    color: #ffffff;
}
.newsCardList .newsTeaser {
    height: 100%;
}
.newsTeaser .header {
    margin: 0;
}
.newsTeaser .header h3{
/*    margin: 0 0 20px 0;*/
    font-size: 20px;
    word-wrap: break-word;
}
.newsTeaser .teaser-text p{
    font-size: 18px;
}

.news-single .mediaelement img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/*.theme2 .bg-green {*/
/*    background: #304087;*/
/*    color: #ffffff;*/
/*}*/

/*.theme3 .bg-green {*/
/*    background: #5C9F9F;*/
/*}*/

/*.theme4 .bg-green {*/
/*    background: #E17844;*/
/*}*/

/*.theme5 .bg-green {*/
/*    background: #8C2A3D;*/
/*    color: #ffffff;*/
/*}*/
/*
.theme6 .bg-green {
    background: #71830B;
    color: #ffffff;
}
*/
/*
    NAV
*/

.dropdown-menu.cat-dropdown p > a {
    font-weight: 700;
}

.dropdown-menu.cat-dropdown .first p > a {
    font-weight: inherit;
}

.dropdown-menu.cat-dropdown li a {
    font-size: 22px;
}

/*
.bg-theme1 .dropdown-menu.cat-dropdown a {
    color: #ACC30F;
}

.bg-theme2 .dropdown-menu.cat-dropdown a {
    color: #304087;
}

.bg-theme3 .dropdown-menu.cat-dropdown a {
    color: #5C9F9F;
}

.bg-theme4 .dropdown-menu.cat-dropdown a {
    color: #E17844;
}

.bg-theme5 .dropdown-menu.cat-dropdown a {
    color: #8C2A3D;
}

.bg-theme6 .dropdown-menu.cat-dropdown a {
    color: #71830B;
}

.bg-theme3 .dropdown-menu.cat-dropdown .first a {
    color: #000;
}

.bg-theme4 .dropdown-menu.cat-dropdown .first a {
    color: #000;
}
*/
.news-item.dark .news-bubble,
.bg-green.dark .news-bubble {
    background: #5A5A5A;
    color:#fff;
}
.grid-item.dark .news-item,
.bg-green.dark .news-item {
    background: #5A5A5A;
    color: #fff
}
.dropdown-menu li {
    border-bottom: 1px solid black;

}
.dropdown-menu>li {
    border-bottom: none;
}
.dropdown-menu a {
    font-size: 16px;
}
.dropdown-menu h1 {
    font-size: 22px;
}
.dropdown-menu li a {
    padding: 0;
}
.dropdown-menu .sub1 {
    padding: 0 0 20px 20px;
}

.nav.nav-pills .dropdown-menu .first .subtitle a {
    font-size: 16px;
}

.dropdown-menu.dropdown-small {
    width: inherit;
    left: inherit;
    top: inherit;
    right: inherit;
    transform: none;
}

.dropdown-menu.dropdown-small:before {
    border: none;
}

.dropdown-menu.dropdown-small:after {
    border: none;
}

.toolbar-tools .dropdown {
    position: relative;
}

.ce-bodytext ul, .ce-bodytext ol {
    font-size: 18px;
}

@media (max-width: 1199px) {
    /*.header .teaser-detail {*/
    /*    padding-right: 10px;*/
    /*}*/

    /*.header h1 {*/
        /*font-size: 55px;*/
    /*}*/

    /*.right-col {*/
    /*    padding: 10px 0 0 0;*/
    /*}*/
}

.sidemenu {
    margin-bottom: 10px;
    margin-left: 40px;
}

.sidemenu a {
    font-family: var(--fontfamilyheadline);
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: var(--midblue);
    padding: 5px 45px 5px 15px;
    margin: 5px 0;
    position: relative;
    display: block;
}

.sidenav-sm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidenav-sm ul a {
    display: block;
    font-size: 15px;
    color: #000;
    padding: 10px 0 5px;
}

#navbar .sub {
    padding: 5px 10px;
    list-style: none;
}

#navbar .sub a {
    padding: 0;
    background: none;
}

.nav.nav-pills li.cat-pills:hover {
    background: #000;
    color: #fff;
}

.nav.nav-pills li.cat-pills:hover > a {
    color: #fff;
}

.nav.nav-pills li.cat-pills a:focus {
    background: #000;
    color: #fff;
}

.nav.nav-pills li.cat-pills a:focus {
    /*background: #000!important;*/
}

.nav.nav-pills li a:hover {
    background: none;
}

.dropdown-menu.cat-dropdown {
    top: 180px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .dropdown-menu.cat-dropdown {
        top: 0;
    }
}

.dropdown-menu.cat-dropdown li {
    margin-left: 0px;
}

.dropdown-menu.cat-dropdown .cat-col {
    padding: 10px;
}

.dropdown-menu.cat-dropdown .cat-col ul {
    padding: 0;
    list-style: none;
}

.dropdown-menu.cat-dropdown .cat-col p {
    padding: 0 0 5px 0;
    margin: 0;
    border-bottom: 1px solid;
}

.dropdown-menu.cat-dropdown .cat-col.first p {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

/*
.bg-theme1 .cat-col p {
    border-color: #ACC30F!important;
}

.bg-theme2 .cat-col p {
    border-color: #304087!important;
}

.bg-theme3 .cat-col p {
    border-color: #5C9F9F!important;
}

.bg-theme4 .cat-col p {
    border-color: #E17844!important;
}

.bg-theme5 .cat-col p {
    border-color: #8C2A3D!important;
}

.bg-theme6 .cat-col p {
    border-color: #71830B!important;
}
*/
.dropdown-menu.cat-dropdown li a {
    color: #000;
    padding: 0;
}

.dropdown-menu.cat-dropdown li {
    padding: 5px 0;
}

/*
.bg-theme1 .dropdown-menu.cat-dropdown h1 {
    color: #ACC30F;
}

.bg-theme2 .dropdown-menu.cat-dropdown h1 {
    color: #304087;
}

.bg-theme3 .dropdown-menu.cat-dropdown h1 {
    color: #5C9F9F;
}

.bg-theme4 .dropdown-menu.cat-dropdown h1 {
    color: #E17844;
}

.bg-theme5 .dropdown-menu.cat-dropdown h1 {
    color: #8C2A3D;
}

.bg-theme6 .dropdown-menu.cat-dropdown h1 {
    color: #71830B;
}
*/
@media (min-width: 768px) and (max-width: 1199px) {
    .dropdown-menu.cat-dropdown {
        top: 321px;
    }
}

/*#toolbar-container ul li a.icon-img {
    padding: 0;
}
#toolbar-container ul li a.icon-img img {
    height: 24px;
    width: 35px;
    margin: 4px 0;
}*/

.configuration-error {
    background-color: yellow;
    color: red;
    font-weight: 700;
    padding: 5px;
}

.content-error {
    background-color: yellow;
    color: red;
    font-weight: 700;
    padding: 5px;
    border: 1px dashed red;
    opacity: 0.8;
    margin: 5px 0;
}
/*
.bg-theme1 .cat-col.first h1, .bg-theme1 .cat-col.first ul {
    background-color: #ACC30F;
}

.bg-theme2 .cat-col.first h1, .bg-theme2 .cat-col.first ul {
    background-color: #304087;
}

.bg-theme3 .cat-col.first h1, .bg-theme3 .cat-col.first ul {
    background-color: #5C9F9F;
}

.bg-theme4 .cat-col.first h1, .bg-theme4 .cat-col.first ul {
    background-color: #E17844;
}

.bg-theme5 .cat-col.first h1, .bg-theme5 .cat-col.first ul {
    background-color: #8C2A3D;
}

.bg-theme6 .cat-col.first h1, .bg-theme6 .cat-col.first ul {
    background-color: #71830B;
}
*/
.cat-col.first ul li {
    border-bottom: 1px solid black;
}
/*
.bg-theme2 .cat-col.first li {
    border-color: #fff;
}

.bg-theme5 .cat-col.first li {
    border-color: #fff;
}
*/
.cat-col .subtitle {
    display: none;
}

.cat-col ul li p:first-child {
    margin: 0;
}

.cat-col.first li p:first-child a {
    font-size: 24px;
}

.cat-col.first li:last-child {
    border: none;
}

.cat-col.first .subtitle {
    display: block;
    font-size: 13px;
}

.cat-col p a {
    font-size: 15px;
}
/*
.bg-theme2 .first ul li a {
    color: #fff;
}

.bg-theme5 .first ul li a {
    color: #fff;
}
*/
.cat-pills .cat-col.first > p {
    margin: 0;
}

.cat-pills .cat-col.first > p a {
    color: #fff!important;
    padding: 15px 25px;
    border: none;
    font-size: 42px;
    display: block;
}
/*
.bg-theme1 .cat-col.first a {
    background: #ACC30F;
}
.bg-theme2 .cat-col.first a {
    background: #304087;
    color: #ffffff;
}
.bg-theme3 .cat-col.first a {
    background: #5C9F9F;
}
.bg-theme4 .cat-col.first a {
    background: #E17844;
}
.bg-theme5 .cat-col.first a {
    background: #8C2A3D;
    color: #ffffff;
}

.bg-theme1 .cat-col.first a:hover {
    background: #ACC30F;
}
.bg-theme2 .cat-col.first a:hover {
    background: #304087;
    color: #ffffff;
}
.bg-theme3 .cat-col.first a:hover {
    background: #5C9F9F;
}
.bg-theme4 .cat-col.first a:hover {
    background: #E17844;
}
.bg-theme5 .cat-col.first a:hover {
    background: #8C2A3D;
    color: #ffffff;
}
*/
.cat-pills .cat-col.first ul li {
    padding: 5px;
}

.cat-pills .cat-col.first ul {
    padding: 5px 20px;
}

.cat-pills .cat-col.first {
    padding: 20px;
    padding-top: 10px;
}

/*.navbar-inverse .navbar-collapse {
    background: #000;
}*/

.sidemenu .active a,
.sidemenu a:hover {
    font-weight: 700;
    background: var(--lightblue);
    border-radius: 10px;
    text-decoration: none;
}
.sidemenu .level2 a {
    color: var(--darkblue);
}
.sidemenu .level2 {
    margin-left: 10px;
}
.sidemenu .level3 {
    margin-left: 15px;
}
/*.sidemenu .level2 a {
    padding-left: 20px !important;
}
*/
.sidemenu .level3 {
    border-left: 3px solid var(--lightblue);
}
.sidemenu .level3 a {
    color: var(--darkblue);
    font-weight: 400;
    margin-left: 5px;
}
.sidemenu .level2 .active a,
.sidemenu .level3 .active a {
    background: none;
}
.sidemenu .level2 .active a,
.sidemenu .level3 .active a {
    color: var(--midblue);
    font-weight: bold;
}
.sidemenu div:not(.active) > a > .menuSpacer,
.sidemenu .level2 .active ~ div:not(.level3)> a > .menuSpacer {
    display: none;
}

div#carousel-example-generic2 {
    height: 170px;
    overflow: hidden;
}

.right-col .linklist {
    padding: 25px;
    background: var(--lightblue);
}

.right-col .linklist h2 {
    margin-top: 0;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.right-col .linklist .headline {
    border: none;
}

.right-col .linklist h2 {
    font-size: 20px;
    margin-top: 0;
}

.right-col .linklist li a {
    font-size: 18px;
    color: var(--darkblue);
    padding: 0;
    border-bottom: 0;
    text-decoration: underline;
    margin-bottom: 5px;
}

.right-col .linklist li a:hover {
    color: #525d07;
}

.right-col .linklist ul li a {
    font-size: 15px;
}

.right-col .linklist {
    margin-bottom: 25px;
}

.right-col .news-ticker {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid black;
}

.right-col .news-ticker .news-line {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #ACC30F;
    padding: 10px 0 5px 0;
    font-size: 15px;
}

.right-col .news-ticker .news-line:hover {
    text-decoration: underline;
}

.right-col a.more-news {
    display: none;
}

.right-col .news-ticker h1 {
    font-size: 30px;
    margin-top: 0;
}

.right-col .midlist {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid black;
}

.right-col .midlist h1 {
    font-size: 30px;
    margin-top: 0;
}

#news .news-ticker h1 {
    display: none;
}

/*
ÄMTER WORKAROUND
*/
@media (max-width: 1200px) and (min-width: 768px) {
    #navbar ul.navbar-nav li[class^="col-"] {
        width: 33% !important;
    }
}

.dropdown-menu .underline {
/*    border-bottom: 1px solid black;*/
    height: 100%;
/*    min-height: 75px;*/
    text-align: left;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.dropdown-menu .underline:hover,
.dropdown-menu .underline.active {
    background: var(--lightblue);
    border-radius: 15px;
}
/*.dropdown-menu .underline:hover a::before {
    filter: grayscale(1);
}*/

.dropdown-menu .underline a {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0;
    align-items: center;
}
.dropdown-menu .underline a:hover,
.dropdown-menu .underline a:focus {
    text-decoration: none;
}

.sidemenu .menuSpacer {
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/pfeil-menu.svg") no-repeat center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: inline;
    padding-right: 45px;
}
.sidemenu .active .menuSpacer {
    rotate: 90deg;
}

.dropdown-menu .underline a::before {
    content: "";
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/pfeil-menu.svg") no-repeat center;
    min-width: 15px;
    max-width: 35px;
    height: 35px;
    margin-right: 5px;
    display: block;
    background-size: contain;
}

.dropdown-menu.dropdown-cat .sub a {
    border: none;
}

.footer .version {
    float: right;
    color: #222222;
    margin: 18px 18px 0 0;
    font-size: 10px;
    display: none;
}

.carousel-inner img {
    max-width: 100%;
}

.carousel-inner .imagewrap {
    height: 500px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .carousel-inner .imagewrap {
        height: 270px;
    }

    .carousel-indicators {
        bottom: 150px;
    }

    .content-element .box {
        display: none;
    }
}

@media (max-width: 1200px) {
    .carousel-indicators {
        bottom: 150px;
    }
}

#carousel-example-generic .carousel-indicators {
    display: none;
}

.news-rollout .row .more-news {
    display: none;
}

.news-rollout .row:last-child .more-news {
    display: block;
}

.lightboxgallery img {
    width: 100%;
    height: auto;
}

.lightboxgallery .imagewrap {
  margin: 20px;
  overflow: hidden;
  height: 183px;
}

@media (max-width: 1399px) {
    .lightboxgallery .imagewrap {
        height: 149px;
    }
    .mainHeader {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    .lightboxgallery .imagewrap {
        height: 323px;
    }
}

@media (max-width: 767px) {
    .lightboxgallery .imagewrap {
        height: 200px;
    }
}

@media (max-width: 447px) {
    .lightboxgallery .imagewrap {
        height: 169px;
    }
}

.carousel-control {
  background-image: none!important;
}

.news-line p {
    margin: 0;
}

.news-ticker h2 {
    padding: 0 50px;
    margin-bottom: 30px;
}

.news-line h3 {
    margin-top: 0;
}

.news-line:hover {
    text-decoration: none;
    color: var(--darkblue);
    background: #c3cfd7;
    border-bottom-right-radius: var(--borderradius);
}

.news-ticker .news-divider {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-subline {
    display: none;
}

.news-ticker .news-subline {
    display: block;
}

.news-ticker .news-line {
    padding: 0 50px;
}

.news-ticker {
    float: none;
    clear: both;
    padding: 20px 0;
}

@media (max-width: 1200px) {
    .news-ticker h2 {
        padding: 0;
        margin-bottom: 30px;
    }

    .news-ticker .news-line {
        padding: 0;
    }
    .news-ticker .more-news {
        float: none;
        width: 180px;
        margin: 20px auto;
    }
}

.galleryreplacemnt {
    margin: 20px 0 30px 0;
/*    background-color: #ACC30F;*/
}

.galleryreplacemnt h2, .news-ticker h2 {
    text-align: center;
    margin-bottom: 25px;
}

.galleryreplacemnt > .row > .col-lg-3 {
    padding: 15px 10px;
}
.galleryreplacemnt > .row > .col-lg-3:first-of-type,
.galleryreplacemnt > .row > .col-lg-3:nth-of-type(5) {
    padding-left: 0;
}
.galleryreplacemnt > .row > .col-lg-3:last-of-type,
.galleryreplacemnt > .row > .col-lg-3:nth-of-type(4) {
    padding-right: 0;
}
.news-ticker > div > .row > .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
}
/*.news-ticker > div > .row > .col-lg-3 .news-line {
    padding: 0;
}*/
.news-ticker > div > .row > .col-lg-3:first-of-type {
    padding-left: 0;
}
.news-ticker > div > .row > .col-lg-3:last-of-type {
    padding-right: 0;
}

.galleryreplacemnt .news-item {
    border: 2px solid white;
    border-top-width: 4px;
}

.news-divider {
    display: none;
}

.detail .textcontent a.toplink,
a.toplink {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: var(--midblue);
    font-size: 16px;
    font-family: var(--fontfamilyheadline);
    text-underline-offset: 3px;
}
.detail .textcontent a.printlink,
a.printlink {
    padding: 10px;
    color: var(--midblue);
    margin-top: 10px;
    background: transparent;
    margin-right: 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 16px;
    font-family: var(--fontfamilyheadline);
}

a.printlink svg {
    fill: black;
}

a.printlink svg, a.toplink svg {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 10px;
}

.detail .textcontent a.toplink:hover, .detail .textcontent a.printlink:hover,
a.toplink:hover, a.printlink:hover {
    text-decoration: none;
}

.detail .textcontent a.toplink,
a.toplink {
    background-color: transparent;
    font-weight: normal;
    text-decoration: underline;
}

/*
.theme1 a.toplink {
    background: #ACC30F;
}
.theme2 a.toplink {
    background: #304087;
    color: #ffffff;
}
.theme2 a.toplink svg {
    fill: white;
}
.theme3 a.toplink {
    background: #5C9F9F;
}
.theme4 a.toplink {
    background: #E17844;
}
.theme5 a.toplink {
    background: #8C2A3D;
    color: #ffffff;
}
.theme5 a.toplink svg {
    fill: white;
}
.theme6 a.toplink {
    background: #71830B;
} */

.quicklink-row header > h2 {
    display: none;
}
.quicklink-row {
    padding-top: 55px;
    padding-bottom: 55px;
}
.quicklink-row h2 {
    margin-top: 0;
    margin-bottom: 55px;
}

.quicklink-row img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    /*margin-top: 50%;
    transform: translateY(-50%);*/
}

.quicklink-row .quicklink-card {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    max-height: 75px;
}

.quicklink-card .quicklink {
    height: 75px;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 18px;
}
ul.quicklinks-list:first-of-type {
    margin-top: 10px;
}
.quicklinks-list a {
    color: #333333;
}
.hc .quicklinks-list a {
    color: #fff;
}
ul.quicklinks-list {
    list-style: none;
    padding-inline-start: 0;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
}
ul.quicklinks-list li::before {
    content: '';
    display: inline-block;
    background-image: url(/typo3conf/ext/theme_strac/Resources/Public/Icons/pfeil-menu.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    filter: brightness(0);
    height: 10px;
    width: 15px;
}

.hc ul.quicklinks-list li::before {
    filter: brightness(1) grayscale(1) contrast(10);
}

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: white;
    }

    ul.dropdown-menu {
        position: inherit;
        float: none !important;
        transform: inherit;
        left: inherit;
        right: inherit;
    }

    .dropdown-cat .dreieck, .dropdown-cat .dreieck-hintergrund, .dropdown-cat .postDreieck {
        display: none;
    }
}

.ekko-lightbox-nav-overlay a, .ekko-lightbox-nav-overlay a:focus {
    outline: 0;
}

ul.nav, ul.nav ul {
    max-width: 100%
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        border: 1px solid #000;
    }
}

.institution-element table {
    color: #000;
    width: 100%;
    font-size: 22px;
}

.institution-element .bis-email-wrap {
    font-size: 18px;
/*    text-decoration: underline;*/
}

.institution-element p {
    font-size: 18px;
}

.institution-element h2, .element-employee h2 {
    font-size: 22px;
}

.element-employee > h2 {
    font-weight: bold;
    margin-top: 40px;
    font-size: 22px;
}

.institution-element > h2, .element-employee > h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.element-employee p {
    font-size: 18px;
}

@media (max-width: 767px) {

    .dropdown ul {
        display: none !important;
    }

    .dropdown.open ul {
        display: block !important;
        position: absolute;
    }

}

.workinghours {
    margin-top: 60px;
}
.workinghours p {
    margin: 0;
}

.workinghours td {
    display: block;
    float: left;
    margin-right: 1px;
}

.workinghours tr {
    display: block;
    width: 100%;
    float: none;
    clear: both;
}

.mid-col .element.element-service {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.element-service h2 {
    display: none;
}

.mid-col .element.element-service li.headline {
    border: none;
}

.mid-col .element.element-service a {
    color: #000;
    display: block;
    padding: 10px 0 5px;
}

.mid-col .element.element-service li {
    border-bottom: 2px solid #ACC30F;
}

/*
.theme2 .mid-col .element.element-service li {
    border-color: #304087;
}

.theme3 .mid-col .element.element-service li {
    border-color: #5C9F9F;
}

.theme4 .mid-col .element.element-service li {
    border-color: #E17844;
}

.theme5 .mid-col .element.element-service li {
    border-color: #8C2A3D;
}

.theme6 .mid-col .element.element-service li {
    border-color: #71830B;
}
*/
.subpages a {
    display: block;
}

.bottomnav {
    margin-top: 10px;
}

.overview-contact p {
    margin-bottom: 5px;
}

.overview-contact div {
    margin-bottom: 30px;
}

.cat-dropdown li ul {
    display: none;
}

.cat-dropdown li.first ul {
    display: block;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

.video-wrapper figcaption {
    position: absolute;
    bottom: -20px;
}

.institution-element .workinghours table {
    font-size: 18px;
}
.workinghours tr td:nth-child(1) {
    width: 40px;
}

.workinghours tr td:nth-child(3) {
    width: 20px;
    text-align: center;
}

.workinghours tr td:nth-child(5) {
    margin-left: 5px;
}
@media (min-width: 1200px) {
    .workinghours tr td:nth-child(6) {
        margin-right: 40px;
    }
}
.workinghours tr td:nth-child(7) {
    margin-left: 40px;
}

@media (max-width: 1400px) {
    .workinghours tr td:nth-child(7) {
        margin-left: 40px;
    }
}
@media (max-width: 1200px) {
    .workinghours tr td:nth-child(6) {
        margin-right: 0;
    }
    .workinghours tr td:nth-child(7) {
        margin-left: 5px;
    }
}

.workinghours tr td:nth-child(8) {
    width: 20px;
    text-align: center;
}

.workinghours tr td:nth-child(10) {
    margin-left: 5px;
}

.bis-email-wrap {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.grid > h2 {
    display: none;
}

.ce-textpic li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.overview-contact a, .ce-textpic a {
    color: var(--darkblue);
    text-decoration: underline;
    transition: 300ms;
}
.overview-contact a:hover, .overview-contact a:focus {
    text-decoration: underline;
    text-decoration-color: var(--darkblue);
}
.ce-textpic a:hover, .ce-textpic a:focus {
    text-decoration: underline;
    text-decoration-color: #71830b;
    color: #71830b;
}

.news-item {
    transition: 300ms linear;
}
.news-item:hover .news-bubble {
    background: #e8e9db;
}

/*.news-item:hover h2, .news-item:hover p {
    text-decoration: underline;
}*/

.playPauseBtn.isPaused .pause {
    display: none;
}

.playPauseBtn.isPlaying .play {
    display: none;
}

.playPauseBtn {
    font-size: 24px!important;
    width: 35px;
    text-align: center;
    top: 2px;
}

/*TODO Farbe steht aus */
.ce-bodytext a:visited {
    color: #27440b;
}

.article .btn-primary {
    color: #000;
}
.article .btn-primary:hover {
    color: #fff;
}

/*#toolbar-container ul li a:focus {
    color: #fff;
}*/

.news-item a:focus h2, .news-item a:focus p {
    text-decoration: underline;
}

.news-item a.motto:focus {
    text-decoration: underline;
}

/*#toolbar-container .dropdown ul li a:focus {
    color: #000;
}*/

.gallery-right, .gallery-left {
    background-color: #fff;
    border: 0 solid;
    text-align: center;
    color: #000;
    border-radius: 100px;
    vertical-align: center;
    font-size: 28px!important;
}

.carousel-control {
    opacity: .9!important;
}

.carousel-control:hover .gallery-left, .carousel-control:hover .gallery-right, .carousel-control:focus .gallery-left, .carousel-control:focus .gallery-right {
    border: 1px solid #000;
}

@media (max-width: 767px) {
    .dreieck {
        width: 32px!important;
        height: 0!important;
        min-width: 0!important;
        margin: 0!important;
    }

    .dreieck-hintergrund {
        width: 32px!important;
        height: 0!important;
        min-width: 0!important;
        margin: 0!important;
    }

    .postDreieck {
        height: 0!important;
        padding: 0!important;
        margin: 0!important;
    }

    .dropdown-menu.dropdown-cat li {
        float: none;
    }
}

.navbar a:focus {
    outline: solid 1px #ACC30F;
}
.mobile-menu .navbar a:hover, .mobile-menu .navbar a:active {
    outline: none;
    background: white;
}
.navbar a:hover, .navbar a:active {
    outline: none;
}
.social-media-li a:focus {
    outline: solid 1px #ACC30F;
}
.social-media-li a:hover, .social-media-li a:active {
    outline: none;
}
.nav.nav-pills a:focus {
    outline: solid 1px #ACC30F;
}
.nav.nav-pills a:active,
.nav.nav-pills a:hover {
    outline: none;
}
/*.quicklink-row a:focus {*/
    /*outline: solid 1px #000000;*/
/*}*/
/*.quicklink-row a:active,*/
/*.quicklink-row a:hover*/
/*{*/
    /*outline: none;*/
/*}*/
/*.dropdown-menu>li:not(.open):not(.active)>a:hover, .dropdown-menu>li:not(.open):not(.active)>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background-color: #ACC30F;
    color: black;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ACC30F),to(#ACC30F));
    background-image: -webkit-linear-gradient(top,#ACC30F,#ACC30F);
    background-image: -o-linear-gradient(top,#ACC30F,#ACC30F);
    background-image: linear-gradient(to bottom,#ACC30F,#ACC30F);
}
.mobile-menu .dropdown-menu>li:not(.open):not(.active)>a:hover, .mobile-menu .dropdown-menu>li:not(.open):not(.active)>a:focus, .mobile-menu .dropdown-submenu:hover>a, .mobile-menu .dropdown-submenu:focus>a {
    color: black;
    background: #eee;
}*/

#search-form-button:focus #search-icon {
    outline: solid 1px black;
}

#search-form-button:hover #search-icon {
    outline: 0;
}

.skiplinks a {
    color: #000;
    padding: 3px;
}

@media print {
    img, .left-col, .breadcrumb, figcaption, .print, .toplink {
        display: none;
    }

    .mid-col, .right-col {
        width: 100%;
        top: 0!important;
    }

    #logo img {
        display: block;
    }

    #logo {
        position: inherit;
    }

    .right-col .element {
        padding: 0;
    }

    .main {
        border: none;
    }

    .teaser-detail p {
        margin: 40px 0;
    }
}

@media (max-width: 767px) {
    .galleryreplacemnt .news-img, .galleryreplacemnt .news-bubble {
        width: 100%!important;
    }
}

.mid-col header {
    padding: 10px 0;
}
.mid-col h2 {
    font-size: 32px;
    /*margin-top: 0;*/
}

@media (min-width: 1400px) {
    .news-ticker .news-divider {
        display: none!important;
    }

/*    .news-ticker .news-line {
        padding-left: 20px!important;
        border-right: 2px solid #ACC30F;
    }
*/
    .news-ticker .news-line.last {
        border-right: none;
    }

    .news-ticker h2 {
        padding-left: 20px!important;
    }

    .galleryreplacemnt .news-img, .galleryreplacemnt .news-bubble {
        float: none!important;
        width: 100%!important;
    }

    .galleryreplacemnt .news-bubble {
        height: auto!important;
    }

    .galleryreplacemnt .news-item {
        float:none;
        clear:none;
        border:none;
        width: auto;
    }

    .news-ticker>div {
        margin-bottom: 50px!important;
    }
}

.news-ticker>div .news-line {
    margin-bottom: 0;
}

.news-ticker h3 {
    font-size: 22px
}
.news-ticker p {
    font-size: 20px
}

#google_translate_element {
    padding: 4px;
}

/*#toolbar-container ul li #google_translate_element a {
    color: black;
}*/

.news-item .imageResponsive {
    width: 100%;
    height: auto;
/*    height: 160px;
    object-fit: cover;*/
}


.bg-white {
    background: #fff;
}

.searchedFrequently h2 {
    margin-top: 0;
    margin-bottom: 55px;
    color: var(--white);
    font-size: 35px;
    font-weight: 700;
    font-family: var(--fontfamilyheadline);
}
.searchedFrequently h3 {
    font-size: 20px;
    padding-top: 0;
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
}
.searchedFrequently {
    padding: 55px 0;
    margin-top: 15px;
}
.searchedFrequently .row .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    max-height: 75px;
}

.searchedFrequently a,
.searchedFrequently a:hover,
.searchedFrequently a:focus {
    color: #000;
}
.searchedFrequently a:hover,
.searchedFrequently a:focus,
.searchedFrequently a:hover h3,
.searchedFrequently a:focus h3 {
    color: var(--lightblue);
    text-decoration: none;
}

.searchedFrequently img,
.row .searchedFrequently img {
    width: 60px;
    height: 60px;
    background: var(--white);
    border-bottom-right-radius: 15px;
    object-position: 0px 3px;
}

.socialMediaWrapper.socialMedia {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.socialMedia {
    display: flex;
    align-items: center;
}

article .header .teaser-detail h2 {
    font-size: 34px;
}

article .header .teaser-detail p {
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
}

article .header .teaser-detail p:last-child {
    font-size: 16px;
    margin-top: 25px;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

/* mobile navbar */
.mobile.navbar {
    background-color: white;
    z-index: 1000;
    width: 100%;
    margin-bottom: 10px;
}

/*#mobileNavCloseButton span:hover,
#mobileNavCloseButton:focus span,
#mobileNavHamburger span:hover,
#mobileNavHamburger:focus span{
    filter: invert(62%) sepia(96%) saturate(1300%) hue-rotate(26deg) brightness(105%) contrast(88%); /* changes bg image color to #ACC30F */
/*}*/

#mobileNavHamburger span {
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/bars-solid.svg") no-repeat center;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    margin-right: 10px;
    display: block;
    margin-left: auto;
    background-color: var(--lightblue);
    border-radius: 50%;
    background-size: 40%;
}

.open #mobileNavHamburger span {
    background-image: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/times-solid.svg?1");
}
#mobileNavCloseButton span {
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/times-solid.svg") no-repeat center;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    margin-left: auto;
    margin-right: 10px;
    display: block;
}

.dropdown-toggle:focus {
    outline-color: black;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
}

.mobile.navbar .mobileNavMenu {
    display: none;
}

.mobile.navbar .mobileNavMenu.show {
    right: 0; /* TODO change value to fit mobile view */
    top: 80px;
}

.mobile.navbar .mobileNavMenu {
    background-color: white;
    transition-duration: 500ms;
    transition-property: right;
    width: 100%;
    position: absolute;
    right: calc(-100% - 210px); /* TODO change to value that menu is not visible */
    top: 0;
}

/*.mobile-menu li.toContentLink {
    margin-bottom: 30px;
    margin-top: -30px;
    margin-left: -15px;
    width: 300px;
}
.mobile-menu li.toContentLink > a {
    border-bottom-color: #91a40d;
    padding-left: 25px !important;
}*/
.mobile-menu li.toContentLink > a {
    font-weight: bold;
    color: var(--midblue);
}

@media (min-width: 767px) and (max-width: 1025px) {
    #logo {
        position: absolute;
        top: 0;
        z-index: 1000;
    }
    .mobile.navbar.open {
        z-index: 1001;
    }
}

.mobile.navbar .mobile-menu .mobile-menu-buttons {
    height: 75px;
    display: flex;
    justify-content: flex-end;
}

.mobile.navbar .mobile-menu .mobile-menu-buttons #mobileNavCloseButton {
    height: 100%;
    width: 100%;
}

.mobile.navbar .mobile-menu {
    min-height: 100vh;
}

.mobile.navbar .mobile-menu ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
/*    height: 100%;*/
    background: white;
    overflow: auto;
    height: calc(100vh - 140px);
}

.mobile-menu  ul li {
    width: 100%;
}

.mobile-menu ul li > a {
    font-size: 16px;
    font-family: var(--fontfamilyheadline);
    color: var(--darkblue);
/*    margin: 10px;
    border-bottom: 1px solid black;*/
    padding: 15px;
}
.mobile-menu ul li > a:hover,
.mobile-menu ul li > a:focus {
    background: none;
}

.mobile-menu ul li.open > a {
    z-index: 10000;
}
.mobile-menu ul li.active > a {
    display: none;
}
.mobile-menu ul li.open > a,
.mobile-menu ul li.active > a {
    background-color: white;
    width: calc(100% - 55px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10%;
}
.mobile-menu .active > .dropdown-menu {
    display: block;
    left: 0;
    top: 0;
}
.mobile.navbar .mobileNavMenu .mobile-menu .active > .dropdown-menu .open > .dropdown-menu {
    left: 0;
    top: 50px;
}
.mobile.navbar .mobileNavMenu .mobile-menu .active > .dropdown-menu > li:not(.open):not(.active) {
    display: none;
}
.mobile-menu .open ul > li {
    position: relative;
}
.mobile-menu .active .dropdown-menu {
    transform: none;
}

.mobile-menu .dropdown-menu .underline a {
    display: block;
    width: unset;
    height: unset;
    margin-top: 0;
}

.mobile-menu #skip-nav-mobile li.active.open > ul.dropdown-menu {
    border: none;
}

.mobile-menu #skip-nav-mobile li.open > ul.dropdown-menu a {
    width: 100%;
    padding: 20px 37px 20px 0;
    white-space: break-spaces;
    background: none;
}

.mobile-menu a {
    color: black;
}

.mobile-menu #skip-nav-mobile li.active.open > ul > li.sub {
    float: none;
    margin: 10px;
}

.mobile-menu .dropdown-menu .underline a::before {
    display: none;
}

.main {
    overflow-x: hidden;
}

.mobile-menu .nav .open > a:focus,
.mobile-menu .nav .open > a:hover,
.mobile-menu .nav .open > a {
    background-color: white;
}

.mobile-menu ul li.open > a {
    position: absolute;
    top: -15px;
    width: 300px;
    overflow: hidden;
}

.mobile.navbar .mobileNavMenu .mobile-menu ul li.open > ul {
    box-shadow: none;
    position: absolute;
    padding: 15px 0 15px 15px; 
    border: none;
    top: 50px;
    left: 0;
}

.mobile-menu .dropdown-menu .underline a.changedToBackText,
.mobile-menu ul > li > a.changedToBackText,
.mobile-menu .nav .open > a.changedToBackText {
    padding-left: 45px;
    line-height: 20px;
    margin-top: 15px;
    width: 100%;
/*    display: block;*/
    background: var(--lightblue);
    font-weight: bold;
    color: var(--midblue);
}

div.mobile-menu .dropdown-menu .underline a.changedToBackText::after,
div.mobile-menu ul > li > a.changedToBackText:after {
    transition-property: none;
    transition-duration: unset;
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/pfeil-menu.svg") no-repeat center;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    display: inline;
    transform: rotate(180deg);
    margin-left: 0;
    content: "";
    width: 20px;
}

.mobile-menu ul li > a.dropdown-toggle:after,
.mobile-menu .dropdown-menu .underline a::after,
.mobile-menu > ul > li > a:after {
    transition-property: transform;
    transition-duration: 500ms;
    background: url("/typo3conf/ext/theme_strac/Resources/Public/Icons/pfeil-menu.svg") no-repeat center;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    display: inline;
    margin-left: 20px;
    content: "";
    width: 20px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}
.dreieck,
.dreieck-hintergrund {
    top: -15px;
}

/*
#navbar ul.mainnav > li.hasDropdown.open::after,
#navbar ul.mainnav > li.hasDropdown:hover::after {
    content: "";
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: transparent;
    background: transparent;
    width: 0;
    z-index: 2;
    list-style: none;
    border-top: 15px solid #E8E8E8 !important;
    padding: 0!important;
}
#navbar ul.mainnav > li.hasDropdown.active.open::after,
#navbar ul.mainnav > li.hasDropdown.active:hover::after {
    border-top: 15px solid #ACC30F !important;
}
*/

@media (max-width: 1025px) {

    .quicklinks-list {
        display: none;
    }

/*    #logo {
        margin-left: auto;
        margin-right: auto;
    }

    #logo img {
        height: 50px;
        margin-left: 15px;
    }
*/

    .navbar a:focus {
        outline: none !important;
    }

    .mobile {
        display: block !important;
    }

    .desktop,
    div#toolbar-links.desktop,
    div#toolbar-links-footer.desktop {
        display: none !important;
    }

    #toolbar-links-footer ul.nav.navbar-nav,
    #toolbar-links ul.nav.navbar-nav {
        margin: 10px 20px;
        width: calc(100% - 40px);
    }
    #toolbar-links-footer ul li,
    #toolbar-links ul li {
        border-bottom: none;
        float: none;
    }

    .mobile-menu #skip-nav-mobile li > ul > li.sub {
        float: unset;
        width: 100%;
    }

    .mobile-menu .dreieck,
    .mobile-menu .dreieck-hintergrund,
    .mobile-menu .postDreieck {
        display: none;
    }

    .mobile.navbar .mobileNavMenu .mobile-menu ul li.open > ul {
        left: 50%;
    }
}
@media (max-width: 767px) {
    .mobile.navbar .mobileNavMenu .mobile-menu ul li.open > ul {
        left: 0;
    }
}

/* Mobile */
@media (max-width: 1400px) {

/*    .sidemenu {
        display: none;
    }
*/
    .galleryreplacemnt > .row > .col-lg-3 {
        padding: 5px;
    }
    .galleryreplacemnt > .row > .col-lg-3:first-of-type {
        padding-left: 5px;
    }
    .galleryreplacemnt > .row > .col-lg-3:last-of-type {
        padding-right: 5px;
    }
    .news-ticker > div > .row > .col-lg-3 {
        padding: 5px 15px 5px 15px;
    }
    .news-ticker > div > .row > .col-lg-3:first-of-type {
        padding-left: 15px;
    }
    .news-ticker > div > .row > .col-lg-3:last-of-type {
        padding-right: 15px;
    }
}

/* Mobile */
@media (max-width: 567px) {

    article .header .teaser-detail h2 {
        font-size: 28px;
    }
    
    .searchbox {
        padding: 0 15px;
        margin-top: 0;
    }
    .inner-main-container {
        padding-top: 10px;
    }
    .galleryreplacemnt {
        margin-top: 10px;
    }
    .mobile.navbar {
        margin-bottom: 0;
        min-height: 48px;
    }

    .breadcrumb {
/*        display: none;*/
    }

    .mid-col,
    .left-col,
    .right-col {
        padding: 15px;
    }

    .left-col {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .detail .textcontent .row .col-sm-6 .frame,
    .detail .kacheln .row .col-sm-6 .frame {
        padding: 15px 0;
    }

    .printlink {
        display: none;
    }

    .quicklink-card .row {
        display: flex;
    }

    .footer .footer-navigation .obligatory-links li {
        border: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer .footer-navigation .obligatory-links a {
        font-size: 16px;
    }

    .footer .footer-navigation .obligatory-links,
    .footer .footer-navigation {
        display: table;
        width: 100%;
        padding: 0;
    }

    nav.navbar .navbar-header button {
        margin: 0;
    }

    #skip-content .container .galleryreplacemnt .row .col-lg-3 {
        padding: 15px;
    }

    #skip-content .container .more-news {
        padding-left: 25px;
    }

    #skip-content .searchedFrequently .container .row > .col-lg-3 {
        padding: 0 15px;
    }

    #skip-content .searchedFrequently .container .row > .col-lg-3 .frame .bg-white .row {
        display: flex;
    }

    #skip-content .searchedFrequently .container .row > .col-lg-3 .frame .bg-white .row .col-sm-3 {
        max-height: 75px;
    }

    #skip-content .container .about-strac {
        padding: 15px;
    }
    #skip-footer .quicklink-row .container .row > .col-md-6 .row .frame .quicklink-card,
    #skip-content .container .about-strac .article.with-image .more-news {
        padding: 0;
    }

    #skip-content .container .about-strac table.table {
        width: 100%;
    }

    #skip-content .container .about-strac .overview-img {
        max-width: 100%;
        height: auto;
    }

    #skip-footer .quicklink-row .container .row > .col-md-offset-1 {
        padding: 15px;
    }

    #skip-footer .quicklink-row .container .row > .col-md-6 .row .frame {
        padding: 0 15px;
    }

}

.quicklink-card .bg-white .row > div,
#skip-content .container .row > .col-lg-3 .frame .bg-white > .row .col-sm-3{
    max-height: 75px;
}

/* Ipad */
@media (min-width: 568px) and (max-width: 1200px) {
    .searchbox-container,
    #search-container {
        padding: 0;
    }
    .searchbox {
        padding: 0 15px;
    }

/*    .breadcrumb {
        display: none;
    }*/

    .mid-col {
        padding: 0;
        margin-top: 10px;
    }

    .printlink {
        display: none;
    }


    .footer .footer-navigation .obligatory-links li {
        border: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer .footer-navigation .obligatory-links a {
        font-size: 18px;
    }

    .footer .footer-navigation .obligatory-links {
        display: table;
        width: 100%;
    }

    .footer .footer-navigation {
        width: 100%;
    }

    .footer .footer-navigation span {
        padding: 10px;
    }

/*    #logo {
        padding: 15px;
    }
*/
    #skip-content .galleryreplacemnt .row .col-lg-3 .frame .news-item {
        float: none;
        clear: none;
        border: none;
        width: auto;
    }

    #skip-content .galleryreplacemnt .row .col-lg-3 .frame .news-item .news-bubble,
    #skip-content .galleryreplacemnt .row .col-lg-3 .frame .news-item .news-img {
        float: none!important;
        width: 100%!important;
    }

    #skip-content .container .about-strac,
    #skip-content .searchedFrequently .row .col-lg-3.col-sm-6,
    #skip-content .container .news-ticker .row .frame .col-lg-3 .news-line {
        padding: 0 15px;
    }

    #skip-content .container .news-ticker .row .frame .more-news {
        padding-left: 20px;
    }

    #skip-content .container .news-ticker .row .frame .col-lg-3 {
        padding: 0 10px;
    }

    .quicklink-card .bg-white .row,
    #skip-content .container .row > .col-lg-3 .frame .bg-white > .row {
        display: flex;
    }

    /*.quicklink-card .bg-white .row img,
    #skip-content .container .row > .col-lg-3 .frame .bg-white > .row img {
        margin: 0;
        transform: unset;
    }*/

    .about-strac .overview-img {
        max-width: 100%;
        height: auto;
    }

    #skip-footer .quicklink-row .container .row > .col-md-offset-1 {
        padding: 15px;
    }

}

@media (max-width: 375px) {
    p {
        overflow-wrap: anywhere !important;
    }
}
p a {
    word-break: break-word;
    text-underline-offset: 3px;
}
@media (max-width: 767px) {
    .detail .textcontent > .row > div {
	max-width: 100%;
    }
/*    p a {
	word-break: break-word;
    }*/
}

.mobile.navbar.open .dropdown-backdrop {
    display: none;
}

.clearfixMobile {
    display: none;
}

@media (max-width: 1025px) {
    .clearfixMobile {
        display: block;
        clear: both;
    }
}

/* Mobile font changes */
@media (max-width: 767px) {

    h2,
    .article h2,
    .detail h2,
    .mid-col h2,
    article .header .teaser-detail h2 {
        font-size: 24px;
    }

    .searchedFrequently img,
    .row .searchedFrequently img {
        width: 50px;
        height: 50px;
    }

    h3,
    .newsTeaser .header h3,
    .searchedFrequently h3 {
        font-size: 14px;
    }

    h4, h5 {
        font-size: 16px;
    }

    .article p,
    body, span, p,
    .newsTeaser .teaser-text p,
    .ce-bodytext ul, .ce-bodytext ol {
        font-size: 16px;
    }

    .googleTranslateBox span {
        font-size: 10pt;
    }

    .quicklink-row,
    .searchedFrequently {
        padding: 20px 0;
    }

    .quicklink-row h2,
    .searchedFrequently h2 {
        margin: 0;
        margin-bottom: 10px;
	font-size: 28px;
    }


}

body {
    color: var(--darkblue);
}

.container-fluid {
    max-width: 1920px;
}

.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}

.mainHeader {
    box-shadow: 0px 4px 4px 0px #00000008;
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1399px) {
    .mainHeader {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sidemenu {
        margin-left: 10px;
        margin-bottom: 0;
    }
}

.fixed {
    position: fixed;
}
.container-fluid.fixed {
    z-index: 1;
    background: var(--white);
    width: 100%;
}
.container-fluid.fixed.desktopHeader {
    background: none;
}
.container-fluid.fixed.desktopHeader .mainHeader {
    background: var(--white);
}

.container-fluid.fixed + div {
    margin-top: 80px;
}

.headerImage {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.eyeAble_customToolOpenerClass {
    transition: 300ms ease-in-out;
}

.eyeAble_customToolOpenerClass:before {
    display: inline-block;
    content: '';
    width: 45px;
    height: 45px;
    background: url('/typo3conf/ext/theme_strac/Resources/Public/Icons/icon_eyeable.svg') no-repeat center;
    background-size: contain;
}
.eyeAble_customToolOpenerClass:hover {
    scale: 1.1;
    cursor: pointer;
}

li.eyeAbleWrapper,
div.eyeAbleWrapper {
    width: auto !important;
    padding: 0 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
div.eyeAbleWrapper {
    width: 35px !important;
    height: 35px;
    padding: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
div.eyeAbleWrapper.eyeAble_customToolOpenerClass:before {
    width: 35px;
    height: 35px;
}

.news-item .news-bubble {
    display: flex;
    flex-direction: column;
}
.news-item .news-bubble p.read-more {
    color: var(--darkblue);

    font-size: 16px;
    font-family: var(--fontfamilyheadline);
    font-weight: bold;

    text-decoration: underline;
    text-decoration-color: var(--green);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    padding-top: 10px;
    margin-top: auto;
}
.news-item .news-bubble p.read-more i {
    display: inline;
    font-size: 14px;
}
.logo-container {
background: var(--white);
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 50px;
}
.ce-column figure img {
/*    max-height: 450px;*/
    width: 100%;
    object-fit: cover;
    object-position: 0 30%;
}
figure figcaption {
    margin-bottom: 20px;
    text-align: right;
    padding-top: 5px;
    position: relative;
}
.displayHeaderOverlay figure figcaption,
.displayHeaderOverlay figure figcaption {
    margin-bottom: 0;
    top: -75px;
}
.displayHeaderOverlay .audio-wrapper figure figcaption,
.displayHeaderOverlay .video-wrapper figure figcaption {
    margin-bottom: 0;
    top: unset;
}
.displayHeaderOverlay .ce-gallery figure {
    height: calc(100% - 75px);
}
.displayHeaderOverlay .ce-gallery .overlayingHeadline {
    position: relative;
}
/*.displayHeaderOverlay .ce-gallery .overlayingHeadline {
    container-type: inline-size;
    container-name: headlineBackground;
}*/
.displayHeaderOverlay .ce-gallery .overlayingHeadline .headlineBackground {
    position: relative;
    top: -77px;
    background: var(--lightblue);
    border-top-right-radius: 50px;
    padding: 0px 30px;
    display: inline-block;
}
.displayHeaderOverlay .ce-gallery .overlayingHeadline .headlineBackground h2 {
    font-size: 24px;
}
/*@container headlineBackground(max-inline-size: 120px) {
    h2 {
        font-size: 24px;
    }
}*/

.teaserTileContainer {
    gap: 10px;
    hyphens: auto;
    align-items: center;
}

.about-strac .article > h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.about-strac .article > h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: normal;
}

.overview-contact {
    gap: 45px;
    flex-wrap: no-wrap;
}

.overview-contact .contactLocation,
.overview-contact .contactOpening,
.overview-contact .contactMisc {
    background: var(--lightgreen);
    border-bottom-right-radius: 30px;
    position: relative;
    padding: 65px 30px 30px 30px;
    flex-basis: 100%;
}

.contactOpening .contenttable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 18px;
}
.contactOpening table.contenttable tr td {
    border-style : hidden;
    padding: 0;
}

.overview-contact .contactIcon {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white);
    border-bottom-right-radius: 15px;
    width: 52px;
    height: 52px;
    padding: 15px;
}
.overview-contact h3 {
    font-size: 24px;
    color: var(--darkblue);
    margin-bottom: 20px;
}
.overview-contact p {
    font-size: 18px;
}

.overview-contact a {
    text-underline-offset: 5px;
}
.overview-contact .contactOpening a {
    text-decoration-color: var(--green);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.overview-contact .contactOpening a:hover {
    text-decoration-color: var(--darkblue);
}

.overview-contact .contactLocation a:hover,
.overview-contact .contactMisc a:hover {
    color: #71830b;
    text-decoration-color: #71830b;
}

.overview-contact strong {
    color: var(--darkblue);
}

.footer .socialMedia {
    margin-top: 30px;
}
.footer .socialMedia .footer-circle.circle{
    width: auto;
    height: auto;
    overflow: auto;
}
.footer .socialMedia .footer-circle img{
    height: 40px;
    width: auto;
}
.footer .socialMedia .footer-circle.circle:hover img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(241%) hue-rotate(168deg) brightness(94%) contrast(98%);
}

.detailPage + #skip-footer .bg-black {
    background: var(--lightblue);
}

.detailPage + #skip-footer .footer ul.obligatory-links li {
    border-color: var(--darkblue);
}

.detailPage + #skip-footer .footer,
.detailPage + #skip-footer .footer ul.obligatory-links li a {
    color: var(--darkblue);
}

.detailPage + #skip-footer .footer .socialMedia .footer-circle.circle img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(23%) saturate(5164%) hue-rotate(187deg) brightness(105%) contrast(101%);
}

.detailPage + #skip-footer .footer .socialMedia .footer-circle.circle:hover img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(3807%) hue-rotate(196deg) brightness(98%) contrast(101%);
}

a.phoneLink,
a.faxLink,
a.mailLink {
    text-decoration-color: var(--darkblue);
    text-decoration-thickness: 1px;
}
p a.mailLink {
    word-break: break-all;
}

.contactLocation a.phoneLink,
.contactLocation a.faxLink,
.contactLocation a.mailLink {
    display: inline-block;
    margin-bottom: 5px;
}

.downloadLink,
.phoneLink,
.faxLink,
.mailLink {
    padding-left: 27px !important;
}

.downloadLink:before,
.phoneLink:before,
.faxLink:before,
.mailLink:before {
    display: inline-block;
    content: '';
    width: 22px;
    height: 14px;
    margin-right: 4px;
    margin-left: -27px;
}

.element .phoneLink:before,
.element .faxLink:before,
.element .mailLink:before {
    width: 15px;
    margin-right: 11px;
}

.phoneLink:before {
    background: url('/typo3conf/ext/theme_strac/Resources/Public/Icons/icon_phone.svg') no-repeat center;
    background-size: contain;
}
.faxLink:before {
    background: url('/typo3conf/ext/theme_strac/Resources/Public/Icons/icon_fax.svg') no-repeat center;
    background-size: contain;
}
.mailLink:before {
    background: url('/typo3conf/ext/theme_strac/Resources/Public/Icons/icon_mail.svg') no-repeat center;
    background-size: contain;
}
.downloadLink:before {
    background: url('/typo3conf/ext/theme_strac/Resources/Public/Icons/icon_download.svg') no-repeat center;
    background-size: contain;
}
.smallText {
    font-size: 14px !important;
}

.bg-green.teasertileCard {
    background: var(--lightgreen);
    border-bottom-right-radius: var(--borderradius);
    hyphens: auto;
}
.detail .kacheln .bg-green.teasertileCard img {
/*    height: 155px;*/
}
.detail .textcontent .bg-green.teasertileCard > .col-xs-12:not(:first-child), .detail .kacheln .bg-green.teasertileCard > .col-xs-12:not(:first-child) {
    padding: 30px;
}

#navbar .hasDropdown .dropdown-menu a {
    font-size: 16px;
}

.mobile.navbar .col-xs-7.d-flex {
    height: 80px;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.breadbrumbContainer.row {
    display: flex;
    flex-direction: row;
}

@media (max-width: 1199px) {
    .breadbrumbContainer.row {
        flex-direction: column
    }
    .breadbrumbContainer.row .mid-col {
        order: 1;
    }
    li.eyeAbleWrapper {
        padding: 0 10px;
    }
    .detail .contentContainer {
        display: flex;
        flex-direction: column;
    }
    .detail .contentContainer > div:nth-of-type(1) {
        margin-top: 15px;
        margin-bottom: 15px;
        order: 2;
    }
    .detail .contentContainer > div:nth-of-type(2) {
        order: 0;
    }
    .detail .contentContainer > div:nth-of-type(3) {
        order: 1;
    }
    .detail .contentContainer > div:nth-of-type(4) {
        order: 3;
    }
    .searchedFrequently {
        margin-right: -15px;
        margin-left: -15px;
    }

    .footer .footer-navigation .socialMediaWrapper.socialMedia {
        gap: 0;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 30px;
    }
    .footer .footer-navigation .socialMedia {
        margin-top: 0;
        gap: 5px;
    }

    .footer .footer-navigation span {
        padding: 10px;
    }
    .searchOpenerIcon > span.fas {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1100px) {
    #navbar li a {
        padding: 20px 15px;
    }
    li.eyeAbleWrapper {
        padding: 0 5px;
    }
    .searchOpenerIcon > span.fas {
        font-size: 16px;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1025px) {
    .mainHeader
    {
        padding-left: 0;
        padding-right: 0;
    }
    .overview-contact {
        flex-wrap: wrap;
    }
    .headerImage {
        height: 260px;
    }
    .searchbox {
        min-width: 375px;
    }
    .row.bg-black.footer {
        padding-bottom: 100px;
    }
    .footer .socialMedia .footer-circle img {
        height: 25px;
    }
    .sidemenu {
        margin-left: 0;
    }
    .displayHeaderOverlay .overlayingHeadline {
        margin-left: -30px;
        margin-right: -30px;
    }
    .displayHeaderOverlay figure figcaption {
        padding-right: 15px;
    }
    .displayHeaderOverlay .ce-gallery .overlayingHeadline .headlineBackground h2 {
        font-size: 18px;
    }
    .displayHeaderOverlay .ce-gallery .overlayingHeadline .headlineBackground {
        top: -69px;
    }
}
@media (min-width: 768px) {
    .bg-black.footer .container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .searchedFrequently {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 415px) {
    .searchbox.standalone .searchboxClose {
        right: 5px;
    }
}