@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Regular.otf") format("opentype");
}

@font-face {
    font-family: Aeonik-Thin;
    src: url("../fonts/Aeonik-Thin.otf") format("opentype");
}

@font-face {
    font-family: Aeonik-Medium;
    src: url("../fonts/Aeonik-Medium.otf") format("opentype");
}

@font-face {
    font-family: Aeonik-Light;
    src: url("../fonts/Aeonik-Light.otf") format("opentype");
}

@font-face {
    font-family: Aeonik-Bold;
    src: url("../fonts/Aeonik-Bold.otf") format("opentype");
}

@font-face {
    font-family: Aeonik-Black;
    src: url("../fonts/Aeonik-Black.otf") format("opentype");
}

@font-face {
    font-family: Aeonik-Air;
    src: url("../fonts/Aeonik-Air.otf") format("opentype");
}
  
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: #1479b2;
}

::selection {
  color: #fff; background: #1479b2;
}

.bg_index{
	background-color:#fff;
}

html {
   height:100%;
   margin-bottom:1px;
   overflow-y:scroll;
   overflow-x:hidden;
}

/* 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:50px;
	height:50px;

	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: 'Aeonik', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#ffffff;
	padding-top:18px;
}

#nav_waypoint:hover {
	opacity:1;
}

.head_box_leistungen_orange{
	color:#1479b2;
}

a {           font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; font-weight:normal; outline:0; }
a:link {      text-decoration: none; color: #949395; }
a:active {    text-decoration: none; color: #1479b2; }
a:visited {   text-decoration: none; color: #949395; }
a:hover {
	text-decoration: none;
	color: #1479b2;
	-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.a_text {           font-family:  'Aeonik-Bold', Arial, Helvetica, sans-serif; font-size:18px; line-height:24px; font-weight:normal; outline:0; text-transform:uppercase; }
a.a_text:link {      text-decoration: none; color: #1479b2; }
a.a_text:active {    text-decoration: none; color: #322f44; }
a.a_text:visited {   text-decoration: none; color: #1479b2; }
a.a_text:hover {
	text-decoration: none;
	color: #322f44;
	-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.link_mitte {           font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:18px; line-height:24px; font-weight:normal; outline:0; border-bottom:2px solid #1479b2; padding:0 0 10px 0; text-align:center;}
a.link_mitte:link {      text-decoration: none; color: #1a171c; }
a.link_mitte:active {    text-decoration: none; color: #1479b2; }
a.link_mitte:visited {   text-decoration: none; color: #1a171c; }
a.link_mitte:hover {
	text-decoration: none;
	color: #1479b2;
	-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.link_mitte_2 {           font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:18px; line-height:24px; font-weight:normal; outline:0; border-bottom:2px solid #1479b2; padding:0 0 10px 0; text-align:center;}
a.link_mitte_2:link {      text-decoration: none; color: #fff; }
a.link_mitte_2:active {    text-decoration: none; color: #1479b2; }
a.link_mitte_2:visited {   text-decoration: none; color: #fff; }
a.link_mitte_2:hover {
	text-decoration: none;
	color: #1479b2;
	-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.a_weiss {           font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; font-weight:300; 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: 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;
}

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

a[href^="mailto"] {
  color: #949395;
}

a[href^="mailto"]:hover {
  color: #1479b2;
  text-decoration:none;
}

/* 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: #2d2d2b;
	font-weight: normal;
	text-decoration:none;
}

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

a.c_link_gruen:link, a.c_link_gruen:visited {
	font-size:16px;
	line-height:24px;
	color: #1479b2;
	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:18px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}

a.c_link_weiss:hover, a.c_link_weiss:active {
	font-size:18px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	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:16px;
	line-height:24px;
	color: #2d2d2b;
	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:16px;
	line-height:24px;
	color: #1479b2;
	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:16px;
	line-height:24px;
	color: #555554;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	clear:both;
}

.orange{ color:#1479b2; }

a.c_link_back:hover, a.c_link_back:active {
	font-size:16px;
	line-height:24px;
	color: #1479b2;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	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:  'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:36px;
	color: #949395;
	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:  'Aeonik', 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:  'Aeonik', 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:  'Aeonik', 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:link, a.nav_top_01:visited {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #878787;
	font-weight: 400;
	margin:0 0 0 40px;
	padding:0 0 15px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
}

a.nav_top_01:hover, a.nav_top_01:active {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1479b2;
	font-weight: 400;
	margin:0 0 0 40px;
	padding:0 0 15px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
}


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: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1479b2;
	font-weight: 400;
	margin:0 0 0 40px;
	padding:0 0 15px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
}

.dropdown:hover a.nav_top_01{
	border-bottom: 0 solid #1479b2;
}


	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: 'Aeonik', 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: 'Aeonik', Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:22px;
			color: #1479b2;
			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: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1479b2;
	font-weight: 500;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	text-transform:none;
}

a.nav_top_03:hover, a.nav_top_03:active {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1a171c;
	font-weight: 500;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	text-transform:none;
}

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

a.nav_top_02:hover, a.nav_top_02:active {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #1479b2;
	font-weight: 300;
	margin:-14px 0 0 20px;
	padding:0 0 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
}


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: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #1479b2;
	font-weight: 300;
	margin:-14px 0 0 20px;
	padding:0 0 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
}




a.nav_top_02_scroll:link, a.nav_top_02_scroll:visited {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color: #555554;
	font-weight: normal;
	margin:23px 0 0 40px;
	padding:0 0 0 0;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	text-transform:none;
	border-top:0px solid #ffffff;
}

a.nav_top_02_scroll:hover, a.nav_top_02_scroll:active {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color: #1479b2;
	font-weight: normal;
	margin:23px 0 0 40px;
	padding:0 0 0 0;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	text-transform:none;
	border-top:0px solid #ffffff;
}


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: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color: #1479b2;
	font-weight: normal;
	margin:23px 0 0 40px;
	padding:0 0 0 0;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	text-transform:none;
	border-top:0px solid #ffffff;
}


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


a.nav_bottom_01:hover, a.nav_bottom_01:active {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #1479b2;
	text-decoration:none;
}

a.linkbox_rot:link, a.linkbox_rot:visited {
	font-family:  'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color: #fff;
	font-weight: normal;
	padding:15px 20px 15px 20px;
	margin:17px 0 0 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#1479b2;
	border:1px solid #1479b2;
	clear:both;
}


a.linkbox_rot:hover, a.linkbox_rot:active {
	font-family:  'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color: #1479b2;
	font-weight: normal;
	padding:15px 20px 15px 20px;
	margin:17px 0 0 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#fff;
	border:1px solid #1479b2;
	clear:both;
}

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


a.linkbox_slogan:hover, a.linkbox_slogan:active {
	font-family:  'Aeonik', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color: #1479b2;
	font-weight: normal;
	padding:10px 25px 10px 25px;
	margin:20px 0 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#ffffff;
	border:1px solid #ffffff;
}

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


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

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


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



a.linkbox_grau:link, a.linkbox_grau:visited {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1a171c;
	font-weight: 500;
	margin:-14px 30px 0 0;
	padding:11px 20px 11px 20px;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
	border:1px solid #1a171c;
}


a.linkbox_grau:hover, a.linkbox_grau:active {
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1479b2;
	font-weight: 500;
	margin:-14px 30px 0 0;
	padding:11px 20px 11px 20px;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
	border:1px solid #1479b2;
}

.box_news:hover a.linkbox_grau{
	font-family: 'Aeonik', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1479b2;
	font-weight: 500;
	margin:-14px 30px 0 0;
	padding:11px 20px 11px 20px;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-transform:none;
	border:1px solid #1479b2;
}


a.linkbox_weiss:link, a.linkbox_weiss:visited {
	font-family:  'Aeonik', 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:  'Aeonik', 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:  'Aeonik', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #555554;
	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:  'Aeonik', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #1479b2;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
}

.nicecon_sub_con_100:hover a.c_link_gr{
	color: #1479b2;
}



/* 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:#2d2d2b;
}

/* dropdown navi sprachwahl :: ende */


h1{ font-family:  'Aeonik-Light', Arial, Helvetica, sans-serif; font-size:48px; line-height:48px; color: #282828; margin:0px 0 30px 0; padding:0 0 0 50px; word-wrap: break-word; text-transform:none; background-image:url("../images/trenner_h1.png"); background-position: left center; background-repeat:no-repeat;}
h1.marker{ font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:36px; line-height:40px; color: #1a171c; font-weight:600; margin:0 0 0 0; padding:0 0 30px 0; word-wrap: break-word; text-transform:none; background-image:url("../images/trenner_obx_index.png"); background-repeat:no-repeat; background-position:bottom left;}
h1.h1_marker{ font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #2d2d2b; 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:  'Aeonik', Arial, Helvetica, sans-serif; font-size:48px; line-height:44px; color: #ffffff; font-weight:700; margin:20px 0 30px 0; padding:0 0 0 0; word-wrap: break-word;  }

	.h1_gruen{
		color:#1479b2;
		font-weight:bold;
	}

	.h1_bold{
		font-weight:bold;
	}

h2{font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:32px; line-height:38px; color: #555554; font-weight:600; margin:0 0 10px 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }

h2.h2_slogan{font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:18px; line-height:24px; color: #ffffff; font-weight:400; margin:0 0 0 0; padding:12px 0 0 0; word-wrap: break-word; text-transform:uppercase; }
h2.h2_gal_index{font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:36px; line-height:48px; color: #1a171c; font-weight:normal; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }
h2.h2_cta_index{font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:36px; line-height:48px; color: #1a171c; font-weight:normal; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }

.trenner_overlay{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	background-color:rgba(255,255,255,0.7);
}

.icon_social{
	font-size:38px;
	display:inline;
	position:relative;
	float:right;
	margin:20px 15px 20px 0;
	clear:both;
	z-index:999;
}

a.icon_social{
	color:#ffb266;
}

a.icon_social:hover{
	color:#b25800;
}



h3{ font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:20px; line-height:40px; color: #1479b2; font-weight:400; margin:0 0 5px 0; padding:0 0 0 0; word-wrap: break-word;  text-transform:none; border-bottom:0px dashed #1479b2;}
h3.h3_weiss{ font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:20px; line-height:40px; color: #fff; font-weight:400; margin:0 0 5px 0; padding:0 0 0 0; word-wrap: break-word;  text-transform:none; border-bottom:2px dashed #fff;}
h3.h3_slogan{font-family:  'Aeonik-Light', Arial, Helvetica, sans-serif; font-size:56px; line-height:54px; color: #ffffff; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }

h3.h3_h1_marker{ font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #2d2d2b; 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:  'Aeonik', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #2d2d2b; 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:  'Aeonik', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #2d2d2b; 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:  'Aeonik', 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; }

strong{
	font-family: 'Aeonik-Bold';
}

h4{ font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color: #323232; font-weight:bold; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word;}
h4.h4_teaser{ font-family:  'Aeonik', 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:  'Aeonik', 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:#1479b2;
		font-weight:bold;
	}

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

p,div { font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:18px; line-height:28px; color:#322f44; margin-top:0px; padding-top:0px; word-wrap: break-word;}
td {    font-family:  'Aeonik', Arial, Helvetica, sans-serif; font-size:18px; line-height:28px; color:#322f44; 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;}

.font_welcome{
	font-size:22px; line-height:26px; color:#fff; font-weight:300;
}

.bg_clear{
	clear:both;
}

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

.dropdown {
  position: relative;
  display: inline-block;
  float:left;
  z-index:999;
}

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

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

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

/* Links inside the dropdown */
.dropdown-content a {
  color: #555554;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform:none;
}

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

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #c7c7c7;}
.dropdown-content2 a:hover {background-color: #c7c7c7;}
.drop_active {background-color: #c7c7c7;}

.dropdown2:hover a.nav_top_02_scroll{
	color:#1479b2;
}

.dropdown-content:hover a.nav_top_01{
	border-bottom: 2px solid #1479b2;
}


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

/* formular :: start */

input{ background-color:#f5f5f5;
				color:#646464;
				font-size:16px;
				font-family:  'Aeonik', 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;

			   }

input.foot{ background-color:transparent;
				color:#fff;
				font-size:18px;
				font-family:  'Aeonik', Arial, Helvetica, sans-serif;
				border:0px solid #dcdcdc;
				border-bottom:1px solid #f9ca80;
				margin:0 40px 20px 0;
				padding:12px 0 12px 8px;
				float:left;
				display:inline;
				position:relative;
				font-style:normal;

			   }

 textarea.foot {    background-color:transparent;
               color:#fff;
               font-size:18px;
               font-family:  'Aeonik', Arial, Helvetica, sans-serif;
 			  border:0px solid #dcdcdc;
 			  border-bottom:1px solid #f9ca80;

 			  margin:0 0 20px 0;
 			  padding:12px 0 12px 8px;
				resize:none;
 			  display:inline;
 			  position:relative;
 			   background-repeat:no-repeat;
 			  background-position:top left;
 			  font-style:normal;
 			   }


select {      background-color:#f5f5f5;
              color:#646464;
              font-size:16px;
              font-family:  'Aeonik', 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;

			   }

input.checkbox_in_foot { 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:4px 15px 10px 0;

			   }

.button {
	  background-color:#1479b2;
	  color:#ffffff;
	  font-size:16px;
	  line-height:17px;
	  font-weight:normal;
	  font-family:  'Aeonik', Arial, Helvetica, sans-serif;
	  border:0px solid #1479b2;
	  width:120px;
	  height:44px;
	  float:right;
	  font-style:normal;
	  padding:0px;
	  cursor:pointer;
	   }

.button_foot{
	  background-color:transparent;
	  color:#ffffff;
	  font-size:18px;
	  line-height:24px;
	  font-weight:normal;
	  font-family:  'Aeonik', Arial, Helvetica, sans-serif;
	  border:1px solid #fff;
	  width:120px;
	  height:44px;
	  float:right;
	  font-style:normal;
	  padding:0px;
	  cursor:pointer;
		margin:0;
	   }


.button_foot:hover{
	  background-color:#fff;
	  color:#1479b2;
	  font-size:18px;
	  line-height:24px;
	  font-weight:normal;
	  font-family:  'Aeonik', Arial, Helvetica, sans-serif;
	  border:1px solid #fff;
	  width:120px;
	  height:44px;
	  float:right;
	  font-style:normal;
	  padding:0px;
	  cursor:pointer;
		-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;
		margin:0;
	   }

 input.foot::placeholder{
   color: #fff !important;
	 opacity:1;
 }

 textarea.foot::placeholder{
   color: #fff !important;
	 opacity:1;
 }

.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:  'Aeonik', 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: #1479b2 !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: #1479b2 !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:#282828;
	display:block;
	font-style:normal;
}

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

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


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

.bgdiv_con_100_orange{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:80px 0; background-color:#1479b2;
}

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

.bgdiv_con_100_footer_z1{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-image:linear-gradient(135deg, #c92a1b 0%, #1479b2 50%); height:56px;
}

.bg_grau{
	background-color:#f5f5f5;
}

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



.bgdiv_con_100_rot{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-image:linear-gradient(135deg, #c92a1b 0%, #1479b2 50%);
}



.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;
}

.bgdiv_con_center_1500{
	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;
}

.rot{
	color:#1479b2;
}

.rot_plus{
	color:#1479b2;
	font-size:24px;
}

.gruen{
	color:#1479b2;
}

.hellgruen{
	color:#b5d45e;
}

.txt_center{
	text-align:center;
}

.txt_bold{
	font-weight:bold;
}

.txt_small{
	font-size:14px;
}

.top_z2_navi{
	margin:50px 0 0 0;
}

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

.font_top{
	color:#2d2d2b;
	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:#ffffff;
}



.bgdiv_nav_top_z1{
	padding:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
	background-color:#2b2a29;
	height:51px;
}

	.top_z1_kontakt{
		margin-top:7px;
	}

	.top_z1_navi{

	}


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

.bgdiv_nav_top_z2{
	padding:0 0 0 0;
	margin-top:40px;
	float:left;
	display:inline;
	position:relative;
	height:130px;
	z-index:999;
}


	.nav_top_logo{
		width:190px;
		height:100px;
		margin:40px 0 0 0;
		padding:0 0 0 0;
	}

		.nav_top_logo img{
			width:189px;
		}


	.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:69px;
			background-color:#ffffff;
			z-index:99999;
			border-bottom:1px solid #dcdcdc;
		}


		.nav_top_logo_scroll{
			width:220px;
			margin:20px 0 0 0;
			padding:0 0 0 0;
			height:50px;
		}

			.nav_top_logo_scroll img{
				width:140px;
			}



		.nav_top_links_scroll{
			margin:0 0 0 0;
		}

	/* 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:1px 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: #fff; font-size: 18px; font-family:  'Aeonik', 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:30px;
			margin-top:10px;
		}

	  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:#1479b2; }
	  .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: #ffffff; display: block; padding: 0; border-bottom: 1px solid #ffffff; position: relative; background:#2b2a29; }
	  .menu li a:hover { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#1479b2; }
	  .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:#1479b2; }
		.menu li a.has-submenu_active { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#2d2d2d; }

		.menu ul ul > li a:hover { background-color: #646464; color: #ffffff; }

	  .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: #ffffff; color:#323232; height:20px; padding: 20px; border-bottom: 1px solid #f0f0f0; }
	  .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; }


		.a_sub{
		  font-family:'Aeonik';
		  text-transform:none;
	  }

.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;
}

a.i_foot{
	font-size:18px;
	color:#1479b2;
}

a.i_foot:hover{
	font-size:18px;
	color:#2d2d2b;
}

.gelb_data a{
	color:#fff;
}

.gelb_data a:hover{
	color:#fff;
	text-decoration: underline;
}
