/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins/poppins-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins/poppins-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/poppins/poppins-v24-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {			
	position:absolute; 
	top:0; 
	left:0; 
	margin:0px;
	padding:0px;
	width: 100%; 
	height:100%;
	color:#969696;
	background-color:#ffffff; 
	transition: all 0.4s ease-in-out;
}

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

/* 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:20px;
	right:70px;
	display:none;
	border:0px solid #333;
	z-index:1001;
	text-decoration:none;
	background-image: url(../images/scrollicon.png);
	background-repeat: no-repeat;
	opacity:0.4;
}


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

.scrollicon:hover {
	opacity:1;
}


a {           font-family:  'Poppins', Arial, Helvetica, sans-serif; font-size:1.000rem; line-height:1.625rem; font-weight:normal; outline:0; }
a:link {      text-decoration: none; color: #008b3b; }
a:active {    text-decoration: underline; color: #008b3b; }
a:visited {   text-decoration: none; color: #008b3b; }
a:hover { 
	text-decoration: underline;
	color: #008b3b;
	-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: #5a5a5a;
}

/* begin content-links fuer funktionen */

	a.f_link_www:link, a.f_link_www:visited {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #1e1e1e;
		font-weight: 400;
		text-decoration:none;
		margin:0 0 0 0;
		padding:5px 0 5px 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_arrow_link.png);
		background-position:top 11px left 5px;
		background-repeat:no-repeat;
		clear:both;
	}
	
		.div_con_100_dunkelblau a.f_link_www{
			color:#ffffff;
		}

	a.f_link_www:hover, a.f_link_www:active {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #008b3b;
		font-weight: 400;
		text-decoration:none;
		margin:0 0 0 0;
		padding:5px 0 5px 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_arrow_link.png);
		background-position:top 11px left 5px;
		background-repeat:no-repeat;
		clear:both;
		animation: pulse_icon_link_www 0.7s 1;
	}
	
		@keyframes pulse_icon_link_www {
			0% {
				background-position:top 11px left 5px;
			}

			50% {
				background-position:top 11px left 10px;
			}

			100% {
				background-position:top 11px left 5px;
			}
		}
	
	
	a.f_link_file:link, a.f_link_file:visited {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #1e1e1e;
		font-weight: 400;
		text-decoration:none;
		margin:0 0 0 0;
		padding:5px 0 5px 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_download.png);
		background-position:top 5px left 0px;
		background-repeat:no-repeat;
		clear:both;
	}
	
		.div_con_100_dunkelblau a.f_link_file{
			color:#ffffff;
		}

	a.f_link_file:hover, a.f_link_file:active {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #008b3b;
		font-weight: 400;
		text-decoration:none;
		margin:0 0 0 0;
		padding:5px 0 5px 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_download.png);
		background-position:top 5px left 0px;
		background-repeat:no-repeat;
		clear:both;
		animation: pulse_icon_link_file 0.7s 1;
	}
	
		@keyframes pulse_icon_link_file {
			0% {
				background-position:top 5px left 0px;
			}

			50% {
				background-position:top 10px left 0px;
			}

			100% {
				background-position:top 5px left 0px;
			}
		}
	
	
	a.f_link_pdf:link, a.f_link_pdf:visited {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #1e1e1e;
		font-weight: 400;
		text-decoration:none;
		margin:5px 0 5px 0;
		padding:0 0 0 29px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_pdf.png);
		background-position:top 2px left;
		background-repeat:no-repeat;
		clear:both;
	}
	
		.div_con_100_dunkelblau a.f_link_pdf{
			color:#ffffff;
		}

	a.f_link_pdf:hover, a.f_link_pdf:active {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #008b3b;
		font-weight: 400;
		text-decoration:none;
		margin:5px 0 5px 0;
		padding:0 0 0 29px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_pdf.png);
		background-position:top 2px left;
		background-repeat:no-repeat;
		clear:both;
		animation: pulse_arrow_link_pdf 0.7s 1;
	}
	
		@keyframes pulse_arrow_link_pdf {
			0% {
				background-position:top 2px left;
			}

			50% {
				background-position:top 5px left;
			}

			100% {
				background-position:top 2px left;
			}
		}
	
	
	a.f_link_vid:link, a.f_link_vid:visited {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #1e1e1e;
		font-weight: 400;
		text-decoration:none;
		margin:0 0 0 0;
		padding:5px 0 5px 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_youtube.png);
		background-position:top 10px left 0px;
		background-repeat:no-repeat;
		clear:both;
	}
	
		.div_con_100_dunkelblau a.f_link_vid{
			color:#ffffff;
		}

	a.f_link_vid:hover, a.f_link_vid:active {
		font-size:1.000rem;
		line-height:1.625rem;
		color: #008b3b;
		font-weight: 400;
		text-decoration:none;
		margin:0 0 0 0;
		padding:5px 0 5px 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/ui_icon_youtube.png);
		background-position:top 10px left 0px;
		background-repeat:no-repeat;
		clear:both;
		animation: pulse_arrow_link_video 0.7s 1;
	}
	
		.div_con_100_dunkelblau a.f_link_vid:hover, a.f_link_vid:active {
			color:#008b3b;
		}
	
		@keyframes pulse_arrow_link_video {
			0% {
				background-position:left 0px top 10px;
			}

			50% {
				background-position:left 5px top 10px;
			}

			100% {
				background-position:left 0px top 10px;
			}
		}

/* end content-links */
a.c_link_like_h2_weiss:link, a.c_link_like_h2_weiss:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; text-decoration:none; font-size:1.875rem; line-height:2.125rem; color: #ffffff; font-weight:600; margin:0 0 9px 0; padding:0 0 0 0; word-wrap: break-word; float:left; display:inline; position:relative; width:100%;
}

a.c_link_like_h2_weiss:hover, a.c_link_like_h2_weiss:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; text-decoration:underline; font-size:1.875rem; line-height:2.125rem; color: #ffffff; font-weight:600; margin:0 0 9px 0; padding:0 0 0 0; word-wrap: break-word; float:left; display:inline; position:relative; width:100%;
}

a.tel_link_like_h2_weiss:link, a.tel_link_like_h2_weiss:visited, a.tel_link_like_h2_weiss:hover, a.tel_link_like_h2_weiss:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; text-decoration:none; font-size:1.875rem; line-height:2.125rem; color: #ffffff; font-weight:600; margin:0 0 9px 0; padding:0 0 0 0; word-wrap: break-word; float:left; display:inline; position:relative; width:100%;
}

a.c_link:link, a.c_link:visited {
	font-size:1.000rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:none;
}

a.c_link:hover, a.c_link:active {
	font-size:1.000rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:underline;
}

.c_link_active{
	font-size:1.000rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:underline;
	cursor:pointer;
}

a.c_link_more:link, a.c_link_more:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.125rem; line-height:1.5rem; font-weight:normal; outline:0;
	font-size:1.000rem;
	line-height:1.625rem;
	color: #1e1e1e;
	font-weight: 400;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 17px;
	float:left;
	display:inline;
	position:relative;
	clear:both;
	background-image:url(../images/ui_icon_arrow_link.png);
	background-position:center left 0px;
	background-repeat:no-repeat;
}

a.c_link_more:hover, a.c_link_more:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.125rem; line-height:1.5rem; font-weight:normal; outline:0;
	font-size:1.000rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: 400;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 17px;
	float:left;
	display:inline;
	position:relative;
	clear:both;
	background-image:url(../images/ui_icon_arrow_link.png);
	background-position:center left 0px;
	background-repeat:no-repeat;
	animation: pulse_arrow_link_more 0.7s 1;
}

a.c_link_more_weiss:link, a.c_link_more_weiss:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.125rem; line-height:1.5rem; font-weight:normal; outline:0;
	font-size:1.000rem;
	line-height:1.625rem;
	color: #ffffff;
	font-weight: 400;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 17px;
	float:left;
	display:inline;
	position:relative;
	clear:both;
	background-image:url(../images/ui_icon_arrow_link.png);
	background-position:center left 0px;
	background-repeat:no-repeat;
}

a.c_link_more_weiss:hover, a.c_link_more_weiss:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.125rem; line-height:1.5rem; font-weight:normal; outline:0;
	font-size:1.000rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: 400;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 17px;
	float:left;
	display:inline;
	position:relative;
	clear:both;
	background-image:url(../images/ui_icon_arrow_link.png);
	background-position:center left 0px;
	background-repeat:no-repeat;
	animation: pulse_arrow_link_more 0.7s 1;
}

	@keyframes pulse_arrow_link_more {
		0% {
			background-position:center left 0px;
		}

		50% {
			background-position:center left 5px;
		}

		100% {
			background-position:center left 0px;
		}
	}
	

a.c_link_back:link, a.c_link_back:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.125rem; line-height:1.5rem; font-weight:normal; outline:0;
	font-size:1.000rem;
	line-height:1.625rem;
	color: #1e1e1e;
	font-weight: 400;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_arrow_link_back.png);
	background-position:center left 5px;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_back:hover, a.c_link_back:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.125rem; line-height:1.5rem; font-weight:normal; outline:0;
	font-size:1.000rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: 400;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_arrow_link_back.png);
	background-position:center left 5px;
	background-repeat:no-repeat;
	clear:both;
	animation: pulse_arrow_link_back 0.7s 1;
}

	@keyframes pulse_arrow_link_back {
		0% {
			background-position:center left 5px;
		}

		50% {
			background-position:center left 0px;
		}

		100% {
			background-position:center left 5px;
		}
	}


a.link_tel_all:link, a.link_tel_all:visited, a.link_tel_all:hover, a.link_tel_all:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.625rem;
	color: #1e1e1e;
	font-weight: normal;
	text-decoration:none;
}

a.link_tel_header:link, a.link_tel_header:visited, a.link_tel_header:hover, a.link_tel_header:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_tel_weiss.png);
	background-position:center left 3px;
	background-repeat:no-repeat;
	margin:15px 0 0 0;
	padding:2px 0 2px 30px;
}

a.link_tel_footer:link, a.link_tel_footer:visited, a.link_tel_footer:hover, a.link_tel_footer:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #b4b4b4;
	font-weight: normal;
	text-decoration:none;
	/*
	float:left;
	display:inline;
	position:relative;
	
	background-image:url(../images/ui_icon_tel_blau.png);
	background-position:center left 3px;
	background-repeat:no-repeat;
	*/
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.link_tel_cta:link, a.link_tel_cta:visited, a.link_tel_cta:hover, a.link_tel_cta:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_tel_cta.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:5px 0 5px 30px;
	clear:both;
}

a.link_mail_header:link, a.link_mail_header:visited {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_mail_weiss.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:15px 0 0 30px;
	padding:2px 0 2px 35px;
}

a.link_mail_header:hover, a.link_mail_header:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_mail_weiss.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:15px 0 0 30px;
	padding:2 0 2 35px;
}

a.link_mail_footer:link, a.link_mail_footer:visited {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #c8c8c8;
	font-weight: normal;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_mail_blau.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 25px;
}

a.link_mail_footer:hover, a.link_mail_footer:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_mail_blau.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 25px;
}

a.link_mail_cta:link, a.link_mail_cta:visited {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_mail_cta.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:15px 0 0 40px;
	padding:0 0 0 30px;
}

a.link_mail_cta:hover, a.link_mail_cta:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/ui_icon_mail_cta.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:15px 0 0 40px;
	padding:0 0 0 30px;
}

a.nav_top_01:link, a.nav_top_01:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #1e2749;
	font-weight: 400;
	margin:0 0 0 30px;
	padding:0 0 49px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-decoration: none;
	/*
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	*/
	text-transform:uppercase;
}

a.nav_top_01:hover, a.nav_top_01:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #008b3b;
	font-weight: 400;
	margin:0 0 0 30px;
	padding:0 0 49px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-decoration: none;
	/*
	text-decoration-color: #008b3b;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	*/
	text-transform:uppercase;
}
	
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: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #008b3b;
	font-weight: 400;
	margin:0 0 0 30px;
	padding:0 0 49px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	text-decoration: none;
	/*
	text-decoration-color: #008b3b;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	*/
	text-transform:uppercase;
}


	a.nav_top_01_drop:link, a.nav_top_01_drop:visited, a.nav_top_01_drop:hover, a.nav_top_01_drop:active {
		background-image:url(../images/ui_icon_nav_drop.png);
		background-position:right 5px;
		background-repeat:no-repeat;
		padding-right:13px;
	}
		
	a.nav_top_01_scroll:link, a.nav_top_01_scroll:visited, a.nav_top_01_scroll:hover, a.nav_top_01_scroll:active {
		padding:0 0 39px 0;
	}
	
	a.nav_top_01_scroll_drop:link, a.nav_top_01_scroll_drop:visited, a.nav_top_01_scroll_drop:hover, a.nav_top_01_scroll_drop:active {
		padding:0 19px 39px 0;
	}

		a.nav_top_01_sub:link, a.nav_top_01_sub:visited {
			font-family: 'Poppins', Arial, Helvetica, sans-serif;
			font-size:1.000rem;
			line-height:1.000rem;
			color: #1e1e1e;
			font-weight: 400;
			margin:0 0 0 0;
			padding:15px 15px 15px 15px;
			text-decoration:none;
			float:left;
			display:inline;
			position:relative;
			clear:both;
			width:240px;
			border-bottom:1px solid #008b3b;
			background-color:#f5f5f5;
			z-index:1001;
			text-align:left;
			-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_sub:hover, a.nav_top_01_sub:active {
			font-family: 'Poppins', Arial, Helvetica, sans-serif;
			font-size:1.000rem;
			line-height:1.000rem;
			color: #ffffff;
			font-weight: normal;
			margin:0 0 0 0;
			padding:15px 5px 15px 25px;
			text-decoration:none;
			float:left;
			display:inline;
			position:relative;
			clear:both;
			width:240px;
			border-bottom:1px solid #008b3b;
			background-color:#008b3b;
			z-index:1001;
			text-align:left;
			-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_sub_active:link, a.nav_top_01_sub_active:visited, a.nav_top_01_sub_active:hover, a.nav_top_01_sub_active:active {
			font-family: 'Poppins', Arial, Helvetica, sans-serif;
			font-size:1.000rem;
			line-height:1.000rem;
			color: #ffffff;
			font-weight: normal;
			margin:0 0 0 0;
			padding:15px 5px 15px 25px;
			text-decoration:none;
			float:left;
			display:inline;
			position:relative;
			clear:both;
			width:240px;
			border-bottom:1px solid #008b3b;
			background-color:#008b3b;
			z-index:1001;
			text-align:left;
			-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_kontakt:link, a.nav_top_01_kontakt:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 0 0 30px;
	padding:12px 18px 12px 18px;
	display:inline-block;
	background-color:#008b3b !important;
	border:1px solid #008b3b !important;
	-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;
	filter: none !important;
}

a.nav_top_01_kontakt:hover, a.nav_top_01_kontakt:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #008b3b !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 0 0 30px;
	padding:12px 18px 12px 18px;
	display:inline-block;
	background-color:#ffffff !important;
	border:1px solid #008b3b !important;
	-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;
	filter: none !important;
}

	a.nav_top_01_kontakt_active:link, a.nav_top_01_kontakt_active:visited, a.nav_top_01_kontakt_active:hover, a.nav_top_01_kontakt_active:active {
		font-family: 'Poppins', Arial, Helvetica, sans-serif;
		font-size:1.125rem;
		line-height:1.125rem;
		color: #008b3b !important;
		font-weight: 400;
		text-decoration:none;
		margin:0 0 0 30px;
		padding:12px 18px 12px 18px;
		display:inline-block;
		background-color:#ffffff !important;
		border:1px solid #008b3b !important;
		-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;
		filter: none !important;
	}
	
a.nav_top_menu:link, a.nav_top_menu:visited {
	float:left;
	display:inline;
	position:relative;
	width:30px;
	height:24px;
	margin:8px 0 0 0;
	padding:0 0 44px 30px;
}

a.nav_top_menu:hover, a.nav_top_menu:active {
	float:left;
	display:inline;
	position:relative;
	width:30px;
	height:24px;
	margin:8px 0 0 0;
	padding-bottom:0 0 44px 30px;
}

	a.nav_top_menu_scroll:link, a.nav_top_menu_scroll:visited, a.nav_top_menu_scroll:hover, a.nav_top_menu_scroll:active {	
		margin:6px 0 0 0;
	}
		
a.nav_bottom_01:link, a.nav_bottom_01:visited {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.625rem;
	color: #b4b4b4;
	font-weight: normal;
	text-decoration:none;
	/*
	float:left;
	display:inline;
	position:relative;
	clear:both;
	background-image:url(../images/ui_icon_marker_nav_bottom.png);
	background-repeat:no-repeat;
	background-position:center left;
	*/
}

a.nav_bottom_01:hover, a.nav_bottom_01:active {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:none;
	/*
	float:left;
	display:inline;
	position:relative;
	clear:both;
	background-image:url(../images/ui_icon_marker_nav_bottom.png);
	background-repeat:no-repeat;
	background-position:center left;
	*/
}

a.nav_bottom_01_active:link, a.nav_bottom_01_active:visited, a.nav_bottom_01_active:hover, a.nav_bottom_01_active:active {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:none;
	/*
	float:left;
	display:inline;
	position:relative;
	clear:both;
	background-image:url(../images/ui_icon_marker_nav_bottom.png);
	background-repeat:no-repeat;
	background-position:center left;
	*/
}

a.nav_bottom_02:link, a.nav_bottom_02:visited {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.625rem;
	color: #c8c8c8;
	font-weight: normal;
	text-decoration:none;
}

a.nav_bottom_02:hover, a.nav_bottom_02:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:none;
}

a.nav_bottom_02_active:link, a.nav_bottom_02_active:visited, a.nav_bottom_02_active:hover, a.nav_bottom_02_active:active {
	font-family:  'Poppins', Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.625rem;
	color: #008b3b;
	font-weight: normal;
	text-decoration:none;
}

a.linkbox_transparent:link, a.linkbox_transparent:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:12px 40px 12px 40px;
	display:inline-block;
	background-color:transparent !important;
	border:1px solid #008b3b !important;
	-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;
	/*
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	*/
}

a.linkbox_transparent:hover, a.linkbox_transparent:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:12px 40px 12px 40px;
	display:inline-block;
	background-color:#008b3b !important;
	border:1px solid #008b3b !important;
	-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;
	/*
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	animation: pulse_arrow_linkbox 0.7s 1;
	*/
}

a.linkbox_gruen:link, a.linkbox_gruen:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:17px 30px 17px 30px;
	display:inline-block;
	background-color:#008b3b !important;
	border:1px solid #008b3b !important;
	-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;
	text-transform:uppercase;
	/*
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	*/
}

a.linkbox_gruen:hover, a.linkbox_gruen:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #008b3b !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:17px 30px 17px 30px;
	display:inline-block;
	background-color:#ffffff !important;
	border:1px solid #008b3b !important;
	-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;
	text-transform:uppercase;
	/*
	background-image:url(../images/ui_icon_arrow_link_black.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	animation: pulse_arrow_linkbox 0.7s 1;
	*/
}

a.linkbox_gruen_mt40:link, a.linkbox_gruen_mt40:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:33px 0 0 0;
	padding:17px 30px 17px 30px;
	display:inline-block;
	background-color:#008b3b !important;
	border:1px solid #008b3b !important;
	-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;
	text-transform:uppercase;
	/*
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	*/
}

a.linkbox_gruen_mt40:hover, a.linkbox_gruen_mt40:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #008b3b !important;
	font-weight: 400;
	text-decoration:none;
	margin:33px 0 0 0;
	padding:17px 30px 17px 30px;
	display:inline-block;
	background-color:#ffffff !important;
	border:1px solid #008b3b !important;
	-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;
	text-transform:uppercase;
	/*
	background-image:url(../images/ui_icon_arrow_link_black.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	animation: pulse_arrow_linkbox 0.7s 1;
	*/
}


a.linkbox_weiss:link, a.linkbox_weiss:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #008b3b !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:15px 30px 17px 30px;
	display:inline-block;
	background-color:#ffffff !important;
	border:1px solid #008b3b !important;
	-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;
	/*
	background-image:url(../images/ui_icon_arrow_link_black.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	animation: pulse_arrow_linkbox 0.7s 1;
	*/
}

a.linkbox_weiss:hover, a.linkbox_weiss:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:15px 30px 17px 30px;
	display:inline-block;
	background-color:#008b3b !important;
	border:1px solid #008b3b !important;
	-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;
	/*
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	*/
}

a.linkbox_dunkelgrau:link, a.linkbox_dunkelgrau:visited {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:12px 40px 12px 40px;
	display:inline-block;
	background-color:#1c1c1c !important;
	border:1px solid #008b3b !important;
	-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;
	/*
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	*/
}

a.linkbox_dunkelgrau:hover, a.linkbox_dunkelgrau:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.125rem;
	line-height:1.125rem;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration:none;
	margin:0 20px 20px 0;
	padding:12px 40px 12px 40px;
	display:inline-block;
	background-color:#008b3b !important;
	border:1px solid #008b3b !important;
	-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;
	/*
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:right 20px top 13px;
	filter: none !important;
	animation: pulse_arrow_linkbox 0.7s 1;
	*/
}

	@keyframes pulse_arrow_linkbox {
		0% {
			background-position:right 20px top 13px;
		}

		50% {
			background-position:right 10px top 13px;
		}

		100% {
			background-position:right 20px top 13px;
		}
	}

	a.linkbox_nofloat:link, a.linkbox_nofloat:visited, a.linkbox_nofloat:hover, a.linkbox_nofloat:active {
		float:none;
	}
	
	a.linkbox_clear:link, a.linkbox_clear:visited, a.linkbox_clear:hover, a.linkbox_clear:active {
		clear:both;
	}

	
a.linkbox_quadrat:link, a.linkbox_quadrat:visited {
	float:left;
	display:inline;
	position:relative;
	clear:both;
	box-sizing:border-box;
	width:40px;
	height:40px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline-block;
	background-color:#ffffff;
	border:1px solid #1e1e1e;
	-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;
	background-image:url(../images/ui_icon_arrow_link_black.png);
	background-repeat:no-repeat;
	background-position:center center;
}

a.linkbox_quadrat:hover, a.linkbox_quadrat:active {
	float:left;
	display:inline;
	position:relative;
	clear:both;
	box-sizing:border-box;
	width:40px;
	height:40px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline-block;
	background-color:#008b3b;
	border:1px solid #008b3b;
	-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;
	background-image:url(../images/ui_icon_arrow_link_white.png);
	background-repeat:no-repeat;
	background-position:center center;	
}

a.link_nomargin:link, a.link_nomargin:visited, a.link_nomargin:hover, a.link_nomargin:active {
	margin:0 0 0 0;
}


/* dropdown navi :: start */

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


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

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

.nav li:hover ul,
.nav li:focus-within ul {
  top: 76px;  
  padding:0 0 0 0; 
  z-index: 1001; 
  left:30px;
  margin:0 0 0 0;
  /* background-color:#f0f0f0; */
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

/* dropdown navi :: ende */


/* dropdown scroll-navi :: start */

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

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

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

.nav_scroll li:hover ul,
.nav_scroll li:focus-within ul {
  top: 53px;  
  padding:0 0 0 0; 
  z-index: 1000; 
  left:30px;
  margin:0 0 0 0;
  /* background-color:#f0f0f0; */
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}


/* dropdown scroll-navi :: ende */

/* dropdown burger-menu :: start */

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


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

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

.nav_menu li:hover ul,
.nav_menu li:focus-within ul {
  top: 76px;  
  padding:0 0 0 0; 
  z-index: 1001; 
  right:0;
  margin:0 0 0 0;
  /* background-color:#f0f0f0; */
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

	.nav_menu_scroll li:hover ul,
	.nav_menu_scroll li:focus-within ul {
		top: 53px;
	}

/* dropdown burger-menu :: ende */


/* markieren hauptnavi-punkt bei mouseover im dropdown :: start */
	
	.nav:hover a.nav_top_01{
		color:#008b3b;
		text-decoration: none;
		/*
		text-decoration-color: #008b3b;
		text-decoration-thickness: 2px;
		text-underline-offset: 5px;
		*/
	}
	
	.nav_scroll:hover a.nav_top_01{
		color:#008b3b;
		text-decoration: none;
		/*
		text-decoration-color: #008b3b;
		text-decoration-thickness: 2px;
		text-underline-offset: 5px;
		*/
	}
	
/* markieren hauptnavi-punkt bei mouseover im dropdown :: ende */


h1{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:3.438rem; line-height:3.438rem; color: #1e1e1e; font-weight:600; margin:0 0 30px 0; padding:0 0 0 0; word-wrap: break-word; float:left; display:inline; position:relative; width:100%; }
.like_h1{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:3.438rem; line-height:3.438rem; color: #1e1e1e; font-weight:600; margin:0 0 30px 0; padding:0 0 0 0; word-wrap: break-word; float:left; display:inline; position:relative; width:100%; }
h2{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem; color: #008b3b; font-weight:400; margin:0 0 12px 0; padding:3px 0px 3px 35px; word-wrap: break-word; background-image:url(../images/glas-leuchtle-logo-bildmarke.png); background-repeat:no-repeat; background-position:center left; text-transform:uppercase; }
.like_h2{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem; color: #008b3b; font-weight:400; margin:0 0 12px 0; padding:3px 0px 3px 35px; word-wrap: break-word; float:left; display:inline; position:relative; width:100%; background-image:url(../images/glas-leuchtle-logo-bildmarke.png); background-repeat:no-repeat; background-position:center left; text-transform:uppercase; }
.like_h2_center{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem; color: #008b3b; font-weight:400; margin:0 0 12px 0; padding:3px 0px 3px 35px; word-wrap: break-word; background-image:url(../images/glas-leuchtle-logo-bildmarke.png); background-repeat:no-repeat; background-position:center left; text-transform:uppercase; text-align:center; }
h2.h2_h1{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:3.438rem; line-height:3.438rem; color: #1e1e1e; font-weight:600; margin:0 0 30px 0; padding:0 0 0 0; word-wrap: break-word; float:left; display:inline; position:relative; width:100%; background-image:none; text-transform:none; }
h2.h2_h1_weiss{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:3.438rem; line-height:3.438rem; color: #ffffff; font-weight:600; margin:0 0 30px 0; padding:0 0 0 0; word-wrap: break-word; float:left; display:inline; position:relative; width:100%; background-image:none; text-transform:none; }
h2.h2_h1_center{font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:3.438rem; line-height:3.438rem; color: #1e1e1e; font-weight:600; margin:14px 0 30px 0; padding:0 0 0 0; word-wrap: break-word; text-align:center; background-image:none; text-transform:none; }
h3{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.375rem; line-height:1.5rem; color: #1e1e1e; font-weight:600; margin:0 0 8px 0; padding:0 0 0 0; word-wrap: break-word; text-decoration:none; }
h3.h3_gruen{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.375rem; line-height:1.5rem; color: #008b3b; font-weight:600; margin:0 0 8px 0; padding:0 0 0 0; word-wrap: break-word; text-decoration:none; }
h3.h3_weiss{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.375rem; line-height:1.5rem; color: #ffffff; font-weight:600; margin:0 0 8px 0; padding:0 0 0 0; word-wrap: break-word; text-decoration:none; }
h3.h3_accordeon{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.375rem; line-height:1.5rem; color: #1e1e1e; font-weight:600; margin:0 0 8px 0; padding:15px 0 7px 50px; word-wrap: break-word; }
h4{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.375rem; line-height:1.5rem; color: #1e1e1e; font-weight:600; margin:0 0 8px 0; padding:0 0 0 0; hyphens:auto; word-wrap: break-word; text-decoration:none; }
h4.h4_galery{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.375rem; line-height:1.5rem; color: #1e1e1e; font-weight:600; margin:0 0 36px 0; padding:0 0 0 0; word-wrap: break-word; }
h5{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.875rem; line-height:2.125rem; color: #1e1e1e; font-weight:600; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word;}
h5.h5_weiss{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem; color: #ffffff; font-weight:400; margin:0 0 10px 0; padding:0 0 0 0; word-wrap: break-word;}
h6{ font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size:1.5rem; line-height:2rem; color: #1e1e1e; font-weight:600; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word;}

p,div { font-family:  'Poppins', Arial, Helvetica, sans-serif; font-size:1.000rem; line-height:1.625rem; color:#1e1e1e; margin-top:0px; padding-top:0px; word-wrap: break-word; font-weight:400; }
td {    font-family:  'Poppins', Arial, Helvetica, sans-serif; font-size:1.000rem; line-height:1.625rem; color:#1e1e1e; margin-top:0px; padding-top:0px; font-weight:400; }

a, p, src, div, td, tr, table, input, textarea { outline:0; }

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

.pointer{
	cursor:pointer;
}

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

/* formular :: start */

input{ background-color:#ffffff; 
              color:#646464;
			  font-style:italic;
              font-size:1.000rem;
              font-family:  'Poppins', Arial, Helvetica, sans-serif;
			  border:0px solid #dcdcdc;
			  border-bottom:1px solid #dcdcdc;
			  margin:0 0 0 0;
			  padding:20px 10px;
			  float:left;
			  display:inline;
			  position:relative;
			  background-repeat:no-repeat;
			  background-position:left top;
			  box-sizing:border-box;
			  width:100%;
			  height:60px;
			   }
			   
	input.input_100p{
		width:100%;
	}
			   
select {      background-color:#ffffff; 
              color:#646464;
			  font-style:italic;
              font-size:1.000rem;
              font-family:  'Poppins', Arial, Helvetica, sans-serif;
			  border: 0px solid #dcdcdc;
			  border-bottom: 1px solid #dcdcdc;
			 
			  float:left;
			  display:inline;
			  position:relative;
			    background-repeat:no-repeat;
			  background-position:top left;
			  
			   margin:0 40px 20px 0;
			  padding:15px 20px 14px 20px;
			   /* font-style:italic; */
			   
			   }


input.checkbox_in { background-color:transparent; 
              color:#f0f0f0;
              font-size:0.938rem;
              font-family: Arial, Helvetica, sans-serif;
			  border:0px solid #c8c8c8;
			  border-radius:2px;
			  width:14px;
			  height:14px;
			  margin:4px 5px 10px 10px;
			   }
			   
input.checkbox_hidden { background-color:transparent; 
              color:#f7f5f2;
              font-size:0rem;
              font-family: Arial, Helvetica, sans-serif;
			  border:0px solid #f7f5f2;
			  border-radius:0px;
			  width:0px;
			  height:0px;
			  margin:0 0 0 0;
			  padding:0 0 0 0;
			  display:none;
			   }
			   
input.input_file{
	border:0px solid #dcdcdc;
	background-color:#ffffff;
	padding:0 0 0 0;
	font-size:0.938rem;
	clear:both;
	width:100%;
}
			   
input.input_honey{
	z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0rem;
    line-height:0rem;
}
	   
.button {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #ffffff;
	font-weight: 400;
	font-style:normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:12px 45px 12px 20px;
	float:right;
	display:inline;
	position:relative;
	width:auto;
	background-color:#008b3b;
	border:1px solid #008b3b;
	cursor:pointer;
	/* border-radius: 20px; */
	-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;
	background-image:url(../images/ui_icon_arrow_link_weiss.png);
	background-repeat:no-repeat;
	background-position:right 20px top 16px;
	height:45px;
}

.button:hover {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size:1.000rem;
	line-height:1.000rem;
	color: #008b3b;
	font-weight: 400;
	font-style:normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:12px 45px 12px 20px;
	float:right;
	display:inline;
	position:relative;
	width:auto;
	background-color:#ffffff;
	border:1px solid #008b3b;
	cursor:pointer;
	/* border-radius: 20px; */
	-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;
	background-image:url(../images/ui_icon_arrow_link.png);
	background-repeat:no-repeat;
	background-position:right 20px top 16px;
	animation: pulse_arrow_button 0.7s 1;
	height:45px;
}

	@keyframes pulse_arrow_button {
		0% {
			background-position:top 16px right 20px;
		}

		50% {
			background-position:top 16px right 15px;
		}

		100% {
			background-position:top 16px right 20px;
		}
	}
	   

.button_invisible {    background-color:#FFFFFF/*ecece9*/; 
			width:0px;
			height:0px;
			font-size:0px;
			color:#FFFFFF;
            border:0px solid #dcdcdc;
			margin:0px;
			padding:0px;
			   }				   
			   


textarea {    background-color:#ffffff; 
              color:#646464;
			  font-style:italic;
              font-size:1.000rem;
			  line-height:1.625rem;
              font-family:  'Poppins', Arial, Helvetica, sans-serif;
			  border:0px solid #dcdcdc;
			  border-bottom:1px solid #dcdcdc;
			  width:100%;
			  height:147px;
			  margin:0px 0px 20px 0px;
			  padding:20px 10px 20px 10px;
			  
			  float:left;
			  display:inline;
			  position:relative;
			   background-repeat:no-repeat;
			  background-position:top left;
			  box-sizing:border-box;
			  resize: none;
			   }

/* formular :: ende */

ul{
	padding:0 0 0 10px;
	margin:5px 0 15px 10px;
	list-style-image:url(../images/ui_icon_bullet_nicecon.png);
	line-height:1.5rem;
	display:block;
	font-style:normal;
}

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

	ul.list_gr{
		padding:0 0 0 20px;
		margin:5px 0 0 10px;
		list-style-image:url(../images/ui_icon_bullet_nicecon_gr.png);
		line-height:1.5rem;
		display:block;
		font-style:normal;
	}

	ul.list_gr li {
		margin:0 0 15px 10px;
		padding:0 0 0 0;
		font-size:1.375rem;
		line-height:1.375rem;
		font-weight:600;
		color:#3c3c3c;
	}

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

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

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

.div_con_100_pattern{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-image:url(../images/bg_pattern.png); background-repeat:repeat-y; background-position:center top; overflow:hidden;
}

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

	.hinweistext_achtung{
		float:left;
		display:inline;
		position:relative;
		width:100%;
		background-color:#aa0000;
		background-image:url(../images/ui_icon_achtung.png);
		background-position:center left;
		background-repeat:no-repeat;
		color:#ffffff;
		font-weight:400;
		margin:0 0 0 0;
		padding:10px 0 10px 40px;
		box-sizing:border-box;
	}

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

.rahmen_overflow{
	overflow:hidden;
}

.txt_center{
	text-align:center;
}

.txt_center_weiss{
	text-align:center;
	color:#ffffff;
}

	.txt_center_weiss p{
		color:#ffffff;
	}
	
	.txt_center_weiss div{
		color:#ffffff;
	}

.txt_weiss{
	color:#ffffff;
}

	.txt_weiss p{
		color:#ffffff;
	}
	
	.txt_weiss div{
		color:#ffffff;
	}

.txt_hellgrau{
	color:#b4b4b4;
}

	.txt_hellgrau p{
		color:#b4b4b4;
	}
	
	/*
	.txt_hellgrau div{
		color:#b4b4b4;
	}
	*/

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

.kursiv{
	font-style:italic;
}

.weiss{
	color:#ffffff;
}

.bg_weiss{
	background-color:#ffffff;
}

.rot{
	color:#c00d0e;
}

.gruen{
	color:#008b3b;
}

.txt_bold{
	font-weight:700;
}

.txt_italic{
	font-style:italic;
}

.txt_small{
	font-size:0.875px;
}


/* Accordion */

.accordion-open {
    /* background:#eb5729; */
    border:0;
	color: #ffffff;
	font-size:1.125rem;
}
.accordion-open span {
    display:block;
    float:left;
    padding:0px;
}
.accordion-open span {
    display:block;
    float:left;
	position:absolute;
    background:url(../images/ui_bg_icon_minus_gr.png) center center no-repeat;
    padding:0px;
	/* height:53px; */
	width:53px;
	top:0;
	bottom:0;
}
.accordion-close span {
    display:block;
    float:left;
	position:absolute;
    background:url(../images/ui_bg_icon_plus_gr.png) center center no-repeat;
    padding:0px;
	/* height:53px; */
	width:53px;
	top:0;
	bottom:0;
}


/* ende Accordion */

/* barrierefreiheit :: start */
	
	[hidden] {
	  display: none !important;
	}

	:focus {
	  outline: none;
	}

	:focus-visible {
	  /* outline:2px solid #a1102a; */
	  /* ou tline-offset:2px; */
	  box-shadow: 0 0 0 2px red inset; /* INNEN */
	}
	
	input#datenschutz_kontaktseite:focus {
	  outline:2px solid #a1102a !important;
	  /* ou tline-offset:2px; */
	  /* box-shadow: 0 0 0 2px red inset; /* INNEN */ */
	}
	
	.sr-only {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  white-space: nowrap;
	  border: 0;
	}
	
/* barrierefreiheit :: ende */


/* projekt :: start */

/* team icons :: start */

	.team_icon_tel{
		float:left;
		display:inline;
		position:relative;
		clear:both;
		margin:0 0 0 0;
		padding:0 0 0 30px;
		background-image:url(../images/ui_icon_tel_team.png);
		background-repeat:no-repeat;
		background-position:center left;
		width:100%;
		box-sizing:border-box;
	}
	
	.team_icon_fax{
		float:left;
		display:inline;
		position:relative;
		clear:both;
		margin:5px 0 0 0;
		padding:0 0 0 30px;
		background-image:url(../images/ui_icon_fax_team.png);
		background-repeat:no-repeat;
		background-position:center left;
		width:100%;
		box-sizing:border-box;
	}
	
	.team_icon_mail{
		float:left;
		display:inline;
		position:relative;
		clear:both;
		margin:5px 0 0 0;
		padding:0 0 0 30px;
		background-image:url(../images/ui_icon_mail_team.png);
		background-repeat:no-repeat;
		background-position:center left;
		width:100%;
		box-sizing:border-box;
		background-size:20px;
	}
	
	.team_icon_vcf{
		float:left;
		display:inline;
		position:relative;
		clear:both;
		margin:5px 0 0 0;
		padding:0 0 0 30px;
		background-image:url(../images/ui_icon_vcf_team.png);
		background-repeat:no-repeat;
		background-position:center left;
		width:100%;
		box-sizing:border-box;
	}

/* team icons :: ende */


/* schnell-kontakt / tel :: start */
	
	.cta_tel{
		float:left;
		display:block;
		position:fixed;
		bottom:20px;
		right:20px;
		width:60px;
		height:60px;
		border-radius:60px;
		background: url(../images/ui_icon_tel_cta.png) no-repeat center center, #008b3b;
		/* background-size:25px 25px; */
		border:1px solid #ffffff;
		background-position:center center;
		z-index:999;
	}
	
		.cta_tel img{
			width:100%;
			height:100%;
		}
	
/* schnell-kontakt / tel :: ende */


/* navi :: start */

	.div_nav_top_z1{
		float:left;
		display:inline;
		position:relative;
		height:50px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		background-color:#182333;
		background-image:url(../images/bg_header_z1_1400.png);
		background-position:top center;
		background-repeat:no-repeat;
	}
	
		.nav_top_z1_zeiten{
			float:left;
			display:inline;
			position:relative;
			color:#ffffff;
			margin:15px 0 0 0;
			padding:2px 0 2px 30px;
			background-image:url(../images/ui_icon_zeiten_weiss.png);
			background-position:center left;
			background-repeat:no-repeat;
			font-size:1.000rem;
			line-height:1.000rem;
		}
		
	.div_nav_top_z2{
		float:left;
		display:inline;
		position:relative;
		height:117px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		overflow:visible;
	}
		.nav_top_logo{
			float:left;
			display:inline;
			position:relative;
			width:315px;
			margin:40px 0 0 0;
			padding:0 0 0 0;
		}
		
			.nav_top_logo img{
				width:315px;
			}

		.nav_top_links{
			float:right;
			display:inline;
			position:relative;
			margin:41px 0 0 0;
			padding:0 0 0 0;
		}

/* navi :: ende */
	
/* scroll-navi :: start*/

	.div_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:64px;
		z-index:1001;
		background-color: rgba(255, 255, 255, 0.85);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
		transition: all 0.4s ease-in-out;
		overflow:visible;
	}
		
		.nav_top_logo_scroll{
			float:left;
			display:inline;
			position:relative;
			width:205px;
			margin:17px 0 0 0;
			padding:0 0 0 0;
		}
		
			.nav_top_logo_scroll img{
				height:25px;
			}
			
		.nav_top_links_scroll{
			float:right;
			display:inline;
			position:relative;
			margin:11px 0 0 0;
			padding:0 0 0 0;
		}
	
/* scroll-navi */

/* logo mobile :: start */

	.div_logo_mobile{
		height:119px;
		background-image:url(../images/bg_nav_scroll.png);
		background-repeat:repeat-x;
		z-index:99;
	}

		.nav_mobile_logo{
			float:left;
			display:inline;
			position:relative;
			margin:20px 0 0 0;
			padding:0 0 0 0;
			width:200px;
			-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;
		}
		
			.nav_mobile_logo img{
				width:200px;
			}

/* logo mobile :: ende */
	
.top_navi_mobi_100{
	background-color:#ffffff;
}

/* abdecker :: start */

	.bg_abdecker_50{
		width:100%;
		height:100%;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/bg_abdecker_grau_50.png);
		background-repeat:repeat;
	}
	
	.bg_abdecker_60{
		width:100%;
		height:100%;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/bg_abdecker_grau_60.png);
		background-repeat:repeat;
	}

/* abdecker :: ende */

/* social media :: start */

	.facebook{
		float:left;
		display:inline;
		position:relative;
		width:11px;
		height:21px;
		background-image:url(../images/ui_icon_facebook_01.png);
		background-repeat:no-repeat;
		background-position:left top;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	
		.facebook:hover{
			background-image:url(../images/ui_icon_facebook_02.png);
		}
		
		.facebook img{
			width:100%;
			height:100%;
		}
		
		
	.instagram{
		float:left;
		display:inline;
		position:relative;
		width:22px;
		height:21px;
		background-image:url(../images/ui_icon_instagram_01.png);
		background-repeat:no-repeat;
		background-position:left top;
		margin:0 0 0 20px;
		padding:0 0 0 0;
	}
	
		.instagram:hover{
			background-image:url(../images/ui_icon_instagram_02.png);
		}
		
		.instagram img{
			width:100%;
			height:100%;
		}
		
	.youtube_chanel{
		float:left;
		display:inline;
		position:relative;
		width:29px;
		height:20px;
		background-image:url(../images/ui_icon_youtube_01.png);
		background-repeat:no-repeat;
		background-position:left top;
		margin:0 0 0 20px;
		padding:0 0 0 0;
	}
	
		.youtube_chanel:hover{
			background-image:url(../images/ui_icon_youtube_02.png);
		}
		
		.youtube_chanel img{
			width:100%;
			height:100%;
		}

/* social media :: ende */
	
.trenner_con_100{
	float:left;
	display:inline;
	position:relative;
	width:100%;
	height:1px;
	margin:40px 0 40px 0;
	background-color:#dcdcdc;
}

.trenner_con_100_accordeon{
	float:left;
	display:inline;
	position:relative;
	width:100%;
	height:1px;
	margin:0 0 20px 0;
	background-color:#dcdcdc;
}

	.trenner_con_100_accordeon_inner{
		float:left;
		display:inline;
		position:relative;
		width:100%;
		height:1px;
		margin:5px 0 20px 0;
		background-color:#dcdcdc;
	}
	
	
/* footer :: start */

	.div_con_100_footer_z1{
		background-color:#1c1c1c;
		border-bottom:1px solid #343434;
	}
	
		.div_con_100_footer_z1 div{
			color:#a0a0a0;
		}
	
	.div_con_100_footer_z2{
		background-color:#1c1c1c;
	}
	
		.div_con_100_footer_z2 div{
			color:#a0a0a0;
		}
	
/* footer :: ende */	

/* 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:9999; 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;}
		
		
/* menu-icon :: start */


/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon3_scroll, #nav-icon4 {
  width: 30px;
  height: 24px;
  position: relative;
  margin: 0 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #008b3b;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3_scroll span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #008b3b;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 50%;
}



	.nav_menu:hover #nav-icon3 span:nth-child(1) {
	  top: 0px;
	  width: 0%;
	  left: 50%;
	}

	.nav_menu:hover #nav-icon3 span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.nav_menu:hover #nav-icon3 span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.nav_menu:hover #nav-icon3 span:nth-child(4) {
	  top: 30px;
	  width: 0%;
	  left: 50%;
	}
	
	
/* Icon 3 scroll */

#nav-icon3_scroll span:nth-child(1) {
  top: 0px;
}

#nav-icon3_scroll span:nth-child(2),#nav-icon3_scroll span:nth-child(3) {
  top: 10px;
}

#nav-icon3_scroll span:nth-child(4) {
  top: 20px;
}

#nav-icon3_scroll.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
}

#nav-icon3_scroll.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3_scroll.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3_scroll.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 50%;
}



	.nav_menu_scroll:hover #nav-icon3_scroll span:nth-child(1) {
	  top: 0px;
	  width: 0%;
	  left: 50%;
	}

	.nav_menu_scroll:hover #nav-icon3_scroll span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.nav_menu_scroll:hover #nav-icon3_scroll span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.nav_menu_scroll:hover #nav-icon3_scroll span:nth-child(4) {
	  top: 30px;
	  width: 0%;
	  left: 50%;
	}

	

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

/* menu-icon :: ende */