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

html, body {
	background: #ffffff url(https://archiv.zahnaerzte-in-regensburg.de/xx_j35_v2/a_layout/x_landingpages/images/bg_triangles.png) repeat-y right top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* LOADERS AND INTRO */
div.website_loader {
	background: #ffffff;
	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: #0074a5;
	background: -moz-linear-gradient(left,  #0074a5 0%, #35a9da 100%);
	background: -webkit-linear-gradient(left,  #0074a5 0%,#35a9da 100%);
	background: linear-gradient(to right,  #0074a5 0%,#35a9da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a5', endColorstr='#35a9da',GradientType=1 );
	width: 0px;
	height: 4px;
}



/* FIXED LABELS */
div.static_fixed_label {
	background: #0074a5;
	background: -moz-linear-gradient(left,  #0074a5 0%, #35a9da 100%);
	background: -webkit-linear-gradient(left,  #0074a5 0%,#35a9da 100%);
	background: linear-gradient(to right,  #0074a5 0%,#35a9da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a5', endColorstr='#35a9da',GradientType=1 );
	position: fixed;
	left: 0px;
	top: calc(50% - 160px);
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	z-index: 99999;
 	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
div.static_fixed_label div.static_fixed_label_title a,
div.static_fixed_label div.static_fixed_label_title a:link,
div.static_fixed_label div.static_fixed_label_title a:visited  {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 10px;
 	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	cursor: pointer;
	display: inline-block;
}
div.static_fixed_label div.static_fixed_label_title a:hover {
	/* background: #5FC4EE; */
	color: #ffffff;
}
div.static_fixed_label div.static_fixed_label_subtitle {
	font-size: 10px;
	color: #ffffff;
}
div.static_fixed_label div.static_fixed_label_subtitle a,
div.static_fixed_label div.static_fixed_label_subtitle a:link,
div.static_fixed_label div.static_fixed_label_subtitle a:visited  {
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	padding: 0px 20px 0px 30px;
}
div.static_fixed_label i {
	padding: 0px 6px 0px 0px;	
}
@media only screen and (max-width: 991px) {

	div.static_fixed_label {
		top: calc(20% - 30px);
	}
	div.static_fixed_label div.static_fixed_label a {
		font: normal 14px/14px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400 !important;
	}
	
}
@media only screen and (max-width: 480px) {

	div.static_fixed_label {
		top: calc(15% - 30px);
	}
	div.static_fixed_label div.static_fixed_label a {
		font: normal 14px/14px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 400 !important;
	}
	
}



/* LAYOUT TOP */
div.landingpage_top {
	background: #0074A5 url(https://archiv.zahnaerzte-in-regensburg.de/xx_j35_v2/a_layout/images/bg_top_fixed_gradient_260.png) no-repeat center bottom;
	width: 100%;
	position: relative;
}



/* NAVIGATION */
@media only screen and (max-width: 991px) {

	div.landingpage_navigation {
		display: none;
	}
	
}
div.landingpage_navigation div.container {
	padding: 0px;	
}



/* MOBILE NAVIGATION TRIGGER */
div.mobile_slide_navigation_trigger {
	display: inline-block !important;
	position: absolute;
	right: 20px;
	top: 60px;
	z-index: 99999;
	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;
}
@media only screen and (max-width: 991px) {

	div.mobile_slide_navigation_trigger {
		right: 20px;
		top: 0px;
	}
	
}
div.mobile_slide_navigation_trigger_fixed {
	background: #0074A5;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 10px 15px;
	position: fixed;
	right: 0px;
	top: 30px;
}
div.mobile_slide_navigation_trigger a,
div.mobile_slide_navigation_trigger a:link,
div.mobile_slide_navigation_trigger a:visited {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
div.mobile_slide_navigation_trigger span.navigation_trigger_wording {
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div.mobile_slide_navigation_trigger i.fas.fa-bars {
	display: none;
}
div.mobile_slide_navigation_trigger span.navigation_trigger_bar {
	background: #ffffff;
	width: 34px;
	height: 3px;
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 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;
}



/* HEADER PARALLAX */
.section_header_parallax { 
	width: 100%; 
	height: auto;  
	position: relative;
	overflow: hidden;
}
.layout_header_parallax_badge {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.6);
	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_header_parallax_badge_inner {
	background: transparent url(https://archiv.zahnaerzte-in-regensburg.de/xx_j35_v2/a_layout/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_header_parallax_badge_inner a,
.layout_header_parallax_badge_inner a:link,
.layout_header_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;
}
.header_parallax_stripe {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}
.header_parallax_stripe_top {
	left: 0px;
	right: 0px;
	top: 0px;
}
.header_parallax_stripe_bottom {
	left: 0px;
	right: 0px;
	bottom: 0px;	
}



/* COLUMNS */
div.landingpage_left_column {
	margin: 0px 7px 0px 0px;	
}
div.landingpage_right_column {
	margin: 0px 0px 0px 13px;	
}
@media only screen and (max-width: 991px) {

	div.landingpage_left_column {
		margin: 0px 0px 0px 0px;	
	}
	div.landingpage_right_column {
		margin: 0px 0px 0px 0px;	
	}
	
}



/* CONTENT */
.section_landingpage_content { 
	width: 100%; 
	height: auto;  
	position: relative;
	overflow: hidden;
}
div.landingpage_content {
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.landingpage_content [class^="col-"],
div.landingpage_content [class*=" col-"],
div.landingpage_content div.container {
	padding-left: 0px;
	padding-right: 0px;
}
div.landingpage_content_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;		
}
div.landingpage_content_title h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}
div.landingpage_content_title h1:after {
	background: #5FC4EE;
	width: 120px;
	height: 2px;
	bottom: -1px;
	content: "";
	left: 0px;
	transform: translateX(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;	
}
div.landingpage_content_title:hover h1:after {
	background: var(--ci_color_accent_1);
	width: 60%;
	height: 2px;
}
div.landingpage_content_item {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
}
div.landingpage_content_item_inner {
	color: var(--ci_color_black);
	margin: 0px 0px 60px 0px;
	padding: 20px 20px 40px 20px;	
}
div.landingpage_content_item a,
div.landingpage_content_item a:link,
div.landingpage_content_item a:visited {
	font-weight: 600;
	color: var(--ci_color);
	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;	
}
div.landingpage_content_item a:hover {
	color: var(--ci_color);
}
/* CONTENT ITEM READMORE */
div.landingpage_content_item_inner_readmore {
	background: #207DAC;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	margin: -28px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 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: 991px) {

	div.landingpage_content_item_inner_readmore {
		margin: -26px 0px 0px 0px;	
	}
	
}
div.landingpage_content_item_inner_readmore:hover {
	background: #5FC4EE;	
}
div.landingpage_content_item_inner_readmore a,
div.landingpage_content_item_inner_readmore a:link,
div.landingpage_content_item_inner_readmore a:visited {
	font-weight: 300;
	color: #ffffff;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 30px;
}
div.landingpage_content_item_inner_readmore a:hover {
	color: #ffffff !important;
}
div.landingpage_content_item_inner_readmore a:before {
	content: "\f324";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.3em;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 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;
}
div.landingpage_content_item_inner_readmore a:hover:before {
	color: #ffffff;
	left: 16px;
}



/* CONTENT LIST ELEMENTS */
div.landingpage_content ul,
div.landingpage_content ol {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.landingpage_content_item ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.landingpage_content ul ul,
div.landingpage_content ol ol {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div.landingpage_content ul li,
div.landingpage_content ol li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
div.landingpage_content ul li:before,
div.landingpage_content ol li:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.4em;
	color: var(--ci_color_accent_1);
	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;
}
div.landingpage_content ul li:hover:before,
div.landingpage_content ol li:hover:before {
	color: var(--ci_color_accent_1);
	left: 6px;
}
div.landingpage_content ul li a,
div.landingpage_content ul li a:link,
div.landingpage_content ul li a:visited,
div.landingpage_content ol li a,
div.landingpage_content ol li a:link,
div.landingpage_content ol li a:visited {
	font-weight: 400;
	color: var(--ci_color_black);
	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;	
}
div.landingpage_content ul li a:hover,
div.landingpage_content ol li a:hover {
	color: var(--ci_color);
	text-decoration: underline;
}



/* CONTENT SIDEBAR SERVICES */
div.landingpage_content_sidebar_services {
	background: #0074A5 url(https://archiv.zahnaerzte-in-regensburg.de/xx_j35_v2/a_layout/images/bg_landingpage_services.png) no-repeat center top;
	color: #ffffff; 
}
div.landingpage_content_sidebar_services_background {
	background: transparent url(https://archiv.zahnaerzte-in-regensburg.de/xx_j35_v2/a_layout/images/bg_landingpage_services_badge.png) no-repeat right bottom;
}
div.landingpage_content_sidebar_services_inner {
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;	
}
div.landingpage_content_sidebar_services h3 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
}
div.landingpage_content_sidebar_services ul li:before {
	color: #ffffff;
}
div.landingpage_content_sidebar_services ul li:hover:before {
	color: #ffffff;
}
div.landingpage_content_sidebar_services ul li a,
div.landingpage_content_sidebar_services ul li a:link,
div.landingpage_content_sidebar_services ul li a:visited {
	color: #ffffff;
}
div.landingpage_content_sidebar_services ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* RANDOM CONTENT ITEMS */
div.landingpage_content_random_items {
	margin: 40px 0px 0px 0px;	
}
div.landingpage_content_random_items [class^="col-"],
div.landingpage_content_random_items [class*=" col-"],
div.landingpage_content_random_items div.container {
	padding-left: 0px;
	padding-right: 0px;
}
div.landingpage_content_random_item {
	color: var(--ci_color_black);
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
}
div.landingpage_content_random_item a,
div.landingpage_content_random_item a:link,
div.landingpage_content_random_item a:visited {
	color: var(--ci_color_black);
	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;	
}
div.landingpage_content_item a:hover {
	color: var(--ci_color);
}
div.landingpage_content_random_item_content {
	background: #ffffff;
}
div.landingpage_content_random_item div.landingpage_content_random_item_title {
	width: 100%;
	text-align: left;
	padding: 20px 20px 0px 20px;	
}
div.landingpage_content_random_item div.landingpage_content_random_item_title h3 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: none;
	text-decoration: none;
	color: #207DAC;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}
div.landingpage_content_random_item div.landingpage_content_random_item_title h3:after {
	background: #5FC4EE;
	width: 120px;
	height: 2px;
	bottom: -1px;
	content: "";
	left: 0px;
	transform: translateX(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;	
}
div.landingpage_content_random_item:hover div.landingpage_content_random_item_title h3:after {
	background: var(--ci_color_accent_1);
	width: 90%;
	height: 2px;
}
div.landingpage_content_random_item_introtext {
	padding: 0px 20px 20px 20px;	
}
/* CONTENT ITEM READMORE */
div.landingpage_content_random_item_readmore {
	background: #207DAC;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 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: 991px) {

	div.landingpage_content_random_item_readmore {
		margin: -26px 0px 0px 0px;	
	}
	
}
div.landingpage_content_random_item_readmore:hover {
	background: #5FC4EE;	
}
div.landingpage_content_random_item_readmore a,
div.landingpage_content_random_item_readmore a:link,
div.landingpage_content_random_item_readmore a:visited {
	font-weight: 300;
	color: #ffffff;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 30px;
}
div.landingpage_content_random_item_readmore a:before {
	content: "\f324";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.3em;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 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;
}
div.landingpage_content_random_item_readmore a:hover:before {
	color: #ffffff;
	left: 16px;
}
/* ITEM IMAGE OVAERLAY */
div.landingpage_content_random_item div.landingpage_content_random_item_image {
	position: relative;
}
div.landingpage_content_random_item div.landingpage_content_random_item_image span.landingpage_content_random_item_image_overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-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.landingpage_content_random_item div.landingpage_content_random_item_image:hover span.landingpage_content_random_item_image_overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.landingpage_content_random_item div.landingpage_content_random_item_image span.landingpage_content_random_item_image_overlay i {
	font-size: 30px;
	color: #5FC4EE;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.landingpage_content_random_item div.landingpage_content_random_item_image div.landingpage_content_random_item_image_copyright {
	background: rgba(255, 255, 255, 0.8);
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px 4px 6px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 101;
}



/* FOOTER */
div.layout_footer_parallax_badge {
	background: rgba(255, 255, 255, 0.6);
}
div.layout_pre_footer div.container {
	padding: 0px;
}



/* TO TOP BUTTON / PRIVACY SETTINGS BUTTON */
div.totop_button_wrapper,
div.privacy_settings_button_wrapper {
	display: none; /* by default not visible */
}
div.totop_button_wrapper {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display_: none;
	cursor: pointer;
	z-index: 9999;
}
div.privacy_settings_button_wrapper {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display_: none;
	cursor: default;
	z-index: 9999;
}
div.totop_button_wrapper a,
div.totop_button_wrapper a:link,
div.totop_button_wrapper a:visited,
div.privacy_settings_button_wrapper a,
div.privacy_settings_button_wrapper a:link,
div.privacy_settings_button_wrapper a:visited {
	width: 38px;
	height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	z-index: 10001;
}
body.website_body_featured div.totop_button_wrapper,
body.website_body_subpages div.totop_button_wrapper,
body.website_body_featured div.privacy_settings_button_wrapper,
body.website_body_subpages div.privacy_settings_button_wrapper {
	bottom: 40px;	
}
div.totop_button_wording, 
div.privacy_settings_button_wording {
	background: #ffffff;
	width: 100px;
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #242424;
	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.privacy_settings_button_wording {
	width: 166px;
}
body.website_body_featured div.totop_button_wording,
body.website_body_subpages div.totop_button_wording,
body.website_body_featured div.privacy_settings_button_wording,
body.website_body_subpages div.privacy_settings_button_wording {
	bottom: -70px;	
}
div.totop_button_wrapper:hover div.totop_button_wording,
div.privacy_settings_button_wrapper:hover div.privacy_settings_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;
}
body.website_body_featured div.totop_button_wrapper:hover div.totop_button_wording,
body.website_body_subpages div.totop_button_wrapper:hover div.totop_button_wording {
	bottom: 40px;	
}
body.website_body_featured div.privacy_settings_button_wrapper:hover div.privacy_settings_button_wording,
body.website_body_subpages div.privacy_settings_button_wrapper:hover div.privacy_settings_button_wording {
	bottom: 90px;	
}
div.totop_button,
div.privacy_settings_button {
	background: #ffffff;
	width: 38px;
	height: 38px;
	display: block;
	color: #222222;
	position: fixed;
	z-index: 10000;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
body.website_body_featured div.totop_button,
body.website_body_subpages div.totop_button {
	bottom: 70px;	
}
body.website_body_featured div.privacy_settings_button,
body.website_body_subpages div.privacy_settings_button {
	bottom: 120px;	
}
div.totop_button_wrapper:hover div.totop_button,
div.privacy_settings_button_wrapper:hover div.privacy_settings_button {
	background: #ffffff;
}
div.totop_button::before,
div.totop_button::after,
div.privacy_settings_button::before,
div.privacy_settings_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.privacy_settings_button::before,
div.privacy_settings_button::after {
	content: "\f577";	
}
div.totop_button::before {
	margin: 6px 0px 0px -4px	
}
div.totop_button::after {
	margin: 34px 0px 0px -4px;
}
div.totop_button_wrapper:hover div.totop_button::before {
	color: #222222;
	margin: -34px 0px 0px -4px;
}
div.totop_button_wrapper:hover div.totop_button::after {
	color: #222222;
	margin: 6px 0px 0px -4px;
}
div.privacy_settings_button::before {
	margin: 12px 0px 0px 8px	
}
div.privacy_settings_button::after {
	margin: 42px 0px 0px 8px;
}
div.privacy_settings_button_wrapper:hover div.privacy_settings_button::before {
	color: #222222;
	margin: -38px 0px 0px 8px;
}
div.privacy_settings_button_wrapper:hover div.privacy_settings_button::after {
	color: #222222;
	margin: 8px 0px 0px 8px;
}



/* PROMOTION ITEMS */
div.landingpage_content_sidebar_promotion_items {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
@media only screen and (max-width: 991px) {

	div.landingpage_content_sidebar_promotion_items {
		display: none;
	}
	
}
div.landingpage_content_sidebar_promotion_item {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	-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.landingpage_content_sidebar_promotion_item::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: -150px;
	top: 0;
	height: 100%;
	width: 150px;
	background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
	animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
@keyframes load {
	from {
		left: -150px;
	}
	to {
		left: 100%;
	}
}



/* MOUSE SCROLL ANIMATION */
.slider_header_mouse_scroll {
	width: 24px;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-top: 125px;
	position: absolute;
	left: 20px;
	bottom: 52px;
	z-index: 9999;
	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;
}
@media only screen and (max-width: 1200px) {

	.slider_header_mouse_scroll {	
		bottom: 12px;
	}

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

	.slider_header_mouse_scroll {
		right: 20px;
		display: none;
	}

}
.mouse_scroll_arrows {
	width: 16px;
	height: 16px;
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid var(--ci_color_accent_1);
	border-bottom: 2px solid var(--ci_color_accent_1);
	margin: 0px 0px 3px 4px;
}
.mouse_scroll_arrow_1 {
	margin-top: 1px;
}
.mouse_scroll_arrow_1, 
.mouse_scroll_arrow_2, 
.mouse_scroll_arrow_3 {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
	animation: mouse-scroll 1s infinite;
}
.mouse_scroll_arrow_1 {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	animation-delay: alternate;
}
.mouse_scroll_arrow_2 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
	animation-delay: .2s;
	animation-direction: alternate; 
	margin-top: -6px;
}
.mouse_scroll_arrow_3 {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
	animation-delay: .3s;
	animation-direction: alternate;
	margin-top: -6px;
}
.mouse_scroll_mouse {
	height: 42px;
	width: 24px;
	border-radius: 14px;
	transform: none;
	border: 2px solid var(--ci_color_accent_1);
	top: 170px;
}
.mouse_scroll_wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
	height: 4px;
	width: 4px;
	border: 2px solid var(--ci_color_accent_1);
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
}
.mouse_scroll_wheel {
	-webkit-animation: mouse-wheel 0.6s linear infinite;
	-moz-animation: mouse-wheel 0.6s linear infinite;
	animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}
@-moz-keyframes mouse-wheel {
	0% { top: 1px; }
	25% { top: 2px; }
	50% { top: 3px;}
	75% { top: 2px;}
	100% { top: 1px;}
}
@-o-keyframes mouse-wheel {
	0% { top: 1px; }
	25% { top: 2px; }
	50% { top: 3px;}
	75% { top: 2px;}
	100% { top: 1px;}
}
@keyframes mouse-wheel {
	0% { top: 1px; }
	25% { top: 2px; }
	50% { top: 3px;}
	75% { top: 2px;}
	100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}



/* BOOTSTRAP 3.5.0 RESPONSIVE */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1012px) {
	.container {
		width: 1170px; /* 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;
}
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;
}