@charset "utf-8";

@import url("layout_navigation.css");
@import url("../../a_framework/jquery_chosen/chosen.css");
/* @import url("bootstrap_3.2.0_grid_only/grid12.css"); */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* 'Open Sans' */

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

html, body {
	background: #ffffff;
	/*
	background: #1b1b1b url(../images/bg_regensburg_1920x1080.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 13px/17px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	hyphens: auto;
	position: relative;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-locale: 'de';
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	-webkit-font-mdoothing: antialiased;
	/* overflow-x: hidden; */
	/* overflow-y: hidden; */
}
/*
.layout_body,
.layout_body_inner {
	height: 100%;
	min-height: 100%;
	min-width: 480px;
	position: relative;	
}
*/
strong, b {
	font-weight: 400;
}
/* CI COLORS */
.ci_color {
	color: rgba(1, 156, 223, 1);
	color: #019CDF;
}
.ci_color_black {
	color: #242424;
}
div.layout_ci_light_grey_background {
	background: #1B1B1B;
}
div.layout_ci_dark_grey_background {
	background: #121212;
}
div.layout_ci_blue_background {
	background: #019CDF;
}
div.layout_ci_red_background {
	background: #019CDF;
}
/* CI NAMES */
.company_name_lowercase {
	background-color: none;
	text-transform: lowercase !important;
}
.company_name_lowercase_colored {
	background-color: none;
	text-transform: lowercase !important;
	display: inline-block;
}
.company_name_lowercase_colored::first-letter {
	color: rgba(243, 150, 26, 1) !important;
	color: #019CDF !important;
}



/* HEADINGS */
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
h1_ span {
	color: #019CDF;
}
h2_ span {
	color: #242424;
}
h1 {
	font: normal 26px/26px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font: normal 26px/26px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font: normal 26px/26px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
h2::after {
	/*content: "."*/
}
h3 {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	/* font-size: 1vw; */
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
}
h4 {
	font: normal 12px/12px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #242424;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
}
h5 {
	font: normal 12px/12px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #242424;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
}
h6 {
	font: normal 12px/12px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #242424;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
}
section h6 {
	display: none;
}



/* LAYOUT TOP FULLSCREEN */
.section_top_fullscreen {
	background: #121212;
	height: 100%;
	min-height: 100%;
	position: relative;
}
.layout_top_fullscreen {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fefefe;
	display: table;
}
.layout_top_fullscreen_inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: bottom; /* middle; */
}
.top_fullscreen_slogan {
	/* background: rgba(0, 0, 0, 0.5); */
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 120px 0px;
	/* white-space: nowrap;	 */
}
.top_fullscreen_slogan_inner {
	width: 45%;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px), 
			screen and (max-width: 460px), 
			screen and (max-width: 768px) {
	.top_fullscreen_slogan {
		padding: 0px 0px 100px 0px;
	}
	.top_fullscreen_slogan_inner {
		width: 90%;
	}
}
.top_fullscreen_slogan_inner a,
.top_fullscreen_slogan_inner a:link,
.top_fullscreen_slogan_inner a:visited {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat left 6px;
	color: #fefefe;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
.top_fullscreen_slogan h1,
.top_fullscreen_slogan h2,
.top_fullscreen_slogan h3 {
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
	/* text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.3); */
}
.top_fullscreen_slogan h1 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	/* font-size: 4vw; */
	color: #ffffff;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_fullscreen_slogan h2 {
	font: normal 60px/60px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	/* font-size: 4vw; */
	color: #019CDF;
	letter-spacing: -4px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_fullscreen_slogan h3 {
	width: 80%;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width : 768px) {
	.top_fullscreen_slogan h3 {
		width: 100%;
	}
}
@media only screen and (max-width : 1010px) {
	.top_fullscreen_slogan h1 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
	}
	.top_fullscreen_slogan h2 {
		font: normal 35px/35px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
		letter-spacing: -5px;
	}
}
@media only screen and (max-width : 961px) { /* 768px */
	.top_fullscreen_slogan h1 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
	}
	.top_fullscreen_slogan h2 {
		font: normal 35px/35px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
		letter-spacing: -4px;
	}
}
@media only screen and (max-width : 680px) {
	.top_fullscreen_slogan h1 {
		font: normal 20px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
	}
	.top_fullscreen_slogan h2 {
		font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
		letter-spacing: -3px;
	}
}
@media only screen and (max-width : 540px) {
	.top_fullscreen_slogan h1 {
		font: normal 20px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
	}
	.top_fullscreen_slogan h2 {
		font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
		letter-spacing: -3px;
	}
}



/* LAYOUT TOP HALFSCREEN */
.section_top_halfscreen {
	background: #121212;
	height: 540px;
}
.layout_top_halfscreen {
	width: 100%;
	height: 540px;
	color: #fefefe;
	display: table;
	position: relative;
}
.layout_top_halfscreen_inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: bottom; /* middle; */
}



/* TO TOP ARROWS */
a.href_section_top_scroll_down,
a.href_section_top_scroll_down:link,
a.href_section_top_scroll_down:visited {
	/* background: url(../images/icons/icon_href_section_top_scroll_down.svg) no-repeat center center; */
	width: auto;
	height: 44px;
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 30px;
	font-size: 11px;
	color: #fefefe;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 0px;
}
a.href_section_top_scroll_down:hover {
	text-decoration: none;
}
a.href_section_top_scroll_down span {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: keyframes_href_stsd 1.5s infinite;
	animation: keyframes_href_stsd 1.5s infinite;
}
@-webkit-keyframes keyframes_href_stsd {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes keyframes_href_stsd {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}



/* LAYOUT DOCKED NAVIGATION */
.layout_docked_navigation_top {
	background: #121212;
	background: rgba(18, 18, 18, 1.0);
	width: 100%;
	height: 150px;
	/* position: absolute; */
	top: 0;
	left: 0;
	text-align: left;
	z-index: 9999;
}
.layout_docked_navigation_top div.container {
	padding: 0px 0px 0px 0px;
}
.layout_docked_navigation_top div.row,
.layout_docked_navigation_top div.col-sm-12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_docked_navigation_top_fixed {
	background: #121212;
	background: rgba(18, 18, 18, 1.0);
	position: fixed;
	z-index: 9999;
}



/* LAYOUT TOP */
.layout_section_top {
	background: #121212;
	background: rgba(18, 18, 18, 1.0);
	width: 100%;
	height: 130px;
}
.layout_section_top div.row,
.layout_section_top div.col-sm-12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* LOGO */
.logo_top {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	position: absolute;
}
.logo_top a,
.logo_top a:link,
.logo_top a:visited {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.logo_top a:hover {
	text-decoration: none;
}
.logo_top span.iconfont-CODEDESIGN_logo {
	font-size: 60px;
	color: #ffffff;
}
.logo_top_custom_image_ {
	width: 225px;
	height: auto;
}
.logo_top_custom_heading h1 {
	font: normal 14px/14px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	/* font-size: 4vw; */
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.logo_top_custom_heading h1 span {
	color: #019CDF;
}
@media 	screen and (max-width: 480px),
			screen and (max-width: 380px), 
			screen and (max-width: 320px) {
	.logo_top {
	-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
	 	 -ms-transform: scale(0.9);
	  	  -o-transform: scale(0.9);
		  	  transform: scale(0.9);
	transform-origin: top left;
	}
}



/* NAVIGATION TOP */
.desktop_dropdown_navigation {
	-moz-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	-webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
	-moz-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	-o-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	transition: all 1s ease-in-out, left 1.5s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.layout_navigation_top {
	/* background: #e8e8e8; */
	width: 100%;
	height: 40px;
}



/* NAVIGATION TOP FULLWIDTH */
.layout_section_navigation_fullwidth {
	background: #242424;
	width: 100%;
	height: 40px;
}
.layout_section_navigation_fullwidth div.row,
.layout_section_navigation_fullwidth div.col-sm-12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* IMMOBILIENSCOUT24 RATING */
.immobilienscout24_rating_inner {
	background: #ffffff;
}
.immobilienscout24_rating a,
.immobilienscout24_rating a:link,
.immobilienscout24_rating a:visited {
	color: #151515;
	text-decoration: none;
}
.layout_immobilienscout24_bewertung_ {
	position: fixed;
	top: 20px;
	left: 50%;
	z-index: 999;
	margin: 0px 0px 0px 520px;
	padding: 0px 0px 0px 0px;
}
.immobilienscout24_rating_details {
	/* width: 280px; */
	padding: 20px 20px 20px 20px !important;
}
.immobilienscout24_rating_details_badge_icon {
	background: url(../images/icons/icon_immobilienscout24_premium_2018.png) no-repeat left top;
	width: 120px;
	height: 210px;
	display: block;
	/*
	position: absolute;
	overflow: hidden;
	margin: 0px 0px 0px 240px;
	*/
	padding: 0px 0px 0px 0px;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px), 
			screen and (max-width: 460px), 
			screen and (max-width: 768px) {

	.immobilienscout24_rating_details_badge_icon {
		float: none;
	}

}
.immobilienscout24_rating_details p.stars-background, 
.immobilienscout24_rating_details span.stars-background {
	background: url(../images/icons/icon_immobilienscout24_yellowStar_big.png);
	z-index: 1;
	height: 22px;
}
.immobilienscout24_rating_details p.stars {
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-position: 0 24px;
}
.immobilienscout24_rating_details span.stars-pillar {
	background-position: 0 0;
	display: inline-block;
	padding: 0px 0px 0px 0px;
}
.immobilienscout24_rating_details_description_pretext {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.immobilienscout24_rating_details_description_company {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.immobilienscout24_rating_details_h1 {
	font: normal 20px/20px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	color: #151515;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.immobilienscout24_rating_details_stars {
	width: 130px;
}
.immobilienscout24_rating_details_description {
	color: #757575;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* IMMOWELT RATING */
.immowelt_rating_inner div.col-sm-6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.immowelt_rating_inner_content {
	background: #ffffff;
	min-height: 210px;
	padding: 20px 20px 20px 20px;
}
.immowelt_rating_inner_content a,
.immowelt_rating_inner_content a:link,
.immowelt_rating_inner_content a:visited {
	text-decoration: underline;
	color: #333333;
}
.immowelt_rating_inner_badge {
	background: #FFB200;
	min-height: 210px;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px), 
			screen and (max-width: 460px), 
			screen and (max-width: 768px) {

	.immowelt_rating_inner_content {
		min-height: auto;
	}

}



/* SPRENGNETTER */
.sprengnetter_wrapper {
	margin: 0px 0px 80px 0px;
	padding: 0px 0px 0px 0px;
}
.sprengnetter_wrapper_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* MARKTBERICHTE */
.marktbericht_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.marktbericht_wrapper_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.marktbericht_text_wrapper {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.marktbericht_img_wrapper {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.marktbericht_wrapper a,
.marktbericht_wrapper a:link,
.marktbericht_wrapper a:visited {
	color: #151515;
	text-decoration: none;
}
.marktberichte_ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.marktberichte_ul li a,
.marktberichte_ul li a:link,
.marktberichte_ul li a:visited {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: underline;
	color: #333333;
}
.marktberichte_tipp_label {
	background: #019CDF;
	width: 30px;
	font: normal 10px/10px Arial,Helvetica;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
	color: #ffffff !important;
}



/* IMAGEBROSCHUERE */
.imagebroschuere_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px), 
			screen and (max-width: 460px), 
			screen and (max-width: 768px),
			screen and (max-width: 991px) {

	.imagebroschuere_wrapper {
		margin: 40px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

}
.imagebroschuere_wrapper_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.imagebroschuere_wrapper .col-md-1,
.imagebroschuere_wrapper .col-md-2,
.imagebroschuere_wrapper .col-md-3,
.imagebroschuere_wrapper .col-md-4,
.imagebroschuere_wrapper .col-md-5,
.imagebroschuere_wrapper .col-md-6,
.imagebroschuere_wrapper .col-md-7,
.imagebroschuere_wrapper .col-md-8,
.imagebroschuere_wrapper .col-md-9,
.imagebroschuere_wrapper .col-md-10,
.imagebroschuere_wrapper .col-md-11,
.imagebroschuere_wrapper .col-md-12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.imagebroschuere_text_wrapper {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.imagebroschuere_img_wrapper {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.imagebroschuere_wrapper a,
.imagebroschuere_wrapper a:link,
.imagebroschuere_wrapper a:visited {
	color: #151515;
	text-decoration: none;
}
.imagebroschuere_ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.imagebroschuere_ul li a,
.imagebroschuere_ul li a:link,
.imagebroschuere_ul li a:visited {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: underline;
	color: #333333;
}
.imagebroschuere_text_wrapper i.fa {
	color: #019CDF;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
.imagebroschuere_tipp_label {
	background: #019CDF;
	width: 30px;
	font: normal 10px/10px Arial,Helvetica;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
	color: #ffffff !important;
}




/* 2ER BOXES */
.layout_static_2er_boxes {
	background: #EFEFEF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_static_2er_boxes_inner {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 60px 0px;
}
.layout_static_2er_boxes_inner div.container {
	padding: 0px 15px 0px 15px;
}
.layout_static_2er_boxes_inner div.col-md-6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_static_2er_boxes div.row div.col-md-6:nth-child(1) .static_2er_box {
	margin: 0px 0px 60px 0px;
	padding: 0px 10px 0px 0px;
}
.layout_static_2er_boxes div.row div.col-md-6:nth-child(2) .static_2er_box {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 10px;
}
@media (max-width: 991px) {

	.layout_static_2er_boxes div.row div.col-md-6:nth-child(1) .static_2er_box,
	.layout_static_2er_boxes div.row div.col-md-6:nth-child(2) .static_2er_box {
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
	}
	
}
/*
.layout_static_2er_boxes_inner div.col-md-6-left div.static_2er_box, 
.layout_static_2er_boxes_inner div.col-md-6-right div.static_2er_box {
	width: 94%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

@media 	screen and (max-width: 991px),
			screen and (max-width: 481px) {
	.layout_static_2er_boxes_inner div.col-md-6-left div.2er_box, 
	.layout_static_2er_boxes_inner div.col-md-6-right div.2er_box {
		width: 100%;
	}
}
*/
.layout_static_2er_boxes_inner h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.layout_static_2er_boxes_inner h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.layout_static_2er_boxes_inner h3:hover::after {
	width: 100px;
}



/* 3ER BOXES */
.layout_static_3er_boxes {
	background: #EFEFEF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_static_3er_boxes_inner {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px), 
			screen and (max-width: 460px), 
			screen and (max-width: 768px),
			screen and (max-width: 991px) {

	.layout_static_3er_boxes_inner {
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
	}

}
.layout_static_3er_boxes_inner div.container {
	padding: 0px 15px 0px 15px;
}
.layout_static_3er_boxes_inner div.col-md-4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_static_3er_boxes div.row div.col-md-4:nth-child(1) .static_3er_box {
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 0px 0px;
}
.layout_static_3er_boxes div.row div.col-md-4:nth-child(2) .static_3er_box {
	margin: 0px 0px 30px 0px;
	padding: 0px 5px 0px 5px;
}
.layout_static_3er_boxes div.row div.col-md-4:nth-child(3) .static_3er_box {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 10px;
}
@media (max-width: 991px) {

	.layout_static_3er_boxes div.row div.col-md-4:nth-child(1) .static_3er_box,
	.layout_static_3er_boxes div.row div.col-md-4:nth-child(2) .static_3er_box,
	.layout_static_3er_boxes div.row div.col-md-4:nth-child(3) .static_3er_box {
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
	}
	
}
/*
.layout_static_3er_boxes_inner div.col-md-4-left div.responsive_content_wrapper, 
.layout_static_3er_boxes_inner div.col-md-4-center div.responsive_content_wrapper, 
.layout_static_3er_boxes_inner div.col-md-4-right div.responsive_content_wrapper {
	width: 94%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media 	screen and (max-width: 991px),
			screen and (max-width: 481px) {
	.layout_static_3er_boxes_inner div.responsive_content_wrapper_static_3er_boxes {
		margin: 0px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
	}
	.layout_static_3er_boxes_inner div.col-md-4-left div.responsive_content_wrapper, 
	.layout_static_3er_boxes_inner div.col-md-4-center div.responsive_content_wrapper, 
	.layout_static_3er_boxes_inner div.col-md-4-right div.responsive_content_wrapper {
		width: 100%;
	}
}
*/



/* FEATURED STATIC CONTENT */
.layout_featured_static_content {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_featured_static_content_inner h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.layout_featured_static_content_inner h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.layout_featured_static_content_inner h3:hover::after {
	width: 100px;
}
.layout_featured_static_content_inner div.featured_static_content_introtext {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
@media (max-width: 991px) {

	.layout_featured_static_content_inner div.featured_static_content_introtext {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
}
.layout_featured_static_content_inner div.featured_static_content_botton_below {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.featured_static_content_botton_below_inner {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.featured_static_content_botton_below a,
.featured_static_content_botton_below a:link,
.featured_static_content_botton_below a:visited {
	display: inline-block;
	text-align: center;
}
.featured_static_content_botton_below_inner a.button_grey {
	padding: 10px 10px 10px 10px;
}



/* FEATURED SPECIAL OBJECTS */
.layout_featured_special_objects {
	background: #EFEFEF;
}
.layout_featured_special_objects_inner {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
}
.layout_featured_special_objects div.container {
	padding: 0px 15px 0px 15px;
}
.layout_featured_special_objects div.col-md-6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_featured_special_objects div.row div.col-md-6:nth-child(1) .static_2er_box {
	margin: 0px 0px 60px 0px;
	padding: 0px 10px 0px 0px;
}
.layout_featured_special_objects div.row div.col-md-6:nth-child(2) .static_2er_box {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 10px;
}
@media (max-width: 991px) {

	.layout_featured_special_objects div.row div.col-md-6:nth-child(1) .static_2er_box,
	.layout_featured_special_objects div.row div.col-md-6:nth-child(2) .static_2er_box {
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
	}
	
}



/* FEATURED EXTERNAL RATINGS */
.layout_featured_external_ratings {
	background: #EFEFEF;
}
.layout_featured_external_ratings_inner {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
}
.layout_featured_external_ratings div.container {
	padding: 0px 15px 0px 15px;
}
.layout_featured_external_ratings div.col-md-6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_featured_external_ratings div.row div.col-md-6:nth-child(1) .static_2er_box {
	margin: 0px 0px 60px 0px;
	padding: 0px 10px 0px 0px;
}
.layout_featured_external_ratings div.row div.col-md-6:nth-child(2) .static_2er_box {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 10px;
}
@media (max-width: 991px) {

	.layout_featured_external_ratings div.row div.col-md-6:nth-child(1) .static_2er_box,
	.layout_featured_external_ratings div.row div.col-md-6:nth-child(2) .static_2er_box {
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
	}
	
}
.layout_featured_external_ratings_inner h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.layout_featured_external_ratings_inner h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.layout_featured_external_ratings_inner h3:hover::after {
	width: 100px;
}



/* RESPONSIVE WRAPPERS */
.responsive_content_wrapper {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.responsive_img_and_content_wrapper {
	background: #ffffff;
}
.responsive_img_and_content_wrapper div.responsive_img_wrapper {
	position: relative;
}
.responsive_img_and_content_wrapper div.responsive_img_wrapper_label {
	background: #019CDF;
	font: normal 10px/10px Arial,Helvetica;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 1px 5px 2px 5px;
	margin: 20px 0px 0px 0px;
	color: #ffffff !important;
	display: inline-block;
	position: absolute;
}
@media (max-width: 991px) {
	.responsive_content_wrapper {
		margin: 40px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
	}
	.responsive_img_wrapper {
		width: 33.33333333%;
		float: left;
	}
	.responsive_text_wrapper {
		width: 66.66666667%;	
		float: right;
	}
}
@media (max-width: 481px) {
	.responsive_img_wrapper {
		width: 100%;
		float: none;
	}
	.responsive_text_wrapper {
		width: 100%;	
		float: none;
	}
}
.responsive_content_wrapper h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.responsive_content_wrapper h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.responsive_content_wrapper h3:hover::after {
	width: 100px;
}
.responsive_text_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.responsive_text_wrapper a,
.responsive_text_wrapper a:link,
.responsive_text_wrapper a:visited {
	color: #242424;
	text-decoration: none !important;
}
.responsive_text_wrapper_no_padding {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.responsive_text_wrapper_colored {
	/* background: #fbfbfb; */
	border: 1px dashed #c8c8c8;
	border-top: none;
}
.responsive_text_wrapper_white {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.6);
}



/* WELCOME CONTENT BOX */
.section_conent_welcome {
	position: relative;
}
.layout_conent_welcome {
	background: #1b1b1b url(../images/parallax_1920x1080/parallax_1920x1080_black_trainer.jpg) no-repeat center top;
	background-size: cover;
	background-position: 50% 20%; 
	width: 100%;
	height: 600px;
	position: relative;
	color: #fefefe;
	display: table;
}
.layout_conent_welcome_inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.layout_conent_welcome_inner h2 {
	font: normal 60px/60px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	/* font-size: 4vw; */
	color: #ffffff;
	letter-spacing: -5px;
	text-transform: uppercase;
	/* white-space: nowrap; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}
.layout_conent_welcome_inner h2 span {
	color: #019CDF;
}
.layout_conent_welcome_inner h3 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	/* font-size: 1vw; */
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
}
.conent_welcome_heading {
	text-align: left;
}
.conent_welcome_content {
	text-align: right;
}
@media only screen and (max-width : 1010px) {
	.layout_conent_welcome_inner h2 {
		font: normal 50px/50px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
		letter-spacing: -5px;
	}
}
@media only screen and (max-width : 961px) { /* 768px */
	.conent_welcome_content {
		text-align: left;
	}
}
@media only screen and (max-width : 770px) {
	.conent_welcome_content {
		text-align: left;
		margin: 40px 0px 0px 0px;
	}
}
@media only screen and (max-width : 540px) {
	.conent_welcome_content {
		text-align: left;
		margin: 40px 0px 0px 0px;
	}
}



/* LEFT COLUMN */
.content_left_column_heading h2 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px !important;
	padding: 0px 0px 0px 0px;	
}
.content_left_column_heading h2 span {
	color: #019CDF !important;
}
.content_left_column_content {
	margin: 0px 0px 40px 0px;
	padding: 0px 30px 0px 0px;
}



/* RESPONSIVE IMAGES */
.responsive_img_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.responsive_img_wrapper_no_margin {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img.img-responsive,
img.img_responsive {
	-moz-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	-webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
	-moz-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	-o-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	transition: all 1s ease-in-out, left 1.5s ease-in-out;	
}
img.img-desaturate,
img.img_desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}



/* NEWS BOX */
.section_news {
	position: relative;
}
.layout_news {
	/* background: #1b1b1b url(../images/parallax_1920x1080/parallax_1920x1080_runner.jpg) no-repeat center top; */
	background: #121212;
	background-size: cover;
	background-position: 50% 20%; 
	width: 100%;
	height: 200px;
	position: relative;
	color: #fefefe;
	display: table;
}
.layout_news_inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}



/* RESPOSNIVE SLIDE BOXES */
.section_responsive_slider_box {
	position: relative;
}
.layout_responsive_slider_box {
	background: #1b1b1b;
	width: 100%;
	/* min-height: 800px; */
	color: #fefefe;
	overflow: hidden;
}
.layout_responsive_slider_box_foobar {
	background: #1b1b1b url(../images/parallax_1920x1080/parallax_1920x1080_foobar.jpg) no-repeat center top;
	background-size: cover;
	background-position: 50% 20%; 
}
.layout_responsive_slider_box_inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
}
.layout_responsive_slider_box_inner .col-sm-4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_responsive_slider_box_inner h2 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	/* font-size: 4vw; */
	color: #ffffff;
	letter-spacing: -2px;
	text-transform: uppercase;
	/* white-space: nowrap; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
	/* text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7); */
}
@media only screen and (max-width : 1010px) {
	.layout_responsive_slider_box_inner h2 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
@media only screen and (max-width : 961px) { /* 768px */
	.layout_responsive_slider_box_inner h2 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
@media only screen and (max-width : 680px) {
	.layout_responsive_slider_box_inner h2 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
@media only screen and (max-width : 540px) {
	.layout_responsive_slider_box_inner h2 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px) {
	.layout_responsive_slider_box_inner h2 {
		font: normal 20px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
.layout_responsive_slider_box_inner h2 span {
	color: #F3961A;
}
.layout_responsive_slider_box_inner h2 span:first-of-type {
	color: #ffffff;
}
.responsive_slider_box_description {
	margin: 10px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}
.responsive_slider_box_description a,
.responsive_slider_box_description a:link,
.responsive_slider_box_description a:visited {
	color: #ffffff;
}
.responsive_slider_box_item_description {
	background: #121212;
	background: rgba(18, 18, 18, 0.6);
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	-moz-transition: all 0.4s ease-out 0s; 
	-webkit-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
@media only screen and (max-width : 770px) {
	.responsive_slider_box_item_description {
		min-height: 100px;
	}
}
.responsive_slider_box_item_description h2 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	color: #ffffff;	
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 2px solid #F3961A;
	text-transform: uppercase;
}
.responsive_slider_box_item_description h2 a,
.responsive_slider_box_item_description h2 a:link,
.responsive_slider_box_item_description h2 a:visited,
.responsive_slider_box_item_description h2 a:hover {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	color: #ffffff;
	text-decoration: none !important;
	text-transform: uppercase;
}
.responsive_slider_box_readmore {
	background: #121212;
	background: rgba(18, 18, 18, 1.0);
}
.responsive_slider_box_readmore a,
.responsive_slider_box_readmore a:link,
.responsive_slider_box_readmore a:visited {
	width: 100%;
	height: 40px;
	display: block;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.responsive_slider_box_readmore a:hover {
	text-decoration: none;
}
.responsive_slider_box_readmore_arrow {
	background: #121212 url(../images/icons/icon_arrow_slider_box_readmore_left_right_80x80_white.png) no-repeat -40px 0px;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-transition: all 0.4s ease-out 0s; 
	-webkit-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
	cursor: pointer;
}
.responsive_slider_box_readmore a:hover > span.responsive_slider_box_readmore_arrow {
	background-position: 0px 0px;
}
.responsive_slider_box_slide_prev,
.responsive_slider_box_slide_next {
	background: #121212 url(../images/icons/icon_arrow_slider_box_readmore_left_right_80x80_white.png) no-repeat -40px 0px;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 999;
	-moz-transition: all 0.4s ease-out 0s; 
	-webkit-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
	cursor: pointer;
}
.responsive_slider_box_slide_prev {
	background-position: -3px -40px;
	right: 50%;
	margin: 60px 485px 0px 0px;
}
.responsive_slider_box_slide_next {
	left: 50%;
	margin: 60px 0px 0px 470px;
}
.responsive_slider_box_slide_next:hover {
	background-position: 0px 0px;
}
.responsive_slider_box_slide_prev:hover {
	background-position:  -43px -40px;
}
@media only screen and (max-width : 1010px) {
	.responsive_slider_box_slide_prev {
		margin: 60px 380px 0px 0px;
	}
	.responsive_slider_box_slide_next {
		margin: 60px 0px 0px 365px;
	}
}
@media only screen and (max-width : 770px) {
	.responsive_slider_box_slide_prev {
		margin: 60px 41.97% 0px 0px;
	}
	.responsive_slider_box_slide_next {
		margin: 60px 0px 0px 41.97%;
	}
	.responsive_slider_box:first-child {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
}
/* MOVED FROM OWL */
.layout_responsive_slider_box_codedesign .owl-theme .owl-controls .owl-nav .owl-prev,
.layout_responsive_slider_box_codedesign .owl-theme .owl-controls .owl-nav .owl-next {
	background: #353535 url(../images/icons/icon_arrow_slider_box_readmore_left_right_80x80_white.png) no-repeat -40px 0px;
	background: #121212 url(../images/icons/icon_arrow_slider_box_readmore_left_right_80x80_white.png) no-repeat -40px 0px;
}
.layout_responsive_slider_box_codedesign .owl-theme .owl-controls .owl-nav .owl-prev  {
	background-position: -4px -40px;
}
.layout_responsive_slider_box_codedesign .owl-theme .owl-controls .owl-nav .owl-prev:hover  {
	background-position: -44px -40px;
}
@media 	screen and (max-width: 480px) {
	.layout_responsive_slider_box_codedesign .owl-theme .owl-dots .owl-dot span {
		width: 25px;
	}
}
.layout_responsive_slider_box_codedesign .owl-theme .owl-controls {
	display: none;
}



/* LOGO SLIDER */
.section_responsive_slider_logos {
	margin: 20px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
}



/* BOX TRIANGLE BOTTOM */
.layout_box_triangle_bottom::before {
	border-left: 50px solid #121212;
	border-right: 50px solid transparent;
	right: 50%;
}
.layout_box_triangle_bottom::after, 
.layout_box_triangle_bottom::before {
	width: 50%;
	border-bottom: 50px solid #121212;
	bottom: 0;
	content: "";
	position: absolute;
	transform: rotate(0.000001deg);
	z-index: 98;
}
.layout_box_triangle_bottom::after {
	border-left: 50px solid transparent;
	border-right: 50px solid #121212;
	left: 50%;
}
.layout_box_triangle_bottom::after, 
.layout_box_triangle_bottom::before {
	width: 50%;
	border-bottom: 50px solid #121212;
	bottom: 0;
	content: "";
	position: absolute;
	transform: rotate(0.000001deg);
	z-index: 98;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px) {
	.layout_box_triangle_bottom::after,
	.layout_box_triangle_bottom::before {
		display: none;
	}
}
.layout_box_triangle_bottom__ {
	/* HEIGHT IS SET IN EACH ELEMENT ITSELF */
	height: 900px;	
}
.layout_box_triangle_bottom_grey::before {
	border-left: 50px solid #1B1B1B;
	border-right: 50px solid transparent;
	right: 50%;
}
.layout_box_triangle_bottom_grey::after, 
.layout_box_triangle_bottom_grey::before {
	width: 50%;
	border-bottom: 50px solid #1B1B1B;
	bottom: 0;
	content: "";
	position: absolute;
	transform: rotate(0.000001deg);
	z-index: 98;
}
.layout_box_triangle_bottom_grey::after {
	border-left: 50px solid transparent;
	border-right: 50px solid #1B1B1B;
	left: 50%;
}
.layout_box_triangle_bottom_grey::after, 
.layout_box_triangle_bottom_grey::before {
	width: 50%;
	border-bottom: 50px solid #1B1B1B;
	bottom: 0;
	content: "";
	position: absolute;
	transform: rotate(0.000001deg);
	z-index: 98;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px) {
	.layout_box_triangle_bottom_grey::after,
	.layout_box_triangle_bottom_grey::before {
		display: none;
	}
}
.layout_box_triangle_bottom_parallax_bg {
	width: 100%;
	height: 100%;  
	background: #1b1b1b url(../images/parallax_1920x1080/parallax_1920x1080_gewichtheberin.jpg) no-repeat center top;
	background-size: cover;
	background-position: 50% 20%; 
	position: absolute;
	bottom: 0;
	left: 0;
}
.layout_box_triangle_bottom_pb_section {
	background-color: #121212;
	position: relative;
	overflow: hidden;
}
.layout_box_triangle_bottom_one_site_angle:before {
	background: inherit;
	width: 150%;
	height: 75%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
	top: 0;
	left: -25%;
	z-index: -1;
}
.layout_box_triangle_bottom_parallax_content {
	position: relative;
	overflow: hidden;
}
/* BOX GRADIENTS */
.layout_responsive_slider_box_gradient_top_left_to_right_top {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 90px 99vw 0px 0px;
	border-color: #121212 transparent transparent transparent;
	/* transform: scale(1.0000); */
	position: relative;
	overflow: hidden;
}
.layout_responsive_slider_box_gradient_top_right_to_left_top {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 99vw 90px 0px;
	border-color: transparent #121212 transparent  transparent;
	/* transform: scale(1.0000); */
	position: relative;
	overflow: hidden;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px) {
	.layout_responsive_slider_box_gradient_top_left_to_right_top,
	.layout_responsive_slider_box_gradient_top_right_to_left_top {
		display: none;
	}
}



/* RESPONSIVE CONTENT LISTING */
.layout_responsive_content_listing {
	background: #ffffff;
	width: 100%;
	/* min-height: 800px; */
	color: #242424;
	overflow: hidden;
}
.layout_responsive_content_listing_inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
}
.layout_responsive_content_listing_inner div.container {
	padding: 0px 15px 0px 15px;
}
.layout_responsive_content_listing_inner div.col-sm-1, 
.layout_responsive_content_listing_inner div.col-sm-4,
.layout_responsive_content_listing_inner div.col-sm-7, 
.layout_responsive_content_listing_inner div.col-sm-8 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_responsive_content_listing_inner h2 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	/* font-size: 4vw; */
	color: #ffffff;
	letter-spacing: -2px;
	text-transform: uppercase;
	/* white-space: nowrap; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
}
@media only screen and (max-width : 1010px) {
	.layout_responsive_content_listing_inner h2 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
@media only screen and (max-width : 961px) { /* 768px */
	.layout_responsive_content_listing_inner h2 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
@media only screen and (max-width : 680px) {
	.layout_responsive_content_listing_inner h2 {
		font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
@media only screen and (max-width : 540px) {
	.layout_responsive_content_listing_inner h2 {
		font: normal 20px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400;
		letter-spacing: -2px;
	}
}
.layout_responsive_content_listing_inner h2 span {
	color: #019CDF;
}
.responsive_content_listing_item {
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.responsive_content_listing_item_description {
	/* min-height: 220px; */
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 20px 20px;
}
@media only screen and (max-width : 768px) {
	.responsive_content_listing_item_description {
		padding: 30px 20px 20px 20px;
	}
}
.responsive_content_listing_item_description h3 {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 15px;
	border-left: 2px solid #019CDF;
	text-transform: uppercase;
}
.responsive_content_listing_item_description h3 a,
.responsive_content_listing_item_description h3 a:link,
.responsive_content_listing_item_description h3 a:visited,
.responsive_content_listing_item_description h3 a:hover {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 15px;
	text-decoration: none;
}
.responsive_content_listing_item_description h3 {
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #242424;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.responsive_content_listing_item_image {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 9px 0px 0px;
	border: 2px solid #ffffff;
}
@media only screen and (max-width : 768px) {
	.responsive_content_listing_item_image {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
}
.responsive_content_listing_item_image a img {
	border: 0;
	text-indent: -999px;
}
.responsive_content_listing_item_readmore_desktop {
	background: #242424 url(../images/icons/icon_arrow_slider_box_readmore_right_80x40_white.png) no-repeat -40px 50%;
	width: 40px;
	height: 100%;
	min-height: 171px;
	display: block;
	-moz-transition: all 0.4s ease-out 0s; 
	-webkit-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
	cursor: pointer;
	float: right;
}
.responsive_content_listing_item_readmore_desktop:hover {
	background-position: 0px 50%;
}
.responsive_content_listing_item_readmore_desktop a,
.responsive_content_listing_item_readmore_desktop a:link,
.responsive_content_listing_item_readmore_desktop a:visited {
	width: 40px;
	height: 100%;
	min-height: 171px;
	display: block;
}
.responsive_content_listing_item_readmore_mobile {
	background: #242424;
	background: rgba(18, 18, 18, 1.0);
	display: none;
}
.responsive_content_listing_item_readmore_mobile a,
.responsive_content_listing_item_readmore_mobile a:link,
.responsive_content_listing_item_readmore_mobile a:visited {
	background: #121212;
	background: rgba(18, 18, 18, 1.0);
	width: 100%;
	height: 40px;
	display: block;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.responsive_content_listing_item_readmore_mobile a:hover {
	text-decoration: none;
}
.responsive_content_listing_item_readmore_mobile_arrow {
	background: #242424 url(../images/icons/icon_arrow_slider_box_readmore_left_right_80x80_white.png) no-repeat -40px 0px;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-transition: all 0.4s ease-out 0s; 
	-webkit-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
	cursor: pointer;
}
.responsive_content_listing_item_readmore_mobile a:hover > span.responsive_content_listing_item_readmore_mobile_arrow {
	background-position: 0px 0px;
}
/* CHANGE READMORE DESIGN AT SMALLER SCREENS */
@media only screen and (max-width : 768px) {
	.responsive_content_listing_item_readmore_desktop {
		display: none;	
	}
	.responsive_content_listing_item_readmore_mobile {
		display: inline;	
	}
}
.layout_responsive_content_listing div.responsive_content_listing_botton_below {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.responsive_content_listing_botton_below_inner {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.responsive_content_listing_botton_below a,
.responsive_content_listing_botton_below a:link,
.responsive_content_listing_botton_below a:visited {
	display: inline-block;
	text-align: center;
}
.responsive_content_listing_botton_below_inner a.button_grey {
	padding: 10px 10px 10px 10px;
}



/* SIDEBAR CONTENT LIST */
.content_list_items_wrapper {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content_list_items {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content_list_items_inner {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 26px 20px;
}
.content_list_items_description {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;		
}
.content_list_items_links {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.content_list_items_links ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content_list_items_links ul li {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}
.content_list_items_links ul li a,
.content_list_items_links ul li a:link,
.content_list_items_links ul li a:visited {
	color: #242424;
	text-decoration: none !important;
}
.content_list_items_links ul li a:hover {
	text-decoration: underline !important;
}



/* HEADER PARALLAX */
.section_header_parallax {
	margin: 0px 0px 0px 0px;
	padding: 160px 0px 0px 0px;
	position: relative; 
}
.layout_header_parallax { 
	background: url(../images/test_bgs/_.jpg) 50% -320px no-repeat; 
	/* background-size: cover; */
	width: 100%; 
	height: 500px;  
	position: relative; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}



/* FOOTER PARALAXX */
.section_footer_parallax { 
	background: #1b1b1b;
	width: 100%; 
	height: auto;  
	position: relative;
	overflow: hidden;
}
.layout_footer_parallax_stripe_gradient_top {
	width: 0px;
	height: 40px;
	border-style: solid;
	border-width: 0px 99vw 90px 0px;
	border-color: transparent #121212 transparent  transparent;
	/* transform: scale(1.0000); */
	position: absolute;
	overflow: hidden;
	z-index: 999;
}
@media 	screen and (max-width: 320px), 
			screen and (max-width: 380px) {
	.layout_footer_parallax_stripe_gradient_top {
		display: none;
	}
}
.layout_footer_parallax_stripe {
	background: #121212;
	background: rgba(18, 18, 18, 0.4);
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
.layout_footer_parallax_stripe_top {
	top: 0;
}
.layout_footer_parallax_stripe_bottom {
	bottom: 0;
}
.layout_footer_parallax_badge {
	background: #121212;
	background: rgba(18, 18, 18, 0.4);
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}
.layout_footer_parallax_badge_inner {
	background: transparent url(../images/bg_logo_badge_105x105.png) no-repeat center;
	width: 105px;
	height: 105px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}
.layout_footer_parallax_badge_inner a,
.layout_footer_parallax_badge_inner a:link,
.layout_footer_parallax_badge_inner a:visited {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	border-radius: 105px;
	position: absolute;
	z-index: 9999;
}



/* CONTENT TRIANGLE BOX */
.section_conent_triangle_bottom {
	position: relative;
}
.layout_conent_triangle_bottom {
	background: #1b1b1b url(../images/parallax_1920x1080/parallax_1920x1080_black_trainer.jpg) no-repeat center top;
	background-size: cover;
	background-position: 50% 50%; 
	width: 100%;
	height: 300px;
	position: relative;
	color: #fefefe;
	display: table;
}
.layout_conent_triangle_bottom_inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}




/* IMAGE SEPARATOR */
.layout_image_separator {
	background: #fefefe;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
}
.layout_image_separator_background_image {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
}
.layout_image_separator div.container {
	position: relative;
	z-index: 99;
}
.layout_image_separator_description {
	width: 60%;
	color: #ffffff;
	margin: 0px 0px 0px 0px; 
	padding: 60px 0px 0px 0px;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
@media only screen and (max-width : 768px) {
	.layout_image_separator_description {
		width: 100%;
	}
}
.layout_image_separator_description h2 span,
.layout_image_separator_description h3 span {
	background: #121212;
	background: rgba(18, 18, 18, 0.6);
	display: inline-block;
}
.layout_image_separator_description h2 span {
	margin: 0px 0px 0px 0px; 
	padding: 5px 10px 0px 10px;	
}
.layout_image_separator_description h3 span {
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 0px 10px;	
}
.layout_image_separator_description h2,
.layout_image_separator_description h3  {
	font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
}
.layout_image_separator_description h3 {
	font: normal 45px/45px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #F3961A;
	letter-spacing: -5px;
}
@media 	screen and (max-width: 480px) {
	.layout_image_separator_description h3 {
		font: normal 35px/35px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 700;
		letter-spacing: -4px;
	}
}
.layout_image_separator_description_introtext {
	background: #121212;
	background: rgba(18, 18, 18, 0.6);
	margin: 0px 0px 0px 0px; 
	padding: 10px 10px 10px 10px;
}
.layout_image_separator_stripe {
	background: #121212;
	background: rgba(18, 18, 18, 0.4);
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
.layout_image_separator_stripe_top {
	top: 0;
}
.layout_image_separator_stripe_bottom {
	bottom: 0;
}



/* FEATURED AND FEATURED MOSAIC */
.layout_featured {
	margin: 80px 0px 120px 0px;
	padding: 0px 0px 0px 0px;	
}
.layout_featured div.col-md-12, 
.layout_featured div.col-md-8, 
.layout_featured div.col-md-7, 
.layout_featured div.col-md-6, 
.layout_featured div.col-md-5, 
.layout_featured div.col-md-4 {
	padding: 0px 0px 0px 0px;
}
.portfolio_mosaic {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@-webkit-keyframes loading {
	from { max-width:0 }
}
@-moz-keyframes loading {
	from { max-width:0 }
}
@-o-keyframes loading {
	from { max-width:0 }
}
@keyframes loading {
	from { max-width:0 }
}
.portfolio_mosaic div.portfolio_mosaic_featured_heading h1 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #F3961A;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	/* position: absolute; */
}
/*
.portfolio_mosaic div.portfolio_mosaic_featured_heading h1:before {
	content: attr(data-content);
	position: absolute;
	overflow: hidden;
	color: #e2e2e2;
	max-width: 100%;
	-webkit-animation: loading 5s;
	-moz-animation: loading 5s;
	-o-animation: loading 5s;
	-ms-animation: loading 5s;
	animation: loading 5s
}
*/
.portfolio_mosaic div.portfolio_mosaic_featured_heading h2 {
	font: normal 13px/17px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #878787;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}
.portfolio_mosaic div.portfolio_mosaic_featured_heading span {
	font: normal 60px/48px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #646464;
	letter-spacing: -5px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* FEATURED MOSAIC */
.portfolio_mosaic_featured_mosaic {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_mosaic_featured_mosaic_2er_box, 
.portfolio_mosaic_featured_mosaic_3er_box, 
.portfolio_mosaic_featured_mosaic_top_3er_box {
	width: 100%;
	height: 100%;
	min-height: 174px;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 25px 25px;
}
.portfolio_mosaic_featured_mosaic_3er_box h2,
.portfolio_mosaic_featured_mosaic_2er_box h2 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
	text-transform: uppercase;
}
.portfolio_mosaic_featured_mosaic_top_3er_box h2 {
	font: normal 26px/26px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
	text-transform: uppercase;
}
div.layout_ci_121212_background {
	background: #121212;
	color: #ffffff;
}
div.layout_ci_121212_background h2 {
	color: #ffffff;
}
div.layout_ci_F3961A_background {
	background: #F3961A;
	color: #ffffff;
}
div.layout_ci_F3961A_background h2 {
	color: #ffffff;
}
div.layout_ci_ffffff_background {
	background: #ffffff;
	color: #242424;
}
div.layout_ci_ffffff_background h2 {
	color: #242424;
}



/* PORFOLIO SLIDER */
.portfolio_slider_projects div.portfolio_slider_projects_heading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.portfolio_slider_projects_sidebar div.portfolio_slider_projects_heading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 13px 0px;
}
.portfolio_slider_projects div.portfolio_slider_projects_heading h1 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_slider_projects div.portfolio_slider_projects_heading h2 {
	font: normal 13px/17px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #878787;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}
.portfolio_slider_projects div.portfolio_slider_projects_heading span {
	font: normal 60px/48px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #646464;
	letter-spacing: -5px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_slider_projects_sidebar div.portfolio_slider_projects_heading span {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #646464;
	letter-spacing: -2px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* PORFOLIO, PRJECTS LISTING */
.portfolio_listing_projects {
	margin: 55px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_listing_projects_inner {
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 25px 25px;
}
.portfolio_listing_projects_heading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.portfolio_listing_projects div.portfolio_listing_projects_heading h1 {
	font: normal 30px/30px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_listing_projects div.portfolio_listing_projects_heading h2 {
	font: normal 13px/17px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #878787;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}
.portfolio_listing_projects div.portfolio_listing_projects_heading span {
	font: normal 60px/48px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #646464;
	letter-spacing: -5px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_listing_projects ul {
	background: none;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_listing_projects ul li {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat left 8px;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 15px;
	/* border-bottom: 1px solid #121212; */
}
.portfolio_listing_projects ul li:last-child {
	border-bottom: none;
}
.portfolio_listing_projects ul li a,
.portfolio_listing_projects ul li a:link,
.portfolio_listing_projects ul li a:visited {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.portfolio_listing_projects ul li a.active {
	/* background: #121212; */
	color: #646464;
}
.portfolio_listing_projects ul li a:hover {
	color: #646464;
	text-decoration: none;
}



/* NON! MOBILE FIRST METHOD */
/* LARGE DEVICES, WIDE SCREENS */
@media only screen and (max-width : 1200px) {}
/* MEDIUM DEVICES, DESKTOPS */
@media only screen and (max-width : 992px) {}
/* SMALL DEVICES, TABLETS */
@media only screen and (max-width : 768px) {}
/* EXTRA SMALL DEVICES, PHONES */ 
@media only screen and (max-width : 480px) {}
/* CUSTOM, IPHONE RETINA */ 
@media only screen and (max-width : 320px) {}

/* MOBILE FIRST METHOD */
/* CUSTOM, IPHONE RETINA */ 
@media only screen and (min-width : 320px) {}
/* EXTRA SMALL DEVICES, PHONES */ 
@media only screen and (min-width : 480px) {}
/* SMALL DEVICES, TABLETS */
@media only screen and (min-width : 768px) {}
/* MEDIUM DEVICES, DESKTOPS */
@media only screen and (min-width : 992px) {}
/* LARGE DEVICES, WIDE SCREENS */
@media only screen and (min-width : 1200px) {}



/* COMPONENT */
.section_component { 
	width: 100%; 
	height: auto;  
	position: relative; 
}
.layout_component_tmp {
	background: #EFEFEF;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 400px 0px 400px 0px;
}
.layout_component {
	background: #ffffff;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 100px 0px;
}
.layout_component_featured {
	padding: 100px 0px 40px 0px;
}
.layout_component div.container {
	padding: 0px 0px 0px 0px;
}
.layout_component div.col-sm-12,
.layout_component div.col-sm-8,
.layout_component div.col-sm-7,
.layout_component div.col-sm-6,
.layout_component div.col-sm-5,
.layout_component div.col-sm-4 {
	padding: 0px 0px 0px 0px;
}
@media 	screen and (min-width : 768px),
			screen and (min-width : 992px),
			screen and (min-width : 1200px) {
	.layout_component div.container {
		padding: 0px 15px 0px 15px;
	}
	.layout_component div.col-sm-5 {
		padding: 0px 0px 0px 20px;
	}
	.layout_component div.col-sm-7 {
		padding: 0px 20px 0px 0px;
	}
}
@media 	screen and (max-width : 768px) {
	.layout_component div.col-sm-7 {
		background: #1B1B1B;
		margin: 0px 0px 40px 0px;
		padding: 20px 20px 20px 20px;
	}
}
.layout_component div.col-md-12,
.layout_component div.col-md-8,
.layout_component div.col-md-7,
.layout_component div.col-md-6,
.layout_component div.col-md-5,
.layout_component div.col-md-4 {
	padding: 0px 0px 0px 0px;
}
@media 	screen and (min-width : 768px),
			screen and (min-width : 992px),
			screen and (min-width : 1200px) {
	.layout_component div.container {
		padding: 0px 0px 0px 0px;
	}
	.layout_component div.col-md-5 {
		padding: 0px 0px 0px 0px;
	}
	.layout_component div.col-md-7 {
		padding: 0px 0px 0px 0px;
	}
}
@media 	screen and (max-width : 992px),
			screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {			
	.layout_component div.container {
		padding: 0px 15px 0px 15px;
	}
	.layout_component div.col-md-5 {
		padding: 0px 0px 0px 0px;
	}
	.layout_component div.col-md-7 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
}
.component_wrapper {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;	
}
.component_wrapper_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.component_heading h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.component_heading h2::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
}
.site_left_column {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}
.site_right_column {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;		
}



/* TOPLINE */
.layout_topline {
	background: #242424;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	font-size: 11px;
	color: #ffffff;
}
@media only screen and (max-width: 1012px),
@media only screen and (max-width: 768px),
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {

	.layout_topline {
		display: none;
	}
	
}
.layout_topline_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_topline_inner a,
.layout_topline_inner a:link,
.layout_topline_inner a:visited {
	color: #ffffff;
	text-decoration: none;
}
.layout_topline_inner a:hover {
	text-decoration: underline;
}
.layout_topline_inner div.container {
	padding: 0px 15px 0px 15px;
}
.layout_topline_inner div.col-sm-6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_topline_inner i {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
.topline_phone {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.topline_email {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}



/* CUSTOM BOXES FEATURED */
.layout_featured_box_top {
	background: #121212;
	background: #121212 url(../images/bg_gradient_box_1920x360.png) repeat-y center;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative; 
}
.layout_featured_box_0 {
	/* background: transparent url(../images/bg_gradient_box_1920x340.png) no-repeat center; */
	width: 100%;
	height: auto;
	min-height: 360px;
}
.layout_featured_box_0_inner {
	/* width: 700px; */
	margin: 0 auto;
	padding: 0px 150px 30px 150px;
	color: #ffffff;
}
/* SMALL DEVICES, TABLETS */
@media only screen (max-width: 1012px) {
	.layout_featured_box_0_inner {
		max-width: 90%;
		padding: 0px 10px 30px 10px;
	}
}
@media only screen (max-width: 767px) {
	.layout_featured_box_0_inner {
		max-width: 90%;
		padding: 0px 0px 30px 0px;
	}
}
/* IPHONE 5 AND 5S */
/* PORTRAIT AND LANDSCAPE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {


}
.layout_featured_box_0_inner a,
.layout_featured_box_0_inner a:link,
.layout_featured_box_0_inner a:visited {
	
}
.layout_featured_box_0_inner h1,
.layout_featured_box_0_inner h1 a,
.layout_featured_box_0_inner h1 a:link,
.layout_featured_box_0_inner h1 a:visited {
	font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
.layout_featured_box_0_inner h2,
.layout_featured_box_0_inner h2 a,
.layout_featured_box_0_inner h2 a:link,
.layout_featured_box_0_inner h2 a:visited {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
.layout_featured_box_0_content {
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
}
.layout_featured_box_0_content blockquote:before {
	content: open-quote;
}
.layout_featured_box_0_content blockquote:after {
	content: close-quote;
}
.layout_featured_box_top_badge {
}
.layout_featured_box_top_badge_inner {
	background: transparent url(../images/bg_logo_badge_105x105.png) no-repeat center;
	width: 105px;
	height: 105px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 280px;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	z-index: 6000;
}
.layout_featured_box_top_badge_inner a,
.layout_featured_box_top_badge_inner a:link,
.layout_featured_box_top_badge_inner a:visited {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	border-radius: 105px;
	position: absolute;
}



/* SLOGAN STRIPES */
.layout_slogan_stripe {
	background: #f5f5f5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_slogan_stripe_inner {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}
.layout_slogan_stripe_inner h2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	position: relative;
}
.layout_slogan_stripe_inner h3 {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 10px 0px;
	position: relative;
}
.layout_slogan_stripe_inner h2::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 50%;
	margin: 0px 0px 0px -41px;
	position: absolute;
	width: 82px;
}



/* WEBLINKS */
.weblink_item {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.weblink_item_inner {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.weblink_item h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.weblink_item h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.weblink_item h3:hover::after {
	width: 100px;
}
.weblink_content {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.weblink_logo {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;	
}
.weblink_title {
	
}
.weblink_url {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.weblink_description {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.weblink_item a.href_js_readmore_toggle,
.weblink_item a.href_js_readmore_toggle:link {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none !important;
	font-weight: 400;
}
.weblink_item a.href_js_readmore_toggle span,
.weblink_item a.href_js_readmore_toggle:link span {
	text-decoration: none !important;	
}
/* SMALL DEVICES, TABLETS */
/*
@media  	screen and (max-width : 991px),
			screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
	.weblink_item a.href_js_readmore_toggle,
	.weblink_item a.href_js_readmore_toggle:link {
		margin: 10px 0px 0px 0px; /* adjust above to 0px again */
	}
}
*/


/* PRE FOOTER BOXES */
.section_prefooter_boxes {
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 100px 0px;
}



/* PRE FOOTER SEPARATOR */
.layout_pre_footer_separator {
	/* background: transparent url(../images/bg_footer.png) no-repeat 50% 40px; */
	width: 100%;
	height: 105px;
	display: block;
}
.layout_pre_footer_separator_inner {
	/* background: transparent url(../images/bg_logo_badge_105x105.png) no-repeat center; */
	width: 105px;
	height: 105px;
	display: block;
	margin: 0 auto;
	padding: 0px 0px 40px 0px;
}



/* PRE FOOTER */
.layout_pre_footer {
	/* background: #121212 url(../images/bg_prefooter_1920x700.jpg) no-repeat center top; */
	background: #121212;
	min-height: 550px;
	color: #ffffff; /* #242424 */
}
.prefooter_table {
	/* white-space: nowrap; */
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 0px;
}
.prefooter_table div.col-lg-4 {
	padding: 0px 15px 0px 30px;	
}
.prefooter_table div.col-lg-4:first-child {
	padding: 0px 15px 0px 0px;	
}
.prefooter_table div.col-lg-4:last-child {
	padding: 0px 0px 0px 0px;	
}
/* SMALL DEVICES, TABLETS */
@media  	screen and (max-width : 1199px),
			screen and (max-width : 991px),
			screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
	.prefooter_table {
		margin: 0px 0px 0px 0px !important;
		padding: 70px 0px 40px 0px !important;
	}
	.prefooter_table div.col-lg-4,
	.prefooter_table div.col-lg-4:first-child,
	.prefooter_table div.col-lg-4:last-child {
		padding: 0px 0px 0px 0px !important;	
	}
}
.prefooter_table div.prefooter_table_box_headings {
	border-left: 2px solid #019CDF;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
}
.prefooter_table div.prefooter_table_box_headings h3 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;	
	text-transform: uppercase;
}
@media  	screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {

	.prefooter_table div.prefooter_table_box_headings {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
	}			
	.prefooter_table div.prefooter_table_box_headings h3 {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	
}
.prefooter_table div.prefooter_table_box_headings h4 {
	font: normal 12px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #7e7e7e;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
}
@media  	screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
			
	.prefooter_table div.prefooter_table_box_headings h4 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 10px;
	}
	
}
.prefooter_table a,
.prefooter_table a:link,
.prefooter_table a:visited {
	text-decoration: none;
	color: #ffffff !important; /* #242424 */
}
.prefooter_table a:hover {
	text-decoration: underline;
}
.prefooter_table_box {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}
@media  	screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
			
	.prefooter_table_box {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
	}
	.pre_footer_box_content_inner {
		margin: 20px 0px 20px 0px;
		padding: 0px 0px 0px 15px;
	}
	
}
.prefooter_table_box_padding_left {
	padding: 30px 0px 0px 30px;
}
.prefooter_table_box_padding_right {
	padding: 0px 20px 0px 0px;
}
.prefooter_table_box_middle {
	padding: 30px 0px 0px 0px;	
}
@media screen and (min-width: 767px) {
	.prefooter_table_box_middle {
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;	
	}
}
.prefooter_table_box_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_table_box h2_ {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}
/* FOOTER CONTACT */
.prefooter_address_and_contact {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_contact {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_contact_online {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_contact_label {
	width: 100px;
}
@media 	screen and (max-width: 480px),
			screen and (max-width: 380px), 
		 	screen and (max-width: 320px) {
	.prefooter_contact_label {
		width: 30px;
	}
}
.prefooter_contact_icon {
	width: 25px;
	display: inline-block;
	line-height: 18px;
	color: #ffffff; /* #242424 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_contact_email a,
.prefooter_contact_email a:link,
.prefooter_contact_email a:visited {
	text-decoration: none;
}
.prefooter_contact_email a:hover {
	text-decoration: underline;
}
/* FOOTER SUPPORT / OPENINGTIMES */
.prefooter_openingtimes {
	/* width: 300px; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_openingtimes_label {
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
}
@media 	screen and (max-width: 480px) {
	.prefooter_openingtimes_label {
		width: 45px;
	}
}
.prefooter_openingtimes_active_day_div {
	font-weight: 400;
}
.prefooter_openingtimes_active_day_div span {
	font-weight: 300;
}
.prefooter_openingtimes_badge i {
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
}
.prefooter_openingtimes_badge_off i {
	color: #019CDF; /* #242424 */
}
.prefooter_openingtimes_badge_on i {
	color: #83BA1F; /* #242424 */
}
/* SMALL DEVICES, TABLETS */
@media only screen and (max-width : 768px) {
	.prefooter_openingtimes_badge_on,
	.prefooter_openingtimes_badge_off {
		/* display: none !important; */
	}
}
.prefooter_openingtimes_badge_off i {
	
}
.prefooter_openingtimes_description {
	/* width: 280px; */
	/* white-space: normal; */
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_openingtimes_description i.fa-envelope {
	padding: 0px 5px 0px 5px;
}
.prefooter_table ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_table ul li {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}
.prefooter_socialmedia {
	height: 25px;
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_cms_links_content {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_cms_links {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_table_box_speech_bubble {
	background: #353535;
	background: rgba(53, 53, 53, 0.5);
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prefooter_table_box_speech_bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 15px 0;
	border-color: #353535 transparent;
	border-color: rgba(53, 53, 53, 0.5) transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -20px;
	left: 75%;
}
@media only screen and (max-width: 768px),
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {

	.prefooter_table_box_speech_bubble {
		background: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.prefooter_table_box_speech_bubble:after {
		display: none;
	}	
	
}
/* TO TOP ARROWS */
a.href_section_footer_pre_scroll_up,
a.href_section_footer_pre_scroll_up:link,
a.href_section_footer_pre_scroll_up:visited {
	/* background: url(../images/icons/icon_href_section_top_scroll_down.svg) no-repeat center center; */
	background: #1b1b1b;
	width: 60px;
	height: 40px;
	position: relative;
	left: 50%;
	right: auto;
	bottom: 0px;
	font-size: 11px;
	color: #fefefe;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
a.href_section_footer_pre_scroll_up:hover {
	text-decoration: none;
}
a.href_section_footer_pre_scroll_up span {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 40px;
	left: 50%;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: keyframes_href_sfpsu 1.5s infinite;
	animation: keyframes_href_sfpsu 1.5s infinite;
}
@-webkit-keyframes keyframes_href_sfpsu {
	0% {
		-webkit-transform: rotate(0deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(135deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes keyframes_href_sfpsu {
	0% {
		transform: rotate(135deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(135deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@media  	screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
	
	a.href_section_footer_pre_scroll_up,
	a.href_section_footer_pre_scroll_up:link,
	a.href_section_footer_pre_scroll_up:visited {
		display: none;
	}
					
}


			
/* PREFOOTER LOGO */
.prefooter_table_logo {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}
@media  	screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
			
	.prefooter_table_logo {
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
			
}
.prefooter_table_logo_img {
	width: 160px;
	margin: 0 auto;
}
.prefooter_table_logo_img img {
	width: 160px;
	text-align: left;
}
.prefooter_table_logo a,
.prefooter_table_logo a:link,
.prefooter_table_logo a:visited {
	text-decoration: none;
}
.prefooter_table_logo span.iconfont-CODEDESIGN_logo {
	font-size: 35px;
	color: #ffffff;	
}
.prefooter_table_logo h3 {
	font: normal 10px/10px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	/* font-size: 4vw; */
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prefooter_table_logo h3 span {
	color: #019CDF;
}


/* PREFOOTER MENU */
.layout_pre_footermenu {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.layout_pre_footermenu div.container {
	padding: 0px 15px 0px 15px;
}
.layout_pre_footermenu div.col-xs-12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* PREFOOTER MENU NON-RESPONIVE */
/*
@media only screen and (max-width: 1012px) {
	div.layout_pre_footermenu {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	div.layout_pre_footermenu {
		display: none !important;
	}
}
*/
.layout_pre_footermenu div.prefooter_footermenu_headings {
	border-left: 2px solid #019CDF;
	display: none;
}
.layout_pre_footermenu div.prefooter_footermenu_headings h2 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;	
	text-transform: uppercase;
}
.layout_pre_footermenu div.prefooter_footermenu_headings h3 {
	font: normal 12px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #7e7e7e;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1012px),
@media only screen and (max-width: 768px),
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {

	.layout_pre_footermenu div.prefooter_footermenu_headings {
		display: inline-block;
	}
	
}



/* FOOTER */
.layout_footer {
	background: #1b1b1b;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	font: normal 11px/16px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	color: #fefefe;
}
/* SMALL DEVICES, TABLETS */
@media  	screen and (max-width : 991px),
			screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
			
	.layout_footer {
		padding: 40px 20px 40px 20px;
		text-align: center;
	}
	
}
.layout_footer a,
.layout_footer a:link,
.layout_footer a:visited {
	text-decoration: none;
	color: #828282;
}
.layout_footer a:hover {
	text-decoration: underline;
}
.layout_footer div.container {
	padding: 0px 15px 0px 15px;
}
.layout_footer div.row,
.layout_footer div.col-xs-12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* codeDESIGN MADE WITH LOVE */
.layout_footer i {
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
}



/* ZU TOP 1 PFEIL */
.totop_button {
	background: #fafafa url(../images/icons/icon_zutop_button_schwarz.png) no-repeat 130px 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: 170px;
	height: 25px;
	font: normal 11px/11px 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	right: 7px;
	bottom: 7px;
	position: fixed;
	z-index: 9999;	
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 15px;
	display: none;
}
.totop_button:hover {
	background: #fafafa url(../images/icons/icon_zutop_button_schwarz.png) no-repeat 130px bottom;
}
.totop_button:hover {
	color: #151515;
}
.totop_button_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* SMALL DEVICES, TABLETS */
@media only screen and (max-width : 768px) {

	.totop_button {
		display: none !important;
	}

}



/* FULLSCREEN IMAGESLIDER */
.layout_fullscreen_imageslider {
	width: 100%;
}



/* IMAGESLIDER */
.layout_top_halfscreen div.codedesign_bannerslider {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
section.section_header_slider_halfscreen {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.layout_header_slider_halfscreen {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_header_slider_halfscreen_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_header_slider_halfscreen div.royalSlider {
	width: 100%;
	height: 500px;
	position: relative;
	direction: ltr;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* BANNERSLIDER */
.bannerslide_inner_container_content {
	width: 400px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: 140px 0px 0px -160px;
}
.bannerslide_inner_container_content_aboutus {
	width: 500px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: 180px 0px 0px -160px;
}
@media only screen and (max-width : 768px) {
	.bannerslide_inner_container_content,
	.bannerslide_inner_container_content_aboutus {
		display: none !important;
	}
}
.bannerslide_inner_container_content_content {
	background: rgba(255, 255, 255, 0.7);
	width: 400px;
	height: 150px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
}
.bannerslide_inner_container_content_name h2 {
	font: normal 40px/40px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #ffffff; /* #F3961A; */
	letter-spacing: -4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.bannerslide_inner_container_content_status {
	margin: 45px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}
.bannerslide_inner_container_content_text {
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* LIGHTBOX / YOUTUBE */
div.layout_youtube_content_module {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.layout_youtube_content_module .layout_youtube_content {
	/*
	width: 960px;
	height: 540px;
	*/
	/* position: relative; */
}
div.layout_youtube_content_module .img_youtube_content_playbutton {
	cursor: pointer;
}
/*
div.layout_youtube_content_module .layout_youtube_content_inner {
	background: transparent url(../images/bg_youtube_content_preview_playbutton_960x540.png) no-repeat center;
	width: 960px;
	height: 540px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0) 0em 0em 0em;
}
*/
div.layout_youtube_sidebar_module .layout_youtube_content {
	background: transparent url(../images/bg_youtube_content_preview_10_2014_255x112.jpg) no-repeat left top;
	width: 255px;
	height: 112px;
	display: inline-block;
}
div.layout_youtube_sidebar_module .layout_youtube_content_inner {
	background: transparent url(../images/bg_youtube_content_preview_255x112.png) no-repeat center;
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0) 0em 0em 0em; /* flickering fix +-1px */
}
div.layout_youtube_sidebar_module {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_youtube_content_inner img {
	/* display: none; */
}
.layout_youtube_ajax_content {
	/*
	width: 710px;
	height: 403px;
	*/
	position: absolute;
	z-index: 9501;
	top: -2000px;
	left: 50%;
	margin: 0px 0px 0px -355px;
}
.youtube_ajax_content {
	/*
	width: 670px;
	height: 403px;
	*/
}
youtube_ajax_content_white {
	background: #fcfcfc;
}
youtube_ajax_content_black {
	background: #000000;
}
.youtube_ajax_content_closebutton {
	width: 36px;
	height: 36px;
	display: block;
	-moz-transition: background-position 0.5s ease-out 0s;
	-webkit-transition: background-position 0.5s ease-out 0s;
	-o-transition: background-position 0.5s ease-out 0s;
	-ms-transition: background-position 0.5s ease-out 0s;
	transition: background-position 0.5s ease-out 0s;
	border: none;
	cursor: pointer;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}
.youtube_ajax_content_closebutton_white {
	background: #fcfcfc url(../images/icons/icon_close_black.png) no-repeat 0px -36px;
}
.youtube_ajax_content_closebutton_black {
	background: #000000 url(../images/icons/icon_close_white.png) no-repeat 0px -36px;
}
.youtube_ajax_content_closebutton_white:hover,
.youtube_ajax_content_closebutton_black:hover {
	background-position: 0px 0px;
}



/* NEWSLETTER */
.layout_newsletter_module {
	background: #F8F8F8;
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 80px 0px;
	text-align: center;
	color: #040404;
}
.newsletter_module_description {
	width: 60%;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;	
}
@media (max-width: 991px) {

	.newsletter_module_description {
		width: 100%;	
	}
	.layout_newsletter_module div.col-md-4 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
	}	
}
.layout_newsletter_module div.col-md-4_ {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_newsletter_module h3 {
	font: normal 26px/26px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300 !important;
	margin: 0px 0px 20px 0px;
	padding: 13px 0px 10px 0px;
	position: relative;
	text-align: center;
}
.layout_newsletter_module h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 50%;
	margin: 0px 0px 0px -41px;
	position: absolute;
	width: 82px;
}
.layout_newsletter_module input[type="text"] {
	background: #ffffff;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #c5c5c5;
}
.layout_newsletter_module input[type="button"],
.layout_newsletter_module input[type="submit"] {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.newsletter_module_terms {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;	
}
.newsletter_module_terms label {
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
.newsletter_module_terms input[type="checkbox"] {
	vertical-align: middle;
	margin: 0px 10px 2px 0px;
}
.layout_newsletter_module a,
.layout_newsletter_module a:link,
.layout_newsletter_module a:visited {
	color: #242424;
	text-decoration: underline;
}



/* RESPONSIVE FORM */
.responsive_form_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.responsive_form_wrapper h2 {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}
.responsive_form_wrapper h2::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
}
.responsive_form_wrapper div.form_element_row {
	margin: 0px 0px 15px 0px !important;
	padding: 0px 0px 0px 0px;
}
.form_element_row_hint_below {
	font: normal 12px/16px 'Open Sans', Arial, Helvetica;
	color: #7b7b7b;
	cursor: help;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.form_element_row div.col-sm-3,
.form_element_row div.col-sm-4,
.form_element_row div.col-sm-8,
.form_element_row div.col-sm-9 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.form_element_row div.col-xs-2,
.form_element_row div.col-xs-3,
.form_element_row div.col-xs-4,
.form_element_row div.col-xs-8,
.form_element_row div.col-xs-9,
.form_element_row div.col-xs-10 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form_element_row div.col-sm-8 div.col-xs-1,
.form_element_row div.col-sm-8 div.col-xs-11 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
	.form_element_row div.col-sm-3 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;	
	}
	.form_element_row div.col-sm-4 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;	
	}
}
.form_element_row select,
.form_element_row input,
.form_element_row button {
	width: 100%;
}
.form_element_row div.col-sm-8 input[type="text"],
.form_element_row div.col-sm-8 select,
.form_element_row div.col-sm-8 textarea {
	width: 91.5%;
}
.form_element_row div.col-sm-8 div.col-xs-11 input[type="text"],
.form_element_row div.col-sm-8 div.col-xs-11 select,
.form_element_row div.col-sm-8 div.col-xs-11 textarea {
	width: 100%;
}
.form_element_row div.col-xs-2 input[type="text"],
.form_element_row div.col-xs-2 select,
.form_element_row div.col-xs-2 textarea {
	width: 90%;
}
.form_element_row div.col-xs-4 input[type="text"],
.form_element_row div.col-xs-4 select,
.form_element_row div.col-xs-4 textarea {
	width: 90%;
}
.form_element_row div.col-xs-8 input[type="text"],
.form_element_row div.col-xs-8 select,
.form_element_row div.col-xs-8 textarea {
	width: 100%;
}
.form_element_row div.col-xs-10 input[type="text"],
.form_element_row div.col-xs-10 select,
.form_element_row div.col-xs-10 textarea {
	width: 100%;
}
/* RESPONSIVE FORM CHECKBOXES */
.form_element_row div.col-sm-8 input[type="checkbox"] {
	width: auto; /* RESET FROM 100% */
}
.form_element_row .form_element_checkboxes {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form_element_row .form_element_checkbox {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form_element_row .form_element_checkbox .form_checkbox {
	position: relative;
	top: 4px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.form_element_row .form_element_checkboxes a,
.form_element_row .form_element_checkboxes a:link,
.form_element_row .form_element_checkboxes a:visited {
	text-decoration: underline;
}
/* RESPONSIVE FORM RADIOS */
.form_element_row div.col-sm-8 input[type="radio"] {
	width: auto; /* RESET FROM 100% */
}
.form_element_radios {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.form_element_radios input.contact_form_element_radio {
	position: relative;
	top: 2px;
	margin: 0px 5px 0px 10px;
}
.form_element_radios input.contact_form_element_radio:first-child {
	margin: 0px 5px 0px 0px;
}
.form_element_radios ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form_element_radios ul li {
	float: left;
	padding: 0px 0px 0px 10px;
}
@media 	screen and (max-width: 480px) {
	.form_element_radios ul li {
		float: none;
		padding: 0px 0px 0px 0px;
	}
}
.form_element_radios ul li:first-child {
	padding: 0px 0px 0px 0px;
}
/* RESPONSIVE FORM FILEUPLOAD */
.responsive_form_wrapper div.contact_form_file_attachment_css_styled {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
.responsive_form_wrapper div.contact_form_file_attachment_css_styled i.fa {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;	
}
.responsive_form_wrapper div.contact_form_element_file_attachment input[type="text"][disabled] {
	background: #ffffff;
	width: 210px;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #c5c5c5;
}
@media 	screen and (max-width: 480px) {
	.responsive_form_wrapper div.contact_form_element_file_attachment input[type="text"][disabled] {
		width: 145px;
	}
}
.responsive_form_wrapper div.contact_form_element_file_attachment input[type="file"],
.responsive_form_wrapper div.contact_form_element_file_attachment input[type="file[]"] {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.contact_form_file_attachment_button_span,
.contact_form_file_attachment_button_add {
	background: #242424;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #242424 !important;
	border-left: none !important;
	display: inline-block;
	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;
}
.contact_form_file_attachment_button_add {
	width: 100%;
}
.contact_form_file_attachment_button_add i.fa {
	font-size: 10px !important;
	padding: 0px 10px 0px 0px;
}
.contact_form_file_attachment_button_span:hover,
.contact_form_file_attachment_button_add:hover {
	background: #242424;
	border: 1px solid #242424;
	color: #ffffff;	
}
.contact_form_element_file_attachment_cloneable {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
}
/* RESPONSIVE FORM BUTTONS */
.form_element_row .form_element_buttons {
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.form_element_row .form_element_buttons div.col-sm-6 button[type="button"],
.form_element_row .form_element_buttons div.col-sm-6 button[type="submit"] {
	width: 95%;
}
@media (max-width: 768px) {
	.form_element_row .form_element_buttons div.col-sm-6 button[type="button"],
	.form_element_row .form_element_buttons div.col-sm-6 button[type="submit"] {
		width: 100%;
		margin: 0px 0px 15px 0px;
	}
}
.form_element_row button {
	padding: 5px 0px 5px 0px;
}
.form_element_row button i.fa {
	padding: 0px 10px 0px 0px;
}



/* CONTACT FORM */
.contact_form_element {
	line-height: 31px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
@media 	screen and (max-width: 480px) {
	.contact_form_element {
		line-height: 31px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.contact_form_element .width_330 {
		width: 260px !important;
	}
	.contact_form_element .width_300 {
		width: 300px !important;
	}
	.contact_form_element .width_150 {
		width: 100% !important;
	}
}
.contact_form_element_counter {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_form_element_mandatory_ {
	background: #111111;
	font: normal 10px/14px 'Open Sans',Arial,Helvetica;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 5px 0px 5px;
	margin: 0px 0px 0px 8px;
}
.contact_form_element_mandatory {
	line-height: 14px;
	margin: 3px 0px 0px 8px;
}
.contact_form_section_separator {
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_form_span_from {
	padding: 0px 6px 0px 0px;
}
.contact_form_span_to {
	padding: 0px 6px 0px 5px;
}
.contact_form_span_unit {
	padding: 0px 5px 0px 0px;
}
.contact_form_element_splitted {
	width: 123px;
}
.contact_form_buttons {
	margin: 40px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_form_buttons button {
	margin: 5px 0px 5px 0px;		
}
@media 	screen and (max-width: 480px) {
	.contact_form_buttons button {
		width: 100%;
	}
}
.contact_form_buttons i.fa {
	display: inline-block;
	font-size: 14px;
	font-weight: 200;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;	
}
.contact_form_buttons_button {
	width: 200px;
}
.contact_form_buttons_checkboxes {
	width: 330px;
}
.contact_form_checkbox {
	position: relative;
	top: 2px;
	margin: 0px 10px 0px 0px;
}
.contact_form_element_radios {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.contact_form_element_radios input.contact_form_element_radio {
	position: relative;
	top: 2px;
	margin: 0px 5px 0px 10px;
}
.contact_form_element_radios input.contact_form_element_radio:first-child {
	margin: 0px 5px 0px 0px;
}
.contact_form_element_radios ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_form_element_radios ul li {
	float: left;
	padding: 0px 0px 0px 10px;
}
@media 	screen and (max-width: 480px) {
	.contact_form_element_radios ul li {
		float: none;
		padding: 0px 0px 0px 0px;
	}
}
.contact_form_element_radios ul li:first-child {
	padding: 0px 0px 0px 0px;
}
.contact_form_textarea {
	height: 98px;
}
.contact_form_file_attachment_css_styled {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
.contact_form_file_attachment_css_styled i.fa {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;	
}
.contact_form_element_file_attachment input[type="text"][disabled] {
	background: #ffffff;
	width: 191px;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #c5c5c5;
}
@media 	screen and (max-width: 480px) {
	.contact_form_element_file_attachment input[type="text"][disabled] {
		width: 145px;
	}
}
.contact_form_element_file_attachment input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.layout_contact_form a,
.layout_contact_form a:link,
.layout_contact_form a:visited {
	color: #242424;
	text-decoration: none;
}
.layout_contact_form a:hover {
	text-decoration: underline;
}
/* CONTACT FORM ERROR MESSAGES */
.contact_form_errors ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.contact_form_errors ul li {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
	cursor: help;
}
.contact_form_errors ul li label {
	cursor: pointer;
}
.contact_form_errors {
	/* background: #eeeeee; */
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
}
.contact_form_errors h2 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	/* font-size: 1vw; */
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
}
/*
.contact_form_errors h2:after {
	background: #019CDF;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 8px;
	content: 'Hinweis';
}
*/
/* PREVIEW MAIL CONTENT */
.contact_form_preview_mail_content table, tr, td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_form_preview_mail_content td {
	padding: 0px 0px 10px 0px;
}



/* XMAP / SITEMAP */
.layout_xmap_description {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
#xmap ul li a,
#xmap ul li a:link,
#xmap ul li a:visited {
	text-decoration: none;
}
#xmap ul li a:hover {
	text-decoration: underline;
}
#xmap ul.level_0 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#xmap ul.level_0 li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#xmap ul.level_1 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#xmap ul.level_1 li {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat left 8px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 15px;
	list-style: none;
}
#xmap ul.level_2 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}



/* SOCIAL MEDIA */
/* 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: 25%;
	/* right: 0; */
	z-index: 9999;
}
.layout_socialmedia_sidebar_right {
	right: 0;
}
.layout_socialmedia_sidebar_left {
	left: 0;
}
/* 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;
}
.socialmedia_sidebar_flat_icon_inner {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #ffffff;
}
.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: block;
	color: #ffffff;
}
.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;
}



/* GOOGLE MAPS */
.gm-style-iw {
	color: #010101;
	width: 180px; 
	min-height: 80px;
}
/* INFO WINDOW / INFOBOX */
.google_maps_infowindow {
	width: 320px;
	font: normal 13px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	margin: 0px 21px 0px 0px;
}
.google_maps_infowindow_content {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	text-align: left;
}
.google_maps_infowindow_title {
	font-weight: 600;
}
.google_maps_infowindow_href a,
.google_maps_infowindow_href a:link,
.google_maps_infowindow_href a:visited {
	color: #010101;
	text-decoration: underline;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.google_map div.google_maps_infowindow_inner {
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}
.google_map div.google_maps_infowindow_img {
	background: transparent url(../images/map_250x110.png) no-repeat left top;
	width: 250px; 
	height: 110px;
	display: block;
}
.google_map div.google_maps_infowindow_box img {
	border: 4px solid #ffffff;
	/* box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3); */
}
.google_maps_infowindow div.google_maps_infowindow_href img {
	border: none;
	margin: 2px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
}
.google_map div.google_maps_infowindow_arrow 	{
	position: absolute;
	z-index: 999;
	left: 50%;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 15px 15px 0px 15px;
	border-color: #ffffff transparent transparent transparent;
}



/* STATIC SIDEBAR BOXES */
.static_sidebar_box {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.static_sidebar_box h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.static_sidebar_box h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.static_sidebar_box h3:hover::after {
	width: 100px;
}
.static_sidebar_box a,
.static_sidebar_box a:link,
.static_sidebar_box a:visited {
	text-decoration: none !important;
}
.static_sidebar_box_inner {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.static_sidebar_box_inner a,
.static_sidebar_box_inner a:link,
.static_sidebar_box_inner a:visited {
	text-decoration: none !important;
}




/* CONTACTS IMAGE GRID MODULE */
.layout_contacts_image_grid {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_contacts_image_grid h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.layout_contacts_image_grid h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
}
.contacts_image_grid_cat_separator {
	background: #1B1B1B;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 10px 20px;
}
.layout_contacts_image_grid div.col-sm-4,
.layout_contacts_image_grid div.col-xs-6,
.layout_contacts_image_grid div.col-md-6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_contacts_image_grid div.col-xs-6:first-child .contacts_image_grid_item,
.layout_contacts_image_grid div.col-md-6:first-child .contacts_image_grid_item {
	margin: 0px 0px 30px 0px;
	padding: 0px 15px 0px 0px;
}
.layout_contacts_image_grid div.col-xs-6:last-child .contacts_image_grid_item,
.layout_contacts_image_grid div.col-md-6:last-child .contacts_image_grid_item {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 15px;
}
@media (max-width: 991px) {
	.layout_contacts_image_grid div.col-xs-6:first-child .contacts_image_grid_item,
	.layout_contacts_image_grid div.col-md-6:first-child .contacts_image_grid_item,
	.layout_contacts_image_grid div.col-xs-6:last-child .contacts_image_grid_item,
	.layout_contacts_image_grid div.col-md-6:last-child .contacts_image_grid_item {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.layout_contacts_image_grid .contacts_image_grid_item {
		margin: 0px 0px 40px 0px !important;
		padding: 0px 0px 0px 0px;
	}
	/*
	.layout_contacts_image_grid .contacts_image_grid_item:last-child {
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px;
	}
	*/
}
.contacts_image_grid_item_odd {
	margin: 0px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.contacts_image_grid_item_even {
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
}
@media 	screen and (max-width: 768px) {
	.contacts_image_grid_item_odd {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
	.contacts_image_grid_item_even {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
}
.contacts_image_grid_item_description {
	background: #ffffff;
	min-height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.contacts_image_grid_item_description h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 2px solid #019CDF;
}
.contacts_image_grid_item_contactdata {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contacts_image_grid_item_description_explained {
	min-height: 55px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contacts_image_grid_item_label {
	width: 100px;
}
@media 	screen and (max-width: 480px),
			screen and (max-width: 380px), 
		 	screen and (max-width: 320px) {
	.contacts_image_grid_item_label {
		width: 30px;
	}
}
.contacts_image_grid_item_icon {
	width: 25px;
	display: inline-block;
	line-height: 18px;
	color: #242424; /* #242424 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contacts_image_grid_item_email a,
.contacts_image_grid_item_email a:link,
.contacts_image_grid_item_email a:visited {
	text-decoration: none;
}
.contacts_image_grid_item_email a:hover {
	text-decoration: underline;
}



/* CONTACTS MODULE */
.layout_contacts {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;	
}
.layout_contacts_names {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.layout_contacts_names a,
.layout_contacts_names a:link,
.layout_contacts_names a:visited {
	color: #242424;
	text-decoration: none;
}
.layout_contacts_names a:hover {
	text-decoration: underline;
}



/* ACCORDION CONTACTS */
.codedesign_accordion_wrapper {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#codeDESIGN_accordion .ui-accordion-content {  
	width: 100%;
}
#codeDESIGN_accordion .ui-accordion-content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#codeDESIGN_accordion .ui-accordion-content a,
#codeDESIGN_accordion .ui-accordion-content a:link,
#codeDESIGN_accordion .ui-accordion-content a:visited {  

}  
#codeDESIGN_accordion .codedesign_accordion_item {
	border-bottom: 1px solid #f1f1f1;
}
#codeDESIGN_accordion .codedesign_accordion_item:last-child {
	border-bottom: none;
}
#codeDESIGN_accordion .ui-accordion-header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
#codeDESIGN_accordion .ui-accordion-header:hover {
	background: #ffffff;	
}
#codeDESIGN_accordion .ui-accordion-header-active,
#codeDESIGN_accordion .ui-accordion-content-active {
	/* background: #f9f9f9; */
	/* background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat right 8px; */
}
#codeDESIGN_accordion .ui-accordion-content-active {
	/*
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 );
	*/
}
.codedesign_accordion {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.codedesign_accordion_header_inner {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.codedesign_accordion_header_icon {
	width: 25px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.codedesign_accordion_header_inner_name_ {
	font: normal 15px/15px 'Open Sans',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	letter-spacing: -1px;
	color: #F3961A;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
}
.codedesign_accordion_header_inner_name {
	font-weight: 400;
}
.codedesign_accordion_header_inner_position {
	/* color: #595959; */
}
.codedesign_accordion_header_inner_image {
	width: 80px;
	height: 45px;
	display: block;
	/*
	-webkit-border-radius: 40px;
	border-radius: 40px;
	*/
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.codedesign_accordion_header_inner_image a,
.codedesign_accordion_header_inner_image a:link,
.codedesign_accordion_header_inner_image a:visited {
	width: 100%;
	height: 100%;
	display: block;
}
.codedesign_accordion_content_inner {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 20px 20px;
}
.accordion_content_address {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;	
}
.accordion_content_contact {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;	
}
.accordion_content_address .stores_wrapper_contact_label,
.accordion_content_contact .stores_wrapper_contact_label {
	width: 80px;
}
.accordion_content_address .stores_wrapper_contact_icon,
.accordion_content_contact .stores_wrapper_contact_icon {
	width: 25px;
	display: inline-block;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* STORES OPENINGTIMES */
.accordion_content_openingtimes .stores_wrapper_openingtimes_label {
	width: 140px;
}






/* COLUMNS TO ACCORDION / AS ACCORDION - TRIGGER */
.column_to_accordion_heading div.prefooter_table_box_heading_trigger {
	display: none;
}
@media  	screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
		
	.column_to_accordion_heading div.prefooter_table_box_heading_trigger i.fa {
		line-height: 50px;
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 0px 0px;	
	}	
	.column_to_accordion_heading div.prefooter_table_box_heading_trigger {
		display: inline;
	}			
	.column_to_accordion_heading div.prefooter_table_box_heading_trigger i.fa-plus {
		display: inline;
	}
	.column_to_accordion_heading div.prefooter_table_box_heading_trigger i.fa-minus {
		display: none;
	}
	.column_to_accordion_heading.active div.prefooter_table_box_heading_trigger i.fa-plus {
		display: none;
	}
	.column_to_accordion_heading.active div.prefooter_table_box_heading_trigger i.fa-minus {
		display: inline;
	}

}



/* COLUMNS TO ACCORDION / AS ACCORDION */
@media  	screen and (max-width : 768px),
			screen and (max-width : 480px),
			screen and (max-width : 320px) {
			
	.column_to_accordion_heading {
		position: relative;
		cursor: pointer;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.column_to_accordion_heading:hover {
		background: #1d1d1d;
	}
	/*
	.column_to_accordion_heading:after {
		content: '+';
		font-size: 23px;
		font-weight: 400;
		position: absolute;
		top: 26px;
		right: 20px;
		display: block;
	}
	.column_to_accordion_heading.active {
		
	}
	.column_to_accordion_heading.active:after {
		content: '-';
		font-size: 23px;
		font-weight: 400;
	}
	*/
	.column_to_accordion_content { 
  		overflow: hidden;
	}
	.column_to_accordion_content {
  		max-height: 0;
  		-webkit-transition: max-height 0.3s ease-out;
  		-moz-transition: max-height 0.3s ease-out;
  		-ms-transition: max-height 0.3s ease-out;
  		-o-transition: max-height 0.3s ease-out;
  		transition: max-height 0.3s ease-out;
	}
	.column_to_accordion_content.active {
		max-height: 630px;
	}

}
/* COLUMNS TO ACCORDION / AS COLUMNS */
@media all and (min-width:50em) {
	.column_to_accordion_heading {
		cursor: default;
	} 
	.column_to_accordion_heading.active {
		background: none;
	}
	.column_to_accordion_heading:after, 
	.column_to_accordion_heading.active:after {
		content: '';
	} 
	.column_to_accordion_content,
	.column_to_accordion_content.active {
		max-height: none; 
	}
}



/* CSS TABS */
ul.codedsign_css_tabs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul.codedsign_css_tabs li {
	background: none;
	color: #444444;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	cursor: pointer;
}
ul.codedsign_css_tabs li.current {
	background: #ffffff;
	color: #444444;
}
.codedsign_css_tab_content {
	display: none;
	background: #ffffff;
	padding: 10px 20px 10px 20px;
}
.codedsign_css_tab_content.current {
	display: inherit;
}



/* TURNIER-TABELLE */
.featured_static_content_botton_calendar {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_turnniertabelle_headings {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #b2b2b2;
}
.turnniertabelle_item {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #b2b2b2;
}
.turnniertabelle_item:hover {
	background-color: #e8e8e8;
}
.turnniertabelle_div {
	margin: 2px 0px 2px 0px;
	padding: 4px 0px 3px 0px;
}
.turnniertabelle_datum {

}
.turnniertabelle_turnier {

}
.turnniertabelle_turnier_ span {
	font-size: 11px;
	color: #A0A0A0;
}
.turnniertabelle_datum_heading, 
.turnniertabelle_datum {
	width: 110px;
	text-indent: 10px;
}
.turnniertabelle_optionen {

}
.turnniertabelle_hinweis {
	font: normal 11px/11px Arial,Helvetica;
	color: #A0A0A0;
	text-align: right;
	padding: 10px 0px 0px 0px;
	cursor: help;
}



/* GMH */
.layout_com_golfmithunden {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_com_golfmithunden h1 {
	font: normal 26px/26px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.layout_com_golfmithunden h1::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.layout_com_golfmithunden h1:hover::after {
	width: 100px;
}
.layout_com_golfmithunden div.listing_items ul.items_list {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_com_golfmithunden div.listing_items ul.items_list {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}
.layout_com_golfmithunden div.listing_items ul.items_list li:nth-child(odd) div.listing_item {
	background: #ffffff;
}
.layout_com_golfmithunden div.listing_items ul.items_list li:nth-child(even) div.listing_item {
	background: #EFEFEF;
}
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item a,
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item a:link,
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item a:visited {
	text-decoration: none;
}
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item i.fa-check,
.layout_com_golfmithunden div.com_golfmithunden_legende i.fa-check,
.layout_com_golfmithunden_details i.fa-check {
	color: #83BA1F;
}
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item i.fa-times,
.layout_com_golfmithunden div.com_golfmithunden_legende i.fa-times,
.layout_com_golfmithunden_details i.fa-times {
	color: #ff3737;
}
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item i.fa-question,
.layout_com_golfmithunden div.com_golfmithunden_legende i.fa-question,
.layout_com_golfmithunden_details i.fa-question {
	color: #238AE6;
}
.layout_com_golfmithunden div.listing_items ul.items_list div.listing_item div.listing_item_flag img {
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 0px 0px;
}
.layout_com_golfmithunden div.com_golfmithunden_legende i.fa {
	width: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}



/* GMH DETAILS */
.layout_com_golfmithunden_details h1 {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}
.layout_com_golfmithunden_details h1::after {
	background: #019CDF;
	width: 82px;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	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;
}
.layout_com_golfmithunden_details h1:hover::after {
	width: 100px;
}
.layout_com_golfmithunden_details div.com_golfmithunden_row {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_com_golfmithunden_details div.com_golfmithunden_row_item_flag {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_com_golfmithunden_details div.google_map {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_com_golfmithunden_details div.google_map, .google_map_inner {
	display: block;
}



/* GMH SIDEBAR LISTING */
.responsive_googlemaps_locator_side_listing_wrapper {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.responsive_googlemaps_locator_side_listing_items div.responsive_googlemaps_locator_side_listing_item:nth-child(odd) {
	background: #ffffff;
}
.responsive_googlemaps_locator_side_listing_items div.responsive_googlemaps_locator_side_listing_item:nth-child(even) {
	background: #EFEFEF;
}
.responsive_googlemaps_locator_side_listing_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.responsive_googlemaps_locator_side_listing_item_inner {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;	
}
.responsive_googlemaps_locator_side_listing_item div.listing_item_flag img {
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 0px 0px;
}
.responsive_googlemaps_locator_side_listing_item i.fa-check {
	color: #83BA1F;
}
.responsive_googlemaps_locator_side_listing_item i.fa-times {
	color: #ff3737;
}
.responsive_googlemaps_locator_side_listing_item i.fa-question {
	color: #238AE6;
}
.responsive_googlemaps_locator_side_listing_item a,
.responsive_googlemaps_locator_side_listing_item a:link,
.responsive_googlemaps_locator_side_listing_item a:visited {
	text-decoration: none !important;
}
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_above_title h3,
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_below_title h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_above_title h3::after,
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_below_title h3::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_above_title h3:hover::after ,
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_below_title h3:hover::after{
	width: 100px;
}
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_above_introtext, 
.responsive_googlemaps_locator_side_listing_wrapper div.responsive_googlemaps_locator_content_below_introtext {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* CMS NEWSLETTER */
.layout_newsletter_user_form_subscribe {
	
}
.layout_newsletter_user_form_subscribe_description {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
#acymodifyform .contact_form_buttons {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.newsletter_list_item {
	background: #ffffff;
	margin: 20px 0px 20px 0px;
	padding: 20px 20px 20px 20px;	
}
.newsletter_list_item_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}



/* CMS */
.item-page {
	margin: 0px 0px 80px 0px;
	padding: 0px 0px 0px 0px;
}
.item-page-67 {
	margin: 0px 0px 40px 0px; /* Partner */
	padding: 0px 0px 0px 0px;
}
.item-page ul,
.category-desc ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.item-page ul li,
.category-desc ul li {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}
.item-page-9 ul li {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 8px;
	padding: 2px 0px 15px 15px;
}
.items-leading ul,
.cat-children ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.items-leading ul li,
.cat-children ul li {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}
.items-leading img.img-responsive {
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: 4px solid #EFEFEF;
}
.ul_interne_links h1 {
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.item-page h1 {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}
.item-page h1::after {
	background: #019CDF;
	width: 82px;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	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;
}
.item-page h1:hover::after {
	width: 100px;
}
.item-page h1 a,
.item-page h1 a:link,
.item-page h1 a:visited {
	text-decoration: none;
}
.item-page h2:not(:first-child),
.item-page h2 a,
.item-page h2 a:link,
.item-page h2 a:visited {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	/* font-size: 1vw; */
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	-webkit-transition: font-size 0.8s ease;
	-moz-transition: font-size 0.8s ease;
	-o-transition: font-size 0.8s ease;
	transition: font-size 0.8s ease;
}
.item-page h2 a,
.item-page h2 a:link,
.item-page h2 a:visited {
	color: #ffffff;
}
.item-page-articleBody {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}



/* CMS BLOG */
.blog h2 span.subheading-category {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	display: inline-block;
}
.blog h2 span.subheading-category::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
}
.blog div div div h2 {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 300 !important;
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.blog div div div h2::after {
	background: #019CDF;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	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;
}
.blog div div div h2:hover::after {
	width: 100px;
}
.blog div div div h2 a,
.blog div div div h2 a:link,
.blog div div div h2 a:visited {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 300 !important;
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
}



/* CMS FEATURED */
.blog-featured .item-separator {
	display: none;
}
.blog-featured div.leading-0 h1,
.blog-featured div.leading-0 h2 {
	display: none;
}



/* CMS BREADCRUMBS */
.layout_breadcrumbs {
	background: #242424;
	height: 40px;
	/*position: fixed;*/
	color: #ffffff;
	font: normal 11px/40px 'Open Sans',Arial,Helvetica;
}
.layout_breadcrumbs div.container {
	padding: 0px 15px 0px 15px;
}
.layout_breadcrumbs div.row,
.layout_breadcrumbs div.col-xs-12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* SMALL DEVICES, TABLETS */
@media only screen and (max-width : 768px) {
	.layout_breadcrumbs {
		display: none !important;
	}
}
.layout_breadcrumbs_inner {
	/* RESPONSIVE CONTAINER ! */
}
.layout_modul_breadcrumbs {
	margin: 0px 0px 0px 36px;
}
.layout_breadcrumbs_inner img {
    display: none;
}
.layout_breadcrumbs span {
	margin: 0px 0px 0px 0px;
}
.layout_breadcrumbs span a span {
	margin: 0px 0px 0px 0px;
}
.layout_breadcrumbs span.breadcrumbs_lastitem {
	margin: 0px 10px 0px 5px;
}
.layout_breadcrumbs a.pathway {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat right 5px;
	padding: 0px 16px 0px 0px;
	margin-left: 5px;
	color: #ffffff;
	text-decoration: none;
}
.layout_breadcrumbs a.pathway:hover {
	background-image: url(../images/icons/icon_arrow_weiss_full_rechts.png);
	color: #ffffff; 
	text-decoration: none;
}
.layout_breadcrumbs a.breadcrumbs_home {
	background: transparent url(../images/icons/icon_home_klein_weiss.png) no-repeat center 8px; 
	height: 15px; 
	width: 20px; 
	float: left;
	margin: 8px 5px 0px 0px; 
	text-indent: -999em; 
	/* padding: 2px 5px 5px 5px !important; */
}
.layout_breadcrumbs:hover a.breadcrumbs_home {
	/* background: #151515 url(../images/icons/icon_home_klein.png) no-repeat center center; */
}
.layout_breadcrumbs a.breadcrumbs_home_fa i.fa {
	font-size: 14px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 0px; 
}
.layout_breadcrumbs a.breadcrumbs_home_fa i.fa:hover {
	color: #019CDF;
}
.layout_breadcrumbs .breadcrumbs_showHere {
	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat right 5px;
	margin: 0px 3px 0px 0px;
	padding: 0px 12px 0px 0px;
}
.layout_breadcrumbs span.breadcrumbs_youarehere {
	background: #0B0B0B url(../images/icons/icon_arrow_weiss_links.png) no-repeat 5px center;
	/*
	border-radius: 3px;
	-webkit-border-radius: 3px;
	*/
	opacity: 0;
	filter:alpha(opacity=0);
	padding: 0px 8px 0px 15px;
	color: #ffffff;
	-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: 0px 0px 0px 40px; 
	/*float:right;*/
}
.layout_breadcrumbs:hover span.breadcrumbs_youarehere {
	opacity: 1;
	margin-left: 0;
	filter:alpha(opacity=100);
}
span.breadcrumbs_youarehere:hover {
	cursor: help;
}



/* BREADCRUMBS TO TOP */
.layout_breadcrumbs_totop_button {
	width: 40px;
	height: 40px;
	display: block;
}
.layout_breadcrumbs_totop_button_inner {
	background: url(../images/icons/icon_slider_arrows_8x40er_white.png) no-repeat left -80px;
	width: 100%;
	height: 100%;
	display: block;
	-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;
	cursor: pointer;
}
.layout_breadcrumbs_totop_button_inner:hover {
	background: url(../images/icons/icon_slider_arrows_8x40er_white.png) no-repeat left -120px;
}



/* CMS IMAGE OLD */
img.image_intro {
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: 4px solid #EFEFEF;
}



/* CMS COMPONENT */
.layout_component_columns {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 60px 0px;
}
.layout_component_columns a,
.layout_component_columns a:link,
.layout_component_columns a:visited {
	color: #ffffff;
	text-decoration: underline;
}
div.layout_component_featured .layout_component {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.6);
	margin: 0px 0px 0px 0px;
	padding: 40px 40px 40px 40px;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

div.layout_component_featured .layout_component {
	padding: 40px 20px 40px 20px;
}

}
div.layout_component_featured .layout_component img.img-responsive {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.layout_component a,
.layout_component a:link,
.layout_component a:visited,
.layout_component_featured a,
.layout_component_featured a:link,
.layout_component_featured a:visited {
	color: #242424;
	text-decoration: underline;
}
.layout_component a:hover {
	text-decoration: underline;
}
.layout_table_im_content td {
	vertical-align: text-top;
}


/* CMS BLOGVIEW */
.cat-children h3 {
	display: none;
}
div.category-desc {
	background: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
div.category-desc-inner-text {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.item-separator {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	border-bottom: 1px solid #242424;
	display: none;
}
div.article-blog-item {
	background: #ffffff;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
div.article-blog-item h2 {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
div.article-blog-item h2 a, 
div.article-blog-item h2 a:link, 
div.article-blog-item h2 a:visited,
div.article-blog-item h2 a:hover {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
div.article-blog-item-boxed-readmore h2 {
	background: #0B0B0B;
	background: rgba(11, 11, 11, 0.7);
	border-left: 4px solid #F3961A;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}
div.article-blog-item-boxed-readmore h2 a, 
div.article-blog-item-boxed-readmore h2 a:link, 
div.article-blog-item-boxed-readmore h2 a:visited,
div.article-blog-item-boxed-readmore h2 a:hover {
	font: normal 18px/40px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #242424;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
div.article-blog-item-boxed-readmore .article-blog-item-arrow {
	background: #F3961A url(../images/icons/icon_arrow_slider_box_readmore_left_right_80x80_white.png) no-repeat -40px 0px;
	width: 40px;
	height: 40px;
	display: block;
	-moz-transition: all 0.4s ease-out 0s; 
	-webkit-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
	cursor: pointer;
}
div.article-blog-item-boxed-readmore .article-blog-item-inner h2 a:hover > span.article-blog-item-arrow {
	background-position: 0px 0px;
}



/* CMS ARTICLE DATE */
dl.article-info {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	display: none;
}
dt.article-info {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.article-info dd {
	color: #242424;
	color: rgba(255, 255, 255, 0.5);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.article-info dd i {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
dl.article-info dd.category-name {
	display: none;
}



/* CMS READMORE */
div.readmore {
	background: #ffffff url(../images/icons/icon_arrow_schwarz_readmore_animated_rechts.png) no-repeat -240px 0px;
	-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: 120px;
	font: normal 11px/11px 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.readmore:hover {
	background-position: 0px 0px;
}
div.readmore a,
div.readmore a:link,
div.readmore a:visited {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
}

.item-page ul.pagenav {
	width: 100%;
	list-style: none;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.item-page ul.pagenav li {
	height: 40px;
	line-height: 42px;
	list-style: none;
	/* float: left; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.item-page ul.pagenav li.pagenav-prev {
	float: left;
}
.item-page ul.pagenav li.pagenav-next {
	float: right;
}
.item-page ul.pagenav li a,
.item-page ul.pagenav li a:link,
.item-page ul.pagenav li a:visited {
	background: #ffffff;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	display: inline-block;
	text-decoration: none;
	color: #242424;
}
.item-page ul.pagenav li a:hover {
	background: #242424;
	color: #ffffff;
}


/* CMS PAGINATION */
div.pagination {
	width: 100%;
	color: #242424;
	text-align: center;
}
div.pagination .counter {
	display: none;
}
.pagination ul {
	list-style: none;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pagination ul li {
	height: 40px;
	line-height: 42px;
	list-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
/* ACTIVE */
.pagination ul li span {
	background: #242424;
	height: 40px;
	display: inline-block;
	color: #ffffff;
	padding: 0px 8px 0px 8px;
}
/* OTHER SPANS, START, PREV, NEXT, END */
.pagination ul li.pagination-start span,
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span,
.pagination ul li.pagination-end span {
	background: none;
	color: #242424;
}
.pagination ul li a,
.pagination ul li a:link,
.pagination ul li a:visited {
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	display: inline-block;
	text-decoration: none;
	color: #242424;
}
.pagination ul li a:hover {
	background: #242424;
	color: #ffffff;
}



/* BLOG ITEMS MORE */
.items-more {
	background: #ffffff;
	color: #242424;
	margin: 20px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.items-more ol {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.items-more ol li {
	background: url(../images/icons/icon_arrow_schwarz_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}
.items-more ol li a,
.items-more ol li a:link,
.items-more ol li a:visited {
	text-decoration: none !important;
	color: #242424;
}
.items-more ol li a:hover {
	text-decoration: underline !important;
}


/* STATS / CIRCLIFUL / PIE CHARTS */
.layout_stats {
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.easypiechart_wrapper {
	width: 200px;
	margin: 0 auto;
}
.easypiechart_chart,
.easypiechart_chart_subheading {
	width: 200px;
}
.easypiechart_chart_subheading {
	text-align: center;
}
.layout_stats .easypiechart_wrapper .chart {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.layout_stats .easypiechart_wrapper .chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.layout_stats .easypiechart_wrapper .percent {
	display: inline-block;
	font: normal 25px/25px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	line-height: 200px;
	z-index: 2;
}
.layout_stats .easypiechart_wrapper .percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}



/* PDF VIEWER */
.responsive_pdf_viewer {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.responsive_pdf_viewer object, 
.responsive_pdf_viewer embed { 
	/*
	max-width: 100%; 
	height: auto; 
	*/
}



/* PRELOADER, LOADER */
.layout_website_loader {
	background: #019CDF;
	width: 0px;
	height: 2px;
	position: absolute;
	top: 0px;
	z-index: 99999;	
}



/* OVERLAY / AJAX LOADER */
.layout_overlay {
	/*
	background: #010101 url(../images/icons/ajax_loader_white.gif) no-repeat center;
	background: rgba(1, 1, 1, 0.9) url(../images/icons/ajax_loader_white.gif) no-repeat center;
	*/
	background: rgba(1, 1, 1, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 95000;
	display: none;
}
.layout_overlay_inner {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: 95001;
	top: 50%;
	font-size: 11px;
	color: #fefefe;
	text-transform: uppercase;
	text-align: center;
}
.layout_overlay_loadingbar {
	background: #fefefe; /* #F3961A */
	width: 0px;
	height: 5px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: 95001;
	top: 50%;
	display: inline-block;
}
.layout_overlay_loadingdots {
	display: inline-block;
	text-align: left;
}
.loading-container {
	position:absolute;
	top:0;
 	right:0;
	bottom:0;
	left:0;
	display:none;
}
.loading-container:before {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	margin:-50px 0 0 -50px;
	color:#fff;
	text-align:center;
	background:rgba(0,0,0,.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	content: 'loading...';
}

/* OVERLAY SPLASH */
.layout_overlay_splash {
	/* background: #121212 url(../images/itemprop_default_image_960x540.jpg) no-repeat center center; */
	background: #121212;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 95000;
	display: block;
	cursor: pointer;
}
.layout_overlay_splash img {
	width: 400px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/* LABELS */
h2.is_new_red:after {
	background: #D32A23;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px 2px 5px;
	margin: 0px 0px 0px 8px;
	z-index: 99;
	content: 'neu';	
}
h2.is_new_blue:after {
	background: #F3961A;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 8px;
	z-index: 99;
	content: 'neu';	
}
.layout_new_label h2:after {
	background: #019CDF;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 8px;
	z-index: 99;
	content: 'neu';
}
.layout_cms_content_neulabel {
	background: #019CDF;
	font: normal 10px/10px Arial,Helvetica;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 1px 5px 2px 5px;
	margin: 2px 0px 0px 10px;
	color: #ffffff !important;
	display: inline-block;
}



/* BUTTONS UND INPUTS */
textarea, input, select {
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #c5c5c5;
}
.button_black {
	background: #2D2D2D;
	border: 1px solid #282828;
	color: #f9f9f9;
	cursor: pointer;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	padding: 5px 15px 5px 15px;
	/* text-shadow: 1px 1px 1px #000000; */
}
.button {
	background: #ffffff;
	border: 1px solid #fafafa;
	color: #242424;
	cursor: pointer;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	padding: 5px 15px 5px 15px;
}
.button_white {
	background: #ffffff;
	/* border: 1px solid #c5c5c5; */
	color: #242424;	
}
.button_white_upload {
	background: #ffffff;
	border: 1px solid #c5c5c5;
	border-left: none;
	color: #242424;	
}
.button_orange {
	background: #F3961A;
	border: 1px solid #F3961A;
	color: #ffffff;	
}
.button_grey {
	background: #242424;
	border: 1px solid #242424;
	color: #ffffff;
}
.button_big {
	padding: 10px 25px 10px 25px;
	text-transform: uppercase;
}
.button_negative {
	background: #ededed;
	border: 1px solid #e6e6e6;
	color: #242424;
}
.button:hover {
	background: #3F3F3F;
	border: 1px solid #585858;
}
.button_white:hover {
	background: #fdfdfd;
	border: 1px solid #f9f9f9;
}
.button_orange:hover {
	background: #F3961A;
	border: 1px solid #F3961A;
}
.button_grey:hover {
	background: #242424;
	border: 1px solid #242424;
	color: #ffffff;
}
.button_negative:hover {
	background: #e8e8e8;
	border: 1px solid #e6e6e6;
	color: #242424;
}
a.button_grey,
a.button_grey:link,
a.button_grey:visited {
	background: #242424;
	border: 1px solid #242424;
	color: #ffffff;
	text-decoration: none;
}
a.button_grey:hover {
	background: #242424;
	border: 1px solid #242424;
	color: #ffffff;
	text-decoration: none;
}



/* GLOBAL FORM ELEMENTS */
.global_form_element {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.global_form_element_ul_li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}



/* QUOTES */
blockquote {
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before, blockquote:after {
	font: bold 55px/1px 'Open Sans', Times, serif;
	color: #ffffff;
	position: absolute;
}
blockquote:before {
	content: open-quote;
	margin: 15px 0px 0px -35px;
}
blockquote:after {
	content: close-quote;
	margin: 23px 0px 0px 20px;
} 
blockquote p {
  display: inline;
}



/* ADVERTISEMENT HOLE IN ONE */
div.ads_hint {
	font: normal 11px/11px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	color: #a9a9a9;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
}
div.ads_wallpaper #div-gpt-ad-132309493412301200-3 {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;	
}
div.ads_wallpaper_bottom #div-gpt-ad-132309493412301200-9 {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;	
}
div.ads_wallpaper_featured {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div.ads_sidebar {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	right: 0px;
	bottom: 60px;
	z-index: 9999;
}
@media only screen and (max-width : 1600px) {
	div.ads_sidebar {
		display: none;
	}
}



/* TRASITIONS */
.transition_all {
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;	
}
.transition_height {
	-webkit-transition: height 0.9s;
	-moz-transition: height 0.9s;
	-ms-transition: height 0.9s;
	-o-transition: height 0.9s;
	transition: height 0.9s;	
}
.transition_width {
	-webkit-transition: width 0.9s;
	-moz-transition: width 0.9s;
	-ms-transition: width 0.9s;
	-o-transition: width 0.9s;
	transition: width 0.9s;	
}



/* BOOTSTRAP 3.5.0 RESPONSIVE */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 1012px) {
	.container {
		width: 960px; /* regular 990px; */
	}
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.no-gutters {
	margin-left: 0px;
	margin-right: 0px;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
/* CUSTOM BOOTSTRAP OVERRIDES START */
/* IPHONE 5 AND 5S */
/* PORTRAIT AND LANDSCAPE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 0px;
		padding-right: 0px;
	}

}
/* CUSTOM BOOTSTRAP OVERRIDES END */



/* UNIVERSAL */
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.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_table {
	display: table;
	border-collapse: collapse;
}
.display_table_cell {
	display: table-cell;
}
.display_table_row {
	display: table-row;
}
.display_block {
	display: block;
}
.display_block {
	display: block;
}
.display_inline {
	display: inline;
}
.display_none {
	display: none;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
::-moz-selection {
	background: #cbcbcb;
	color: #ffffff;
}
::selection {
	background: #cbcbcb;
	color: #ffffff;
}
.circle {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
}
.reset_all {
	all: initial;
	* { all: unset; }
}
.opacity_0 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
.opacity_25 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.opacity_50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}
.opacity_75 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.opacity_100 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.width_25p {
	width: 25%;
}
.width_33p {
	width: 33.3%;
}
.width_100p {
	width: 100%;
}
.width_150 {
	width: 150px;
}
.width_280 {
	width: 280px;
}
.width_293 {
	width: 293px;
}
.width_300 {
	width: 300px;
}
.width_330 {
	width: 330px;
}
.width_345 {
	width: 345px;
}
.no_hyphens { 
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none; 
}
/* PRINT */
@media print {
	.not_printable {
		display: none;
	}
}
/* DESKTOPS 481px */
@media 	screen and (min-width: 481px) {
	.only_mobile {
		display: none;
	}
}
/* DESKTOPS 769px */
@media 	screen and (min-width: 769px) {
	.only_mobile_768 {
		display: none;
	}
}
/* MOBILE 480px */
@media 	screen and (max-width: 480px) {
	.not_mobile {
		display: none;
	}
	.only_mobile {
		display: inline-block;
		/* color: #F3961A; */
	}
	.width_150 {
		width: 80px;
	}
}
/* MOBILE 768px */
@media 	screen and (max-width: 768px) {
	.not_mobile_768 {
		display: none;
	}
	.only_mobile_768 {
		display: inline-block;
		/* color: #F3961A; */
	}
}

