@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700&display=swap');

body {			position:absolute; 
				top:0; 
				left:0; 
				margin:0px;
				padding:0px;
				width: 100%; 
				height:100%;
				color:#969696;
				background-color:#ffffff;

}

::-moz-selection {
  color: #fff; background: #55657a;
}

::selection {
  color: #fff; background: #55657a;
} 

.bg_index{
	background-color:#fff; 
}

html {                  
   height:100%;
   margin-bottom:1px;
}




/* fix für iphone scrolling im iframe :: start */

	.scroll-wrapper{
		position: fixed; 
		right: 0; 
		bottom: 0; 
		left: 0;
		top: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}    
/* fix für iphone scrolling im iframe :: ende */



.scrollicon{
	text-align: center;
	text-decoration:none;
	width:40px;
	height:40px;
	
	position:fixed;
	bottom:60px;
	right:60px;
	display:none;
	border:0px solid #333;
	z-index:1001;
	text-decoration:none;
	background-image: url(../images/scrollicon.png);
	background-repeat: no-repeat;
}


.scrollicon div{
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#ffffff;
	padding-top:18px;
}

#nav_waypoint:hover {
	opacity:1;
}




a {           font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; font-weight:normal; outline:0; }
a:link {      text-decoration: none; color: #55657a; }
a:active {    text-decoration: none; color: #3C3C3C; }
a:visited {   text-decoration: none; color: #55657a; }
a:hover { 
	text-decoration: underline;
	color: #3C3C3C;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.nav_foot {           font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; font-weight:normal; outline:0; }
a.nav_foot:link {      text-decoration: none; color: #fff; }
a.nav_foot:active {    text-decoration: none; color: #55657a; }
a.nav_foot:visited {   text-decoration: none; color: #fff; }
a.nav_foot:hover { 
	text-decoration: none;
	color: #55657a;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.nav_foot_active, a.nav_foot_active:link, a.nav_foot_active:active, a.nav_foot_active:visited, a.nav_foot_active:hover { 
	text-decoration: none;
	color: #55657a;
}

a.a_weiss {           font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; font-weight:normal; outline:0; }
a.a_weiss:link {      text-decoration: none; color: #fff; }
a.a_weiss:active {    text-decoration: none; color: #fff; }
a.a_weiss:visited {   text-decoration: none; color: #fff; }
a.a_weiss:hover { 
	text-decoration: underline;
	color: #fff;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float:left;
  z-index:9999;
}

.dropdown3 {
  position: relative;
  display: inline-block;
  float:right;
  z-index:9999;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
  margin-top:40px;
  left:23px;
  z-index:9999;
}

.dropdown-content3 {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
  margin-top:50px;
  left:30px;
}

.dropdown2 {
  position: relative;
  display: inline-block;
  float:right;
  z-index:999;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
  margin-top:70px;
  left:30px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #3e4543;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Fira Sans';
  font-size:16px;
}

.dropdown-content2 a {
  color: #1b1a18;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content3 a {
  color: #1b1a18;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover { background-color: #e0e0e0; text-decoration:none;}

.dropdown_con_active{
	background-color: #e0e0e0; text-decoration:none;
}

.dropdown-content2 a:hover {background-color: #ddd;}
.dropdown-content3 a:hover {background-color: #ddd;}
.drop_active {background-color: #e0e0e0; color:#3e4543 !important;}
.dropdown:hover a.nav_top_01{
	background-color: #55657a;
	color:#fff;
}

.dropdown2:hover a.nav_top_02_scroll{
	color:#89b725;
	border-top:2px solid #89b725;
}

.dropdown3:hover a.nav_top_01{
	color:#89b725;
	border-top:0;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
.dropdown2:hover .dropdown-content2 {display: block;}
.dropdown3:hover .dropdown-content3 {display: block;}

a[href^="tel"] {
  text-decoration: none;
  cursor: default;
  color: #3C3C3C;
}

a[href^="mailto"] {
  text-decoration: none;
  cursor: default;
  color: #3C3C3C;
}

a.a_cta_tel {           font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:24px; line-height:20px; font-weight:400; outline:0; cursor:default; }
a.a_cta_tel:link {      text-decoration: none; color: #fff; }
a.a_cta_tel:active {    text-decoration: none; color: #fff; }
a.a_cta_tel:visited {   text-decoration: none; color: #fff; }
a.a_cta_tel:hover { 
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}


/* begin content-links fuer funktionen */

	a.f_link_www:link, a.f_link_www:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 7px;
		padding:0 0 0 23px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pfeil_link.png);
		background-position:5px center;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_www:hover, a.f_link_www:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 7px;
		padding:0 0 0 23px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pfeil_link.png);
		background-position:5px center;
		background-repeat:no-repeat;
		clear:both;
	}
	
	
	a.f_link_file:link, a.f_link_file:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 27px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_download.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_file:hover, a.f_link_file:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 27px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_download.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}
	
	
	a.f_link_pdf:link, a.f_link_pdf:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 26px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pdf.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_pdf:hover, a.f_link_pdf:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 26px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pdf.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}
	
	
	a.f_link_vid:link, a.f_link_vid:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 0 5px;
		padding:0 0 0 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_youtube.png);
		background-position:left 4px;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_vid:hover, a.f_link_vid:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 0 5px;
		padding:0 0 0 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_youtube.png);
		background-position:left 4px;
		background-repeat:no-repeat;
		clear:both;
	}

/* end content-links */

a.c_link:link, a.c_link:visited {
	font-size:16px;
	line-height:24px;
	color: #3C3C3C;
	font-weight: normal;
	text-decoration:none;
}

a.c_link:hover, a.c_link:active {
	font-size:16px;
	line-height:24px;
	color: #55657a;
	font-weight: normal;
	text-decoration:none;
}

a.c_link_gruen:link, a.c_link_gruen:visited {
	font-size:16px;
	line-height:24px;
	color: #55657a;
	font-weight: bold;
	text-decoration:none;
}

a.c_link_gruen:hover, a.c_link_gruen:active {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

a.c_link_grau:link, a.c_link_grau:visited {
	font-size:16px;
	line-height:24px;
	color: #646464;
	font-weight: normal;
	text-decoration:none;
}

a.c_link_grau:hover, a.c_link_grau:active {
	font-size:16px;
	line-height:24px;
	color: #c00418;
	font-weight: normal;
	text-decoration:none;
}


a.c_link_weiss:link, a.c_link_weiss:visited {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a.c_link_weiss:hover, a.c_link_weiss:active {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

a.c_link_sb:link, a.c_link_sb:visited {
	font-size:15px;
	line-height:24px;
	color: #646464;
	font-weight: bold;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.c_link_sb:hover, a.c_link_sb:active {
	font-size:15px;
	line-height:24px;
	color: #752131;
	font-weight: bold;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.c_link_more:link, a.c_link_more:visited {
	font-size:18px;
	line-height:24px;
	color: #323232;
	font-weight: normal;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 24px;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link.png);
	background-position:5px center;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_more:hover, a.c_link_more:active {
	font-size:18px;
	line-height:24px;
	color: #55657a;
	font-weight: normal;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 24px;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link.png);
	background-position:5px center;
	background-repeat:no-repeat;
	clear:both;
}


a.c_link_more_weiss:link, a.c_link_more_weiss:visited {
	font-size:16px;
	line-height:24px;
	color: #f0f0f0;
	font-weight: normal;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_weiss.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_more_weiss:hover, a.c_link_more_weiss:active {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
	margin:5px 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_weiss.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	clear:both;
}


a.bread_link:link, a.bread_link:visited {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	margin:0 8px 0 0;
	padding:0 15px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_bread.png);
	background-position:right 6px;
	background-repeat:no-repeat;
}

a.bread_link:hover, a.bread_link:active {
	font-size:16px;
	line-height:24px;
	color: #969696;
	font-weight: normal;
	text-decoration:none;
	margin:0 8px 0 0;
	padding:0 15px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_bread.png);
	background-position:right 6px;
	background-repeat:no-repeat;
}

	.bread_active{
		font-size:16px;
		line-height:24px;
		color: #ffffff;
		font-weight: normal;
		text-decoration:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
		display:inline;
		position:relative;
	}



a.c_link_back:link, a.c_link_back:visited {
	font-size:18px;
	line-height:24px;
	color: #3C3C3C;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_back.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_back:hover, a.c_link_back:active {
	font-size:18px;
	line-height:24px;
	color: #55657a;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_back.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_mail:link, a.c_link_mail:visited {
	font-size:16px;
	line-height:24px;
	color: #323232;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 27px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_mail.png);
	background-position:center right;
	background-repeat:no-repeat;
}

a.c_link_mail:hover, a.c_link_mail:active {
	font-size:16px;
	line-height:24px;
	color: #c00418;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 27px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_mail.png);
	background-position:center right;
	background-repeat:no-repeat;
}


a.link_tel_all:link, a.link_tel_all:visited, a.link_tel_all:hover, a.link_tel_all:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #3C3C3C;
	font-weight: normal;
	text-decoration:none;
}

 
a.link_tel_top:link, a.link_tel_top:visited, a.link_tel_top:hover, a.link_tel_top:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../images/icon_tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 0;
	padding:0 0 0 13px;
}

a.link_mail_top:link, a.link_mail_top:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../images/icon_mail.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 40px;
	padding:0 0 0 27px;
	text-decoration:none;
}

a.link_mail_top:hover, a.link_mail_top:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../images/icon_mail.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 40px;
	padding:0 0 0 27px;
	text-decoration:underline;
}

a.nav_top_01 i, a.nav_top_02 i{
	color:#55657a;
}

a.nav_top_02:hover i{
	color:#142a47;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.nav_top_01:link, a.nav_top_01:visited {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #b4b4b4;
	font-weight: normal;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-decoration:none;
	text-transform:none;
	float:left;
	display:inline;
	position:relative;
}

a.nav_top_01:hover, a.nav_top_01:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #b4b4b4;
	font-weight: normal;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-decoration:none;
	text-transform:none;
	float:left;
	display:inline;
	position:relative;
}


a.nav_top_01_active:link, a.nav_top_01_active:visited, a.nav_top_01_active:hover, a.nav_top_01_active:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #b4b4b4;
	font-weight: normal;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-decoration:none;
	text-transform:none;
	float:left;
	display:inline;
	position:relative;
}


	a.nav_top_01_drop:link, a.nav_top_01_drop:visited {
		background-image:url(../images/icon_nav_drop_weiss.png);
		background-position:right 15px;
		background-repeat:no-repeat;
		padding:9px 15px 13px 0;
		text-transform:uppercase;
	}
	
	a.nav_top_01_drop:hover, a.nav_top_01_drop:active {
		background-image:url(../images/icon_nav_drop_weiss.png);
		background-position:right 15px;
		background-repeat:no-repeat;
		padding:9px 15px 13px 0;
		text-transform:uppercase;
	}
	
	
		a.nav_top_01_sub:link, a.nav_top_01_sub:visited {
			font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:22px;
			color: #ffffff;
			font-weight: normal;
			margin:0 0 0 0;
			padding:15px 15px 15px 15px;
			text-decoration:none;
			float:left;
			display:inline;
			position:relative;
			z-index:1001;
			text-align:left;
		}


		a.nav_top_01_sub:hover, a.nav_top_01_sub:active {
			font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:22px;
			color: #55657a;
			font-weight: normal;
			margin:0 0 0 0;
			padding:15px 15px 15px 15px;
			text-decoration:none;
			float:left;
			display:inline;
			position:relative;
			z-index:1001;
			text-align:left;
		}




a.nav_top_03:link, a.nav_top_03:visited {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #c2c2c2;
	font-weight: normal;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-transform:uppercase;
	float:left;
	display:inline;
	position:relative;
	text-decoration:none;
}

a.nav_top_03:hover, a.nav_top_03:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #55657a;
	font-weight: normal;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-transform:uppercase;
	float:left;
	display:inline;
	position:relative;
	text-decoration:none;
}

a.nav_top_03_active:link, a.nav_top_03_active:visited, a.nav_top_03_active:hover, a.nav_top_03_active:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #55657a;
	font-weight: normal;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-transform:uppercase;
	float:left;
	display:inline;
	position:relative;
	text-decoration:none;
}

a.nav_top_02:link, a.nav_top_02:visited {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #5a5a5a;
	font-weight: normal;
	margin:0 0 0 40px;
	padding:0 0 13px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
	border-bottom:3px solid #fff;
}

a.nav_top_02:hover, a.nav_top_02:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #142a47;
	font-weight: normal;
	margin:0 0 0 40px;
	padding:0 0 13px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
	border-bottom:3px solid #142a47;
}
	

a.nav_top_02_active:link, a.nav_top_02_active:visited, a.nav_top_02_active:hover, a.nav_top_02_active:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #142a47;
	font-weight: normal;
	margin:0 0 0 40px;
	padding:0 0 13px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
	border-bottom:3px solid #142a47;
}



	
a.nav_top_02_scroll:link, a.nav_top_02_scroll:visited {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #1d1d1b;
	font-weight: normal;
	margin: 21px 0 0 40px;
	padding: 0 0 5px 0;
	text-decoration: none;
	float: right;
	display: inline;
	position: relative;
	text-transform: none;
	border-bottom: 2px solid transparent;
}

a.nav_top_02_scroll:hover, a.nav_top_02_scroll:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #55657a;
	font-weight: normal;
	margin: 21px 0 0 40px;
	padding: 0 0 5px 0;
	text-decoration: none;
	float: right;
	display: inline;
	position: relative;
	text-transform: none;
	border-bottom: 2px solid #55657a;
}
			

a.nav_top_02_scroll_active:link, a.nav_top_02_scroll_active:visited, a.nav_top_02_scroll_active:hover, a.nav_top_02_scroll_active:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #55657a;
	font-weight: normal;
	margin: 21px 0 0 40px;
	padding: 0 0 5px 0;
	text-decoration: none;
	float: right;
	display: inline;
	position: relative;
	text-transform: none;
	border-bottom: 2px solid #55657a;
}			


a.nav_bottom_01:link, a.nav_bottom_01:visited {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}
			

a.nav_bottom_01:hover, a.nav_bottom_01:active {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #55657a;
	font-weight: normal;
	text-decoration:none;
}	

a.linkbox_rot:link, a.linkbox_rot:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:17px 0 20px 0;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	background-color:#e31e24;
	border:0px solid #55657a;
	clear:both;
}


a.linkbox_rot:hover, a.linkbox_rot:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:17px 0 20px 0;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	background-color:#e94b50;
	border:0px solid #55657a;
	clear:both;
}

a.linkbox_slogan:link, a.linkbox_slogan:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 20px 18px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#55657a;
	border:1px solid #55657a;
}


a.linkbox_slogan:hover, a.linkbox_slogan:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #55657a;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 20px 18px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#fff;
	border:1px solid #55657a;
}

a.linkbox_slogan_weiss:link, a.linkbox_slogan_weiss:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 20px 18px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:transparent;
	border:1px solid #fff;
}


a.linkbox_slogan_weiss:hover, a.linkbox_slogan_weiss:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #142a47;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 20px 18px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#fff;
	border:1px solid #fff;
}

a.linkbox_slogan_1:link, a.linkbox_slogan_1:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #55657a;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 20px 18px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#fff;
	border:1px solid #fff;
}


a.linkbox_slogan_1:hover, a.linkbox_slogan_1:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 20px 18px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#55657a;
	border:1px solid #fff;
}

a.linkbox_slogan_2:link, a.linkbox_slogan_2:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 0 0 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#55657a;
}


a.linkbox_slogan_2:hover, a.linkbox_slogan_2:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 0 0 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#50a028;
}


a.linkbox_grau:link, a.linkbox_grau:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color: #ffffff;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 20px 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#3C3C3C;
	border:1px solid #3C3C3C;
}


a.linkbox_grau:hover, a.linkbox_grau:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color: #3C3C3C;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 20px 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#ffffff;
	border:1px solid #3C3C3C;
}




a.linkbox_weiss:link, a.linkbox_weiss:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color: #c00418;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 0 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#ffffff;
	border:1px solid #ffffff;
	clear:both;
}


a.linkbox_weiss:hover, a.linkbox_weiss:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color: #ffffff;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 0 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#c00418;
	border:1px solid #ffffff;
	clear:both;
}


a.c_link_gr:link, a.c_link_gr:visited {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #3C3C3C;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
}

a.c_link_gr:hover, a.c_link_gr:active {
	font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #55657a;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
}




/* dropdown navi sprachwahl :: start */

.nav_lan, .nav_lan ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:1001;
	font-style:normal;
}


.nav_lan li{
	margin:0 0 0 0;
}

.nav_lan ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999px;
  right: 0px;
  z-index: 1001;
}

.nav_lan li:hover ul{
  top: 40px;  
  padding:0 0 0 0; 
  z-index: 1001; 
  right:0px;
  margin:0 0 0 0;
  background-color:#3C3C3C;
}

.box_leistungen_index{
	background-image:url(../images/box_leistungen_index.png);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-sizing:border-box;
}

/* dropdown navi sprachwahl :: ende */


h1{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:42px; line-height:40px; color: #142a47; font-weight:700; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }
h1.h1_marker{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #3C3C3C; font-weight:normal; margin:0 0 33px 0; padding:0 0 14px 0; word-wrap: break-word; background-image:url("../images/marker_headline_dark.png"); background-repeat:no-repeat; background-position:bottom left; }
h1.h1_weiss{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #ffffff; font-weight:normal; margin:0 0 6px 0; padding:0 0 0 0; word-wrap: break-word;  }

	.h1_gruen{
		color:#55657a;
		font-weight:bold;
	}

	.h1_bold{
		font-weight:bold;
	}
	
h2{font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:26px; line-height:24px; color: #55657a; font-weight:600; margin:0 0 5px 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }

h2.h2_slogan{font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:42px; line-height:48px; color: #ffffff; font-weight:normal; margin:0 0 0 0; padding:5px 0 0 0; word-wrap: break-word; text-transform:none; }



h3{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; color: #404040; font-weight:normal; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word;  text-transform:none; }
h3.h3_slogan{font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:18px; line-height:24px; color: #ffffff; font-weight:300; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:uppercase; }

h3.h3_h1_marker{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #3C3C3C; font-weight:normal; margin:0 0 33px 0; padding:0 0 14px 0; word-wrap: break-word; background-image:url("../images/marker_headline_dark.png"); background-repeat:no-repeat; background-position:bottom left;  text-transform:none; }
h3.h3_galery{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #3C3C3C; font-weight:normal; margin:0 0 20px 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }
h3.h3_h1{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #3C3C3C; font-weight:normal; margin:0 0 33px 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }
h3.h3_testimonial_marker{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #ffffff; font-weight:normal; margin:0 0 33px 0; padding:0 0 14px 0; word-wrap: break-word; background-image:url("../images/marker_headline_light.png"); background-repeat:no-repeat; background-position:bottom left;  text-transform:none; }


h4{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color: #55657a; font-weight:normal; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:uppercase;}
h4.h4_teaser{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:24px; line-height:26px; color: #ffffff; font-weight:bold; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:uppercase; }
h4.h4_news{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:24px; line-height:26px; color: #323232; font-weight:normal; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }

	.h4_gruen{
		color:#55657a;
		font-weight:bold;
	}

h5{ font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color: #3C3C3C; font-weight:bold; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word;}

p,div { font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color:#5a5a5a; margin-top:0px; padding-top:0px; word-wrap: break-word;}
td {    font-family:  'Fira Sans', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color:#5a5a5a; margin-top:0px; padding-top:0px; }
.standard{ float:left; display:inline; position:relative; margin:0px; padding:0px; text-align:left;}
.standard_r{ float:right; display:inline; position:relative; margin:0px; padding:0px; text-align:left;}

.bg_clear{
	clear:both;
}

.font_teaser{
	font-size:20px;
	line-height:26px;
	font-weight:normal;
}

.topdiv { padding:0px; margin:0px; height:100%; width:100%; position:absolute; top:0px;  }
.toptab { height:100%; width:100%; padding:0px; margin:0px;  }


/* formular :: start */

.margin_gruen_box li{
	color:#fff;
}

.margin_gruen_box p{
	color:#fff;
}

input{ background-color:#f5f5f5; 
				color:#646464;
				font-size:16px;
				font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
				border:0px solid #dcdcdc;
				border-bottom:1px solid #dcdcdc;
				margin:0 40px 20px 0;
				padding:8px 0 8px 8px;
				float:left;
				display:inline;
				position:relative;
				font-style:italic;
			   
			   }
			   
select {      background-color:#f5f5f5; 
              color:#646464;
              font-size:16px;
              font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
			  border:0px solid #aaaaaa;
			  border-bottom:1px solid #dcdcdc;
			  margin:0 40px 20px 0;
			  padding-left:8px;
			  float:left;
			  display:inline;
			  position:relative;
			   height:36px;
			    background-repeat:no-repeat;
			  background-position:top left;
			   font-style:italic;
			   
			   }

input.checkbox_in { background-color:transparent; 
              color:#f0f0f0;
              font-size:15px;
              font-family: Arial, Helvetica, sans-serif;
			  border:0px solid #e2e2e2;
			  border-radius:2px;
			  width:14px;
			  height:14px;
			  margin:8px 5px 10px 10px;
			  
			   }
			   
.button {      
	  background-color:#55657a; 
	  color:#ffffff;
	  font-size:16px;
	  line-height:17px;
	  font-weight:normal;
	  font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
	  border:0px solid #55657a;
	  width:120px;
	  height:44px;
	  float:right;
	  font-style:normal;
	  padding:0px;
	   }
	   
 
.button_invisible {    background-color:#FFFFFF/*ecece9*/; 
			width:0px;
			height:0px;
			font-size:0px;
			color:#FFFFFF;
            border:0px solid #c8c8c8;
			margin:0px;
			padding:0px;
			   }				   
			   


textarea {    background-color:#f5f5f5; 
              color:#646464;
              font-size:16px;
              font-family:  'Fira Sans', Arial, Helvetica, sans-serif;
			  border:0px solid #dcdcdc;
			  border-bottom:1px solid #dcdcdc;
			  width:310px;
			  height:142px;
			  margin:0 0 20px 0;
			  padding:8px;
			  
			  float:left;
			  display:inline;
			  position:relative;
			   background-repeat:no-repeat;
			  background-position:top left;
			  font-style:italic;
			   }

/* formular :: ende */

/* cookie hinweis :: start */

	.cc_container .cc_btn {
	background-color: #55657a !important; /* Farbe des Buttons */
	color: #ffffff !important; /* Textfarbe des Buttons */
	}
	 
	.cc_container {
	background: #ffffff !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
	}
	 
	.cc_container a {
	color: #55657a !important; /* Textlink-Farbe "Mehr Infos" */
	}
	
/* cookie hinweis :: ende */

ul{
	padding:0 0 0 10px;
	margin:5px 0 15px 10px;
	list-style-image:url(../images/icon_bullet_nicecon.png);
	line-height:24px;
	color:#323232;
	display:block;
	font-style:normal;
}

ul li {
	margin:0 0 5px 10px;
}

a.font24{
	font-size:24px;
	color:#fff;
}

.text_cta{
	text-align:center;
}

.bgdiv_con_100{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0;
}

.bgdiv_con_100_dark{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#3e4543;
}

.bgdiv_con_100_darkblue{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#142a47;
}

.bgdiv_con_100_footer_z1{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#282828; height:52px;
}

.bgdiv_con_100_grau{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#fafafa;
}

.bgdiv_con_100_rot{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#8d0010;
}



.bgdiv_con_100_footer{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#1e1e1e;
}


.bgdiv_con_center{
	margin:0 auto; padding:0px; text-align:left;
}

.rahmen_overflow{
	overflow:hidden;
}

.sp_100p{ margin:0 0 0 0; padding:0 0 0 0; width:100%; }

.sp_100p_box_green{
	margin:0 0 0 0;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background-color:#78ad5f;
}

.sp_100p_box_red{
	margin:0 0 0 0;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background-color:#c00418;
}

.kursiv{
	font-style:italic;
}

.weiss{
	color:#ffffff;
}

.weiss_opacity{
	color:rgba(255,255,255,0.3);
}

.rot{
	color:#c00418;
}

.blau{
	color:#55657a;
}

.gruen{
	color:#55657a;
}

.font18{
	font-size:18px;
}

.gruen_i{
	color:#78ad5f;
	font-size:24px;
	display:inline;
	position:relative;
	float:left;
	margin:0 10px 0 0;
}

.txt_center{
	text-align:center;
}

.txt_bold{
	font-weight:bold;
}

.txt_small{
	font-size:14px;
}

.top_z2_navi{
	margin:-30px 0 0 0;
}

.span_top{
	color:#767675;
	font-size:16px;
	font-weight:normal;
	line-height:33px;
}

.font_top{
	color:#282828;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}

/* projekt :: start */

.welcome_abdecker{
	width:100%;
	height:100%;
	background-image:url(../images/bg_abdecker_grau50.png);
	background-repeat:repeat;
}

	.welcome_abdecker:hover{
		background-image:none;
	}


.top_navi_mobi_100{
	background-color:#fff;
	border-bottom:2px solid #f0f0f0;
}

	
		
.bgdiv_nav_top_z1{
	padding:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
	height:200px;
	z-index:99;
}


.bg_top{
	height:120px;
	width:50%;
	background-image:url(../images/head_bg.svg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:cover;
}


/* SVG Grafiken */


.bg_logo_top{
	width:678px;
	height:290px;
	margin:-200px 0 0 -200px;
}

.bg_logo_scroll_top{
	width:351px;
	height:150px;
	margin:-40px 0 0 -40px;
}

.bg_logo_resp_top{
	width:281px;
	height:120px;
	margin:-30px 0 0 -20px;
}

.logo_top{
	width:196px;
	height:42px;
	display:block;
	position:absolute;
}


/* ENDE SVG Grafiken */




	.top_z1_kontakt{
		margin:-90px 0 0 -155px;
	}
	
	.top_z1_navi{
		margin-top:-80px;
	}


.bgdiv_nav_top_z3{
	padding:0 0 0 0;
	height:60px;
	background-color:#e31e24;
	margin:-30px auto 0 auto;
}

.bgdiv_nav_top_z2{
	padding:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
	height:110px;
	z-index:999;
	background-color:#fff;
}
	
		
	.nav_top_logo{
		width:125px;
		height:90px;
		margin:10px 0 0 0;
		padding:0 0 0 0;
		z-index:999;
	}
	
		.nav_top_logo img{
			width:125px;
		}
	
	
	.nav_top_z1_links_1{
		margin:0 0 0 0;
		height:52px;
	}
	
	.nav_top_z1_links_2{
		clear:right;
		margin:0 0 0 0;
	}
	

	/* scroll-navi :: start*/

		.bgdiv_nav_scroll{
			float:left;
			position:fixed;
			top:0px;
			left:0px;
			display:none;
			width:100%;
			margin:0 0 0 0;
			padding:0 0 0 0;
			height:72px;
			background-color:#fff;
			z-index:99999;
			border-bottom:4px solid #f0f0f0;
		}


		.nav_top_logo_scroll{
			width:80px;
			margin:10px 0 0 0;
			padding:0 0 0 0;
			height:80px;
			clear:both;
		}
		
			.nav_top_logo_scroll img{
				width:80px;
			}

			
			
		.nav_top_links_scroll{
			margin:-97px 0 0 0;
			clear:both;
		}
		
	/* scroll-navi */

	
	
.trenner_con_100{
	float:left;
	display:inline;
	position:relative;
	width:100%;
	height:1px;
	margin:35px 0 40px 0;
	background-color:#ebebeb;
}

	
	
.breadcrumb{
	border-bottom:1px solid #ebebeb;
	padding:0 0 0 0;
	font-size:14px;
	line-height:16px;
	color:#1e1e1e;
	height:50px;
}

	.breadcrumb div{
		font-size:14px;
		line-height:16px;
		color:#1e1e1e;
		margin:16px 0 0 0;
	}
	
	
.preis_alt{
	font-size:14px;
	color:#c00418;
	text-decoration:line-through;
}
	

/* projekt :: ende */



/* ColorBox */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}


/* responsive menu */
	
		
		.menu { 
			  float: left;
			  overflow-y:auto;
			  border-top:0px solid #ebebeb;
			  -webkit-transition: all 0.3s ease;  
			  -moz-transition: all 0.3s ease;
			  -ms-transition: all 0.3s ease;
			  transition: all 0.3s ease; 
			  
			}
			.menu ul { 
			  padding: 0px;
			  margin: 0px;
			  list-style: none;
			  position: relative;
			  display: inline-table;
			  z-index:9999;
			   
			}
			.menu > li > ul.sub-menu {
				min-width: 10em;
				padding: 4px 0;
				background-color: #00f0f0;
				border: 1px solid #ffffff;
				  z-index:9999;
			}
			.menu ul li { padding: 0px; margin: 0px; }
			.menu > ul > li { display: inline-block; }
			.menu ul li a { display: block; text-decoration: none; color: #3e4543; font-size: 18px; font-weight:400; font-family:  'Fira Sans', Arial, Helvetica, sans-serif; text-transform:none; line-height:20px; }
			.menu ul li > a { height:20px; padding: 20px; }
			.menu ul ul { 
			  display: none; 
			  position: absolute; 
			  top:100%;
			  min-width: 160px;
			  background-color: #f0f0f0;
			  border: 1px solid #f0f0f0;
			}
			.menu ul li:hover > ul { display: block; }
			.menu ul ul > li { position: relative; }
			.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto; background-color: #f0f0f0; }
			.menu ul ul > li a:hover { background-color: #646464; color: #ffffff; }
			.menu ul ul > li a.sub1active { background-color: #646464; color: #ffffff; }
			.menu ul ul ul { position: absolute; left: 100%; top:0; }

	/* ende responsive menu */	
	
	
	
	  /*.container { width:100%; z-index:10000; display:inline; float:right; position:relative;}*/
  
		.logo_resp{
			height:50px;
			margin:0 0 0 0;
		}
  
	  a.menu-link { display: block; color: #1e1e1e; float: left; text-decoration: none; padding: 16px 0 10px 0;}
	  .menu { clear: both; min-width: inherit; float: none; background:#55657a; }
	  .menu, .menu > ul ul { overflow: hidden; max-height: 0; background-color: #d4edfc; }
	  .menu, .menu > ul ul ul { overflow: hidden; max-height: 0; background-color: #ffffff; }
	  .menu > li > ul.sub-menu { padding: 0px; border: none; }
	  .menu.active, .menu > ul ul.active { max-height: 4000px; height:90%; }
	  .menu ul { display: inline; }
	  .menu > ul { border-top: 0px solid #f0f0f0; }
	  .menu li, .menu > ul > li { display: block; }
	  .menu li a { color: #3e4543; display: block; padding: 0; border-bottom: 1px solid #e0e0e0; position: relative; background:#f5f5f5; }
	  .menu li a:hover { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#55657a; }
	  .menu li a.nav_res_sub2:hover { padding-left:40px; font-style:italic; }
		
		.menu li a.menu_active { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#55657a; }
		.menu li a.has-submenu_active { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#2d2d2d; }
	  
	  .menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 20px;
	  }
	  
	  .menu li.has-submenu2 > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 20px;
	  }
	  
	  .menu li.has-submenu > a.active:after {
		content: "-";
	  }
	  
	  .menu li.has-submenu2 > a.active:after {
		content: "-";
	  }
	  .menu ul ul > li a { background: #e0e0e0; color:#323232; height:20px; padding: 20px; border-bottom: 1px solid #e9e9e9; }
	  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }
	  
	  .menu ul ul ul > li a { background: #ffffff; color:#1e1e1e; height:20px; padding: 20px; border-bottom: 1px solid #f0f0f0; }
	 
	 
.free-wall {
	margin: 0px;
}
.brick {
	width: 268px;
	margin:0 40px 40px 0;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
}
.info {
	padding: 20px;
	color: #323232;
}
.brick img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.brick {
	color: #333;
	border:1px solid #d9dadb;
}


.brick .img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.brick h3, .brick h5 {
	text-shadow: none;
}