/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import "../css/camera.css";
@import "../css/touchTouch.css";
@import "../css/form.css";
@import "../css/jquery.fancybox.css";
@import "../css/gfonts.css";

html, body {}

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clear { clear: both; }
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fleft {float:left;}
.fright {float:right;}
.text_right{text-align: right;}
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	width: 100%;
	overflow:hidden;
}
.wrapper-after:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}


.marg-left-0{margin-left:0 !important;}
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marRight1{margin-right: 33px;}
.marRight2{margin-right: 55px;}
.marBot1{margin-bottom: 26px;}
.marBot2{margin-bottom: 40px;}
.marBot3{margin-bottom: 8px;}
.marBot4{margin-bottom: 70px;}

.border_botom{border-bottom: 1px solid #f2f2f2; margin-bottom: 25px; padding-bottom: 7px;}

.fs12{font-size: 12px;}

.box{overflow: hidden;}
.bold{font-weight: bold;}

.color1{color: #47d4f9;}
.color2{color: #000000;}
.color3{color: #fafafa;}

/* Global properties ======================================================== */
html, body { padding:0; margin:0; height:100%;}

body {
	font:16px/22px Arial, Helvetica, sans-serif ;
	color:#757575;
	line-height: 1.4rem;
	background: #323a45;
	min-width:300px;
}
#back-top {
  position: fixed;
  left: 51%;
  margin-left: 500px;
  bottom: 40px;
  z-index: 1000;
  display: none;
  width: 32px;
  height: 31px;
  background: #4c5b6a url("../images/up-arrow.png") no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#back-top:hover {
  background: #000 url("../images/up-arrow.png") no-repeat;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main{
	width:100%;
	height: auto;
	padding:0 0 0 0;
	/*background: #fafafa;*/
}
.div-content{
	width:100%;
	margin:0 auto;
	padding-bottom:0;
	background: #fff;
}
/***********************************************************************/
/*===============================>H-logo-properties=========================*/
h1{
	display: inline-block;
	float:left;
	margin:0;
	margin-top: 35px;
}
h1 img{max-width: inherit;}
h1 a{display:inline-block;}
h2{
	font: 22px/26px 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	color:#323a45;
	margin-bottom: 36px;
	display: inline-block;
	/*padding-right: 193px;*/
	width: 100%;
	overflow: hidden;
}
h2.v2{margin-bottom: 32px;}
h3{
	font:16px/21px 'Open Sans', Arial, sans-serif;
	color:#4a4a4a;
	margin-bottom: 22px;
}
h3.v2{margin-bottom: 26px;}
h4{
	font:16px/20px 'Georgia', Arial, sans-serif;
	color:#000;
	margin-bottom: 17px;
}
h5{
	font:  25px/30px 'Open Sans', Arial, sans-serif;
	color:#fff;
	padding: 10px 0px;
	text-align: center;
}
h5.dark {
	color:#4a4a4a;
}
h6{
	font:16px/16px 'Georgia', Arial, sans-serif;
	color:#547c0c;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.date_section{
	font:12px/12px 'Georgia', Arial, sans-serif;
	color:#557f0c;
	text-transform:uppercase;
	margin-top: 2px;
	margin-bottom: 1px;
	display: block;
}
.hline2{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 2px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 15px;
}
.hline2.v2{
	padding-bottom: 23px;
	margin-bottom: 37px;
}
.hline2.v3 h3{margin-bottom: 26px;}
.hline2.v3{
	padding-bottom: 11px;
	margin-bottom: 25px;
}
p{margin-bottom: 16px;}
img{max-width:100%; height:auto; margin-bottom: 0px;}
.img1{display: inline-block; margin-bottom: 34px;}
.img2{display: inline-block; margin-bottom: 31px;}
.img3{
	float: left;
	margin-right: 7px;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 10px;
}
.img4{
	float: left;
	margin-right: 21px;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 10px;
}
.img5{display: inline-block; margin-bottom: -7px;}

a {
	text-decoration:none;
	cursor:pointer;
	color:#4a4a4a;
}
a:hover {
	text-decoration:none;
	color: #45b39e;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a.link3{color: #a1a1a1;}
a.link3:hover{color: #000;}

/************Header************/
header{
	padding-bottom: 0;
	background: #323a45;
	padding: 0;
	min-height: 91px;
}
header.content_header{margin-bottom: 130px;}
.bot_line{
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #f2f2f2;
	margin-top: 2px;
	margin-bottom: 42px;
}

.bg_section1{
	padding: 94px 0 74px;
	background: #45b39e;
	position: relative;
}

.bg_section1 a { color: #fff!important; text-decoration: underline; }
.bg_section1 a:hover { color: #333!important;  }


.bg_section1 p {
	font:300 18px/36px 'Open Sans', Arial, sans-serif;
	text-align: center;
	color: #fff;
}



.bg_section2, .bg_section3{
	padding: 105px 0 111px;
	background: #CEE9F1;
	position: relative;
	margin-top: 116px;
	margin-bottom: 129px;
	color: #313945;
}
.bg_section2.v2{
	margin-top: 89px;
	padding: 105px 0 71px;
	margin-bottom: 106px;
}
.bg_section2.v2 a {  text-decoration: underline; }


.bg_section2.v2 hr {
background-color:#323a45;height:2px;width:100%;
margin: 50px 0px;
}


.bg_section2.v4{
	margin-top: 89px;
	padding: 81px 0 91px;
	margin-bottom: 0px;
}
.bg_section2:after, .bg_section3:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: 29px;
	height: 16px;
	background: url("../images/white_corner_down.png") 0 0 no-repeat;
	left: 50%;
	margin-left: -15px;
	top: 0px;
}
.bg_section2.v2:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 29px;
	height: 16px;
	background: url("../images/gray_corner_down.png") 0 0 no-repeat;
	left: 50%;
	margin-left: -15px;
	bottom: -16px;
}
.bg_section3 p{
	font:300 18px/36px 'Open Sans', Arial, sans-serif;
	text-align: center;
	color: #84898f;
}
.bg_section3{
	padding: 89px 0 69px;
	margin-bottom: 0;
}
.bg_section3 a{color: #34a38e;}
.bg_section3 a:hover{color: #000;}

.bg_section4 p {
	font:300 18px/36px 'Open Sans', Arial, sans-serif;
	text-align: center;
	color: #666;
}

.year_section{
	float: left;
	width: 50px;
	margin-right: 2px;
	font:16px/20px 'Open Sans', Arial, sans-serif;
	color:#4a4a4a;
}
/************Content***********/
blockquote {
	padding-left: 30px;
	font-style: italic;
	background: url("../images/quote_sign.png") 0 6px no-repeat;
	margin-top: -5px;
	margin-bottom: 23px;
}
blockquote .normal_txt {font-style: normal;}
/* ============================= lists ====================== */

.listWithMarker {
  margin: 0;
  margin-top: 38px;
  margin-bottom: 33px;
}
.listWithMarker.v2{margin-top: 0;}
.listWithMarker li {
  display: block;
  margin-bottom: 11px;
  background: url(../images/list_marker.png) 0 4px no-repeat;
  padding-left: 17px;
}
.listWithMarker li a {
  display: inline-block;
  font:16px/16px 'Open Sans', Arial, sans-serif;
  color:#4a4a4a;
  text-decoration: none;
}
.listWithMarker li a:hover {
  color: #278371;
}

.faq {
  margin: 0;
  margin-top: 38px;
  margin-bottom: 33px;
}
.faq li {
  display: block;
  margin-bottom: 11px;
  padding-left: 17px;
}
li.question {
  color:#323a45!important;
  background: url(../images/list_marker.png) 0 4px no-repeat;
  padding-left: 17px;
  margin-top: 38px;
}
.faq li a {
  display: inline-block;
  font:16px/16px 'Open Sans', Arial, sans-serif;
  color:#4a4a4a;
  text-decoration: none;
}
.faq li a:hover {
  color: #278371;
}

/* ============================= end lists ====================== */
.more_btn {
	display: inline-block;
	text-decoration:none;
	color:#fff;
	text-align: center;
	padding:6px 13px;
	font:300 14px/20px "Open Sans", Arial, sans-serif;
	background: #45b39e; /* for old browsers */
    margin-top: 17px;
    margin-bottom: 20px;
}
.more_btn:hover, .more_btn .active a{
	color:#45b39e;
	background: #333; /* for old browsers */
    text-decoration:none;
}

.more_btn.v2{margin-top: 41px;}
.more_btn.v3{
	padding:18px 20px;
	font:300 28px/32px "Open Sans", Arial, sans-serif;
	margin-top: 0px;
}


.more_btn2 {
	position: absolute;
	bottom: 0;
	right: 35px;
	display: inline-block;
	text-decoration:none;
	color:#fff;
	text-align: center;
	padding:10px 14px;
	text-transform: uppercase;
	font:bold 14px/16px "Open Sans", Arial, sans-serif;
	background: #f97e76; /* for old browsers */
    margin-bottom: 0px;
}
.more_btn2 .more_arrow{
	position: absolute;
	top: 0;
	right: -34px;
	z-index: 10;
	width: 34px;
	height: 36px;
	display: inline-block;
	background: url(../images/more2_arrow.png) no-repeat center center #2d3e50;;
}
.more_btn2:hover {
	color:#f97e76;
	background: #000; /* for old browsers */
    text-decoration:none;
}
figure{
	display: block;
	width: 100%;
}
figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	padding-bottom: 0px;
	overflow: hidden;
	padding-top: 4px;
	margin-bottom: 22px;
}
figure iframe {
	width: 100%;
	max-width: 360px;
	height: 261px;
}
address{
	font-style: normal;
	display: block;
	margin-bottom: 40px;
}
address dl dt{
	/*color: #47d4f9;*/
}
address dd span{
	position: relative;
	display: inline-block;
	width: 97px;
}
address a, .link1, .link2{
	color: #f97e76;
	text-decoration: none;
}
.link2{text-decoration: underline;}


/*********************************start magnifier2*************************************/
.magnifier2 {
    position:relative;
    /*display:block;*/
    display: inline-block;
    width: 100%;
}
.magnifier2 img{
}
figure{margin-bottom: 20px;}
.zoom{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s ease;
  	-moz-transition: all 0.6s ease;
  	-o-transition: all 0.6s ease;
  	transition: all 0.6s ease;

  	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */

	background: url(../images/img_bg_hover.png);
	text-align: center;
}
.zoom .zoom_txt1{
	font:300 18px/20px 'Open Sans', Arial, sans-serif;
	color: #fff;
	margin-top: 24%;
	margin-bottom: 7px;
	display: block;
}
.zoom .zoom_txt2{
	font:300 14px/20px 'Open Sans', Arial, sans-serif;
	color: #b7b7b7;
	margin-top: 0px;
	display: block;
	margin-bottom: 5px;
}
.zoom_link{
	color: #218d78;
	font:300 15px/20px 'Open Sans', Arial, sans-serif;
	display: block;
}
a.magnifier2:hover .zoom{
	opacity: 1
}
a.magnifier2 .zoom{
	opacity: 0;
}

.figure_video{margin-bottom: 38px; display: block;}
.figure_video a{margin-bottom: 17px;}

.lightbox-video{
	position:relative;
	display:inline-block;
}
	.lightbox-video span {
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background: url(../images/magnify-video.png) no-repeat 50% 50%;
		z-index:1;
		}
/*********************************end magnifier2*************************************/
/************Footer************/
footer{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #45b39e;
	display: block;
	margin-top: 0px;
}
footer.content_footer{margin-top: 83px;}
.main-footer{
	padding-top: 96px;
	padding-bottom: 92px;
	text-align: center;
}
.main-footer a {
	text-decoration: underline!important;
}
.main-footer a:hover {
	text-decoration: underline!important; color: #fff;
}
.footer_priv{
	width: 100%;
	background: #323a45;
	display: block;
	padding: 45px 0 90px 0;
}
.footer_priv p{
	color: #6f747b;
	margin-bottom: 0;
	font-size: 15px;
	text-align: center;
}
.footer_priv p a{
	color: #6f747b;
}
.footer_priv p a:hover{
	color: #fff;
}

/************start social icons************/
.social{
	overflow:hidden;
	display: inline-block;
	position: relative;
	min-height: 40px;
}
.social a{
	display:block;
	float:left;
	width:55px;
	height: 40px;
	/*overflow:hidden;*/
	margin-right: 92px;
	position: relative;
}
.social a img{
	-webkit-transition: all 0.4s ease;
  	-moz-transition: all 0.4s ease;
  	-o-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.social a:after{
	position: absolute;
	display:inline-block;
	content: "";
	width:60px;
	height: 1px;
	background: #7fcbbc;
	top: 22px;
	left: 78px;
	overflow: visible;
}
.social a.last:after{
	width:1px;
	height: 1px;
	background: none;
}
.social a.last{margin: 0;}
/*.social a:first-child{
	margin: 0 0 0 0;
}*/
.social a:hover img{
	margin-top:-40px;
}

.priv_section{float: left;}
.priv_term{float: right;}
/************end social icons************/


/************start tabellen************/
table {width: 100%; height: 300px;}
th, td {	padding: 0.5em ; 	border-bottom:1px dotted #54BBAC!important; 	text-align: center;}
td { padding: 1.5em 0em!important; }
tbody tr.odd td {background: transparent url(../images/atransp.png)!important;}

.odd1 { font-weight: bold; text-transform: uppercase; background: #54BBAC; color:#FFF;  }
.border1 { border-left: 2px solid #edeae6; border-right: 2px solid #edeae6;  }
.bordernone { border-bottom: none!important;  }

.odd2 { font-weight: bold; text-align: right; padding-right: 30px!important; border: 0px!important; background: none!important; }

col#colcity, col#colnr {background: transparent url(../images/atransp.png)!important;}
* html tbody tr.odd td {    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/atransp.png', sizingMethod='scale');}
* html col#colcity,* html col#colnr {    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/atransp.png', sizingMethod='scale');}
/************end tabellen************/

/************start textformationen************/
.text1 { color: rgb(74, 74, 74); }
/************end textformationen************/

/************start sonstiges************/
.logo { margin-top: -30px;  }
.center { text-align: center!important; }
a.center { text-align: center!important; }

.background_moselspass { background:url(../images/background_moselspass.jpg) repeat-x;
    min-height: 800px !important;
    padding-top: 1px;
 }
.white { color: white;  }
.abstand130top { margin-top: 130px; }
/************end sonstiges************/


.img22 { margin-right: 20px; margin-top: 19px; }


.imp_recht {margin: 60px 0px!important;}
.imp_recht h1 {font-size: 30px;letter-spacing: 0.01px;color: #777; background: none;}
.imp_recht h2 {font-size: 20px !important;letter-spacing: 0px !important;color: #222 !important;font-weight: 400 !important;margin: 40px 0px 10px 0px; background: none;}
.imp_recht h3 {margin: 30px 0px 10px 0px; font-size: 20px !important;letter-spacing: 0px !important;color: #444 !important;  font-weight: 300; background: none;}
.imp_recht p {line-height: 23px;font-size: 16px !important;font-weight: 300 !important;}
.imp_recht strong { font-weight: 500!important;}
.imp_recht ul {  line-height: 23px;font-size: 16px !important;margin-left: 40px;     list-style-type: circle;}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1039px) {

	.div-content{width:100%;}

}

@media only screen and (max-width: 1050px) {
	nav{margin:0px 0px 0px 0;}
}

@media only screen and (max-width: 995px) {
	.address figure iframe, figure {
		width: 100%;
		max-width:100%;
	}
	.slider_wrapper {height: 383px;}

	ul.sf-menu>li>a{
		padding:0 16px 0 16px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}

	.banner1 p{max-width: 400px; margin-top: 0;}


	nav{margin:0px 0px 0px 0;}

	.search2_title{float: none; font:bold 15px/30px 'Open Sans', Arial, sans-serif;}

	.lightbox-video {width: 100%;}




}
@media only screen and (max-width: 767px) {

	img{width: 100%;}
	img.no_resize{width: auto;}
	.box{overflow: visible;}

	.slider_wrapper {height: 215px;}
	/*img:not(.no_resize) {width: 100%;}*/

	.caption{display: none;}
	.mobile_bottom_mar{margin-bottom: 30px !important;}
	.mobile_bottom_mar2{margin-bottom: 50px !important;}


	.social a{
		overflow:hidden;
		margin-right: 1px;
		padding: 3px 0 0px;
	}
	.social a:after{
		width:10px;
		left: 50px;
		background: none;
	}

	.main-footer{
		padding-top: 46px;
		padding-bottom: 42px;
	}


	header.content_header{margin-bottom: 50px;}
	footer.content_footer{margin-top: 40px;}
	.figure_video a{width: 100%;}

	#search2 input {width: 100%; margin-bottom: 10px;}

	figure iframe {max-width: 100%;}


	.priv_section{float: none;}
	.priv_term{float: none;}

	.bg_section1{padding: 39px 0 19px;}
	.main-footer {
		padding-top: 16px;
		padding-bottom: 12px;
	}

	.mobile_bot_50{margin-bottom: 50px !important;}


}


@media only screen and (max-width: 479px) {
	.slider_wrapper {height: 148px;}
	.grid_12{margin: 0 !important;}
	.grid_12.mar_5px{margin: 0 5px !important;}
	header .grid_12{margin: 0 5px !important;}
	.mar_10px{margin: 0 10px !important;}
	.alpha, .omega{margin: 0 !important;}
	.main-footer .alpha, .main-footer .omega{margin: 0 0 0 5px !important;}
	.mobile_mar0{margin: 0 !important;}

	#form input, #form textarea {width: 100%;}


	.mobile_bot_50{margin-bottom: 50px !important;}

}

}
@media only screen and (max-width: 320px) {

}


.new {
	background: #c94916;
}
