@font-face {
font-family: 'URW DIN Light';
src: url( ../fonts/Light/URWDIN-Light.eot);
src: url('../fonts/Light/URWDIN-Light.woff') format('woff'), /* Moderne Browser */
		url('../fonts/Light/URWDIN-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Light/URWDIN-Light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/Light/URWDIN-Light.svg#svgFontName') format('svg'); /* Ältere iOS-Geräte */
}
  
 @font-face {
font-family: 'URW DIN Bold';
src: url( ../fonts/Bold/URWDIN-Bold.eot);
src: url('../fonts/Bold/URWDIN-Bold.woff') format('woff'), /* Moderne Browser */
		url('../fonts/Bold/URWDIN-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Bold/URWDIN-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/Bold/URWDIN-Bold.svg#svgFontName') format('svg'); /* Ältere iOS-Geräte */
}

@font-face {
	font-family: 'Neo Tech Regular';
	src: url('../fonts/NeoTech/NeoTechStd-Regular.otf') format('opentype');
}

:root {
	--stadtmarketingrot: #e31f26;
	--schrift: #0e1c41;
	/* Farben 2022 */
	--tuerkis: #63bdb1;
	--orange: #ec7404;
	/* Farben 2024 */
	--orange24: #f47920;
	--senfgelb: #c8a518;
	--senfgelbdunkel: #b49518;
	--gruen: #579a43;
	--grassgruen: #549e73;
	--hellblau: #3570b7;
	--verlauf: ;
}

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

* {	
	outline: none;
} 

html {
	width: 100%; 
	min-height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	font-family: 'URW DIN Light', arial, sans-serif;
	font-size: 14px;
	font-weight: 400;	
	color: #0e1c41;
	margin: 0;
	padding: 0;
}

p {	
	margin: 0 0 10px 0;
}

strong {
	font-family: 'URW DIN Bold', verdana, arial;
}

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

#inhaltsbereich ul {
	list-style: none; 
	padding: 15px 0 15px 10px;
}

#inhaltsbereich li {
	margin-bottom: 10px;
	background: url(../images/aufzaehlung.png) left 2px no-repeat;
	padding: 0 0 0 17px;
}

h1 {
	font-family: 'Neo Tech Regular', 'URW DIN Light', arial, sans-serif;
	font-weight: normal; 
	font-size: 60px;
	color: #0d8f7d;	
	/* Anpassungen 2024 - BS 29.11.2023 */
	color: var(--senfgelb);
	text-transform: uppercase; 
	padding: 0;
	margin: 0 0 50px 0;
}

h2 {
	font-family: 'Neo Tech Regular', 'URW DIN Light', arial, sans-serif;
	font-weight: normal; 
	font-size: 60px;
	color: #0d8f7d;
	/* Anpassungen 2024 - BS 29.11.2023 */
	color: var(--senfgelb);
	text-transform: uppercase; 
	padding: 0;
	margin: 0 0 50px 0;
}

h2 span {
	float: left;
    clear: both;
    width: 100%;
    font-size: 50px;
}

#inhaltsbereich .ce-left.ce-intext .ce-gallery {
	margin-right: 40px;
}

#inhaltsbereich .ce-right.ce-intext .ce-gallery {
	margin-left: 40px;
}

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

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

.cn_multicontent_teaser {
	margin-bottom: 30px;
}

.tx_cn-columns[data-cols="2"] .row > div:nth-child(odd) > div {
    margin: 0 4% 0 0;
}

.tx_cn-columns[data-cols="2"] .row > div:nth-child(even) > div {
    margin: 0 0 0 4%;
}

.tx_cn-columns[data-cols="2"] .row > div > div {
	width: 96%;
}

#inhaltsbereich > .frame-type-header > .rahmen > header {
	background: #0d8f7d;
	padding: 20px 5%;
	margin: 0;
	margin-left: -5px;
	display: inline-block;
	position: relative;
	transform: rotate(-3deg);
}

#inhaltsbereich > .frame-type-header.ce-headline-right > .rahmen > header {
	margin-left: 0;
	margin-right: -5px;
}
 
#inhaltsbereich > .frame-type-header > .rahmen > header h1,
#inhaltsbereich > .frame-type-header > .rahmen > header h2 {
	color: #FFFFFF;
	margin: 0;
}

h3 {
	font-family: 'Neo Tech Regular', 'URW DIN Light', arial, sans-serif;
	font-weight: normal; 
	font-size: 28px;
	/* color: #0d8f7d; */
	/* Anpassungen 2024 - BS 29.11.2023 */
	color: var(--gruen);
	text-transform: uppercase; 
	/* margin: 0 0 30px 0; */
	margin: 20px 0 20px 0;
}

header h3 {
	margin: 0 0 30px 0;
}

h4 {
	font-family: 'Neo Tech Regular', 'URW DIN Light', arial, sans-serif;
	font-weight: normal; 
	font-size: 18px;
	/* color: #0d8f7d; */
	color: var(--gruen);
	text-transform: uppercase; 
	margin: 0 0 30px 0;
}

a {
	/* color: #0d8f7d; */
	/* Anpassungen 2024 - BS 29.11.2023 */
	color: var(--senfgelb);
	text-decoration: none;
}

#inhaltsbereich a[title~="PDF"] {
	background: url(../images/pdf.png) left top no-repeat; 
	min-height: 23px;
    padding: 7px 0 0 35px;
    display: inline-block;
}

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

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

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

.ce-gallery figcaption {	
	display: block;
}

#header, #inhaltsbereich, #unterseite {	
	float:left;
	clear: both;
	width: 100%; 
	position: relative;
} 

#startseite, #unterseite {
	float: left; 
	clear: both; 
	width: 100%;
	overflow: hidden;
}

#header {
	padding-bottom: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d1660+0,0e1c41+80 */
	background: rgb(157,22,96); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(157,22,96,1) 0%, rgba(14,28,65,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(157,22,96,1) 0%,rgba(14,28,65,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(157,22,96,1) 0%,rgba(14,28,65,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d1660', endColorstr='#0e1c41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/* Anpassungen 2024 - BS 29.11.2023 */
	background: var(--hellblau); /* Old browsers */
	background: -moz-linear-gradient(-90deg, var(--grassgruen) 10%, var(--hellblau) 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-90deg, var(--grassgruen) 10% var(--hellblau) 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(90deg, var(--grassgruen) 10%,var(--hellblau) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549e73', endColorstr='#3570b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#inhaltsbereich > .frame > .rahmen {
	float:left;
	clear: both;
	width: 988px; 
	position: relative;
	left: 50%;
	margin-left: -494px;
	transform: skewY(3deg);
} 

#inhaltsbereich .tx_cn-multicontent .frame .rahmen {	
	width: auto;
	left: auto;
	margin-left: 0;
	transform: none;
} 

.video-embed {
	position: relative;
}

.owl-carousel.ce-gallery .ce-row, .owl-carousel.ce-gallery .ce-column, .owl-carousel.ce-gallery figure {
	display: block !important;
	width: 100%;
}

.owl-carousel .video-embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	float: left;
	clear: both;
}

.owl-carousel .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	display: block;
}

.videoiframelink {
	position: absolute; 
	top: 0;
	left: 0; 
	bottom: 0; 
	right: 0; 
	display: block;
}

#header::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background: url(../images/header.png) left top no-repeat; */
    background: url(../images/linie-header.svg) left top no-repeat;
    height: 160px;
    width: 100%;
    background-size: 100%;
    z-index: 10;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#stama {
	position: absolute;
    top: 0;
    right: 2%;
    z-index: 15;
}

#navi {
	position: absolute;
    right: 4%;
    top: 100px;
	text-transform: uppercase;
	z-index: 15;
}

#navi > ul > li {
	float: left; 
	list-style: none; 
	margin: 0 0 0 20px;
	transition: all 0.5s ease;
	border-bottom: 3px solid transparent;
}

#navi > ul > li.act {
	font-family: 'URW DIN Bold', verdana, arial;
}

#navi > ul > li > a {
	color: #FFFFFF;
	display: block;
	padding: 5px 0;
}

#navi > ul > li.act,
#navi > ul > li:hover {
    border-bottom: 3px solid #FFFFFF;
}

.mob_button span::after, .mob_button span::before {
	transform: translateZ(0px);
}

.mob_button {
	position: absolute;
    right: 4%;
    top: 110px;
    width: 50px;
    height: 30px;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    z-index: 20;
	display: none;
}

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

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
    background-color: #FFFFFF;
    content: "";
    height: 4px;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

.mob_button span::before {
	transform: translateY(-13px);
}

.mob_button span::after {
	transform: translateY(13px);
}

.mobnavvisible.mob_button span {
	background-color: #0e1c41;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

#teasertext {
	position: absolute;
	bottom: 100px;
	/* top: 220px; */
	left: 4%;
	max-width: 25%;
	transform: rotate(-3deg);
	font-size: 18px;
	color: #FFFFFF;
}

#teasertext, 
#teasertext a,
#teasertext h3 {
	color: var(--schrift);
}

#teasertext p:first-child {
	font-size: 24px;
}

#datum {
	position: absolute;
    bottom: 50px;
	/* right: 4%; */
	right: 0;
	z-index: 8;
}

.page-partner #datum {
	z-index: 12;
}

#inhaltsbereich {
	top: -50px;
}

#unterseite #header {
	height: 400px;
}

#unterseite #header > .default.frame-type-textmedia {
	margin-top: -150px;
	opacity: 0.3;
}

#inhaltsbereich > .frame {
	float: left; 
	clear: both; 
	width: 100%;
	background: #ffffff;
	padding: 120px 0 80px;
	position: relative;
	transform: skewY(-3deg);
}

#inhaltsbereich > .frame-type-header + .frame {
	padding: 60px 0 80px;
}

#inhaltsbereich > .frame:last-child {
	padding-bottom: 200px !important;
}

/* Rahmen H2 mit Unterstrich */
.frame-linienplan blockquote {
	margin: 0;
}

.frame-linienplan blockquote u,
.frame-linienplan blockquote em {
	font-family: 'Neo Tech Regular', 'URW DIN Light', arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
	color: var(--schrift);
    border-bottom: 5px solid var(--gruen);
    display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}

.frame-linienplan blockquote em {
	border-color: var(--orange24);
	font-style: normal;
}

#inhaltsbereich > .bg_blau {
	background: #0e1c41;
	/* box-shadow: inset 0px 0px 100px rgba(0,0,0,0.5); */
}

#inhaltsbereich > .bg_grau,
#inhaltsbereich > .frame-bg_grau,
#inhaltsbereich > .pycs-gallery {
	background: #e2e2e2;
}

#inhaltsbereich > .bg_grau + .bg_grau,
#inhaltsbereich > .frame-bg_grau + .frame-bg_grau {
	padding-top: 0;
}

#inhaltsbereich > .frame-type-header {
	padding: 0;
}

#inhaltsbereich > .frame.default + .frame.default {
padding-top: 0px;
}

#inhaltsbereich > .frame-type-header > .rahmen {
	width: 100%;
    left: 0;
	margin-left: 0;
	top: -10px;
}

#inhaltsbereich > .frame-type-header.ce-headline-right > .rahmen {
	top: -60px;
}

#inhaltsbereich > .frame-type-header.bg_blau::after {
	content: '';
	background: #0e1c41;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}

#inhaltsbereich > .frame-type-header.bg_grau::after {
	content: '';
	background: #e2e2e2;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}

#inhaltsbereich .resp_inhalt img, 
#inhaltsbereich .resp_inhalt .ce-intext .ce-gallery {
	width: 100%;
	height: auto;
}

#inhaltsbereich .resp_inhalt .ce-bodytext {
	width: 100%;
	float: left;
}

#startseite .tx_cn-columns .liste_veranstalter .box_veranstalter,
#startseite .tx_cn-columns .liste_veranstalter .box_veranstalter:nth-child(3n) {
	width: 23.5%;
	margin-right: 2%;
}

#startseite .tx_cn-columns .liste_veranstalter .box_veranstalter:nth-child(4n) {
	margin-right: 0;
}

/* Poolgalerie */
#inhaltsbereich > .link-impressionen {
	position: absolute;
    bottom: 70px;
    background: none;
    padding: 0;
    width: auto;
    transform: none;
	right: 5%;
	z-index: 5;
}

#inhaltsbereich > .link-impressionen > .rahmen {
	width: auto;
    left: 0;
    margin-left: 0;
    transform: none;
}

#inhaltsbereich .pycs-gallery .rahmen {
	width: 90%;
	left: 5%;
	margin-left: 0;
}
/* 
#inhaltsbereich .pycs-gallery {
	opacity: 0;
}

#inhaltsbereich .pycs-gallery .image {
	float: left; 
	position: relative;
	display: block;
	transition: all 0.5s ease;
}

#inhaltsbereich .pycs-gallery .image .image-caption {
	position: absolute;
    top: 2px;
    left: 2px;
	font-family: 'URW DIN Bold', verdana, arial;
    padding: 10px 25px 10px 13%;
    background: #ffbf14;
    color: #FFFFFF;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.5s ease;
	font-size: 16px;
}

#inhaltsbereich .pycs-gallery .image:hover .image-caption {
	opacity: 1;
}
 */
#footer {
	float: left; 
	clear: both;
	background: #FFFFFF;
	padding: 0 4% 30px;
	width: 92%;
	margin-top: -80px;
	position: relative;
	z-index: 10;
}

#page-partner #footer {
	margin-top: 0;
}

#footer .col-50:nth-child(2) {
	margin-top: -20px;
}

#footer::before {
	content: '';
	/* Anpassungen 2024 - BS 06.12.2023 */
	/* background: url(../images/footer.png) left bottom no-repeat;
	height: 120px;
	top: -119px; */
	position: absolute; 
	left: 0;
	right: 0;
	width: 100%;
	background: url(../images/linie-footer.svg) left bottom no-repeat; 
	height: 105px;
	top: -104px;	
	background-size: 100%;	
}

.footerrahmen {
	width: 988px;
    position: relative;
    left: 50%;
    margin-left: -494px;
}

.quicklinks {
	float: left; 
	clear: both;
	background: #EDEDED;
	padding: 10px 0;
	width: 100%;
}

.quicklinks > .frame {
	width: 988px;
    position: relative;
    left: 50%;
    margin-left: -494px;
}

.quicklinks ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.quicklinks li {
	float: left; 
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #0e1c41;
}

.quicklinks li:first-child {
	float: left; 
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
}

.quicklinks a {
	color: #0e1c41;
}

.quicklinks .ce-gallery {
	margin-bottom: 0px;
}

#footer .tx_cn-columns > .row > div:first-child .ce-gallery[data-ce-columns="4"] .ce-column {
    width: calc(25% - 10px);
}

#footer .tx_cn-columns > .row > div:first-child .image {
	width: 100%;
}

#footer .tx_cn-columns > .row > div .image img {
	width: 100%;
	height: auto;
}

/* Newsletter Anmeldung */

.tx-mmc-directmail-subscription,
.tx-mmc-directmail-subscription .form-row {
	float: left; 
	clear: both; 
	width: 100%;
}

.tx-mmc-directmail-subscription .form-row {
	margin-top: 5px;
}

.tx-mmc-directmail-subscription .form-row label {
	float: left;
	width: 25%;
	padding-top: 8px;
}

.tx-mmc-directmail-subscription .form-row input,
.tx-mmc-directmail-subscription .form-row select {
	float: right;
	width: 66%;
	padding: 8px 2%;
	border: 0px;
	background: #DDDDDD;
	font-family: 'URW DIN Light', arial, sans-serif;
	font-size: 14px;
	font-weight: 400;	
	color: #0e1c41;
}

.tx-mmc-directmail-subscription .form-row select {
	width: 70%;
}

.link-cancel-registration {
	float: left;  
	margin-top: 30px;
}

.link-cancel-registration a {
	color: #FFFFFF;
	padding: 8px 20px;
	background: #a5a5a5;
	text-transform: uppercase;
	display: block; 
}

.form-submit {
	float: right; 
	margin-top: 30px; 
}

.form-submit input[type="submit"] {
	padding: 8px 20px;
	background: #0d8f7d;
	text-transform: uppercase; 
	border: 0px;
	font-family: 'URW DIN Light', arial, sans-serif;
	font-size: 14px;
	font-weight: 400;	
	color: #FFFFFF;
}

/* Newsletter Anmeldung */

/* -- Cookies -- */
#cookie-bar {	
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;	
	color: #fff;	
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	font-family: arial;
	line-height: 1.4em;
	display: none;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: auto;
	max-width: 280px;
	padding: 7px 10px;
	z-index: 99;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
 
#cookie-bar p {
	margin: 0; 
	padding: 0; 
}

#cookie-bar a {	
	color: #eee;	
	display: inline-block;	
	border-radius: 3px;	
	text-decoration: none;	
	padding: 3px 10px;	
	margin: 7px 0 0 0; 
	font-weight: 700;
	background: rgba(0, 0, 0, 0.6);	
	cursor: pointer;
	box-shadow: 0 0 1px rgba(255,255,255,0.4);
}

#cookie-bar .cb-enable {	
	margin-left: 10px;
} 
/* -- Cookies -- */

.popup_overlay {
	display: none;
	opacity: 0;
    position: fixed;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 100;
} 

.popup_banner {
	display: block;
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
    margin-left: -400px;
    margin-top: -300px;
	background: #FFF;
    width: 800px;
    height: 600px;
}

.popup_banner .ce-gallery {
	margin-bottom: 0px !important;
}

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

.popup_banner .popup_close {
	display: block;
    position: absolute;
    top: -30px;
    right: 0px;
    color: #FFF;
    cursor: pointer;
    background: url(../images/popup_close.png) right top no-repeat;
    /* height: 10px; */
    background-size: auto 100%;
    padding-right: 25px;
}

/* -- Anpassungen NSW 2022 -- */
#inhaltsbereich > .frame-type-header > .rahmen > header {
	background-color: var(--orange);
	/* Anpassungen 2024 - BS 29.11.2023 */
	background-color: var(--senfgelb);
}

/*~ Anpassungen Veranstaltungsorte Plug-In ~*/
.liste_veranstalter {
	display: flex;
	flex-wrap: wrap;
}

.liste_veranstalter .box_veranstalter > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/*~ Impressionen Überschrift kein Abstand ~*/
#inhaltsbereich .frame.bg_grau.frame-type-textmedia.frame-space-after-1 {
	margin: 0 0 0 0 !important;
	padding-bottom: 0;
}

#inhaltsbereich .frame.bg_grau.frame-type-textmedia.frame-space-after-1 + .frame.pycs-gallery {
	padding-top: 0;
}

.veranstalter_logo {
	padding: 10px;
	min-height: 80px;
    display: flex;
    align-items: center;
}

.programmhighlight {
	padding: 40px 5% 40px 5% !important;
}

.ueberschrift_highlight {	
	top: -30px !important;
}

.ueberschrift_highlight, .uebeschrift_veranstaltungsart,
.veranstalter_adresse {
	background-color: var(--orange) !important;
	/* Anpassungen 2024 - BS 29.11.2023 */
	background-color: var(--senfgelb) !important;
}

.ueberschrift_highlight::after, 
.veranstalter_adresse::after {
	border-color: #d26809 transparent transparent transparent !important;
	/* Anpassungen 2024 - BS 29.11.2023 */
	border-color: var(--senfgelbdunkel) transparent transparent transparent !important;
}

.uebeschrift_veranstaltungsart::after {
	border-color: transparent #d26809 transparent transparent !important;
	/* Anpassungen 2024 - BS 29.11.2023 */
	border-color: transparent var(--senfgelbdunkel) transparent transparent !important;
}

.veranstalter_unternehmen .headline, .veranstalter_unternehmen .innovationen .ueberschrift_innovationen {
	color: var(--orange) !important;	
	/* Anpassungen 2024 - BS 29.11.2023 */
	color: var(--senfgelb) !important;
}

.news .page-navigation p {
	margin-top: 10px;
}

/*- Anpassungen 2024 - BS 29.11.2023 */
.news .news-text a.more,
.news-list-container .news-text a.more {
	color: var(--senfgelb);
	border-bottom: 2px solid var(--senfgelb);
}

#inhaltsbereich .news .page-navigation ul li {
	background: none;
}

#inhaltsbereich .news .page-navigation ul li.current {
	color: var(--senfgelb);
	font-weight: 700;
}

#inhaltsbereich .news .page-navigation ul li a {
	color: var(--schrift);
}

.news-single-date {
	background: var(--senfgelb);
}

.veranstalter_unternehmen .veranstalter_bilder .owl-nav {
	background: var(--senfgelb);
}

.veranstalter_unternehmen .veranstalter_bilder .owl-nav::after {
	border-color: transparent transparent var(--senfgelbdunkel) transparent;
}

.programmhighlight {
	background: var(--hellblau); /* Old browsers */
	background: -moz-linear-gradient(-90deg, var(--grassgruen) 10%, var(--hellblau) 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-90deg, var(--grassgruen) 10% var(--hellblau) 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(90deg, var(--grassgruen) 10%,var(--hellblau) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549e73', endColorstr='#3570b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.programmhighlight .hinweis_ausgebucht {
	color: var(--stadtmarketingrot);
}

.box_veranstalter_detail > a:hover,
.news-single-backlink a:hover {
	transition: all 0.5s ease;
}

.box_veranstalter_detail > a:hover,
.container_submitbutton input:hover, 
.programmhighlight .container_submitbutton input:hover, 
.btn_anmeldung_aendern a:hover, .linkbutton a:hover,
#formularAnmeldung .formularfelder .formbox .field > input[type="submit"]:hover,
.news-single-backlink a:hover {
	background: var(--gruen);
}

.block_anmeldung {
	border-top: 2px solid var(--gruen);
}

.hinweis-ausgebucht {
	padding: 10px 10px 10px 20px;
	color: var(--stadtmarketingrot);
	position: relative;
}

.hinweis-ausgebucht::before {
	color: var(--stadtmarketingrot);
	position: absolute;
	content: "";
	top: 0;
	width: 20px;
	bottom: 0;
	left: 0;
	background: url(../images/achtung.png) center left no-repeat;
}
/* Anpassungen 2024 - BS 29.11.2023 -*/

/* -- Mediaconsent -- */
.mediaconsent {
	/* margin: 30px 0 50px; */
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.mediaconsent iframe {
	/* position: relative; */
    z-index: 1;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.matomo-optout {
	display: none;
}

.matomo-optout.loadcontent {
	display: block;
}

.mapsoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(206, 206, 206, 0.6);
	cursor: pointer;
	text-align: center;
	/* display: table;
	width: 100%;
	height: 100%; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	padding: 10px;
}

.mapsoverlay button {
	margin-top: 10px;
}

.mapsoverlay p {
	margin-bottom: 0;
}

.cookie_only-this {
	background: #6c757d;
	color: #fff;
	border-radius: 3px;
	-webkit-appearance: none;
	padding: 7px 20px 7px;
	margin: 0 5px;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
}

#cookie_einstellungen {	
	padding: 7px 20px 7px;
	margin: 10px 5px 0;
}

#cookie_einstellungen::before {
	content: '\2699' ' ';
}
.card-body div[data-cookieman-dnt] {
	margin: 0 0 10px 0;
}
div[data-type="maps"],
div[data-type="video"] {
	display: none;
}
.mapsoverlay div[data-type="maps"],
.mapsoverlay div[data-type="video"] {
	display: block;
	/* display: table-cell;
	vertical-align: middle;
	padding: 40px 0; */
}
/* -- Mediaconsent -- */

/* Platzhalter Logos Veranstalter */
#startseite .ce-gallery[data-ce-columns="3"] .ce-outer,
#startseite .ce-gallery[data-ce-columns="3"] .ce-outer .ce-inner {
	width: 100%;
}

#startseite .ce-gallery[data-ce-columns="3"] .ce-row,
#startseite .ce-gallery[data-ce-columns="3"] .ce-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#startseite .ce-gallery[data-ce-columns="3"] .ce-column {
	margin: 10px;
}

#startseite .ce-gallery[data-ce-columns="3"] .image {
	display: flex;
    align-items: center;
}

/* Videos Startseite */
#startseite .frame-type-shortcut .frame-type-html {
	width: 49%;
    float: left;
	margin: 0 1% 20px 0;
	clear: none;
}

#startseite .frame-type-shortcut .frame-type-html:nth-child(2n) {
	margin: 0 0 20px 1%;
}

#inhaltsbereich .frame-space-before-1 {
	padding-top: 0;
}

.frame-type-shortcut > .rahmen > * {
	float: left;
	clear: both;
	width: 100%;
}

.termine {
    margin: 0 10px 0 0 !important;
}

.veranstaltung_dauer {
    margin: 5px 0 0 0 !important;
}

/* Test YT Shorts */
#inhaltsbereich .frame-type-shortcut.frame-layout-4 > .rahmen {
	width: 1180px;
    margin-left: -590px;
}

#inhaltsbereich .frame-type-shortcut.frame-layout-4 > .rahmen > .frame {
	width: 23%;
    margin: 10px 1%;
    float: left;
    clear: none;
}

#inhaltsbereich .frame-type-shortcut.frame-layout-4 .mediaconsent {
	padding-bottom: 177%;
	padding-top: 0;
}