<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    /*--hellgrau: #AAAAAA;*/
    --hellgrau: #6B6B6B;
}

/**//* Schriftarten über @font-face einbinden... */
/*font-family: 'Roboto', sans-serif, arial;*/
/*@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-Regular/Roboto-Regular-webfont.eot);
    src: url(../fonts/roboto/Roboto-Regular/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/roboto/Roboto-Regular/Roboto-Regular-webfont.woff) format('woff'),
        url(../fonts/roboto/Roboto-Regular/Roboto-Regular-webfont.ttf) format('truetype'),
        url(../fonts/roboto/Roboto-Regular/Roboto-Regular-webfont.svg#robotoregular) format('svg');
    font-weight: normal;
    font-style: normal;  
}*/
  
/*font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;*/
/*@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/roboto/RobotoCondensed-Regular/RobotoCondensed-Regular-webfont.eot);
    src: url(../fonts/roboto/RobotoCondensed-Regular/RobotoCondensed-Regular-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/roboto/RobotoCondensed-Regular/RobotoCondensed-Regular-webfont.woff) format('woff'),
        url(../fonts/roboto/RobotoCondensed-Regular/RobotoCondensed-Regular-webfont.ttf) format('truetype'),
        url(../fonts/roboto/RobotoCondensed-Regular/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular) format('svg');
    font-weight: 400;
    font-style: normal;  
}*/

/*@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/RobotoCondensed-Light/RobotoCondensed-Light-webfont.eot');
    src: url('../fonts/roboto/RobotoCondensed-Light/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/RobotoCondensed-Light/RobotoCondensed-Light-webfont.woff') format('woff'),
        url('../fonts/roboto/RobotoCondensed-Light/RobotoCondensed-Light-webfont.ttf') format('truetype'),
        url('../fonts/roboto/RobotoCondensed-Light/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: 300;
    font-style: normal;
}*/
  
/*font-family: 'Fira Sans', sans-serif;*/
/*@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-Light.eot');
    src: url('../fonts/fira/FiraSans-Light.eot') format('embedded-opentype'),
        url('../fonts/fira/FiraSans-Light.woff') format('woff'),
        url('../fonts/fira/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}*/
  
/*@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-Regular.eot');
    src: url('../fonts/fira/FiraSans-Regular.eot') format('embedded-opentype'),
        url('../fonts/fira/FiraSans-Regular.woff') format('woff'),
        url('../fonts/fira/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}*/
  
/*@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-Medium.eot');
    src: url('../fonts/fira/FiraSans-Medium.eot') format('embedded-opentype'),
        url('../fonts/fira/FiraSans-Medium.woff') format('woff'),
        url('../fonts/fira/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}*/
  
/*@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-Bold.eot');
    src: url('../fonts/fira/FiraSans-Bold.eot') format('embedded-opentype'),
        url('../fonts/fira/FiraSans-Bold.woff') format('woff'),
        url('../fonts/fira/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}*/

/* roboto-300 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-300.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-300.svg') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-regular.svg') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-500.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-500.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-500.svg') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-700.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-700.svg') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-900.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-900.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-v20-latin_cyrillic-ext_cyrillic-900.svg') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-300.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-300.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Roboto Condensed_neu';
    font-style: normal;
    font-weight: 300;
    src: url('../font/RobotoCondensed-Light.ttf');
} 
/* roboto-condensed-regular - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-regular.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Roboto Condensed_neu';
    font-style: normal;
    font-weight: 400;
    src: url('../font/RobotoCondensed-Regular.ttf');
} 
/* roboto-condensed-700 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-700.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/roboto-condensed-v19-latin_cyrillic-ext_cyrillic-700.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Roboto Condensed_neu';
    font-style: normal;
    font-weight: 700;
    src: url('../font/RobotoCondensed-Bold.ttf');
} 
/* fira-sans-300 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans Light'), local('FiraSans-Light'),
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-300.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-300.svg') format('svg'); /* Legacy iOS */
}
/* fira-sans-regular - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans Regular'), local('FiraSans-Regular'),
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-regular.svg') format('svg'); /* Legacy iOS */
}
/* fira-sans-500 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-500.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans Medium'), local('FiraSans-Medium'),
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-500.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-500.woff') format('woff'), /* Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-500.svg') format('svg'); /* Legacy iOS */
}
/* fira-sans-600 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-600.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-600.woff') format('woff'), /* Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-600.svg') format('svg'); /* Legacy iOS */
}
/* fira-sans-700 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans Bold'), local('FiraSans-Bold'),
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-700.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-700.svg') format('svg'); /* Legacy iOS */
}
/* fira-sans-800 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-800.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans ExtraBold'), local('FiraSans-ExtraBold'),
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-800.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-800.woff') format('woff'), /* Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-800.svg') format('svg'); /* Legacy iOS */
}
/* fira-sans-900 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-900.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans Black'), local('FiraSans-Black'),
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-900.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-900.woff') format('woff'), /* Modern Browsers */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/fira-sans-v10-latin_cyrillic-ext_cyrillic-900.svg') format('svg'); /* Legacy iOS */
}

section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0;	 
	padding: 0;
} 

* {	
	outline: none;
} 

html {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
    color: #6B6B6B;
    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;
}

html, body {
    overflow-x: hidden !important;
}

h1 {
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    font-size: 30px;
    font-weight: 300;
    color: #6B6B6B;
    line-height: 1.2em;
    padding: 0px;
    margin: 30px 0;    
}

h2 {
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    font-size: 24px;
    font-weight: 700;
    color: #e42c2a;
    line-height: 1.2em;
    padding: 0px;
    margin: 30px 0;
}

h3 {
    color: #6B6B6B;
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
    padding: 0px;
    margin: 20px 0;
    line-height: 1.4em;  
}

h2.h2vorh1, h3.h3vorh2 {
    margin: 30px 0;
    font-size: 24px;
    color: #e42c2a;
    font-weight: 700;
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
}

h2.h2vorh1 + h1, h3.h3vorh2 + h2 {
    margin: -30px 0 30px 0;
    font-size: 30px;
    color: #6B6B6B;
    font-weight: 300;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

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

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

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

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


/* -- Header -- */
.header {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: fixed;
    color: #FFFFFF;
    z-index: 6;
}

header a {
    color: #FFFFFF;
    text-decoration: none;
}

.oben {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    background: #444444;
    position: relative;
    min-height: 40px;
}

.logo {
    position: absolute;
    top: 0;
    left: 4%;
    width: 165px;
    height: 161px;
    background: #e42c2a;
    z-index: 5;
}

.logo .ce-gallery {
    margin: 0;
}

.funktionen {
    position: absolute;
    top: 0;
    right: 0;
}

.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 #3b3b3b;
}

.sprachen ul {
     float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #444444;
    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;
    text-align: left;
}

/* DE */
.sprachen .sp_de {
    background: url(../image/de.png) left top no-repeat;
 }

/* EN */
.sprachen .sp_en {
    background: url(../image/en.png) left top no-repeat;
}

/* RU */
.sprachen .sp_ru {
    background: url(../image/ru.png) left top no-repeat;
}

/* CN */
.sprachen .sp_cn {
    background: url(../image/cn.png) left top no-repeat;
}

/* CZ */
.sprachen .sp_cz {
    background: url(../image/cz.png) left top no-repeat;
}

/* ES */
.sprachen .sp_es {
    background: url(../image/es.png) left top no-repeat;
}

/* FR */
.sprachen .sp_fr {
    background: url(../image/fr.png) left top no-repeat;
}

/*  IT */ 
.sprachen .sp_it {
    background: url(../image/it.png) left top no-repeat;
}

/*  PT */ 
.sprachen .sp_pt {
    background: url(../image/pt.png) left top no-repeat;
}

/*  SK */ 
.sprachen .sp_sk {
    background: url(../image/sk.png) left top no-repeat;
}

/*  TR */ 
.sprachen .sp_tr {
    background: url(../image/tr.png) left top no-repeat;
}

/* Sonderfall KR */ 
.sprachen .sp_kr {
    background: url(../image/kr.png) left top no-repeat;
}


.funktionen .suche {
    float: right;
    background: #575757;
    height: 40px;
    padding: 0 10px;
}

.quicklinks {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase; 
    font-family: 'Fira Sans', sans-serif, arial;
}

.quicklinks ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 13px 0 10px 10px;
    padding: 0;
    list-style: none;
}

.quicklinks ul li {
    float: left;
    margin: 0 20px 0 0;
}

/* -- Hauptnavi -- */
/* -- 2019-10-25 - Naviumbau -- */
.hauptnavi {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.3);
    font-size: 17px;
    line-height: 1.5em;
    text-transform: uppercase; 
    font-family: 'Fira Sans', sans-serif, arial;  
    transition: all 0.5s ease
}

.hauptnavi.dunkel {
    background: rgba(0,0,0,0.65);
}

.hauptnavi.dunkel .unternavi {
    background: rgba(255,255,255,0.95);
}

.hauptnavi .rahmen {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.hauptnavi ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hauptnavi ul li {
    float: left;
    margin: 0 20px 0 0; 
    position: relative;
}

.hauptnavi ul li a {
    padding: 35px 10px 10px 10px;
    display: block;
}

.hauptnavi ul li.act a, .hauptnavi ul li:hover a {
    background: rgba(0,0,0,0.4);
}

.unternavi {
    position: fixed;
    top: 111px;
    left: 0;
    background: rgba(255,255,255,0.85);
    width: 100% !important;
    display: none;
    padding: 0;
    box-shadow: 0 0 60px rgba(0,0,0,0.3);
}

.unternavi .rahmen {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.hauptnavi ul li.ifsub:hover .unternavi {
    display: block;
}

.hauptnavi ul li .unternavi ul {
    background: none;
    width: 100%;
    padding: 0;
    float: left;
    clear: both;
    margin: 0 0 0 0;
}

.hauptnavi ul li .unternavi ul li {
    float: left;
    margin: 0;
}

.hauptnavi ul li .unternavi ul li a {
    padding: 20px 15px;
    display: block;
    background: none;
    color: #6B6B6B;
}

.hauptnavi ul li .unternavi ul li.act a, .hauptnavi ul li .unternavi ul li:hover a {
    color: #e42c2a;
}

.hauptnavi ul li .unternavi ul li.ifsub {
    position: relative; 
}


.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 {
    position: absolute;
    top: 65px;
    left: 0px;
    display: none;   
    font-size: 15px;
    text-transform: none; 
    border: 0;
    padding: 10px 15px 8px 15px;
    margin: 0;
    width: 250px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 30px 30px rgba(0,0,0,0.3);
}

.hauptnavi ul li .unternavi ul li.ifsub:hover .ebene3 {
    display: block;
}

.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 0 2px 0;
    padding:  0;
}

.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3 li a {
    display: block;
    margin: 0;
    padding: 0;
}

/* -- 2019-10-21 - Hauptnavigation umgebaut. Es soll die Seite direkt geladen werden und nicht mehr die Unternavi aufklappen. -- */
/*.hnavi &gt; li.ifsub::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}   */

/* -- 2019-10-21 - Hauptnavigation umgebaut. Es soll die Seite direkt geladen werden und nicht mehr die Unternavi aufklappen. -- 
.closebutton {
    position: absolute;
    /*top: 140px;* /
    /*right: 4%;* /
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) center center no-repeat rgba(255,255,255,0.85);
    background-size: 30px 30px; 
    cursor: pointer;
    /*display: none;* /
    display: block;
}*/
/*
.unavioffen {
    position: absolute;
    bottom: -40px;
    left: 50% !important;
    margin-left: -20px !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(0,0,0,0.3);
    background-size: 30px 30px; 
    cursor: pointer;
    display: none;
    box-shadow: inset 0 -10px 30px rgba(0,0,0,0.4);
}


.unavioffen &gt; span {
    background-color: rgba(255, 255, 255, 0.7);
    height: 2px;
    left: 7px;
    margin-top: 0px;
    position: absolute;
    top: 20px;
    width: 26px;  
}

.unavioffen &gt; span::before {
    content: '';
    display: block;
    width: 26px;  
    height:  2px;
    position: absolute;
    left: 0px;
    top: -7px;
    background: rgba(255, 255, 255, 0.7);
}

.unavioffen &gt; span::after {
    content: '';
    display: block;
    width: 26px;  
    height:  2px;
    position: absolute;
    left: 0px;
    top: 7px;
    background: rgba(255, 255, 255, 0.7);;
}

.unavioffen:hover &gt; span, .unavioffen:hover &gt; span::before, .unavioffen:hover &gt; span:after {
    background-color: rgba(255, 255, 255, 1);
}

.hauptnavi.dunkel .unavioffen {
    background: rgba(0,0,0,0.65);
}

*/

/* -- 2019-10-21 - Hauptnavigation umgebaut. Es soll die Seite direkt geladen werden und nicht mehr die Unternavi aufklappen. -- */
/*
.hauptnavi ul li.act .unternavi {
    display: none;
}
*/

/*
.hauptnavi ul li.act .unternavi {
    display: block;
}

.hauptnavi ul li .unternavi ul li {
    float: none;
}

.hauptnavi ul li .unternavi ul {
    background: none;
    width: auto;
    padding: 0 10px 0 0;
    border-right: 1px solid #cfd1cd;
}

.hauptnavi ul li .unternavi ul li a {
    padding: 10px 30px 7px 10px;
    display: block;
    background: none;
    color: #6B6B6B;
    border-top: 1px solid #cfd1cd;
}

.hauptnavi ul li .unternavi ul li:first-child a {
    border-top: none;
}
*/


/*
.hauptnavi ul li .unternavi ul li:first-child a {
    border-top: none;
}

.hauptnavi ul li .unternavi ul li.act a, .hauptnavi ul li .unternavi ul li:hover a, .hauptnavi ul li .unternavi ul li.clickact a {
    color: #e42c2a;
}



.hauptnavi ul li .unternavi ul li.ifsub .unterpfeil {
    position: absolute;
    width: 50px; 
    background: url(../images/navipfeil.png) 10px 14px no-repeat;
    top: 1px;
    bottom: 0;
    right: -30px;
    cursor: pointer;
}

.hauptnavi ul li .unternavi ul li.ifsub ul.ebene3, .hauptnavi ul li.act .unternavi ul li.ifsub ul.ebene3 {
    position: fixed;
    top: 140px;
    left: 0;
    display: none;   
    font-size: 15px;
    text-transform: none; 
    border: 0;
    padding: 0px;
    margin: 0;
    width: 500px;  
}
*/
/* -- 2019-10-21 - Hauptnavigation umgebaut. Es soll die Seite direkt geladen werden und nicht mehr die Unternavi aufklappen. -- */
/*.hauptnavi ul li .unternavi ul li.ifsub.act ul.ebene3 {
    display: block;
}

.hauptnavi ul li .unternavi ul li ul li {
    margin: 2px 0;
}

.hauptnavi ul li .unternavi ul li.ifsub ul li a {
    margin: 0;
    padding: 0;
    color: #6B6B6B;
    border: 0;
}

.hauptnavi ul li .unternavi ul li.ifsub ul li.act a, .hauptnavi ul li .unternavi ul li.ifsub ul li:hover a {
    color: #e42c2a;
}
*/
/* -- Mobile Navi -- */
.mob_button {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.mob_button span {
    background-color: #FFFFFF;
    height: 3px;
    left: 8px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0.3s;
    width: 25px;
}

.mob_button span::after, .mob_button span::before {
    backface-visibility: hidden;
    background-color: #FFFFFF;
    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);
}

/* -- Headerbild -- */
.headerbildbereich {
    width: 100%;
    height: 120px;
    float: left;
    clear: both;
    margin: 40px 0 0 0;
    padding: 0;  
    overflow: hidden;
    position: relative;
}

.headerbildbereich .frame {
    opacity: 0;
}

.headerbildbereich.mitbild {
    height: 470px;
}

.headerbildbereich .rahmen {
    width: 100%;
    max-width: none;
    margin: 0;
}

.headerbildbereich .ce-gallery, .headerbildbereich .ce-column, .headerbildbereich .image {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

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

.headerbildbereich.start {
    height: 640px !important;
}


.headerbildbereich.start .frame {
    position: relative;
    height: 640px !important;
}


.headerbildbereich .frame::after {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    width: 100%;
    height: 647px;
    position: absolute;
    z-index: 2;
}

.headerbildbereich .ce-bodytext {
    position: absolute;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    left: 4%;
    bottom: 15%;
    z-index: 3;
}

.headerbildbereich .ce-bodytext h3, .headerbildbereich .ce-bodytext h4 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    text-transform: uppercase;
}

.headerbildbereich .ce-bodytext h4 {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
}

.headerbildbereich.start .ce-bodytext h3 {
    font-size: 50px;
    line-height: 1.0em;
}

.headerbildbereich.start .ce-bodytext h4 {
    font-size: 80px;
    line-height: 1.0em;
}

/* -- NEU: 2023-05-22 - wegen UIC Headerslider dots -- */
.headerslider .owl-dots {
    display: none !important;
}


.nachunten {
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url(../image/arrow.png) left top no-repeat #e42c2a;
    cursor: pointer;
    z-index: 5;
}

/* -- Breadcrumbs -- */
.breadcrumbs {
    width: 100%;
    float: left;
    clear: both; 
    margin: 20px 0 0 0;  
    font-size: 14px; 
}

.breadcrumbs &gt; .rahmen {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.breadcrumbs a {
    color: #6B6B6B;
    text-decoration: none;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    clear: both;
}

.breadcrumbs ul li {
    float: left;
    margin: 0 5px 0 1em;
    position: relative;
}

.breadcrumbs ul li::before {
    content: '-';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    width: 1em;
    height: 10px;
}

.breadcrumbs ul li:first-child {
    margin-left: 0;
}

.breadcrumbs ul li:first-child::before {
    display: none;
}

/* -- Inhalt -- */
.inhaltsbereich {
    width: 100%;
    min-height: 300px;
    float: left;
    clear: both;
    margin: 20px 0 150px 0; 
    position: relative;

}

.headerbildbereich.start + .inhaltsbereich {
    margin-top: 50px;
}

.inhaltsbereich a {
    color: #e42c2a;
    text-decoration: none;
}

.inhaltsbereich a[href^="tel:"] {
    color: #6B6B6B;
    font-weight: 400 !important;
}

.inhaltsbereich ul {
    list-style: none;
    margin: 10px 0;
    padding-inline-start: 18px;
}

.inhaltsbereich ul li ul {
    margin: 0;
    padding-inline-start: 0;
}


.inhaltsbereich ul li {
    position: relative;
    padding-left: 15px;
}

.inhaltsbereich ul li::before {
/*    content: "\25AA";  
    color: #e42c2a;
    font-weight: bold; 
    display: inline-block;
    width: 1em; 
    margin-left: -1em; 
    font-size: 26px;
    vertical-align: top;
    line-height: 20px;
    text-align: center;
*/
    content:'';
    background: #e42c2a;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
}

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

/*
.inhaltsbereich .video-embed {
    position: relative;
}

.inhaltsbereich .video-embed a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}

.inhaltsbereich .video-embed a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -29px; 
    background: url(../images/play.png) left top no-repeat;
    width: 58px;
    height: 66px;
}
*/
.inhaltsbereich a:hover {
    font-weight: 700;
}

.frame {
    width: 100%;
    float: left;
    clear: both;
}

.inhaltsbereich &gt; .frame &gt; .rahmen, .inhaltsbereich .jobs_filterbox .rahmen, .inhaltsbereich .jobs_tablebox .rahmen {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.inhaltsbereich &gt; .frame.frame-inhaltvollebreite &gt; .rahmen {
    width: 100%;
    max-width: none;
    margin: 0;
}

/* -- Footer -- */
.footer {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.4em;
}

.footer .rahmen {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.footer .rahmen .rahmen {
	width: 100%;
    max-width: none;
    margin: 0;
    position: static;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .ce-gallery {
	margin: 0;
}

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

.nachoben {
    position: absolute;
    top: -70px;
    right: 0;
    width: 33px;
    height: 33px;
    background: url(../image/totop.png) left top no-repeat;
    cursor: pointer;   
}

.footer_oben {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 20px 0;
    background: #6B6B6B;
}

.footer_oben .frame-default.frame-type-textmedia ul {
    float: left;    
    width: 30%;
}

.footer_oben .frame-default.frame-type-textmedia ul:first-child {
    margin-right: 2%;
}

.footer_oben .frame-type-menu_sitemap_pages ul {
    width: 100%;
    text-align: right;
}

.footer_oben .frame-type-menu_sitemap_pages ul li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
}

.footer_oben .frame-type-menu_sitemap_pages ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -5px;
    width: 1px;
    background: #FFFFFF;
    height: 12px;
}

.footer_oben .frame-type-menu_sitemap_pages ul li:first-child::before {
    display: none;
}

.footer_oben h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4em;
    color: #FFFFFF;
}

.footer_unten {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 15px 0;
    background: #444444;
}

.footer_icon {
    width: 50%;
    float: left;
    text-align: left;
}



.footer_copyright {
    width: 50%;
    float: right;
    text-align: right;
}


/* -- NEU: 2023-07-14 -- */
.footer #cookie_einstellungen {
    float: right;
    clear: both;
    font-size: 13px;
    line-height: 1.2em;
    padding: 7px 10px 7px 10px;

}

/* -- News &amp; 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: #FFFFFF;    
    box-shadow: inset 0 0 1px #000;
}

.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: #6B6B6B;
}

.newsbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.inhaltsbereich .page-navigation {
    width: 96%;
    float: left;
    clear: both;
    margin: 15px 0 0 0;
    background: #e7e7e7;
    padding: 5px 2%;
    list-style: none;
    text-align: center;
}
/* -- NEU: 2023-03-24 -- */
/*
.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;
}
*/

.inhaltsbereich .news .page-navigation li::before {
    display: none;
}

/* -- NEU: 2024-04-24 -- */
.news .page-navigation ul li.first,
.news .page-navigation ul li.last {
    display: none; 
}

.inhaltsbereich .news .page-navigation li {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.news .page-navigation li a {
    color: #6B6B6B;
    text-decoration: none;
}

.news .page-navigation 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: 15px 0 0 10px;    
    display: inline-block;
    vertical-align: top;
}

.news-listslider-container button.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #b5b5b5;
    margin: 0 2px;
}

.news-listslider-container button.owl-dot.active {
    background: #e42c2a;
}

.news-listslider-container .owl-nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
}

.news-listslider-container .owl-nav button.owl-prev, 
.news-listslider-container .owl-nav button.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 button.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 &gt; .frame-type-list .news .news-listslider-container .newsbox .article {
  max-width: 32%;
}

.inhaltsbereich &gt; .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 &gt; a  {
    position: relative;
}

.news-listslider-container .article .news-img-wrap &gt; 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 &gt; a &gt; 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: #6B6B6B;
    font-family: "Roboto",sans-serif,arial;
}

.news-listslider-container .news-content a {
    color: #6B6B6B;
    text-decoration: none;
    transition: all 0.5s ease
}

.news-listslider-container .article:hover {
    background: #e42c2a;
}

.news-listslider-container .article:hover .news-img-wrap &gt; a &gt; 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;
}

.news-list-container .article {
    width: 32%;
    float: left;
    margin: 0 0 30px 2%;
    background: #e7e7e7;
    position: relative;
    transition: all 0.5s ease;    
    opacity: 0;
    padding: 0;
}

.news-list-container .article:nth-child(3n+1) {
    margin: 0 0 20px 0;
}

.news-list-container .news-list-date {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: #e42c2a;
    color: #FFFFFF;
    padding: 2px 5px;
    font-size: 12px;
}

.news-list-container .article .news-img-wrap &gt; a {
    position: relative;
}

.news-list-container .article .news-img-wrap &gt; a &gt; img {
    transition: all 0.5s ease;
    transform: scale(1.05);
}
  
.news-list-container .article .news-img-wrap &gt; a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 1px #000;
}

.news .news-list-container .article .news-img-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    overflow: hidden;
    max-height: 250px;
}

.news .news-list-container .article .news-img-wrap .no-media-element, .news .news-list-container .article .news-img-wrap .no-media-element &gt; a {
    height: 250px;
}

.news-list-container .no-media-element a img {
    position: relative;
    top: 50%;
    margin-top: -80px;
}

.news-list-container .news-content {
    width: 90%;
    padding: 15px 5% 0 5%;
    float: left;
    clear: both;
    position: relative;
}

.news-list-container .news-content h3 {
    margin: 0 0 10px 0;
    color: #6B6B6B;
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4em;
    /* max-width: 86%; */
    max-width: 75%;
}

.news-list-container .news-content h3 a {
    font-weight: 700 !important;
}

.news-list-container .news-content a {
    color: #6B6B6B;
    text-decoration: none;
    transition: all 0.5s ease;
}

.news-list-container .article:hover {
    background: #e42c2a;
}

.news-list-container .article:hover .news-list-date {
    background: rgba(0,0,0,0.2);
}


.news-list-container .article:hover .news-img-wrap &gt; a &gt; img {
    transform: scale(1);
}

.news-list-container .article:hover .news-content a {
    color: #FFFFFF;
    font-weight: 400;
}

/* 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: #e42c2a;
}

.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: 25px;
    height: 25px;
    background-size: 25px;
    overflow: hidden;
    cursor: pointer;
}

.events_extlink  ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 100%;
}

.events_extlink  ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.events_extlink ul li::before {
    display: none;
}

.events_extlink  ul li a {
    display: block !important;
    text-indent: -999px;
}

.news-list3-container .eventbereich h3, .news-list3-container .eventbereich h3 a {
    margin: 0;
    color: #6B6B6B;
    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: #6B6B6B;
    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 h1 {
    margin-bottom: 5px;
    color: #e42c2a;
    font-weight: 700;
    font-size: 24px;
}

.news.news-single .article .teaser-text {
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    margin: 0 0 20px 0;
    font-size: 24px; 
    font-weight: 300;
    line-height: 1.2em;
    color: var(--hellgrau);
}

.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: #6B6B6B;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s ease;
}

.news-backlink-wrap:hover a {
    background: #e42c2a;
    color: #FFFFFF;
}

.news.news-single .news-text-wrap {
    width: 100%;
    float: left;
    clear: both;
}

/* -- NEU: 2024-01-20 -- */
/*
.news.news-single .news-list-date {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: none;
} */
.news.news-single .article .news-list-date {
    display: block;
    margin: 30px 0 10px 0;
    color: var(--hellgrau);
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
    line-height: 1.6em;
}

.news.news-single .article h1 {
    margin-top: 0;
}

.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: #6B6B6B;
    text-align: left;
    z-index: 2;
}

.news.news-single .owl-nav {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    text-align: right;
}

.news.news-single button.owl-prev, 
.news.news-single button.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 button.owl-next {
    background: url(../image/owl-next.png) left top no-repeat;
}

/* -- Rahmen -- */
.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen {
    width: 96%;
    background: #000000;
    position: relative;
    margin: 0 0 30px 0;
    box-shadow: 0 0 1px #000;
    overflow: hidden;
}

.frame-teaser .rahmen &gt; a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.frame-teaser .ce-gallery {
    width: 100%;
    float: left;
    clear: both;
}

.frame-teaser .ce-gallery img {
    opacity: 0.7;
    transform: scale(1.05);
    transition: all 0.5s ease
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen header {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    width: 80%;
    padding: 0 10%;
    opacity: 0;
    transition: all 0.5s ease
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen header h3 {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    font-size: 40px;
    font-weight: 700;
}

.frame-teaser .tx_cn-columns[data-cols="4"]  .row &gt; div &gt; .frame &gt; .rahmen header h3 {
    /*font-size: 34px;
    line-height: 1.2em;*/
  font-size: 26px;
  line-height: 1.1em;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen header h3 a {
  color: #FFFFFF;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen .ce-bodytext {
    position: absolute;
    left: 0;
    opacity: 0;
    font-size: 17px;
    font-weight: 400;
    width: 80%;
    margin: 10px 10%;
    color: #FFFFFF;
    bottom: 10px;
    transition: all 0.5s ease;
    text-shadow: 0 0 10px #000000;
    line-height: 1.2em;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen .ce-bodytext h3 {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-shadow: 0 0 1px #000000;
}

.frame-teaser .tx_cn-columns[data-cols="4"]  .row &gt; div &gt; .frame &gt; .rahmen .ce-bodytext h3 {
    /*font-size: 34px;
    line-height: 1.2em;*/
  font-size: 24px;
  line-height: 1.1em;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen .ce-bodytext p {
    margin: 0;
}

.frame-teaser .tx_cn-columns[data-cols="4"]  .row &gt; div &gt; .frame &gt; .rahmen .ce-bodytext p {
  font-size: 14px;
  line-height: 1.1em;
  
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen .ce-gallery {
    margin: 0; 
    position: relative;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen .ce-gallery::after {
    content: '+';
    display: block;
    position: absolute;
    top: 0px;
    right: 5px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 30px;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen:hover .ce-bodytext {
    opacity: 1;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen:hover header {
    opacity: 0 !important;
}

.frame-teaser .row &gt; div &gt; .frame &gt; .rahmen:hover .ce-gallery img {
    opacity: 1;
    transform: scale(1);
}

.frame-grauerbg, .frame-teaserthemen {
    background: #e7e7e7;
    padding: 60px 0 60px 0;
}

.frame-teaserthemen .image {
  position: relative;
}

.frame-teaserthemen .image-caption {
  display: block;
  margin: 10px 0 0 0;
}

.frame-iconsred .ce-gallery {
    width: 100%;
    float: left;
    clear: both;
}

.frame-iconsred .ce-row {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.frame-iconsred .ce-column {
    background: #e42c2a;
    width: 90%;
    margin: 0  10% 0 0;
}

.frame-iconsred .ce-row:first-child .ce-column {
    margin-right: 0;
}

.frame-iconsred .ce-column .image {
    display: block;
    position: relative;
}

.frame-iconsred .ce-column .image img {
    width: 100%;
    height: auto;
}

.frame-iconsred .image-caption {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 60%;
    margin: 0 20%;
    text-align: center;
    color:#FFFFFF !important;
}

/* -- 2019-10-25 Zitate sollen nicht mehr so angezeigt -- */
/*
.inhaltsbereich .frame-zitate &gt; .rahmen {
    width: 96%;
    margin-left: 4%;
    max-width: none;
}

.frame-zitate &gt; .rahmen header {
    width: 92%;
    margin-right: 4%;
    background: url(../image/quote_red.svg) left top no-repeat;
    background-size: auto 64px; 
    padding-left: 4%
}

.frame-zitate &gt; .rahmen .ce-textpic {
    width: 100%;
    float: left;
    clear: both;
}

.frame-zitate &gt; .rahmen .ce-bodytext {
    width: 60%;
    float: left;
}

.frame-zitate &gt; .rahmen .ce-gallery {
    width: 35%;
    float: right;
    margin: 0;
}

.frame-zitate &gt; .rahmen .ce-gallery .ce-row, .frame-zitate &gt; .rahmen .ce-gallery .ce-column, .frame-zitate &gt; .rahmen .ce-gallery .image {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    display: block;
}

.frame-zitate &gt; .rahmen .ce-gallery img {
    width: 100%;
    height: auto;
    max-width: none;
}

.frame-zitate .ce-gallery .video {
    display: block;
    width: 100%;
}

.frame-zitate .ce-gallery .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.frame-zitate .ce-gallery .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.frame-zitate &gt; .rahmen header {
    width: 90%;
    margin-right: 4%;
    background: url(../image/quote_red.svg) left top no-repeat;
    background-size: auto 64px; 
    padding-left: 6%
}
/* -- Teaser Themen -- */
.frame-teaserthemen .ce-gallery {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    text-align: left;
}

.frame-teaserthemen .ce-gallery .ce-row {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 25%;
    margin-bottom: 20px;
}

.frame-teaserthemen .ce-gallery .ce-row img {
    width: 100%;
    max-width: none;
    height: auto;
    transform: scale(1.05);
    transition: all 0.5s ease;    
}

.frame-teaserthemen .ce-gallery .ce-row a:hover img {
    transform: scale(1);
}

.frame-teaserthemen .ce-gallery .ce-row.teaser4 {
    width: 25%; 
}

.frame-teaserthemen .ce-gallery .ce-row.teaser3 {
    width: 33.3%; 
}

.frame-teaserthemen .ce-gallery .ce-column {
    width: 94%;
    float: left;
    overflow: hidden;
    max-height: 250px;
}

.frame-teaserthemen .ce-gallery .ce-row.teaser3 .ce-column {
    max-height: 320px;
}

.frame-teaserthemen .ce-gallery a.zitat {
    background: #000000;
    display: block;
    position: relative;
}

.frame-teaserthemen .ce-gallery a.zitat::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    background: url(../image/quote.svg) left top no-repeat;
    height: 64px;
    width: 64px;
    background-size: auto 100%;
}

a[href$=".pdf"] {
  background: url(../image/pdf-icon-klein.png) left 3px no-repeat;
  padding: 0 0 0 24px;
  display: inline-block;
}

.frame-teaserthemen .ce-gallery a.zitat img {
    opacity: 0.65;
}

.frame-teaserthemen .ce-gallery figure {
    display: block;
}

.frame-teaserthemen .ce-gallery .video-embed, .inhaltsbereich .frame-default .ce-gallery.videogallery .video-embed {
    position: relative; 
    /*padding-bottom: 75%;*/
    height: 0; 
    overflow: hidden; 
    width: 100%;
    height: auto; 
}

.inhaltsbereich .frame-default .ce-gallery.videogallery[data-ce-columns="4"] .ce-column, .inhaltsbereich .frame-default .ce-gallery.videogallery[data-ce-columns="2"] .ce-column  {
    max-width: 24%;
    margin-bottom: 10px;
}

.inhaltsbereich .frame-default .ce-gallery.videogallery[data-ce-columns="3"] .ce-column  {
    max-width: 30%;
}

.frame-teaserthemen .ce-gallery .video-embed iframe, .inhaltsbereich .frame-default .ce-gallery.videogallery .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inhaltsbereich .frame-default .ce-gallery.videogallery, .inhaltsbereich .frame-default .ce-gallery.videogallery .ce-row, .inhaltsbereich .frame-default .ce-gallery.videogallery .ce-column, .inhaltsbereich .frame-default .ce-gallery.videogallery .video {
    width: 100%;

}

.inhaltsbereich .frame-default .ce-gallery.videogallery[data-ce-columns="1"] {
    max-width: 480px;
}




/* -- Button als Link --*/
.frame-buttonlink a {
    display: inline-block;
    width: auto;
    background: #e42c2a;
    color: #FFFFFF !important;
    padding: 10px 15px;
    font-weight: 400 !important;
    position: relative;
    transition: all 0.5s ease
}

.frame-buttonlink a::after {
    content: '';
    display: none;
    background: url(../image/arrow.png) -2px top no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(270deg);
}

.frame-buttonlink a:hover {
    padding-right: 35px;
}

.frame-buttonlink a:hover::after {
    display: block;
}

/* -- SUCHE -- */
.suchbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 8px 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;
}

.tx-indexedsearch-icon {
    display: none;
}

.tx-indexedsearch-form label {
    display: none;
}

.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,
.resp_suche {
    background: url(../image/lupe.png) center center no-repeat;
    border: 0;
    cursor: pointer;
    background-size: 16px 16px;
    width: 100%;
    height: 26px;
}

.suchemob,
.resp_suche {
    width: 26px;
    height: 26px;
    display: none;
    float: right;
    overflow: hidden;
    text-indent: -999px;
}

#tx-indexedsearch-searchbox-sword_top::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b5b5b5;
    opacity: 1; /* Firefox */
}
  
#tx-indexedsearch-searchbox-sword_top:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b5b5b5;
}
  
#tx-indexedsearch-searchbox-sword_top::-ms-input-placeholder { /* Microsoft Edge */
    color: #b5b5b5;
}

.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: #e42c2a;
    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: #6B6B6B;
    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;
}

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;
}

ul.tx-indexedsearch-browsebox li::before {
    display: none;
}

ul.tx-indexedsearch-browsebox li {
    display: inline-block;
    margin: 0 5px 5px 5px;
    vertical-align: top;
}

ul.tx-indexedsearch-browsebox li a {
    color: #6B6B6B;
    text-decoration: none;
}

.tx-indexedsearch-res {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
}

.tx-indexedsearch-res h3 {
    margin: 10px 0 0 0;   
}

/* -- Sitemap mit Bildern -- */
.inhaltsbereich .menu-mit-bildern {
    width: 100%;
    float: left;
    clear: both;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.inhaltsbereich .menu-mit-bildern li {
    display: block;
    width: 24%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 0.5%;
}

.inhaltsbereich .menu-mit-bildern li::before {
    display: none;
}

.inhaltsbereich .menu-mit-bildern li a {
    display: block;
    background: #000000;
    font-weight: 700 !important;
}

.inhaltsbereich .menu-mit-bildern li img {
    opacity: 0.7;
    transform: scale(1.05);
    transition: all 0.5s ease;
    display: block;
}

.inhaltsbereich .menu-mit-bildern .productlink {
    position: absolute;
    color: #FFFFFF;
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    font-size: 24px;
    font-weight: 700;
    top: 50%;
    margin-top: -1em;
    padding: 0 5%;
    width: 90%;
    text-align: center;
    text-shadow: 0 0 1px #000000;
}

.inhaltsbereich .menu-mit-bildern li:hover img {
    transform: scale(1);   
}

.productlinkob {
    display: block;
    background: #e42c2a;
    position: relative;
    margin: 8px 0;
}

.inhaltsbereich .menu-mit-bildern li .productlinkob a {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: none;
    padding: 20px 2%;
}

.frame-type-menu_subpages.frame-layout-1 header + ul, .frame-type-menu_pages.frame-layout-1 header + ul {
    margin-top: 0;
}

/* -- Bildergalerie - Thumbs -- */
.frame-thumbgalerie .ce-textpic {
    width: 90%;
    max-width: 800px;
    opacity: 0;
}

.frame-thumbgalerie .ce-gallery {
    width: 90%;
    float: left;
    clear: both;
    padding: 0 5% 0 5%;
    background: #dedede;
}

.frame-thumbgalerie .ce-gallery .image {
    margin: 0 auto;
}

.frame-thumbgalerie .ce-gallery .owl-nav {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.frame-thumbgalerie .ce-gallery .owl-nav .owl-prev, .frame-thumbgalerie .ce-gallery .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 100px;
    display: block;
    cursor: pointer;
    background: url(../image/prev.png) left top no-repeat;
    margin-top: -50px;
    background-size: 100% auto;
}

.frame-thumbgalerie .ce-gallery .owl-nav .owl-next {
    right: 0;
    left: auto;
    background: url(../image/next.png) left top no-repeat;
    background-size: 100% auto;
}

.frame-thumbgalerie .owl-thumbs {
    width: 100%;
    float: left;
    clear: both;
}

.frame-thumbgalerie .owl-thumbs .image-caption {
    display: none;
}

.frame-thumbgalerie .owl-thumbs .ce-row {
    max-height: 120px;
    overflow: hidden;
   position: relative;
}

.frame-thumbgalerie .owl-thumbs .ce-row .image {
    overflow: hidden;
}

.frame-thumbgalerie .owl-thumbs .ce-row .image img {
    display: block;
}

.frame-thumbgalerie .owl-thumbs .owl-dots {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    text-align: center;
}

/* -- Bildslider -- */
.frame-bildslider .ce-gallery {
    opacity: 0;
    max-height: 200px;
  text-align: center;
}

.frame-bildslider .owl-dots {
    width: auto;
  display: inline-block;
  vertical-align: top;
    margin: 30px 0 0 0;
    text-align: center;
}

.frame-bildslider .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #FFFFFF;
    margin: 0 2px;
    border: 1px solid #6B6B6B;
}

.frame-bildslider .owl-dot.active {
    background: #6B6B6B;
}


.frame-bildslider .owl-nav {
  	display: inline-block;
 	float: none;
  	width: auto; 
 	vertical-align: top;
 	margin: 25px 10px 0 0;
}

.frame-bildslider .owl-prev {
    display: inline-block;
  background: url(../image/owl-prev.png) left top no-repeat;
  width: 15px;
  height: 27px;
  text-indent: -999px;
  overflow: hidden;
vertical-align: top;
} 

.frame-bildslider .owl-next {
    display: inline-block;
  background: url(../image/owl-next.png) left top no-repeat;
  width: 15px;
  height: 27px;
  text-indent: -999px;
overflow: hidden;
 vertical-align: top;
margin: 0 0 0 5px;
} 

/* -- Sidebar -- */
.sidebarbox {
    position: absolute;
    right: -398px;
    /*top: 10%;*/
  top: 300px;
    z-index: 6;
    opacity: 0;
}

.sidebarbox &gt; .frame {
    margin-bottom: 10px;
}

.sidebarbox &gt; .frame .ce-textpic, .sidebarbox &gt; .frame .news, .sidebarbox &gt; .frame .tx-cn-str-jobs {
    width: 456px;
    position: relative;
}

.sidebarbox &gt; .frame .ce-gallery {
    background: #e42c2a;
    margin: 0;
    width: 56px;
    height: 54px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

/* -- News -- */
.sidebarbox &gt; .frame  .news .ce-gallery {
    background-image: url('../image/sidebar_news.png');
    background-size: 100% auto;
}

/* -- Jobmodul -- */
.sidebarbox &gt; .frame  .tx-cn-str-jobs .ce-gallery {
    background-image: url('../image/sidebar_jobs.png');
    background-size: 100% auto;
}

.sidebarbox &gt; .frame .ce-bodytext, .sidebarbox &gt; .frame .news .newsbox  {
    background: #FFFFFF;
    box-shadow: inset 0 0 20px #dadada;
    width: calc(90% - 56px);
    padding: 10px 5%;
    margin-left: 56px;
    height: 34px;
    float: left;
    clear: both;
  font-size: 14px;
  line-height: 1.3em;
}

.sidebarbox &gt; .frame .ce-bodytext a , .sidebarbox &gt; .frame .news .newsbox a { 
 text-decoration: none;
  color: #6B6B6B;
}

.sidebarbox &gt; .frame .ce-bodytext a:hover , .sidebarbox &gt; .frame .news .newsbox a:hover {
   font-weight: 700;
   color: #6B6B6B;
} 

.sidebarbox &gt; .frame .open.ce-textpic .ce-bodytext, .sidebarbox &gt; .frame .open.news .newsbox {
    height: auto !important;
}

.sidebarbox &gt; .frame .open.tx-cn-str-jobs .ce-bodytext {
    min-height: 34px !important
}

.sidebarbox &gt; .frame .news .article {
    width: 100%;
    float: left;
    clear: both;
    margin: 8px 0;
    padding: 0;
}

.sidebarbox &gt; .frame .news .article .news-content {
    width: 100%;
    float: left;
    clear: both;
    margin: 0; 
    padding: 0;
}

.sidebarbox &gt; .frame .news .article .news-list-date {
    font-size: 14px;
    display: block;
    line-height: 1.2em;
}

.sidebarbox &gt; .frame .news .article h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
}

.sidebarbox &gt; .frame .ce-bodytext header h3 {
  	margin: 0 0 10px 0;
}

.sidebarbox &gt; .frame .news .article h3 a {
    color: #6B6B6B;
    text-decoration: none;

}

.sidebarbox &gt; .frame .news .article h3:hover a, .sidebarbox .tx_cnstjobs_kurz:hover a, .sidebarbox .tx_cnstrjobslistenansicht:hover {
    color: #e42c2a;
}

.sidebarbox .tx_cnstjobs_kurz {
    width: 100%;
    float: left;
    clear: both;
    margin: 3px 0;
}

.sidebarbox .tx_cnstjobs_kurz a {
    color: #6B6B6B;
    text-decoration: none;
    font-weight: 700;
}

.sidebarbox .tx_cnstrjobslistenansicht {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
    color: #6B6B6B;
    text-decoration: none;
}

.sidebarbox .ce-bodytext ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebarbox .ce-bodytext ul li {
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #B2B2B2;
}

.sidebarbox .ce-bodytext ul li:last-child {
  border-bottom: 0;
}


/* -- Formular --*/
.tx-powermail, .powermail_form {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.powermail_fieldset {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 30px 0;
    padding: 0;
    border: 0;    
}

.powermail_fieldset.layout1 {
    width: 48%;
    clear: none;
}

.powermail_fieldset.layout2 {
    width: 48%;
    clear: none;
    float: right;
}

.powermail_fieldset.layout2 + .powermail_fieldset.layout1 {
    clear: left;
}

.powermail_legend {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 24px;
    color: #e42c2a;
    font-weight: 700;
    font-family: 'Roboto Condensed', 'Roboto Condensed_neu', sans-serif, arial;
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
}

.powermail_fieldwrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
}

.powermail_label {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 5px 0;
}

.mandatory {
    color: #e42c2a;
}

.powermail_field {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;    
    position: relative;
}

.powermail_input, .powermail_date, .powermail_select, .powermail_file, .powermail_textarea,
.powermail_country {
    width: 98%;
    padding: 5px 1%;
    border: 0;
    box-shadow: 0 0 0 1px #bbbbbb;
    font-family: "Roboto",sans-serif,arial;
    font-size: 16px;
    color: #6B6B6B;
    box-sizing: initial;
}

.powermail_textarea {
    resize: none;
}

/* .powermail_date {
    width: 48%;
} */

.inhaltsbereich .parsley-errors-list,
.inhaltsbereich .powermail-errors-list {
    font-family: "Roboto",sans-serif,arial;
    font-size: 12px;
    color: #e42c2a; 
    margin: 0;
    padding: 0;
    list-style: none !important;
    position: absolute;
    top: 0;
    right: 1%;
    text-align: right;
}

.powermail_fieldwrap_type_date .powermail-errors-list {
    right: 30px;
}

.inhaltsbereich ul.parsley-errors-list li {
    padding: 0;
}

.inhaltsbereich .parsley-errors-list li::before,
.inhaltsbereich .powermail-errors-list li::before {
    display: none;
}

.checkbox.parsley-error,
.checkbox.powermail_field_error {
    margin-bottom: 30px;
}

.checkbox.parsley-error + .powermail_field_error_container .parsley-errors-list,
.checkbox.powermail_field_error + .powermail_field_error_container .powermail-errors-list {
    right:  auto;
    left: 0;
    bottom: 0;
    top: auto;
}

.powermail_select.parsley-error + .powermail_field_error_container .parsley-errors-list,
.powermail_select.powermail_field_error + .powermail_field_error_container .powermail-errors-list {
    right: 3%;
}

.powermail_submit {
    background: #e42c2a;
    color: #FFFFFF;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-family: "Roboto",sans-serif,arial;
    font-size: 18px;
    line-height: 1.6em;
}
/* -- Rahmen Imageflip -- */
.frame-imageflip h2 {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
}
.frame-imageflip {
    width: 100%;
    float: left;
    clear: both;
}

.frame-imageflip &gt; .rahmen &gt; .frame {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    float: none;
    margin: 0 0 40px 0;
    cursor: pointer;
}

.frame-imageflip &gt; .rahmen &gt; .frame &gt; .rahmen {
    width: 90%;
   margin: 0 0 0 5%;
}

.frame-imageflip &gt; .rahmen &gt; .frame .ce-textpic {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}

.frame-imageflip &gt; .rahmen &gt; .frame .ce-gallery {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.5s ease;
}

.frame-imageflip &gt; .rahmen &gt; .frame .ce-textpic:hover .ce-gallery {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    opacity: 1; 
}

.frame-imageflip &gt; .rahmen &gt; .frame .ce-bodytext {
    width: 80%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0px 10%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    background: #ED1B24;
    line-height: 1.4em;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.frame-imageflip &gt; .rahmen &gt; .frame .ce-bodytext a {
    color: #FFFFFF;
    text-decoration: none;
}

.flippertextbox {
    margin-top: 50px;
}

/* -- flipper -- */
/* entire container, keeps perspective */
.frame-imageflip .flipcontainer {
	perspective: 1000px;
}

/* flip the pane when hovered */
.frame-imageflip .flipcontainer.hover .flipper {
	transform: rotateY(180deg);
}

.frame-imageflip .flipcontainer, .front, .back {
	width: 100%;
	height: 100%;
}

/* flip speed goes here */
.frame-imageflip .flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.frame-imageflip .front, .frame-imageflip .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.frame-imageflip .front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.frame-imageflip .back {
	transform: rotateY(180deg);
	transition: all 0.5s ease;
	opacity: 0;
}

.back.showback {
	z-index: 3;
	backface-visibility: visible;
	-moz-backface-visibility: visible;
	-webkit-backface-visibility: visible;
	opacity: 1;
	top: -1px;
}

.frame-imageflip .back.showback.csc-textpic-caption a {
	pointer-events: auto;
}

.front.hidefront {	
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* -- Multicontent -- */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 8px 3% 8px 1%;
    width: 96%;
    float: left;
    clear: both;
    position: relative;
}

.cnmc-accordion {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #B2B2B2;
    font-weight: 400;
    color: #FFFFFF;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #6B6B6B;
    font-weight: 400;
    color: #FFFFFF;
}

.ui-accordion-content {
    width: 98%;
    padding: 20px 1% 5px 1%;
    float: left;
    clear: both;
    box-shadow: inset 0 0 2px #aaa;
}

.ui-accordion-header-icon {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 7px;
    right: 1%;
    background: url(../image/plus.png) left top no-repeat;
}

.ui-accordion-header-active.ui-state-active .ui-accordion-header-icon {
    background: url(../image/minus.png) left top no-repeat;
}

/* -- Hochzählen -- */
.frame-hochzaehlen &gt; .rahmen &gt; .frame {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.frame-hochzaehlen &gt; .rahmen &gt; .frame &gt; .rahmen {
	width: 80%;
  margin: 0 10%;
}

.frame-hochzaehlen h3 {
  font-size: 70px;
  line-height: 1.2em;
  border-bottom: 1px solid #e42c2a;
  margin: 20px 0 20px 0;
  padding: 0 0 5px 0;
  color: #e42c2a;
  opacity: 0;
}

.frame-projektebox &gt; .rahmen &gt; .frame {
  width: 32%;
  display: inline-block;
  float: none;
  clear: none;
  margin: 0 0 25px 0;
  vertical-align: top;
}

.frame-projektebox &gt; .rahmen &gt; .frame:nth-child(3n+2){
  margin-left: 2%;
  margin-right: 2%;
}

.frame-projektebox &gt; .rahmen &gt; .frame &gt; .rahmen {
  width: 90%;
  padding: 20px 5%;
  background: rgb(231, 231, 231);
  opacity: 0;
}

.frame-projektebox &gt; .rahmen &gt; .frame &gt; .rahmen h3 {
  margin: 0;
  font-size: 15px;
}

.frame-projektebox &gt; .rahmen &gt; .frame &gt; .rahmen h4 {
  margin: 0 0 20px 0;
  display: block;
  font-size: 20px;
  color: #e42c2a;
  font-weight: 700;
  line-height: 1.2em;
}

/* -- Historie -- */
.frame-geschichtebox &gt; .rahmen {
  width: 90% !important;
-webkit-column-count: 3;
-webkit-column-gap: 2em;
-webkit-column-fill: balance;
-moz-column-count: 3;
-moz-column-gap: 2em;
column-count: 3;
column-gap: 2em;
column-fill: balance;

}

.frame-geschichtebox .frame {
	margin: 0 0 20px 0;
    display: block;
   vertical-align: top;
  float: none;
  clear: none;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
    
}

.frame-geschichtebox .frame .ce-textpic {
  background: #e7e7e7;
  width: 90%;
  padding: 20px 5%;
  margin-top: -12px;
  
}

.frame-geschichtebox .frame h2 {
  margin: 0 5%;
  width: 90%;
  font-size: 48px;
  font-weight: 400;
}

/* -- IE11 Hacks -- */
*::-ms-backdrop, .frame-zitate &gt; .rahmen header {
    background-size: 64px 64px !important;
}

*::-ms-backdrop, .inhaltsbereich img {
    width: 100%;
    height: auto;
}

*::-ms-backdrop, .news-list-container .news-content {
    min-height: 150px;
}

.frame-chronik {
  float: none;
  clear: both;
  display: table;
  width: 80%;
  max-width: 800px;
  margin: 0 auto 50px;
}

.frame-chronik:nth-child(odd) {
  text-align: right;
}

.frame-chronik:nth-child(odd) ul {
  text-align: left;
}

.frame-chronik h2 {
  margin: 0 0 20px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e42c2a;
}

.frame-referenzen .tx_cn-columns .frame-type-textmedia {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #e7e7e7;
}

.frame-referenzen .frame-type-textmedia .ce-gallery, .frame-referenzen .frame-type-textmedia .ce-column, .frame-referenzen .frame-type-textmedia .image {
  width: 100%;
  float: left;
  clear: both;
}

.frame-referenzen .frame-type-textmedia .ce-gallery img {
  width: 100% !important;
  height: auto !important;
}

.frame-referenzen .frame-type-textmedia .ce-bodytext {
  width: 90%;
  float: left;
  clear: both;
  padding: 20px 5%;
}

.frame-referenzen .frame-type-textmedia .ce-bodytext h2, .frame-referenzen .frame-type-textmedia .ce-bodytext h3 {
    margin: 0 0 0.8em 0;
}


a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background: #e42c2a !important;
  border: 1px solid #e42c2a !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #444444 !important;
    border: 1px solid #444444 !important;
}


/* -- media consent -- */
/* -- NEU: 2022-09-28 -- */
/*
.giveconsent {
  display: none;
}

.giveconsent.show {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}

.giveconsent.show p {
  float: left;
  clear: both;
  width: 100%;
}

.mediaconsent {
  display: inline-block;
  padding: 7px 10px;
  background: rgba(0,0,0,0.2);
  cursor: pointer;
  float: left;
  clear: both;
}

iframe[data-src] {
  background: rgba(0,0,0,0.2);
}

.subheader .giveconsent.show {
  color: #fff;
  margin-top: 20px;
}

.subheader .mediaconsent {
  background: rgba(255,255,255,0.2);
}

.subheader iframe[data-src] {
  background: rgba(255,255,255,0.2);
}
*/
/* -- NEU: 2021-06-17 - Streicher Jobs -- */
.iframejobs_liste {
    width: 100%;
    height: 600px;
    border: 0;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 20px #dadada;  
}
    
.iframejobs_bewerbung {
    width: calc(400px - 40px);
    height: 180px;
    border: 0;
    float: left;
    clear:both;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: inset 0 0 20px #dadada;
    padding: 10px 20px;
}

.repsda {
    display: none;
}

.frame-initiativbewerbung {
    position: relative;
}

.frame-initiativbewerbung .btn_jobs {
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    background-image: url(../image/sidebar_jobs.png);
    background-size: 100% auto;
    background-color: #e42c2a;
    left: -56px;
    cursor: pointer;
}

/* -- NEU: 2022-03-21 -- */
.ce-gallery figcaption {
    margin-top: 5px;
    line-height: 1.3em;
}

/* --NEU: 2022-09-28 -- */
.tx_cn-multicontent .mediaconsent {
    width: 100%;
}

iframe {
    border: 0;
}

.ce-gallery.videocontainer .video[data-type="external"] {
    background: #EEE;
}

.video-embed .video-defer {
    opacity: 1;
}

.ce-gallery.videocontainer {
    width: 100%;
	float: left;
	clear: both;  
}

.ce-gallery.videocontainer .video-column {
    width: 100%;
    float: left;
}

.ce-gallery.videocontainer[data-ce-columns="1"] .video-column {
	width: 100%;
	float: left;
	clear: both;
}

.ce-gallery.videocontainer figure.video {
	display: block;
}

.video-embed iframe, 
.video-embed a.videoiframelink,
.iframevideo a.videoiframelink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed a.videoiframelink,
.iframevideo a.videoiframelink  {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -999px;
    display: none;
}

.loadiframenow a.videoiframelink,
.mediaconsent.loadok a.videoiframelink,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink {
    display: flex;
}

.video-embed a.videoiframelink::before,
.iframevideo a.videoiframelink::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    background: #000;
    border-radius: 5px;
    transition: opacity 0.3s ease;
	box-shadow: 0 0 60px 0 #FFF;
	opacity: 0.8;
}

.video-embed a.videoiframelink:hover::before,
.iframevideo a.videoiframelink:hover::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink:hover::before {
	opacity: 0.9;
}

.video-embed a.videoiframelink::after,
.iframevideo a.videoiframelink::after,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -8px;
    z-index: 3;
}

.video[data-type="external"] .video-embed {
    padding: 0;
}

.videobox {
    padding-top: 56.25%;
    overflow: hidden;
}

.mediaconsent &gt; a.videoiframelink {
    display: none;
}

/* -- Iframe Video -- */
.iframevideo {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
}

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

.iframevideo + .mapsoverlay {
    background: rgb(245 245 245);
}

/* -- NEU: 2023-06-15 - Neuer Rahmen -- */
.frame-aufzaehlungohneabstand .ce-bodytext &gt; *:first-child {
    margin-top: 0;
}

.frame-aufzaehlungohneabstand .ce-left .ce-gallery {
    margin-right: 20px;
}

/* -- NEU: 2023-07-21 -- */
.modal-content .table-responsive {
	line-height: 1.3em;
}
</pre></body></html>