@import url('contrast.css');
@import url('../../microsite/fonts/univers/stylesheet.css');

/* STMB Styles 2023 */
:root {
    --stmb-body-bg          : #ffffff;
    --text-color            : #292929;
    --heading               : #000;
    --red-one               : #FF2759;
    --red-two               : #FB1B1D;
    --orange-one            : #FF6839;
    --stmb-blue             : #008dd2;
    --stmb-green            : #c6d401;
    --stmb-yellow           : #FFF025;
    --stmb-akzent-blau      : #77b9e2;
    --stmb-akzent-gruen     : #c1c41f;
    --stmb-akzent-gelb      : #ffd100;
    --stmb-akzent-blau-50   : #77b9e280;
    --stmb-akzent-gruen-50  : #c1c41f80;
    --stmb-akzent-gelb-50   : #ffd10080;
    --stmb-klenzeblau       : #183A7A;
    --stmb-klenzeblau-70    :  rgba(24, 58, 122, .7);
    --stmb-klenzeblau-90    :  rgba(24, 58, 122, .9);
    --stmb-klenzeblau-20    :  rgba(24, 58, 122, .2);
}
@media screen and (max-width: 500px) {
    h1, h2, h3, h4, h5 {
        hyphens: auto;
        hyphenate-limit-chars: auto 5;
        hyphenate-limit-lines: 3;
    }
}
em {
    font-style: italic;
}
.light-bg {
    background-color: var( --stmb-body-bg);
}
.scroll-top {
    background-color: var(--stmb-blue);
}
.vcamp-footer-one {
    background-color: var(--stmb-blue);
}
.vcamp-footer-one .top-footer .footer-nav-link a, 
.vcamp-footer-one .bottom-footer .footer-nav a, 
.vcamp-footer-one .bottom-footer .social-icon a, 
.vcamp-footer-one .top-footer .footer-nav-link a,
.vcamp-footer-one .top-footer .footer-title,
.vcamp-footer-one .bottom-footer .copyright {
    color: rgba(255, 255, 255, 1);
}
.vcamp-footer-one .top-footer .footer-nav-link a:hover, 
.vcamp-footer-one .bottom-footer .footer-nav a:hover, 
.vcamp-footer-one .bottom-footer .social-icon a:hover,
.vcamp-footer-one .top-footer .footer-nav-link a:hover {
    color: var(--stmb-yellow);
}
.vcamp-footer-one h6, .vcamp-footer-one li a {
    padding-left: 2px;
    padding-right: 2px;
}
/* stmb button settings */
body .case-details-one .theme-btn-two {
    color: var(--heading);
    text-decoration: none;
}
body .theme-btn-two {
    font-family: 'Univers LT Pro 65 Bold';
    padding: 4px 40px 0;
    line-height: 49px;
}
body .theme-btn-two:hover {
    background:var(--stmb-blue); 
    border-color: var(--stmb-blue); 
    color: #fff;
}
body .theme-btn-three:hover, 
body .theme-btn-three.white-vr:hover {
    color: var(--stmb-blue);
}
body .theme-btn-six {
    font-family: 'Univers LT Pro 65 Bold';
    font-size: 17px;
    padding: 4px 42px 0;
    line-height: 53px;
    border-radius: 6px;
}
body .case-details-one .theme-btn-six {
    color: #fff;
    text-decoration: none;
}

/* Startpage Header */
.hero_slider_two .slider-inner {
    padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 1399px) {
    .hero_slider_two .slider-inner {
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .hero_slider_two .slider-inner {
        padding-left: 50px;
    }
}
.hero_slider_two .slider-inner:before {
    background-color: rgba(0, 143, 206, 0.8);
    mix-blend-mode: normal;

}
.hero_slider_two .hero-content .hero-heading {
    font-family: 'Univers LT Pro 65 Bold';
}
.hero_slider_two .hero-content .hero-heading {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 3;
}
.hero-banner-four {
    margin-bottom: 0;
    background-color: #fff;
}
.hero-banner-animated-img {
    background-color: #fff;
}
@media (max-width: 575px) {
    .hero_slider_two .hero-content .hero-heading {
        font-size: 30px;
    }
	.hero-banner-animated-img .hero-img {
		min-height: auto;
        max-height: 400px;
        height: auto;
	}
}
@media (max-width: 991px) {
    .hero-banner-animated-img {
        margin-top: 125px;
    }
	.hero-banner-animated-img .hero-img {
		min-height: auto;
		height: auto;
	}
    .hero_slider_two .hero-img {
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .hero_slider_two .slider-inner {
        position: static;
        padding: 10px 40px;
        margin-top: -5px;
        background-color: var(--stmb-blue);
        width: 100%;
    }
    .hero_slider_two .slider-inner:before {
        display: none;
    }
}
.hero_slider_two .hero-bottom-position {
    position: static;
    width: 100%;
    background-color: var(--stmb-blue);
}
.hero_slider_two .hero-bottom-position:before {
    display: none;
}

/* news page, news-slider:  hero heading & text */
.blog-heading-one, .blog-heading-two, .blog-pubish-date {
    width: fit-content;
    padding: 3px 10px;
}
.bg-container-image .blog-heading-one, .bg-container-image .blog-heading-two, .bg-container-image .blog-pubish-date {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}
body .inside-hero-seven .theme-btn-one {
    opacity: .6;
}
body.contrastMode .blog-heading-one, 
body.contrastMode .blog-heading-two, 
body.contrastMode .blog-pubish-date,
body.contrastMode .inside-hero-seven .theme-btn-one {
    background-color: rgb(0, 0, 0);
    opacity: 1;
}


/* UMSCSR-95: smooth transition for custom background colors */
[data-background-color] {
    transition: background-color 0.5s ease; 
}

/* Table of content navigation */

.article-toc-navigation {
    position: fixed;
    width: 20px;
    top: 200px;
    left: 20px;
    background: transparent;
    z-index: 2;
}
.article-toc-navigation ul {
    margin: 0;
    padding: 0;
}
.article-toc-navigation li {
    list-style-type: none;
    position: relative;
    padding: 4px 0;
}
.article-toc-navigation li a {
    display: block;
}
.article-toc-navigation li a:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    outline: 2px solid #fff;
    border-radius: 13px;
    background-color: var(--stmb-blue);
}
.article-toc-navigation li a.active:before {
    background-color: var(--stmb-yellow);
}
.article-toc-navigation li a span {
    display: none;
    white-space: nowrap;
    float: left;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 26px;
    font-size: 14px;
    line-height: 23px;
    padding: 4px 5px;
    color: #000;
    background-color: #efefef;
}
.article-toc-navigation li a:hover span {
    display: block;
}
.stmp-toc-heading {
    scroll-margin-top: 110px;
}


.stmb-deco-graphic {
    max-height: 110px;
    margin-bottom: 10px;
}

/* stmb accordion settings */
.accordion-style-two .accordion-tag {
    font-family: 'Univers LT STD 45 Light';
    font-size: 20px;
    text-transform: none;
    margin-bottom: 20px;
    color: inherit;
}
.accordion-style-two .accordion-button {
    font-family: 'Univers LT STD 45 Light';
    font-weight: bold;
    padding: 20px 10px 20px 0;
}
.accordion-style-two .accordion-item {
    background-color: inherit;
}
@media (max-width: 1199px) {
    .accordion-style-two .accordion-button {
        padding: 20px 10px 20px 0;
    }
}


@media screen and (max-width: 600px) {
    .article-toc-navigation {
        display: none;
    }
}

.image_map_container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.imagemap_caption {
    max-width: 1122px; 
    line-height: 1.25em;
    font-size: 18px;
    padding: 5px;
    text-align: left;
    margin: auto;
}
div.logo {
    line-height: 10px;
}
@media screen and (max-width: 1122px) {
    .imagemap_caption {
        padding: 5px 40px;
    }
}
.stmb-image-text-container > .row {
    position: relative;
}
.stmb_logo_xs {
    display: none;
}

@media screen and (max-width: 600px) {
    .stmb_logo_xs {
        display: inline-block;
        max-height: 50px;
    }
    .stmb_logo_lg {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .stmb-flex-order-sm-1 {
        order: 1;
    }

    .stmb-flex-order-sm-2 {
        order: 2;
    }
    .stmb-deco-graphic {
        max-height: 50px;
    }
}

.vcamp-feature-section-four .shape-one {
    top: 0;
}

.page-title, .title-style-one, .title-style-two .title {
    /* Hyphenation properties for browsers that support them */
    hyphens: auto;

    /* Set hyphenation limits for browsers that support them */
    hyphenate-limit-chars: 12 6 8;

    word-wrap: break-word;
}


/* Detail page */
.case-details-one {
    padding: 90px 0 70px;
}
.case-details-one h2, .case-details-one h3, .case-details-one h4, .case-details-one h5, .case-details-one h6 {
    margin-bottom: 0.8em;
    margin-top: 1.2em;
    font-family: "Univers LT STD 45 Light";
    line-height: 1.2em;
}

.case-details-one h2 {
    font-size: 34px;
}

.case-details-one h3 {
    font-size: 24px;
}

.case-details-one h4 {
    font-size: 22px;
}

.case-details-one h5 {
    font-size: 20px;
}

.case-details-one h5 {
    font-size: 18px;
}

.case-details-one h2 + h2, .case-details-one h2 + h3, .case-details-one h2 + h4, .case-details-one h2 + h5, .case-details-one h2 + h6,
.case-details-one h3 + h3, .case-details-one h3 + h4, .case-details-one h3 + h5, .case-details-one h3 + h6,
.case-details-one h4 + h4, .case-details-one h4 + h5, .case-details-one h4 + h6,
.case-details-one h5 + h5, .case-details-one h5 + h6,
.case-details-one h6 + h6 {
  margin-top: -0.8em;
  margin-bottom: 1.2em;
}


.case-details-one ul, 
.case-details-one ol {
    font-size: 19px;
    line-height: 2em;
    padding-bottom: 24px;
}
.case-details-one a, .stmb-wormodul a {
    color: var(--stmb-blue);
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .case-details-one {
        padding: 80px 0 70px;
    }
}
    
@media screen and (max-width: 767px) {
    .case-details-one {
        padding: 50px 0 50px;
    }
}

/* overwrite sticky header */
.theme-main-menu.theme-menu-two {
    padding-top: 0;
    padding-bottom: 0;
}

.theme-main-menu.theme-menu-two .inner-content {
    border-radius: unset;
}

/* Back & Forth Module */

.stmb-back-forth-wrapper {
   margin-bottom: -120px;
}
.stmb-back-forth-wrapper .inner-content {
    outline: 3px solid var(--stmb-blue);
    border-radius: 15px;
}
.stmb-back-forth-btn {
    padding: 50px 15px 52px 15px;
    text-align: center;
}
.stmb-back-forth-btn a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}
.stmb-back-forth-btn a:hover {
    color: var(--stmb-blue);
}
.stmb-back-forth-btn a > span {
    padding: 0 2px;
}
a.back-link > span {
    padding-left: 2px;
}
a.forth-link > span {
    padding-right: 8px;
}
.back-forth-col {
    margin-top: 10px;
    margin-bottom: 10px;
}
.back-forth-col.border-right {
    border-right: 1px solid #e4e4e4;
}

@media screen and (max-width: 960px) {
    .title-style-one .title {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .stmb-back-forth-btn {
        padding: 10px 5px ;
    }
    .back-forth-col {
        margin: 0;
    }
    .back-forth-col.border-right {
        border: 0 none;
    }
    .title-style-one .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 569px) {
    .stmb-back-forth-btn {
        font-size: 15px;
    }
}


/* Matomo banner */
.consent-banner {
	background: rgba(0,0,0,0.85);
	color: #fff;
	padding: 30px;
	font-size: 18px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.consent-banner a {
	color: #0eaff4;
}
button.consent-btn {
	text-align: center;
	color: #fff;
	background-color: var(--stmb-blue);
	border: none;
	padding: 0;
	display: inline-block;
	line-height: 40px;
	min-width: 250px;
	margin-top: 1em;
	margin-left: 1rem;
	text-shadow: 0px 0px 4px #000;
	border: 2px solid var(--stmb-blue);
	transition: all 0.5s;
}
button.consent-btn.consent-btn-confirm:hover {
	background: #0679aa;
}
button.consent-btn.consent-btn-decline {
	background: transparent;
	color: #fff;
}
button.consent-btn.consent-btn-decline:hover {
	opacity: 0.8;
}

@media (max-width: 480px) {
    .consent-banner {
        font-size: 14px;
        padding: 15px;
    }

    .consent-banner .d-flex {
        flex-direction: column;
    }

    button.consent-btn {
        min-width: 100%;
        display: block;  
        margin-left: 0; 
        margin-bottom: 1rem; 
    }
}


/* Matomo Consent */
#matomo_consent {
	background-color: #e9eef2;
	border-radius: 15px;
    padding: 50px 30px 5px 30px;
}
#matomo_consent button.consent-btn.consent-btn-confirm {
    
    text-shadow: 0px 0px 2px #000;
}

#matomo_consent button.consent-btn.consent-btn-decline {
    background: #fff;
	color: var(--stmb-blue);
    text-shadow: none;
}

/* Infobox */
.stmb-infobox-left {
    float: left;
    max-width: 550px;
    margin: 0 40px 30px 0;
    margin-left: -2.5rem; 
}
  
.stmb-infobox-right {
    float: right;
    margin: 0 0 30px 40px;
    max-width: 550px;
    margin-right: -2.5rem; 
}
  
.stmb-infobox-center {
    text-align: left;
    margin: 1em auto;
    max-width: 800px; 
}

.stmb-infobox:after {
  content: '';
  display: table;
  height: 1px;
  clear: both;
  width: 100%; 
}
.stmb-infobox {
    padding: 30px;
    background: yellowgreen;
    box-shadow: 5px 5px 0px #000;
    border-radius: 24px;
}

.stmb-infobox img.infobox-icon {
    width: 100px;
    height: auto;
    float: left;
    margin: 0 15px 15px 0;
}
.stmb-infobox .infobox-icon + h3, .stmb-infobox .infobox-icon + h2 {
    margin-top: 0;
}
.stmb-infobox p, .stmb-infobox ul {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.stmb-infobox-wrapper {
    margin-top: 30px; 
    margin-bottom: 30px;
}
.stmb-infobox-wrapper + h2, .stmb-infobox-wrapper + h3, .stmb-infobox-wrapper + p {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .stmb-infobox-left, .stmb-infobox-right {
      margin: 10px auto;
      float: none;
      display: block; 
    } 
}
  @media screen and (max-width: 300px) {
    .stmb-infobox-left, .stmb-infobox-right {
      max-width: 100%; 
    } 
}

/* Tab Focus */
.vcamp-footer-one li a {
    border: 3px solid transparent;
}
*:focus-visible {
    border: 3px solid #fff !important;
    opacity: 1;
    outline: 5px solid #083e6d !important;
}
.article-toc-navigation li a:focus-visible {
    width: 32px;
    height: 32px;

}
.article-toc-navigation li a:focus-visible span {
    display: block;
    left: 38px;
    top: 5px;
    background-color: #083e6d;
    color: #fff;
}
/* Image gallery */
.stmb-gallery .slider-arrows i {
    color: #000;
}
.stmb-gallery .slider-arrows li:hover {
	background: var(--stmb-blue);
}
.stmb-figcaption {
    margin-top: -32px;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
    margin-left: 20px;
}
.stmb-gallery .stmb-slider-arrows-container {
    align-self: self-end !important;
}
.stmb-gallery.pt-20 {
    padding-top: 20px;
}
.stmb-gallery.pb-20 {
    padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .stmb-figcaption {
        margin-top: -23px;
    }
}
@media screen and (max-width: 750px) {
    .stmb-gallery {
        padding-top: 50px;
        padding-bottom: 50px;
        
    }
}

/* Youtube-Video */
div.stmb-youtube-container {
    text-align: center;
}
div.yt-video-container {
    margin: auto;
}
div.yt-video-preview {
    margin: auto;
    outline: 2px solid #fff !important;
    background: #000 no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: relative;
}


button.yt-start-video {
    background: red no-repeat;
    background-size: 30%;
    background-position: 55% 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23fff'%3e%3cpath d='M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z'/%3e%3c/svg%3e");
    color: #fff;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 40px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}
.yt-start-notice {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    top: 0px;
    text-align: center;
    padding: 10px 5px;
    font-size: 20px;
}
.yt-start-notice a {
    color: rgb(8, 131, 247);
}
div.yt-video-preview.big_16_9,
div.yt-video-container.big_16_9 {
    max-width: 1280px;
    max-height: 720px;
    aspect-ratio: 16 / 9 !important;
}
div.yt-video-preview.small_16_9,
div.yt-video-container.small_16_9 {
    max-width: 640px;
    max-height: 480px;
    aspect-ratio: 16 / 9 !important;
}
div.yt-video-preview.big_4_3,
div.yt-video-container.big_4_3 {
    max-width: 1280px;
    max-height: 960px;
    aspect-ratio: 4 / 3 !important;
}
div.yt-video-preview.small_4_3,
div.yt-video-container.small_4_3 {
    max-width: 640px;
    max-height: 360px;
    aspect-ratio: 4 / 3 !important;
}
iframe.big_16_9, iframe.small_16_9 {
aspect-ratio: 16 / 9 !important;
width: 100% !important;
}
iframe.big_4_3, iframe.small_4_3 {
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
} 
@media screen and (max-width: 640px) {
    div.yt-video-preview.small_4_3,
    div.yt-video-container.small_4_3, 
    div.yt-video-preview.small_16_9,
    div.yt-video-container.small_16_9 {
            width: 100%;
            height: 360px;
    }
    
    div.yt-video-container.small_4_3, 
    div.yt-video-container.small_16_9 {
            width: 100%;
            height: auto;
    }
    .yt-start-notice {
        font-size: 12px;
        line-height: 16px;
        max-height: 60px;
        overflow: auto;
    }
}
@media screen and (max-width: 1280px) {
    div.yt-video-preview.big_4_3,
    div.yt-video-container.big_4_3, 
    div.yt-video-preview.big_16_9,
    div.yt-video-container.big_16_9 {
            width: 100%;
            height: 360px;
    }
    
    div.yt-video-container.big_4_3, 
    
    div.yt-video-container.big_16_9 {
            width: 100%;
            height: auto;
    }
}

/* Navigation */
li.nav-item:has(a.active) .nav-link{
    color: var(--stmb-blue) !important;
}
.toggle-btn-wrapper {
    width: 27px;
	height: calc(100% - 38px);
	position: absolute;
	top: 38px;
	bottom: 0;
	right: 3px;
	/* outline: 2px solid #dfdfdf; */
 }
 .toggle-btn-wrapper .navbar-toggler {
     width: 27px;
     right: 0;
     top: 0;
 }
 @media (max-width: 991px) {
    .theme-menu-two.fixed .navbar-toggler {
        top: -10px;
    }
}
.navbar-toggler::before {
	-webkit-transform: translate3d(0, -8px, 0) scale3d(1, 1, 1);
	transform: translate3d(0, -8px, 0) scale3d(1, 1, 1);
    height: 3px;
}
.navbar-toggler::after {
	-webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
    height: 3px;
}
.navbar-toggler span {
    height: 3px;  
}


/* Accssessibility Buttons in the Header */
.a11y-btn {
    outline: 4px solid transparent;
    padding: 0;
    display: inline-block;
    margin: 0 6px 10px 3px;
}
.a11y-btn:active, .a11y-btn:focus {
    outline: transparent;
    box-shadow: none;
}
.a11y-btn svg {
    height: 12px;
	vertical-align: middle;
	margin-right: 1px;
}
.a11y-btn span {
    font-size: 13px;
}
.a11y-menu-mobile .a11y-btn span {
    display: none;
}
.a11y-menu-mobile .a11y-btn {
    margin: 0 6px 0px 3px;
}
.a11y-menu-mobile {
    display: none;
}
.a11y-menu-desktop {
    display: block;
}

@media screen and (max-width: 500px) {
    .theme-menu-two .right-widget {
        margin-right: 0;
    }
    
    .a11y-menu-mobile {
        display: block;
    }
    .a11y-menu-desktop {
        display: none;
    }
    /* Header on top */
    .theme-menu-two:not(.fixed) .right-widget {
        flex-direction: column;
    }
    .theme-menu-two:not(.fixed) .a11y-menu-mobile {
        order: 2;
    }
    .theme-menu-two:not(.fixed) .logo {
        align-self: flex-start;
    }
    .theme-menu-two:not(.fixed) .toggle-btn-wrapper {
        height: 40px;
        bottom: 5px;
        top: auto;
        right: 6px;
    }
    /* Scrolling header */
    .theme-menu-two.fixed .logo img {
        visibility: hidden;
    }
    .toggle-btn-wrapper {
        height: 100%;
        top: 0;
    }

}
@media screen and (max-width: 440px) {
    .a11y-menu-mobile .a11y-btn {
        margin: 0 3px 0px 3px;
    }
    /* Scrolling header */
    .theme-menu-two.fixed .logo img {
        width: 50px
    }
}

@media (max-width: 991px) {
    .stmb-menu-enabled.theme-menu-two .right-widget {
		margin-right: 35px;
	}
    .stmb-menu-enabled.theme-menu-two .navbar + .right-widget {
        margin-right: 50px;
    }
}
/*  touch detection  */
.touch-device-only {
    display: none;
}
@media (hover: none) and (pointer: coarse) {
    .touch-device-only {
        display: block;
    }
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
    .touch-device-only {
        display: block;
    }
}
/* preview (iframe) mode */
@media screen and (max-width: 800px) {
    body[data-rsevent-id] .touch-device-only {
        display: block;
    }
}
/* News */
.blog-details-one .blog-details-content .share-icon li a:hover {
	background: var(--stmb-blue);
	color: #fff;
}
.blog-sidebar .blog-sidebar-category ul li a {
    line-height: 26px;
}
.blog-sidebar .blog-sidebar-category ul li a:hover {
    color: var(--stmb-blue);
}
.inside-hero-one:has(.bg-container-image) {
    padding-top: 0;
    padding-bottom: 0;
}
.inside-hero-one .bg-container.bg-container-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inside-hero-one .bg-container.bg-container-image,
.inside-hero-six .bg-container.bg-container-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding-left: 10px;
    min-height: 400px;
}
@media screen and (max-width: 991px) {
    .inside-hero-one .bg-container.bg-container-image,
    .inside-hero-six .bg-container.bg-container-image {
        min-height: 330px;
    }
}
@media screen and (max-width: 767px) {
    .inside-hero-one .bg-container.bg-container-image,
    .inside-hero-six .bg-container.bg-container-image {
        min-height: 250px;
    }
}
.inside-hero-one .bg-container.bg-container-image h2, 
.inside-hero-one .bg-container.bg-container-image h3,
.inside-hero-one .bg-container.bg-container-image h4,
.inside-hero-six .bg-container.bg-container-image h2, 
.inside-hero-six .bg-container.bg-container-image h3,
.inside-hero-six .bg-container.bg-container-image h4 {
    color: #fff;
}
/* Hero News Slider */
.inside-hero-custom-slider {
    margin-top: 150px;
}
.inside-hero-custom-slider .bg-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 500px;
    background-color: #008dd2;
}
@media screen and (max-width: 1200px) {
    .inside-hero-custom-slider .bg-wrapper {
        min-height: 300px;
    }
}
.hero_slider_two .slick-active .hero-custom-content {
    animation-name: fadeInUpSD;
	animation-duration: 1s;
}

/* News Overview */
img[src=""] {
    display: none;
}

.tag_entry:after {
    content: ',';
    display: inline-block;
    margin-right: 5px;
}
.tag_entry:last-child:after {
    content: '';
}
/* Alignment of Image in pina module */

.pina-image-wrapper.pina-image-right img,
.pina-image-wrapper.pina-image-left img {
    margin-top: 10px;
}

/* UMSCSR-97: custom styles */
.stmb-max-width-100 {
    max-width: 100%;
}

.stmb-map {
    width: 100%; 
    height: 400px;
}

.bg-klenzeblau-70 {
    background-color: var(--stmb-klenzeblau-70);
}
.bg-klenzeblau-90 {
    background-color: var(--stmb-klenzeblau-90);
}
.bg-blau-50 {
    background-color: var(--stmb-akzent-blau-50);
}
.bg-gruen-50 {
    background-color: var(--stmb-akzent-gruen-50);
}
.bg-gelb-50 {
    background-color: var(--stmb-akzent-gelb-50);
}



.stmb-project h1.blog-heading-one {
    color: #fff;
}

.stmb-project .tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 0;
    list-style: none;
    gap: 8px;
    padding-top: 10px;
}
.stmb-project .tags-flex-end {
    justify-content: flex-end;
}
.stmb-project .card {
    margin-bottom: 20px;
}

.stmb-project .card .card-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/stmb/placeholder.jpg);
    min-height: 200px;
    transition: transform 0.7s ease;
}
.stmb-project .card:hover .card-image {
    transform: scale(1.05); 
}
.stmb-project .card .card-title {
    font-family: 'gorditamedium';
}
.stmb-project .card .card-image-text {
    transition: all .7s ease;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .8) 100%);
}

.stmb-project .section.Bau,
.stmb-project .section-bau .card-body {
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-image: url(/assets/stmb/label-bau.png);
    background-size: 80px;
}
.stmb-project .section.Wohnen,
.stmb-project .section-wohnen .card-body {
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url(/assets/stmb/label-wohnen.png);
    background-size: 200px;
}

.stmb-project .section.Verkehr,
.stmb-project .section-verkehr .card-body {
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url(/assets/stmb/label-verkehr.png);
    background-size: 200px;
}
.stmb-project .section-bau .card-body {
    background-size: 42px;
    border-top: solid 4px var(--stmb-akzent-gelb);
}
.stmb-project .section-wohnen .card-body {
    background-size: 80px;
    border-top: solid 4px var(--stmb-akzent-gruen);
}
.stmb-project .section-verkehr .card-body {
    background-size: 80px;
    border-top: solid 4px var(--stmb-akzent-blau);
}

.stmb-project .section.Bau,
.stmb-project .section.Wohnen,
.stmb-project .section.Verkehr {
    height: 35px;
}

.stmb-project .card .card-description  {
    line-height: 1.2em;
    font-size: 0.9em;
    max-height: 0px;
    transition: all .7s ease;
}
.stmb-project .card:hover .card-description {
    max-height: 400px;
}
.stmb-project .card .card-section {
    font-family: 'gorditamedium';
    color: lightgray;
}

.stmb-project .tag-button {
    margin-right: 5px;
    margin-bottom: 5px;
}
.stmb-project .search-form {
    width: 100%;
    position: relative;
}

.stmb-project .search-form input {
    width: 100%;
    height: 60px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 17px;
    padding: 0 50px 0 20px
}
.stmb-project .search-form button {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
    color: var(--heading);
    font-size: 22px;
    transition: all .3s ease-in-out;
}

.stmb-project .filter .btn-group-wrapper {
    flex: 1; 
    margin: 5px 0; 
}
.stmb-project .btn-group-wrapper label {
    width: 70px;
}
.stmb-project .filter .btn-group-wrapper svg.icon,
.stmb-project .search .btn-group-wrapper svg.icon {
    height: 40px;
    width: 70px;
    top: 5px;
}
.stmb-project .filter .btn-group {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    width: 100%;
}
@media (max-width: 1000px) { 
    .stmb-project .filter .btn-group-wrapper {
        flex: 1 1 100%; 
    }
}
.stmb-project .filter .btn {
    font-family: 'gorditamedium';
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    color: #000;
    transition: all 0.3s ease-in-out;
    transition: background-color 0.3s ease;
}
.stmb-project .filter .btn:hover {
    background-color: rgba(24, 58, 122, 0.2);
}
.stmb-project .filter .btn.active {
    color: #fff;
    background-color: var(--stmb-klenzeblau-90);
}

.stmb-project .custom-max-width {
    max-width: 800px;
}
.stmb-project .custom-min-height {
    min-height: 800px;
}
.stmb-project .filter .btn-tag {
    opacity: .7;
    transition: opacity 0.3s ease;
}
.stmb-project .filter .btn-tag.active,
.stmb-project .filter .btn-tag:hover {
    opacity: 1;
    position: relative;
}
.stmb-project .filter .btn-tag.active {
    padding-left: 30px;
}
.stmb-project .filter .btn-tag.active::after {
    content: "✓"; 
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%); 
}
.btn-small {
    line-height: 1;
    padding: .3rem .75rem;
}
.stmb-project .state.stamp {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%, -10%) rotate(-45deg);
    color: white;
    padding: 60px 100px 3px;
    font-size: 14px;
    font-weight: bold;
}
.stmb-project .card-state {
    transform: translate(-44%, -32%) rotate(-45deg);
}
.stmb-project .state.planned {
    background-color: rgba(255, 0, 0, 0.5);
}
.stmb-project .state.planned::before {
    content: "In Planung"
}
.stmb-project .state.in-work {
    background-color: rgba(0, 220, 255, 0.5);
}
.stmb-project .state.in-work::before {
    content: "In Umsetzung"
}
.stmb-project .state.finished {
    background-color: rgba(0, 255, 0, 0.5);
}
.stmb-project .state.finished::before {
    content: "Abgeschlossen"
}

@media screen and (min-width: 750px) {
    .stmb-project-detailpage .stmb-infobox-Bau,
    .stmb-project-detailpage .stmb-infobox-Wohnen,
    .stmb-project-detailpage .stmb-infobox-Verkehr {
        margin-top: 75px;
    }
}

.stmb-project-detailpage .card {
    display: block;
    padding: 1rem 1.5rem 1rem 1rem;
    margin-top: 1em;
    border: 1px solid #eee;
    border-radius: 10px;
    min-width: 350px;
    background-color: rgba(244, 244, 244, 0.4);
}
.stmb-project-detailpage .card h4 {
    margin: 10px 0;
    font-weight: bold;
}
.stmb-project-detailpage .card ul {
    line-height: inherit;
    list-style: none;
    padding-bottom: 0;
}
.stmb-project-detailpage .card ul > a {
    display: none;
}
.stmb-project-detailpage .facts {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: stretch;
    align-items: flex-start;
    gap: 8px;
    min-width: 500px;
}
.stmb-project-detailpage .facts > .fact {
    padding: 1rem;
    flex-grow: 1;
    flex-basis: 0; 
    min-width: 0;
}
.stmb-project-detailpage .facts > .border-left {
    border-left: 1px solid #eee;
}
.stmb-project-detailpage .facts > .border-right {
    border-right: 1px solid #eee;
}

.stmb-project-detailpage .icon-wrapper {
    border: solid 1px #eee;
    border-radius: 50%;
    z-index: 1;
}
.stmb-project-detailpage .icon-wrapper-right-top {
    top: -7px;
    right: -20px;
}
.stmb-project-detailpage .icon-wrapper-right-bottom {
    bottom: -7px;
    right: -20px;
}
.stmb-project-detailpage .icon-wrapper-left-bottom {
    bottom: -32px;
    left: -15px;
}
.stmb-project-detailpage .icon-wrapper > .icon {
    border: solid 25px rgba(244, 244, 244, 0.4);
    border-radius: 50%;
    background-color: rgba(244, 244, 244, 0.4);
}
.stmb-project-detailpage .icon-wrapper > .icon.Bau {
    background-position-x: 100%;
    background-color: rgba(255, 209, 0, 0.6);
}
.stmb-project-detailpage .icon-wrapper > .icon.Wohnen {
    background-position-x: 100%;
    background-color: rgba(140, 190, 12, 0.6);
}
.stmb-project-detailpage .icon-wrapper > .icon.Verkehr {
    background-position-x: 100%;
    background-color: rgba(119, 185, 226, 0.6);
}
.stmb-project-detailpage .icon-wrapper > .icon > svg {
    width: 100px; 
    height: 100px;
}
.stmb-project-detailpage .card .icon-spacer {
    width: 120px; 
    height: 120px;
}
.stmb-project-detailpage .card .state-box {
    padding-left: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    background-color: #fff;
}
.stmb-project-overview .theme-main-menu.sticky-menu.fixed {
    z-index: 1032;
}
.stmb-project-overview .sticky-container-wrapper {
    min-height: 2000px;
}
.stmb-project-overview #sticky-container {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 60px;
    z-index: 1031;
    transition: all 0.3s ease;
}
.stmb-project-overview #sticky-container.sticky {
    background: linear-gradient(to bottom, #fff, #fff, #fff, #eee);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
    border-bottom: solid 1px #ddd;
}
.stmb-project-overview .search .button-wrapper {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 2px;  
    margin-right: 20px;
}
.stmb-project-overview .search button.toggle-filter {
    padding: 0 15px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: var(--stmb-klenzeblau-70);
    height: 100%;
    width: 60px;
    transition: opacity 0.3s ease;
}
.stmb-project-overview .search button.toggle-filter:hover,
.stmb-project-overview .search button.toggle-filter.active {
    background-color: var(--stmb-klenzeblau-90);
}
.stmb-project-overview .search button.toggle-filter[disabled] {
    background-color: var(--stmb-klenzeblau-20);
}
.stmb-project-overview .search button.toggle-filter svg.icon {
    width: 50px !important;
    margin-left: -12px;
}
@media (max-width: 1000px) { 
    .stmb-project-overview .search .button-wrapper {
        display: none;
    }
}
@media (min-width: 1000px) { 
    .stmb-project-overview #filter {
        max-height: 0px;
        transition: all .5s ease;
        overflow: hidden;
    }
    .stmb-project-overview #filter.show {
        max-height: 100px;
    }
}



.float-left {
    float: left;
}
.float-right {
    float: right;
}
