﻿/*font-family: 'Roboto', sans-serif, arial;*/
@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto-Regular-webfont.eot);
    src: url(../font/Roboto-Regular-webfont.eot) format('embedded-opentype'),
    url(../font/Roboto-Regular-webfont.woff) format('woff'),
    url(../font/Roboto-Regular-webfont.ttf) format('truetype'),
    url(../font/Roboto-Regular-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;  
} 

/*font-family: 'Roboto Condensed', sans-serif, arial;*/
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../font/RobotoCondensed-Regular-webfont.eot);
    src: url(../font/RobotoCondensed-Regular-webfont.eot) format('embedded-opentype'),
    url(../font/RobotoCondensed-Regular-webfont.woff) format('woff'),
    url(../font/RobotoCondensed-Regular-webfont.ttf) format('truetype'),
    url(../font/RobotoCondensed-Regular-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal;  
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Light-webfont.eot');
    src: url('../font/RobotoCondensed-Light-webfont.eot') format('embedded-opentype'),
    url('../font/RobotoCondensed-Light-webfont.woff') format('woff'),
    url('../font/RobotoCondensed-Light-webfont.ttf') format('truetype'),
    url('../font/RobotoCondensed-Light-webfont.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*font-family: 'Fira Sans', sans-serif;*/
@font-face{
    font-family: 'Fira Sans';
    src: url('../font/FiraSans-Light.eot');
    src: url('../font/FiraSans-Light.eot') format('embedded-opentype'),
    url('../font/FiraSans-Light.woff') format('woff'),
    url('../font/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../font/FiraSans-Regular.eot');
    src: url('../font/FiraSans-Regular.eot') format('embedded-opentype'),
    url('../font/FiraSans-Regular.woff') format('woff'),
    url('../font/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../font/FiraSans-Medium.eot');
    src: url('../font/FiraSans-Medium.eot') format('embedded-opentype'),
    url('../font/FiraSans-Medium.woff') format('woff'),
    url('../font/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../font/FiraSans-Bold.eot');
    src: url('../font/FiraSans-Bold.eot') format('embedded-opentype'),
    url('../font/FiraSans-Bold.woff') format('woff'),
    url('../font/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --orange: #f9b234;
    /* -- NEU: 2024-09-18 -- */
    --hellgrau: #efefef;
    --orangehover: #e8990f;
    --newsgrau: #AAAAAA;
}

section, aside, header, nav, article, footer, time, figure {		
    display: block;	
    margin: 0;	 
    padding: 0;
} 

.oben > .rahmen, .footer .rahmen, 
.inhaltsbereich > .bereiche > .frame > .rahmen {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.inhaltsbereich a,
.mapsoverlay a {
    color: var(--orange);
}

* {	
	outline: none;
} 

p {
    margin: 0 0 10px 0;
}

.text-center,
.ce-headline-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

html {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
    color: #484848;
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
    line-height: 1.6em; 
	margin: 0;
    padding: 0;
    overflow-x: hidden;
    position:relative;
    float: left;
    clear: both;
}

h1, .h3vorh2 + h2, h3.h3wieh1 {
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 30px 0;
    color: var(--orange);
    line-height: 1.2em;
}

h2, .h3vorh2 {
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    color: var(--orange);
    line-height: 1.4em;
}

h2 + h1 {
    margin-top: -20px;
}

.h3vorh2  + h2 {
    margin-top: -20px;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0 20px 0;
    color: #484848;
    line-height: 1.2em;  
}

h4 {
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 20px 0;
    color: #484848;
    line-height: 1.2em;  
}

#header {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    position: fixed;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif, arial;
    z-index: 6;
    box-shadow: 0 0 10px #aaa;
}

#header a {
    color: #484848;
    text-decoration: none;
}

.oben {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    min-height: 40px;
    position: relative;
    color: #484848;
}

.oben a {
    color: #484848; 
    text-decoration: none;  
}

.funktionen {
    float: right;
    position: static;
}

.funktionen .sprachen {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 65px;
}

.sprachen:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer;
    background: url(../image/sprachpfeil.png) left top no-repeat;
    width: 12px;
    height: 7px;
}

.sprachen:hover {
    overflow: visible;
}

.sprachen:hover ul {
    box-shadow: 0 0 0 2px #FFFFFF;
}

.sprachen ul {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    width: 55px;
    padding: 5px 0 0 10px;
}

.sprachen li {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    padding: 8px 0;
}

.sprachen li a {
    display: block;
}

.sprachen li.spa_act {
    display: none;
}

.sprachen li span {
    width: 20px;
    height: 13px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

.logo {
    position: absolute;
    top: 26px;
    background: none;
    left: 100px;
    z-index: 2;
    width: 164px;
    height: 53px;
}

.logo .ce-gallery {
    margin: 0;
}

/* -- Hauptnavi -- */
/* -- Mobile Navi -- */
.mob_button {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    float: right;
    margin: 10px 0;
    top: 0;
    right: 10px;
    background: none;
}

.mob_button span {
    background-color: var(--orange);
    height: 3px;
    left: 5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0.3s;
    width: 30px;
}

.mob_button span::after, .mob_button span::before {
    backface-visibility: hidden;
    background-color: var(--orange);
    content: "";
    height: 3px;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

.mob_button span::before {
    transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible.mob_button span {
	background-color: transparent;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

/* -- 2019-10-25 - Naviumbau -- */
.hauptnavi {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-size: 17px;
    line-height: 1.5em;
    text-transform: uppercase; 
    font-family: 'Fira Sans', sans-serif, arial;  
    transition: all 0.5s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.hauptnavi.dunkel {
    background: #FFF;
}

.hauptnavi .rahmen {
    width: calc(100% - 254px);
    max-width: unset;
    margin: 0 254px 0 0;
}

.hauptnavi ul {
    width: calc(100% - 50px);
    float: left;
    clear: both;
    margin: 0 0 0 50px;
    padding: 0;
    list-style: none;
    text-align: right;
}

.hauptnavi ul li {
    float: none;
    margin: 0 20px 0 0; 
    position: relative;
    display: inline-block;
}

.hauptnavi ul li:last-child {
    margin-right: 0;
}

.hauptnavi ul li a {
    padding: 20px 10px 20px 10px;
    display: block;
    color: #484848;
}

.hauptnavi ul li.act a, .hauptnavi ul li:hover a {
    background: none;
    color: var(--orange);
}

#header .hauptnavi ul li:hover a, #header .hauptnavi ul li.act a {
    color: var(--orange);
} 

.hauptnavi ul li.ifsub:hover .unternavi {
    display: block;
}

.hauptnavi ul li.ifsub::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 5px;
    background: none;
    right: 0;
    bottom: 0;
}

.unternavi {
    position: absolute;
    /*top: 65px;*/
    /* -- NEU: 2024-09-18 -- */
    top: 66px;
    left: 0;
    background: rgba(255,255,255,0.9);
    width: auto !important;
    min-width: 250px;
    max-width: 500px;
    display: none;
    padding: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.unternavi .rahmen {
    /*width: calc(100% - 30px);*/
    /* -- NEU: 2024-09-18 -- */
    width: 100%;
    max-width: none;
    /*margin: 0 15px;*/
    /* -- NEU: 2024-09-18 -- */
    margin: 0;
    display: block;
}

.hauptnavi ul li .unternavi ul {
    background: none;
    width: 100%;
    padding: 0;
    float: left;
    clear: both;
    margin: 10px 0 8px 0;
    font-size: 15px;
    text-transform: none;
    line-height: 1.5em;
    text-align: left;
}

.hauptnavi ul li .unternavi ul li {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.hauptnavi ul li .unternavi ul li.ifsub {
    position: relative;
}

.hauptnavi ul li .unternavi ul li.ifsub .unterpfeil {
    position: absolute;
    background: url(../image/sprachpfeil.png) left 5px no-repeat;
    width: 12px;
    height: 22px;
    top: 0px;
    right: 0;
    cursor: pointer;
}

.hauptnavi ul li .unternavi ul li a {
    display: block;
    padding: 5px 15px;
    /* white-space: nowrap; */
    width: calc(100% - 30px);
    color: #484848;
}

.hauptnavi ul li .unternavi ul li:hover a, .hauptnavi ul li .unternavi ul li.act a {
    color: var(--orange) !important;
}

/* -- Ebene 3 -- */
/* -- NEU: 2024-09-18 -- */
/*
.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 {
    position: static;
    top: auto;
    left: auto;
    display: none;
    font-size: 15px;
    text-transform: none;
    border: 0;
    padding: 0;
    margin: 0 10px 5px 10px;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    background: none;
    box-shadow: none;
}

.hauptnavi ul li .unternavi ul li.ifsub:hover ul.ebene3 {
    display: none;
}

.hauptnavi ul li .unternavi ul li.ifsub .unterpfeil:hover + ul.ebene3, .hauptnavi ul li .unternavi ul li.ifsub.act ul.ebene3 {
    display: block;
}

.hauptnavi ul li .unternavi ul li a, .hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li, .hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li a {
    white-space: normal;
}
*/
.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 {
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(255,255,255,0.9);
    padding: 0;
    width: 150px;
}

.hauptnavi ul li:nth-last-child(-n + 2) .unternavi ul li ul.ebene3 {
    left: -150px;
}

.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li {
    width: 100%;
    margin: 0;
}

.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li a {
    display: block;
    padding: 5px 15px;
    white-space: nowrap;
    width: calc(100% - 30px);
    color: #484848;
}

.hauptnavi ul li .unternavi ul li.ifsub:hover ul.ebene3 li a,
.hauptnavi ul li .unternavi ul li.ifsub.act ul.ebene3 li a {
    color: #484848 !important;
}

.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li:hover a,
.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li.act a  {
    color: var(--orange) !important;
}

.hauptnavi ul li .unternavi ul li::after {
    display: none;
}

.quicklinks {
    float: right;
    text-align: right;
    margin-right: 20px;
    width: auto;
}

.quicklinks ul {
    list-style: none;
    margin: 13px 0 0 0;
    padding: 0;
}

.quicklinks ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
}

/* -- Footer -- */
.footer {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    color: #484848;
    font-size: 13px;
    line-height: 1.4em;
    position: relative;
}

.footer .rahmen {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.footer .rahmen .rahmen {
    width: 100%;
    max-width: none;
    margin: 0;
    position: static;
}

.footer_oben > .rahmen,
.footer_unten > .rahmen{
    max-width: unset;
}

.footer a {
    color: #484848;
    text-decoration: none;
}

.footer .ce-gallery {
    margin: 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_oben {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0 30px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 15%);
    background: none;
    border-bottom: 5px solid var(--orange);
}

.footer .row > div:first-child > .frame > .frame {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    clear: none;
    max-width: 18%;
    margin-right: 2%;
    min-width: 15%;
}

.footer h2 {
    color: #484848;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-weight: 700;
    line-height: 1.4em;
}

.footer .row > div:first-child .frame-type-menu_sitemap_pages ul {
    text-align: left;
}

.footer .row > div:first-child .frame-type-menu_sitemap_pages ul li {
    margin: 0 0 0 0;
    display: block;
    float: left;
    clear: both;
}

.footer_oben .frame-type-menu_sitemap_pages ul {
    text-align: left;
   /* margin-top: 10px;*/
}

.footer_oben .frame-type-menu_sitemap_pages ul li:first-child {
    margin: 0 0 0 0;
}

.frame-quick ul {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.frame-quick ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
}

.frame-quick ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -5px;
    width: 1px;
    background: #484848;
    height: 12px;
}

.frame-quick ul li:first-child::before {
    display: none;
}

.footer .row > div:first-child > .frame > .rahmen > .frame{
    width: 22%;
    display: inline-block;
    clear: none;
    margin-right: 2%;
}

.footer .row > div:first-child > .frame > .rahmen > .frame:last-child{
    margin-right: 0;
}

.footer .row > div:first-child h2{
    font-size: 13px;
    margin-bottom: 10px;
}

.footer_oben h3,
.footer_oben h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4em;
    color: #484848;
}

.footer_unten {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 15px 0;
    background: #484848;
    position: relative;
    z-index: 1;  
    color: #FFFFFF;  
}

.footer_icon {
    width: 50%;
    float: left;
    text-align: left;
}

.footer_copyright {
    width: 50%;
    float: right;
    text-align: right;
}

/* -- NEU: 2023-07-17 -- */
.footer #cookie_einstellungen {
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 1.2em;
    padding: 7px 10px 7px 10px;
}

/*~ Inhalt ~*/
.headerbildbereich {
    position: relative;
    overflow: unset;
    margin-top: 105px;
    height: auto;
}

.headerbildbereich .frame::after {
    background-image: linear-gradient(10deg, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 60%);
}

.headerbildbereich .ce-bodytext {
    color: #FFF;
}

.headerbildbereich .ce-bodytext h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.headerbildbereich .ce-bodytext h3 {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif, arial;
    text-transform: uppercase;
}

.headerbildbereich.mitbild:not(.start) {
    /*height: 740px !important;*/
    /* -- NEU: 2022-12-05 - grauer Blitzer unten -- */
    height: 730px !important;
    max-height: 730px !important;
    overflow: unset;
}

.headerbildbereich.mitbild {
    margin-top: 105px;
}

.headerbildbereich.mitbild figcaption {
    display: none !important;
}

.inhaltsbereich {
    margin-bottom: 0;
}    

.headerbildbereich.start + .inhaltsbereich {
    margin-top: 20px;
}

.inhaltsbereich ul li::before {
    background: var(--orange);
}

.nachunten {
    background-color: var(--orange);
}

.headerbildbereich + .breadcrumbs + .inhaltsbereich .nachunten {
    display: none;
}

.headerbildbereich.mitbild + .breadcrumbs + .inhaltsbereich .nachunten {
    display: block;
}

.inhaltsbereich > .frame{
    margin: 15px 0;
}

.inhaltsbereich > .frame:last-child {
    margin-bottom: 150px;
}

.inhaltsbereich > .frame.frame-inhaltvollebreite:last-child {
    margin: 0;
}

/* -- Teaserboxen -- */
.frame-teaser .ce-gallery::before {
    content: '';
    background: var(--orange);
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    bottom: -1px;
    left: 0;
    right: 0;
    height: 120px;
    opacity: 0.85;
    z-index: 1;
}

/* -- NEU: 2023-06-01 -- */
.inhaltsbereich .frame-teaser.frame-layout-1 .row > div > .frame > .rahmen .ce-gallery::before {
    clip-path: polygon(0 0, 0% 100%, 114% 100%); 
}

/*
.frame-teaser.frame-layout-1 .ce-gallery::before {
    bottom: 20px;
}


.inhaltsbereich .frame-teaser.frame-layout-1 .row > div > .frame > .rahmen .ce-gallery::after {
    content: '';
    background: var(--orange);
    position: absolute;
    opacity: 0.85;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    display: block;
    top: auto;
}
*/
/* .frame-teaser.frame-layout-1 .ce-gallery::before {
    background: linear-gradient(12deg, rgb(0, 0, 0) 10%, rgba(0,0,0,0) 60%);
    clip-path: none;
    height: 150px;
} */

.frame-teaser .row > div > .frame > .rahmen .ce-bodytext {
    opacity: 1;
    width: calc(100% - 30px);
    margin: 10px 15px;
    color: #4c4c4c;
    text-shadow: none;
    font-weight: 600;
    z-index: 2;
    font-size: 20px;
}

.frame-teaser.frame-layout-1 .row > div > .frame > .rahmen .ce-bodytext h3 {
    color: #4c4c4c !important;
    text-shadow: none !important;
}

.frame-teaser.frame-layout-1 .row > div > .frame > .rahmen .ce-bodytext {
    margin: 0 10px !important;

    font-family: 'Roboto Condensed', sans-serif, arial;
}

.frame-teaser .row > div > .frame > .rahmen .ce-bodytext h3 {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-shadow: none;
    max-width: 60%;
    hyphens: auto;
}

.frame-teaser.frame-layout-1 .row > div > .frame > .rahmen .ce-bodytext h3 {
    color: #FFFFFF;
    text-shadow: 0 0 1px #000000;
}

.frame-teaser .row > div > .frame > .rahmen .ce-bodytext p {
    font-family: 'Roboto Condensed', sans-serif, arial;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

.frame-teaser .ce-gallery,
.frame-teaser .ce-gallery .ce-row,
.frame-teaser .ce-gallery .ce-column {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

.frame-teaser .ce-gallery img {
    opacity: 1;
}

.frame-teaser .row > div > .frame > .rahmen {
    background: none;
    box-shadow: none;
}

.frame-teaser .row > div > .frame > .rahmen .ce-gallery::after {
    display: none;
}

.frame-teaser .row > div > .frame > .rahmen {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

/* -- NEU: 2022-12-05 -- */
.frame-teaser.frame-layout-1 .row div > .frame > .rahmen::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #6B6B6B;
    background: linear-gradient(12deg, rgb(40, 40, 40) 0%, rgba(40, 40, 40, 0) 50%);
    z-index: 1;
}

.frame-teaser.frame-layout-1 .ce-gallery {
    max-height: 450px;
}

.frame-teaser.frame-layout-2 .row div > .frame > .rahmen::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #6B6B6B;
    background: linear-gradient(35deg, rgb(225, 225, 225) 0%, rgba(40, 40, 40, 0) 40%);
    z-index: 1;
}

.frame-teaser.frame-layout-2 .row > div > .frame > .rahmen {
    box-shadow: 0px 0px 5px 0px #d2d1d1;
}

.frame-teaser.frame-layout-2 .row > div > .frame > .rahmen .ce-bodytext h3,
.frame-teaser.frame-layout-2 .row > div > .frame > .rahmen .ce-bodytext{
    color: var(--orange);
    text-shadow: none;
}

/* -- Zwischenheader -- */
.inhaltsbereich > .frame-inhaltvollebreite{
    position: relative;
    margin: 0;
}

.inhaltsbereich > .frame.frame-inhaltvollebreite > .rahmen {
    width: 100%;
    max-width: none;
    margin: 0;
    float: left;
    clear: both;
}

.inhaltsbereich .frame-inhaltvollebreite header{
    position: absolute;
    max-width: unset;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    bottom: 15%;
    z-index: 3;
}

.frame-inhaltvollebreite header h2,
.frame-inhaltvollebreite header h3 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #484848;
    margin: 0;
}

.frame-inhaltvollebreite.frame-layout-1 header h2,
.frame-inhaltvollebreite.frame-layout-1 header h3 {
    color: #fff;
}

.frame-inhaltvollebreite .ce-gallery{
    margin: 0;
}

.frame-inhaltvollebreite.frame-type-textmedia .ce-bodytext{
    color: var(--orange);
    float: left;
    clear: both;
    width: 100%;
}

.frame-inhaltvollebreite.frame-type-textmedia blockquote{
  /*   position: absolute; */
    width: 70%;
    top: 50%;
    padding: 100px 15%;
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 30px;
    font-weight: 700;
    color: #484848;
    line-height: 1.6em;
    z-index: 2;
    opacity: 0;
    margin-left: 0;
    margin-bottom: 0;
    background-size: cover !important;
    margin-top: 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;    
}

.frame-inhaltvollebreite.frame-type-textmedia .ce-bodytext p{
    margin: 0 0 30px 0;
}

.frame-inhaltvollebreite.frame-type-textmedia .ce-bodytext a{
    font-size: 20px;
    padding: 10px 25px;
    background: var(--orange);
    color: #fff;
    display: inline-block;
    line-height: 1.3em;
    font-weight: 400;
}

.frame-inhaltvollebreite.frame-type-textmedia .ce-bodytext a:hover{
    background: #fff;
    color: var(--orange);
    padding: 10px 25px;
    font-weight: 400;
}

.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-1 .ce-bodytext a {
    background: #fff;
    color: var(--orange);
    font-weight: 400;
}

.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-1 .ce-bodytext a:hover {
    background: var(--orange);
    color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    font-weight: 400;
}

.frame-inhaltvollebreite.frame-layout-1 h2,
.frame-inhaltvollebreite.frame-layout-1 h3,
.frame-inhaltvollebreite.frame-layout-1 .ce-bodytext,
.frame-inhaltvollebreite.frame-layout-1 blockquote{
    color: #fff;
}

/* -- NEU: 2023-02-13 -- */
.frame-inhaltvollebreite .ce-gallery.ce-border + .ce-bodytext blockquote {
    background-attachment: fixed;
}

/* -- Layout: Standard -> Hintergrund #484848 -- */
.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-0 blockquote {
    background-color: rgba(72, 72, 72,0.8);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    color: #FFF;
}

.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-0 blockquote h2,
.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-0 blockquote h3,
.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-0 blockquote p {
    color: #FFF;
}

/* -- Layout: Layout 1 -> Hintergrund orange   -- */
.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-1 blockquote {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    position: relative;
}

.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-1 blockquote::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(249, 177, 52, 0.7);
}

.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-1 blockquote > * {
    position: relative;
    z-index: 1;
}


/* -- Layout: Standard -> Hintergrund #FFFFFF  -- */
.frame-inhaltvollebreite.frame-type-textmedia.frame-layout-2 blockquote {
    background-color: rgba(255, 255, 255,0.8);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: color;
    color: #484848;
}

.breadcrumbs {
    display: none;
}

/* -- NEU: 2023-01-30 -- */
/*
.frame-bild70 .ce-textpic {
    float: left;
    clear: both;
    width: 100%;
    overflow: visible;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.frame-bild70 .ce-bodytext {
    width: calc(45% - 80px);
    margin: 0 0 0 55%;
    padding: 40px;
}

.frame-bild70 .ce-bodytext h2 {
    margin-top: 0;
}

.frame-bild70 .ce-bodytext h3 {
    font-size: 20px;
    color: var(--orange);
    font-weight: 300;    
    margin: 10px 0 30px 0;
}


.frame-bild70 .ce-bodytext *:last-child {
    margin-bottom: 0;
}

.frame-bild70 .ce-gallery {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    margin: 0 0 0 0;
}

.frame-bild70 .ce-gallery img {
    display: none;
}

.frame-bild70.frame-layout-1 .ce-gallery {
    left: auto;
    right: 0;
}

.frame-bild70.frame-layout-1 .ce-bodytext {
    margin: 0 55% 0 0;
}

*/

/* -- Text & Bild (30%, 50% und 70%)  -- */

.frame-bild30 .ce-textpic,
.frame-bild50 .ce-textpic,
.frame-bild70 .ce-textpic{
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 15%);
}

.frame-bild30 .ce-gallery,
.frame-bild50 .ce-gallery,
.frame-bild70 .ce-gallery{
    margin: 0;
    /* opacity: 0; */
}

/* .frame-bild30 .ce-gallery .image-embed-item,
.frame-bild50 .ce-gallery .image-embed-item,
.frame-bild70 .ce-gallery .image-embed-item{
    width: auto;
    height: auto;
    max-width: unset;
}
 */
.frame-bild30 .ce-gallery{
    width: 40% !important;
    clear: none !important;
    margin: 0 !important;
}

.frame-bild50 .ce-gallery{
    width: 50% !important; 
    clear: none !important;
    margin: 0 !important
}

.frame-bild70 .ce-gallery{
    width: 60% !important; 
    clear: none !important;
    margin: 0 !important
}

.frame-bild30 .ce-right .ce-gallery .ce-row,
.frame-bild50 .ce-right .ce-gallery .ce-row,
.frame-bild70 .ce-right .ce-gallery .ce-row {
    float: right;
}

.frame-bild30 .ce-bodytext,
.frame-bild50 .ce-bodytext,
.frame-bild70 .ce-bodytext{
   padding: 50px 5% 100px ;
}

.frame-bild30 .ce-bodytext{
    width: 50%;
}

.frame-bild50 .ce-bodytext{
    width: 40%;
}

.frame-bild70 .ce-bodytext{
    width: 30%;
}

.frame-bild30 .ce-bodytext h2,
.frame-bild50 .ce-bodytext h2,
.frame-bild70 .ce-bodytext h2{
    margin-bottom: 0;
}

.frame-bild30 .ce-bodytext h3,
.frame-bild50 .ce-bodytext h3,
.frame-bild70 .ce-bodytext h3{
   color: var(--orange);
   font-size: 20px;
   font-weight: 300;
   margin: 10px 0 30px 0;
}
/* -- NEU: 2022-09-28 - Cookieman - Für die Webs individuell  -- */
.modal-content {
    color: var(--fontcolorextra);
}
.modal-content a {
    color: var(--orange);
}

.modal-content .btn {
    background: var(--orange);
    color: #FFFFFF;
    border-color: var(--orange);
    outline: none !important;
}

.btn:hover {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn:focus, .btn.focus {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active,
.show > .btn.dropdown-toggle {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

#cookie_einstellungen,
#cookie_einstellungen:hover,
.cookie_only-this,
.cookie_only-this:hover {
    color: #fff;
    background-color: var(--orange);  
}

/*~ Anpassungen 2022 ~*/
/* -- Hochzählen -- */
.frame-hochzaehlen_neu {
    background-position: 0% 0%, center center;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-image: linear-gradient(rgba(250, 180, 50, 0.7), rgba(250, 180, 50, 0.7)), url("../image/bg-bild.jpg");
    background-size: cover;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.frame-hochzaehlen_neu > .rahmen > .frame-type-header {
    float: left;
    clear: both;
    width: 100%;
}

.frame-hochzaehlen_neu > .rahmen > .frame-type-textmedia {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.frame-hochzaehlen_neu > .rahmen > .frame > .rahmen {
    width: 80%;
    margin: 0 10%;
}

.frame-hochzaehlen_neu h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 60px;
    line-height: 1.4em;
    /*text-transform: uppercase;*/
    color: #fff;
    margin: 0 0 40px 0;
}

.frame-hochzaehlen_neu h3 {
    font-size: 60px;
    line-height: 1.2em;
    border-bottom: 3px solid #ffffff;
    margin: 20px 0 20px 0;
    padding: 0 0 5px 0;
    color: #fff;
    opacity: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.frame-schmal.frame-layout-1 {
    background: #f2f2f2;
    padding: 50px 0;
}

/*~ History-Slider ~*/
.frame-history .frame {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: calc(100% - 20px);
    padding: 0 0 20px 0;
    margin: 0 10px;
}

.frame-history .owl-stage-outer {
    overflow-y: visible;
    padding: 20px 0;
}

.frame-history h3 {
    color: var(--orange);
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.frame-history .ce-gallery {
    margin-bottom: 20px;
}

.frame-history .ce-bodytext {
    width: calc(100% - 40px);
    padding: 0 20px;
    text-align: center;
}

.frame-history .owl-nav > div {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 60px;
    margin-top: -30px;
    text-indent: -9999px;
}

.frame-history .owl-prev {
    left: -25px;
    background: url('https://www.uic-gmbh.de/fileadmin/user_upload/www.uic-gmbh.de/owl-prev.png') center center no-repeat;
    background-size: cover;
}

.frame-history .owl-next {
    right: -25px;
    background: url('https://www.uic-gmbh.de/fileadmin/user_upload/www.uic-gmbh.de/owl-next.png') center center no-repeat;
    background-size: cover;
}

/*~ Zwischenheader ~*/
.inhaltsbereich > .frame-zwischenheader{
    margin: 0;
}

.frame-zwischenheader .ce-gallery.videogallery figure {
    display: block;
}

.video-embed .video-embed-item {
    max-width: 100%;
    display: block;
  }

.inhaltsbereich > .frame-zwischenheader {
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.inhaltsbereich > .frame-type-list + .frame-zwischenheader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    top: -50px;
    left: 0;
    background-color: #ffffff;
    transform: skewY(-3deg);
    z-index: 1;
}

.inhaltsbereich > .frame-zwischenheader.frame-layout-1 {
    padding: 0 !important;
    background-color: none !important;
}

.inhaltsbereich > .frame-zwischenheader.bgfixed.frame-layout-1 {
    background-color: none;
}

.inhaltsbereich > .frame-zwischenheader > .rahmen {
    width: 100%;
    max-width: none;
    margin: 0;
}

.frame-zwischenheader .ce-gallery {
    opacity: 0;
}

.frame-zwischenheader .ce-textpic,
.frame-zwischenheader .ce-gallery,
.frame-zwischenheader .ce-row,
.frame-zwischenheader .ce-column,
.frame-zwischenheader .image {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

.frame-zwischenheader .ce-gallery img {
    width: 100%;
    height: auto;
    max-width: none;
}

.frame-zwischenheader .ce-gallery.ce-border img,
.frame-zwischenheader .ce-gallery.ce-border  iframe {
    border: 0;
}

.frame-zwischenheader.bgfixed {
    height: 450px;
    overflow: hidden;

}

.frame-zwischenheader.bgfixed > .rahmen {
    width: 100% !important;
    height: 450px;
    float: left;
    clear: both;
    margin: 0;
    background-size: 100% auto !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    position: relative;
}

.frame-zwischenheader.bgfixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

/* -- NEU: 2022-12-05 - 3 Spalten -- */
.inhaltsbereich > .frame-anwendung3 > .rahmen{
    max-width: 900px;
}

/* -- NEU: 2023-05-04 - Anwendung 5-spaltig -- */
.frame-anwendung3 > .rahmen,
.frame-anwendung4 > .rahmen,
.frame-anwendung5 > .rahmen {
    text-align: center;
}


/*~ Anwendungeen 4 Spalten ~*/
.frame-anwendung3 > .rahmen > .frame-type-textmedia,
.frame-anwendung4 > .rahmen > .frame-type-textmedia,
.frame-anwendung5 > .rahmen > .frame-type-textmedia {
    width: 29% ;
    margin: 20px 2%;
    display: inline-block;
    vertical-align: top;
    clear: none;
    float: none;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 15%);
    opacity: 0;
    transition: all 0.5s ease; 
}

.frame-anwendung3 > .rahmen > .frame-type-textmedia > .rahmen,
.frame-anwendung4 > .rahmen > .frame-type-textmedia > .rahmen,
.frame-anwendung5 > .rahmen > .frame-type-textmedia > .rahmen {
    width: calc(100% - 60px);
    margin: 30px 30px;
}

.frame-anwendung3 > .rahmen > .frame-type-textmedia strong,
.frame-anwendung4 > .rahmen > .frame-type-textmedia strong,
.frame-anwendung5 > .rahmen > .frame-type-textmedia strong {
    color: var(--orange);
}

.frame-anwendung3 > .rahmen > .frame-type-textmedia .ce-bodytext,
.frame-anwendung4 > .rahmen > .frame-type-textmedia .ce-bodytext,
.frame-anwendung5 > .rahmen > .frame-type-textmedia .ce-bodytext {
    line-height: 1.2em;
    hyphens: auto;
}

.frame-anwendung3 > .rahmen > .frame-type-textmedia .ce-gallery + .ce-bodytext,
.frame-anwendung4 > .rahmen > .frame-type-textmedia .ce-gallery + .ce-bodytext,
.frame-anwendung5 > .rahmen > .frame-type-textmedia .ce-gallery + .ce-bodytext{    
    margin-top: 25px;
}

.frame-anwendung3 .ce-bodytext p:last-child,
.frame-anwendung4 .ce-bodytext p:last-child,
.frame-anwendung5 .ce-bodytext p:last-child {
    margin-bottom: 0;
}

.frame-anwendung4 > .rahmen > .frame-type-textmedia{
    width: 23%;
    margin: 15px 1%;
}

.frame-anwendung5 > .rahmen > .frame-type-textmedia{
    width: calc(20% - 30px);
    margin: 15px 15px;
}

/*~ Downloads ~*/
.frame-downloads a[href$=".pdf"] {
    background: none;
    padding: 0 0 0 0;
    display: block;
}

.frame-downloads .frame-type-textmedia {
    width: 22%;
    display: inline-block;
    position: relative;    
    clear: none;
    padding: 0;
    float: none;
    vertical-align: top;
    margin: 0 3% 40px 0;
}

.frame-downloads > .rahmen > .frame a.dl_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.frame-downloads .ce-bodytext p{
    line-height: normal;
}

.frame-downloads .ce-bodytext a{
    color: #484848;
}

.frame-downloads .ce-bodytext a:hover{
    font-weight: initial;
}

.frame-downloads .ce-bodytext a em{
    margin-bottom: 0;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2em;
}

/* -- Standorte -- */
.frame-standort,
.frame-standortgleich {
    text-align: left;
}


.frame-standort .frame-type-textmedia,
.frame-standortgleich .frame-type-textmedia {
    display: inline-block;
    vertical-align: top;
    float: none;
    clear: none;
    width: calc(33% - 40px);
    margin: 20px 0;
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 15%);
}


.frame-standort .frame-type-textmedia:nth-child(3n+2),
.frame-standortgleich .frame-type-textmedia:nth-child(3n+2) {
    margin-left: 40px;
    margin-right: 40px;
}

.frame-standort .ce-bodytext,
.frame-standortgleich .ce-bodytext{
    padding: 25px;
    text-align: left;
}

.frame-standortgleich .ce-bodytext strong{
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 18px;
    font-weight: 300;
    color: var(--orange);
}

/* -- News & Events -- */
/* News */
.news {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.no-media-element {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    background: #e7e7e7;    
}

.news .article .news-img-wrap a {
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    background: none;
    float: left;
    clear: both;
    width: 100%;
    text-align: center
}

.news .article .news-img-wrap .no-media-element a img {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: auto;
}

.news .article .news-img-wrap img {
    width: 100%;
    height: auto;
}

.news .no-news-found {
    font-style: normal;
    color: #484848;
}

.newsbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.page-navigation {
    width: 96%;
    float: left;
    clear: both;
    margin: 15px 0 0 0;
    background: #e7e7e7;
    padding: 5px 2%;
}

.page-navigation p {
    width: 40%;
    float: left;
    margin: 0;
}

.page-navigation ul {
    width: 60%;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.news .page-navigation ul li::before {
    display: none;
}

/* -- NEU: 2024-04-24 -- */
.news .page-navigation ul li.first,
.news .page-navigation ul li.last {
    display: none; 
}

.news .page-navigation ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.news .page-navigation ul li a {
    color: #484848;
    text-decoration: none;
}

.news .page-navigation ul li.current {
    font-weight: 700;
}

/* Newsslider */
.news-listslider-container {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;  
    opacity: 0;
    text-align: center;
}

.news-listslider-container .owl-dots {
    margin: 27px 0 0 10px;    
    display: inline-block;
    vertical-align: top;
}

.news-listslider-container .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #b5b5b5;
    margin: 0 2px;
}

.news-listslider-container .owl-dot.active {
    background: var(--orange);
}

.news-listslider-container .owl-nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.news-listslider-container .owl-nav .owl-prev,
.news-listslider-container .owl-nav .owl-next {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 15px;
    height: 27px;
    overflow: hidden;
    background: url(../image/owl-prev.png) left top no-repeat;
    text-indent: -999px;
}

.news-listslider-container .owl-nav .owl-next {
    background: url(../image/owl-next.png) left top no-repeat;
    margin: 0;
}

.news-listslider-container .article {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
    background: #e7e7e7;
    transition: all 0.5s ease;
    text-align: left;
}

.inhaltsbereich > .frame-type-list .news .news-listslider-container .newsbox .article {
  max-width: 32%;
}

.inhaltsbereich > .frame-type-list .news .news-listslider-container .newsbox.owl-carousel .article {
  max-width: none;
}

.news-listslider-container .article.zwei {
    width: 48%;
    max-width: none;
    clear: none;
    margin: 0 0 0 2%;
}

.news-listslider-container .article.zwei:first-child {
    margin: 0;
}

.news-listslider-container .article.drei {
    width: 32%;
    max-width: none;
    clear: none;
    margin: 0 0 0 1%;
}

.news-listslider-container .article.drei:first-child {
    margin: 0;
}

.news-listslider-container .no-media-element,
.news-listslider-container .no-media-element  a {
    height: 195px;
}
.news-listslider-container .no-media-element  a img {
    position: relative;
    top: 50%;
    margin-top: -80px;
}

.news-listslider-container .article .news-img-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
    height: 195px;
}

.news-listslider-container .article .news-img-wrap > a  {
    position: relative;
}

.news-listslider-container .article .news-img-wrap > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 1px #000;
}

.news-listslider-container .article .news-img-wrap > a > img {
    transition: all 0.5s ease;
    transform: scale(1.05);
}


.news-listslider-container .news-content {
    width: 96%;
    float: left;
    clear: both;
    margin: 20px 2%;
}

.news-listslider-container .article.zwei .news-content,
.news-listslider-container .article.drei .news-content {
    width: 90%;
    margin: 20px 5%;
    min-height: 70px;
}

.news-listslider-container .newsbox.owl-carousel .article .news-content {
    min-height: 90px;
    width: 90%;
    margin: 20px 5%;   
}

.news-listslider-container .article.drei .news-content {
    min-height: 90px;
}

.news-listslider-container .news-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #484848;
    font-family: "Roboto",sans-serif,arial;
}

.news-listslider-container .news-content a {
    color: #484848;
    text-decoration: none;
    transition: all 0.5s ease
}

.news-listslider-container .article:hover {
    background: var(--orange);
}

.news-listslider-container .article:hover .news-img-wrap > a > img {
    transform: scale(1);
}

.news-listslider-container .article:hover .news-content a {
    color: #FFFFFF;
    font-weight: 400;
}

/* -- Listenansicht -- */
.news-list-container {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.frame-newslink{
    position: absolute;
    text-align: right;
    right: 3%;
    opacity: 0;
    top: 10px;
}


.news-list-container .article {
    width: 22%;
    /* -- NEU: 2024-09-24 -- */
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 3% 0px 0;
    position: relative;
    transition: all 0.5s ease;    
    opacity: 0;
    padding: 0;
    background: none;
}

.news-list-container .article:hover,
.news-list-container .article:hover a {
    background: none;
    color: #484848;
}


.news-list-container .article:hover .news-list-date {
    background: var(--orange);
}


.news-list-container .article:hover .news-img-wrap > a > img {
    transform: scale(1);
}


.news-list-container .article:last-child{
    margin-right: 0;
}

.news-list-container .news-list-date {
    position:absolute;
    right: 0;
    top: auto;
    bottom: 100%;
    background: var(--orange);
    color: #FFF;
    font-size:  14px;
    line-height: 0.8em;
    padding: 5px;
}

.news-list-container .news-text {
    display: none;
}

.news .article .news-img-wrap {
    background: none;
}

.no-media-element {
    box-shadow: none;
}

.news-list-container .article .news-img-wrap > a {
    position: relative;
}

.news-list-container .article .news-img-wrap > a > img {
    transition: all 0.5s ease;
    transform: scale(1);
}
  

.news .news-list-container .article .news-img-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    overflow: hidden;
    /* -- NEU: 2024-09-24 -- */
    /*max-height: 125px;*/
   
}

.news .news-list-container .article .news-img-wrap .no-media-element,
.news .news-list-container .article .news-img-wrap .no-media-element > a {
    /*max-height: 125px;*/  
    height: auto;
}
/* -- NEU: 2024-09-24 -- */
.news .news-list-container .article .news-img-wrap .no-media-element {
    aspect-ratio: 3/2;
    overflow: hidden;
    height: auto;
}

.news .news-list-container .article .news-img-wrap .no-media-element > a {
    display: block;
    height: 100%;
}

.news-list-container .no-media-element a img {
    position: relative;
    top: 50%;
    margin-top: -30px;
  }

.news-list-container .news-content {
    width: 90%;
    padding: 15px 5% 0 5%;
    float: left;
    clear: both;
    position: relative;
}

.news-list-container .news-content h2 {
    margin: 0 0 10px 0;
    color: #484848;
    font-family: "Roboto",sans-serif,arial;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4em;
    max-width: 86%;
}

.news-list-container .news-content h2 a {
    font-weight: 700 !important;
}

.news-list-container .stichwort{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2em;
    margin-top: 0;
    font-family: "Roboto",sans-serif,arial;
}

.news-list-container .news-content a {
    color: #484848;
    text-decoration: none;
    transition: all 0.5s ease;
}

 .news-list-container .article:hover {
    background: none;
}

.news-list-container .article:hover .news-list-date {
    background: var(--orange);
    color: #FFFFFF;
}

.news-list-container .article:hover .news-img-wrap > a > img {
    transform: scale(1);
}

.news-list-container .article:hover .news-content a {
    color: #484848;
    font-weight: 400;
} 

.news-list-container .article .news-img-wrap > a {
    position: relative;
}

.news-list-container .article:nth-child(3n+1) {
    margin: 0 3% 0px 0;
}

/* Events */
.news-list3-container {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;   
}

.news-list3-container .article {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
    background: var(--orange);
}

.news-list3-container .news-list-date {
    color: #FFFFFF;
    width: 18%;
    float: left;
    margin: 5px 1%;
}

.news-list3-container .news-list-date span {
    display: block;
    text-align: center;
    font-weight: 700;
}

.news-list3-container .news-list-date span.event_tag {
    font-size: 40px; 
    line-height: 36px;
    margin-top: 5px;
}

.news-list3-container .news-list-date span.event_monat {
    font-size: 24px; 
    line-height: 26px;
}

.news-list3-container .news-list-date span.event_jahr {
    font-size: 20px;
    line-height: 22px; 
}

.news-list3-container .eventbereich {
    background: #e7e7e7;
    float: right;
    width: 72%;
    padding: 30px 4%;
    position: relative;
    line-height: 1.4em;
    min-height: 40px;
}

.events_extlink {
    background: url(../image/ext-link.png) left top no-repeat #6B6B6B;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 21px;
    height: 21px;
    overflow: hidden;
    cursor: pointer;
}

.inhaltsbereich .events_extlink  ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 100%;
}

.inhaltsbereich .events_extlink  ul li {
    display: block;
    width: 100%;
}

.inhaltsbereich .events_extlink ul li::before {
    display: none;
}

.inhaltsbereich .events_extlink  ul li a {
    display: block;
    text-indent: -999px;
}

.news-list3-container .eventbereich h3,
.news-list3-container .eventbereich h3 a {
    margin: 0;
    color: #484848;
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
    font-weight: 700 !important;
    text-decoration: none;
}

.news-list3-container .eventbereich h3,
.news-list3-container .eventbereich a {
    color: #484848;
    text-decoration: none;
}

.news-list3-container .eventbereich a:hover {
    font-weight: 400;
}

.news-list3-container .eventbereich h3,
.news-list3-container .eventbereich p {
    margin: 0;
}

.news-list3-container .news-textbody {
    display: none;
}

.frame-layout-1 .news-list3-container .news-textbody {
	width: 100%;
  	float: left;
    clear: both;
    margin: 5px 0 0 0;
    display: block;
}

.news.news-single .article {
    width: 100%;
    float: left;
    clear: both;
    margin:  0;
    padding: 0;
}

.news.news-single .article .news-list-date {
    color: var(--newsgrau)
}

.news.news-single .article h1 {
    margin-top: 0;
    margin-bottom: 5px;
    color: var(--orange);
    font-weight: 700;
    font-size: 24px;
}

.news.news-single .article .teaser-text {
    font-family: 'Roboto Condensed', sans-serif, arial;
    margin: 0 0 20px 0;
    font-size: 24px; 
    font-weight: 300;
    line-height: 1.2em;
    color: var(--newsgrau);
}

.news .article .news-img-wrap img {
    display: block;
}

.news-backlink-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 20px 0 0 0;;
    background: #e7e7e7;
}

.news-backlink-wrap a {
    width: 98%;
    padding: 5px 1%;
    display: block;
    color: #484848;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s ease;
}

.news-backlink-wrap:hover a {
    background: var(--orange);
    color: #FFFFFF;
}

.news.news-single .news-text-wrap {
    width: 100%;
    float: left;
    clear: both;
}

.news.news-single .news-list-date {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: none;
}

.news.news-single .news-img-wrap {
    float: right;
    margin: 0 0 20px 2%;   
    width: 25%;
    max-width: 350px; 
}

.news.news-single .news-img-wrap .outer {
    background: #e7e7e7;
    width: 100%;
    padding: 0;
    float: left;
    clear: both;
    opacity: 0;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}


.news.news-single .mediaelement {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.news.news-single .news-img-caption {
    font-size: 12px;
    line-height: 1.2em;
    width: 96%;
    padding: 10px 2%;
    float: left;
    clear: both;
    margin: 0;
    background: rgba(255,255,255,0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #484848;
    text-align: left;
}

.news.news-single .owl-nav {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    text-align: right;
}

.news.news-single .owl-prev,
.news.news-single .owl-next {
    background: url(../image/owl-prev.png) left top no-repeat;
    width: 15px;
    height: 27px;
    overflow: hidden;
    text-indent: 999px;
    display: inline-block;
    margin: 0 5px 0 0;
} 

.news.news-single .owl-next {
    background: url(../image/owl-next.png) left top no-repeat;
}

/* -- Suche -- */
#tx-indexedsearch-searchbox-button-submit {
    background:   var(--orange);
}

/* -- NEU: 2023-02-01 -- */
.funktionen .suche {
    float: right;
    background: #b5b5b5;
    height: 40px;
    padding: 0 10px;
}

#tx-indexedsearch-searchbox-sword_top {
    color: #FFFFFF;
}

/* -- SUCHE -- */
.suchbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 6px 0 0 0;
}

.suchbox fieldset {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
}

.suchbox .tx-indexedsearch-form {
    width: 85%;
    float: left;
}

.suchbox .tx-indexedsearch-search-submit {
    width: 15%;
    float: right;
}

#tx-indexedsearch-searchbox-sword_top {
    width: 90%;
    margin: 0;
    padding: 5px 0;
    background: none;
    border: 0;
    color: #FFFFFF;
    font-family: 'Fira Sans', sans-serif, arial;
    font-size: 12px;
}

#tx-indexedsearch-searchbox-button-submit_top,
.suchemob {
    background: url(../image/lupe1.png) center center no-repeat;
    border: 0;
    cursor: pointer;
    background-size: 16px 16px;
    width: 100%;
    height: 26px;
}

.suchemob {
    width: 26px;
    height: 26px;
    display: none;
    float: right;
}

#tx-indexedsearch-searchbox-sword_top::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF;
    opacity: 1; /* Firefox */
}

#tx-indexedsearch-searchbox-sword_top:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

#tx-indexedsearch-searchbox-sword_top::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
}

.tx-indexedsearch-searchbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    background: #e7e7e7;
}

.tx-indexedsearch-searchbox fieldset {
    width: 98%;
    float: left;
    clear: both;
    margin: 0;
    padding: 15px 1%;
    border: 0;
}

.tx-indexedsearch-searchbox legend {
    display: none;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 40%;
    float: left;
    margin-right: 1%;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    float: left;
}

#tx-indexedsearch-searchbox-button-submit {
    background: var(--orange);
    color: #FFFFFF;
    border: 0;
    padding: 8px 10px;
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
    cursor: pointer;
}

#tx-indexedsearch-searchbox-sword {
    width: 96%;
    padding: 8px 2%;
    border: 0;
    background: #FFFFFF;
    color: #484848;
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
}

.tx-indexedsearch-info-sword {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;  
}

.searchboxword {
    font-weight: 700;
}

.tx-indexedsearch-browsebox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;  
}

.tx-indexedsearch-info-sword + .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    display: none;
}

.inhaltsbereich .frame ul.tx-indexedsearch-browsebox {
    width: 96%;
    float: left;
    clear: both;
    margin: 15px 0 0 0;
    background: #e7e7e7;
    padding: 10px 2% 5px 2%;
    text-align: center;
}

.inhaltsbereich .frame ul.tx-indexedsearch-browsebox li::before {
    display: none;
}

.inhaltsbereich .frame ul.tx-indexedsearch-browsebox li {
    display: inline-block;
    margin: 0 5px 5px 5px;
    vertical-align: top;
}

.inhaltsbereich .frame ul.tx-indexedsearch-browsebox li a {
    color: #484848;
    text-decoration: none;
}

.tx-indexedsearch-res {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
}

.tx-indexedsearch-res h3 {
    margin: 10px 0 0 0;   
    font-size: 20px;
}

.tx-indexedsearch-res h3 a:hover {
    font-weight: 400 !important;
}


/* -- NEU: 2023-01-30 -- */
/* -- Nach oben / Nach unten Buttons -- */
.nachobenpfeile {
    position: fixed;
    right: 1%;
    bottom: 7vh;
    z-index: 5;    
}

.nachunten_btn,
.nachoben {
    width: 50px;
    height: 50px;
    background: url(../image/arrow.png) left top no-repeat #B5B5B5;
    cursor: pointer;
    z-index: 5;
    display: block;
    position: static;
    margin: 0;
}


.nachoben {
    margin-bottom: 5px;
    transform: rotate(180deg);
}

h2.h2vorh1, h3.h3vorh2 {
    color: var(--orange);
}

h2.h2vorh1 + h1, h3.h3vorh2 + h2 {
    color: #484848;
}

.inhaltsbereich a.link-internal{
    padding: 10px 35px;
    background: #fff;
    border: 1px solid var(--orange);
    transition: all 0.5s ease;
    display: inline-block;
    margin: 10px 0;
}

.inhaltsbereich a.link-internal:hover {
    color: #fff;
    background: var(--orange);
    transition: all 0.5s ease;
    padding: 10px 35px;
    border: 1px solid var(--orange);
    font-weight: 400;
}

.headerbildbereich.mitbild > .frame {
    height: 100% !important;
    overflow: hidden;
  }

.headerbildbereich .nachunten {
    display: none;
}

.headerbildbereich.mitbild .nachunten {
    position: absolute;
    bottom: -15px;
    top: auto;
    left: 50%;
    margin-left: -25px; 
    display: block;
}

.inhaltsbereich > .frame-chronikliste {
    position: relative;
}

.inhaltsbereich > .frame-chronikliste > .rahmen  {
    max-width: 800px;
    margin: 0 auto;
}

.frame-chronikliste > .rahmen > .frame {
    position: relative;
    padding: 20px 0;
    width: calc(50% - 30px);
    margin-right: 30px; 
}

.frame-chronikliste > .rahmen > .frame:nth-child(even) {
    float: right;
    margin-left: 30px; 
    margin-right: 0; 
}

.frame-chronikliste > .rahmen > .frame:first-child {
    margin-top: 0px;
    padding-top: 0;
}

.frame-chronikliste > .rahmen > .frame:last-child {
    padding-bottom: 40px;
}

.frame-chronikliste::before {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% - 7px);
    position: absolute;
    top: 7px;
    bottom: 0;
    left: calc(50% - 1px);
    background-color: var(--orange);
}


.frame-chronikliste > .rahmen > .frame header {
    position: relative;
    width: 100%;
}

.frame-chronikliste > .rahmen > .frame header > * {
    margin: 0 0 5px 0;
    color: var(--orange);
    font-size: 40px;
    line-height: 0.9em;
}

.frame-chronikliste > .rahmen > .frame header::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    right: -30px;
   /* width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--orange);*/
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent var(--orange);
}

.frame-chronikliste > .rahmen > .frame:nth-child(odd) header::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    border-width: 12.5px 21.7px 12.5px 0;
    border-style: solid;
    border-color: transparent var(--orange) transparent transparent;
}

.frame-chronikliste > .rahmen > .frame:nth-child(odd) header > *,
.frame-chronikliste > .rahmen > .frame:nth-child(odd) .ce-bodytext {
    text-align: right;
}

.frame-chronikliste > .rahmen > .frame:nth-child(even) header::before {
    left: -30px;
    right:  auto;
}

/* -- NEU: 2023-02-13 -- */
/* -- Imagemap -- */
.inhaltsbereich > .frame-imagemapkarte > .rahmen {
    width: 100%;
    max-width: none;
}

.inhaltsbereich > .frame-imagemapkarte {
    margin: 0;
}

.frame-imagemapkarte .ce-textpic,
.frame-imagemapkarte .ce-gallery,
.frame-imagemapkarte .ce-gallery .ce-row,
.frame-imagemapkarte .ce-gallery .ce-column,
.frame-imagemapkarte .ce-gallery .image {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
}

.frame-imagemapkarte .ce-gallery img {
    width: 100%;
    max-width: none;
    height: auto;
}

.frame-imagemapkarte .ce-gallery {
	position: relative;
}

.frame-imagemapkarte .klickplan {
	display: inline-block;
	width: 20px;
    height: 20px;
	position: absolute;
    overflow: hidden;
}

.frame-imagemapkarte .ce-gallery.ce-border .klickplan {
    overflow: unset;
}

.frame-imagemapkarte .klickplan a {
	display: block;
	border: 0;
    text-indent: -999px;
}

.frame-imagemapkarte .ce-gallery.ce-border .klickplan a {
    text-indent: 0;
}


.frame-imagemapkarte .ce-gallery.ce-border {
    margin: 0;
    border: 0;
    padding: 0;
}


.frame-imagemapkarte .ce-bodytext {
	display: none;
}

.frame-imagemapkarte .ce-gallery.ce-border {
	opacity: 1;
    height: auto; 
    overflow: unset;
	border: 0;
	padding: 0;
	margin: 0;
}

.frame-imagemapkarte .ce-gallery.ce-border img {
	border: 0;
	padding: 0;
	margin: 0;
}

.frame-imagemapkarte .ce-gallery.ce-border .klickplan {
	background-color: rgba(255, 0, 0, 0.5);
}

.inhaltsbereich .frame-imagemapkarte .ce-bodytext ul li.ausgeblendet  {
    display: none;
}


.fancybox-slide--iframe .fancybox-content {
    max-width: 600px;
}


.lightbox > .frame > .rahmen {
    width: calc(100% - 40px);
    margin: 20px 20px 30px 20px;;
}

.lightbox a {
    color: #f9b234;
    text-decoration: none;
}

.lightbox a:hover {
    font-weight: 700;
}

/* -- NEU: 2023-05-04 -- */
.sidebarbox > .frame .ce-gallery {
    background: #f9b234;
}

.sidebarbox > .frame .ce-bodytext a[href$=".pdf"] {
    background: none;
    padding: 0;
    display: inline-block;
}

.sidebarbox {
    position: fixed;
    right: -400px;
    top: 300px;
    z-index: 6;
}

.nachunten, .nachunten_btn {
    display: none !important;
}

.nachoben {
    margin-bottom: 0;
}

.headerbildbereich .mediaconsent {
    z-index: 3;
}

.headerbildbereich .mediaconsent.loadok {
    z-index: unset;
}

.headerbildbereich .videoiframelink {
    display: none;
}

.headerbildbereich .video-embed a.videoiframelink::before, 
.headerbildbereich .iframevideo a.videoiframelink::before, 
.headerbildbereich .frame-type-textmedia.frame-layout-10 .videobox a.videoiframelink::before,
.headerbildbereich .video-embed a.videoiframelink::after, 
.headerbildbereich .iframevideo a.videoiframelink::after, 
.headerbildbereich .frame-type-textmedia.frame-layout-10 .videobox a.videoiframelink::after {
    display: none;
}

.headerbildbereich.start.mitbild {
    height: auto !important;
    max-height: calc(100vh - 105px);
}

.headerbildbereich.start.mitbild > .frame {
    height: auto !important;
    max-height: calc(100vh - 105px);
}

.headerbildbereich .ce-bodytext {
    text-shadow: 0px 0px 500px #000;
}

.headerbildbereich.mitbild:not(.start) {
    overflow: hidden;
}

.headerbildbereich.mitbild .headerslider,
.headerbildbereich.mitbild  .owl-carousel .owl-stage-outer,
.headerslider .frame {
    max-height: 730px;
    overflow: hidden;
}

.fancybox-slide--video .fancybox-content {
    max-width: none;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    padding-left: 0;
}

.inhaltsbereich ul {
    padding-left: 18px !important;
    padding-inline-start: 0;
}

.lightbox img {
    max-width: 100%;
    height: auto;
}

/* -- NEU: 2023-05-22 -- */
.frame-teaser.frame-style-3column .ce-gallery::before {
    height: 23vh;
}

.frame-teaser.frame-style-3column .row.equalize .frame .rahmen,
.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic,
.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic .ce-gallery.videocontainer,
.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic .ce-gallery.videocontainer .ce-row,
.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic .ce-gallery.videocontainer .video-column,
.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic .ce-gallery.videocontainer figure.video,
.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic .ce-gallery.videocontainer .video[data-type="external"] .video-embed {
    height: 100%;
    margin: 0;
}

.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic .ce-gallery.videocontainer::before {
    display: none;
}

.frame-teaser .mapsoverlay button {
    margin-bottom: 10px;
}

.frame-teaser.frame-style-3column .row.equalize .frame .rahmen .ce-textpic .ce-gallery.videocontainer .video[data-type="external"] .video-embed .videobox {
    padding-top: 75%;
}

.frame-teaser.frame-style-3column .row > div > .frame > .rahmen .ce-bodytext h3 {
    max-width: none;
}

.headerslider .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.headerslider.owl-carousel .owl-nav button.owl-next, 
.headerslider.owl-carousel .owl-nav button.owl-prev, 
.headerslider.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #484848;
    display: inline-block;
    margin: 0 0 0 5px;

}

.headerslider.owl-carousel button.owl-dot.active {
    background: #f9b234;
}


/* -- NEU: 2023-05-30 - Sprachwechsler soll vorerst entfernt werden. -- */
/* -- NEU: 2023-06-22 -- Wieder eingeblendet -- */
/*
.sprachen {
    display: none !important;
}*/

/* -- NEU: 2023-06-01-- */
.footer_oben .frame-default.frame-type-textmedia ul {
    width: auto;
}

/* -- NEU: 2023-06-05 -- */
.powermail_legend,
.mandatory,
.inhaltsbereich .parsley-errors-list, 
.inhaltsbereich .powermail-errors-list {
    color: #f9b234;
}

.powermail_submit {
    background: #f9b234;
}

/* -- NEU: 2024-07-29 -- */
.footer_oben .ce-gallery figcaption {
    width: 100%;
}

/* -- NEU: 2024-08-20 -- */
.inhaltsbereich .page-navigation {
    padding-left: 2% !important; 
}

.inhaltsbereich > .frame-type-list > .rahmen > .news > .news-list3-container > .newsbox > .article {
    width: calc(50% - 10px);
    clear: none;
    display: inline-block;
    vertical-align: top;
}

.inhaltsbereich > .frame-type-list > .rahmen > .news > .news-list3-container > .newsbox > .article:nth-child(even) {
    margin-left: 20px;
} 

/* -- NEU: 2024-09-18 -- */
.frame-type-menu_subpages.frame-layout-2 > .rahmen {
    max-width: 900px;
}

.inhaltsbereich .frame-type-menu_subpages.frame-layout-2 ul.laboranlagen {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    text-align: center;
}

.inhaltsbereich .frame-type-menu_subpages.frame-layout-2 ul.laboranlagen li {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 15%);
    padding: 0;
    margin: 0 10px 10px 10px;
}

.inhaltsbereich .frame-type-menu_subpages.frame-layout-2 ul.laboranlagen li::before {
    display: none !important;
}

.inhaltsbereich .frame-type-menu_subpages.frame-layout-2 ul.laboranlagen li a {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    background: #FFFFFF;
    box-shadow: inset 0 0 0 0 var(--orange);
    transition: all 0.5s ease;
}

.inhaltsbereich .frame-type-menu_subpages.frame-layout-2 ul.laboranlagen li a:hover {
    font-weight: 700;
    color: #FFFFFF;
    box-shadow: inset 500px 0 0 0 var(--orange);
}

/* -- NEU: 2024-09-18 -- */

/* -- Produktdetail Hintergrundbild -- */
/* -- Produktdetail -- */
.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic {
    position: relative;
    z-index: 1;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-gallery,
.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-gallery .ce-row,
.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-gallery .ce-column,
.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-gallery .images {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    display: block;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-gallery .images img {
    width: 100%;
    height: auto;
    max-width: none;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext > ul > li {
    position: absolute;
    background-color: var(--orange);
    top: 0;
    left: 0;
    display: block;
    padding: 3px 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext > ul > li > ul {
    display: none;
}

.inhaltsbereich .frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li::before {
    display: none;
}

/* -- Anker -- 
.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="1"] {
    position: absolute;
    bottom: 25.5%;
    left: 19.3%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="2"] {
    position: absolute;
    bottom: 61%;
    left: 51.2%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="3"] {
    position: absolute;
    bottom: 54.8%;
    left: 46%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="4"] {
    position: absolute;
    bottom: 25.4%;
    left: 36.2%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="5"] {
    position: absolute;
    bottom: 40%;
    left: 49.3%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="6"] {
    position: absolute;
    bottom: 33.5%;
    left: 39%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="7"] {
    position: absolute;
    bottom: 56.2%;
    left: 65.5%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="8"] {
    position: absolute;
    bottom: 41.7%;
    left: 38.2%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="9"] {
    position: absolute;
    bottom: 33%;
    left: 30.4%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="10"] {
    position: absolute;
    bottom: 59.3%;
    left: 27.1%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="11"] {
    position: absolute;
    bottom: 46.7%;
    left: 24%;
}

.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li[data-zahl="12"] {
    position: absolute;
    bottom: 19.1%;
    left: 23.7%;
}
*/
/*
.frame-produktdetailbg > .rahmen > .frame-default .ce-textpic .ce-bodytext ul li:hover {
    animation-name: rotate; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
*/
/* -- Produkt Inhalte -- */
.frame-produktdetailbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 80px 0 0 0;
    position: relative;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia {
    width: calc(33% - 10px);
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 0 30px 0;
    color: var(--grau);
    line-height: 1.4em;
    opacity: 0;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 15%);
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia:nth-child(3n+2) {
    margin-left: 22px;
    margin-right: 22px;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia header {
    display: none;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia.inact {
    opacity: 0.4 !important;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-gallery, 
.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-row, 
.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-column, 
.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .image  {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-gallery img {
    width: 100%;
    max-width: none;
    height: auto;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-bodytext {
    width: calc(100% - 40px);
    float: left;
    clear: both;
    margin: 20px 20px;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-bodytext h3 {
    font-family: "Roboto",sans-serif,arial;
    font-size: 18px;
    line-height: 1.4em; 
    margin-top: 0;
    color: var(--orange);
    font-weight: 700;
}

.inhaltsbereich .frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-bodytext ul {
    padding: 0;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-bodytext ul li {
    margin-bottom: 10px;
}

.frame-produktdetailbox > .rahmen > .frame-default.frame-type-textmedia .ce-bodytext ul li::before {
    top: 6px !important;
}

.produktdetail_hoch {
    width: 33px;
    height: 33px;
    background: url(../image/arrow.png) center center no-repeat #B5B5B5;
    background-size: 30px auto; 
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 0;
    opacity: 1;
    transform: rotate(180deg);
}

/* -- Kacheldarstellung -- */
.frame-kacheldarstellungrtl > .rahmen {

}

.frame-kacheldarstellungrtl > .rahmen > .frame {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen {
    width: 100%;
    float: left;
    clear: both;
    max-width: none;
    margin: 0;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic {
    width: 100%;
    float: left;
    clear: both;
    margin: 0; 
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic.ce-right.ce-intext {
    flex-direction: row-reverse;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-gallery {  
    width: 50%;
    margin: 0;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext {
    width: calc(50% - 130px);
    margin: 0 20px 0 50px;
    background: #FFFFFF;
    padding: 30px 30px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 15%);
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext h1,
.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext h2, 
.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytexth3,
.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext h4 {
    margin-top: 0;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext a[href^="mailto:"],
.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext a.more {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px 0;
    background: var(--orange);
    color: #FFFFFF;
    padding: 5px 10px;
    box-shadow: inset 0 0 0 0 var(--orangehover);
    transition: all 0.5s ease;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext a[href^="mailto:"]:hover,
.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext a.more:hover {
    font-weight: 400;
    box-shadow: inset 350px 0 0 0 var(--orangehover);
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext a[href^="mailto:"] + a[href^="mailto:"],
.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic .ce-bodytext a.more + a.more {
    margin-left: 5px;
}

.frame-kacheldarstellungrtl > .rahmen > .frame > .rahmen  .ce-textpic.ce-right.ce-intext .ce-bodytext {
    margin: 0 50px 0 20px;
}