/*
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,100,900,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans);
*/
body
{
	font-family: "Merriweather", Georgia, "Times New Roman", Serif;
}
input[type='text'], select
{
	font-family: Arial, sans-serif;
}
#table_full input[type='text'], #table_full select
{
	font-size: 12px;
}
@media only screen and (max-width: 480px)
{
	.col-xxs
	{
		float: none;
		padding: 0px 15px;
		width: 100%;
	}
}
a, a:hover, a:focus, a:visited
{
	outline: none;
}
.formular input[type="checkbox"]:focus, .formular input[type="radio"]:focus, #wp_select input[type="checkbox"]:focus, #wp_select input[type="radio"]:focus, #pager input[type="checkbox"]:focus, #pager input[type="radio"]:focus, #table_search input[type="checkbox"]:focus, #table_search input[type="radio"]:focus
{
	outline: 2px solid #022e5b;
	outline-offset: 2px;
}
.formular input[type="text"]:focus, .formular textarea:focus, .formular select:focus, #wp_select input[type="text"]:focus, #wp_select textarea:focus, #wp_select select:focus, #pager input[type="text"]:focus, #pager textarea:focus, #pager select:focus, #table_search input[type="text"]:focus, #table_search textarea:focus, #table_search select:focus
{
	border: 1px solid #022e5b;
}
#pager ul li a:focus
{
	background: #022e5b !important;
	border-radius: 3px;
	color: #FFFFFF !important;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
#hilfsverweise
{
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1200px;
	z-index: 9999;
}
#hilfsverweise ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#hilfsverweise a
{
	background: white;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
	border: 1px dotted #999999;
	border-radius: 3px;
	box-shadow: 0px 0px 10px black;
	font-family: Arial, sans-serif;
	font-size: 24px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: -100px;
	webkit-border-radius: 3px;
	width: calc(100% - 30px);
}
#hilfsverweise a:focus, #hilfsverweise a:active
{
	top: 0px;
}
#logo_print
{
	display: none;
}
#main_nav
{
	background: #e7e7e7;
}
#main_nav .mobile_menu_button
{
	display: none;
}
#blue_area
{
	background: #022e5b;
	border-bottom: 2px solid #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 9998;
}
#blue_area .row {
	margin-right:0px;
}
#blue_area .meta-l {
	margin-right:4px !important;
}
/*	AGH-75,V1
#blue_area .meta-r {
	display:inline-block;
}
*/
#blue_area .meta-r {
	float:right;
	margin-left: 4px !important;
	margin-top: 6px !important;
}

ul.metafooter {
	display:inline-block;
	list-style: none;
	padding:0;
}
ul.metafooter li {
	display:inline-block;
}
ul.metafooter li a::before {
	content: "|";
	margin:0px 10px;
	color:black;
}
.metafooter a:hover {
	text-decoration:none;
}

@media only screen and (max-width: 1200px) {
	ul.metafooter { display:none; }
}	
	

#off_menu .meta-r {
	display: inline-block;
	list-style-type: none;
	padding-left:10px;
}	
#off_menu .meta-r li {
	display:inline;
}	
#off_menu .meta-r li a {
	padding: 2px;
}	

#blue_area .nav-wrap
{
	display: inline-block;
	text-align:right;
	margin-right:4px;
}
#blue_area .row > a
{
	display: inline-block;
}
#blue_area .row > a img
{
	max-width: 100%;
}

@media only screen and (max-width: 1200px)
{
	#blue_area .nav-wrap
	{
		position: absolute;
		right: 0px;
		top: 5px;	}
	#blue_area ul
	{
		display: none !important;
	}
	#main_nav
	{
		display: none;
	}
}

@media only screen and (max-width: 600px) 
{

	#blue_area .row {
		margin-right: -15px;
	}
	#blue_area .nav-wrap
	{
		display: block;
		padding: 0px 15px;
		position: relative;
		text-align: left;
		top: 0%;
		transform: translateY(0%);
		width:100% !important;
	}
	#blue_area .nav-wrap form
	{
		text-align: left;
	}
	#blue_area .row > a
	{
		display: block;
	}
}
#blue_area .nav-searchbox
{
	background: white;
	border: 0px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 260px;
}
#blue_area .nav-searchbox form
{
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#blue_area .row { margin-right: -15px; 	}
	#blue_area .nav-searchbox { width:200px; }
}

@media only screen and (max-width: 600px)
{
	#blue_area .nav-searchbox
	{
		max-width: 273px;
		width: calc(100% - 55px);
	}
}
#blue_area .nav-search
{
	background: transparent;
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	margin-left: 2px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px 5px;
	webkit-border-radius: 3px;
	width: calc(100% - 50px);
}
#blue_area .nav-search:focus
{
	background: #f2f2f2;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5) inset;
}
#blue_area .row
{
	position: relative;
}
@media (min-width: 1200px) {
/*	AGH-75,V1	
	#blue_area .row
	{
		width: calc(50vw + 570px);
	}
*/	
	#blue_area .nav-wrap
	{
		right: calc(50vw - 580px);
		clear:none;
		max-width: calc(1140px - 340px);
		margin-top: 6px;
	}
}	
#blue_area .row ul
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#blue_area .row ul li
{
	display: inline-block;
	vertical-align: middle;
}
#blue_area .row ul li a
{
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 5px 10px;
	transition: all 0.3s;
	webkit-border-radius: 3px;
}
#blue_area .row ul.meta-l li a {
	padding: 6px 8px;
}	
#blue_area .row ul.meta-r li a {
	padding: 4px;
}	
#blue_area .row ul.meta-l li a img{
	width:24px;
}	
#blue_area .row ul.meta-r li a img{
	width:28px;
}	

#blue_area .row ul.meta-r li a:hover, #blue_area .row ul.meta-r li a:focus
{
	background: #FFFFFF;
	color: #022e5b;
	text-decoration: none;
}
#blue_area .row ul li a.img_link_search
{
	background: url("lupe.png") transparent no-repeat center center;
	height: 40px;
	width: 40px;
}
#blue_area .row ul li a.img_link_search:hover, #blue_area .row ul li a.img_link_search:focus
{
	background: url("lupe_2.png") white no-repeat center center;
}
#blue_area .row ul li a.img_link_print
{
	background: url("printer.png") transparent no-repeat center center;
	height: 40px;
	width: 40px;
}
#blue_area .row ul li a.img_link_print:hover, #blue_area .row ul li a.img_link_print:focus
{
	background: url("printer_2.png") white no-repeat center center;
}
#grey_area
{
	background: #cccccc;
	padding-top: 52px;
}
#grey_area .headerbild
{
	background-image: url("Dokumente.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
#grey_area .headerbild_landing
{
	background-image: url("Stimmungsbild_Startseite.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
@media only screen and (max-width: 650px)
{
	#grey_area
	{
		display: none;
	}
	#content { 
		padding-top:52px;
	}
}
#breadcrumb
{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#breadcrumb p
{
	font-size: 12px;
	margin: 0;
}
#breadcrumb p a
{
	color: #022e5b;
}
#breadcrumb p a:visited
{
	color: #022e5b;
}
#breadcrumb p a:hover
{
	color: #022e5b;
}
#breadcrumb p a:active
{
	color: #022e5b;
}
#breadcrumb p a:focus
{
	outline: 0px;
}
#breadcrumb p a:focus
{
	background: #022e5b;
	border-radius: 3px;
	color: #FFFFFF;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 2px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
@media only screen and (max-width: 768px)
{
	#breadcrumb
	{
		border-bottom: 0px;
		margin-bottom: 15px;
		padding-bottom: 8px;
		padding-top: 8px;
	}
}

@media only screen and (max-width: 480px)
{
	#logo
	{
		display: block;
		max-width: 100%;
	}
	#blue_area .row ul
	{
		display: block;
		position: static;
		transform: none;
	}
}
@media only screen and (max-width: 600px)
{
	#content
	{
		padding-top: 100px;
	}
}
.jumper
{
	display: none;
}
.jumper *
{
	vertical-align: middle;
}
.jumper img
{
	width: 28px;
}
.jumper a
{
	background: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	color: #022e5b;
	display: block;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 7px 7px 7px 7px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	webkit-border-radius: 3px;
}
.jumper a:hover
{
	border: 1px solid #022e5b;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
	color: #022e5b;
	text-decoration: none;
}
@media only screen and (max-width: 768px)
{
	.jumper
	{
		display: inline-block;
		float: right;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	.jumper a
	{
		display: block;
	}
}
main
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	hyphens: auto;
	moz-hyphens: auto;
	ms-hyphens: auto;
	webkit-hyphens: auto;
}
main section
{
	display: block;
	margin-bottom: 30px;
}
main.landing
{
	padding-top: 30px;
}
@media only screen and (max-width: 768px)
{
	main.landing
	{
		padding-top: 15px;
	}
}
main .content_image
{
	background: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px;
	width: 230px;
}
main .content_image a:focus img
{
	outline: 5px solid #022e5b;
}
main .content_image.left
{
	float: left;
	margin-right: 20px;
}
main .content_image.right
{
	float: right;
	margin-left: 20px;
}
main .content_image div
{
	display: inline-block;
	position: relative;
	text-align: center;
	width: 200px;
}
main .content_image p, main .content_image img
{
	border-radius: 2px;
	max-width: 100%;
}
main .content_image p
{
	margin: 0px;
	padding-top: 15px;
}
main .content_image .zoom
{
	bottom: 10px;
	position: absolute;
	right: 10px;
	width: 20px;
}
main #content_area
{
	line-height: 21px;
}
main #slider_area
{
	background: #e7e7e7;
	border-radius: 3px !important;
	display: block;
	margin-bottom: 30px;
	overflow: hidden !important;
	width: 100%;
}
main #slider_area .picture
{
	background-image: url("senioren_650.jpg");
	background-size: cover;
	height: 100%;
	position: relative;
}
main #slider_area .picture .slider
{
	display: block;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
}
main #slider_area .picture .slider img
{
	height: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
main #slider_area .picture .slider a
{
	border-radius: 100%;
	display: block;
	height: 100%;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}
main #slider_area .picture .slider a:hover
{
	background: rgba(255, 255, 255, 0.5);
}
main #slider_area .picture .slider.left
{
	left: 10px;
}
main #slider_area .picture .slider.right
{
	right: 10px;
}
main #slider_area .picture .slider_text
{
	bottom: 0px;
	color: white;
	margin: 0px;
	padding: 15px;
	position: absolute;
	width: 100%;
}
main #slider_area .picture .slider_text ul
{
	color: white;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
main #slider_area .picture .slider_text ul li
{
	float: left;
	margin-left: 10px;
}
main #slider_area .picture .slider_text ul li a
{
	background: transparent;
	border: 1px solid white;
	border-radius: 3px;
	display: block;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 15px;
}
main #slider_area .picture .slider_text ul li a.selected
{
	background: white !important;
}
@media only screen and (max-width: 768px)
{
	main #slider_area .picture .slider_text ul
	{
		display: block;
		margin-top: 10px;
		position: static;
		top: 0px;
		transform: none;
	}
	main #slider_area .picture .slider_text ul li
	{
		margin-left: 0px;
		margin-right: 10px;
	}
}
main #teaser_area
{
	padding-left: 0px;
}
@media only screen and (max-width: 992px)
{
	main #teaser_area
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
main .teaser_row
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	ms-flex-wrap: wrap;
	webkit-flex-wrap: wrap;
}
main .teaser_row a
{
	background: #e7e7e7;
	border-radius: 3px !important;
	display: block;
	height: 100%;
	overflow: hidden !important;
	padding: 0px;
	transition: all 0.3s;
}
main .teaser_row a img
{
	display: block;
	width: 100%;
}
main .teaser_row a h2
{
	font-size: 16px;
	margin: 0;
	padding: 15px;
}
main .teaser_row a p
{
	color: black;
	padding: 0px 15px 15px 15px;
}
main .teaser_row a:hover, main .teaser_row a:focus
{
	background: #022e5b;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
main .teaser_row a:hover p, main .teaser_row a:focus p
{
	color: white;
}
main .teaser_row div
{
	background: #e7e7e7;
	border-radius: 3px !important;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0 15px;
	overflow: hidden !important;
	padding: 0px;
	transition: all 0.3s;
	width: calc(33% - 30px);
}
main .teaser_row div:hover, main .teaser_row div:focus
{
	background: #022e5b;
}
@media only screen and (max-width: 480px)
{
	main .teaser_row
	{
		display: block;
		margin-bottom: 0px;
	}
	main .teaser_row a
	{
		margin-bottom: 0px;
	}
	main .teaser_row a img
	{
		display: none;
	}
	main .teaser_row div
	{
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
}
main .content_document_list
{
	border-radius: 3px;
	list-style: none;
	margin: 0;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	overflow: hidden;
	padding: 0;
	webkit-border-radius: 3px;
}
main .content_document_list li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	list-style-position: inside;
	transition: all 0.3s;
}
main .content_document_list li a
{
	background: url("pdf.png") transparent no-repeat 15px center;
	display: block;
	font-size: 16px;
	padding: 15px 15px 15px 40px;
	transition: all 0.3s;
}
main .content_document_list li a:hover, main .content_document_list li a:focus
{
	background: url("pdf_white.png") #022e5b no-repeat 15px 15px;
	color: white;
	text-decoration: none;
}
main .content_document_list li:nth-child(odd)
{
	background: #e5e5e5;
}
main .content_document_list li:nth-child(even)
{
	background: #f2f2f2;
}
main .content_link_list_xl
{
	border-radius: 3px;
	list-style: none;
	margin: 0;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	overflow: hidden;
	padding: 0;
	webkit-border-radius: 3px;
}
main .content_link_list_xl li a
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	font-family: "Merriweather", Georgia, "Times New Roman", Serif;
	line-height: 1.5;
	padding: 15px;
	text-align: left;
	transition: all 0.3s;
	vertical-align: middle;
}
main .content_link_list_xl li a span
{
	color: black;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
main .content_link_list_xl li a:hover, main .content_link_list_xl li a:focus
{
	background: #022e5b;
	color: white;
	text-decoration: none;
}
main .content_link_list_xl li a:hover span, main .content_link_list_xl li a:focus span
{
	color: white;
}
main .content_link_list_xl li:nth-child(odd)
{
	background: #f2f2f2;
}
main .content_link_list_xl li:nth-child(even)
{
	background: #e5e5e5;
}
main .personlist
{
	border-radius: 3px;
	list-style: none;
	margin: 0;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 0;
	webkit-border-radius: 3px;
}
main .personlist li
{
	float: left;
	font-size: 0px;
	padding: 15px 0px;
	width: 50%;
}
main .personlist li img
{
	border-radius: 3px;
	margin: 10px 0px;
	vertical-align: middle;
}
main .personlist li .person_mail
{
	font-size: 14px;
}
main .personlist li .person_mail img
{
	margin-bottom: 2px;
	margin-right: 10px;
}
main .personlist h3 span
{
	color: black;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
main .personlist h3 a
{
	font-family: "Merriweather", Georgia, "Times New Roman", Serif;
	font-size: 16px;
	margin: 0px;
}
main .personlist h3 a:focus
{
	background: #022e5b !important;
	border-radius: 3px;
	color: #FFFFFF !important;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
main .personlist a:focus img
{
	outline: 5px solid #022e5b !important;
}
main .personlist .person_mail
{
	background: url("/C1257B55002AC6F3/RepositoryFile/Layout/$File/kuvert.png") 0px center no-repeat;
	padding-left: 25px;
}
main .personlist .person_mail:focus
{
	background: #022e5b !important;
	background: url("/C1257B55002AC6F3/RepositoryFile/Layout/$File/kuvert.png") #022e5b 5px center no-repeat !important;
	border-radius: 3px;
	color: #FFFFFF !important;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	padding-left: 25px !important;
	text-decoration: none;
	webkit-border-radius: 3px;
}
@media only screen and (max-width: 480px)
{
	main .personlist li
	{
		border-bottom: 1px solid #cccccc;
		width: 100%;
	}
}
@media only screen and (max-width: 480px)
{
	main .content_image
	{
		margin: 0px 0px 30px 0px;
		text-align: center;
		width: 100%;
	}
	main .content_image.right, main .content_image.left
	{
		float: none;
		margin: 0px 0px 20px 0px;
	}
	main #side_content .calendar_slider
	{
		text-align: center;
	}
}
#side_content
{
	padding-right: 0px;
}
#side_content .side_box
{
	margin-bottom: 15px;
}
#side_content .side_box a:focus
{
	background: #022e5b;
	color: #FFFFFF;
}
#side_content .side_box_body
{
	background: #f2f2f2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 15px;
}
#side_content .side_box_body p
{
	margin: 0;
	padding: 0px 0px 15px 0px;
	text-align: center;
}
#side_content .side_box_body .rss
{
	cursor: pointer;
	display: block;
	padding: 15px 0px 0px 0px;
	text-align: center;
}
#side_content .side_box_body .rss img
{
	margin-right: 10px;
}
#side_content .side_box_body .rss:focus
{
	background: #022e5b;
	color: #FFFFFF;
}
#side_content .side_box_body a:focus
{
	background: #022e5b !important;
	border-radius: 3px;
	color: #FFFFFF !important;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
#side_content .bild .side_box_body a:focus
{
	padding: 0;
}
#side_content span
{
	font-size: 14px;
	font-weight: bold;
}
#side_content .dl_list
{
	list-style: outside url("pdf.png") disc !important;
	padding: 0px 15px 0px 25px;
}
#side_content .dl_list li
{
	font-size: 12px;
}
#side_content .dl_list a:focus
{
	background: #022e5b !important;
	border-radius: 3px;
	color: #FFFFFF !important;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
#side_content .calendar_slider
{
	background: #f2f2f2;
	font-weight: 500;
	padding: 5px 0px;
	position: relative;
	text-align: center;
}
#side_content .calendar_slider a:first-child, #side_content .calendar_slider a:last-child
{
	background: white;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 16px;
	height: 20px;
	line-height: 16px;
	margin: 0px 5px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 0px 5px;
	position: absolute;
	vertical-align: middle;
	webkit-border-radius: 3px;
	width: 20px;
}
#side_content .calendar_slider a:hover, #side_content .calendar_slider a:focus
{
	background: #022e5b;
	border: 1px solid #022e5b;
	color: #FFFFFF;
	text-decoration: none;
}
#side_content .calendar_slider a:first-child
{
	left: 0px;
}
#side_content .calendar_slider a:last-child
{
	right: 0px;
}
#side_content .calendar_select
{
	padding: 5px;
}
#side_content .calendar_select select
{
	background: #022e5b;
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	padding: 3px;
	width: 100%;
}
#side_content .side_box_table_body
{
	background: #f2f2f2;
}
#side_content .side_box_table_body a
{
	display: block;
	height: 100%;
	padding: 4px;
	width: 100%;
}
#side_content .side_box_table_body a:focus
{
	background: #022e5b;
	color: #FFFFFF;
	text-decoration: none;
}
#side_content table
{
	width: 100%;
}
#side_content table th
{
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}
#side_content table td, #side_content table th
{
	text-align: center;
}
#side_content table .current_date
{
	border: 1px solid #022e5b;
	font-weight: bold;
}
#side_content table .current_date a
{
	color: #022e5b;
}
#side_content table .appointment
{
	background: #ccc;
	font-weight: bold;
}
#side_content table .appointment a
{
	color: #022e5b;
}
#side_content .link_list
{
	list-style: none;
	margin: 0;
	padding: 0px;
}
#side_content .link_list li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	padding: 10px 15px;
}
#side_content .link_list li:nth-child(odd)
{
	background: #FFFFFF;
}
#side_content .link_list li:nth-child(even)
{
	background: #f7f7f7;
}
#side_content .link_list li:last-child
{
	margin-bottom: 0px;
}
#side_content .link_list a:focus
{
	background: #022e5b !important;
	border-radius: 3px;
	color: #FFFFFF !important;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
@media only screen and (max-width: 992px)
{
	#side_content
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
h1, h2
{
	font-family: "Merriweather", Georgia, "Times New Roman", Serif;
	text-align: left;
}
h1
{
	font-size: 20px;
	line-height: 1.5;
	margin: 0px 0px 30px 0px;
}
@media only screen and (max-width: 768px)
{
	h1
	{
		font-size: 20px;
		line-height: 1.5;
		margin: 0px 0px 20px 0px;
	}
}
h2
{
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px 0px 20px 0px !important;
}
@media only screen and (max-width: 768px)
{
	h2
	{
		font-size: 16px !important;
		margin: 0px 0px 20px 0px !important;
	}
}
.side_box h4
{
	padding: 10px;
}
.side_box h4, .calendar_select
{
	background: #022e5b;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 14px;
	margin: 0px;
}
.side_box h4
{
	color: #FFFFFF;
}
#wp_select
{
	background: #e7e7e7;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 20px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 8px 15px;
	webkit-border-radius: 3px;
}
#wp_select label
{
	margin-right: 15px;
}
#wp_select select
{
	padding: 5px;
}
@media only screen and (max-width: 480px)
{
	#wp_select
	{
		display: block;
	}
}
#pager
{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: right;
}
#pager .left
{
	float: left;
}
#pager .right
{
	float: right;
}
#pager .right ul
{
	margin-left: 15px;
}
#pager label, #pager select
{
	display: inline-block;
	margin-bottom: 0px;
}
#pager input[type=text]
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	webkit-border-radius: 3px;
	width: 25px;
}
#pager select
{
	padding: 5px;
}
#pager ul
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#pager ul li
{
	display: inline-block;
}
#pager ul li a
{
	background: #e7e7e7;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	color: #022e5b;
	display: block;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 0px 8px;
	webkit-border-radius: 3px;
}
#pager ul li a:visited
{
	color: #022e5b;
}
#pager ul li a:hover
{
	color: #022e5b;
}
#pager ul li a:active
{
	color: #022e5b;
}
#pager ul li a:focus
{
	outline: 0px;
}
#pager ul li a:hover, #pager ul li a:focus
{
	border: 1px solid #022e5b;
	text-decoration: none;
}
#pager ul li .pager_active
{
	background: #022e5b;
	color: #FFFFFF !important;
}
@media only screen and (max-width: 480px)
{
	#pager
	{
		text-align: center;
	}
	#pager label
	{
		margin-right: 10;
	}
	#pager select
	{
		margin-right: 0;
	}
	#pager ul
	{
		display: block !important;
		margin-top: 0px;
	}
	#pager .left
	{
		margin-bottom: 10px;
	}
	#pager .left, #pager .right
	{
		float: none;
		font-size: 12px;
	}
	#pager .right ul
	{
		margin-top: 10px;
	}
}
.thumb
{
	border: 10px solid white;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 150px;
	margin: 0px 15px 15px 0px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	transition: all 0.3s;
	webkit-border-radius: 3px;
}
.thumb:hover
{
	transform: scale(1.1);
}
#gallery a:focus .thumb
{
	border: 10px solid #022e5b;
	transform: scale(1.1);
}
@media only screen and (max-width: 480px)
{
	#gallery
	{
		text-align: center;
	}
	.thumb
	{
		height: auto;
		width: 70%;
	}
}
.formular
{
	background: #f2f2f2;
	border-radius: 3px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	webkit-border-radius: 3px;
}
.formular > div
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #FFFFFF;
	padding: 15px;
}
.formular > div:first-of-type
{
	border-top: 1px solid transparent;
}
.formular > div:last-of-type
{
	border-bottom: 1px solid transparent;
}
.formular input[type="radio"], .formular input[type="checkbox"]
{
	line-height: normal;
	margin: 4px 10px 0 0 !important;
}
.formular input[type="text"], .formular textarea
{
	background: #FFFFFF;
	border: 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px 8px;
	webkit-border-radius: 3px;
	width: 100%;
}
.formular .req
{
	color: red;
}
.formular h3
{
	font-size: 16px;
	padding-left: 20px;
	padding-top: 25px;
}
table
{
	width: 70%;
}
.table_list table
{
	border: 2px solid white;
	border-collapse: separate;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset;
	margin-bottom: 30px;
	width: 100%;
}
.table_list table tr td
{
	border-bottom: 1px dotted #cccccc;
}
.table_list table tr:last-child td
{
	border-bottom: 0px;
}
.table_list table tr:nth-child(odd)
{
	background: rgba(255, 255, 255, 0.9);
}
.table_list table tr:nth-child(even)
{
	background: rgba(255, 255, 255, 0.8);
}
.table_list table tr:first-child
{
	background: #e7e7e7;
}
.table_list table td, .table_list table th
{
	padding: 5px 10px;
}
.table_list table th
{
	border-bottom: 1px solid #cccccc;
}
.table_data table td, .table_data table th
{
	padding: 5px 10px;
	vertical-align: top;
}
.table_data table td
{
	width: 50%;
}
.table_data table ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.btn_table_send
{
	background: #022e5b;
	border: 0;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 18px;
	margin: 30px 0px 30px 25px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 5px 10px;
	transition: all 0.3s;
	webkit-border-radius: 3px;
}
.btn_table_send:hover
{
	background: #03498f;
}
.btn_table_send:focus
{
	background: #FFFFFF !important;
	color: #022e5b !important;
	outline: 5px solid #022e5b !important;
}
@media only screen and (max-width: 992px)
{
	#available_seats table, .table_data table
	{
		width: 100%;
	}
	.table_data table td:nth-child(odd)
	{
		width: 40%;
	}
	.table_data table td:nth-child(even)
	{
		width: 60%;
	}
}
#table_head
{
	font-weight: bold;
}
#table_head a:focus
{
	background: #FFFFFF;
	border-radius: 3px;
	color: #022e5b !important;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	webkit-border-radius: 3px;
}
#table_head .table_head_desktop
{
	background: #022e5b;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
}
#table_head .table_head_desktop li
{
	padding: 10px 10px;
}
#table_head .table_head_desktop li a
{
	color: #FFFFFF;
	display: block;
}
#table_head .table_head_mobile
{
	background: #022e5b;
	color: #FFFFFF;
	display: none;
	padding: 10px 0px;
	text-align: center;
}
#table_head .table_head_mobile select
{
	color: black;
	padding: 5px;
}
@media only screen and (max-width: 992px)
{
	#table_head .table_head_desktop
	{
		display: none;
	}
	#table_head .table_head_mobile
	{
		display: block;
	}
}
#table_search
{
	background: #e7e7e7;
	border-bottom: 2px solid #cccccc;
	padding: 5px;
	text-align: left;
}
#table_search ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#table_search input[type='text'], #table_search select
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 5px;
	webkit-border-radius: 3px;
	width: 100%;
}
@media only screen and (max-width: 768px)
{
	#table_search ul li
	{
		display: block;
		width: 100%;
	}
	#table_search ul li:first-child
	{
		margin-bottom: 5px;
	}
}
#table_body
{
	font-family: Arial !important;
	font-size: 14px;
}
#table_body label
{
	display: none;
}
@media only screen and (max-width: 768px)
{
	#table_body label
	{
		display: block;
	}
}
#table_body button.expander
{
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	border-radius: 3px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 16px;
	height: 20px;
	line-height: 16px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 0;
	position: absolute;
	right: 10px;
	transition: all 0.3s;
	webkit-border-radius: 3px;
	width: 20px;
	z-index: 1000;
}
#table_body button.expander:hover
{
	background: #337ab7;
}
#table_body button.expander:focus
{
	background: #022e5b;
}
@media only screen and (max-width: 768px)
{
	#table_body button.expander
	{
		display: block;
		left: 50%;
		margin-top: 15px;
		position: relative;
		transform: translateX(-50%);
	}
}
#table_body .number
{
	background: #022e5b;
	border: 0;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 300;
	margin-right: 5px;
	padding: 0px 4px;
	transition: all 0.3s;
}
#table_body .number:hover
{
	background: #337ab7;
	text-decoration: none;
}
#table_body .number:focus
{
	background: #FFFFFF;
	color: #022e5b;
	outline: 2px solid #022e5b;
	padding: 5px 8px;
	text-decoration: none;
}
#table_body button.expander_list
{
	background: transparent;
	border: 0;
	color: #337ab7;
	font-size: 12px;
	font-weight: 300;
	margin-right: 5px;
	transition: all 0.3s;
}
#table_body button.expander_list::before
{
	content: "\00BB";
	margin-right: 3px;
}
#table_body button.expander_list:hover
{
	color: black;
}
#table_body button.expander_list:focus
{
	background: #022e5b;
	border-radius: 3px;
	color: white;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
#table_body ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#table_body ul li
{
	padding: 5px 0px 15px 0px;
}
#table_body ul li ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#table_body ul li ul li
{
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	vertical-align: top;
}
#table_body ul li ul li ul
{
	padding-left: 0px;
}
#table_body ul li ul li ul li
{
	display: list-item;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0px 20px 0px 0px;
}
@media only screen and (max-width: 768px)
{
	#table_body ul li ul li ul
	{
		background: #FFFFFF;
		border: 1px solid rgba(0, 0, 0, 0.5);
		border-radius: 3px;
		moz-border-radius: 3px;
		ms-border-radius: 3px;
		padding-left: 0px;
		webkit-border-radius: 3px;
	}
	#table_body ul li ul li ul li
	{
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
		display: block;
		padding: 5px;
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (max-width: 768px)
{
	#table_body ul li ul li ul li
	{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 768px)
{
	#table_body ul li ul li
	{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 768px)
{
	#table_body ul li
	{
		padding: 10px 0px 40px 0px;
	}
}
#wp_select select, #pager select, #table_search select, #table_body select
{
	border: 1px solid #cccccc;
	border-radius: 3px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	webkit-border-radius: 3px;
}
#table_body > ul > li:nth-child(odd)
{
	background: #f2f2f2;
}
#table_body > ul > li:nth-child(even)
{
	background: #e5e5e5;
}
#table_body > ul > li
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #FFFFFF;
}
.table_space
{
	font-size: 0px;
}
.table_space a:focus, .table_space button:focus
{
	background: #022e5b;
	border-radius: 3px;
	color: #FFFFFF;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	padding: 4px;
	text-decoration: none;
	webkit-border-radius: 3px;
}
.table_space > li
{
	display: inline-block;
	font-size: 12px;
	padding: 0px 5px;
}
.table_space > li:nth-child(1)
{
	width: 10%;
}
.table_space > li:nth-child(2)
{
	width: 15%;
}
.table_space > li:nth-child(3)
{
	width: 30%;
}
.table_space > li:nth-child(3) ul
{
	list-style: url("pdf.png") !important;
	margin-left: 18px !important;
}
@media only screen and (max-width: 768px)
{
	.table_space > li:nth-child(3) ul
	{
		margin-left: 0px !important;
	}
}
.table_space > li:nth-child(4)
{
	width: 45%;
}
.table_space > li ul li
{
	width: 100% !important;
}
@media only screen and (max-width: 768px)
{
	#table_body .table_space > li:nth-child(1)
	{
		font-size: 28px;
	}
	#table_body .table_space > li:nth-child(1) label
	{
		display: inline-block !important;
		margin-right: 15px;
	}
	#table_body > ul > li
	{
		border-bottom: 5px solid #cccccc;
	}
}
#privacy_info
{
	margin-top: 100px;
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media only screen and (max-width: 768px)
{
	#privacy_info
	{
		margin-top: 40px;
		text-align: center;
	}
	#privacy_info p
	{
		padding: 0px 15px !important;
	}
}
footer
{
	background: #022e5b;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 30px;
}
footer ul
{
	color: rgba(255, 255, 255, 0.2);
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
footer ul li
{
	padding: 0px 15px 0px 0px;
}
footer ul li a
{
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 12px;
	hyphens: auto;
	line-height: 1.4;
	moz-border-radius: 3px;
	moz-hyphens: auto;
	ms-border-radius: 3px;
	ms-hyphens: auto;
	padding: 3px 10px;
	transition: all 0.3s;
	webkit-border-radius: 3px;
	webkit-hyphens: auto;
}
footer ul li a:hover, footer ul li a:focus
{
	background: #FFFFFF;
	color: #022e5b;
	text-decoration: none;
}
footer ul li:first-child
{
	list-style: none;
	margin-bottom: 15px;
	margin-left: -25px;
}
footer ul li:first-child a
{
	font-family: "Merriweather", Georgia, "Times New Roman", Serif;
	font-size: 14px;
}
@media only screen and (max-width: 768px)
{
	footer ul li
	{
		display: none;
	}
	footer ul li:first-child
	{
		display: block;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 992px)
{
	footer ul li
	{
		padding: 0px;
	}
}
@media only screen and (max-width: 992px)
{
	footer ul
	{
		margin: 0px;
	}
}
#side_nav
{
	padding-left: 0;
}
#side_nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#side_nav ul > li a
{
	border-bottom: 1px solid #cccccc;
	color: #474747;
	display: block;
	font-size: 14px;
	padding: 6px 15px;
	transition: all 0.3s;
}
#side_nav ul > li a:visited
{
	color: #474747;
}
#side_nav ul > li a:hover, #side_nav ul > li a:focus
{
	background: #022e5b;
	border-bottom: 1px solid #022e5b;
	color: white;
	text-decoration: none;
}
#side_nav ul > li a:active
{
	background: #034180;
	border-bottom: 1px solid #034180;
	text-decoration: none;
}
#side_nav ul > li a.active
{
	background: #022e5b;
	border-bottom: 1px solid #022e5b;
	color: #FFFFFF;
	text-decoration: none;
}
#side_nav ul > li ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#side_nav ul > li ul li a
{
	background: #f2f2f2 -5px 7px;
	border-bottom: 1px solid #cccccc;
	color: #474747;
	display: block;
	font-size: 14px;
	padding: 6px 10px 6px 35px;
	transition: all 0.3s;
}
#side_nav ul > li ul li a:hover, #side_nav ul > li ul li a:focus
{
	background: #f2f2f2 url("Pfeil_gross_rechts.png") no-repeat 5px 7px !important;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #022e5b;
	color: #474747 !important;
}
.active1
{
	background: #f2f2f2 url("Pfeil_gross_rechts.png") no-repeat 5px 7px !important;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #022e5b;
	color: #474747 !important;
}
@media only screen and (max-width: 1200px)
{
	#side_nav
	{
		display: none;
	}
}
#slider_panel
{
	background: #022e5b;
	border-radius: 3px;
	margin-bottom: 30px;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	overflow: hidden;
	position: relative;
	webkit-border-radius: 3px;
}
#slider_panel #slider-prev, #slider_panel #slider-next
{
	position: absolute;
	z-index: 60;
}
#slider_panel #slider-prev
{
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#slider_panel #slider-prev .bx-prev
{
	background-image: url("btn_slider.png");
	background-position: 0px 0px;
	color: transparent;
	display: block;
	height: 30px;
	transition: none;
	width: 30px;
}
#slider_panel #slider-prev .bx-prev:hover, #slider_panel #slider-prev .bx-prev:focus
{
	background-image: url("btn_slider.png");
	background-position: 0px 30px;
}
#slider_panel #slider-next
{
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#slider_panel #slider-next .bx-next
{
	background-image: url("btn_slider.png");
	background-position: 30px 0px;
	color: transparent;
	display: block;
	height: 30px;
	transition: none;
	width: 30px;
}
#slider_panel #slider-next .bx-next:hover, #slider_panel #slider-next .bx-next:focus
{
	background-image: url("btn_slider.png");
	background-position: 30px 30px;
}
.bxslider
{
	padding: 0;
}
.bx-pager-item
{
	display: inline-block;
}
.bxslider li img
{
	width: 100%;
}
.bx-wrapper
{
	position: relative;
}
.bx-viewport
{
	z-index: 50;
}
.bx-controls-auto, .bx-controls-auto-item, .bx-pager
{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
}
.bx-pager-link
{
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 3px;
	color: transparent;
	display: block;
	height: 15px;
	line-height: 0;
	width: 15px;
}
.bx-pager-link:hover, .bx-pager-link:focus
{
	background: white;
	color: transparent !important;
}
.bx-start, .bx-stop
{
	background-color: rgba(255, 255, 255, 0.25);
	background-image: url("playpause.png");
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	border-radius: 3px;
	color: transparent;
	display: block;
	height: 20px;
	margin-left: 10px;
	transition: none;
	width: 20px;
}
.bx-start:hover, .bx-start.active, .bx-stop:hover, .bx-stop.active
{
	color: transparent;
}
.bx-start
{
	background-position: 0px 0px;
}
.bx-start:hover, .bx-start:focus, .bx-start.active
{
	background-position: -20px 0px;
	color: transparent;
}
.bx-stop
{
	background-position: 0px -20px;
}
.bx-stop:hover, .bx-stop:focus, .bx-stop.active
{
	background-position: -20px -20px;
	color: transparent;
}
.bx-pager
{
	margin-right: 10px;
}
.bx-pager .bx-pager-item
{
	margin-left: 10px;
}
.bx-pager .active
{
	background: white !important;
}
.bx-controls
{
	background: #022e5b;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
}
.slider_text
{
	border-radius: 0px;
	color: #FFFFFF;
	font-family: "Merriweather", Georgia, "Times New Roman", Serif;
	font-size: 16px;
	padding: 15px;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 768px)
{
	#slider_panel
	{
		overflow: visible;
	}
	#slider_panel img
	{
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	#slider_panel #slider-prev
	{
		left: -15px;
		top: 50%;
		transform: translateY(-50%);
	}
	#slider_panel #slider-next
	{
		right: -15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.slider_text
	{
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px)
{
	.bx-controls-auto
	{
		margin-top: 10px;
	}
}
.caret
{
	border-color: #337ab7 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	height: 0;
	margin-right: 10px;
	width: 0;
}
.accordion_title
{
	background-color: #f2f2f2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: block;
	font-family: "Merriweather", Georgia, "Times New Roman", Serif;
	font-size: 16px;
	outline: none;
	padding: 10px 15px;
	text-align: left;
	transition: all 0.3s;
}
.accordion_title:first-of-type
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.accordion_title:last-of-type
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.accordion_title.active, .accordion_title:hover, .accordion_title:focus
{
	background-color: #022e5b;
	color: #FFFFFF;
	text-decoration: none;
}
.acc_text_box
{
	background-color: #fafafa;
	display: none;
	padding: 25px;
}
.acc_text_box p
{
	margin: 0;
	padding: 0;
}
.acc_text_box.show
{
	display: block !important;
}




@media print
{
	nav, footer, .nav-wrap, .nav-searchbox, #logo, #grey_area, #slider-prev, #slider-next
	{
		display: none;
	}
	#logo_print
	{
		display: block;
	}
	#blue_area
	{
		border-bottom: 3px solid black;
		position: static;
	}
	h1
	{
		font-size: 22px;
	}
	h2
	{
		font-size: 18px;
	}
	.personlist li h3 a
	{
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	a:after, a:link:after
	{
		background-color: transparent;
		color: blue !important;
		content: " *URL: " attr(href) "* ";
		display: none;
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-style: italic;
	}
	img
	{
		margin: 0;
	}
	.content_image
	{
		padding: 5px 0px 0px 0px !important;
	}
	.content_image p
	{
		font-style: italic;
	}
	.content_link_list_xl li, .accordion_title, .acc_text_box, .content_link_list li
	{
		border: 1pt solid rgba(0, 0, 0, 0.5);
		font-size: 12px !important;
	}
	.content_link_list_xl li a, .accordion_title a, .acc_text_box a, .content_link_list li a
	{
		font-size: 12px !important;
	}
	.bxslider *
	{
		display: block !important;
		overflow: visible !important;
		position: static !important;
	}
	.slider_text
	{
		text-align: left;
	}
	#table_head
	{
		border-bottom: 2px solid black;
		border-top: 2px solid black;
	}
	#table_search
	{
		display: none;
	}
	#pager label
	{
		font-size: 12px !important;
	}
	#pager .right ul
	{
		display: none !important;
	}
	.table_space li ul li a.number
	{
		border: 1px solid black !important;
	}
	select, input
	{
		border: 1pt solid black;
		font-size: 12px !important;
	}
}




#liveticker .aktuell
{
	background-color: #FFFFFF !important;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	outline: 5px solid #022e5b;
}
#liveticker .erledigt
{
	background-color: #d9d9d9 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	color: #808080;
}
.slick-slider
{
	box-sizing: border-box;
	display: block;
	khtml-user-select: none;
	moz-user-select: none;
	ms-touch-action: pan-y;
	ms-user-select: none;
	position: relative;
	touch-action: pan-y;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.slick-list
{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: hand;
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list
{
	moz-transform: translate3d(0, 0, 0);
	ms-transform: translate3d(0, 0, 0);
	o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	webkit-transform: translate3d(0, 0, 0);
}
.slick-track
{
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}
.slick-track:before, .slick-track:after
{
	content: "";
	display: table;
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}
.slick-slide
{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	border: 1px solid transparent;
	display: block;
	height: auto;
}
.slick-arrow.slick-hidden
{
	display: none;
}
#wsSlider.container
{
	padding: 0px;
}
.slick-prev, .slick-next
{
	background: white;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #022e5b;
	font-size: 30px;
	line-height: 1;
	padding: 5px 0px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all .2s ease;
	width: 40px;
	z-index: 1000;
}
.slick-prev:hover, .slick-next:hover
{
	transform: translateY(-50%) scale(1.1);
}
@media screen and (max-width: 768px)
{
	.slick-prev, .slick-next
	{
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	}
}
.slick-prev
{
	left: 0px;
}
.slick-next
{
	right: 0px;
}
.slick-slide
{
	padding: 0px 15px;
}
#blue_area .nav-wrap
{
	top: 10px;
}
@media screen and (max-width: 600px)
{
	#blue_area
	{
		height: 100px;
	}
}
@media screen and (max-width: 768px)
{
	.blackout
	{
		display: none;
	}
}
header
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
#blue_area, #main_nav
{
	position: relative;
}
#blue_area
{
	border-bottom: 0px;
}
.off_menu-link
{
	color: white;
}
.teaserBox
{
	border-radius: 3px;
	overflow: hidden;
}
.teaserBox div:first-child
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.teaserBox div:first-child img
{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.teaserBox div:last-child
{
	font-size: 14px;
	padding: 15px 30px;
	position: relative;
}
.teaserBox div:last-child p
{
	font-family: Arial, sans-serif;
	font-weight: 300;
	hyphens: auto;
	line-height: 1.5em;
	moz-hyphens: auto;
	overflow: hidden;
	position: relative;
}
.teaserBox div:last-child p:after
{
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	text-align: right;
	width: 50%;
}
.teaserBox div:last-child span
{
	bottom: 15px;
	display: none;
	font-style: italic;
	left: 15px;
	position: absolute;
}
.teaserBox div:last-child button
{
	background: transparent;
	border: 1px solid transparent;
	border-radius: 5px;
	bottom: 15px;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 15px;
	transition: all 0.3s;
}
.teaserBox div:first-child
{
	height: 150px;
}
@media screen and (max-width: 1200px)
{
	.teaserBox div:first-child
	{
		height: 100px;
	}
}
@media screen and (max-width: 996px)
{
	.teaserBox div:first-child
	{
		height: 90px;
	}
}
.teaserBox div:last-child
{
	background: #022e5b;
	color: white;
	height: 150px;
}
.teaserBox div:last-child p
{
	margin: 0px;
}
.teaserBox div:last-child button:hover
{
	background: rgba(255, 255, 255, 0.25);
	transform: scale(1.1);
}
@media screen and (max-width: 768px)
{
	.teaserBox
	{
		margin-bottom: 15px;
	}
}
#wsSlider.whiteSlider .teaserBox
{
	border-radius: 0px;
}
#wsSlider.whiteSlider .teaserBox div:first-child
{
	border: 10px solid white;
	height: 160px;
}
#wsSlider.whiteSlider .teaserBox div:last-child
{
	background: white;
	color: black;
	height: 140px;
	padding: 5px 25px;
}
#wsSlider.whiteSlider .teaserBox button:hover
{
	background: #022e5b;
	color: white;
	transform: scale(1.1);
}
#wsSlider.whiteSlider .slick-prev, #wsSlider.whiteSlider .slick-next
{
	background: #022e5b;
	color: white;
}
#welcomeScreen
{
	background-image: url("welcomeScreen.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
	margin-top: 104px;
	position: relative;
}
#welcomeScreen #headLine
{
	display: block;
}
@media screen and (max-width: 768px)
{
	#welcomeScreen #headLine
	{
		display: none;
	}
	#welcomeScreen #wsSlider
	{
		margin-top: 20px;
	}
}
#welcomeScreen h1
{
	color: white;
	font-size: 36px;
	font-weight: 700;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
#welcomeScreen #wsGradient
{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 768px)
{
	#welcomeScreen #wsGradient
	{
		background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 0%, white 20%);
		background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 0%, white 20%);
		background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 0%, white 20%);
		padding-bottom: 20px;
	}
}
#welcomeScreen #wsTwitter
{
	height: calc(100% - 345px);
}
#welcomeScreen #wsTwitter div
{
	height: 100%;
}
#welcomeScreen #wsTwitter div div
{
	position: relative;
}
#welcomeScreen #wsTwitter div div h1
{
	bottom: 0px;
	position: absolute;
}
@media screen and (max-width: 768px)
{
	#welcomeScreen #wsTwitter div
	{
		height: auto;
	}
	#welcomeScreen #wsTwitter div div h1
	{
		bottom: auto;
		position: relative;
	}
}
#welcomeScreen #wsTwitter #twitterBox
{
	padding: 30px 15px;
}
#welcomeScreen #wsTwitter #twitterBox div
{
	background: white;
	border-radius: 2px;
	height: 100%;
}
#welcomeScreen #wsSlider
{
	bottom: 55px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px)
{
	#welcomeScreen #wsTwitter, #welcomeScreen #wsSlider
	{
		bottom: auto;
		height: auto;
		left: auto;
		position: relative;
		right: auto;
		top: auto;
		transform: translate(0%, 0%);
	}
}
#welcomeScreen #testContainer
{
	padding: 0px;
}
@media screen and (max-width: 1200px)
{
	#welcomeScreen
	{
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px)
{
	#welcomeScreen
	{
		background-color: #000;
		background-image: none;
		height: auto;
	}
	#welcomeScreen h1
	{
		font-size: 28px;
		margin-top: 30px;
		text-align: center;
	}
}
@media screen and (max-width: 600px)
{
	#welcomeScreen
	{
		margin-top: 100px;
	}
}
#calendar
{
	background: #d9d9d9;
}
#calendar div
{
	position: relative;
}
#calendar div #calendarControls
{
	background: white;
	border-radius: 3px;
	line-height: 1;
	padding: 15px;
	position: absolute;
	top: -26px;
	width: calc(100% - 30px);
}
#calendar div #calendarControls p
{
	font-size: 22px;
	margin: 0px;
}
#calendar div #calendarControls div
{
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#calendar div #calendarControls div button
{
	background: transparent;
	border: 0px solid transparent;
	transition: all 0.3s;
}
#calendar div #calendarControls div button:hover
{
	color: #022e5b;
}
#calendar div #calendarControls div select
{
	appearance: none;
	background: #e7e7e7;
	border: 1px solid #022e5b;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 300;
	margin-left: 5px;
	moz-appearance: none;
	padding: 5px 25px 5px 5px;
	transition: all 0.3s;
	webkit-appearance: none;
}
#calendar div #calendarControls div select:hover
{
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
#calendar div #calendarControls div label
{
	margin: 0px;
	position: relative;
}
#calendar div #calendarControls div label:after
{
	color: black;
	content: "\f107";
	cursor: pointer;
	display: block;
	font-family: "FontAwesome";
	padding: 5px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	z-index: 50;
}
#calendar .container
{
	padding-bottom: 60px;
	padding-top: 60px;
}
#calendar .calendar1st p, #calendar .calendarAll p
{
	font-family: Arial, sans-serif;
	font-size: 14px;
}
#calendar .calendar1st p span, #calendar .calendarAll p span
{
	color: #022e5b;
	font-weight: 700;
}
#calendar .calendarAll
{
	display: none;
}
#calendar .calendarAll .row
{
	margin-top: 60px;
}
#calendar #calendarExpand
{
	background: transparent;
	border: 0px solid transparent;
	bottom: 30px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
#calendar .tableSelector
{
	font-family: Arial, sans-serif;
	padding: 5px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
#calendar .tableSelector button
{
	background: transparent;
	border: 0px solid transparent;
	position: absolute;
}
#calendar .tableSelector button:hover
{
	color: #022e5b;
}
#calendar .tableSelector button:first-child
{
	left: 0px;
}
#calendar .tableSelector button:last-child
{
	right: 0px;
}
#calendar table
{
	border-collapse: separate;
	border-spacing: 0px;
	font-family: Arial, sans-serif;
	text-align: center;
	width: 100%;
}
#calendar table tr th
{
	background: rgba(255, 255, 255, 0);
	color: rgba(0, 0, 0, 0.4);
	font-weight: 300;
	padding: 2px;
	text-align: center;
}
#calendar table tr td
{
	outline: 1px solid #d9d9d9;
}
#calendar table tr td a
{
	color: #022e5b;
	display: block;
	height: 100%;
	padding: 2px;
	transition: all 0.3s;
	width: 100%;
}
#calendar table tr td a:hover
{
	background: #022e5b;
	color: white;
	text-decoration: none;
	transform: scale(1.1);
}
#calendar table .dayWithEvents
{
	background: rgba(0, 0, 0, 0.1);
}
#calendar table .today
{
	background: #022e5b;
	text-decoration: none;
}
#calendar table .today a
{
	color: white;
}
@media screen and (max-width: 768px)
{
	#calendar .container
	{
		padding-top: 0px;
	}
	#calendar .container #calendarControls
	{
		left: 0px;
		margin: 0px 0px 30px -15px;
		padding: 15px 30px;
		position: relative;
		top: 0px;
		width: calc(100% + 30px);
	}
	#calendar .container #calendarControls div, #calendar .container #calendarControls p
	{
		display: block;
		position: static;
		text-align: center;
		transform: translate(0%);
	}
	#calendar .container #calendarControls p
	{
		margin-bottom: 10px;
	}
	#calendar .container #calendarControls div button
	{
		margin: 15px 0px 0px 0px;
		padding: 0px;
	}
	#calendar .row
	{
		margin-bottom: 0px;
		margin-top: 0px !important;
	}
	#calendar .row div:not(.tableSelector)
	{
		margin-bottom: 50px;
	}
}
.videoTeaserOverlay
{
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 100;
}
.videoTeaserOverlay img
{
	cursor: pointer;
	max-width: 75px;
	opacity: 0.4;
	transition: all .2s ease;
}
.videoTeaserOverlay img:hover
{
	opacity: 0.9;
}
.modal
{
	z-index: 10000;
}
.modal .modal-header
{
	background: #022e5b;
	border-bottom: 0px;
	color: white;
}
.modal h4
{
	font-size: 18px;
}
.modal .modal-footer
{
	border-top: 0px;
}
.modal .modal-footer button
{
	background: #022e5b;
	border: 0px;
	border-radius: 3px;
	color: white;
	padding: 5px 10px;
	transition: all .05s ease;
}
.modal .modal-footer button:hover
{
	background: rgba(2, 46, 91, 0.75);
}
.modal-open header
{
	padding-right: 17px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-weight: 500;
}
  
/*# sourceMappingURL=app.css.map */
