/**
 * @file        /a_layout/css/layout_project_specific.css
 * @copyright   Copyright (C) 2012 - 2022 codeDESIGN | Milos Mandic / All rights reserved.
 * @link        https://www.filterverlag.de
 * @author      codeDESIGN | Milos Mandic <milos.mandic@filterverlag.de>
 */
 
/* codeDESIGN - layout_project_specific.css */
@charset "utf-8";

/* CUSTOM SHAPE DIVIDERS */
.custom_shape_divider_main_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 9999;
}
.custom_shape_divider_main_slider svg {
	position: relative;
	display: block;
	width: calc(128% + 1.3px);
	height: 50px;
}
.custom_shape_divider_main_slider .custom_shape_divider_main_slider_shape_fill {
	fill: #ffffff;
}
@media only screen and (max-width: 768px) {

	.custom_shape_divider_main_slider svg {
		width: calc(128% + 1.3px);
		height: 50px;
	}
	
}



/* CUSTOM SHAPE DIVIDERS TOP AND BOTTOM */
.custom_shape_divider_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.custom_shape_divider_top svg {
	position: relative;
	display: block;
	width: calc(128% + 1.3px);
	height: 100px;
}
.custom_shape_divider_top_to_bttom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom_shape_divider_top_to_bttom svg {
    position: relative;
    display: block;
    width: calc(128% + 1.3px);
    height: 100px;
}
.custom_shape_divider_top_to_bttom .custom_shape_divider_top_to_bttom_shape_fill {
    fill: #ffffff;
}
.custom_shape_divider_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.custom_shape_divider_bottom svg {
	position: relative;
	display: block;
	width: calc(128% + 1.3px);
	height: 100px;
	/* transform: rotateY(180deg); */
	transform: rotateX(180deg);
}
.custom_shape_divider_bottom_reverse svg {
	transform: rotateX(180deg) rotateY(180deg);
}
.custom_shape_divider_top .custom_shape_divider_top_shape_fill,
.custom_shape_divider_bottom .custom_shape_divider_bottom_shape_fill {
	fill: #ffffff;
}
@media only screen and (max-width: 768px) {

	.custom_shape_divider_top svg,
	.custom_shape_divider_top_to_bttom svg,
	.custom_shape_divider_bottom svg {
		width: calc(128% + 1.3px);
		height: 50px;
	}
	
}



/* WAVES PAGE TITLE */
div.waves_page_title_wrapper {
	position: relative;
}
div.waves_page_title_wrapper_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
div.waves_page_title_wrapper_inner svg {
	position: relative;
	display: block;
	width: calc(150% + 1.3px);
	height: 50px;
}
@media only screen and (max-width: 768px) {

	div.waves_page_title_wrapper_inner svg {
		height: 25px;
	}
	
}
div.waves_page_title_wrapper_inner .shape-fill {
	fill: #F3F3F3;
}



/* WAVES FOOTER */
div.waves_header_wrapper {
	width: 100%;
	top: 0px;
	z-index: 99;
	position: absolute;
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.waves_header {
	width: 100%;
	height: 15vh;
	min-height: 45px;
	max-height: 45px;
	margin-bottom: -7px; /* fix for safari gap */
	position: relative;
}
.waves_footer {
	width: 100%;
	height: 15vh;
	min-height: 80px;
	max-height: 80px;
	margin-bottom: -7px; /* fix for safari gap */
	position: relative;
}
/* WAVES FOOTER ANIMATION */
.waves_footer_parallax > use {
	animation: animation_for_waves_footer 25s cubic-bezier(0.55,0.5,0.45,0.5) infinite;
}
.waves_footer_parallax > use:nth-child(1) {
	animation-delay: -8s;
	animation-duration: 24s;
}
.waves_footer_parallax > use:nth-child(2) {
	animation-delay: -12s;
	animation-duration: 40s;
}
.waves_footer_parallax > use:nth-child(3) {
	animation-delay: -16s;
	animation-duration: 52s;
}
.waves_footer_parallax > use:nth-child(4) {
	animation-delay: -20s;
	animation-duration: 80s;
}
@keyframes animation_for_waves_footer {

	0% {
		transform: translate3d(-90px,0,0);
	}
	100% { 
		transform: translate3d(85px,0,0);
	} 
	
}
@media only screen and (max-width: 768px) {

	.waves_header, 
	.waves_footer {
		height: 20px;
		min-height: 20px;
	}
	
}



/* HISTORIC LIST - USE TIMELINE INSEAD */
ul.content_item_historic_list {
	list-style: none;
}
ul.content_item_historic_list li {
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 0px 80px !important;
}
ul.content_item_historic_list li:before {
	background: #CFCDCE;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font: normal 13px/50px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	text-align: center;
}
ul.content_item_historic_list li:after {
	background: #CFCDCE;
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	margin: 25px 0px 0px 0px;
}
ul.content_item_historic_list li:last-child:after {
	display: none;
}
ul.content_item_historic_list li:nth-child(1):before {
	content: '1948' !important;
}
ul.content_item_historic_list li:nth-child(2):before { 
	content: '1968' !important;
}
ul.content_item_historic_list li:nth-child(3):before { 
	content: '1989' !important;
}
ul.content_item_historic_list li:nth-child(4):before { 
	content: '2000' !important;
}
ul.content_item_historic_list li:nth-child(5):before { 
	content: '2020' !important;
}



/* BADGES TOP */
div.badges_top_wrapper {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
@media only screen and (max-width: 991px) {

	div.badges_top_wrapper {
		display: none;
	}
	
}
div.badge_top {
	/*margin: 0px 109px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;	
}
a.href_badge_top span.item_image_overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	-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;
}
a.href_badge_top:hover span.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;
}
a.href_badge_top span.item_image_overlay i {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.badge_top_hoch {
	/*width: 60px;*/
}
div.badge_top_quadrat {
	width: 92px;
}
div.badge_top_hoch a {
	float: right;
	width: calc((100% / 6) - 10px);
	margin: 0pc 5px;
}
div.insite_badge {
	display: block;
	float: left;
	width: calc(20% - 20px);
	margin: 0px 20px 0px 0px;
}



/* DOCTOLIB TOP BIG FEATURED */
div.doctolib_button_big_featured_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.doctolib_button_big_featured_wrapper [class^="col-"],
div.doctolib_button_big_featured_wrapper [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.doctolib_button_big_featured {
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 9;
}
div.doctolib_button_big_featured a,
div.doctolib_button_big_featured a:link,
div.doctolib_button_big_featured a:visited {
	width: 100%;
	height: 100%;
	display: inline-block;
	font: 500 13px/28px 'Montserrat',sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
div.doctolib_button_big_featured_wording {
	background: var(--ci_color_accent_1);
	margin: 0px 0px 0px 0px;
	padding: 4px 18px 4px 18px;
	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;
	text-align: center;
}
div.doctolib_button_big_featured_wording:hover {
	background: #ffffff;
	color: #242424;	
}
div.doctolib_button_big_featured_wording:hover a,
div.doctolib_button_big_featured_wording:hover a:link,
div.doctolib_button_big_featured_wording:hover a:visited {
	color: #242424;	
}
div.doctolib_button_big_featured_wording span.icon {
	font-size: 18px;
	margin: 0px 4px 0px 0px;
}
div.doctolib_button_big_featured_image {
	width: 86px;
	margin: 6px 0px 0px 4px;
}



/* DOCTOLIB RIGHT */
div.doctolib_button_wrapper {
	position: fixed;
	right: 0px;
	top: 160px;
	cursor: pointer;
	z-index: 9999;
}
div.doctolib_button_wrapper a,
div.doctolib_button_wrapper a:link,
div.doctolib_button_wrapper a:visited {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
div.doctolib_button_wrapper i.fal {
	font-size: 18px;
	color: #ffffff;
}
div.doctolib_button_wrapper div.doctolib_button {
	background: var(--ci_color_accent_1);
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 4px 6px;
	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;
}
div.doctolib_button_wrapper div.doctolib_button:hover {
	background: #ffffff;
	color: #242424;
}
div.doctolib_button_wrapper div.doctolib_button:hover a,
div.doctolib_button_wrapper div.doctolib_button:hover a:link,
div.doctolib_button_wrapper div.doctolib_button:hover a:visited {
	color: #242424;
}
div.doctolib_button_wrapper div.doctolib_button_image img {
	width: auto;
	height: 18px;
	margin: 6px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.doctolib_button_neu_label {
	background: #dc3545;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	margin: -14px 0px 0px -12px;
	z-index: 99;
	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.doctolib_button_wrapper:hover div.doctolib_button_neu_label {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}



/* ONLINE APPOINTMENT BOOKING */
div.online_appointment_badge_round {
	width: 140px;
	height: 140px;
	position: fixed;
	left: -10px;
	top: calc(50% - 140px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	z-index: 9999;	
}
div.online_appointment_badge_round:hover:after {
	display: none;
}
div.online_appointment_badge_round::after {
	width: 140px;
	height: 140px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 10px solid #34a8d9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation-duration: 2.0s;
	animation-duration: 2.0s;
	-webkit-animation-name: online_appointment_badge_round_pulse_border;
	animation-name: online_appointment_badge_round_pulse_border;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes online_appointment_badge_round_pulse_border {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes online_appointment_badge_round_pulse_border {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@media only screen and (max-width: 961px) {

	div.online_appointment_badge_round {
		display: none;
	}
	
}
div.online_appointment_badge_round_inner {
	width: 100%;
	height: 100%;
	position: relative;
}
div.online_appointment_badge_round_wording {
	background: #34a8d9;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	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.online_appointment_badge_round:hover div.online_appointment_badge_round_wording {
	background: #1783B3;	
}
div.online_appointment_badge_round_wording a,
div.online_appointment_badge_round_wording a:link,
div.online_appointment_badge_round_wording a:visited {
	width: 100%;
	height: 100%;
	text-align: center;
	font: normal 18px/26px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
}
div.online_appointment_badge_round_en div.online_appointment_badge_round_wording a,
div.online_appointment_badge_round_en div.online_appointment_badge_round_wording a:link,
div.online_appointment_badge_round_en div.online_appointment_badge_round_wording a:visited {
	padding: 30px 0px 0px 0px;
}
div.online_appointment_badge_new_label {
	background: #ffffff;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #242424;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	margin: 20px 0px 0px 115px;
	z-index: 99;
	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.online_appointment_badge_round:hover div.online_appointment_badge_new_label {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}



/* ONLINE APPOINTMENT BOOKING MOBILE */
div.online_appointment_button_mobile {
	position: fixed;
	right: 0px;
	top: 200px;
	cursor: pointer;
	z-index: 9999;
	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;
}
@media only screen and (max-width: 961px) {

	div.online_appointment_button_mobile {
		display: inline;
	}
	
}
div.online_appointment_button_mobile a,
div.online_appointment_button_mobile a:link,
div.online_appointment_button_mobile a:visited {
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
div.online_appointment_button_mobile div.online_appointment_button_mobile_wording {
	background: #34a8d9;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 4px 6px;
	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;
}
div.online_appointment_button_mobile div.online_appointment_button_mobile_wording:hover {
	background: #34a8d9;
}
div.online_appointment_button_mobile_new_label {
	background: #ffffff;
	position: absolute;
	font: normal 10px/10px Arial,Helvetica;
	color: #242424;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	margin: -16px 0px 0px -12px;
	z-index: 99;
	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.online_appointment_button_mobile:hover div.online_appointment_button_mobile_new_label {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}



/* ZENDESK CHAT WIDGET */
div.zendesk_chat_widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
iframe#launcher {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	position: fixed !important;
	bottom: 76px !important;
	left: 10px !important;
	z-index: 9999 !important;
}



/* BANNER */
div.static_banners_featured {
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	position: relative;
}
div.static_banners_sidebar {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.static_banners_featured [class^="col-"],
div.static_banners_featured [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.static_banner_featured_left {
	width: 72%;
	float: left;
}
div.static_banner_featured_right {
	width: 26.2%;
	float: right;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.static_banner_featured_left, 
	div.static_banner_featured_right {
		width: 100%;
		float: none;
		margin: 0px 0px 40px 0px;
	}
	div.static_banner_featured_right {
		margin: 0px 0px 0px 0px;
	}	
}
/* BANNER IMAGE OVAERLAY */
div.static_banner_featured span.static_banners_featured_image_overlay,
div.static_banner_sidebar span.static_banner_sidebar_image_overlay {
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	-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.static_banner_featured:hover span.static_banners_featured_image_overlay,
div.static_banner_sidebar:hover span.static_banner_sidebar_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.static_banner_featured span.static_banners_featured_image_overlay i,
div.static_banner_sidebar span.static_banner_sidebar_image_overlay i {
	font-size: 36px;
	color: var(--ci_color_accent_1);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* JOB APPLYMENT */
div.stripe_job_apply {
	background: #34a8d9 url(/a_layout/images/bg_stripe_1920x400.jpg) no-repeat center;
	background: #34a8d9;
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
	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;
}
div.stripe_job_apply_content a,
div.stripe_job_apply_content a:link,
div.stripe_job_apply_content a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.stripe_job_apply_content h2 {
	font: var(--font-h1_component);
	color: #ffffff;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-bottom: none;
}
div.stripe_job_apply_content h2:after {
	display: none;
}
div.stripe_job_apply_content h2 i {
	color: #ffffff;
	padding: 0px 10px 0px 0px;
}
div.stripe_job_apply_content h3 {
	font: normal 14px/24px 'Open Sans', Arial, Helvetica;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-bottom: none;
}
div.stripe_job_apply_content h3:after {
	display: none;
}
div.stripe_job_apply_content {
	color: #ffffff;
}
div.stripe_job_apply_content i {
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
}
div.stripe_job_apply_content strong {
	font-weight: 600;
}
div.stripe_job_apply div.stripe_job_apply_button {
	margin: 25px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.stripe_job_apply div.stripe_job_apply_button {
		margin: 25px 0px 0px 0px;
	}
	
}
div.stripe_job_apply div.stripe_job_apply_button a,
div.stripe_job_apply div.stripe_job_apply_button a:link,
div.stripe_job_apply div.stripe_job_apply_button a:visited {
	background: #ffffff;
	background-position: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	font: normal 13px/19px 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	color: #242424;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 16px 0px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	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;
	outline: none;
	position: relative;
}
div.stripe_job_apply div.stripe_job_apply_button a:hover {
	background: #1783B3;	
	color: #ffffff;
}


div.call-icon i[class^="fa-"] {
	display: inline-block;
	font-size: 28px;
	color: #006666;
	background: #ffffff;
	margin-top: 30px;
	padding: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #006666;
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
div.call-icon span {
	display: inline-block;
	position: absolute;
	background: #b20000;
	margin: 30px 0px 15px 10px;
	padding: 12px 12px;
	line-height: 28px !important;
	width: calc(100% - 110px);
	hyphens: none;
}
div.call-icon a span,
div.call-icon a span:link,
div.call-icon a span:visited {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	text-decoration: none;
}
div.call-icon a span:hover,
div.call-icon a span:hover:link,
div.call-icon a span:hover:visited {
	color: #FFFFFFAA;
	text-decoration: none;
}


.flex {
	display: flex;
}
@media only screen and (max-width: 991px) {
	.flex {
		display: block;
	}
}


span.ci_color {
	color: #006666;
}
span.uppercase {
	text-transform: uppercase;
}
span.bigger {
	font-size: 150%;
}
@media only screen and (max-width: 991px) {
	span.bigger {
		font-size: 140%;
	}
}


div.featured_content ul {
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
div.featured_content ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
	hyphens: none;
}
div.featured_content ul li::before {
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: 1.2em;
	color: #006666;
	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.featured_content ul li:hover::before {
	color: #006666;
	left: 6px;
}


div.featured_content_headline {
	background: var(--ci_color_white);
}

div.featured_content_headline div[class^="col-"]:first-child {
	height: 135px;
	padding: 0px 20px 0px 60px;
}
div.featured_content_headline div[class^="col-"]:first-child::before {
	content: '';
    position: absolute;
    left: 0;
    height: 75%;
    top: 25%;
    width: 20px;
    background-color: #006666;
}
div.featured_content_headline div[class^="col-"]:last-child {
	height: 135px;
	padding: 0px 60px 0px 20px;
}
div.featured_content_headline div[class^="col-"]:last-child::before {
	content: '';
    position: absolute;
    right: 0;
    height: 75%;
    top: 25%;
    width: 20px;
    background-color: #006666;
}
@media only screen and (max-width: 991px) {
	div.featured_content_headline div[class^="col-"]:first-child,
	div.featured_content_headline div[class^="col-"]:last-child {
		height: auto;
		padding: 0px 15px 0px 15px;
	}
	div.featured_content_headline div[class^="col-"]:first-child::before,
	div.featured_content_headline div[class^="col-"]:last-child::before {
		content: none;
	}
}
div.featured_content_headline div.featured_content_headline_awards {
	display: block;
	position: absolute;
	bottom: 219px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background: #D1D3D4;
	z-index: 200;
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	z-index: 3;
}
@media only screen and (max-width: 991px) {
	div.featured_content_headline div.featured_content_headline_awards {
		position: relative;
		bottom: 0px;
	}
}
div.featured_content_headline div.featured_content_headline_awards hr {
	color: #ffffff;
	border: 1px solid #ffffff;
}
div.featured_content_headline div.featured_content_headline_logo {
	position: absolute;
	bottom: 0px;
	z-index: 3;
}
@media only screen and (max-width: 991px) {
	div.featured_content_headline div.featured_content_headline_logo {
		position: relative;
	}
}
div.featured_content_headline div.featured_content_headline_logo div.featured_content_headline_image {
	background: rgba(209, 211, 212, 0.85);
	padding: 100px 20px 20px 20px;
}
div.featured_content_headline_icons {
	position: absolute;
	top: 20px;
	height: 40px;
	text-align: center;
}
div.featured_content_headline_icons i.featured_content_headline_icon,
div.featured_content_headline_icons a i.featured_content_headline_icon {
	width: 40px;
	height: 40px;
	font-size: 26px;
	border: 1px solid #ffffff;
	padding: 6px;
	margin: 0px 4px;
	float: left;
	color: #ffffff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.featured_content_headline_icons i.featured_content_headline_icon:hover {
	color: #006666;
	border: 1px solid #006666;
}

div.featured_content_headline div.featured_content_headline_text {
	height: 135px;
	border-bottom: 1px solid #006666;
}
div.featured_content_headline div.featured_content_headline_text h1 {
	position: absolute;
	bottom: 13px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	hyphens: none;
}
div.featured_content_headline div.featured_content_headline_text h1::after {
	content: none;
}
@media only screen and (max-width: 991px) {
	div.featured_content_headline div.featured_content_headline_text h1 {
		font-size: 25px;
		line-height: 25px;
		text-align: center;
		bottom: 24px;
	}
}

div.featured_content_intro hr {
	border: none;
	border-top: 1px solid #006666;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
div.featured_content_intro div[class^="col-"] {
	display: block;
	background: #ffffff;
}
div.featured_content_intro div[class^="col-"]:first-child {
	padding: 40px 20px 40px 60px;
}
div.featured_content_intro div[class^="col-"]:last-child {
	padding: 40px 60px 40px 20px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_intro div[class^="col-"]:first-child,
	div.featured_content_intro div[class^="col-"]:last-child {
		padding: 40px 15px;
	}
}
div.featured_content_intro div.featured_content_intro_headline {
	text-align: center;
	hyphens: none;
	padding: 0px 0px 0px 0px;
}
div.featured_content_intro div.featured_content_intro_headline h2 {
	text-transform: uppercase;
	color: #006666;
	font-size: 21px;
	line-height: 33px;
	letter-spacing: 1px;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
div.featured_content_intro div.featured_content_intro_headline h2::after {
	content: none;
}
div.featured_content_intro div.featured_content_intro_text {

}
div.featured_content_intro div.featured_content_intro_contact {

}
div.featured_content_intro div.featured_content_intro_contact i[class^="fa-"] {
	color: #006666;
	font-size: 28px;
	line-height: 28px;
	padding: 8px;
	margin: 10px 20px 0px 0px;
	border: 1px solid #006666;
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
div.featured_content_intro div.featured_content_intro_contact a,
div.featured_content_intro div.featured_content_intro_contact a:link,
div.featured_content_intro div.featured_content_intro_contact a:visited {
	color: #006666;
	text-decoration: none;
}
div.featured_content_intro div.featured_content_intro_contact a:hover,
div.featured_content_intro div.featured_content_intro_contact a:hover:link,
div.featured_content_intro div.featured_content_intro_contact a:hover:visited {
	color: var(--ci_color);
	text-decoration: none;
}
div.featured_content_intro div.featured_content_intro_contact a span {
	display: inline-block;
	width: calc(100% - 66px);
	border-bottom: 1px solid #006666;
	line-height: 42px;
}

div.featured_content_intro div.featured_content_intro_emergency_box_1 {
	background: #e9e9e9;
	padding: 40px;
	font-size: 150%;
	line-height: 120%;
}
div.featured_content_intro div.featured_content_intro_emergency_box_2 {
	background: #b20000;
	color: #ffffff;
	padding: 40px;
	font-size: 150%;
	line-height: 120%;
	font-weight: 400;
	text-align: center;
	hyphens: none;
}
@media only screen and (max-width: 991px) {
	div.featured_content_intro div.featured_content_intro_emergency_box_2 {
		font-size: 140%;
	}
}
div.featured_content_intro div.featured_content_intro_emergency_box_3 {
	background: #e9e9e9;
	padding: 40px;
	font-size: 150%;
	line-height: 120%;
}

div.featured_content_intro div.featured_content_intro_emergency_box_1 ul {
	margin: 0px;
}
div.featured_content_intro div.featured_content_intro_emergency_box_1 ul li {
	padding-left: 30px;
}
div.featured_content_intro div.featured_content_intro_emergency_box_1 ul li:not(:last-child) {
	margin-bottom: 10px;
}
div.featured_content_intro div.featured_content_intro_emergency_box_1 ul li::before {
	content: "\f00c";
	font-weight: 900;
	margin: 1px 0px 0px 0px;
}
div.featured_content_intro div.featured_content_intro_emergency_box_1 ul li:hover::before {
	left: 0px;
}
div.featured_content_intro div.featured_content_intro_emergency_box_1 div.featured_content_intro_emergency_box_1_text {
	text-align: center;
}

div.featured_content_intro div.featured_content_intro_emergency_box_2 hr {
	border: none;
	border-top: 1px solid #ffffff;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
div.featured_content_intro div.featured_content_intro_emergency_box_2 i[class^="fa-"] {
	color: #b20000;
	background: #ffffff;
	font-size: 28px;
	line-height: 28px;
	padding: 8px;
	margin: 10px 20px 0px 0px;
	border: 1px solid #ffffff;
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
@media only screen and (max-width: 991px) {
	div.featured_content_intro div.featured_content_intro_emergency_box_2 i[class^="fa-"] {
		display: none;
	}
}
div.featured_content_intro div.featured_content_intro_emergency_box_2 a,
div.featured_content_intro div.featured_content_intro_emergency_box_2 a:link,
div.featured_content_intro div.featured_content_intro_emergency_box_2 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
div.featured_content_intro div.featured_content_intro_emergency_box_2 a:hover,
div.featured_content_intro div.featured_content_intro_emergency_box_2 a:hover:link,
div.featured_content_intro div.featured_content_intro_emergency_box_2 a:hover:visited {
	color: #ffffffaa;
}
div.featured_content_intro div.featured_content_intro_emergency_box_2 a span.bigger {
	font-size: 140%;
}

div.featured_content_intro div.featured_content_intro_emergency_box_3 i[class^="fa-"] {
	color: #006666;
	background: #ffffff;
	font-size: 28px;
	line-height: 28px;
	padding: 8px;
	margin: 10px 20px 0px 0px;
	border: 1px solid #006666;
}
div.featured_content_intro div.featured_content_intro_emergency_box_3 a,
div.featured_content_intro div.featured_content_intro_emergency_box_3 a:link,
div.featured_content_intro div.featured_content_intro_emergency_box_3 a:visited {
	display: inline-block;
	width: 100%;
	color: #006666;
	text-decoration: none;
}
div.featured_content_intro div.featured_content_intro_emergency_box_3 a:hover,
div.featured_content_intro div.featured_content_intro_emergency_box_3 a:hover:link,
div.featured_content_intro div.featured_content_intro_emergency_box_3 a:hover:visited {
	color: var(--ci_color);
}
div.featured_content_intro div.featured_content_intro_emergency_box_3 a span {
	display: inline-block;
	width: calc(100% - 66px);
	border-bottom: 1px solid #006666;
	padding-bottom: 7px;
}

div.featured_content_steps {
	background: #e9e9e9;
	padding: 40px 60px 40px 60px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_steps {
		padding: 40px 15px 40px 15px;
	}
}
div.featured_content_steps h2 {
	text-transform: uppercase;
	color: #006666;
	font-size: 21px;
	line-height: 33px;
	letter-spacing: 1px;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
div.featured_content_steps h2::after {
	content: none;
}
@media only screen and (max-width: 991px) {
	div.featured_content_steps h2 {
		text-align: center;
	}
}
div.featured_content_steps ul {
	counter-reset: step;
	list-style: outside none none;
	margin: 40px 0px 0px 0px;
	padding: 0;
	clear: both;
}
div.featured_content_steps ul li {
	list-style-type: none;
	float: left;
	width: calc(33.333% - 20px);
	position: relative;
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}
div.featured_content_steps ul li:first-child {
	margin: 0px 20px 0px 0px;
}
div.featured_content_steps ul li:last-child {
	margin: 0px 0px 0px 20px;
}
div.featured_content_steps ul li::before {
	content: counter(step)"." !important;
	counter-increment: step;
	display: block;
	position: relative;
	background: #dcdcdc;
	color: #006666;
	font: normal 32px/88px 'Prata','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
	width: 80px;
	height: 80px;
	margin: 0px auto 40px auto;
}
div.featured_content_steps ul li:hover::before {
	left: 0px;
}
div.featured_content_steps ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 40px;
	left: calc(50% + 60px);
	width: calc(100% - 90px);
	height: 1px;
	background: #006666;
}
@media only screen and (max-width: 991px) {
	div.featured_content_steps ul li {
		float: unset;
		width: auto;
	}
	div.featured_content_steps ul li,
	div.featured_content_steps ul li:first-child,
	div.featured_content_steps ul li:last-child {
		margin: 0px;
	}
	div.featured_content_steps ul li:not(:last-child)::after {
		content: none;
	}
	div.featured_content_steps ul li:not(:first-child)::before {
		margin: 40px auto 40px auto;
	}
}
div.featured_content_steps div.featured_content_steps_box {
	display: block;
	position: relative;
	padding: 20px;
	background: #ffffff;
	height: 260px;
	font-size: 145%;
}
@media only screen and (max-width: 991px) {
	div.featured_content_steps div.featured_content_steps_box {
		height: auto;
	}
}
div.featured_content_steps div.featured_content_steps_box::before {
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: 2em;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%) rotate(270deg);
}
div.featured_content_steps div.featured_content_steps_box a,
div.featured_content_steps div.featured_content_steps_box a:link,
div.featured_content_steps div.featured_content_steps_box a:visited {
	text-decoration: none;
}

div.featured_content_matter_headline {
	background: #ffffff;
	padding: 40px 60px 10px 60px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_matter_headline {
		padding: 40px 15px;
	}
}
div.featured_content_matter_headline h2 {
	text-transform: uppercase;
	color: #006666;
	font-size: 21px;
	line-height: 33px;
	letter-spacing: 1px;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	hyphens: none;
}
div.featured_content_matter_headline h2::after {
	content: none;
}
@media only screen and (max-width: 991px) {
	div.featured_content_matter_headline h2 {
		text-align: center;
	}
}
div.featured_content_matter {
	background: #ffffff;
	padding: 10px 20px 40px 20px;
}
div.featured_content_matter div[class^="col-"]:first-child {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
div.featured_content_matter div[class^="col-"]:last-child {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_matter div[class^="col-"]:first-child {
		padding: 0px;
		height: 200px;
	}
	div.featured_content_matter div[class^="col-"]:last-child {
		padding: 0px;
	}
}
div.featured_content_matter_image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("../../a_media/content/anliegen/anliegen_960x960px_rgb.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
div.featured_content_matter div.featured_content_matter_text {
	background: #006666;
	color: #ffffff;
	width: 100%;
	padding: 40px 100px;
	font-size: 150%;
	line-height: 150%;
	font-weight: 400;
}
@media only screen and (max-width: 991px) {
	div.featured_content_matter div.featured_content_matter_text {
		font-size: 140%;
		line-height: 140%;
		padding: 20px;
	}
}
div.featured_content_matter div.featured_content_matter_text ul {
	margin: 40px 0px 0px 0px;
}
div.featured_content_matter div.featured_content_matter_text ul li {
	padding-left: 30px;
}
div.featured_content_matter div.featured_content_matter_text ul li:not(:last-child) {
	margin-bottom: 20px;
}
div.featured_content_matter div.featured_content_matter_text ul li::before {
	content: "\f00c";
	color: #ffffff;
	font-weight: 900;
	margin: 1px 0px 0px 0px;
}
div.featured_content_matter div.featured_content_matter_text ul li:hover::before {
	left: 0px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_matter div.featured_content_matter_text ul li {
		font-size: 14px;
		line-height: 24px;
	}
}

div.featured_content_contact {
	background: #e9e9e9;
	padding: 40px 60px 40px 60px;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	div.featured_content_contact {
		padding: 40px 15px;
	}
}
div.featured_content_contact span.red {
	color: #b20000;
}
div.featured_content_contact i[class^="fa-"] {
	color: #006666;
	background: #ffffff;
	font-size: 28px;
	line-height: 28px;
	padding: 8px;
	margin: 10px 10px 0px 0px;
	border: 1px solid #006666;
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
div.featured_content_contact a.red,
div.featured_content_contact a.red:link,
div.featured_content_contact a.red:visited {
	font-size: 150%;
	padding: 11px 20px 7px 20px;
	background: #b20000;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
div.featured_content_contact a.red:hover,
div.featured_content_contact a.red:hover:link,
div.featured_content_contact a.red:hover:visited {
	color: #ffffffaa;
}
@media only screen and (max-width: 991px) {
	div.featured_content_contact a.red,
	div.featured_content_contact a.red:link,
	div.featured_content_contact a.red:visited {
		font-size: 100%;
		padding: 18px 20px 9px 20px;
	}
}
div.featured_content_contact a.ci_color,
div.featured_content_contact a.ci_color:link,
div.featured_content_contact a.ci_color:visited {
	padding: 11px 20px 7px 20px;
	color: #006666;
	text-decoration: none;
	font-weight: 600;
}
div.featured_content_contact a.ci_color:hover,
div.featured_content_contact a.ci_color:hover:link,
div.featured_content_contact a.ci_color:hover:visited {
	color: var(--ci_color);
	text-decoration: none;
}
div.featured_content_contact a.ci_color span {
	padding-bottom: 6px;
	border-bottom: 1px solid #006666;
}
div.featured_content_contact a:not(.red):not(.ci_color),
div.featured_content_contact a:not(.red):not(.ci_color):link,
div.featured_content_contact a:not(.red):not(.ci_color):visited {
	color: var(--ci_color_black);;
	text-decoration: none;
	font-weight: 600;
}
div.featured_content_contact a:not(.red):not(.ci_color):hover,
div.featured_content_contact a:not(.red):not(.ci_color):hover:link,
div.featured_content_contact a:not(.red):not(.ci_color):hover:visited {
	color: var(--ci_color_black);
	text-decoration: underline;
}

div.featured_content_about_headline {
	background: #ffffff;
	padding: 40px 60px 10px 60px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_about_headline {
		padding: 40px 16px 10px 15px;
		text-align: center;
	}
}
div.featured_content_about_headline h2 {
	text-transform: uppercase;
	color: #006666;
	font-size: 21px;
	line-height: 33px;
	letter-spacing: 1px;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
div.featured_content_about_headline h2::after {
	content: none;
}
div.featured_content_about {
	background: #ffffff;
	padding: 10px 60px 10px 60px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_about {
		padding: 10px 15px;
	}
}
div.featured_content_about div[class^="col-"]:first-child {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
div.featured_content_about div[class^="col-"]:last-child {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_about div[class^="col-"]:first-child {
		padding: 0px;
	}
	div.featured_content_about div[class^="col-"]:last-child {
		margin-top: 40px;
		padding: 0px;
		height: 200px;
	}
}
div.featured_content_about_text {
	padding: 40px 0px;
	border-top: 1px solid #006666;
	border-bottom: 1px solid #006666;
}
div.featured_content_about_text h3 {
	font: normal 18px/19px 'Noto Sans','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #006666;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.featured_content_about_text h3::after {
	content: none;
}
div.featured_content_about_text h3:not(:first-child) {
	margin-top: 20px;
}
div.featured_content_about_image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("../../a_media/content/ueber_mich/ueber_mich_1920x1280px_rgb.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
div.featured_content_about_quote {
	background: #ffffff;
	padding: 10px 60px 40px 60px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_about_quote {
		padding: 10px 15px;
	}
}
div.featured_content_about_quote div[class^="col-"]:first-child {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
div.featured_content_about_quote div[class^="col-"]:last-child {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_about_quote div[class^="col-"]:first-child,
	div.featured_content_about_quote div[class^="col-"]:last-child {
		padding: 0px;
	}
}
div.featured_content_about_quote div.featured_content_about_quote_text {
	padding: 0px 20px 20px 20px;
	text-align: center;
	border-bottom: 1px solid #006666;
}

div.featured_content_map_headline {
	background: #ffffff;
	padding: 40px 60px 10px 60px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_map_headline {
		padding: 40px 15px;
		text-align: center;
	}
}
div.featured_content_map_headline h2 {
	text-transform: uppercase;
	color: #006666;
	font-size: 21px;
	line-height: 33px;
	letter-spacing: 1px;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
div.featured_content_map_headline h2::after {
	content: none;
}
div.featured_content_map {
	background: #ffffff;
	padding: 40px 0px 40px 0px;
}
div.featured_content_map div.col-md-12 {
	padding-left: 20px;
	padding-right: 20px;
}

div.featured_content_footer {
	background: #ffffff;
	padding: 40px 60px 0px 60px;
}
@media only screen and (max-width: 991px) {
	div.featured_content_footer {
		padding: 40px 15px;
	}
}
div.featured_content_footer > div[class^="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

div.layout_navigation_menu_hours {
	display: block;
	position: relative;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	color: var(--ci_color_white);
	height: 40px;
	background: transparent;
	padding: 0px 0px 0px 10px;
	z-index: 500;
}
div.layout_navigation_menu_hours::after {
	width: calc(100% - 10px);
	height: 2px;
	content: "";
	position: absolute;
	top: 38px;
	left: 10;
	background: var(--ci_color_white);
	-moz-transition: transform 0.5;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: right;
}
div.layout_navigation_menu_hours:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}
div.layout_navigation_menu_hours .arrow {
	display: block;
	font-family: 'Font Awesome 6 Pro';
	/* font-weight: 100; */
	position: relative;
	float: right;
	top: calc(50% - 7px);
	line-height: 1;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}
div.layout_navigation_menu_hours:hover .arrow {
	top: calc(50% - 7px);
}
div.layout_navigation_menu_hours .arrow::before {
	content: "\f078";
	font-size: 1.2em;
	font-weight: 400;
	color: var(--ci_color_white);
	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.layout_navigation_menu_hours:hover .arrow::before {
	color: var(--ci_color_accent_1);
}
div.layout_navigation_horizontal_fixed div.layout_navigation_menu_hours {
	display: none;
}
div.layout_navigation_menu_hours_window {
	display: none;
	position: absolute;
	right: 0px;
	background: #ffffffaa;
	padding: 20px;
	width: 388px;
	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;
}
body.website_body_subpages div.layout_navigation_menu_hours_window {
	background: #ffffff;
}
div.layout_navigation_menu_hours:hover div.layout_navigation_menu_hours_window {
	display: block;
}
div.layout_navigation_menu_hours_window::before {
	content: '';
	position: absolute;
	left: 255px;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid var(--ci_color_accent_1);
	z-index: 300;
}