/* codeDESIGN - layout.css */
@charset "utf-8";

@import url('layout_fonts.css');

html, body {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: var(--ci_color_grey);
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-locale: 'de';
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	-webkit-font-mdoothing: antialiased;
}
body.website_body.container,
body.website_body.container-fluid {
	padding: 0px 0px 0px 0px;
}
strong, b {
	font-weight: 400;
}
a[href^=tel] {
	/* FIX FOR IOS DEVICES */
	color: inherit;
	text-decoration: underline;
}



/* GLOBAL CSS VARIABLES */
:root {
	--ci_color: #009FE3;
	--ci_color_black: #6D6E71;
	--ci_color_grey: #6D6E71;
	--ci_color_grey_1: #E8EAE9;
	--ci_color_grey_2: #999999;
	--ci_color_grey_light: #999999; 
	--ci_color_font_light: #ffffff;
	--ci_color_font_dark: #6D6E71;

	--ci_color_1: #009FE3;
	--ci_color_2: #009FE3;
	--ci_color_3: #F8F8F8;
	--ci_color_4: #E8E1D9;
	--ci_color_5: #212529;
	--ci_color_6: #009375;
	--ci_color_7: #AB4338;
	--ci_color_8: #3B608B;
					
	--ci_color_accent_1: #009FE3;
	--ci_color_accent_1_hover: #009FE3;
	--ci_color_accent_2: #9D9D9C;
	--ci_color_accent_2_hover: #6D6E71;
	--ci_color_accent_3: #E8EAE9;
	--ci_color_accent_3_hover: #9D9D9C;
	--ci_color_accent_4: #2e82d3;
	--ci_color_accent_4_hover: #009FE3;
	
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--black: #0F0F0F;
	

	/* normal 38px/38px 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif */
	
	--font-h1: 							normal 42px/42px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	--font-h1_mobile:					normal 34px/34px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	
	
	/* HEADLINES IN COMPONENT VIEW */
	--font-h1_component: 			normal 30px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	--font-h1_component_mobile:	normal 30px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	--font-h2_component: 			normal 30px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	--font-h2_component_mobile:	normal 30px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	
	--font-h3_component: 			normal 20px/20px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	--font-h3_component_mobile:	normal 20px/20px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;

	--font-h4_footer: 				normal 16px/16px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	--font-h4_footer_mobile:		normal 16px/16px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
				
	--font-content: 					normal 14px/22px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;	
	--font-footer: 					normal 14px/22px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;

	--font-navigation: 				normal 16px/16px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
			
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 991px;
	--breakpoint-xl: 1200px;
}



/* HEADINGS */
h1, h2, h3, h4, h5 {
	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;
}
h1_ span {
	color: #212121;
}
h2_ span {
	color: #ffffff;
}
h1, h2 {
	font: var(--font-h1_component);
	font-style: normal;
	color: var(--ci_color_black);
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
h1::after,
h2::after {
	background: var(--ci_color_accent_1);
	bottom: -1px;
	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;
}
h1:hover:after,
h2:hover:after {
	background: var(--ci_color_accent_1);
	width: 180px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font: var(--font-h2_component);
	font-style: normal;
	color: var(--ci_color_black);
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
h3, h4 {
	font: var(--font-h3_component);
	font-style: normal;
	color: var(--ci_color_black);
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
h3::after,
h4::after {
	background: var(--ci_color_accent_1);
	bottom: -1px;
	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;
}
h3:hover:after,
h4:hover:after {
	background: var(--ci_color_accent_1);
	width: 180px;
}
h5, h6 {
	font: normal 14px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: var(--ci_color_font_dark);
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
section h6,
nav h6,
header h6,
footer h6 {
	display: none;
}



/* LOADERS AND INTRO */
div.website_loader {
	background: var(--ci_color_accent_1);
	width: 0px;
	height: 2px;
	position: absolute;
	top: 0px;
	z-index: 9999;
}
div.website_intro {
	background: rgba(255, 255, 255, 1.0);
	width: 100%;
	height: 100%; 
	position: fixed;
	vertical-align: middle;
	z-index: 999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}
div.website_intro img {
	width: 400px;
}
div.website_intro_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}



/* READING PROGRESS */
div.navigation_reading_progress_bar {
	background: transparent;
	width: 100%;
	height: 2px;
	position: fixed;
	z-index: 999999;
	top: 0px;
}
div.layout_navigation_horizontal_fixed div.navigation_reading_progress_bar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}
div.navigation_reading_progress_bar div.reading_progress_bar {
	background: var(--ci_color_accent_1);
	width: 0px;
	height: 2px;
}



/* FANCYBOX CUSTOM OVERRIDES */
div.fancybox-content {
	background: transparent !important;
}
div.fancybox-content div.modal_content_box {
	width: 66% !important;
	margin: 0 auto;
	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;
}
div.fancybox-content div.modal_content_box_inner {
	background: #ffffff;
}
@media screen and (max-width: 991px) {

	div.fancybox-content div.modal_content_box {
		width: 100% !important;
		margin: 0 auto;
	}
	div.fancybox-content div.modal_content_box div.modal_content_box_product_details {
		display: none;
	}
	div.fancybox-content div.modal_content_box div.modal_content_box_button button {
		width: auto !important;
		float: right;
	}
}
/* FANCYBOX CUSTOM CLOSE */
div.fancybox_modal_content_box_close {
	background: var(--ci_color_accent_4);
	color: var(--white);
	font-size: 20px;
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 9999;
	cursor: pointer;
	display: none;
}
div.fancybox_modal_content_box_close:hover {
	background: var(--ci_color_accent_4_hover);
}
div.fancybox_modal_content_box_close_inner {
	margin: 0px 0px 0px 0px;
	padding: 4px 6px 4px 6px	
}
div.fancybox-content div.modal_content_box div.fancybox_modal_content_box_close {
	display: inline;
}



/* MODAL CONTENT BOX */
div.modal_content_box {
	position: relative;
	margin: -40px 0px 0px 0px;
	padding: 40px 0px 0px 0px
}
@media screen and (max-width: 991px) {

	div.modal_content_box {
		margin: -20px 0px 0px 0px;
		padding: 40px 20px 0px 20px
	}

}
div.modal_content_box [class^="col-"],
div.modal_content_box [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.modal_content_box_inner {
	background: #ffffff;
	text-align: right;
	position: relative;
	border: 5px solid #2e82d3;
	padding: 0px 0px 0px 0px
}
div.modal_content_box_inner h1 {
	font: normal 32px/32px 'Myriad Pro Semibold','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--ci_color_8);
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 0px
}
div.modal_content_box_inner h1:after {
	display: none;
}
div.modal_content_box_product_title a,
div.modal_content_box_product_title a:link,
div.modal_content_box_product_title a:visited {
	text-decoration: none;
}
div.modal_content_box_product_description {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 200px	
}
@media screen and (max-width: 991px) {

	div.modal_content_box_inner h1 {
		display: none;
	}
	div.modal_content_box_product_description {
		padding: 40px 20px 20px 200px	
	}

}
div.modal_content_box_product_details {
	background: #F8F8F8;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 200px;	
}
div.modal_content_box_product_details a,
div.modal_content_box_product_details a:link,
div.modal_content_box_product_details a:visited {
	color: var(--ci_color_grey);
	text-decoration: none;
}
div.modal_content_box_image {
	position: absolute;
	left: -40px;
	top: 0px;
}
@media screen and (max-width: 991px) {

	div.modal_content_box_image {
		left: -20px;
	}

}
div.modal_content_box_image img {
	width: 300px;
}
div.modal_content_box_button {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;	
}
div.modal_content_box_button i {
	padding: 0px 10px 0px 0px;
}
div.modal_content_box_button button {
	border: 4px solid #008ec8;
	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;
}
@media screen and (max-width: 991px) {

	div.modal_content_box_button {
		padding: 20px 20px 20px 20px;
	}
	div.modal_content_box_button button {
		width: 100%;
	}

}
div.static_search button:hover {
	background: var(--white);
	color: #242424;
}
/* MODAL PRICE LABEL */
div.modal_content_box_price_label {
	background: var(--ci_color_accent_1);
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 6px 15px 9px 15px;
	left: 200px;
	top: 10px;
	z-index: 999;
}
@media screen and (max-width: 991px) {

	div.modal_content_box_price_label {
		right: 40px;
	}

}
div.modal_content_box_price_label:after {
	content: "";
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-right: 28px solid var(--ci_color_accent_1);
	position: absolute; 
	left: -28px;
	top: 0px;
}
div.modal_content_box_price_label_price {
	font: normal 30px/30px 'Myriad Pro Semibold','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--white);
	text-transform: uppercase;
}
div.modal_content_box_price_label_price_hint, 
div.modal_content_box_price_label_price_hint * {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.modal_content_box_price_label_price_hint a,
div.modal_content_box_price_label_price_hint a:link,
div.modal_content_box_price_label_price_hint a:visited,
div.modal_content_box_price_label_price_hint a:hover {
	color: var(--white);
	text-decoration: none;
}



/* MAIN PRODUCT TOP */
div.lp_main_product {
	min-height: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.lp_main_product_inner {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
}
div.lp_main_product [class^="col-"],
div.lp_main_product [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}



/* TRUSTED SHOPS BADGE */
div.lp_image_container_wide {
	position: relative;
}
div.trustedshops_badge {
	position: absolute;
	right: 40px;
	bottom: 60px;
}



/* CONTENT STRIPE */
div.static_content_stripe {
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 80px 0px	
}
div.static_content_stripe [class^="col-"],
div.static_content_stripe [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.static_content_stripe h2 {
	font: normal 36px/36px 'Myriad Pro Semibold','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--ci_color_8);
	text-transform: uppercase;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px
}
div.static_content_stripe h2:after {
	display: none;
}
div.static_content_stripe h3 {
	font: normal 24px/24px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--ci_color_8);
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px
}
div.static_content_stripe h3:after {
	display: none;
}
@media screen and (max-width: 991px) {

	div.static_content_stripe {
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 40px 0px	
	}			
	div.static_content_stripe img {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 40px 0px	
	}
	div.static_content_stripe h3 {
		font: normal 18px/18px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	}

}



/* STATIC SEARCH */
div.static_search {
	/* background: url(../images/bg_searchbox.jpg) no-repeat left top; */
	background: #2e82d3;
	background: -moz-linear-gradient(top,  #2e82d3 0%, #0262b5 100%);
	background: -webkit-linear-gradient(top,  #2e82d3 0%,#0262b5 100%);
	background: linear-gradient(to bottom,  #2e82d3 0%,#0262b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e82d3', endColorstr='#0262b5',GradientType=0 );

	color: var(--white);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.static_search_inner {
	background: url(../images/bg_static_search_inner.png) no-repeat right top;
	background-size: auto 100%;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
}
div.static_search [class^="col-"],
div.static_search [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.static_search h2 {
	font: normal 36px/36px 'Myriad Pro Semibold','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--white);
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px
}
div.static_search h2:after {
	display: none;
}
div.static_search input {
	width: 100%;
	color: #212529;
	margin: 0px 0px 15px 0px;
	padding: 12px 12px 12px 12px;
	border: 4px solid #2e82d3;
}
div.static_search button {
	background: #2e82d3;
	width: 100%;
	font: normal 16px/16px 'Myriad Pro Semibold','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--white);
	text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	padding: 12px 12px 13px 12px;
	border: 5px solid #2e82d3;
	cursor: pointer;
	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;
}
div.static_search button:hover {
	background: var(--white);
	color: #242424;
}
@media screen and (max-width: 991px) {

	div.static_search button {
		width: 100%;
		margin: 30px 0px 15px 0px;
	}

}
div.static_search button i {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px	
}
div.static_search_product_wrapper {
	width: 100%;
	height: 100%;
}
div.static_search_product {
	width: 700px;
	position: absolute;
	right: -200px;
	bottom: -250px;
}
@media screen and (max-width: 1199px) {

	div.static_search_product {
		width: 100%;
		position: relative;
		right: auto;
		bottom: auto;
	}

}
/* SEARCH PRICE LABEL */
div.static_search_product_price_label {
	background: var(--ci_color_accent_1);
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 6px 15px 9px 15px;
	left: 0px;
	bottom: 70px;
}
div.static_search_product_price_label:after {
	content: "";
	border-top: 29px solid transparent;
	border-bottom: 29px solid transparent;
	border-left: 29px solid var(--ci_color_accent_1);
	position: absolute; 
	right: -29px;
	top: 0px;
}
div.static_search_product_price {
	font: normal 30px/30px 'Myriad Pro Semibold','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--white);
	text-transform: uppercase;
}
div.static_search_product_hint, 
div.static_search_product_hint * {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.static_search_product_hint a,
div.static_search_product_hint a:link,
div.static_search_product_hint a:visited,
div.static_search_product_hint a:hover {
	color: var(--white);
	text-decoration: none;
}



/* MAGE PRODUCT SLIDER */
div.mage_products_items_slider {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 60px 0px;	
}
div.mage_products_item {
	text-align: center;
}
div.mage_products_item a,
div.mage_products_item a:link,
div.mage_products_item a:visited,
div.mage_products_item a:hover {
	color: #242424;
	text-decoration: none;
}
div.mage_products_image {
	width: 100%;
	text-align: center;
}
div.mage_products_image img {
	margin: 0px auto;
}
div.mage_products_name {
	font-size: 15px;
	font-weight: 400;
}
div.mage_products_description {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
div.mage_products_item i.fa-truck,
div.mage_products_item i.fad-truck {
	color: var(--ci_color_accent_1);
}
div.mage_products_price {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
div.mage_products_price div.topseller_product_price {
	display: block;
	color: var(--ci_color_accent_1);
	font-size: 15px;
	font-weight: 600;
	margin: 8px 0px 0px 0px;
}
div.mage_products_price div.topseller_product_baseprice {
	display: block;
	font-size: 11px;
	margin: 0px 0px 8px 0px;
}
div.mage_products_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.mage_products_button button {
	border: 4px solid #008ec8;
}
div.mage_products_button_delivery_time {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
/* MAGE PRODUCT SLIDER PRICE LABEL */
div.mage_products_image_price_label {
	background: var(--ci_color_accent_1);
	text-align: left;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 10px;
	left: 10px;
	top: 30px;
}
div.mage_products_image_price_label:after {
	content: "";
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid var(--ci_color_accent_1);
	position: absolute; 
	right: -22px;
	top: 0px;
}
div.mage_products_image_price {
	font: normal 18px/18px 'Myriad Pro Semibold','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--white);
	text-transform: uppercase;
}
div.mage_products_image_price_hint, 
div.mage_products_image_price_hint * {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--white) !important;
	text-transform: uppercase;
	text-decoration: none;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.mage_products_image_price_label div.mage_products_image_price_baseprice {
	display: none;
}
div.mage_products_image_price_hint a,
div.mage_products_image_price_hint a:link,
div.mage_products_image_price_hint a:visited,
div.mage_products_image_price_hint a:hover {
	color: var(--white);
	text-decoration: none;
}
/* SLIDER SWIPER NAVIGATION AND PAGINATION BULLETS */
div.swiper_slide_mage_products_navigation {
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.swiper_slide_content_slider_swiper_content_category_boxed_pagination {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.swiper_slide_mage_products_pagination .swiper-pagination-bullet {
	background: var(--ci_color_accent_1);
	width: 12px;
	height: 12px;
	display: inline-block;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
	border: 2px solid #008ec8;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
div.swiper_slide_mage_products_pagination .swiper-pagination-bullet-active {
  background: var(--ci_color_accent_1);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}



/* TOPLINE */
div.topline {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--ci_color_grey_light);
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px
}
div.topline [class^="col-"],
div.topline [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.topline_hotline {
	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;	
}
div.topline_hotline a,
div.topline_hotline a:link,
div.topline_hotline a:visited,
div.phone_and_mail a,
div.phone_and_mail a:link,
div.phone_and_mail a:visited {
	color: var(--ci_color_grey_light);
	text-decoration: none;
	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;
}
div.topline_hotline a:hover,
div.phone_and_mail a:hover {
	color: var(--ci_color_accent_1);
	text-decoration: none;
}
div.topline_hotline div.phone_and_mail,
div.topline_hotline div.phone_and_mail i {
	margin: 0px 15px 0px 0px;
	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;
}
div.topline_hotline div.phone_and_mail i {
	color: var(--ci_color);
}
.topline_navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
@media screen and (max-width: 991px) {
			
	.topline_navigation ul {
		float: left;
	}

}
.topline_navigation ul li {
	background: none;
	font: 400 12px/12px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	list-style: none;
	text-transform: uppercase;
	border-right: 1px solid var(--ci_color_grey_light);
}
.topline_navigation ul li:first-child {
	padding: 0px 15px 0px 0px;
}
.topline_navigation ul li:last-child {
	padding: 0px 0px 0px 15px;
	border-right: none;
}
.topline_navigation ul li a,
.topline_navigation ul li a:link,
.topline_navigation ul li a:visited {
	color: var(--ci_color_grey_light);
	text-decoration: none;
	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;
}
.topline_navigation ul li a:hover {
	color: var(--ci_color);
	text-decoration: none;
}
@media screen and (max-width: 768px) {
			
	.topline_navigation ul {
		display: none;
	}

}



/* LOGO */
div.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	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;	
}
div.logo [class^="col-"],
div.logo [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}



/* NAVIGATION */
div.navigation {
	background: #F8F8F8;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 4px solid var(--ci_color_accent_1);
}
div.navigation [class^="col-"],
div.navigation [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
div.navigation ul li {
	font: var(--font-navigation);
	font-style: normal;
	color: var(--white);
	text-transform: none;
	letter-spacing: 0px;
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
div.navigation ul li a,
div.navigation ul li a:link,
div.navigation ul li a:visited {
	color: var(--ci_color_8);
	text-decoration: none;
	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;
}
div.navigation ul li a:hover {
	color: var(--ci_color);
	text-decoration: none;
}



/* FOOTER */
.footer {
	background: #024986;
	background: -moz-linear-gradient(top,  #024986 0%, #2e82d3 100%);
	background: -webkit-linear-gradient(top,  #024986 0%,#2e82d3 100%);
	background: linear-gradient(to bottom,  #024986 0%,#2e82d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024986', endColorstr='#2e82d3',GradientType=0 );

	color: var(--white);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #1663A9;
	overflow: hidden;
	position: relative;
}
.footer_inner {
	background: url(../images/bg_footer_inner.png) no-repeat left top;
	background-size: auto 100%;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;	
}
@media only screen and (max-width: 991px) {

	.footer_inner {
		padding: 40px 0px 40px 0px;
	}
	
}
.footer div.col-md-2,
.footer div.col-md-3,
.footer div.col-md-4,
.footer div.col-md-5,
.footer div.col-md-6,
.footer div.col-md-7,
.footer div.col-md-8 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_table_box_heading h3,
.footer div.footer_table_box_heading h4 {
	font: var(--font-h4_footer);
	font-style: normal;
	color: var(--white);
	text-transform: none;
	letter-spacing: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.footer div.footer_table_box_heading h3:after,
.footer div.footer_table_box_heading h4:after {
	background: rgba(255, 255, 255, 0.6);
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 200px;
	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;
}
.footer div.footer_table_box_heading h3:hover:after,
.footer div.footer_table_box_heading h4:hover:after {
	background: rgba(255, 255, 255, 0.6);
	width: 240px;
}
.footer div.footer_table_box_heading h3 i,
.footer div.footer_table_box_heading h4 i {
	color: var(--white)
	margin: 0px 8px 0px 0px;
	padding: 0px 10px 0px 0px;
	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;
}
@media only screen and (max-width: 768px),
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {
		 	
	.footer div.footer_table_box_heading h3 i,
	.footer div.footer_table_box_heading h4 i {
		width: 30px;
	}
	
}
.footer div.footer_table_box_heading h3:hover i,
.footer div.footer_table_box_heading h4:hover i {
	color: var(--white);
}
.footer div.footer_box_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_box_content a,
.footer div.footer_box_content a:link,
.footer div.footer_box_content a:visited {
	color: var(--white);
	text-decoration: none;
	-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;
}
.footer div.footer_box_content a:hover {
	color: var(--white);
	text-decoration: underline;
}
.footer div.footer_box_content_inner {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.footer div.footer_box_phone_numbers {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_box_emails {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_box_social_links {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_box_address {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_box_address div.footer_box_address_logo img {
	width: 50%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_box_address_with_image [class^="col-"],
.footer div.footer_box_address_with_image [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.footer div.footer_box_address_image {
	border: 2px solid #ffffff;
	margin: 0px 15px 0px 0px;
	cursor: pointer;
	-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;
}
.footer div.footer_box_address_image:hover {
	border: 2px solid var(--ci_color_accent_2);
}
.footer div.footer_box_address div.footer_box_address_company_name {
	text-transform: uppercase;
	color: var(--white);
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer div.footer_box_address div.footer_box_address_company_name span.ci_color {
	color: var(--white);
	font-weight: 600;
}
.footer div.footer_box_address_below {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.footer div.footer_box_content div.footer_contact_label {
	width: 100px;
}
.footer div.footer_box_content div.footer_contact_label_short {
	width: 28px;
}
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {
		 	
	.footer div.footer_box_content div.footer_contact_label {
		width: 30px;
	}
	
}
.footer div.footer_box_content i.footer_contact_icon {
	width: 25px;
	display: inline-block;
	line-height: 18px;
	color: var(--white);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-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;
}
.footer div.footer_box_content div.footer_contact_label:hover > i.footer_contact_icon,
.footer div.footer_box_content i.footer_contact_icon:hover {
	color: var(--white);
}



/* FOOTER LOGO */
.footer_logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.footer_logo div.container {
	padding: 0px 0px 0px 0px;
}
.footer_logo div.footer_logo_img_wrapper {
	width: 240px;
	margin: 0 auto;
	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;
}
.footer_logo div.footer_logo_img {
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
@media only screen and (max-width: 768px),
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {

	.footer_logo div.footer_logo_img_wrapper {
		width: 180px;
	}
	.footer_logo div.footer_logo_img {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
	}
	
}




/* FOOTER LOGOS */
.footer_logos {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
}
@media screen and (max-width: 991px) {
			
	.footer_logos {
		padding: 20px 0px 20px 0px;
	}

}



/* FOOTER COPYRIGHT AND NAVIGATION */
.footer_copyright_and_navigation {
	background: #ffffff;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 400 12px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: var(--ci_color_grey_light);	
}
.footer_copyright_and_navigation [class^="col-"],
.footer_copyright_and_navigation [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.footer_copyright_and_navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
@media screen and (max-width: 991px) {
			
	.footer_copyright_and_navigation ul {
		float: left;
	}

}
.footer_copyright_and_navigation ul li {
	background: none;
	font: 400 12px/12px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	list-style: none;
	text-transform: uppercase;
	border-right: 1px solid var(--ci_color_grey_light);
}
.footer_copyright_and_navigation ul li:first-child {
	padding: 0px 15px 0px 0px;
}
.footer_copyright_and_navigation ul li:last-child {
	padding: 0px 0px 0px 15px;
	border-right: none;
}
.footer_copyright_and_navigation ul li a,
.footer_copyright_and_navigation ul li a:link,
.footer_copyright_and_navigation ul li a:visited {
	color: var(--ci_color_grey_light);
	text-decoration: none;
	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;
}
.footer_copyright_and_navigation ul li a:hover {
	color: var(--ci_color);
	text-decoration: none;
}
@media screen and (max-width: 768px) {
			
	.footer_copyright_and_navigation ul {
		display: none;
	}

}



/* FOOTER HINT */
.footer_hint {
	background: #ffffff;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: var(--ci_color_grey_light);
}



/* BUSINESS HOURS */
.business_hours [class^="col-"],
.business_hours [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.business_hours_footer  {
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.business_hours_times {
	background: #ffffff;
	color: var(--ci_color_grey);
	padding: 16px 16px 16px 16px;
}
.business_hours_footer div.business_hours_times_label {
	width: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
}
.business_hours_footer div.business_hours_times_active_day {
	color: var(--ci_color_black);
	font-weight: 400;
}
.business_hours_footer div.business_hours_times_inactive_day span {
	font-weight: 300;
}



/* TO TOP BUTTON */
div.totop_button_wrapper {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
	cursor: pointer;
}
div.totop_button_wording {
	background: #ffffff;
	width: 100px;
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #212121;
	position: absolute;
	right: 20px;
	bottom: 40px;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	-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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
div.totop_button_wrapper:hover div.totop_button_wording {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	bottom: 10px;
}
div.totop_button {
	background: var(--ci_color_accent_1);
	width: 38px;
	height: 38px;
	display: block;
	color: #ffffff;
	position: fixed;
	z-index: 10000;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.totop_button_wrapper:hover div.totop_button {
	background: #ffffff;
}
div.totop_button::before,
div.totop_button::after {
	content: "\f077"; /* f5c9 */
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.6em;
	display: block;
	position: absolute;
	-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;
}
div.totop_button::before {
	margin: 9px 0px 0px 9px	
}
div.totop_button::after {
	margin: 39px 0px 0px 9px;
}
div.totop_button_wrapper:hover div.totop_button::before {
	color: #222222;
	margin: -39px 0px 0px 9px;
}
div.totop_button_wrapper:hover div.totop_button::after {
	color: #222222;
	margin: 9px 0px 0px 9px;
}



/* 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;
}



/* COLUMNS TO ACCORDION / AS ACCORDION - TRIGGER */
.column_to_accordion_heading div.footer_table_box_heading_trigger {
	color: var(--white);
	display: none;
	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;
}
.column_to_accordion_heading div.footer_table_box_heading_trigger:hover {
	color: var(--white);
}
.column_to_accordion_heading.active div.footer_table_box_heading_trigger {
	color: var(--white);
}
.column_to_accordion_heading:hover div.footer_table_box_heading h4 {
	color: var(--white);	
}
.column_to_accordion_heading.active div.footer_table_box_heading h4 {
	color: var(--white);
}
@media only screen and (max-width: 992px),
@media only screen and (max-width: 768px),
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {	
		
	.column_to_accordion_heading div.footer_table_box_heading_trigger {
		display: inline;
	}			
	.column_to_accordion_heading div.footer_table_box_heading_trigger i.fa-plus {
		display: inline;
	}
	.column_to_accordion_heading div.footer_table_box_heading_trigger i.fa-minus {
		display: none;
	}
	.column_to_accordion_heading.active div.footer_table_box_heading_trigger i.fa-plus {
		display: none;
	}
	.column_to_accordion_heading.active div.footer_table_box_heading_trigger i.fa-minus {
		display: inline;
	}

}
/* COLUMNS TO ACCORDION / AS ACCORDION */
@media only screen and (max-width: 992px),
@media only screen and (max-width: 768px),
@media only screen and (max-width: 480px),
@media only screen and (max-width: 320px) {	
			
	.column_to_accordion_heading {
		position: relative;
		cursor: pointer;
		outline: none;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	.column_to_accordion_heading:hover {
		background: none;
	}
	.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;
	}	
	/* FOOTER COLUMNS */
	.footer_box_content.column_to_accordion_content.active div.footer_box_content_inner {
		margin: 0px 0px 0px 0px;
		padding: 0px 12px 40px 30px;	
	}
	.footer_box_content.column_to_accordion_content.active div.business_hours_footer {
		padding: 0px 0px 0px 0px;	
	}

}
/* 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; 
	}
}



/* RESPONSIVE FORM */
.responsive_form_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.layout_com_codedesign_contactform div.responsive_form_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
}
.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 input[type="password"],
.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 input[type="password"],
.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 input[type="password"],
.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 input[type="password"],
.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 input[type="password"],
.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 input[type="password"],
.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: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form_element_row .form_element_checkboxes div.form_element_checkbox {
	line-height: 22px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}
.form_element_row .form_checkbox {
	position: relative;
	top: 2px;
	margin: 0px 10px 0px 0px;
}
.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 14px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #010101;
	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;
}
/* RESPONSIVE FORM BUTTONS */
.form_element_row .form_element_buttons {
	margin: 30px 0px 0px 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: 10px 20px 10px 20px;
}
.form_element_row button i.fal {
	padding: 0px 10px 0px 0px;
}
.contact_form_element_mandatory {
	line-height: 14px;
	margin: 3px 0px 0px 8px;
}
.contact_form_element_mandatory i {
	color: var(--ci_color_accent_1);
}
/* RESPONSIVE CONTACT FORM */
.contact_form_file_attachment_button_span,
.contact_form_file_attachment_button_add {
	background: var(--ci_color_accent_1);
	font: normal 14px/20px 'Open Sans', Arial, Helvetica;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	border: none;
	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: #ffffff;
	color: #010101;
	border: none;
}
.contact_form_element_file_attachment_cloneable {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
}
/* RESPONSIVE CONTACT FORM ERROR MESSAGES */
.contact_form_errors ul {
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_form_errors ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.contact_form_errors ul li:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.4em;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
	-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;
}
.contact_form_errors ul li:hover:before {
	color: var(--ci_color);
	left: 6px;
}



/* BUTTONS UND INPUTS */
textarea, input, select {
	font: normal 14px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #010101;
	margin: 0px 0px 0px 0px;
	padding: 6px 5px 7px 5px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
}
.button,
.button_com_finder,
.href_button {
	background: var(--ci_color_accent_1);
	font: normal 12px/19px 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	cursor: pointer;
	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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}
.button:hover,
.button_com_finder:hover,
.href_button:hover {
	background: #ffffff;
	color: #010101;
}



/* IOS REMOVE BORDER AND SHADOW */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	@include border-radius(0);
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
}
.href_big_button_white_wrapper {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.href_big_button_white {
	background: #ffffff;
	font: normal 19px/19px 'Raleway', Helvetica, sans-serif;
	font-weight: 500;
	color: #282828;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
}



/* READMORE INLINE */
a.readmore_inline,
a.readmore_inline:link,
a.readmore_inline:visited {
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: var(--ci_color_font_dark);
	text-decoration: none;
	position: relative;
	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;
}
a.readmore_inline:hover {
	color: var(--ci_color_accent_1);
}
a.readmore_inline_white,
a.readmore_inline_white:link,
a.readmore_inline_white:visited,
a.readmore_inline_white:hover {
	color: var(--white);
}
a.readmore_inline:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.4em;
	color: var(--ci_color_accent_1);
	-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 0px;
	padding: 0px 10px 0px 5px;
	position: absolute;
	left: 0px;
	display: inline-block;
	clear: both;
}
a.readmore_inline:hover:before {
	color: var(--ci_color_font_dark);
}
a.readmore_inline_white:hover:before {
	color: var(--white);
}



/* HOVER TRIGGER 
if the cube is directly inside the container:
#container:hover > #cube { background-color: yellow; }

if cube is next to (after containers closing tag) the container:
#container:hover + #cube { background-color: yellow; }

if the cube is somewhere inside the container:
#container:hover #cube { background-color: yellow; }

if the cube is a sibling of the container:
#container:hover ~ #cube { background-color: yellow; }
*/



/* GRADIENT 50:50 */
.gradient_50_50 {
	background: -webkit-linear-gradient(right, #e2e2e2 50%, #ffffff 50%);
	background: -o-linear-gradient(right, #e2e2e2 50%, #ffffff 50%);
	background: -moz-linear-gradient(right, #e2e2e2 50%, #ffffff 50%);
	background: linear-gradient(to right, #e2e2e2 50%, #ffffff 50%);	
}



/* 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;	
}



/* 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) {}



/* BOOTSTRAP 3.5.0 RESPONSIVE */
/* BREAKPINTS */
@media only screen and (min-width: 768px) 		{ /* .container { width: 750px; } */ }
@media only screen and (min-width: 992px) 		{ /* .container { width: 970px; } */ }
@media only screen and (min-width: 1200px) 	{ /* .container { width: 1170px; } */ }

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .hide_on_small {
    display: none !important;
  }
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .hide_on_medium {
    display: none !important;
  }
  
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1012px) {
	
}
.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;
}
.col-no-padding * [class^="col-"], 
.col-no-padding * [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.no-padding {
	padding: 0px 0px 0px 0px;
}
.no-margin {
	margin: 0px 0px 0px 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;
}
video {
	width: 100%;
	height: auto;
}
.scrollreveal_wrapper {
	overflow: hidden !important;
}
.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_inline {
	display: inline;
}
.display_none {
	display: none;
}
.overflow_hidden {
	overflow: hidden !important;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
::-moz-selection {
	background: #cbcbcb;
	color: #ffffff;
}
::selection {
	background: #cbcbcb;
	color: #ffffff;
}
::-webkit-input-placeholder {
  color: #7e7e7e;
}
::-moz-placeholder {
  color: #7e7e7e;
}
:-ms-input-placeholder {
  color: #7e7e7e;
}
:-moz-placeholder {
  color: #7e7e7e;
}
.circle {
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
	width: 200px;
	height: 200px; 
}
.fade_in_on_scroll {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
.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;
}
.rotate_90 {
	-moz-transform: rotate(90deg);  
	-webkit-transform: rotate(90deg);  
	-o-transform: rotate(90deg);  
	-ms-transform: rotate(90deg);
}
.rotate_180 {
	-moz-transform: rotate(180deg);  
	-webkit-transform: rotate(180deg);  
	-o-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);
}
.rotate_270 {
	-moz-transform: rotate(270deg);  
	-webkit-transform: rotate(270deg);  
	-o-transform: rotate(270deg);  
	-ms-transform: rotate(270deg);
}
.rotate_360 {
	-moz-transform: rotate(360deg);  
	-webkit-transform: rotate(360deg);  
	-o-transform: rotate(360deg);  
	-ms-transform: rotate(360deg);
}
.scale_25 {
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
}
.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_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 / TABLETS */
@media only screen and (min-width: 991px) {
	.only_tablet {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.not_tablet {
		display: none;
	}
	.only_tablet {
		display: inline-block;
	}
}
/* MOBILE PHONES */
@media only screen and (min-width: 481px) {
	.only_mobile {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.not_mobile {
		display: none;
	}
	.only_mobile {
		display: inline-block;
	}
	.width_150 {
		width: 80px;
	}
}



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