/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato/lato-v16-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Lato Hairline'), local('Lato-Hairline'),
       url('../fonts/lato/lato-v16-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato/lato-v16-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato/lato-v16-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato/lato-v16-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato/lato-v16-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}



html {                  
   height:100%;
   margin-bottom:1px;
   overflow-y:scroll;
   overflow-x:hidden;
   scroll-behavior: smooth;
}

body {			
	position:absolute; 
	top:0; 
	left:0; 
	margin:0px;
	padding:0px;
	width: 100%; 
	height:100%;
	color:#787878;
	background-color:#ffffff; 
}

h1, h2, h3, h4, h5, h6{ font-family:  'Lato'; font-weight:400; color:#3c3c3c; }

p,div { font-family:  'Lato', Arial, Helvetica, sans-serif; font-size:13px; line-height:23px; margin-top:0px; padding-top:0px; font-weight:400; word-wrap: break-word; color:#4b4b4b;}
td {    font-family:  'Lato', Arial, Helvetica, sans-serif; margin-top:0px; padding-top:0px; padding-bottom:0px;}

td.mail{color:#f9f9f9; font-size:13px; line-height:24px; text-decoration:none; padding:0px;}

textarea{font-family:'Open Sans'; font-size:14px;  resize:vertical;}

form{height:100%;}

a:link, a:visited {font-family:'Lato'; color:#f9b60f; font-size:14px; text-decoration:none;}
a:active, a:hover{font-family:'Lato'; color:#3c3c3c; font-size:14px; text-decoration:none;}

.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;}

.topdiv { padding:0px; margin:0px; height:100%; width:100%; position:absolute; top:0px;  }
.toptab { height:100%; width:100%; padding:0px; margin:0px;  }

.bgdiv_con_100{ float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; }

.bgdiv_con_center{ margin:0 auto; padding:0px; }


.font10 { font-size:10px; font-size:0.625rem; }
.font11 { font-size:11px; font-size:0.688rem; }
.font12 { font-size:12px; font-size:0.750rem; }
.font13 { font-size:13px; font-size:0.813rem; }
.font14 { font-size:14px; font-size:0.875rem; }
.font15 { font-size:15px; font-size:0.938rem; }
.font16 { font-size:16px; font-size:1.000rem; }
.font17 { font-size:17px; font-size:1.063rem; }
.font18 { font-size:18px; font-size:1.125rem; }
.font20 { font-size:20px; font-size:1.250rem; }
.font22 { font-size:22px; font-size:1.375rem; }
.font24 { font-size:24px; font-size:1.500rem; }
.font26 { font-size:26px; font-size:1.625rem; }
.font30 { font-size:30px; font-size:1.876rem; }
.font32 { font-size:32px; font-size:2.000rem; }
.font34 { font-size:34px; font-size:2.125rem; }
.font36 { font-size:36px; font-size:2.250rem; }
.font38 { font-size:38px; font-size:2.375rem; }
.font40 { font-size:40px; font-size:2.500rem; }
.font44 { font-size:44px; font-size:2.750rem; }
.font48 { font-size:48px; font-size:3.000rem; }
.font60 { font-size:60px; font-size:3.750rem; }
.font72 { font-size:72px; font-size:4.500rem; }

.gruen {
	font-family:'Lato';
	color: #97bf0d;
	font-size:20px;
	padding-bottom:10px;
}

.rot {
	font-family:'Lato';
    color: #ae0f0a;
	font-size:20px;
	padding-bottom:10px;
}

/* 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 */

/* cookie hinweis :: start */

	.cc_container .cc_btn {
	background-color: #f9b60f !important; /* Farbe des Buttons */
	color: #ffffff !important; /* Textfarbe des Buttons */
	}
	
	.cc_container {
	background: #ebebeb !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #323232 !important; /* Schriftfarbe des gesamten Bereichs */
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	}
	
	.cc_container a {
	color: #f9b60f !important; /* Textlink-Farbe "Mehr Infos" */
	}
	
	.cc_container .cc_btn_decline {
	background-color: #323232 !important; /* Farbe des Buttons */
	color: #ffffff !important; /* Textfarbe des Buttons */
	}
	
	.hinweistext{
				   color:#646464;
	}
	
	.hinweistext2{
				   color:#036991;
	}
                
/* cookie hinweis :: ende */



/*Navigation START*/

	.navbg{
		background-color:#f5f5f5;
		border-bottom:5px solid #ffffff;
	}

	.nav_line_top{
	position:absolute;
	z-index:999;
	height:31px;
	padding-top:10px;
	background-color:#f9b60f;
	font-weight:400;
	float:right;
	display:inline;
	position:relative;
	font-size:14px;
	color:#ffffff;
	border-bottom:5px solid #f5f5f5;
	}
	
	.navitop{
		width:100%;
		position:fixed;
		top:0px;
		left:0px;
		display:none;
		transition: transform 0.8s ease 0.8s;
		z-index:999;
	}
	
	.nav_line_top{
		font-size:14px;
		color:#ffffff;
	}
	
	.nav_top a{
		color:#ffffff;
		margin-top:0px;
		display:inline;
		font-size:13px;
		line-height:22px;
		color:#ffffff;
	}
	
	.nav_top p{
		color:#ffffff;
		margin-top:0px;
		display:inline;
		font-size:13px;
		line-height:22px;
		color:#ffffff;
	}
	
	.nav_top span		{ color:#c68d01; }
	
	.nav_top a:hover	{ color:#c68d01; }
	
	a.active			{ color:#c68d01; }
	
	img.icon{
		margin:0px 5px 0px 0px;
		height:21px;
		display:inline;
	}
	
	img.logo{margin:20px 0px 20px 0px;}
	
	


	
	a.nav_main{
		font-family:'Lato';
		font-size:14px;
		text-transform:uppercase;
		font-weight:400;
		float:right;
		display:inline;
		position:relative;
		margin:110px 0px 0px 40px;
	}

	a.nav_main:link, a.nav_main:visited {
		color:#3c3c3c;
	}


	a.nav_main:hover, a.nav_main:active {
		color:#f9b60f;
	}
	
	div.sub_main{
		font-family:'Lato';
		font-size:14px;
		text-transform:uppercase;
		font-weight:400;
		float:right;
		display:inline;
		position:relative;
		margin:110px 0px 0px 40px;
		padding-right:16px;
		background-image:url(../images/subnav_plus.png);
		background-position:right center;
		background-repeat:no-repeat;
		cursor:pointer;
		color:#3c3c3c;
	}
	
	div.sub_main:hover{color:#f9b60f;}
	
	div.sub_main_active{
		font-family:'Lato';
		font-size:14px;
		text-transform:uppercase;
		font-weight:400;
		float:right;
		display:inline;
		position:relative;
		margin:110px 0px 0px 40px;
		padding-right:16px;
		background-image:url(../images/subnav_plus.png);
		background-position:right center;
		background-repeat:no-repeat;
		cursor:pointer;
		color:#f9b60f;
	}
	
	.slide_nav{
		background-color:#f5f5f5; 
		height:0px;
		box-sizing:border-box;
		transition: all 0.4s ease-in-out;
		opacity: 0;
		 display:none;
	}
	
	.hide{height:41px; opacity: 1; display:inline;}
	
	a.nav_main_active:link, a.nav_main_active:visited, a.nav_main_active:hover, a.nav_main_active:active {
	font-family:'Lato';
	color:#f9b60f; 
	font-weight:400;
	font-size:14px;
	text-transform:uppercase;
	float:right;
	display:inline;
	position:relative;
	margin:110px 0px 0px 40px;
}

	a.sub{
		margin:0px;
		margin-left:40px;
		padding:9px 0px;
	}







a.nav_main_drop:link, a.nav_main_drop:visited{
	background-image:url(../images/icon_nav_drop_grau.png);
	background-position:right 20px top 8px;
	background-repeat:no-repeat;
	padding:0px 40px 0px 0px;
		
	}
	
a.nav_main_drop:hover, a.nav_main_drop:active{
	padding:0px 40px 0px 0px;
	background-image:url(../images/icon_nav_drop_active.png);
	background-position:right 20px top 8px;
	background-repeat:no-repeat;

	}
	
a.nav_main_drop_active:link, a.nav_main_drop_active:visited{
	padding:0px 40px 0px 0px;
	background-image:url(../images/icon_nav_drop_blue.png);
	background-position:right 20px top 8px;
	background-repeat:no-repeat;

		
	}
	
a.nav_main_drop_active:hover, a.nav_main_drop_active:active{
	padding:0px 40px 0px 0px;
	background-image:url(../images/icon_nav_drop_active.png);
	background-position:right 20px top 8px;
	background-repeat:no-repeat;

	}
	
a.nav_main_sub{
	font-family:'Lato';
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	float:right;
	display:inline;
	position:relative;
	margin:0px 0px 0px 40px;
}

a.nav_main_sub:link, a.nav_main_sub:visited {
	color:#3c3c3c;
}


a.nav_main_sub:hover, a.nav_main_sub:active {
	color:#f9b60f;
}

			

a.nav_main_sub_active:link, a.nav_main_sub_active:visited, a.nav_main_sub_active:hover, a.nav_main_sub_active:active {
	font-family:'Lato';
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	float:right;
	display:inline;
	position:relative;
	margin:0px 0px 0px 40px;
	color:#f9b60f;
}
		
.nav:hover #nav_main_active{
	color:#f9b60f;
	border-radius:3px;
	padding:0px 40px 0px 0px;
	background-image:url(../images/icon_nav_drop_active.png);
	background-position:right 20px top 8px;
	background-repeat:no-repeat;
}	
		
.nav_box1{
	width:100%;

}	

.nav, .nav ul { 
	list-style: none;
	padding: 0;
	z-index:999;
	font-style:normal;
	float:right; position:relative; display:inline;
	margin:0px;
}


.nav li{
	margin:0 0 0 0;
	width:100%;
	z-index:999;
	float: left;
	top: -999px;
}

.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999px;
  left: 1px;
  display:inline;
  z-index:999;
  height:auto;

}

.nav li:hover ul{
  top:19px;
  padding:25px 0 0 0; 
  z-index: 999;
  display:inline;
  margin:0 0 0 0;
}




/*Navigation ENDE*/

/* responsive menu */
	
		a.logo_res{
			height:80px;
			width:167px;
			background-color:#ffffff;
			background-image:url(../images/logo_res.jpg);
			background-repeat:no-repeat;
			background-position:left center;
			margin-left:20px;
		}
		
		a.nav_res{
			font-family:'Lato';
			color:#ffffff;
			font-size:24px;
			font-weight:400;
			
		}
		
		.menu { 
			  float: left;
			  overflow-y:auto;
			  -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 #142b47;
				  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: #323232; font-size: 16px; font-family:  'Lato', Arial, Helvetica, sans-serif; }
			.menu ul li > a { height:20px; padding: 20px; }
			.menu ul li > p { font-size:16px; min-height:20px; padding: 20px; }
			.menu ul ul { 
			  display: none; 
			  position: absolute; 
			  top:100%;
			  min-width: 160px;
			  background-color: #f1f1f1;
			  border: 1px solid #f9b60f;
			}
			.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: #f1f1f1; }
			.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 */	
	
	
	a.header_link1:link, a.header_link1:visited{
		font-size:16px;
		text-transform:uppercase;
		padding:11px 50px;
		color:#ffffff;
		border:1px solid #f9b60f;
		border-radius:3px;
		background-color:#f9b60f;
		margin-right:30px;
	}
	
	a.header_link1:active, a.header_link1:hover{
		color:#f9b60f;
		background-color:#ffffff;
	}
	
	a.header_link2:link, a.header_link2:visited{
		font-size:16px;
		text-transform:uppercase;
		padding:11px 50px;
		color:#f9b60f;
		border:1px solid #f9b60f;
		border-radius:3px;
		background-color:#ffffff;
	}
	
	a.header_link2:active, a.header_link2:hover{
		color:#ffffff;
		background-color:#f9b60f;
	}
	
	a.content_button:link, a.content_button:visited{
		font-size:14px;
		padding:11px 20px;
		color:#ffffff;
		border:1px solid #f9b60f;
		border-radius:3px;
		background-color:#f9b60f;
		font-weight:500;
	}
	
	a.content_button:active, a.content_button:hover{
		color:#f9b60f;
		background-color:#ffffff;
	}
	
	
	
	  /*.container { width:100%; z-index:10000; display:inline; float:right; position:relative;}*/
  
	  a.menu-link { display: block; color: #ffffff; float: left; text-decoration: none; padding: 24px 0 10px 0; font-family: 'Lato'; font-size:30px; }
	  .menu { clear: both; min-width: inherit; float: none; background:#b3041c; }
	  .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%; overflow-y:hidden; border-top: 1px solid #f9b60f;}
	  .menu ul { display: inline; }
	  .menu > ul { border-top: 0px solid #f0f0f0; }
	  .menu li, .menu > ul > li { display: block; }
	  .menu li a { color: #323232; display: block; padding: 0; border-bottom: 1px solid #f9b60f; position: relative; background:#ffffff; }
	  .menu li p { color: #323232; display: block; padding: 0; border-bottom: 1px solid #f9b60f; position: relative; background:#ffffff; }
	  .menu li a:hover { color: #3c3c3c; display: block; padding: 20px; border-bottom: 1px solid #f9b60f; position: relative; background:#e5e5e5; }
	  .menu li a.nav_res_sub2:hover { padding-left:40px; font-style:italic; }
		
		.menu li a.menu_active { color: #3c3c3c; display: block; padding: 20px; border-bottom: 1px solid #f9b60f; position: relative; background:#e5e5e5; }
		.menu li a.menu_active2 { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #f9b60f; position: relative; background:#646464; }
		.menu li a.has-submenu_active { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#2d2d2d; }
	  
	  .menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: -5px;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 20px;
	  }
	  
	  .menu li.has-submenu2 > a:after {
		content: '+';
		position: absolute;
		top: -5px;
		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; }



/* 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;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

	
	.shadow{
		-webkit-box-shadow: 0px 14px 24px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 14px 24px -4px rgba(0,0,0,0.75);
		box-shadow: 0px 14px 24px -4px rgba(0,0,0,0.75);
	}
	
	.shadow_slider{
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
	}
	

	.footer_line{
		background-color: #f9b60f;
		width:100%;
		position:relative;
		float:left;
	}	
	
	

	a.download_rahmen{
		float:left;
		position:relative;
		display:inline;
		width:100%;
	}
	
	.files_border{
		float:left;
		display:inline;
		position:relative;
		margin:10px 0 0 0;
		padding:15px 30px 15px 80px;
		background-repeat: no-repeat;
		cursor:pointer;
		width:100%;
		background-position:center right 20px;
		background-image: url(../images/download_grau.png);
		background-color:#ffffff;
		box-sizing:border-box;
		border: 1px solid #696969;
		border-radius:5px;	
	}
		
	.files_border p{
		font-family:'Lato';
		font-size:18px;
		font-weight:600;
		color:#323232;
		text-decoration:none;
		width:100%;
		margin:0;
	}
	
	a.download_rahmen:hover .files_border{background-image: url(../images/download_rot.png);}
	
	a.download_rahmen:hover .files_border p{color:#e2001a;}
	
	.img_icon{
		position:relative;
		height:24px;
		width:100%;
		margin-top:-40px;
		background-position:left 20px center;
		background-repeat:no-repeat;
		background-image:url(../images/img_ico_grau.png);
		z-index:900;
		float:left;
		display:inline;
		position:relative;
	}
	
	a.download_rahmen:hover .img_icon{
		background-image:url(../images/img_ico_rot.png);
	}
	
	.pdf_icon{
		position:relative;
		background-position:left 20px center;
		background-repeat:no-repeat;
		background-image:url(../images/icon_pdf_grau.png);
		margin-top:-40px;
		height:24px;
		width:100%;
		z-index:900;
		float:left;
		display:inline;
		position:relative;
	}
	
	a.download_rahmen:hover .pdf_icon{
		background-image:url(../images/icon_pdf_rot.png);
	}
	
	
		
	a.download_rahmen:hover a.files_border{background-image: url(../images/download_rot.png);}
	
	.files_border p{
		font-family:'Lato';
		font-size:18px;
		font-weight:600;
		color:#323232;
		text-decoration:none;
		width:100%;
		margin:0;
	}
	a.download_rahmen:hover a.files_border p{
		color:#e2001a;
	}
	
	.nicecon_sub_txt_con_100{
			float:left;
			display:inline;
			position:relative;
			margin:-1px 0 0 0;
			padding:4px 10px 4px 27px;
			background-repeat: no-repeat;
			cursor:pointer;
			width:100%;
			background-position:center left 10px;
			background-image: url(../images/arr_acc_r.png);
			background-color:#ebebeb;
			box-sizing:		border-box;
			border-top: 	1px solid #b4b4b4;
			border-bottom: 	1px solid #b4b4b4;
		}
		
	.nicecon_sub_txt_con_100_active{
			float:left;
			display:inline;
			position:relative;
			margin:-1px 0 0 0;
			padding:4px 10px 4px 27px;
			background-repeat: no-repeat;
			cursor:pointer;
			background-position:center left 10px;
			background-image: url(../images/arr_acc_u.png);
			box-sizing:border-box;
			border-top: 	1px solid #b4b4b4;
			border-bottom: 	1px solid #b4b4b4;
		}
		
	
	.nicecon_inhalt{
		font-size:14px;
		line-height:24px;
		color:#4b4b4b;
		background-color:#ffffff;
		box-sizing:border-box;
		padding:20px 40px 20px 40px;
		float:left;
		
		display:none;
		
		position:relative;
		width:100%;
	}
	
	
	.nicecon_img_r{
		width:338px; margin:0 0 40px 20px; display:inline; float:right; overflow:hidden;
	}
	
	.nicecon_img_r img{
		width:338px;
	}
	
	.nicecon_img_l{
		width:338px; margin:0 20px 40px 0; display:inline; float:left; overflow:hidden;
	}
	
	.nicecon_img_l img{
		width:338px;
	}
	
	
	
	
	
	.nicecon_link_extra{
		font-size:30px;
		font-weight:300;
		color:#4b1e00;
		text-decoration:none;
		padding:0 0 0 0px;
	}
	
	.nicecon_sub_txt_con_100_extra{
			float:left;
			display:inline;
			position:relative;
			margin:10px 0 0 0;
			padding:0px 0px 15px 0px;
			background-repeat: no-repeat;
			width:100%;
			box-sizing:border-box;
			
		}
	
	.nicecon_sub_txt_con_100_extra_active{
			width:100%;
			float:left;
			display:inline;
			position:relative;
			margin:10px 0 0 0;
			padding:15px 0px 15px 0px;
			background-repeat: no-repeat;
			box-sizing:border-box;
			
			
		}
		
	.nicecon_inhalt_extra{
		font-size:14px;
		line-height:24px;
		color:#a0968c;
		box-sizing:border-box;
		padding:20px 0px 0px 0px;
		float:left;
		display:none;
		position:relative;
		width:100%;
	}	
	
	.nicecon_link a{
		font-size:14px;
		color:#3c3c3c;
		text-decoration:none;
		width:100%;
	}
	
	.nicecon_link_extra p{
		font-family:'Lato';
		font-size:18px;
		font-weight:600;
		color:#323232;
		text-decoration:none;
		width:100%;
		margin:0;
	}
	