
@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-Light.eot');
    src: local('Fira Sans Light'),
         url('eot/FiraSans-Light.eot') format('embedded-opentype'),
         url('woff/FiraSans-Light.woff') format('woff'),
         url('ttf/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-LightItalic.eot');
    src: local('Fira Sans Light Italic'),
         url('eot/FiraSans-LightItalic.eot') format('embedded-opentype'),
         url('woff/FiraSans-LightItalic.woff') format('woff'),
         url('ttf/FiraSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('eot/FiraSans-Regular.eot') format('embedded-opentype'),
         url('woff/FiraSans-Regular.woff') format('woff'),
         url('ttf/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-RegularItalic.eot');
    src: local('Fira Sans Regular Italic'),
         url('eot/FiraSans-RegularItalic.eot') format('embedded-opentype'),
         url('woff/FiraSans-RegularItalic.woff') format('woff'),
         url('ttf/FiraSans-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-Medium.eot');
    src: local('Fira Sans Medium'),
         url('eot/FiraSans-Medium.eot') format('embedded-opentype'),
         url('woff/FiraSans-Medium.woff') format('woff'),
         url('ttf/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-MediumItalic.eot');
    src: local('Fira Sans Medium Italic'),
         url('eot/FiraSans-MediumItalic.eot') format('embedded-opentype'),
         url('woff/FiraSans-MediumItalic.woff') format('woff'),
         url('ttf/FiraSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('eot/FiraSans-Bold.eot') format('embedded-opentype'),
         url('woff/FiraSans-Bold.woff') format('woff'),
         url('ttf/FiraSans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('eot/FiraSans-BoldItalic.eot');
    src: local('Fira Sans Bold Italic'),
         url('eot/FiraSans-BoldItalic.eot') format('embedded-opentype'),
         url('woff/FiraSans-BoldItalic.woff') format('woff'),
         url('ttf/FiraSans-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Mono';
    src: url('eot/FiraMono-Regular.eot');
    src: local('Fira Mono'),
         url('eot/FiraMono-Regular.eot') format('embedded-opentype'),
         url('woff/FiraMono-Regular.woff') format('woff'),
         url('ttf/FiraMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Mono';
    src: url('eot/FiraMono-Bold.eot');
    src: local('Fira Mono Bold'),
         url('eot/FiraMono-Bold.eot') format('embedded-opentype'),
         url('woff/FiraMono-Bold.woff') format('woff'),
         url('ttf/FiraMono-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


body {
	background: transparent;
	font-family: 'Helvetica', 'Verdana', sans-serif;
	font-size: 17px;
	color: black;
}

.clear { clear: both; 
}


#content {
	color: black;
}
#content ul li {
	list-style-type: square;
	line-height: 1.5em;
}
#content ul {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#wrapper {
	width: 1180px;
	margin: 0 auto;
	max-width: 100%
}
#wrapper_content {
	width: 450px;
	margin: 0 auto;
	max-width: 100%
	}
#wrapper_content h1 {
	margin-top: 0em;
	}
#header {
	height: 101px;
	margin: 0 0;
	position: relative;
	background-color: white;
	box-shadow: 0px 2px 17px #EEE9E9;
	z-index: 4;
}
#logo {
	height: 42px;
	width: 66px;
	font-size: 14px;
	position: absolute;
	top: 31px;
	left: 34px;
	background: url("../images/menue_logo_blue.png") no-repeat;
	text-indent: -9999999px;


	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;

}
#logo_gray {
	height: 42px;
	width: 66px;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../images/menue_logo_gray.png") no-repeat;
	text-indent: -9999999px;

	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;

}
#logo_gray:hover {
	background: none;
}
#logo2 {
	height: 140px;
	width: 220px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -110px;
}
#nav {
	width: 100%;
	height: 60px;
	color: #e3e3e3;
	padding-top:30px;
}
#nav ul {
	float: right;
	margin-right: 123px;
}
#nav ul li {
	float: left;
	border-right: 1px;
}
#nav ul li a {
	font-size: 14px;
	color: #d3d1d1;
	text-decoration: none;
	display: block;
	padding: 10px 15px 9px 15px;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 500;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #7cc2d8;
}
#nav ul li.aktiv > a {
	color: #7cc2d8;
}
#nav ul li ul  {
	display: none;
	position: absolute;
	box-shadow: 2px 8px 23px #EEE9E9;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	float: none;
	background-color: white;
}
p {
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
    font-style: normal;

	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;

}
h1 {
	font-size: 1.8em;
	margin-bottom: 1em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	margin-top: 3.2em;

}
h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	margin-top: 3.2em;
}
h3 {
	font-size: 1.8em;
	margin-bottom: -0.5em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;

	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;

}
a {
	text-decoration: none;
	color: #7cc2d8;
	font-weight: 500;
	font-family: 'Fira Sans', 'sans-serif';
}
a:hover {
	color: #494949;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin: 20px;
}
tr {
	height: 2em;
}
footer {
	top: 117px;
	position: relative;
	width: 1180px;
	padding-bottom: 23px;
}
th {
	border-bottom: 2px solid #d3d1d1;
	padding: 10px 8px;
}
td {
	padding: 9px 8px 0;
}
.fb-like {
	float: right;
}
.twitter-share-button {
	float: right;
}
.social_media {
	margin-top: 0.7em;
}
.leadtext {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 6em;
}
.linktext{
	font-size: 0.8em;
}
.teaser2 {
	width: 50%;
	float: left;
	position: relative;
}
.teaser2 img {
	max-width: 100%;
}
.teaser-inner {
	padding: 5px 5px 5px 0;
	display: block;
}
.teaser2:nth-child(2n) .teaser-inner {
	padding: 5px 0 5px 5px;
}
.teaser_text {
	position: absolute;	
	right: 20px;
	bottom: 20px;
	color: white;

	-webkit-transition: right 200ms ease;
	-moz-transition: right 200ms ease;
	-ms-transition: right 200ms ease;
	-o-transition: right 200ms ease;
	transition: right 200ms ease;

}
.teaser-subtext {
	margin: 0;
	text-align: right;
	line-height: 1em;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 500;
    font-style: normal;
}
.teaser-headline {
	margin: 0px;
	text-align: right;
	font-size: 2.3em;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.teaser-inner:hover .teaser_text {
	right: 30px;
}
.slider {
	max-width: 1900px;
	position: relative;
	margin: auto;
}
.slider-text {
	position: absolute;	
	right: 30px;
	bottom: 20px;
	max-width: 350px;
	color: white;
	text-decoration: none;

	-webkit-transition: right 200ms ease;
	-moz-transition: right 200ms ease;
	-ms-transition: right 200ms ease;
	-o-transition: right 200ms ease;
	transition: right 200ms ease;

}
.slider:hover .slider-text {
	right: 40px;
	color: white;
}
.slider-subtext {
	margin: 0;
	font-size: 1.25em;
	text-align: right;
	line-height: 1em;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
    font-style: normal;
}
.slider-headline {
	margin: 0px;
	text-align: right;
	font-size: 2.3em;
	text-shadow: black 0.1em 0.1em 0.2em;
	}
.event {
	width: 61.45%;
	position: relative;
	margin: auto;
	margin-top: 51px;
}
.event img {
	max-width: 100%;
}
.event-inner {
	padding: 5px 5px 5px 0;
	display: block;
}
.event:nth-child(2n) .event-inner {
	padding: 5px 0 5px 5px;
}
.event-head {
	position: absolute;	
	left: 20px;
	bottom: 20px;
	color: white;

	-webkit-transition: left 200ms ease;
	-moz-transition: left 200ms ease;
	-ms-transition: left 200ms ease;
	-o-transition: left 200ms ease;
	transition: left 200ms ease;

}
.event-head-1 {
	position: absolute;	
	left: 20px;
	bottom: 20px;
	color: white;

	-webkit-transition: padding-left 200ms ease;
	-moz-transition: padding-left 200ms ease;
	-ms-transition: padding-left 200ms ease;
	-o-transition: padding-left 200ms ease;
	transition: padding-left 200ms ease;

}
.event a {
	text-decoration: none;
}
.event-noimg .event-head-1 {
	color: black;
	position: static;
}
.event-noimg .event-headline {
	text-shadow: #d6d8dc 0em 0em 0em;
} 
.event-noimg .event-datum {
	text-shadow: #d6d8dc 0em 0em 0em;
}
.event-noimg:hover .event-head-1 {
	padding-left: 10px;
}
.event-datum {
	margin: 0;
	text-align: left;
	line-height: 1em;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
    font-style: italic;
}
.event-headline {
	margin: 0px;
	text-align: left;
	font-size: 2em;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.event-inner:hover .event-head {
	left: 30px;
}
.event-text {
	width: 61.45%;
	margin: 5px auto 0;
}
.event-text p {
	margin-top: 0px;
	margin-bottom: 1em;
	color: #898989;
	font-size: 0.85em;
	padding-bottom: 0.6em;

}
.event-text h3 {
	margin-top: 0px;
	margin-bottom: 1em;
	color: #898989;
	font-size: 0.85em;
	padding-bottom: 0.6em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
    font-style: normal;
}
.veranstalter {
	border-bottom: 1px solid #d6d8dc; 
	color: #979799;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 300;
    font-style: italic;
}
.programmlist {
	margin-top: 0em;
	margin-bottom: 35px;
}
.programmlist li {
	margin-bottom: 1.5em;
}
.list-reset {
	padding-left: 0;
	padding-top: 0;
}
.list-reset li {
	padding-bottom: 1.8em;
}
.list_prog {
	margin-top: 2.4em;
}
#content .list_prog ul li{
	list-style: none;
}
.programmdate {
	font-size: 1.6em;
	display: inline-block;
	width: 236px;
	margin-left: 20%;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
    font-style: italic;
}
.programmtext a {
	color: black;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 50px;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-transition: color 50ms ease;
	-moz-transition: color 50ms ease;
	-ms-transition: color 50ms ease;
	-o-transition: color 50ms ease;
	transition: color 50ms ease;

}
.programmtext:hover a {
	color: #7cc2d8;
	}
.newsbox {
	width: 33.3%;
	float: left;
}
.newsbox-inner {
	padding: 0 48px;
}
.newsbox p {
	color: #898989;
	font-size: 0.85em;
}
.newsbox h3 {
	color: #d3d1d1;
	margin-top: 1em;
}
.newsbox-inner:hover p {
	color: black;
}
.newsbox-inner:hover h3 {
	color: #7cc2d8;
}
.clearfix {
	overflow:hidden;
}
.clearfix a {
	text-decoration: none;
}
.center {
	display: block;
	text-align: center;
}
.box_1 {
	font-size: 0;
	margin: 60px auto;
	max-width: 100%;

}
.box_2 {
	height: auto !important;
	min-height: 300px;
	padding: 40px 40px 5px 40px;
	width: 25.42%;
	display: inline-block;
	box-shadow: -11px 3px 29px -6px #EEE9E9;
	font-size: 31px;
	background: white;
	z-index: 5;
	position: relative;
}
.box_3 {
	width: 62.71%;
	height: auto !important;
	min-height: 500px;
	display: inline-block;
	vertical-align: top;
	padding: 25px 30px 25px 30px;
	box-shadow: -5px 6px 29px 0px #EEE9E9;
	font-size: 17px;
	background-color: white;
	z-index: 4;
	position: relative;
}
.box_3 h1 {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
.box_3 p {
	margin-top: 0em;
	margin-bottom: 0em;
}
.box_3 h3 {
	margin-bottom: 0.5em;
	color: #AAA6A6;
}
.box_4 {
	display: inline-block;
	font-size: 0;
	margin-top: 60px;
	position: relative;
	margin: auto;
}
.box_5 {
	width: 62.71%;
	height: auto;
	min-height: 500px;
	vertical-align: top;
	padding: 25px 30px 5px 30px;
	box-shadow: -5px 6px 29px 0px #EEE9E9;
	font-size: 17px;
	background-color: white;
	z-index: 4;
	position: relative;
	margin: auto;
}
.box_5 h1 {
	margin-top: 0.9em;
}
.box_5 h3 {
	color: #AAA6A6;
}
.box_6 {
	display: inline-block;
	font-size: 0;
	margin-top: 60px;
	position: relative;
	margin: auto;
	min-width: 100%;
}
.box_pic {
	position: relative;
	top: -60px;
	font-size: 0;
	margin: auto;
	max-width: 100%;

}
.box_datum {
	min-height: 71.2px;
}
.box_datum p {
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
	font-style: italic;
	color: #494949;
	margin-top: 0em;
	margin-bottom: 0.3em;
	line-height: 1em; 
}
.box_karten {
	margin-top: 1.8em;
	min-height: 46px;
}
.box_karten a {
	font-size: 0.7em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
	color:  #AAA6A6;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 0.7em;
	text-decoration: none;
}
.box_karten a:hover {
	color: #7cc2d8;
}
.box_karten p {
	font-size: 0.7em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
	color:  #AAA6A6;
	margin-top: 0.5em;
	margin-bottom: 0em;
	line-height: 0.7em;

}
.box_veranstalter p {
	font-size: 0.7em;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 400;
	font-style: italic;
	color: #494949;
	margin-bottom: 0em;
	line-height: 1em;
}
.box_veranstalter {
	margin-top: 1.9em;
}
.anfahrt {
	text-align:center;
}
#footer {
	margin: 100px 0;
	padding: 25px;
	text-align: right;
	border-top: 1px solid #d6d8dc;
	position: relative;
	color: #e3e3e3;
}
#footer a {
	text-decoration: none;
	color: #e3e3e3;
}
#footer a:hover {
	text-decoration: none;
	color: #7cc2d8;
}
textarea, select, input[type=text], input[type=password] {
	border: 1px solid #AAA;
	padding: 6px 9px;
	border-radius: 6px;
}
input[type=text]:focus, textarea:focus, select:focus {
	border: 1px solid green;
}
input[type=submit], .button {
	padding: 9px 12px;
	font-size: 16px;
	font-family: 'Fira Sans', 'sans-serif';
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 6px;
	border-color: transparent;
	background: #f1f1f1;
	color: #888;
	cursor: pointer;
}

a.button {
	padding: 12px;
	margin: 0 12px;
}

input[type=submit]:hover, .button:hover, .button.default {
	color: #555;
	background: #ddd;
}

.button.default:hover {
	color: #363636;
	background: #b4b4b4;
}

input[type=submit]:active, .button:active {
	color: #7cc2d8;
	background: #ddd;
}

#gallery a {
	display: block;
	float: left;
	height:150px;
	width: 150px;
	margin: 15px 21px;
	padding: 5px;
	position: relative;
	border: 1px solid #CCC;	
}
#gallery a:hover {
	border: 1px solid #AAA;
}
#gallery a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
}

p.email2-wrapper {
	display: none;
}

@media (max-width: 767px) {
	#wrapper_content { padding: 0 10px;}
	#wrapper_content img { width: 100%; }
	#nav ul {
		float: right;
		margin-right: 0px;
	}
	#nav ul li {
		float: left;
		border-right: 1px;
	}
	.nav_menu.nav_open {
		position: absolute;
		top: 64px;
	}
	#nav .nav_submenu li a {
		color: white;
	}
}

/* HACK: hide ckeditor warning */
.cke_notifications_area { display: none !important;}

.flex-container {
	display: flex;
	justify-content: center;
	justify-content: space-evenly;
	flex-direction: row;
}

.flex-column {
	flex: 1;
	padding: 10px;
	box-sizing: border-box;
}

.toast {
	position: fixed;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	max-width: 300px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 1001;
	animation: fadeIn 0.5s ease-in-out;
}
  
.toast.success {
	background: #4CAF50;
}
  
.toast.error {
	background: #F44336;
}
  
.toast.warning {
	background: #FFC107;
	color: #000;
}
  
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.form-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff; /* Adjust background color */
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensures it stays above other elements */
}

/* foyer slideshow */
.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background: white;
	margin-left: 260px;
	margin-top: -26px;
}

.suggestion-item {
    padding: 5px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #eee;
}

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: 250px; /* Adjust width as needed */
	height: 100vh; /* Full height */
	background-color: #f2f2f2;
	color: #000;
	overflow-y: auto; /* Enable vertical scrolling if needed */
	padding: 10px 10px 0 10px;
	z-index: 1001;
}

/* Sidebar links */
.sidebar a {
	display: block;
	color: #252525;
	font-weight: 300;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s;
	width: 240px;  /* Set a fixed width */
    white-space: nowrap;  /* Prevents text from wrapping */
    overflow: hidden;  /* Hides overflowing text */
    text-overflow: ellipsis;
	padding: 7px;
}
.sidebar a:hover {
	background-color: #dedede; /* Darken when hovered */
}
.sidebar a.active {
	background-color: #3ab2d6; /* Add a background color to the active link */
	color: white;
}

.toc {
	position: fixed;
	right: 50px;
	top: 50px;
	width: 200px;
	background: #f8f9fa;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.toc ul {
	list-style: none;
	padding-left: 0;
}
.toc li {
	margin-bottom: 5px;
}
.toc a {
	font-weight: 300;
	text-decoration: none;
}
.toc a:hover {
	text-decoration: underline;
}
table.event-list tr:hover {
	background:#ebebeb;
}

/* Simple spinner CSS */
.spinner {
	border: 8px solid #f3f3f3; 
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	display: none; /* Hidden by default */
	margin: auto;
}

/* Keyframe for spinner animation */
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Styling for the generated content */
#generatedContent {
	margin-top: 20px;
}