@charset "utf-8";

/*@import url("layout_tools.css");*/
@import url("../fonts/fontawesome/css/font-awesome.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* 'Open Sans' */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700); /* 'Open Sans Condensed' */

html, body {
	background: #161414;
	/*background-size: cover;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12px/16px 'BentoRegular',Arial,Helvetica;
	color: #f9f9f9;
	height: 100%;
	min-height: 100%;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-locale: 'de';
	-webkit-text-size-adjust: none;
}



/* LOGO */
.layout_logo {
	background: transparent url(../images/bg_logo.png) no-repeat left bottom;
	width: 430px;
	height: 200px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
a.href_logo,
a.href_logo:link,
a.href_logo:visited {
	width: 430px;
	height: 200px;
	display: block;
}



/* CROSSLINKS */
.layout_crosslinks {
	position: absolute;
	right: 50%;
	top: 230px;
	margin: 0px -600px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
}
a.href_crosslink_platzhirsch,
a.href_crosslink_platzhirsch:link,
a.href_crosslink_platzhirsch:visited {
	background: transparent url(../images/bg_href_platzhirsch.png) no-repeat left top;
	width: 100px;
	height: 55px;
	display: block;
}
a.href_crosslink_kommode,
a.href_crosslink_kommode:link,
a.href_crosslink_kommode:visited {
	background: transparent url(../images/bg_href_kommode.png) no-repeat left top;
	width: 100px;
	height: 20px;
	display: block;
	margin: 20px 0px 0px 0px;
}



/* LAYOUT */
.layout_body {
	background: transparent url() no-repeat center top;
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.layout_body_blank {
	background: transparent url() no-repeat center top;
	/* im body tag */
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.layout_rahmen {
	width: 960px;
	height: 100%;
	margin: 0 auto;	
}
.layout_rahmen_inner {
	margin: 0px 0px 0px 0px;
	padding: 90px 0px 0px 0px;
}



/* SPALTEN / FRAMES */
.layout_frames {
	background: none;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}
.layout_frames_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_frame_left {
	background: #131111;
	width: 310px;
	height: 100%;
	position: absolute;
	left: 0;
}
.layout_frame_left_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_frame_right {
	width: 640px;
}
.layout_frame_right_inner {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.layout_component {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_component_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 40px 40px;
}



/* LADEBALKEN FAKE */
.layout_ladebalken {
	background: rgba(255, 255, 255, 0.50);
	width: 0px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* PFAD */
.layout_breadcrumbs {
	background: #131111;
	height: 40px;
	/* position: fixed; */
	font: normal 11px/40px Arial,Helvetica;
}
.layout_breadcrumbs_inner {
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_modul_breadcrumbs {
	margin: 0px 0px 0px 36px;
}
.layout_breadcrumbs_inner img {
    display:none;
}
.layout_breadcrumbs span {
	margin: 0px 10px 0px 5px;
}
.layout_breadcrumbs a.pathway {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat right 4px;
	padding: 0px 16px 0px 0px;
	margin-left: 5px;
	color: #f9f9f9;
	text-decoration: none;
}
.layout_breadcrumbs a.pathway:hover {
	background-image: url(../images/icons/icon_arrow_weiss_full_rechts.png);
	color: #f9f9f9; 
	text-decoration: none;
}
.layout_breadcrumbs a.breadcrumbs_home {
	background: transparent url(../images/icons/icon_home_klein_weiss.png) no-repeat center 8px; 
	height: 13px; 
	width: 13px; 
	float: left;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	margin: 8px 5px 0px 0px; 
	text-indent: -999em; 
	padding: 2px 5px !important;
}
.layout_breadcrumbs:hover a.breadcrumbs_home {
	/* background: #151515 url(../images/icons/icon_home_klein.png) no-repeat center center; */
}
.layout_breadcrumbs .breadcrumbs_showHere {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat right 4px;
	margin: 0px 3px 0px 0px;
	padding: 0px 12px 0px 0px;
}
.layout_breadcrumbs span.breadcrumbs_youarehere {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0;
	filter:alpha(opacity=0);
	background: #161414 url(../images/icons/icon_arrow_weiss_links.png) no-repeat 5px center;
	padding: 0px 8px 0px 15px;
	color: #f9f9f9;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-left: 40px; /*float:right;*/
}
.layout_breadcrumbs:hover span.breadcrumbs_youarehere {
	opacity: 1;
	margin-left: 0;
	filter:alpha(opacity=100);
}
span.breadcrumbs_youarehere:hover {
	cursor: help;
}
/* ZU TOP 1 PFEIL */
.layout_zutop {
	width: 35px;
	height: 35px;
	position: relative;
	z-index: 100;
	margin: 0px 30px 0px 0px;
}
.layout_zutop a {
	width: 35px;
	height: 35px;
	display: none;
	text-decoration:none !important;
	position: relative;
	padding: 0 !important;
	float: left;
}
.layout_zutop a:hover {
	background-position: left bottom !important;
	background-color: transparent;
	text-decoration: none !important;
}
.layout_zutop .zutop {
	background: url(../images/icons/icon_slider_mini_pfeile_weiss.png) no-repeat left -68px;
	-moz-transition: background-position 0.5s ease-out 0s;
	-webkit-transition: background-position 0.5s ease-out 0s;
	transition: background-position 0.5s ease-out 0s;
}
.layout_zutop .zutop:hover {
	background: url(../images/icons/icon_slider_mini_pfeile_weiss.png) no-repeat;
}
/* ZU TOP 2 BUTTON */
.zutop_button {
	background: #1e1e1e url(../images/icons/icon_zutop_button_weiss.png) no-repeat 140px top;
	-moz-transition: background-position 0.5s ease-out 0s;
	-webkit-transition: background-position 0.5s ease-out 0s;
	transition: background-position 0.5s ease-out 0s;
	width: 185px;
	height: 28px;
	right: 7px;
	bottom: 7px;
	position: fixed;
	z-index: 99999;	
	display: none;
	cursor: pointer;
}
.zutop_button:hover {
	background: #1e1e1e url(../images/icons/icon_zutop_button_weiss.png) no-repeat 140px bottom;
}
.zutop_button_inner {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 15px;
	text-transform: uppercase;
	color: #f9f9f9;
}
.zutop_button_inner:hover {
	color: #f9f9f9;
}



/* PRE FOOTER */
.layout_pre_footer {
	background: #131111;
	width: 100%;
	height: 300px;
	color: #EDEDED;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_pre_footer_inner {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0px 0px 0px;
}
.layout_pre_footer_box h1 {
	font: normal 12px/12px 'BentoRegular',Arial,Helvetica;
	color: #EDEDED;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.layout_pre_footer_box a,
.layout_pre_footer_box a:link,
.layout_pre_footer_box a:visited {
	color: #EDEDED;
	text-decoration: none;
}
.layout_pre_footer_box h1 span {
	color: #878787; 
}
.layout_pre_footer_box_1 {
	width: 325px;
}
.layout_pre_footer_box_2 {
	width: 330px;
}
.layout_pre_footer_box_3 {
	width: 305px;
}
.layout_pre_footer_box_1_inner,
.layout_pre_footer_box_2_inner,
.layout_pre_footer_box_3_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 0px;
}
.pre_footer_kontakt {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pre_footer_kontakt_div {
	width: 80px;
}
.layout_pre_footer_box_readmore {
	margin: 30px 0px 0px 0px;
}
.layout_pre_footer_box_readmore a,
.layout_pre_footer_box_readmore a:link,
.layout_pre_footer_box_readmore a:visited {
	background: #161414 url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat 85% 50%;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 10px;
	font: normal 11px/11px 'BentoRegular', Helvetica, sans-serif;
	color: #EDEDED;
	text-transform: uppercase;
	text-decoration: none;
}




/* OEFFNUNGSZEITEN */
.pre_footer_oeffnungszeiten_label {
	width: 80px;
}
.pre_footer_oeffnungszeiten_badge {
	margin: 3px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}



/* FOOTER */
.layout_footer {
	width: 100%;
	height: 100px;
	display: block;
}
.layout_footer_inner {	
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	font: normal 11px/11px Arial,Helvetica;
	color: #989898; 
	text-decoration: none;
}
.layout_footer_inner a,
.layout_footer_inner a:link,
.layout_footer_inner a:visited {
	color: #989898; 
	text-decoration: none;
}
.footer_copyright {
	font-style: italic;
}
a.powered_by_link,
a.powered_by_link:link,
a.powered_by_link:visited {
	color: #989898;
	/*text-shadow: 1px 1px 1px #000000;*/
}



/* HEADER UND SLIDESHOW */
/* BANNERSLIDER */
.codedesign_bannerslider div.royalSlider {
	width: 960px;
	height: 450px;
	/*position: absolute;*/
	margin: 30px 0px 0px 0px;
}
.codedesign_bannerslider div.royalSlider > .bannerslide {
	/* preload !! */
	visibility: hidden; 
}
.codedesign_bannerslider div.bannerslide {
	width: 960px;
	height: 450px;
	margin: 0 auto;
	text-align: left;
}
.bannerslider_prev,
.bannerslider_next {
	background: url(../images/icons/icon_slider_mini_pfeile_weiss.png) no-repeat -35px 0;
	width: 35px;
	height: 35px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	-moz-transition: background-position 0.4s ease-out 0s; 
	-webkit-transition: background-position 0.4s ease-out 0s; 
	transition: background-position 0.4s ease-out 0s;
	cursor: pointer;
	position: absolute;
}
.bannerslider_prev {
	background-position: 0px -35px;
	margin: 180px 505px 0px 0px;
	right: 50%;
	z-index: 100;
}
.bannerslider_next {
	margin: 180px 0px 0px 505px;
	left: 50%;
	z-index: 100;
}
.bannerslider_next:hover{
	background-position: 0 0;
}
.bannerslider_prev:hover {
	background-position: -35px -35px;
}
.bannerslider_play {
	background: transparent url(../images/icons/icon_play_pause.png) no-repeat left top;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	z-index: 100;
	margin: 405px 0px 0px 915px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	-moz-transition: all 0.2s ease-out 0s; 
	-webkit-transition: all 0.2s ease-out 0s; 
	-ms-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.bannerslider_play:hover {
	background-position: left bottom;
}
.bannerslider_play.bannerslider_play_toggle {
	background: url(../images/icons/icon_play_pause.png) no-repeat right top;
}
.bannerslider_play.bannerslider_play_toggle:hover {
	background-position: right bottom;
}
/* TEAMSLIDES */
.bannerslide_inner_container_content {
	width: 450px;
	height: 200px;
	display: block;
	margin: 160px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	position: absolute;
}
.bannerslide_inner_container_content_inhalte {
	background: rgba(56, 49, 43, 0.7); /* rgba(1, 1, 1, 0.53); */
	width: 400px;
	height: 160px;
	display: block;
}
.bannerslide_inner_container_content_name {
	font: normal 25px/25px 'Oswald', Helvetica, sans-serif;
	font-weight: 300;
	color: #f9f9f9;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	/*text-shadow: 1px 1px 1px #000000;*/
}
.bannerslide_inner_container_content_status {
	color: #f9f9f9;
	font-style: italic;
	margin: 50px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.bannerslide_inner_container_content_text {
	color: #f9f9f9;
	margin: 70px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}


/* KOMPAKT BANNERSLIDER */
.codedesign_kompakt_bannerslider div.royalSlider {
	width: 235px;
	height: 308px;
	margin: 0px 0px 0px 0px;
}
.codedesign_kompakt_bannerslider div.royalSlider > .bannerslide {
	/* preload !! */
	visibility: hidden; 
}
.codedesign_kompakt_bannerslider div.bannerslide {
	width: 235px;
	height: 308px;
	margin: 0 auto;
	text-align: left;
}
.kompakt_bannerslider_prev,
.kompakt_bannerslider_next {
	background: url(../images/icons/icon_slider_mini_pfeile_weiss.png) no-repeat -35px 0;
	width: 35px;
	height: 35px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	-moz-transition: background-position 0.4s ease-out 0s; 
	-webkit-transition: background-position 0.4s ease-out 0s; 
	transition: background-position 0.4s ease-out 0s;
	cursor: pointer;
	position: absolute;
}
.kompakt_bannerslider_prev {
	background-position: 0px -35px;
	margin: 130px 0px 0px 0px;
	z-index: 100;
}
.kompakt_bannerslider_next {
	margin: 130px 0px 0px 200px;
	z-index: 100;
}
.kompakt_bannerslider_next:hover{
	background-position: 0 0;
}
.kompakt_bannerslider_prev:hover {
	background-position: -35px -35px;
}




/* CONTENT LISTE */
.content_liste_items h1 {
	font: normal 25px/25px 'BentoRegular', Helvetica, sans-serif;
	font-weight: 300;
	color: #151515;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
}
.content_liste_items h2 {
	width: 100%;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	color: #151515;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dashed #b4b4b4;
}

.content_liste_item {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
	border-bottom: 1px dashed #b4b4b4;
}
.content_liste_item:last-child {
	border-bottom: none;
}
.content_liste_item a,
.content_liste_item a:link {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #333333;
}
.content_liste_item a:hover {
	background: url(../images/icons/icon_arrow_schwarz_full_rechts.png) no-repeat left 4px;
	text-decoration: underline;
	color: #151515;
}



/* MARKEN CAROUSEL */
.layout_horizontal_elegant_carousel {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	height: 100px;
}
.layout_horizontal_elegant_carousel .horizontal_logo_slider {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.layout_horizontal_elegant_carousel .carousel_container {
	width: 960px; /* 3x220 + 3x1px margin */
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.layout_horizontal_elegant_carousel_ ul  { 
	height: 100px;
	width: 1980px;
}
.layout_horizontal_elegant_carousel ul li {
	width: 160px;
	/*height: 100px;*/
	display: block;
	float: left;
	position: relative;
	text-align: center;
}
.layout_horizontal_elegant_carousel ul li img {
	width: 100px;
}
.elegantcarousel_prev,
.elegantcarousel_next {
	background: url(../images/icons/icon_slider_mini_pfeile_weiss.png) no-repeat -35px 0;
	width: 35px;
	height: 35px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	-moz-transition: background-position 0.4s ease-out 0s; 
	-webkit-transition: background-position 0.4s ease-out 0s; 
	transition: background-position 0.4s ease-out 0s;
	cursor: pointer;
}
.elegantcarousel_prev {
	background-position: 0px -35px;
	position: absolute;
	left: 50%;
	margin: 20px 0px 0px -540px;
}
.elegantcarousel_next {
	position: absolute;
	right: 50%;
	margin: 20px -540px 0px 0px;
}
.elegantcarousel_next:hover{
	background-position: 0 0;
}
.elegantcarousel_prev:hover {
	background-position: -35px -35px;
}



/* LOGOS, BRANDS */
.layout_brand_logos {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_brand_logos img {
	margin: 0px 30px 40px 0px;
	padding: 0px 0px 0px 0px;
}


/* FEATURED BOXEN */
.layout_frame_table {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_featured_box {
	width: 310px;
}
.layout_featured_box_content {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.layout_featured_box_content h2 {
	font: normal 12px/12px 'BentoRegular',Arial,Helvetica;
	color: #EDEDED;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}
.layout_featured_box_readmore {
	margin: 30px 0px 0px 0px;
}
.layout_featured_box_readmore a,
.layout_featured_box_readmore a:link,
.layout_featured_box_readmore a:visited {
	background: #131111 url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat 85% 50%;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 10px;
	font: normal 11px/11px 'BentoRegular', Helvetica, sans-serif;
	color: #EDEDED;
	text-transform: uppercase;
	text-decoration: none;
}




/* NAVIGATION DROPDOWN */
/* NAVIGATION CSS3 - BASIS: REDTEAM */
/* MINI RESET */
#codeDESIGN_dropdown, #codeDESIGN_dropdown ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
/* MAIN LEVEL */
#codeDESIGN_dropdown {
	margin: 185px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* CLEAR FLOATS */
#codeDESIGN_dropdown:before,
#codeDESIGN_dropdown:after {
	content: '';
	display: table;
}
#codeDESIGN_dropdown:after {
	clear: both;
}
#codeDESIGN_dropdown {
	zoom: 1;
}

/* LIST ELEMENTS */
#codeDESIGN_dropdown li {
	float: left;
	position: relative;
	border-left: 1px solid #878787;
}
#codeDESIGN_dropdown li:first-child {
	border-left: none;
}
 /* DONīT DISPLAY "HOME" AT MULTILANGUAGE ! */
#codeDESIGN_dropdown li:first-child {   
	/* display: none; */
}
#codeDESIGN_dropdown li:hover,
#codeDESIGN_dropdown li.active {
	background: #161414;
}
#codeDESIGN_dropdown a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font: normal 12px/12px 'BentoRegular',Arial,Helvetica;
	color: #868686;
	text-transform: uppercase;
	text-decoration: none;
}
#codeDESIGN_dropdown li:hover > a {
	color: #ECECEC; /* #010101; */
}
*html #codeDESIGN_dropdown li a:hover { 
	/* IE6 only */
	color: #ECECEC;
}
#codeDESIGN_dropdown li.current a,
#codeDESIGN_dropdown li.current a:link,
#codeDESIGN_dropdown li.active > a,
#codeDESIGN_dropdown li.active > a:link {
	color: #ECECEC;
}

/* SUBMENUS */
#codeDESIGN_dropdown ul {
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
	z-index: 999999;
}
#codeDESIGN_dropdown ul ul {
	padding: 0px 0px 0px 0px;
}

#codeDESIGN_dropdown li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#codeDESIGN_dropdown ul li a,
#codeDESIGN_dropdown ul li a:link,
#codeDESIGN_dropdown ul li a:visited {
	color: #949494!important;
	font: normal 12px/12px  Arial, Helvetica, sans-serif;
	font-weight: 300;
	border-top: none;
}
#codeDESIGN_dropdown ul li a:hover {
	color: #645E4B !important;
	border-top: none;
}

#codeDESIGN_dropdown ul ul {
	top: 0px;
	left: 244px;
	margin: 0px 0px 0px 20px;
	margin: 0px; /* IE6 */
}
#codeDESIGN_dropdown ul li {
	background: #ffffff;
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /* IE6 */
	margin: 0px 0px 0px 0px;
}
#codeDESIGN_dropdown ul li:hover,
#codeDESIGN_dropdown ul li.active {
	background: #ffffff;
}
#codeDESIGN_dropdown ul li.active a,
#codeDESIGN_dropdown ul li.active a:link {
	color: #645E4B !important;
}
#codeDESIGN_dropdown ul li:last-child {   
	box-shadow: none; 
}
#codeDESIGN_dropdown ul a {
	margin: 0px 0px 0px 0px; 
	padding: 10px 10px 10px 18px;
	width: 210px;
	_height: 10px; /* IE6 */
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: uppercase;
}
#codeDESIGN_dropdown ul a:hover {
	background: #ffffff;
}

/* FIRST UND LAST LIST ELEMENTS STYLES */
#codeDESIGN_dropdown ul li:first-child > a {
	/*border-radius: 3px 3px 0px 0px;*/
}
#codeDESIGN_dropdown ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
}
#codeDESIGN_dropdown ul ul li:first-child a:after {
	left: -8px;
	top: 50%;
	margin-top: -8px;
	border-left: 0;	
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid #ffffff; /* Level 2 #3b3b3b */
}
#codeDESIGN_dropdown ul li:first-child a:hover:after {
	border-bottom-color: #ffffff; 
}
#codeDESIGN_dropdown ul ul li:first-child a:hover:after {
	border-right-color: #ffffff; 
	border-bottom-color: transparent; 	
}
#codeDESIGN_dropdown ul li:last-child > a {
	/*border-radius: 0 0 3px 3px;*/
}



/* SOCIAL MEIDA */
.layout_jquery_instagram_element_href {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
/* SOCIAL MEDIA SIDEBAR */
.layout_socialmedia_sidebar {
	background: transparent;
	width: 40px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 35%;
	left: 0;
	z-index: 9999;
}
/* SMALL DEVICES, TABLETS */
@media only screen and (max-width : 768px) {
	.layout_socialmedia_sidebar {
		display: none !important;
	}
}
/* SOCIAL MEDIA SIDEBAR FLAT ICONS */
.socialmedia_sidebar_flat_icon {
	text-align: center;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	line-height: 40px !important;
}
.socialmedia_sidebar_flat_icon_inner {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px !important;
	text-align: center;
	display: block;
	color: #ffffff;
}
.socialmedia_sidebar_flat_icon_inner .fa {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.socialmedia_sidebar_flat_icon_inner .fa-youtube {
	font-size: 22px;
}
.socialmedia_sidebar_flat_icon_inner a,
.socialmedia_sidebar_flat_icon_inner a:link,
.socialmedia_sidebar_flat_icon_inner a:visited {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #ffffff;
	line-height: 40px !important;
}
.layout_socialmedia_sidebar .icon_facebook_counter {
	background: #ffffff;
	font: normal 11px/18px Arial,sans-serif;
	font-weight: 300;
	color: #4e5665;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_socialmedia_sidebar .icon_facebook {
	background: #537CBE;	
}
.layout_socialmedia_sidebar .icon_google_plus {
	background: #d14836;	
}
.layout_socialmedia_sidebar .icon_twitter {
	background: #55acee;	
}
.layout_socialmedia_sidebar .icon_youtube {
	background: #cd201f;	
}
.layout_socialmedia_sidebar .icon_vimeo {
	background: #1ab7ea;
}
.layout_socialmedia_sidebar .icon_instagram {
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
	background: #bebebe;
}
.layout_socialmedia_facebook {
	position: absolute;
	margin: 120px 0px 0px 841px;
	padding: 0px 0px 0px 0px;
}



/* HTML5 Player */
.layout_html5_player {
	position: absolute;
	z-index: 9999;
	top: 0px;
	right: 0px;
}
.layout_html5_player_inhalte {
	
}
.html5_player_play {
	background: transparent url(../images/icons/icon_play_pause_schwarz.png) no-repeat right bottom;
	width: 34px;
	height: 34px;
	display: block;
/*	position: absolute;
	z-index: 100;*/
	margin: 10px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	-moz-transition: all 0.2s ease-out 0s; 
	-webkit-transition: all 0.2s ease-out 0s; 
	-ms-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.html5_player_play:hover {
	background-position: right top;
}
.html5_player_play.html5_player_toggle {
	background: url(../images/icons/icon_play_pause_schwarz.png) no-repeat left bottom;
}
.html5_player_play.html5_player_toggle:hover {
	background-position: left top;
}

.html5_player_time {
	background: rgba(1, 1, 1, 0.65);
	width: 76px;
	font: normal 11px/11px 'Arial', Helvetica, Verdana, sans-serif !important;
	margin: 4px 0px 0px 0px;
	padding: 4px 4px 3px 4px;
	position: absolute;
}
.html5_player_timeicon {
	font: normal 11px/11px;
}
.html5_player_time_currentTime {
	margin: 0px 0px 0px 4px;
}
.html5_player_time_splitter {
	padding: 0px 0px 0px 3px;
	text-align: center;
}
.html5_player_time_duration {
	
}
/* HTML5 Player Equalizer */
/* extern ! */


/* LIGHTBOX OVERLAY */
.div-overlay {
	/*background: url(../images/bg_overlay.png) repeat top left;*/
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 200;
	display: none; 
}



/* AWESOME FONTS */
.awesome_icon {
	font-size: 14px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;	
}



/* BUTTONS UND INPUTS */
textarea, input, select {
	font: normal 12px/16px 'BentoRegular',Arial,Helvetica;
}
select {
	padding: 4px 5px 4px 5px;
}
.ui-multiselect,
.ui-multiselect-menu,
.ui-widget-header,
.ui-multiselect-checkboxes,
.ui-corner-all,
.ui-helper-reset li {
	font: normal 12px/16px 'BentoRegular',Arial,Helvetica !important;
}
.button {
	background: #131111;
	color: #f9f9f9;
	cursor: pointer;
	font: normal 12px/16px 'BentoRegular',Arial,Helvetica;
	text-transform: uppercase;
	padding: 4px 15px 4px 15px;
	border: none;
	/* text-shadow: 1px 1px 1px #000000; */
}
.button:hover {
	background: #201d1d;
}
.button_ {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	color: rgba(0,0,0,0.9);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
	border: 1px solid #c8c8c8;
	font: 12px/12px Arial,Helvetica;
	padding: 5px 10px 5px 10px;
}
.button_:hover {
	background: rgba(240,240,240,1);
}
.button_:active, .button_:focus {
	background: -webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background: -moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}
.button_:disabled {
	color: rgba(0,0,0,0.4);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	background: rgba(220,220,220,1);
}



/* KONTAKT FORM */
.kontakt_form_element {
	padding: 0px 0px 15px 0px;
}
.kontakt_anliegen_counter {
	font: normal 12px/16px 'BentoRegular',Arial,Helvetica;
	/*color: #989898;*/
	cursor: help;
	padding: 5px 0px 0px 5px;	
	margin: 0px 0px 0px 0px;
}
.kontakt_form_checkbox {
	position: relative;
	top: 2px;
}



/* CMS */
p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
dl.article-info {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	clear: left;
}
dt.article-info-term {
	display: none;
}
dd.category-name, dd.create, dd.published, dd.modified, dd.createdby {
	font: normal 11px/11px Arial,Helvetica;
	color: #585858;
	font-style: italic;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
dd.published {
	/*clear: left;*/
}
dl.article-info a, dl.article-info a:link, dl.article-info a:visited,
dd.category-name a, dd.category-name a:link, dd.category-name a:visited {
	font: normal 11px/11px Arial,Helvetica;
	color: #585858 !important;
	font-style: italic;
	text-decoration: none;
}

/* READMORE */
p.readmore, div.readmore {
	padding:0;
	height: 18px;
	
}
p.readmore a, div.readmore a,
p.readmore a:link, div.readmore a:link {
	background: #1e1e1e url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat 8px 7px;
	background: rgba(30, 30, 30, 0.80) url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat 10px 7px;
	border: 0px;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif !important;
	font-size: 10px;
	height: 13px;
	line-height: 1.384;
	padding: 4px 13px 4px 7px;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 20px;
	margin-top: 10px;
	float: right;
}
p.readmore a:hover, div.readmore a:hover {
	background-position: 10px 7px;
}

.item-page ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.item-page ul li {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}
.items-leading ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.items-leading ul li {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}

.item-page a, .item-page a:link,
.category-desc a, .category-desc a:link,
.blog a, .blog a:link {
	color: #f9f9f9;
	text-decoration: underline;
}

.item-separator {
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}


/* CMS ACTIONS, BUTTONS UND CO. */
.actions {
	display: none;
}

/* CMS KATEGORIE */
.category-desc {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

/* CMS KATEGORIELISTE */
fieldset.filters {
	display: none;
}
table.category,
table.category thead,
table.category tbody {
	width: 100%;
	height: 100%;
	display: block;
}
table.category thead {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #b4b4b4;
}
table.category tbody {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.cat-list-row0,
.cat-list-row1 {

}
/* CMS KATEGORIELISTE HEADINGS */
.category div.head-list {
	width: 520px;
	height: 100%;
	display: block;
}
.category div.head-list-title {
	float: left;
}
.category div.head-list-date {
	float: right;
}
.category div.head-list-title a,
.category div.head-list-title a:link, 
.category div.head-list-date a,
.category div.head-list-date a:link {
	background: url(../images/icons/icon_arrows_grau_raufrunter.png) no-repeat left 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #333333;
}
.category div.head-list-title a:hover, 
.category div.head-list-date a:hover {
	background: url(../images/icons/icon_arrows_schwarz_raufrunter.png) no-repeat left 1px;
	text-decoration: underline;
	color: #151515;
}

/* CMS KATEGORIELISTE ITEMS */
.category div.list-item {
	width: 520px;
	height: 100%;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #b4b4b4;
}
.list-item:last-child {
	border-bottom: none;
}
.category div.list-title {
	text-align: left;
	float: left;
}
.category div.list-title a:link,
.category div.list-title a:visited {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #333333;
}
.category div.list-title a:hover {
	background: url(../images/icons/icon_arrow_schwarz_full_rechts.png) no-repeat left 4px;
	text-decoration: underline;
	color: #151515;
}
.category div.list-date {
	font: normal 11px/19px Arial,Helvetica;
	font-style: italic;
	color: #989898; 
	text-align: right;
	float: right;
}



/* HEADINGS */
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font: bold 20px/20px 'BentoRegular', Helvetica, sans-serif;
	font-weight: 400;
	color: #010101;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font: normal 14px/14px 'BentoRegular',Arial,Helvetica;
	padding: 10px 0px 15px 0px;
	color: #f9f9f9;
	text-transform: uppercase;
	/* text-shadow: #000000 1px 1px 1px; */
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font: normal 14px/14px 'BentoRegular',Arial,Helvetica;
	padding: 10px 0px 15px 0px;
	color: #f9f9f9;
	text-transform: uppercase;
	/* text-shadow: #000000 1px 1px 1px; */
}
h2::after {
	/*content: "."*/
}
h3 {
	font: normal 14px/14px 'BentoRegular',Arial,Helvetica;
	padding: 10px 0px 15px 0px;
	color: #f9f9f9;
	text-transform: uppercase;
	/* text-shadow: #000000 1px 1px 1px; */
}
h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font: normal 14px/14px 'BentoRegular',Arial,Helvetica;
	padding: 10px 0px 15px 0px;
	color: #f9f9f9;
	text-transform: uppercase;
	/* text-shadow: #000000 1px 1px 1px; */
}
h3::after {
	/*content: "."*/
}



/* FONTS */
@font-face {
	font-family: 'BentoRegular';
	src: url('../fonts/bento_webfont.eot');
	src: url('../fonts/bento_webfont.eot?#iefix') format('eot'),
		url('../fonts/bento_webfont.woff') format('woff'),
		url('../fonts/bento_webfont.ttf') format('truetype'),
		url('../fonts/bento_webfont.svg#BenettonRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BentoLight';
	src: url('../fonts/bento_light-webfont.eot');
	src: url('../fonts/bento_light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bento_light-webfont.woff') format('woff'),
		url('../fonts/bento_light-webfont.ttf') format('truetype'),
		url('../fonts/bento_light-webfont.svg#BenettonLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BentoHeavy';
	src: url('../fonts/bento_heavy.eot');
	src: url('../fonts/bento_heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bento_heavy.woff') format('woff'),
		url('../fonts/bento_heavy.ttf') format('truetype'),
		url('../fonts/bento_heavy.svg#BenettonLight') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* DESIGN UND CODES codeDESIGN */
.layout_codedesign_5stars {
	background: transparent url(../images/icons/icon_codedesign_5stars.png) no-repeat left top;
	width: 50px;
	height: 10px;
	display: block;
	position: absolute;
	margin: 20px 0px 0px 910px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 9999;
}
.layout_codedesign_5stars a,
.layout_codedesign_5stars a:link,
.layout_codedesign_5stars a:visited {
	width: 50px;
	height: 10px;
	display: block;
}



/* UNIVERSAL */
img {
	border: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.display_block {
	display: block;
}
.display_inline {
	display: inline;
}
.display_none {
	display: none;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
::-moz-selection {
	background: #a6a6a6;
	color: #ffffff;
}
::selection {
	background: #a6a6a6;
	color: #ffffff;
}
.breite_33p {
	width: 33%;
}
.breite_100p {
	width: 100%;
}
.breite_960_center {
	width: 960px;
	margin: 0 auto;
}
.breite_65 {
	width: 65px;
}
.breite_80 {
	width: 80px;	
}
.breite_85 {
	width: 85px;	
}
.breite_100 {
	width: 100px;
}
.breite_115 {
	width: 115px;
}
.breite_150 {
	width: 150px;
}
.breite_170 {
	width: 170px;
}
.breite_220 {
	width: 220px;
}
.breite_230 {
	width: 230px;
}
.breite_241 {
	width: 241px;
}
.breite_250 {
	width: 250px;
}
.breite_270 {
	width: 270px;
}
.breite_285 {
	width: 285px;
}
.breite_330 {
	width: 330px;
}
.breite_336 {
	width: 336px;
}



/* PHP XDEBUG */
table.xdebug-error {
	width: 100%;
	font: 13px Calibri, Courier, monospace;
	color: #010101;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 0px 0px;	
	border-collapse: collapse;
	border-right: 1px #010101 solid;
	border-left: 1px #010101 solid;
}
table.xdebug-error th {
	border: none !important;
}
table.xdebug-error th,
table.xdebug-error td {
	padding: 6px 6px 6px 6px;
	border-left: none;
	border-right: none;
}
table.xdebug-error th {
	background-color: #0A0A0A;
	color: #ffffff;
}
table.xdebug-error td {
	background: #ffffff; 
	border-top: 1px solid #010101;
	border-bottom: 1px solid #010101;
}
table.xdebug-error tr td {
	background-color: #ffffff !important;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
table.xdebug-error tr:hover td {
	background-color: #f0f0f0 !important; 
}
table.xdebug-error span {
	background-color: inherit !important;
	font: bold 13px Calibri, Courier, monospace !important;
	color: #D32A23 !important;
}