﻿/*
	nextshop Styles
*/

body:after{
	content:'marker0';
	display:none;
}

.hmenu li.lvl0.shop .lbl.lvl0 span{
	/*display:none;*/
}
	.hmenu li.lvl0.shop .lbl.lvl0 i:before{
		content:'\f07a';
		font-family:fontawesome;
		font-size:1em;
		line-height:1em;
		margin-right:0.3em;
	}


.fmenu_shop_btn{
	display:none;
	right:55px;
}
	.fmenu_shop_btn .fm_button{
		font-size:22px;
		color:#CC0000;
		background-color:transparent;
		border:none;
	}
	.fmenu_shop_btn .fm_button .icon:before{
		content:'\f07a';
	}

@media screen and (max-width:530px){
	.fmenu_shop_btn{
		display:none;
	}
}


/*=== Für CMS Debugausgaben ===*/
.cms4d_odebug{
	color:rgb(0,0,0);
	background-color:white;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	padding:10px;
	float:left;
	clear:both;
	width:100%;
}
.cms4d_odebug h1{
	color:rgb(0,0,0);
	font-size:16px;
	text-indent:0px;
	background-image:none;
}
.cms4d_odebug pre{
	color:rgb(0,0,0);
	font-family:Verdana;
}



/*--- Klassen aus Layout-CSS überschreiben ----*/
.igal_item a, .igal_item a:hover{
	text-decoration:none;
	color:#333333;
}

.hmenu .sub a.lnkext > span:after{
	content:'\f0ac';
	font-family:fontawesome;
	font-size:1em;
	display:inline-block;
	margin:0 0 0 0.25em;
	position:relative;
}

.tree a.lnkext > span:after{
	content:'\f0ac';
	font-family:fontawesome;
	display:inline-block;
	font-size:1em;
	margin-left:0.25em;
}

.cms4d_fmenu .lnkext .flbl a:before{
	content:'\f0ac';
}

img.bild_rechts, img.bild_links{
	border-radius:10px;
}



.left_col{
	width:25%;
	float:left;
	margin-right:-100%;
	position:relative;
	padding-bottom:40px;
	z-index:20;
	display:none;
}
body.smenu_lvl_2 .left_col{
	display:block;
}
body.smenu_lvl_2 main{
	padding-left:28.2%;
	width:100%;
	float:left;
}

@media screen and (max-width:939px){
	body.smenu_lvl_2 .left_col{
		display:none;
	}
	body.smenu_lvl_2 main{
		padding-left:0;
	}
}




.fan_row{
	background-color:rgb(26,26,26);
	text-align:center;
	padding:30px 0 30px 0;
	border-bottom:1px solid rgb(51, 51, 51);
	display:inline-block;
}
	.fan_box a{
		color:rgb(204,204,204);
	}
	.fan_box h3{	
		color:white;
	}
	.fan_box{
		max-width:540px;
		width:100%;
		margin:0 auto;
	}
		.fan_img{
			float:left;
			margin-right:40px;
			width:152px;
		}
			.fan_img img{
				width:100%;
				max-width:152px;
				border-radius:2px;
			}
		.fan_content{
			float:left;
			text-align:left;
			width:348px;
		}
		.fan_lnk{
			margin-top:1em;
			width:100%;
			float:left;
		}


.fan_row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
}
	.fan_row > *:nth-child(1){
		margin-right:40px;
	}
	.fan_row > *:nth-child(2){
		margin-left:40px;
	}
	.fan_box{
		width:540px;
		margin:0;
	}

@media screen and (max-width:1240px){

	.fan_row > *:nth-child(1){
		width:100%;
		margin:0 0 20px 0;
	}
	.fan_row > *:nth-child(2){
		margin:0 0 0 0;
		width:100%;
	}
	.fan_box{
		max-width:540px;
		width:100%;
		margin:0 auto;
	}

}

@media screen and (max-width:580px){

	.fan_box{
		max-width:100%;
		margin:0;
		padding:0 15px 0 15px;
	}
		.fan_img{
			margin-right:3%;
			width:30%;
		}
		.fan_content{
			width:67%;
		}

		.fan_lnk{
			margin-top:0;
		}

}

@media screen and (max-width:400px){

	.fan_img{
		margin-right:0;
		margin-bottom:15px;
		width:100%;
	}
	.fan_content{
		width:100%;
		text-align:center
	}

}





/*--- Submenu Treeview ---*/
.smenu_1_container{
	width:100%;
	float:left;
	clear:both;
	margin-top:28px;
}
.tree{
	width:100%;
	float:left;
	clear:both;
	font-size:18px;
	line-height:1.2em;
	font-family:roboto-cd-l, sans-serif;
	color:rgb(128,128,128);
}
.tree ul, .tree li{
	list-style:none;
	padding:0;
	margin:0;
	display:block;
}
.tree a{
	display:block;
	text-decoration:none;
	color:#808080;
}
.tree a > span{
	display:block;
}
	/*Level 0*/
	.tree a.lvl0{
		font-size:18px;
		line-height:1.2em;
	}
		.tree li.lvl0:first-child a{
			border-top:none;
		}
		.tree a.lvl0 > span{
			/*padding:0.4em 0 0.4em 0;*/
			padding:0;
		}
			.tree a.lvl0 > span:before{
 				/*arrow-circle-right*/
				content:'\f0a9';


				/*chevron-right*/
				content:'\f054';

				font-family:fontawesome;
				display:inline-block;
				width:1em;
				margin-left:-1.2em;
				color:#808080;
			}
/*Level n*/
.tree .sub{
	font-size:18px;
	padding-bottom:10px;
}
	.tree .sub2{
		display:block;
	}
		.tree .sub a{
			padding:0.2em 0 0.2em 0;
		}
			.tree .sub a span:before{

				/*icon-square*/
				content:'\f0c8';

				/*icon-circle-o*/
				content:'\f10c';

				/*icon-circle*/
				content:'\f111';

				/*arrow-circle-right*/
				content:'\f0a9';

				/*chevron-right*/
				content:'\f054';

				font-family:fontawesome;
				display:inline-block;
				width:1em;
				margin-left:-1.64em;
				margin-left:-1em;
				color:rgb(204,204,204);
			}
	/*hover, act, on*/
	.tree a:hover, .tree a.act, .tree a.on{
		color:#CC0000;
	}
		.tree a:hover > span:before,
		.tree a.act > span:before,
		.tree a.on > span:before{
			color:#FFFFFF;
		}
	.tree a.act > span:before,
	.tree a.on > span:before{
	}
	.tree a.on{
		color:rgb(204,0,10);
		font-family:roboto-cd, sans-serif;
	}
	.tree .sub a.on{
	}

	/*Einrückungen / Offsets STANDARD für breite Bullets*/
	.tree a.lvl0{padding-left:1.2em;}
	/*Einrückung ab lvl1: für durchgängig ab lvl0 gleich formatierte Treeviews = Standardeinrückung lvl0 + (Standardeinrückung lvln * n).*/
	.tree a.lvl1{padding-left:1.95em;}
	.tree a.lvl2{padding-left:2.95em;}
	.tree a.lvl3{padding-left:3.95em;}
	.tree a.lvl4{padding-left:4.95em;}



/*--- Container Formate ----*/
fieldset{
	border:none;
	padding:0px;
	margin:0px;
}
.box_headline_1 *, .box_headline_2 *{
	margin:0;
	padding:0;
}
.box_headline_1{
	color:white;
	background-color:rgb(169,14,14);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}
.box_headline_2{
	color:white;
	background-color:rgb(205,131,26);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}



/*Hilfsklassen*/
.clearboth{
	float:none;
	clear:both;
}
.displaynone{
	display:none;
}


/*=== cms4d Module ===*/
.cms4dmodul_2_teaser_modulcontainer, .cms4dmodul_3_teaser_modulcontainer{
	padding:0px;
	width:420px;
	float:right;
	margin-left:40px;
}
.cms4dmodul_2_teaser_modulcontainer ul, .cms4dmodul_2_teaser_modulcontainer li, .cms4dmodul_3_teaser_modulcontainer ul, .cms4dmodul_3_teaser_modulcontainer li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width:420px;
	
}
.cms4dmodul_2_teaser_modulbodycontainer, .cms4dmodul_3_teaser_modulbodycontainer{
	padding:0px;
	width:420px;
}
.cms4dmodul_2_teaser_modulbodycontainer ul li, .cms4dmodul_3_teaser_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;

}

.cms4dmodul_2_teaser_headline, .cms4dmodul_3_teaser_headline{
	color:rgb(136,119,96);
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
}


/*---------------------------*/

.cms4dmodul_2_liste_modulcontainer, .cms4dmodul_3_liste_modulcontainer{
	margin-bottom:0px;
}
.cms4dmodul_2_liste_modulcontainer ul, .cms4dmodul_2_liste_modulcontainer li{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulcontainer ul, .cms4dmodul_3_liste_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_liste_modulbodycontainer{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulbodycontainer{
	background-color:transparent;
	padding:0px;
}
.cms4dmodul_2_liste_modulbodycontainer ul li, .cms4dmodul_3_liste_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}

.cms4dmodul_2_liste_headline, .cms4dmodul_3_liste_headline{
	font-size:1.2em;
	border-bottom:1px solid #E6E6E6;
	padding-bottom:0.5em;
	margin-bottom:1em;
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid white;
}

.cms4dmodul_2_liste_modulbodycontainer h2, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid white;
}





/*htmlfragment_teaser*/
.htmlfragment_teaser
{
    
}
.html_teaser p{
	margin:0 0 0.5em 0;
}
.html_teaser_hr{
	border-top:1px dashed rgb(153,153,153);
	height:1em;
	margin-top:1em;
	clear:both;
}

.news_teaser{
	float:left;
	border-top:1px solid #E5DDC9;
	padding-top:1em;
	margin-bottom:1.2em;
	width:420px;
	font-size:0.9em;
}

.news_teaser h4{
	font-size:1.35em;
}
.news_teaser h4 a, .news_teaser h4 a:hover{
	color:rgb(179,157,107);
	text-decoration:none;
}

.news_teaser_date{
	font-weight:bold;
	font-size:1em;
}
.news_teaser_lnk{
	font-weight:bold;
}
.news_teaser .data_img_container{
	width:220px;
	overflow:hidden;
}
.news_teaser .data_img{
	border:none;
	margin-bottom:0.75em;
}

.news_teaser ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_teaser ul ul{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}
.news_teaser ul li{
	padding:0;
	margin:0 0 0 -8px;
}

.news_teaser p{
	line-height:1.2em;
	padding:0;
	margin-bottom:0.6em;
}
.news_teaser p a, .news_teaser p a:hover{
	color:rgb(110,92,67);
	text-decoration:none;
}





/*=== Info Box 1, cms4dmodul -1 ===*/
/*für alle*/
.ibox_1_1 .body, .ibox_1_2 .body, .ibox_2_1 .body, .ibox_2_2 .body{
	border:1px solid #B0BCC4;
	background-color:#E9ECEF;
	padding:9px 9px 0 9px;
}
.ibox_1_1 img, .ibox_1_2 img, .ibox_2_1 img, .ibox_2_2 img{
	border:1px solid #B0BCC4;
	width:120px;
	height:90px;
	overflow:hidden;
	background-color:white;
}
/*Extraklasse für Modul-Container DIV, für kleinere Texte*/
.smalltext .body{
	font-size:9px;
}
.smalltext .ltable .td_left{
	padding-right:9px;
}

@media all{
	/*Die beiden Stile für ibox_1_1 sind bis auf die Überschrift (Farbe) identisch*/
	.cms4dmodul_-1_1_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_1_1, .ibox_1_2{
	}
	.ibox_1_1_body_container{
	}
	.ibox_1_1 a, .ibox_1_2 a{
		color:black;
	}
	.ibox_1_1 a:hover, .ibox_1_2 a:hover{
	}
	.ibox_1_1 a.lnk_href, .ibox_1_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_1_1 .h_txt{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_2 .h_txt{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_1 a.h_txt, .ibox_1_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
		font-size:1em;
	}
	.ibox_1_1 .s_txt, .ibox_1_2 .s_txt{
		font-size:9px;
	}
	.ibox_1_1 .i_txt{
	}
	.ibox_1_1 .b_txt{
	}
	.ibox_1_1 .ltable, .ibox_1_1 .ltable{
		width:100%;
	}
	.ibox_1_1 .td_left, .ibox_1_2 .td_left{
		padding:0 15px 9px 0;
 	}
	.ibox_1_1 .td_right, .ibox_1_2 .td_right{
		width:100%;
 	}




	.cms4dmodul_-1_2_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_2_1{
	}
	.ibox_2_1_body_container{
	}
	.ibox_2_1 a, .ibox_2_2 a{
		color:black;
	}
	.ibox_2_1 a:hover, .ibox_2_2 a:hover{
	}
	.ibox_2_1 a.lnk_href, .ibox_2_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_2_1 .h_txt{
		border-left:8px solid rgb(153,0,102);
		border-top:1px solid rgb(204,204,204);
		border-right:1px solid rgb(153,153,153);
		border-bottom:1px solid rgb(153,153,153);
		color:rgb(0,0,0);
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 7px;*/
		padding:4px 9px 6px 7px;
		background-color:rgb(204,204,204);
		background-image:url(images-wd/box-headline-bg-hellgrau.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_2 .h_txt{
		border-top:1px solid rgb(184,77,148);
		border-bottom:1px solid rgb(153,0,102);
		color:white;
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 9px;*/
		padding:4px 9px 6px 9px;
		background-color:rgb(153,0,102);
		background-image:url(images-wd/box-headline-bg-violett.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_1 a.h_txt, .ibox_2_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_2_1_image_container, .ibox_2_2_image_container{
		margin-bottom:1em;
	}
	.ibox_2_1 .s_txt, .ibox_2_2 .s_txt{
		font-size:9px;
	}
	.ibox_2_1 .i_txt{
	}
	.ibox_2_1 .b_txt{
	}
}



/*--- Bildergalerie ---*/
.bildergalerie_container{
	margin-bottom:30px;
	width:100%;
	float:left;
}
.img_register{
	margin:0 0 1em 0;
}
.img_register .but_fwd_back{
	color:black;
	border:1px solid #D2D2D2;
	background-color:#EAEAEA;
	font-weight:bold;
	text-decoration:none;
	padding:1px 4px 2px 4px;
	margin-right:4px;
	float:left;
}
.img_register .but_fwd_back:hover{
	color:white;
	background-color:#AA8345;
	text-decoration:none;
}

.img_register .but_fwd_back_on{
	color:white;
	border:1px solid #D2D2D2;
	background-color:#AA8345;
	font-weight:bold;
	text-decoration:none;
	padding:1px 4px 2px 4px;
	margin-right:4px;
	float:left;
}

.bildergalerie_liste{
	width:100%;
	float:left;
	padding:0px;
	margin:0 auto;
}

.bildergalerie_liste .thumb_container{
	overflow:hidden;
	float:left;
	border:1px solid #CCCCCC;
	margin-right:20px;
	margin-bottom:20px;
	border-radius:5px;

	width:18%;
	margin-right:2%;
	line-height:0.1em;
}
.bildergalerie_liste .thumb_container img{
	width:260px;
	max-width:100%;
	border:none;
	background-size:contain;
	background-size:cover;
}


@media screen and (max-width:800px){

	.bildergalerie_liste .thumb_container{
		width:23%;
		margin-right:2%;
	}

}
@media screen and (max-width:600px){

	.bildergalerie_liste .thumb_container{
		width:31%;
		margin-right:2%;
		margin-bottom:10px;
	}

}
@media screen and (max-width:400px){

	.bildergalerie_liste .thumb_container{
		width:48%;
		margin-right:2%;
		margin-bottom:6px;
	}

}

/*--- Platzhalter Bildergalerien ---*/
.bildergalerie1{
	width:100%;
	float:left;
	max-width:860px;
}
.bildergalerie1 .galerie_content{
	width:100%;
	float:left;
	max-height:315px;
	overflow:hidden;
}

	.bildergalerie1 .galerie_content .big{
		float:left;
		width:50%;
	}
		.bildergalerie1 .galerie_content .big img{
			width:100%;
			max-width:430px;

			background-size:cover;
			background-repeat:no-repeat;
			border:1px solid #0083C6;
			border-radius:2px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
		}

	.bildergalerie1 .galerie_content .thumb{
		float:left;
		width:50%;
		height:150px;
	}
		.bildergalerie1 .galerie_content .thumb img{
			width:47%;
			margin:0px 0px 3% 3%;
			float:left;

			background-size:cover;
			background-repeat:no-repeat;
			border:1px solid #0083C6;
			border-radius:2px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
		}
		.bildergalerie1 .galerie_content .thumb a:nth-child(3) img{
			margin-bottom:0;
		}
		.bildergalerie1 .galerie_content .thumb a:nth-child(4) img{
			margin-bottom:0;
		}

	.bildergalerie1 .thumb2{
		display:none;
		float:left;
		width:100%;
		margin-top:1.5%;
		padding:10px 0px 0px 12px;
		background-color:#F0F0EE;
		border-radius:5px;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
		.bildergalerie1 .thumb2 img{
			width:82px;
			height:46px;
			float:left;
			margin:0 10px 10px 0px;
			border:1px solid rgb(190,190,190);
			border-radius:2px;
		}


@media screen and (max-width:470px){

	.bildergalerie1 .galerie_content{
		max-height:none;
		overflow:visible;
	}
		.bildergalerie1 .galerie_content .big{
			width:100%;
			margin-bottom:2%;
		}
		.bildergalerie1 .galerie_content .thumb{
			width:100%;
			height:auto;
		}
			.bildergalerie1 .galerie_content .thumb img{
				width:49%;
				margin:0 2% 2% 0;
			}
			.bildergalerie1 .galerie_content .thumb a:nth-child(2) img{
				margin-right:0;
			}
			.bildergalerie1 .galerie_content .thumb a:nth-child(4) img{
				margin-right:0;
			}

	.bildergalerie1 .thumb2{
		margin-top:0.5%;
	}
}


.bildergalerie2{
	width:104%;
	float:left;
	margin-left:-4%;
}
	.bildergalerie2 .thumb{
		float:left;
		width:21%;
		margin:0 0 4% 4%;
	}
	.bildergalerie3 .thumb{
		float:left;
		width:29%;
		margin:0 0 4% 4%;
	}
	.bildergalerie2 .thumb img{
			width:100%;
			float:left;
			background-size:cover;
			background-repeat:no-repeat;
			box-sizing:border-box;
		}

@media screen and (max-width:540px){

	.bildergalerie2 .thumb{
		width:29.33%;
	}

}


@media screen and (max-width:420px){

	.bildergalerie2 .thumb{
		width:46%;
	}

}




.bildergalerie3{
	width:100%;
	float:left;
	max-width:860px;
}
.bildergalerie3 .galerie_content{
	width:100%;
	float:left;
	margin-bottom:1em;
}

	.bildergalerie3 .galerie_content .hero{
		float:left;
		width:100%;
		margin-bottom:0;
		border:1px solid #4365B5;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
		.bildergalerie3 .galerie_content .hero img{
			width:100%;
		}

	.bildergalerie3 .galerie_content .prev{
		float:left;
		width:100%;
		background-color:#4365B5;
		padding:0px 0px 0px 1px;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.bildergalerie3 .galerie_content .prev .thumb{
		float:left;
		width:25%;
		border-right:1px solid #4365B5;
		border-bottom:1px solid #4365B5;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
		.bildergalerie3 .galerie_content .thumb img{
			width:100%;
			float:left;
			background-size:cover;
			background-repeat:no-repeat;
		}


@media screen and (max-width:400px){

	.bildergalerie3 .galerie_content .prev .thumb{
		width:50%;
	}
}






/*--- Event Liste/Details ---*/
.event_register{
	width:100%;
	float:left;
}
.event_register a, .event_register a:hover{
	color:white;
	border:1px solid #224191;
	background-color:#4457A3;
	padding:4px 4px 4px 4px;
	margin-right:4px;
	float:left;
	text-decoration:none;
	font-size:0.9em;
	border-radius:5px;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.event_register .year_buttons{
	float:left;
	clear:both;
	margin-bottom:4px;
}
.event_register .year_buttons a:hover{
	color:white;
	background-color:#4457A3;
	text-decoration:none;
}
.event_register .but_y{
	background-color:#6C8DC5;
}
.event_register .next_y:after{
	content:'\f054';
	font-family:fontawesome;
	display:inline-block;
	margin-left:0.3em;
}
.event_register .prev_y:before{
	content:'\f053';
	font-family:fontawesome;
	display:inline-block;
	margin-right:0.3em;
}
.event_register .act_year{
	border:1px solid #4457A3;
	color:white;
	background-color:#4457A3;
	font-weight:bold;
	padding:4px 8px 4px 8px;
	margin-right:2px;
	float:left;
	font-size:0.9em;
	border-radius:5px;
}

.event_register .month_buttons{
	clear:left;
}
.event_register .month_buttons a:hover{
	color:white;
	background-color:#4457A3;
	text-decoration:none;
}
.event_register .but_m{
	color:black;
	border:1px solid #224191;
	background-color:#E5F1FF;
	margin-bottom:4px;
}
.event_register .but_m_act{
	border:1px solid #224191;
	background-color:#6C8DC5;
	margin-bottom:4px;
}
.event_register .but_m_on{
	border:1px solid #224191;
	color:white;
	background-color:#4457A3;
	font-weight:bold;
	margin-bottom:4px;
}
.event_register .monat_name{
	margin:5px 0 2em 0;
	font-weight:bold;
	padding-bottom:0.8em;
	border-bottom:1px solid #6C8DC5;
}

.event_liste{
	float:left;
	width:100%;
	margin-bottom:2em;
}
.event_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.event_liste ul li{
	background-image:none;
	list-style:none;
	margin:15px 0 0 0;
	padding:0 0 5px 0;
	float:left;
	width:100%;
	clear:both;
	border-bottom:1px solid #6C8DC5;
}
.event_liste ul li:before{
	display:none;
}
.event_liste ul li:last-child{
	border-bottom:none;
}
.event_liste .content{
	float:left;
	width:100%;
}
.event_liste .headline{
}
.event_liste .headline a{
	color:#224191;
	text-decoration:none;
}
.event_liste .headline a:hover{
	color:#224191;
	text-decoration:none;
}

.event_liste .body_text{
	float:left;
	max-width:385px;
}

.event_liste .body_text_max{
	min-width:100%;
}

.event_liste .body_text a, .event_liste .body_text a:hover{
	color:rgb(51,51,102);
	text-decoration:none;
}

.event_liste .body_text p{
	margin-bottom:0.5em;
}

.event_liste_date{
	margin-bottom:0.5em;
	font-size:0.9em;
	font-weight:bold;
	color:black;
}

.event_liste .data_img_container{
	width:200px;
	overflow:hidden;
	float:left;
	margin-top:-5px;
	margin-right:15px;
	margin-bottom:10px;
}
.event_liste .data_img{
	border:none;
	margin-top:5px;
}
.event_liste .data_img_txt{
	font-size:9px;
}

.event_liste .event_liste_lnk{
}
	.event_liste .event_liste_lnk span{
		margin-top:0.5em;
		color:white;
		background-color:#4457A3;
		display:inline-block;
		border-radius:5px;
		padding:0.15em 0.3em 0.15em 0.5em;
		font-family:roboto2014_condensed_regular, Arial, Helvetica, sans-serif;
		padding:0.12em 0.4em 0.24em 0.5em;
	}
		.event_liste .event_liste_lnk span:after{
			/*icon-caret-right*/
			content:'\f0da';
			font-family:fontawesome;
			display:inline-block;
			margin-left:0.5em;
		}


@media screen and (max-width:1023px){
	.event_liste .data_img_container{
		max-width:37%;
		margin-right:3%;
	}
	.event_liste .body_text{
		max-width:60%;
	}
}
@media screen and (max-width:480px){
	.event_liste .data_img_container{
		width:100%;
		max-width:100%;
		margin-right:0;
	}
	.event_liste .body_text{
		width:100%;
		max-width:100%;
	}
}



/*--- News Liste/Details ---*/
.news_liste{
	float:left;
	width:100%;
	margin-bottom:0em;
}
.news_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste ul li{
	background-image:none;
	list-style:none;
	margin:0px 0 30px 0;
	padding:0 0 30px 0;
	float:left;
	width:100%;
	clear:both;
	border-bottom:1px solid #E6E6E6;
}
.news_liste ul li:before{
	display:none;
}
.news_liste ul li:last-child{
	border-bottom:none;
}
.news_liste .content{
	float:left;
	width:100%;
}

.news_liste .body_text{
	float:left;
	/*max-width:385px;*/
	width:62%;
}
.news_liste .body_text_max{
	min-width:100%;
}
.news_liste .body_text a, .news_liste .body_text a:hover{
	text-decoration:none;
	color:rgb(102,102,102);
}
.news_liste .body_text p{
	margin-bottom:0.8em;
}
.news_liste .body_text p:last-child{
	float:left;
	margin-bottom:0em;
}

.news_liste .headline{
	font-size:24px;
}

.news_liste .headline a, .news_liste .headline a:hover{
	color:inherit;
	text-decoration:none;
	display:block;
}

.news_liste_date{
	margin-bottom:0.5em;
	font-size:0.9em;
	font-weight:bold;
	color:black;
}
.news_liste .data_img_container{
	width:200px;
	width:35%;
	overflow:hidden;
	float:left;
	margin-top:-5px;
	margin-right:15px;
	margin-bottom:10px;

	margin-right:3%;
}
.news_liste .data_img{
	border:none;
	margin-top:5px;
	border-radius:5px;
}
.news_liste .data_img_txt{
	font-size:9px;
}
.news_liste .body_text ul, .news_liste .body_text li{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
	.news_liste .body_text li{
		margin-top:0.5em;
		border:none;
	}
	.news_liste .body_text ul{
		margin:1.5em 0 1.5em 1.3em;
	}
	.news_liste .body_text ul ul{
		margin-top:0;
		margin-bottom:0;
	}
	.news_liste .body_text ul li:before{
		content:'\e6f2';
		font-family:'fontawesome_icons';
		display:inline-block;
		position:relative;
		font-size:1em;
		left:-1.4em;
		margin-right:-0.9em;
		color:rgb(210,211,211);
	}

.news_liste .news_liste_lnk{
}
	.news_liste .news_liste_lnk span{
		margin-top:0.5em;
		color:white;
		background-color:#4457A3;
		display:inline-block;
		border-radius:5px;
		padding:0.15em 0.3em 0.15em 0.5em;
		font-family:roboto2014_condensed_regular, Arial, Helvetica, sans-serif;
		padding:0.12em 0.4em 0.24em 0.5em;
	}
		.news_liste .news_liste_lnk span:after{
			content:'\f0a9';
			font-family:fontawesome;
			display:inline-block;
			margin-left:0.5em;
		}


.news_details{
}
.news_details_date{
	margin-bottom:15px;
	font-weight:bold;
}

.news_details h2, .news_details h3, .news_details h4, .news_details h5, .news_details h6{
	clear:none;
}

.news_details address{
	margin:0 0 1em 0;
}
@media screen{
	.news_details_backlink_top{
		float:right;
		margin-bottom:0.8em;
	}
		.news_details_backlink_top span{
			font-size:1em;
			line-height:1em;
			color:white;
			background-color:#CC000A;
			background-color:#419126;
			display:inline-block;
			border-radius:5px;
			padding:4px 7px 4px 7px;
		}
		.news_details_backlink_top span:before{
			content:'\f053';
			font-family:'fontawesome';
			margin-right:0.4em;
		}
}
@media print{
	.news_details_backlink_top{
		display:none;
	}
}

.news_details .data_img_container{
	float:right;
	width:auto;
	max-width:40%;
	margin:0px 0px 20px 20px;
	border:1px solid #224191;
	border:none;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.news_details .data_img{
	width:100%;
}
.news_details .data_img a{
	display:block;
	position:relative;
	z-index:10;
}
.news_details .data_img img{
	border:none;
	width:100%;
}
.news_details .data_img_txt{
	font-size:0.8em;
	text-align:center;
	margin-top:1px;
}



@media screen and (max-width:1023px){
	.news_liste .data_img_container{
		max-width:34%;
		margin-right:3%;
	}
	.news_liste .body_text{
		max-width:63%;
	}
}
@media screen and (max-width:760px){
	.news_liste .data_img_container{
		max-width:28%;
		margin-right:3%;
	}
	.news_liste .body_text{
		max-width:69%;
	}
}
@media screen and (max-width:640px){
	.news_liste .data_img_container{
		max-width:35%;
		margin-right:3%;
	}
	.news_liste .body_text{
		max-width:62%;
	}
}
@media screen and (max-width:480px){
	.news_liste .data_img_container{
		width:100%;
		max-width:100%;
		margin-right:0;
	}
	.news_liste .body_text{
		width:100%;
		max-width:100%;
	}
	.news_details .data_img_container{
		width:100%;
		max-width:100%;
	}
}



/*--- News-Boxen ---*/
.news_box{
	width:100%;
	float:left;
}

	.news_box .box_item{
		width:100%;
		float:left;
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid #CCCCCC;
	}
		.news_box .box_item a{
			text-decoration:none;
		}
		.news_box .box_item:last-child{
			border-bottom:none;
		}
		.news_box .box_item_no_border{
			border-bottom:none;
		}

	.news_box .box_item .box_img{
		float:left;
		width:48%;
		margin-right:4%;
		line-height:0.1em;
	}
		.news_box .box_item .box_img img{
			width:100%;
			border:1px solid #CCCCCC;
			border-radius:10px;
		}

	.news_box .box_item .box_body{
		float:left;
		width:48%;
	}
		.news_box .box_item a .body_text, .news_box .box_item .body_text{
			color:#333333;
		}

		.news_box .box_item .body_text p:last-child{
			margin-bottom:0;
		}

	.news_box .box_link{
		width:100%;
		float:left;
		margin-top:1em;
	}
		.news_box .box_link span{
			font-size:16px;
			line-height:20px;
			display:inline-block;
			color:white;
			background-color:rgb(91,32,129);
			border-radius:5px;
			padding:3px 8px 5px 8px;
			font-family:roboto-l,sans-serif;
		}
			.news_box .box_link span:after{
				content:'\f0da';
				font-family:fontawesome;
				display:inline-block;
				margin-left:0.35em;
			}


	.news_box .box_item:nth-child(even) .box_img{
		float:right;
		margin:0;
	}
	.news_box .box_item:nth-child(even) .box_body{
		margin-right:4%;
	}

@media screen and (max-width:640px){
	.news_box .box_item .box_img{
		width:100%;
		margin:0 0 0 0;
	}
	.news_box .box_item .box_body{
		width:100%;
		margin:1em 0 0 0;
	}
}


.news_box_grid > div{
	margin-bottom:30px;
}
.news_box_grid .fxbox_head{
	font-size:20px;
	font-family:roboto-cd-l, sans-serif;
}
@media screen and (max-width:1020px){
	.news_box_grid > div{
		margin-bottom:0px;
	}
	.news_box_grid .fxbox_head{
		font-size:18px;
	}
}


/*--- News Liste Accordion ---*/
.accordion{
	float:left;
	width:100%;
}

.accordion h2{
	font-family:roboto2014_condensed_regular, Arial, Helvetica, sans-serif;
	font-size:28px;
	padding:10px 10px 10px 10px;
	color:white;
	width:100%;
	float:left;
	cursor:pointer;
	border-radius:3px;
	margin:0.5em 0 0 0;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.accordion h2:first-child{
	margin-top:0;
}

.accordion h2.head_close{
	background-color:#66B5DD;
}
	.accordion h2.head_close:after{
		font-family:fontawesome;
		content:'\f0fe';
		font-size:28px;
		float:right;
	}

.accordion h2.head_open{
	background-color:#0083C5;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
	.accordion h2.head_open:before{
		font-family:fontawesome;
		content:'\f00d';
		font-size:28px;
		float:right;
	}

.accordion .body{
	display:none;
	padding:0px;
	background-color:white;
	border-radius:0px 0px 5px 5px;
	width:100%;
	float:left;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion .body p{
	margin-bottom:1em;
}

.accordion .body a{
	color:#224191;
	font-weight:bold;
}



/*--- HTML-Fragment Liste ---*/
.htmlfragment_liste{
	background-image:none;
	background-color:transparent;
	border:none;
	margin:0px;
	padding:0px;
}
.htmlfragment_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:none;
	background-color:transparent;
}
.htmlfragment_liste ul li{
	margin:0 0 0px 0;
	padding:0;
	background-image:none;
	background-color:transparent;
}

.htmlfragment_liste ul ul{
	/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
	margin:1em 0 1em 13px;
	padding:0;
	list-style:none;
}
.htmlfragment_liste ul ul li{
	padding:0 0 0 17px;
	margin:0 0 0.2em -12px;
	background-image:url(images-wd/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}

.htmlfragment_liste ul ul ul{
	margin:1em 0 0 17px;
}



/*=== Sitemap ===*/
@media screen, projection{
	.sitemap{
		line-height:normal;
	}

	.sitemap a{
		color:black;
	}

	.sitemap a:hover{

	}
	.sitemap ul li{
		font-weight:bold;
		margin-bottom:1.5em;
	}
	.sitemap ul li a{
		color:rgb(102,102,102);
	}
	.sitemap ul li ul li{
		font-weight:normal;
		margin-bottom:0.5em;

	}
}
@media print{
}



/*--- Paging-Buttons ---*/
.paging_container{
	width:100%;
	float:left;
	margin:2em 0 2em 0;
	border-top:1px solid #599147;
	padding-top:1em;
}
a.paging_bt, a.paging_bt:hover{
	font-family:roboto-cd-l;
	background-color:#419126;
	line-height:1em;
	color:white;
	padding:4px 10px 4px 10px;
	border-radius:3px;
	text-decoration:none;
	display:inline-block;
	float:left;
	margin-right:8px;
}
	a.paging_bt_on, a.paging_bt_on:hover{
		background-color:#FFCC00;
		color:#30761A;
		font-family:roboto-cd;
	}
	a.paging_bt_fwd, a.paging_bt_fwd:hover{
		background-color:#FFCC00;
		color:#30761A;
		padding:4px 6px 4px 10px;
	}
		a.paging_bt_fwd:before{
			font-family:fontawesome;
			content:'\f04e';
		}
	a.paging_bt_bck, a.paging_bt_bck:hover{
		background-color:#FFCC00;
		color:#30761A;
		padding:4px 10px 4px 6px;
	}
		a.paging_bt_bck:before{
			font-family:fontawesome;
			content:'\f04a';
		}

.paging_container span{
	float:left;
	display:inline-block;
	margin-left:10px;
	font-size:0.9em;
	font-family:roboto-cd-l;
	padding-top:2px;
}






/*--- Suche ---*/
.suchergebnis{
	width:100%;
	float:left;
}

	.suchergebnis .li{
		width:100%;
		float:left;
		margin-bottom:1.5em;
		position:relative;
	}

	.suchergebnis .li .icon:before{
		content:'\f0f6';
		font-family:fontawesome;
		font-size:48px;
		position:absolute;
		left:0px;
		top:0px;
	}
		.suchergebnis .li .icon.icon_map:before{
			content:'\f041';
		}
		.suchergebnis .li .icon.icon_suitcase:before{
			content:'\f0f2';
			font-size:40px;
		}
		.suchergebnis .li .icon.icon_pdf:before{
			content:'\f1c1';
		}
		.suchergebnis .li .icon.icon_clock:before{
			content:'\f017';
			font-size:40px;
		}


	.suchergebnis .li .content{
		float:left;
		padding-left:50px;
		color:white;
	}
		.suchergebnis .li .content .headline{
			font-weight:bold;
		}






/*--- Formularfelder ---*/
.ft_container{
	width:100%;
	float:left;
	margin-bottom:1em;
}
	.ft_container div:nth-child(1){
		width:45%;
		min-width:210px;
		float:left;
	}
	.ft_container div:nth-child(2){
		width:55%;
		min-width:260px;
		float:left;
	}

.ft1{
	font-family:roboto-l, sans-serif;
	color:black;
	font-size:14px;
	width:100%;
	background-color:#F4F4F4;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:6px;
	box-sizing:border-box;
}
	.ft1:focus{
		background-color:#E0E0E0;
	}

.ft2{
	font-family:roboto-l, sans-serif;
	color:black;
	font-size:14px;
	width:50px;
	background-color:#F4F4F4;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:6px;
}
.ft2:focus{
	background-color:#E0E0E0;
}


.ta1{
	font-family:roboto-l, sans-serif;
	color:black;
	font-size:16px;
	width:100%;
	height:152px;
	background-color:#F4F4F4;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:4px;
	box-sizing:border-box;
}

.ta1:focus{
	background-color:#E0E0E0;
}


.fs1{
	font-family:roboto-l, sans-serif;
	color:black;
	font-size:14px;
	background-color:#F4F4F4;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:5px;
	max-width:100%;
	width:auto;
}


.bt1{
	color:white;
	border:1px solid #CC0000;
	background-color:#CC0000;
	font-family:roboto-cd-l, sans-serif;
	display:inline-block;
	text-align:left;
	font-size:1.3em;
	line-height:1.2em;
	border-radius:5px;
	padding:6px 16px 7px 16px;
	margin-top:2px;
	cursor:pointer;
}
.bt1:hover{
}

.bt1_dummy{
	line-height:1.2em;
	border-radius:5px;
	font-size:1.3em;
	line-height:1.4em;
	padding:6px 16px 7px 16px;
	margin-top:0px;
	position:relative;
	font-family:roboto-cd-l, sans-serif;
	color:rgb(0,77,158);
	border:1px solid rgb(198,199,197);
	border-top-color:rgb(211,211,209);
	background-color:white;
	display:none;
}
	.bt1_dummy img{
		width:24px;
		float:left;
		margin:5px 5px 0px 0px;
	}

.bt2{
	color:white;
	border:1px solid #CC0000;
	background-color:#CC0000;
	display:inline-block;
	text-align:left;
	font-size:1em;
	line-height:1.3em;
	border-radius:5px;
	padding:3px 10px 3px 10px;
	margin-top:2px;
	cursor:pointer;
	font-family:roboto-cd-l, sans-serif;
}

.hidden_formfield{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.checkbox{
	cursor:default;
}
.checkbox:before{
	content:'\f096';
	font-family:fontawesome;
	margin-right:8px;
}
input[type=checkbox]:checked ~ .checkbox:before{
	content:'\f046';
	margin-right:5px;
}




/*--- Kundenspezifische Klassen für HTML-Editor ---*/

a.link_icon{
}
	a.link_icon,
	a.link_icon:hover{

		text-decoration:none;
	}
	a.weiss:hover{
		color:white;
	}
		/*Allgemein*/
		a.link_icon:before{
			content:'';
			font-family:fontawesome;
			margin-right:0.35em;
			display:none;
		}
		a.link_icon:after{
			/*icon-arrow-circle-right*/
			content:'\f0a9';
			font-family:fontawesome;
			margin-left:0.3em;
		}

		/*Speziell*/
		a.link_icon.ansprechpartner:before{
			/*icon-user*/
			content:'\f007';
			display:inline-block;
		}
		a.link_icon.kontakt:before{
			/*icon-envelope*/
			content:'\f0e0';
			display:inline-block;
		}
			a.link_icon.kontakt:after{display:none;}
		a.link_icon.www:before{
			/*icon-globe*/
			content:'\f0ac';
			display:inline-block;
			margin-right:0.3em;
		}
			a.link_icon.www:after{display:none;}
		a.link_icon.pdf:before{
			/*icon-file-pdf-o*/
			content:'\f1c1';
			display:inline-block;
			margin-right:0.3em;
		}
			a.link_icon.pdf:after{display:none;}


.link_btn{
}
	.link_btn:after{
	}
	a.link_btn, a.link_btn:hover{
		text-decoration:none;
		background-color:#CC0000;
	}

	/*Speziell*/
	a.link_btn.ansprechpartner:before{
		/*icon-user*/
		content:'\f007';
		font-family:fontawesome;
		margin-right:0.35em;
		display:inline-block;
	}
	a.link_btn.kontakt:before{
		/*icon-envelope*/
		content:'\f0e0';
		font-family:fontawesome;
		margin-right:0.35em;
		display:inline-block;
	}
	a.link_btn.www:before{
		/*icon-globe*/
		content:'\f0ac';
		font-family:fontawesome;
		margin-right:0.35em;
		display:inline-block;
	}
	a.link_btn.pdf:before{
		/*icon-file-pdf-o*/
		content:'\f1c1';
		font-family:fontawesome;
		margin-right:0.35em;
		display:inline-block;
	}
	a.link_btn.anfrage{
		font-size:1.2em;
	}
	a.link_btn.anfrage:before{
		content:'\f15c';
		font-family:fontawesome;
		margin-right:0.35em;
		display:inline-block;
	}
	a.link_btn.video{
		cursor:pointer;
		font-size:1.2em;
	}
	a.link_btn.video:after{
		content:'\f03d';
		font-family:fontawesome;
		margin-left:0.35em;
		display:inline-block;
	}
		a.link_btn.video.video_expanded{
		}
		a.link_btn.video.video_expanded:after{
			content:'\f0ab';
		}



	a.link_btn2, a.link_btn2:hover{
		text-decoration:none;
		display:block;
		position:relative;
		padding-left:25px;
	}
		a.link_btn2.pdf:before{
			content:'\f1c1';
			font-family:fontawesome;
			position:absolute;
			top:0px;
			left:0px;
		}


a.anfahrt{
	float:left;
	line-height:1.2em;
	font-size:0.95em;
	margin-right:30px;
	margin-bottom:20px;
}
	a.anfahrt,
	a.anfahrt:hover{
		color:white;
		text-decoration:none;
	}
	a.anfahrt:before{
		content:'\f041';
		font-family:fontawesome;
		margin-right:0.25em;
		font-size:40px;
		line-height:1em;
		float:left;
	}
	a.anfahrt:after{
		content:'\f0a9';
		font-family:fontawesome;
		margin-left:0.3em;
		display:none;
	}

a.impressum{
	float:left;
	margin:0px 20px 10px 0px;
	white-space:nowrap;
	display:inline-block;
}
	a.impressum,
	a.impressum:hover{
		color:white;
		text-decoration:none;
	}
	a.impressum:before{
		content:'\f15c';
		font-family:fontawesome;
		margin-right:0.25em;
		}
	a.impressum:after{
		content:'\f0a9';
		font-family:fontawesome;
		margin-left:0.3em;
	}

a.facebook{
	float:left;
	line-height:1.2em;
	font-size:0.95em;
	margin-bottom:20px;
}
	a.facebook,
	a.facebook:hover{
		color:white;
		text-decoration:none;
	}
	a.facebook:before{
		content:'\f082';
		font-family:fontawesome;
		margin-right:0.1em;
		font-size:40px;
		line-height:1em;
		float:left;
	}

a.bt_back_top{
	float:right;
	text-align:left;
	font-size:0.8em;
	position:relative;
	margin-top:0em;
	margin-bottom:0.5em;
	border-radius:5px;
	text-decoration:none;
	text-align:left;
	display:inline-block;
	padding:2px 8px 3px 9px;
	border-radius:5px;
	color:white;
	background-color:#CC0000;
	font-family:roboto2014_regular, Arial, "Arial Unicode MS", Helvetica, sans-serif;
}
	a.bt_back_top:before{
		content:'\f0d9';
		font-family:'fontawesome';
		padding-right:0.5em;
	}
	a.bt_back_top:hover{
		text-decoration:none;
	}

a.bt_forward_top{
	float:right;
	text-align:left;
	font-size:0.8em;
	position:relative;
	margin-top:0em;
	border-radius:5px;
	text-decoration:none;
	text-align:left;
	display:inline-block;
	padding:2px 8px 3px 9px;
	border-radius:5px;
	color:white;
	background-color:#CC000A;
	font-family:roboto2014_regular, Arial, "Arial Unicode MS", Helvetica, sans-serif;
}
	a.bt_forward_top:after{
		content:'\f0da';
		font-family:'fontawesome';
		padding-left:0.5em;
	}
	a.bt_forward_top:hover{
		text-decoration:none;
	}


a.lnk_button1_s{
	font-size:0.8em;
	border-radius:5px;
	padding:2px 8px 3px 9px;
	text-decoration:none;
	text-align:left;
	background-color:#CC0000;
	color:white;
}
a.lnk_button1_s:after{
	content:'\f054';
	font-family:'fontawesome';
	padding-left:0.5em;
}
a.lnk_button1_s:hover,a.lnk_button1:focus{
	text-decoration:none;
	color:white;
}






/*--- Tabellen ---*/

.tbl1{

	width:100%;
	border-collapse:collapse;

	empty-cells:show;

	font-size:1em;
	margin-bottom:1.5em;

}

	.tbl1, .tbl1 tr, .tbl1 td{
		background-color:#F0F0F0;
		background-color:#F4F4F4;
	}

	.tbl1 td{
		padding:8px;
		word-wrap:break-word;

		vertical-align:center;

		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		font-family:roboto-cd-l,sans-serif;
	}

	.tbl1 p{

		padding:0;

		margin:0;

		line-height:inherit;

	}

	.tbl1 tr:first-child td{
		color:black;

		background-color:#3F65A9;
		color:white;
		border-bottom:none;
		font-weight:bold;
	}
		.tbl1_no_head tr:first-child td{
			background-color:#F4F4F4;
			color:inherit;
			font-weight:normal;
			border:1px solid #CCCCCC;
		}
	.tbl1 tr:nth-child(2n+3) td{
	}

	.tbl1 tr+tr td{
		width:auto;

	}
	.tbl1 tr+tr td img{

		width:100%;
		max-width:150px;
	}

	.tbl1 tr+tr td+td{

		width:auto;
	}
	.tbl1 tr+tr td+td+td{
		width:auto;
	}


@media screen and (max-width:640px){
	.tbl1{

		font-size:0.9em;
	}

	.tbl1 td{
		padding:5px;
	}

}
@media screen and (max-width:480px){
	.tbl1{

		font-size:0.8em;
	}

	.tbl1 td{
		padding:2px;
	}

}
@media screen and (max-width:400px){
	.tbl1{

		font-size:0.7em;
	}

	.tbl1 td{
		padding:1px;
	}

}



/*--- Texte mehrspaltig ---*/

.txt_column_2s{
	column-count:2;
	column-gap:30px;
	column-width:420px;
	margin-bottom:1.44em;
}
	.txt_column_2s h1, .txt_column_2s h2{
		column-span:all;
	}
	.txt_column_2s div{
		-webkit-column-break-inside:avoid;
		page-break-inside:avoid;
		break-inside:avoid;
	}

.txt_column_3s{
	column-count:3;
	column-gap:60px;
	column-width:240px;
	margin-bottom:1.44em;
	/*column-rule:1px dotted #333333;*/
}
	.txt_column_3s h1, .txt_column_3s h2{
		column-span:all;
	}
	.txt_column_3s div{
		-webkit-column-break-inside:avoid;
		page-break-inside:avoid;
		break-inside:avoid;
	}

.ansprechpartner h2:before{
	font-family:fontawesome;
	content:'\f007\00a0';
	color:white;
}
.ansprechpartner h3{
	font-size:1.77em;
	margin-bottom:0.3em;
}

@media screen and (max-width:1020px){
	.ansprechpartner h3{
		font-size:24px;
	}
	.ansprechpartner.fxbox_grid.fxg > *{
		width:50%;
	}
	.ansprechpartner .fxbox_head, .ansprechpartner .fxbox_body, .ansprechpartner .fxbox_link{
		padding-left:0;
		border-left:0;
	}
	.ansprechpartner.fxg.fxbox_grid > ::before{
		display:none;
	}
	.ansprechpartner .fxbox_body{
		margin-bottom:2em;
	}
}
@media screen and (max-width:767px){
	.ansprechpartner.fxbox_grid.fxg > *{
		width:100%;
	}
	.ansprechpartner.fxg.fxbox_grid > ::before{
		display:block;
	}
	.ansprechpartner .fxbox_body{
		margin-bottom:1.2em;
	}
}




/*--- Bildboxen ---*/

.imgbox1{

	width:100%;
	float:left;
	border:1px solid #4457A3;
	border:1px solid #CCCCCC;
	border-radius:3px;
	overflow:hidden;
	font-family:roboto2014_condensed_light,Arial,"Arial Unicode MS",Helvetica,sans-serif;
	font-size:0.85em;
	padding:6px 6px 6px 6px;
	box-sizing:border-box;
	line-height:1px;
}
	.imgbox1 img{

		width:100%;
		margin-bottom:0em;
	}
		.imgbox1 p img{

			margin-bottom:6px;
		}
		.imgbox1 a[rel]{

			display:block;
			position:relative;
			text-decoration:none;
			line-height:1px;
		}
			.imgbox1 a[rel]:before{

				content:'\f002';
				font-family:'fontawesome';
				position:absolute;
				top:2px;
				right:2px;
				color:white;
				font-size:20px;
				background-color:#CCCCCC;
				padding:3px 4px 3px 4px;
				border-radius:5px;
				opacity:0.9;
				line-height:1.1em;
			}
	.imgbox1 p{

		margin:4px 0 0 0;
		line-height:1em;
	}
	.imgbox1.imgbox1_rechts{

		width:33%;
		float:right;
		margin:0 0 1.5em 1.5em;
	}
	.imgbox1.imgbox1_links{

		width:auto;
		max-width:33%;
		float:left;
		margin:0 1.5em 1.5em 0;
	}
	.imgbox1.imgbox1_50{

		width:48%;
		float:right;
		margin:0 0 1.5em 1.5em;
	}

@media screen and (max-width:640px){
	.imgbox1{
		font-size:0.7em;
	}
}
@media screen and (max-width:500px){
	.imgbox1.imgbox1_rechts, .imgbox1.imgbox1_links{
		width:100%;
		margin:0 0 2em 0;
		font-size:0.8em;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}




/*--- Iframes ---*/
iframe{
	width:100%;
	height:1200px;
}


/*--- Für Videos ---*/
.embed-container{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}
	.embed-container-stream{
		padding-bottom:66.25%;
	}
	.embed-container-iframe{
		padding-bottom:56.52%;
		margin-bottom:0;
	}
.embed-container iframe, .embed-container object, .embed-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.embed-size-container{
	max-width:680px;
	margin-bottom:1.8em;
}
	.embed-size-container-stream{
		max-width:1280px;
		margin-bottom:0;
	}
	.embed-size-container-iframe{
		max-width:460px;
		margin-bottom:0;
	}
	
@media screen and (max-width:539px){
	.embed-container-stream{
		padding-bottom:71.25%;
	}
}

.video_stoerer{
	margin-left:10px;
	background-color:#CC0000;
	border-radius:4px;
	padding:0px 6px 0px 6px;
	font-size:0.8em;
}
	.video_stoerer:before{
		font-family:roboto-cd;
		content:'mit\00a0Video\00a0';
	}
	.video_stoerer_en:before{
		content:'with\00a0Video\00a0';
	}
	.video_stoerer:after{
		font-family:fontawesome;
		color:#FFFFFF;
		content:'\f03d';
	}

	.news_details .video_stoerer{
		margin-left:0px;
		margin-bottom:20px;
		display:inline-block;
	}

.news_video{
	display:none;
}
.video_placeholder{
	display:none;
}


/*--- GoogleMap ---*/
#gm_error{
	float:left;
	margin:25px 0px 5px 0px;
}
#map{
	margin-bottom:1em;
	border:1px solid #CCCCCC;
	border-radius:10px;
	height:400px;
	width:100%;
	overflow:hidden;
}
#map img{
	max-width:none;
}
#route{
	float:left;
	width:100%;
	margin-left:0px;
	margin-bottom:1.5em;
	background-color:white;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	display:none;
}




/*--- JSSOR ---*/
.slider_close{
	cursor:pointer;
	position:relative;
	margin-left:30px;
}
	.slider_close img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.slider_close:after{
		content:'\f00d';
		font-family:fontawesome;
		color:white;
		font-size:42px;
	}

.slider_expand{
	cursor:pointer;
	position:relative;
	margin-left:30px;
}
	.slider_expand img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.slider_expand:after{
		content:'\f065';
		font-family:'fontawesome';
		color:white;
		font-size:42px;
	}

.slider_play{
	cursor:pointer;
	position:relative;
	margin-left:40px;
}
	.slider_play img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.slider_play:after{
		content:'\f04b';
		font-family:fontawesome;
		color:white;
		font-size:42px;
	}

.slider_stop{
	cursor:pointer;
	position:relative;
	margin-left:40px;
}
	.slider_stop img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.slider_stop:after{
		content:'\f04c';
		font-family:fontawesome;
		color:white;
		font-size:42px;
	}

.slider_index{
	position:relative;
	margin-left:30px;
	font-size:42px;
	line-height:1em;
	color:white;
	font-family:'roboto_bold';
	font-family:'sourcesanspro_bold';
}


.slider_compress{
	cursor:pointer;
	position: fixed;
	top: 10px;
	right: 10px;
	text-shadow: 2px 2px 5px #000000;
}

	.slider_compress:after{
		content:'\f066';
		font-family:'fontawesome';
		color:white;
		font-size:42px;		
	}

@media screen and (max-width:1024px){
	body:after{
		content:'marker1';
		display:none;
	}
	.slider_close{
		margin-left:25px;
	}
		.slider_close img{
			width:30px;
			height:30px;
		}
		.slider_close:after{
			font-size:35px;
		}

	.slider_expand{
		margin-left:25px;
	}
		.slider_expand img{
			width:30px;
			height:30px;
		}
		.slider_expand:after{
			font-size:35px;
		}

	.slider_play{
		margin-left:33px;
	}
		.slider_play img{
			width:30px;
			height:30px;
		}
		.slider_play:after{
			font-size:35px;
		}

	.slider_stop{
		margin-left:33px;
	}
		.slider_stop img{
			width:30px;
			height:30px;
		}
		.slider_stop:after{
			font-size:35px;
		}

	.slider_index{
		margin-left:25px;
		font-size:35px;
	}
}

@media screen and (max-width:640px){
	body:after{
		content:'marker2';
		display:none;
	}
	.slider_close{
		margin-left:15px;
	}
		.slider_close img{
			width:18px;
			height:18px;
		}
		.slider_close:after{
			font-size:21px;
		}

	.slider_expand{
		margin-left:15px;
	}
		.slider_expand img{
			width:18px;
			height:18px;
		}
		.slider_expand:after{
			font-size:21px;
		}

	.slider_play{
		margin-left:20px;
	}
		.slider_play img{
			width:18px;
			height:18px;
		}
		.slider_play:after{
			font-size:21px;
		}

	.slider_stop{
		margin-left:20px;
	}
		.slider_stop img{
			width:18px;
			height:18px;
		}
		.slider_stop:after{
			font-size:21px;
		}

	.slider_index{
		margin-left:15px;
		font-size:21px;
	}	
}

#zoom_slider_content{
}


.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
	background: url(../jssor/b02.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb13 div {
	background-position: -5px -5px;
}

.jssorb13 div:hover, .jssorb13 .av:hover {
	background-position: -35px -5px;
}

.jssorb13 .av {
	background-position: -65px -5px;
}

.jssorb13 .dn, .jssorb13 .dn:hover {
	background-position: -95px -5px;
}

.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../jssor/a13.png) no-repeat;
	overflow:hidden;
}
.jssora20l { background-position: -3px -33px; }
.jssora20r { background-position: -63px -33px; }
.jssora20l:hover { background-position: -123px -33px; }
.jssora20r:hover { background-position: -183px -33px; }
.jssora20ldn { background-position: -243px -33px; }
.jssora20rdn { background-position: -303px -33px; }

@media screen and (max-width:939px){
	.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn{display:none}
}


/*--- BreadCrumb DropDown ---*/
.bcmenu i{
	cursor:pointer;
	position:relative;
}

.bcsiblings{
	position:absolute;
	top:20px;
	left:-6px;
	z-index:7000;
	width:200px;
	border:1px solid #999999;
	border-radius:8px;
	background-color:white;
	padding:5px;
	display:none;
}
	.bcsiblings a{
		display:block;
		color:#808080;
		font-family:roboto-cd,Arial,"Arial Unicode MS",Helvetica,sans-serif;
		padding:5px;
		position:relative;
		padding-left:20px;
	}
		.bcsiblings a:before{
			font-family:fontawesome;
			content:'\f0a9';
			position:absolute;
			top:5px;
			left:0px;
		}
		.bcsiblings a:hover, .bcsiblings a.on{
			color:black;
		}
			.bcsiblings a:hover:before, .bcsiblings a.on:before{
				color:#CC0000;
			}





/*--- Dokumentliste ---*/
.dokumentliste{
	width:100%;
	float:left;
	margin-bottom:2em;
}

	.dokumentliste .doc{
		width:100%;
		float:left;
		font-family:roboto-cd-l, sans-serif;
		box-sizing:border-box;
		background-color:white;
		padding:15px 68px 15px 68px;
		border-radius:5px;
		margin-bottom:1em;
		color:white;
		position:relative;
		background-image:url(images-mr/flag-de.png);
		background-repeat:no-repeat;
		background-size:42px;
		background-position:calc(100% - 15px) 15px;
	}
		.dokumentliste .doc_grey{
			background-color:#808080;
		}

		.dokumentliste .doc_red{
			background-color:#CC0000;
		}

		.dokumentliste .doc_de{
			background-image:url(images-mr/flag-de.png);
		}
		.dokumentliste .doc_en{
			background-image:url(images-mr/flag-en.png);
		}
		.dokumentliste .doc_no_flag{
			background-image:none;
		}

		.dokumentliste .doc_margin{
			margin-bottom:2em;
		}

		.dokumentliste .doc_headline{
			font-family:roboto-cd, sans-serif;
			word-wrap:break-word;
		}

		.dokumentliste .doc:before{
			content:'\f0f6';
			font-family:fontawesome;
			font-size:48px;
			position:absolute;
			top:28px;
			left:15px;
		}
		.dokumentliste .doc.doc_pdf:before{
			content:'\f1c1';
		}
		.dokumentliste .doc.doc_word:before{
			content:'\f1c2';
		}
		.dokumentliste .doc.doc_excel:before{
			content:'\f1c3';
		}
		.dokumentliste .doc.doc_powerpoint:before{
			content:'\f1c4';
		}
		.dokumentliste .doc.doc_zip:before{
			content:'\f1c6';
		}
		.dokumentliste .doc.doc_media:before{
			content:'\f0c7';
		}
		.dokumentliste .doc.doc_image:before{
			content:'';
			display:none;
		}

		.dokumentliste .doc.doc_image{
			padding-left:15px;
		}
		.dokumentliste .img{
			float:left;
			width:80px;
			margin-right:15px;
		}
			.dokumentliste .img img{
				width:100%;
			}

@media screen and (max-width:380px){
	.dokumentliste .img{
		width:100%;
		margin-right:0px;
		margin-bottom:5px;
	}
		.dokumentliste .img img{
			width:auto;
		}

}


.dokumentliste2{
	width:100%;
	float:left;
	margin-bottom:2em;
}

	.dokumentliste2 .kat{
		width:100%;
		float:left;
	}

	.dokumentliste2 .kat2{
		width:100%;
		float:left;
		margin-bottom:1em;
		display:none;
	}

	.dokumentliste2 .kat3{
		width:100%;
		float:left;
		margin-bottom:0.5em;
	}

	.dokumentliste2 .kat3:last-child{
		margin-bottom:0;
	}

	.dokumentliste2 h2.bt{
		display:block;
		width:100%;
		float:left;
		background-color:rgb(61,128,204);
		color:white;
		padding:8px 42px 7px 42px;
		border-radius:4px;
		margin-bottom:0.5em;
		text-decoration:none;
		position:relative;
		cursor:pointer;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		font-size:20px;
	}
		.dokumentliste2 h2.bt:hover{
			text-decoration:none;
		}
		.dokumentliste2 h2.bt:before{
			content:'\f055';
			font-family:fontawesome;
			float:left;
			margin-right:0.3em;
			font-size:28px;
			position:absolute;
			left:10px;
			top:9px;
		}
		.dokumentliste2 h2.bt:after{
			content:'\f138';
			font-family:fontawesome;
			float:right;
			font-size:28px;
			margin-left:15px;
			position:absolute;
			right:10px;
			top:9px;
		}
		.dokumentliste2 h2.bt_expanded{
			background-color:#0950A0;
		}
			.dokumentliste h2.bt_expanded:before{
				content:'\f056';
			}
			.dokumentliste h2.bt_expanded:after{
				content:'\f13a	';
			}

	.dokumentliste2 a.doc{
		display:block;
		margin-bottom:0.5em;
		width:100%;
		float:left;

		color:#555555;
		background-color:#F0F0F0;
		padding:6px 38px 6px 6px;
		border-radius:4px;
		position:relative;

		font-family:roboto2014_condensed_regular, Arial, Helvetica, sans-serif;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
		.dokumentliste2 a.doc:hover{
			text-decoration:none;
		}
		.dokumentliste2 a.doc:after{
			content:'\00a0\f0a9';
			font-family:fontawesome;
			position:absolute;
			right:14px;
			top:10px;
		}
		.dokumentliste2 a.doc:before{
			content:'\f0f6';
			font-family:fontawesome;
			margin-right:0.3em;
		}
		.dokumentliste2 a.doc.doc_pdf:before{
			content:'\f1c1';
		}
		.dokumentliste2 a.doc.doc_word:before{
			content:'\f1c2';
		}
		.dokumentliste2 a.doc.doc_excel:before{
			content:'\f1c3';
		}
		.dokumentliste2 a.doc.doc_powerpoint:before{
			content:'\f1c4';
		}
		.dokumentliste2 a.doc.doc_zip:before{
			content:'\f1c6';
		}


/*--- Layer ---*/
.layer_close{
	cursor:pointer;
	position:relative;
	margin-left:30px;
}
	.layer_close{
		right:7px;
		top:12px;
		position:absolute;
		z-index:10000;
	}
	.layer_close img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.layer_close:after{
		content:'\f057';
		font-family:fontawesome;
		color:white;
		font-size:42px;
	}
	
	.layer_img{
			border:1px solid #CCCCCC;
	}
	
@media screen and (max-width:620px){
	.layer_img{
		border-right:none;
		border-left:none;
	}
	.layer_close{
		right:5px;
		top:5px
	}
		.layer_close:after{
			font-size:26px;
		}
}


/*--- Newsletter 2Go ---*/
.nlcontainer select, .nlcontainer input[type=text], .nlcontainer input[type=email]{
	font-family:roboto-l, sans-serif;
	color:black;
	font-size:14px;
	width:240px;
	background-color:#F4F4F4;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:6px;
	box-sizing:border-box;
}
.nlcontainer label{
	display:none;
}
.nlcontainer span label{
	display:inline;
}
.nlcontainer form > div div:nth-child(7){
	margin-top:-15px !important;
}
.nlcontainer button{
	background-color:#CC0000 !important;
	padding:0.2em 0.55em 0.33em 0.55em !important;
	font-size:22px !important;
}
.nlcontainer span.required{
	display:flex;
	position:relative;
}
.nlcontainer input[type=checkbox]{
	margin-right:8px;
}
.nlcontainer span.required label{
	margin-right:20px;
}
