<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file        /a_layout/css/layout_project_specific.css
 * @copyright   Copyright (C) 2006 - 2024 codeDESIGN | Milos Mandic / All rights reserved.
 * @link        https://www.filterverlag.de
 * @author      codeDESIGN | Milos Mandic &lt;milos.mandic@filterverlag.de&gt;
 */
 
/* codeDESIGN - layout_project_specific.css */
@charset "utf-8";

/* CUSTOM HERO IMAGE */
div.page_hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -100px;
}
div.page_hero [class^="col-"],
div.page_hero [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.page_hero:before {
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	transition: all 2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.page_hero_content, 
div.page_hero div.page_hero_content {
	color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	z-index: 10;
}
div.page_hero div.page_hero_content div.page_hero_content_body {
	position: relative;
	z-index: 10;
	margin-top: 60px;
}
div.page_hero div.page_hero_content div.page_hero_content_body h1 {
	font: 700 28px/28px 'Montserrat',sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	text-align: left;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}
div.page_hero div.page_hero_content div.page_hero_content_body h1 span.lowercase {
	text-transform: lowercase;
}
div.page_hero div.page_hero_content div.page_hero_content_body h1:after {
	display: none !important;
}
div.page_hero div.page_hero_content div.page_hero_content_body strong {
	font-weight: 700;
}
div.page_hero div.page_hero_content div.page_hero_content_body a,
div.page_hero div.page_hero_content div.page_hero_content_body a:link,
div.page_hero div.page_hero_content div.page_hero_content_body a:visited {
	text-decoration: none;
}
div.page_hero div.page_hero_content div.page_hero_content_body .href_button {
	background: var(--ci_color_accent_2_hover);
	color: #ffffff;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
div.page_hero div.page_hero_content div.page_hero_content_body .href_button:hover {
	background: var(--ci_color_accent_2);
	color: #ffffff;
	text-decoration: none;
}
div.page_hero div.page_hero_slides {
	width: 100%;
}
div.page_hero div.page_hero_slides div.page_hero_slide div.page_hero_slide_background {
	width: 100%;
	height: 100%;
	position: absolute;  
}
div.page_hero div.page_hero_slides div.page_hero_slide div.page_hero_slide_background picture, 
div.page_hero div.page_hero_slides div.page_hero_slide div.page_hero_slide_background img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.page_hero div.page_hero_slides div.page_hero_slide {
	width: 100%;
	position: relative;
}
div.page_hero div.page_hero_slides div.page_hero_slide {
	height: 540px;
}
div.page_hero div.page_hero_videos div.page_hero_video {
	height: 540px;
}
div.page_hero div.page_hero_videos div.page_hero_video video {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}



/* CUSTOM DIVIDERS / CONTENT STIPES */
div.contact_stripe_with_image {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
}
div.contact_stripe_with_image div.contact_stripe_with_image_content {
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
div.contact_stripe_with_image picture {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 0;
	top: 0px;
	left: 0px;
}
div.contact_stripe_with_image picture::before {
	background: rgba(0,0,0,0.5);
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
div.contact_stripe_with_image picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.contact_stripe_with_image div.contact_stripe_with_image_content h4 {
	width: 100%;
	display: block;
	font: 700 28px/28px 'Montserrat',sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	text-align: center;
	border-bottom: none;
}
div.contact_stripe_with_image div.contact_stripe_with_image_content h4:after {
	display: none !important;
}
div.contact_stripe_with_image .href_button {
	background: var(--ci_color_accent_2_hover);
	color: #ffffff;
	-webkit-border-top-left-radius: 20px !important;
	-webkit-border-bottom-right-radius: 20px !important;
	-moz-border-radius-topleft: 20px !important;
	-moz-border-radius-bottomright: 20px !important;
	border-top-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
div.contact_stripe_with_image .href_button:hover {
	background: var(--ci_color_accent_2);
	color: #ffffff !important;
	text-decoration: none !important;
}
div.contact_stripe_with_image .href_button {
  position: relative;
  display: block;
  padding: 10px 40px;
  border-radius: 4px;
  min-width: 160px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  transition: all .5s ease;
}



/* ONLINE APPOINTMENT BOOKING */
div.online_appointment_badge_round {
	width: 140px;
	height: 140px;
	position: fixed;
	left: -10px;
	top: calc(70% - 140px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	z-index: 9999;	
}
div.online_appointment_badge_round strong {
	font-weight: 700;
}
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 #242424;
	-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: #242424;
	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: #358BCC;	
}
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 14px/24px '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: 30px 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: #358BCC;
	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: 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: 240px;
	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: var(--ci_color_accent_4);
	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: var(--ci_color_accent_4_hover);
}
div.online_appointment_button_mobile_new_label {
	background: #358BCC;
	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: -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;
}</pre></body></html>