﻿/*
	nextshop Styles
*/

body:after{
	content:'marker0';
	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';
}


.fo_dot:before{
	content:'•';
}


.cms4d_slider3_cbtn{
	z-index:40000;

}

.cms4d_slider3_cbtn_l:before{
	padding-left:60px;
}
.cms4d_slider3_cbtn_r:before{
	padding-right:60px;
}

.top_img_overlay{
	pointer-events:none;
}

.fmenu0_row{
	z-index:100000;
}


#deskline_qs_personen{
	z-index:auto;
}

.suche_eingabe{
	width:200px;
}

@media(max-width:470px){
	#deskline_qs_reiseziel{
		z-index:2;
	}
	#deskline_qs_personen{
		z-index:1;
	}
}


/*--- Flying Layer ----*/
.layer_bt_container{
	width:90px;
	overflow:hidden;
	position:absolute;
	top:110px;
	right:0px;
	height:300px;
	z-index:3000;

	position:fixed;
	z-index:30000;

	pointer-events:none;

}
.layer_bt{
	background-color:#E20100;
	background: linear-gradient(to bottom, #E20100 0%, #A40000 100%);
	color:white;
	border:1px solid #E5A1A0;
	border-bottom:none;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	position:absolute;
	top:60px;
	right:-40px;
	z-index:100000;
	font-family:roboto-cd;
	transform: rotate(270deg);
	font-size:21px;
	line-height:21px;
	padding:10px 14px 12px 14px;
	cursor:pointer;

	pointer-events:auto;
}
	.layer_bt1:before{
		content:'Buchen';
	}
	.layer_bt span{
		display:inline-block;
		transform:rotate(90deg);
		margin:0px 0px 0px 10px;
	}
		.layer_bt1 span:after{
			font-family:fontawesome;
			content:'\f0f2';
		}

	.layer_bt2{
		top:200px;
		right:-50px;

		/*deaktiviert am 26.06.2018 - Mail Frau Scheffold*/
		display:none;
	}
	.layer_bt2:before{
		content:'Angebote';
	}
		.layer_bt2 span:after{
			font-family:fontawesome;
			content:'\f005';
		}


@media screen and (max-width:1080px){
	.layer_bt{
		font-size:17px;
		right:-34px;
		padding:6px 10px 8px 10px;
	}
	.layer_bt2{
		top:180px;
		right:-40px;
	}
}

@media screen and (max-width:768px){
	.layer_bt_container{
		/*display:none;*/
	}
		.layer_bt{
			font-size:14px;
			right:-30px;
			padding:2px 10px 2px 10px;
		}
	.cms4d_slider3_cbtn_l:before{
		padding-left:8px;
	}
	.cms4d_slider3_cbtn_r:before{
		padding-right:8px;
	}
}

@media screen and (max-width:768px){
	.layer_bt_container{
		top:130px;
		position:absolute;
	}
}






/*--- Flexgrid / News-Box ---*/
.news_box .sgrid1 > div{
	width:50%;
}
.news_box.news_box_pauschalen .sgrid1 > div{
	width:33.33%;
}
.news_box .sgrid1 img{
	border-radius:10px;
}
.news_box .sgrid1 .box_head{
	background-color:transparent;
	padding:0;
	margin-bottom:0.5em;
}
.news_box .sgrid1 .box_head:after{
	content:'';
}
.news_box .box_foot{
	width:100%;
	float:left;
	clear:both;
	position:relative;
	margin-top:1em;
}
.news_box .box_link span{
	display:inline-block;
	color:white;
	background-color:rgb(65,145,38);
	border-radius:5px;
	padding:4px 8px 5px 9px;
	font-family:roboto,sans-serif;
}
	.news_box .box_link span:after{
		content:'\f0da';
		font-family:fontawesome;
		display:inline-block;
		margin-left:0.35em;
	}

@media(max-width:780px){
	.news_box.news_box_pauschalen .sgrid1 > div{
		width:50%;
	}
}

@media(max-width:600px){
	.news_box .sgrid1 > div, .news_box.news_box_pauschalen .sgrid1 > div{
		width:100%;
	}
}


/*--- 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{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	border:1px solid #7D8A80;
	margin-right:10px;
	margin-bottom:10px;
}
.bildergalerie_liste .thumb_container img{
	width:100px;
	height:100px;
	min-width:100px;
	min-height:100px;
	max-width:100px;
	max-height:100px;
	border:none;
}


/*--- 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%;
	}
	.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;
		display:none;
	}
		.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_container{
	width:100%;
	float:left;
}

.news_box{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
	.news_box_item{
		display:inline-block;
		width:48%;
		margin-bottom:30px;
	}

	.news_box_item .item_left{
		float:left;
		width:20%;
		margin-right:5%;
	}
		.news_box_item .item_left img{
			width:100%;
			border:1px solid #CCCCCC;
			border-radius:5px;
		}

	.news_box_item .item_right{
		float:left;
		width:100%;
	}
		.news_box_item .item_right{
			width:75%;
		}
		.news_box_item .item_right h2{
			margin-bottom:0.2em;
			font-size:20px;
		}
		.news_box_item .item_right h3, .news_box_item .item_right h4{
			margin-bottom:0.2em;
			font-size:18px;
		}
		.news_box_item .item_right p{
			margin-bottom:0.8em;
			font-size:0.9em;
			color:#333333;
		}
		.news_box_item .item_right a, .news_box_item .item_right a:hover{
			text-decoration:none;
		}
		.news_box_item .item_link{
			font-family:roboto2014_condensed_bold;
			font-size:14px;
			float:right;
		}
			.news_box_item .item_link:after{
				font-family:fontawesome;
				content:'\f054';
				margin-left:4px;
			}


@media screen and (max-width:640px){
	.news_box_item{
		width:100%;
	}
}



/*--- 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 ---*/
.ft1{
	font-family:roboto;
	color:black;
	font-size:14px;
	width:240px;
	background-color:#F4F4F4;
	border:1px solid #94A397;
	border-radius:5px;
	padding:6px;
	box-sizing:border-box;
}
.ft1:focus{
	background-color:#E0E0E0;
}

.ft2{
	font-family:roboto2014_regular, Arial, "Arial Unicode MS", Helvetica, sans-serif;
	color:black;
	font-size:14px;
	width:50px;
	background-color:#F4F4F4;
	border:1px solid #94A397;
	border-radius:5px;
	padding:6px;
}
.ft2:focus{
	background-color:#E0E0E0;
}


.ta1{
	font-family:roboto2014_regular, Arial, "Arial Unicode MS", Helvetica, sans-serif;
	color:black;
	font-size:16px;
	width:90%;
	max-width:490px;
	height:152px;
	background-color:#F4F4F4;
	border:1px solid #94A397;
	border-radius:5px;
	padding:4px;
}

.ta1:focus{
	background-color:#E0E0E0;
}


.fs1{
	font-family:roboto2014_regular, Arial, "Arial Unicode MS", Helvetica, sans-serif;
	color:black;
	font-size:14px;
	background-color:#F4F4F4;
	border:1px solid #94A397;
	border-radius:5px;
	padding:5px;
	max-width:100%;
	width:auto;
}


.bt1{
	color:white;
	border:1px solid #419126;
	background-color:#419126;
	font-family:roboto2014_regular, Arial, "Arial Unicode MS", Helvetica, 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:roboto2014_regular, Arial, "Arial Unicode MS", Helvetica, 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 #4457A3;
	background-color:#4457A3;
	display:inline-block;
	text-align:left;
	font-size:1em;
	line-height:1.2em;
	border-radius:5px;
	padding:3px 10px 3px 10px;
	margin-top:2px;
	cursor:pointer;
}

.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;
}


.stern1:before{
	content:'\f005';
	font-family:fontawesome;
	color:#FFBF00;
}
.stern2:before{
	content:'\f005\f005';
	font-family:fontawesome;
	color:#FFBF00;
}
.stern3:before{
	content:'\f005\f005\f005';
	font-family:fontawesome;
	color:#FFBF00;
}
.stern4:before{
	content:'\f005\f005\f005\f005';
	font-family:fontawesome;
	color:#FFBF00;
}
.stern5:before{
	content:'\f005\f005\f005\f005\f005';
	font-family:fontawesome;
	color:#FFBF00;
}

/*--- 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:#CC000A;
		background-color:#419126;
	}

	/*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:#CC000A;
	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:#4457A3;
	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;
		background-color:#419126 ;
	}

	.tbl1 td{
		padding:15px;
		word-wrap:break-word;

		vertical-align:center;

		border-bottom:1px solid #CCCCCC;
		border-bottom:1px solid #fac400;
		border-left:1px solid #CCCCCC;
		border-left:1px solid #fac400;
		border-right:1px solid #CCCCCC;
		border-right:1px solid #fac400;
	}

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

	}

	.tbl1 tr:first-child td{

		background-color:#CC000A;
		background-color:#fac400;
		color:white;
		color:black;
		border-bottom:none;
		font-weight:bold;
	}
		.tbl1_no_head tr:first-child td{
			background-color:#F4F4F4;
			background-color:#419126 ;
			color:inherit;
			color:white;
			font-weight:normal;
			border:1px solid #CCCCCC;
			border:1px solid #fac400;
		}
	.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;
	}

}






/*--- Bildboxen ---*/

.imgbox1{

	width:100%;
	float:left;
	border:1px solid #4457A3;
	border:1px solid #CCCCCC;
	border-radius:3px;
	overflow:hidden;
	font-family:roboto-cd,sans-serif;
	font-size:0.85em;
	padding:6px 6px 6px 6px;
	box-sizing:border-box;
	line-height:1px;
	z-index:100;
	position:relative;
}
	.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:first-child{

		margin-top:0;
		line-height:1px;
	}
	.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 iframe, .embed-container object, .embed-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.embed-size-container
{
	max-width: 640px;
	margin-bottom: 1.8em;
}



/*--- GoogleMap ---*/
#gm_error{
	float:left;
	margin:25px 0px 5px 0px;
}
#map{
	margin-bottom:1em;
	border:1px solid #CCCCCC;
	height:400px;
	width:100%;
}
#map img{
	max-width:none;
}
#route{
	float:left;
	width:100%;
	margin-left:0px;
	margin-bottom:1.5em;
}

#deskline_map{
	margin-bottom:1em;
	border:1px solid #CCCCCC;
	border-radius:5px;
	height:400px;
	width:100%;
}
#deskline_map img{
	max-width:none;
}

.gm_infobox{
	font-family:roboto;
	width:200px;
	padding:0px;
	color:black;
}
	.gm_infobox .headline{
		font-weight:bold;
		font-size:14px;
	}

#deskline_gm_error{
	display:none;
	margin-top:10px;
	font-size:0.9em;
	color:#BE1F24;
	padding:10px;
	border:1px solid #BE1F24;
	background-color:#E2E2E2;
	border-radius:10px;
}


/*--- 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;
	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}
}


/*--- Deskline ---*/
.deskline{
	width:100%;
	float:left;
	margin:1em 0 0 0;
}

	.deskline .item{
		width:100%;
		float:left;
		margin-bottom:1.5em;
		padding-bottom:1.5em;
		border-bottom:1px solid #FFCC00;
	}
		.deskline .item:last-child{
			border:none;
		}

		.deskline .item .img{
			float:left;
			width:30%;
			margin-right:3%;
		}
			.deskline .item .img img{
				width:100%;
				border-radius:10px;
				border:none;
			}
			.deskline .item .img .item_ph{
				background-color:#F0F0F0;
			}

			.deskline .item .img .rating{
				width:100%;
				float:left;
				margin-top:10px;
			}
				.deskline .item .img .average{
					font-family:roboto-cd-b;
					font-size:24px;
					color:#30761A;
					background-color:#FFCC00;
					padding:2px 4px 2px 3px;
					display:inline-block;
					line-height:24px;
					border-radius:4px;
					margin-bottom:2px;
				}
					.deskline .item .img .average span{
						font-family:roboto-cd-l;
						font-size:15px;
					}
				.deskline .item .img .count{
					font-family:roboto-cd-l;
					font-size:15px;
				}

		.deskline .item .body{
			float:left;
			width:67%;
		}
			.deskline .item .body_no_image{
				width:100%;
			}
			.deskline .item .body .headline{
				width:100%;
				float:left;
				margin-bottom:1em;
			}
			.deskline .item .body h2{
				margin-bottom:0px;
				font-size:24px;
			}
				.deskline .item .body h2.h2_margin{
					margin-bottom:0.6em;
				}
			.deskline .item .body h2.stars:after{
				font-family:'fontawesome';
				content:'\f005';
				color:#FFCC00;
				font-size:21px;
				letter-spacing:4px;
				white-space:nowrap;
			}
				.deskline .item .body h2.stars.stars2:after{
					content:'\f005\f005';
				}
				.deskline .item .body h2.stars.stars3:after{
					content:'\f005\f005\f005';
				}
				.deskline .item .body h2.stars.stars4:after{
					content:'\f005\f005\f005\f005';
				}
				.deskline .item .body h2.stars.stars5:after{
					content:'\f005\f005\f005\f005\f005';
				}
			.deskline .item .body h2 a, .deskline .item .body h2 a:hover{
				color:white;
				text-decoration:none;
			}
			.deskline .item .body p a, .deskline .item .body p a:hover{
				color:white;
				text-decoration:none;
			}

			.deskline .item .body .categories{
				font-size:15px;
			}

			.deskline .item .body .facilities{
				width:100%;
				float:left;
				margin-bottom:1em;
			}
				.deskline .item .body .facilities div{
					float:left;
					font-size:15px;
					margin:0px 20px 5px 0px;
				}
					.deskline .item .body .facilities div:before{
						font-family:fontawesome;
						content:'\f14a\00a0';
					}

			.deskline .item .body .address{
				width:100%;
				float:left;
				font-size:15px;
			}

			.deskline .date, .deskline .time{
				width:100%;
				float:left;
				margin-bottom:0.5em;
				font-family:roboto-cd-b;
			}
				.deskline .date:before{
					font-family:fontawesome;
					content:'\f073';
					margin-right:10px;
				}
				.deskline .time:before{
					font-family:fontawesome;
					content:'\f017';
					margin-right:12px;
				}

		.deskline .item .body a.dtl_link{
			float:left;
			margin-top:1em;
		}
			.deskline .item .body a.dtl_link span{
				display:inline-block;
				color:white;
				background-color:rgb(65,145,38);
				border-radius:5px;
				padding:4px 8px 5px 9px;
				font-family:roboto,sans-serif;
			}
			.deskline .item .body a.dtl_link span:after{
				content:'\f0da';
				font-family:fontawesome;
				display:inline-block;
				margin-left:0.35em;
			}

	.deskline .item_dtl{
		width:100%;
		float:left;
		margin-bottom:1em;
	}
		.deskline .item_dtl .head{
			width:100%;
			float:left;
			margin-bottom:1em;
		}
			.deskline .item_dtl .headline{
				width:calc(100%-130px);
				float:left;
			}
			.deskline .item_dtl h1{
				margin-bottom:0px;
			}
				.deskline .item_dtl h1.h1_margin{
					margin-bottom:0.6em;
				}

			.deskline .item_dtl .rating{
				float:right;
				width:110px;
				margin-left:20px;
				padding-top:0.3em;
			}
				.deskline .item_dtl .average{
					font-family:roboto-cd-b;
					font-size:24px;
					color:#30761A;
					background-color:#FFCC00;
					padding:2px 4px 2px 3px;
					display:inline-block;
					line-height:24px;
					border-radius:4px;
					margin-bottom:2px;
				}
					.deskline .item_dtl .average span{
						font-family:roboto-cd-l;
						font-size:15px;
					}
				.deskline .item_dtl .count{
					font-family:roboto-cd-l;
					font-size:15px;
				}

		.deskline .item_dtl .img{
			width:50%;
			float:left;
			margin-right:3%;
		}
			.deskline .item_dtl .img img{
				width:100%;
				border-radius:10px;
				box-sizing:border-box;
				border:1px solid #F0F0F0;
			}
			.deskline .item_dtl .img a{
				line-height:1px;
			}

			.deskline .item_dtl .img .thumbs{
				width:100%;
				float:left;
				margin-top:10px;
			}
				.deskline .item_dtl .img .thumbs .line2{
					display:none;
				}
				.deskline .item_dtl .img .thumbs img{
					border-radius:5px;
					float:left;
					width:23.5%;
					margin-right:2%;
					background-size:cover;
					background-repeat:no-repeat;
				}
					.deskline .item_dtl .img .thumbs a:nth-child(4n) img{
						margin:0;
					}

		.deskline .item_dtl div.stars:after{
			font-family:'fontawesome';
			content:'\f005';
			color:#FFCC00;
			font-size:21px;
			letter-spacing:4px;
			white-space:nowrap;
		}
			.deskline .item_dtl div.stars.stars2:after{
				content:'\f005\f005';
			}
			.deskline .item_dtl div.stars.stars3:after{
				content:'\f005\f005\f005';
			}
			.deskline .item_dtl div.stars.stars4:after{
				content:'\f005\f005\f005\f005';
			}
			.deskline .item_dtl div.stars.stars5:after{
				content:'\f005\f005\f005\f005\f005';
			}

		.deskline .item_dtl .kontakt{
			width:47%;
			float:left;
		}
		.deskline .item_dtl .absatz{
			margin-bottom:1em;
		}
		.deskline .item_dtl .telefon{
			padding-left:24px;
			position:relative;
		}
			.deskline .item_dtl .telefon:before{
				position:absolute;
				top:3px;
				left:0px;
				content:'\f098';
				font-family:fontawesome;
				font-size:1.1em;
			}
		.deskline .item_dtl .fax{
			padding-left:24px;
			position:relative;
		}
			.deskline .item_dtl .fax:before{
				position:absolute;
				top:4px;
				left:0px;
				content:'\f1ac';
				font-family:fontawesome;
				margin-right:4px;
			}
		.deskline .item_dtl .email{
			float:left;
			margin:5px 10px 10px 0px;
		}
			.deskline .item_dtl .email a, .deskline .item_dtl .email a:hover{
				position:relative;
				display:inline-block;
				color:white;
				background-color:rgb(65,145,38);
				border-radius:5px;
				padding:4px 8px 5px 33px;
				font-family:roboto,sans-serif;
				text-decoration:none;
			}
				.deskline .item_dtl .email a:before{
					position:absolute;
					top:7px;
					left:9px;
					content:'\f0e0';
					font-family:fontawesome;
				}
		.deskline .item_dtl .url{
			float:left;
			margin:5px 10px 10px 0px;
		}
			.deskline .item_dtl .url a, .deskline .item_dtl .url a:hover{
				position:relative;
				display:inline-block;
				color:white;
				background-color:rgb(65,145,38);
				border-radius:5px;
				padding:4px 8px 5px 33px;
				font-family:roboto,sans-serif;
				text-decoration:none;
			}
				.deskline .item_dtl .url a:before{
					position:absolute;
					top:7px;
					left:9px;
					content:'\f0ac';
					font-family:fontawesome;
				}

		.deskline .item_dtl .facilities{
			width:100%;
			float:left;
			margin-bottom:1.44em;
		}
			.deskline .item_dtl .facilities div{
				float:left;
				font-size:1em;
				margin:0px 10px 5px 0px;
			}
				.deskline .item_dtl .facilities div:before{
					font-family:fontawesome;
					content:'\f14a\00a0';
					color:#30761A;
				}


		.deskline .item_dtl .logos{
			width:100%;
			float:left;
			margin-top:1em;
		}
			.deskline .item_dtl .logos img{
				width:auto;
				max-width:80px;
				float:left;
			}

		.deskline .item_dtl .siegel{
			width:100%;
			margin-bottom:1em;
			float:left;
		}
			.deskline .item_dtl .siegel div{
				float:left;
				margin-bottom:1em;
				margin-right:20px;
				height:100px;
			}
			.deskline .item_dtl .siegel table{
				border:none;
			}
				.deskline .item_dtl .siegel table td{
					height:100px;
					padding:0px;
					vertical-align:middle;
				}




.tabs{
	width:100%;
	float:left;
	margin-top:1.5em;
}
	.tabs .tab{
		position:relative;
		float:left;
		margin-right:6px;
		margin-bottom:-1px;
		padding:4px 10px 6px 33px;

		border:1px solid white;

		border-top-left-radius:5px;
		border-top-right-radius:5px;

		border-bottom:1px solid #419126;
		background-color:#419126;
		color:white;
		cursor:pointer;
		font-family:roboto-cd-l;
			
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
		.tabs .tab:before{
			position:absolute;
			top:2px;
			left:8px;
			font-family:fontawesome;
			content:'\f138';
			margin-right:4px;
			font-size:23px;
		}
		.tabs .tab.tab_on{
			border-color:white;
			border-bottom:1px solid #FFCC00;
			background-color:#FFCC00;
			color:#30761A;
		}
			.tabs .tab.tab_on:before{
				font-family:fontawesome;
				content:'\f13a';
				margin-right:4px;
				color:#30761A;
			}
	
.tab_content{
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:15px;
	border:1px solid white;
	border-top:none;
	border-radius:5px;
	border-top-left-radius:0px;
	display:none;
	background-color:white;
	color:#333333;
	z-index:10;
	position:relative;
}
	.tab_content h2{
		color:#333333;
	}
	.tab_content_on{
		display:block;
	}

.form_adresse td{
	padding:0;
}

.bt_route{
	display:inline-block;
	color:white;
	background-color:rgb(65,145,38);
	border-radius:5px;
	padding:4px 8px 4px 9px;
	font-family:roboto,sans-serif;
	font-size:0.9em;
	float:left;
	margin-left:10px;
	cursor:pointer;
}

.objekt_suche{
	width:100%;
	float:left;
	margin-bottom:1em;
	border:1px solid #CCCCCC;
	background-color:#F0F0F0;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}
	.objekt_suche .row1{
		float:left;
		width:100%;
		margin-bottom:0.5em;
	}
	.objekt_suche .col1{
		float:left;
		margin-right:10px;
	}
		.objekt_suche .col1_head{
			font-size:0.9em;
		}
		.objekt_suche .col1_hide{
			display:none;
		}

	.objekt_suche .dtl_anreise{
		border:1px solid #196600;
		border-radius:3px;
		color:white;
		background-color:#419126;
		float:left;
	}
		.objekt_suche .dtl_anreise input{
			font-family:roboto-cd,sans-serif;
			background-color:transparent;
			border:none;
			color:white;
			padding:3px;
			font-size:18px;
			float:left;
			width:90px;
		}
		.objekt_suche .dtl_anreise .inputcal{
			background-color:#1D6106;
			float:left;
			padding:2px 6px 4px 7px;
		}
		.objekt_suche .dtl_anreise .inputcal:after{
			font-family:fontawesome;
			content:'\f073';
			color:#FFBF00;
			color:white;
		}

	.objekt_suche .dtl_personen{
		font-family:roboto-cd,sans-serif;
		border:1px solid #196600;
		border-radius:3px;
		color:white;
		background-color:#419126;
		font-size:18px;
		float:left;
		padding:2px 3px 2px 3px;
		width:80px;
	}

	.objekt_suche button{
		font-family:roboto-cd,sans-serif;
		border:1px solid #1D6106;
		border-radius:3px;
		color:white;
		background-color:#1D6106;

		background-color:#419126;
		border:1px solid #419126;

		font-size:18px;
		float:left;
		padding:3px 8px 3px 8px;
	}
		.objekt_suche button:before{
			font-family:fontawesome;
			content:'\f002\00a0';
			color:#FFBF00;
			color:white;
		}

	.products .keine_unterkuenfte{
		width:100%;
		float:left;
		margin-bottom:2em;
	}
	.products h3, .objekt_suche h3{
		color:#333333;
		font-size:18px;
		margin-bottom:0.5em;
	}



.products{
	width:100%;
	float:left;
	margin:1em 0 0 0;
}

.product{
	width:100%;
	float:left;
	border-bottom:1px solid #30761A;
	padding-bottom:1.5em;
	margin-bottom:1.5em;

	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	border-radius:5px;
	padding:5px;
	box-sizing:border-box;
	margin-bottom:1em;
}
	.product:last-child{
	}
	.product .product_name{
		float:left;
		width:60%;
	}
		.product .product_name .name{
			font-weight:bold;
		}


			.product .product_name .name span.stars:after{
				font-family:'fontawesome';
				content:'\f005';
				color:#FFCC00;
				font-size:14px;
				letter-spacing:4px;
				white-space:nowrap;
				margin-left:6px;
			}
				.product .product_name .name span.stars.stars2:after{
					content:'\f005\f005';
				}
				.product .product_name .name span.stars.stars3:after{
					content:'\f005\f005\f005';
				}
				.product .product_name .name span.stars.stars4:after{
					content:'\f005\f005\f005\f005';
				}
				.product .product_name .name span.stars.stars5:after{
					content:'\f005\f005\f005\f005\f005';
				}

	.product .buchen{
		float:right;
		width:30%;
		margin-left:10%;
		text-align:right;
		padding:2px 5px 0px 0px;
		box-sizing:border-box;
	}
		.product .buchen a,.product .buchen a:hover{
			font-size:1.1em;
			background-color:#419126;
			padding:8px 10px 8px 10px;
			line-height:1em;
			color:white;
			text-decoration:none;
			border-radius:5px;
			display:inline-block;
			margin-top:4px;
		}
			.product .buchen a:before{
				font-family:fontawesome;
				content:'\f0f2\00a0';
			}



#product_loader{
	float:left;
	background-image:url(../images/loader-anim.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	height:40px;
	background-color:white;
	padding:10px 4px 0px 40px;
	color:#303030;
	border-radius:5px;
	line-height:1em;
	box-sizing:border-box;
	display:none;
}
	#product_loader:before{
		content:'Unterkünfte werden gesucht. Bitte haben Sie einen Moment Geduld.';
	}


.detailsuche{
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:15px;
	border-radius:10px;
	border:1px solid #599147;
	background-color:#419026;
	border-color:white;
	margin-bottom:2em;
}
	.detailsuche .ds_row1{
		float:left;
		width:100%;
	}
	.detailsuche .ds_row2{
		float:left;
		width:100%;
		margin-top:2em;
	}
	.detailsuche .ds_col1{
		float:left;
		width:220px;
		margin:0px 20px 10px 0px;
	}
	.detailsuche .ds_col2{
		float:left;
		width:410px;
		margin:0px 20px 10px 0px;
	}
		.detailsuche .ds_col2a{
			float:left;
			width:195px;
			margin:0px 20px 10px 0px;
		}
		.detailsuche .ds_col2b{
			float:left;
			width:195px;
			margin:0px 0px 10px 0px;
		}
	.detailsuche .ds_col3{
		float:left;
		width:120px;
		margin:0px 20px 10px 0px;
	}
	.detailsuche .ds_col4{
		float:left;
		width:180px;
		margin:0px 0px 10px 0px;
	}
	.detailsuche .ds_col5{
		float:left;
		width:120px;
		margin:0px 20px 10px 0px;
	}
	.detailsuche .ds_col6{
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
	}

	.detailsuche .ds_col_hide{
		display:none;
	}

	.detailsuche .ds_col_head{
		font-family:roboto,Arial,"Arial Unicode MS",Helvetica,sans-serif;
		padding-bottom:0.5em;
	}

	.detailsuche .input_checkbox{
		margin-bottom:0.5em;
	}

	.detailsuche .form1_element input{
		overflow:hidden;
	}

	.detailsuche .form1_element, .detailsuche .form1_button{
		font-size:14px;
	}

	.detailsuche .form1_button span{
		padding-left:4px;
	}

	.status_suche{
		float:left;
		width:100%;
	}
		.status_suche .load_suche{
			float:left;
			background-image:url(../images/loader-anim.gif);
			background-repeat:no-repeat;
			background-position:2px 2px;
			min-height:40px;
			background-color:white;
			padding:10px 4px 0px 40px;
			color:#303030;
			border-radius:5px;
			line-height:1em;
			box-sizing:border-box;
		}
			.status_suche .load_suche:before{
				content:'Unterkünfte werden gesucht. Bitte haben Sie einen Moment Geduld.';
			}

		.status_suche_startseite{
			margin-top:10px;
		}
			.status_suche_startseite .load_suche{
				padding:10px 4px 10px 40px;
			}


	.detailsuche_fein_head{
		font-family:roboto-cd,sans-serif;
		background-color:#1C6006;
		color:white;
		padding:10px;
		border:1px solid #196600;
		border-radius:8px;
		font-size:21px;
		cursor:pointer;
		display:inline-block;
	}
		.detailsuche_fein_head:after{
			font-family:fontawesome;
			content:'\00a0\f078';
			color:#FFBF00;
		}
		.detailsuche_fein_head_open:after{
			content:'\00a0\f077';
		}


	.deskline_qs_suchbegriff{
		background-color:transparent;
		background-image:linear-gradient(to right, rgb(113, 173, 41) 0%, rgb(58, 124, 32) 100%);
		border-radius:8px;
		border:1px solid rgb(25, 102, 0);
		background-color:rgb(113,173,41);
		color:white;
		font-family:roboto-cd,sans-serif;
		font-size: 21px;
		line-height:1em;
		padding:8px 10px 8px 10px;
		width:100%;
		max-width:400px;
		box-sizing:border-box;
	}

.detailsuche_events{
	padding:10px;
}
	.detailsuche_events h2{
		font-size:1.2em;
	}
	.detailsuche_events .form1_element{
		font-size:10px;
	}
	.detailsuche_events .form1_button{
		font-size:10px;
		height:4.1em;
	}
	.detailsuche_events .ds_col_h{
		padding-bottom:4px;
	}



.suchergebnis{
	float:left;
	width:100%;
}
	.suchergebnis h2{
		padding-top:10px;
	}
	.suchergebnis h2 span{
		color:#FFCC00;
	}


@media screen and (max-width:1080px){
	.detailsuche .ds_col4{
		clear:left;
	}
	.head_empty{
		/*display:none;*/
	}
}

@media screen and (max-width:540px){
	.deskline .item .img{
		width:100%;
		margin-right:0;
		margin-bottom:1em;
	}

	.deskline .item .body{
		width:100%;
	}

	.deskline .item_dtl .headline{
		width:100%;
	}
	.deskline .item_dtl .rating{
		float:left;
		width:100%;
		margin-left:0;
		margin-top:1em;
		padding-top:0;
	}

	.deskline .item_dtl .average{
		float:left;
	}
	.deskline .item_dtl .count{
		float:left;
		margin-left:10px;
		padding-top:6px;
	}

	.deskline .item_dtl .img{
		width:100%;
		margin-right:0;
		margin-bottom:1em;
	}
	.deskline .item_dtl .kontakt{
		width:100%;
	}

	.product .product_name{
		width:100%;
		margin-bottom:0.5em;
	}
	.product .buchen{
		float:left;
		width:100%;
		margin:0 0 4px 0;
		text-align:left;
	}
}

@media screen and (max-width:480px){
	.detailsuche .ds_col4{
		width:100%;
	}
	.detailsuche .ds_col2, .detailsuche .ds_col2a, .detailsuche .ds_col2b{
		width:100%;
		margin-right:0;
	}
	.detailsuche .ds_col3{
		margin-right:0;
	}

	.detailsuche_fein_head{
		display:block;
	}
}

@media screen and (max-width:460px){
	.form_adresse{
		width:100%;
	}
	.form_adresse td{
		display:block;
		width:100%;
	}
	.bt_route{
		margin-left:0px;
		margin-top:10px;
	}
	.deskline .ft1{
		width:100%;
	}

}

@media screen and (max-width:440px){
	.tabs .tab{
		border-bottom:1px solid white;
		border-radius:5px;
		margin-bottom:6px;
	}
	.tab_content{
		border-top-left-radius:5px;
	}
}

@media screen and (max-width:420px){
	.detailsuche .form1_element, .detailsuche .form1_button{
		font-size:12px;
	}
	.detailsuche .ds_col1{
		width:190px;
	}
	.detailsuche .ds_col3{
		width:110px;
	}

	.detailsuche_fein_head{
		font-size:21px;
	}

	.detailsuche_events .ds_col1{
		width:100%;
	}
}



/*--- Dokumentliste ---*/
.dokumentliste{
	width:100%;
	float:left;
	margin-bottom:2em;
}

	.dokumentliste .kat{
		width:100%;
		float:left;
	}

	.dokumentliste .kat2{
		width:100%;
		float:left;
		margin-bottom:1em;
		display:none;
	}

	.dokumentliste .kat3{
		width:100%;
		float:left;
		margin-bottom:0.5em;
	}

	.dokumentliste .kat3:last-child{
		margin-bottom:0;
	}

	.dokumentliste 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;
	}
		.dokumentliste h2.bt:hover{
			text-decoration:none;
		}
		.dokumentliste h2.bt:before{
			content:'\f055';
			font-family:fontawesome;
			float:left;
			margin-right:0.3em;
			font-size:28px;
			position:absolute;
			left:10px;
			top:9px;
		}
		.dokumentliste h2.bt:after{
			content:'\f138';
			font-family:fontawesome;
			float:right;
			font-size:28px;
			margin-left:15px;
			position:absolute;
			right:10px;
			top:9px;
		}
		.dokumentliste h2.bt_expanded{
			background-color:#0950A0;
		}
			.dokumentliste h2.bt_expanded:before{
				content:'\f056';
			}
			.dokumentliste h2.bt_expanded:after{
				content:'\f13a	';
			}

	.dokumentliste 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;
	}
		.dokumentliste a.doc:hover{
			text-decoration:none;
		}
		.dokumentliste a.doc:after{
			content:'\00a0\f0a9';
			font-family:fontawesome;
			position:absolute;
			right:14px;
			top:10px;
		}
		.dokumentliste a.doc:before{
			content:'\f0f6';
			font-family:fontawesome;
			margin-right:0.3em;
		}
		.dokumentliste a.doc.doc_pdf:before{
			content:'\f1c1';
		}
		.dokumentliste a.doc.doc_word:before{
			content:'\f1c2';
		}
		.dokumentliste a.doc.doc_excel:before{
			content:'\f1c3';
		}
		.dokumentliste a.doc.doc_powerpoint:before{
			content:'\f1c4';
		}
		.dokumentliste a.doc.doc_zip:before{
			content:'\f1c6';
		}


/*--- Widget RLP Tourismus ---*/
.html_content dataCycle-widget ul li{
	padding-left:0;
	color:black;
}
	.html_content dataCycle-widget ul li:before{
		display:none;
	}
	.html_content ul.dc-collection__list li h3{
		color:black;
	}
	.html_content .dc-details-page h3{
		color:white;
		clear:none;
	}
	.html_content .dc-details-page ul li{
		color:white;
	}
	.html_content .dataCycle-widget .dc-prose :where(ul > li)::marker {
		color:white;
	}
	.html_content .dc-detail__info-block, .html_content .dc-detail__info-block h3, .html_content .dc-detail__info-block ul li{
		color:black;
	}
	.html_content dataCycle-widget input{
		color:black;
	}
