@charset "utf-8";

:root {
	
	--color-ci-green-rgb: 135,161,32;
	--color-ci-green: #87a120;
	
	--color-text-ci-green-rgb:79,95,15;
	--color-text-ci-green: #4F5F0F;
	
	--color-ci-blue-rgb: 14,72,126;
	--color-ci-blue: #0e487e;	
	
	--color-ci-lila-rgb: 115,55,126;
	--color-ci-lila: #73377e;	
	
	--color-ci-grey-rgb: 191,191,191;
	--color-ci-grey: #bfbfbf;	
	
	--color-link-rgb: 79,95,15;
	--color-link: #4F5F0F;
	
	--color-link-grey-rgb: 102,102,102;
	--color-link-grey: #666666;
	
	--color-link-dark-grey-rgb: 76,76,72;
	--color-link-dark-grey: #4c4c48;
	
	--color-headlines-rgb: 14,72,126;
	--color-headlines: #0e487e;
	
	--color-headline-h1-rgb: 14,72,126;
	--color-headline-h1: #0e487e;
	
	--color-grey-headline-rgb: 89,89,89;
	--color-grey-headline: #595959;
	
	/*	
	--color-headlines-rgb: 135,161,32;
	--color-headlines: #87a120;
	
	--color-headline-h1-rgb: 136,136,136;
	--color-headline-h1: #888888;
	
	--color-grey-headline-rgb: 136,136,136;
	--color-grey-headline: #888888;
	*/
	
	--color-text-rgb: 76,76,72;
	--color-text: #4c4c48;
	
	--color-text-dark-rgb:51,51,51;
	--color-text-dark:#333333;

	--color-red-rgb: 197,20,28;
	--color-red: #c5141c;
	
	--color-darkgrey-rgb: 101,101,101;
	--color-darkgrey: #656565;
	
	--color-grey-rgb: 181,181,181;
	--color-grey: #b5b5b5;
	
	--color-lightgrey-rgb: 229,229,229;
	--color-lightgrey: #e5e5e5;
	
	--color-green-rgb: 108,177,46;
	--color-green: #6cb12e;
	
	--color-darkgreen-rgb: 22,130,45;
	--color-darkgreen: #16822d;
	
	

	--slider-height: 640px;

	--picbox-width: 236px;
	--picbox-pano-width: 312px;

	--gallery-thumb-width: 300px;
	
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/includes/fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('/includes/fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/includes/fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/includes/fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('/includes/fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/includes/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('/includes/fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('/includes/fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/includes/fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('/includes/fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
		url('/includes/fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/includes/fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;	
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('/includes/fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('/includes/fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/includes/fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/includes/fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/includes/fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
		url('/includes/fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* open-sans-800 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('/includes/fonts/open-sans-v18-latin-800.eot'); /* IE9 Compat Modes */
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('/includes/fonts/open-sans-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/open-sans-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/open-sans-v18-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* museo-sans-700 - latin */
@font-face {
	font-family: 'Museo Sans';
	font-style: normal;
	font-weight: 700;
	src: url('/includes/fonts/museo-sans-700.eot'); /* IE9 Compat Modes */
	src: local('Museo Sans 700'), local('MuseoSans-700'),
		url('/includes/fonts/museo-sans-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/includes/fonts/museo-sans-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/includes/fonts/museo-sans-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/includes/fonts/museo-sans-700.woff') format('woff'), /* Modern Browsers */
		url('/includes/fonts/museo-sans-700.svg#MuseoSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}



* {
	margin:0;
	padding:0;
	line-height:100%;
	outline:0;
}

html {
	width:100%;
	height:100%; 
	font-size: 100.01%;
	-webkit-tap-highlight-color: rgba(255,255,255,1);
	font-weight:400 !important;	
}

body {
	position:relative;
	width:100%;
	height:100%; 
	margin:0;
	padding:0;
	font-size:62.5%;
	font-style: normal;
	text-align:center;
	color:var(--color-text-dark) !important;
	-webkit-tap-highlight-color: rgba(255,255,255,1);
	font-family:'Open Sans', Tahoma, Helvetica, Verdana, Arial, san-serif;
	font-weight:400 !important;	
	background-color:rgba(255,255,255,1);	
	display: flex;
	flex-direction: column;
}


header#header,
#container {	
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
}	

#container {
	position:relative;
	max-width:1200px;
	height:auto;
	flex: 1 0 auto;
	font-size:100%;
	background-color:#fff;
	font-weight:400 !important;	
}


/* ###  ALLGEMEINE DEFINITIONEN START ### */

h1,
h2,
h3,
h4,
h5,
h6,
.headline,
legend {
	font-family:'Open Sans', Tahoma, Helvetica, Verdana, Arial, san-serif;	
	color:rgba(var(--color-headlines-rgb),1);
	font-weight:500 !important;	
	font-style:normal;
}

h1,
h1.headline {
	color:rgba(var(--color-headline-h1-rgb),1) !important;
}


a {
	color:rgba(var(--color-link-rgb),1);
	text-decoration:1px dotted underline;
}

a:hover {
	text-decoration:1px underline;
}

a.noborder {
	border-bottom:0 !important;
}

#container #content article p a,
#container #content article li a {
	color:rgba(var(--color-link-rgb),1);
	font-weight:600 !important;	
}

#container #content .box_content.mitarbeiter article p a {
	font-weight:400 !important;	
}

#container #content article p a:hover,
#container #content article li a:hover {
	text-decoration:none;
}

#container #content article a.noborder {
	border-bottom:0 !important;
}

a[href^="tel:"],
a[href^="mailto:"] {
  border-bottom:0 !important;
}

a.dark {
	color:rgba(var(--color-link-dark-grey-rgb),1);
	/*
	text-decoration:none;
	*/
}
a.dark:hover {
	text-decoration:underline;
}

#container #content article p .button a.dark {
	border-bottom:none;
}

#container #content article p .button a.dark:hover {
	color:#fff;
}	

a.ext_ohne {	
	padding-left:0;
	background:none;
	display:inline;
}


#content a.external-link::after {
	content: ' ';
	display:inline-block;
	margin-left:4px;
	vertical-align:-2px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}

#content a.external-link::after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-external-link" width="14" height="14" viewBox="0 0 24 24" stroke-width="2" stroke="%2387a120" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" /><line x1="10" y1="14" x2="20" y2="4" /><polyline points="15 4 20 4 20 9" /></svg>');
}





.color {
	color:rgba(var(--color-ci-green-rgb),1);
} 

.center {
	text-align:center;
}

.bold,
#container .bold {
	font-weight:700 !important;
}

.green {
	color:green !important;
}

.fw_norm {
	font-weight:400 !important;
}

.cb {
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

.upper {
	text-transform:uppercase;
}

.schatten,
.shadow {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
	-moz-box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
	box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
}

.shadow-shorter {
  box-shadow: 0 1px 1px rgba(102,102,102,0.11), 
              0 2px 2px rgba(102,102,102,0.11), 
              0 4px 4px rgba(102,102,102,0.11), 
              0 6px 8px rgba(102,102,102,0.11),
              0 8px 16px rgba(102,102,102,0.11);
}

.shadow-longer {
  box-shadow: 0 2px 1px rgba(102,102,102,0.09), 
              0 4px 2px rgba(102,102,102,0.09), 
              0 8px 4px rgba(102,102,102,0.09), 
              0 16px 8px rgba(102,102,102,0.09),
              0 32px 16px rgba(102,102,102,0.09);
}

.rund {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.rund2px {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.border_top_left_radius {
	border-top-left-radius: 6px;
}

.pic_arzt .border_top_left_radius,
.pic_standort .border_top_left_radius,
.pic_leistung .border_top_left_radius {
	border-top-left-radius: 30px;
}

.team_rund {
	border-radius:50%;
	
	width:auto;
	height:auto;
	max-width:300px;
	max-height:300px;
	
}

.team_center {
	text-align:center;
}

.arzt_rund {
	border-radius:50%;
	
	width:auto;
	height:auto;
	max-width:375px;
	max-height:375px;
	
}


.white,
#content .white {
	color:#fff;
}


.icon-tabler {
	vertical-align:-3px;
	margin-right:3px;
}

.box_content .icon-tabler,
.mitarbeiter .icon-tabler {
	width:16px;
	height:16px;
	vertical-align:-3px;
}


.icon-cam-container {
	width:16px;
	height:16px;
	margin-top:2px;
	vertical-align:-1px;
}


#content td {
	vertical-align:top;
	padding:0 6px 6px 0;
}

/* new clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
	
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */


#content br.space {
	display:block;
	margin:0 0 36px 0;
}

#container .hidden {
	display:none;
}


#container iframe.piwik {
	width:96%;
	height:auto;
	min-height:200px;
	border:none;
}


/* ACCORDION START */

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}
  
 /* ### ACCORDION ENDE ### */




.OpenSans300 { 
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-style:normal;
}

.OpenSans400 { 
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-style:normal;
}

.OpenSans600 { 
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-style:normal;
}

.OpenSans700 { 
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-style:normal;
}

.MuseoSans {
	font-family:'Museo Sans', san-serif;	
	color:#000;
	font-weight:700 !important;	
	font-style:normal;
}



/* ### HEADLINE STANDORT START ### */

.standort_headline {
	display:inline-block;
}


.standort_headline svg {
	display:inline-block;
}

.standort_headline svg.square {
	width:16px;
	height:16px;
}

.standort_headline svg.square.witten path {
	fill:var(--color-ci-green);
}

.standort_headline svg.square.kemnade path {
	fill:var(--color-ci-lila);
}

.standort_headline svg.square.bergmannsheil path {
	fill:var(--color-ci-blue);
}

.standort_headline svg.square.unicenter path {
	fill:var(--color-ci-grey);
}

.standort_headline svg.square.centrovital path {
	fill:var(--color-ci-green);
}

.standort_headline svg.svg_hno {
	height:16px;
	width:auto;
	margin-left:4px;
	margin-right:4px;
}

.standort_headline span {
	display:inline-block;
	font-size:140%;
}




h1 .standort_headline svg.svg_hno {
	height:24px;
}

h1 .standort_headline svg.square {
	width:24px;
	height:24px;
}

h1 .standort_headline span {
	font-size:100%;
}


/* ### HEADLINE STANDORT ENDE ### */



#content p.bt_termin {
	margin-top:8px;
}

#content p.bt_termin a {
	padding:10px 18px;
	color:#fff !important;
	font-weight:bold;
	display:inline-block;
	width:auto;
	line-height:140%;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
}

#content p.bt_termin:after {
	content:" ";
	width: 16px;
	height: 16px;
	display:block;
}


#content p a.termin_witten {
	background-color:var(--color-ci-green);
	color:#000 !important;
}
#content p.bt_witten:after {	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTIgMiAyIj48cGF0aCBkPSJNIDAgMCBMIDAgLTIgTCAyIC0yIEwgMCAwIiBmaWxsPSIjODdhMjIwIi8+PC9zdmc+");
}

#content p a.termin_kemnade {
	background-color:var(--color-ci-lila);
}
#content p.bt_kemnade:after {	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTIgMiAyIj48cGF0aCBkPSJNIDAgMCBMIDAgLTIgTCAyIC0yIEwgMCAwIiBmaWxsPSIjNzQzNzdmIi8+PC9zdmc+");
}

#content p a.termin_bergmannsheil {
	background-color:var(--color-ci-blue);
}
#content p.bt_bergmannsheil:after {	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTIgMiAyIj48cGF0aCBkPSJNIDAgMCBMIDAgLTIgTCAyIC0yIEwgMCAwIiBmaWxsPSIjMDc0YzhjIi8+PC9zdmc+");
}

#content p a.termin_unicenter {
	background-color:var(--color-ci-grey);
	color:#333 !important;
}
#content p.bt_unicenter:after {	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTIgMiAyIj48cGF0aCBkPSJNIDAgMCBMIDAgLTIgTCAyIC0yIEwgMCAwIiBmaWxsPSIjYzJjNGMxIi8+PC9zdmc+");
}

#content p a.termin_centrovital {
	background-color:var(--color-ci-green);
	color:#000 !important;
}
#content p.bt_centrovital:after {	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTIgMiAyIj48cGF0aCBkPSJNIDAgMCBMIDAgLTIgTCAyIC0yIEwgMCAwIiBmaWxsPSIjODdhMjIwIi8+PC9zdmc+");
}






/* ###  ALLGEMEINE DEFINITIONEN ENDE ### */






/* ##### BILDSLIDER START ##### */

#bildslider, 
#bildstreifen {
	clear:both;	
	position:relative;
	padding-bottom: calc(640/1920 * 100%) !important;	
	padding-top:0px;
	height:0 !important;	
	text-align:left;		
	background-color:transparent;		
	position:relative;
	background-color:#c8c6c3;
	text-align:center;
	overflow:hidden !important;
}

#bildstreifen img.sliderpic,
#bildstreifen.hoch img.sliderpic {	
	width:100%;
	height:auto;
}

#bildslider a.browse {
	cursor:pointer;
	position:absolute;
	top:calc(50% - 24px);
	width:68px;
	height:68px;
	z-index:299;
}

#wrapper {
	width:100%;	
	height:0 !important;
	padding-bottom: calc(640/1920 * 100%) !important;
	margin:0;
}

#carousel {
	width:100%;	
	height:0 !important;
	padding-bottom: calc(640/1920 * 100%) !important;
	margin:0;
	display:none;
}

#carousel:before {
    content: '';
    position:absolute;
    width:100%;
    height:100%;
}

#carousel > div {
	width:100%;	
	height:0 !important;
	padding-bottom: calc(640/1920 * 100%) !important;
	position:relative;
	text-align:center;
	margin:0;
}

#carousel > div div.text,
#carousel > div div.slider_txt {
	position:absolute;
	display:inline-block;
	width:auto;
	height:auto;
	margin:0;
	text-align:left;
	font-size:100%;
	color:#fff;
	background:none;
	background-color:transparent;
	z-index:199;
}

#carousel img.sliderpic {
	width:100%;
	height:auto;
	object-fit: cover;
}

#wrapper .browse {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	cursor:pointer;	
	top:calc(50% - 24px);	
	position:absolute;
	z-index:699;
}

#wrapper svg {
	-webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.5));
}

#wrapper .next {
	right:20px;
}

#wrapper .prev {
	left:20px;
}

#pager {
	position:absolute;
	z-index:299;
	bottom:4px;
	right:4px;
	width:auto;
	height:18px;
}

#pager a,
#pager span.pager_link {
	display:block;
	float:left;
	margin-right:6px;
	padding:0;	
	width:12px;
	height:12px;
	line-height:12px;	
	border-radius: 50%;
	border: 2px solid #f5f5f5;
	background-color:rgba(var(--color-ci-green-rgb),.33);
	cursor:pointer;
	font-size:100%;
	cursor:pointer;
}

#pager a:hover, 
#pager a.active, 
#pager a.selected,
#pager span.pager_link:hover,
#pager span.pager_link.active,
#pager span.pager_link.selected {
	border: 2px solid #f5f5f5;
	background-color:rgba(var(--color-ci-green-rgb),1);
}

#pager a span,
#pager span.pager_link span {
	display:none;
}

/* ##### BILDSLIDER ENDE ##### */


#wrapper svg,
#bildstreifen svg {
	-webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.5));
}

#wrapper .next,
#bildstreifen .next {
	right:20px;
}

#wrapper .prev,
#bildstreifen .prev {
	left:20px;
}


#bildstreifen, 
#wrapper,
#wrapper #carousel {	
	height:0 !important;
	padding-bottom: calc(640/1920 * 100%) !important;

}	

.slidecontent {
	position:relative;		
	height:0 !important;
	padding-bottom: calc(640/1920 * 100%) !important;

}

.slidecontent #title,
.slidecontent .title {		
	z-index:199;		
	position:absolute;		
	top:0px;
	left:0px;
	width:100%;
	height:0 !important;
	padding-bottom: calc(640/1920 * 100%) !important;	
}

.slidecontent #title .title_box,
.slidecontent .title .title_box {
	position:relative;
	width:100%;
	height:100%;
	padding-bottom: calc(640/1920 * 100%) !important;
}

#title div.text,
.title div.text {	
	text-align:left;	
	font-size:220%;
	color:rgba(255,255,255,1) !important;	
}

.slidecontent #title .title_box .text,
.slidecontent .title .title_box .text {
	position:absolute;
	bottom:20px;
	left:70px;
}

.slidecontent.datenschutz #title {}

.slidecontent.einfahrt #title .title_box .text,
.slidecontent.einfahrt .title .title_box .text {	
	top:20px;
	left:17%;
}

.slidecontent.altpapier #title .title_box .text,
.slidecontent.altpapier .title .title_box .text {	
	bottom:50px;
	left:80px;
}

#title div.text p.p_colorblock {}

#title_mobile div.text p span.colorbox,
#title div.text p span.colorbox,
.title div.text p span.colorbox {
	display:inline-block !important;
	width:auto;
	padding:10px 20px;
	color:#fff !important;
	font-weight:600 !important;
	font-size:180%;
	line-height:130%;
	vertical-align:baseline;
	letter-spacing:0px;
	text-align:left;
}

#title_mobile div.text p span.colorbox.green,
#title div.text p span.colorbox.green,
.title div.text p span.colorbox.green {
	/*
	background-color:rgba(var(--color-ci-green-rgb),1) !important;
	border-right:10px solid rgba(var(--color-ci-green-rgb),1);
	*/
	background-color:rgba(var(--color-ci-blue-rgb),1) !important;
	border-right:10px solid rgba(var(--color-ci-blue-rgb),1);
	padding-left:20px;
	font-size:130%;
}


#title_mobile div.text p span.colorbox.blue,
#title div.text p span.colorbox.blue,
.title div.text p span.colorbox.blue {
	background-color:rgba(var(--color-ci-blue-rgb),1) !important;
	border-right:10px solid rgba(var(--color-ci-blue-rgb),1);
}

#title_mobile div.text p span.colorbox.lila,
#title div.text p span.colorbox.lila,
.title div.text p span.colorbox.lila {
	/*
	background-color:rgba(var(--color-ci-lila-rgb),1) !important;
	border-right:10px solid rgba(var(--color-ci-lila-rgb),1);
	*/
	background-color:rgba(var(--color-ci-blue-rgb),1) !important;
	border-right:10px solid rgba(var(--color-ci-blue-rgb),1);
	font-size:130%;
}


@media only screen and (min-width: 1025px) {	
	
	#title_mobile {
		display:none;
	}
	
	#title,
	.title {
		display:block;
	}

}

@media only screen and (min-width: 120px) and (max-width:1024px) {	
	
	#title,
	.title {
		display:none;
	}
	
	#title_mobile {
		display:none;
	}

}


 
 
/* ### HEADER START ### */

header#header {
	text-align:left;
	background:rgba(255,255,255,1);
	position:relative !important;
	z-index:9999;
	overflow:visible;
}


#nav_box {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
}

#nav_box .logo_absatz {
	position:absolute;
	top:10px;
	left:20px;
	margin:0 !important;	
	border:none;
	width:auto !important;
	max-width:100% !important;
	display:inline-block;
}

#nav_box .logo_absatz a {
	display: inline-block;
	text-decoration: none;
	border:none;
	margin:0;
	color:rgba(255,255,255,1) !important;
}

#nav_box .logo_absatz a span {
	display: block;
	font-size:120%;
	font-weight:400;
	letter-spacing:0px;
	padding:0;
	margin-top:4px !important;
}

#nav_box .logo_absatz img.logo {
	width:100%;
	max-width:212px;
	height:auto;
}



#phone_button a.tel_link {
	color:rgba(var(--color-link-dark-grey-rgb),1) !important;
	text-align:left;		
	display: flex;
	justify-content: center;
	align-items: center;	
}	

#phone_button a.tel_link svg {
	margin-right:4px;
	fill:var(--color-ci-green);
}
	
#phone_button a.tel_link .no_sticky {
	color:rgba(var(--color-link-dark-grey-rgb),1) !important;
}

/* ### HEADER ENDE ### */



/* ### NAVIGATION START ### */

p.info {
	display:block;
	text-align:center;
}






/* #### NAVI START #### */


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
	 You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

/* sm-clean START */

.sm-clean {
	border-radius: 0px;
	z-index:999999 !important;
}

.sm-clean li a, .sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
	padding: 13px 20px 13px 12px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	font-size:150%;
	line-height:110%;
	letter-spacing:0px;	
	font-weight: 400;
	text-decoration: none;
	border-radius: 0px;
}

.sm-clean li li a, 
.sm-clean li li a:hover, 
.sm-clean li li a:focus, 
.sm-clean li li a:active,
.sm-clean li li a.highlighted {
	font-size:140%;
	line-height:130%
} 


.sm-clean li a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
}
.sm-clean li a .sub-arrow::before {
	content: '+';
}
.sm-clean li a.highlighted .sub-arrow::before {
	content: '-';
}

.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	border-radius: 0;
}

.sm-clean > li:first-child {
	border-top: 0;
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	text-transform:none;
	border-left: 16px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
	border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
	border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

.sm-clean {
	clear:both;
	display:block;
}

.headbox {
	z-index:10000;
}

nav#main-nav {
	position:relative;
	width:100%;	
	margin:0 !important;
	padding:0 !important;
	overflow:visible !important;
}

#main-menu {
	clear: both;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;		
}


@media (min-width: 1025px) {
	
	#phone_button {
		position:absolute;
		top:42px;
		right:10px;	
		margin:0 !important;	
		border:none;
		width:auto !important;
		font-size:160%;	
		display:inline-block;	
	}

}

@media (max-width: 1024px) {
	
	/* ### HEADER START ### */
	
	#phone_button {
		position:absolute;
		top:10px;
		left:43%;	
		width:auto !important;
		display:inline-block;
		margin:0 auto !important;	
		z-index:9;
		border:none;
		font-size:170%;		
	}
	
	#phone_button a.tel_link {
		color:rgba(var(--color-link-dark-grey-rgb),1) !important;
		text-align:left;
		line-height:130%;		
		border-radius: 0 !important;		
	}	
	
	#phone_button a.tel_link .no_sticky {
		color:rgba(var(--color-link-dark-grey-rgb),1) !important;
	}
	
	nav#main-nav .logo_absatz,
	nav#main-nav .main-menu-btn {
		z-index:9999;
	}
	
	nav#main-nav {
		padding:0 !important;
		width:100%;
		text-align:right;
	}
		
	#main-menu {			
		margin:0 !important;
		padding:0 !important;
		display:block;
	}
	
	header#header,
	nav#main-nav {
		margin-bottom:0 !important;
	}

	.main-menu-btn {			
		margin: 0 6px 6px 0px;
	}
			
	nav#main-nav .logo_absatz {
		top:6px;
		left:10px;
		width:auto !important;
		max-width:140px !important;
	}
	
	nav#main-nav .logo_absatz img.logo {
		display:inline-block;
		width:100% !important;
		height:auto;
	}	
	
	nav#main-nav .logo_absatz span {
		margin-top:2px;
	}
	
	nav#main-nav.sticky .headicons_sticky, 
	nav#main-nav .headicons_sticky {
		display:none !important; 
	}	
	
	/* ### HEADER ENDE ### */
	
	
	
	/* ### NAVI START ### */
	
	.sm-clean {
		-webkit-box-shadow: 0px 4px 4px 0px rgba(76,76,72,0.5);
		-moz-box-shadow: 0px 4px 4px 0px rgba(76,76,72,0.5);
		box-shadow: 0px 4px 4px 0px rgba(76,76,72,0.5);
		border-bottom:1px solid rgba(76,76,72,1);
	}
	
	.sm-clean li a {	
		background-color:rgba(255,255,255,0.975);
		color: rgba(76,76,72,1) !important;
	}
	
	.sm-clean li {	
			border-top: 1px solid rgba(76,76,72, 1);
	}
	
	.sm-clean li li {	
			border-top: 1px solid rgba(76,76,72, 0.575);
	}	
		
	/* ### NAVI ENDE ### */
	
	
	
	
	/* ### STICKY START ### */
		
	nav#main-nav .logo_sticky {
		display:none;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 10ms, opacity 300ms;
	}
	
	nav#main-nav.sticky .logo {
		display:inline-block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s linear 0s, opacity 300ms;
	}	
		
	/* ### STICKY ENDE ### */
	
	
	
}

@media (min-width: 1025px) {
	/* Switch to desktop layout
-----------------------------------------------
		 These transform the menu tree from
		 collapsible to desktop (navbar + dropdowns)
-----------------------------------------------*/
	/* start... (it's not recommended editing these rules) */
		
	.sm-clean ul {
		position: absolute;
		width: 12em;
	}

	.sm-clean li {
		float: left;
	}

	.sm-clean.sm-rtl li {
		float: right;
	}

	.sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
		float: none;
	}
	
	.sm-clean li a {
		white-space: nowrap;
	}

	.sm-clean ul a, .sm-clean.sm-vertical a {
		white-space: normal;
	}

	.sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}

	/* ...end */		
		

	.sm-clean li a, 
	.sm-clean li a:hover, 
	.sm-clean li a:focus, 
	.sm-clean li a:active, 
	.sm-clean li a.highlighted {
		padding: 50px 32px 50px 22px;
		line-height:130%;		
		border-radius: 0 !important;		
		text-align:left;
	}		
	
	.sm-clean li a {	
		color:rgba(var(--color-link-rgb),1) !important;
		background-color:rgba(255,255,255,1);
		font-weight:600 !important;
	}	
	.sm-clean li a:hover, 
	.sm-clean li a:focus, 
	.sm-clean li a:active, 
	.sm-clean li a.highlighted,
	.sm-clean li.aktiv a {
		text-decoration:none;	
		color:rgba(var(--color-link-dark-grey-rgb),1) !important;
	}
	.sm-clean li a.current {
		text-decoration:none;
		font-weight:600;
	}
	.sm-clean li.aktiv li a,
	.sm-clean li li a {
		text-decoration:none !important;
	}
	.sm-clean li li a {		
		color:rgba(var(--color-link-rgb),1) !important;
		font-weight:400 !important;
	}
	.sm-clean li li a:hover, 
	.sm-clean li li a:focus, 
	.sm-clean li li a:active, 
	.sm-clean li li a.highlighted
	.sm-clean li.aktiv li a:hover, 
	.sm-clean li.aktiv li a:focus, 
	.sm-clean li.aktiv li a:active, 
	.sm-clean li.aktiv li a.highlighted  {
		text-decoration:none !important;	
		font-weight:400 !important;		
		color:rgba(var(--color-link-dark-grey-rgb),1) !important;
	}
	
	.sm-clean ul {
		background-color:rgba(255,255,255,1);
		margin-top:0px !important;
		margin-left:0px !important;		
		-webkit-box-shadow: 0px 4px 4px 0px rgba(76,76,72,0.5);
		-moz-box-shadow: 0px 4px 4px 0px rgba(76,76,72,0.5);
		box-shadow: 0px 4px 4px 0px rgba(76,76,72,0.5);		
	}

	.sm-clean li a.has-submenu {
		padding-right: 24px;
	}
	.sm-clean li a .sub-arrow {
		top: 50%;
		margin-top: -2px;
		right: 12px;
		width: 0;
		height: 0;
		border-width: 4px;
		border-style: solid dashed dashed dashed;
		border-color: rgba(var(--color-link-rgb),1) transparent transparent transparent;
		background: transparent;
		border-radius: 0;
	}
	.sm-clean li a .sub-arrow::before {
		display: none;
	}
	.sm-clean li {
		border-top: 0;
	}
		
	.sm-clean > li > ul::before,
	.sm-clean > li > ul::after {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 0px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #bbbbbb transparent;
	}
	.sm-clean > li > ul::after {
		top: -0px;
		left: 0px;
		border-width: 0px;
		border-color: transparent transparent #fff transparent;
	}
		
	.sm-clean li.aktiv ul a {
		font-weight:400;
		text-decoration:none !important;
	}
	.sm-clean ul a, 
	.sm-clean ul a:hover, 
	.sm-clean ul a:focus, 
	.sm-clean ul a:active, 
	.sm-clean ul a.highlighted {
		border: 0 !important;
		padding:10px 20px;
		text-align:left;
	}
	.sm-clean ul a:hover, 
	.sm-clean ul a:focus, 
	.sm-clean ul a:active, 
	.sm-clean ul a.highlighted, 
	.sm-clean li.aktiv ul a:hover, 
	.sm-clean li.aktiv ul a:focus, 
	.sm-clean li.aktiv ul a:active, 
	.sm-clean li.aktiv ul a.highlighted {
		text-decoration:underline;
	}
	.sm-clean ul a.current {
		text-decoration:underline;
	}
	.sm-clean ul a.disabled {}
		
	.sm-clean li li a, 
	.sm-clean li li a:hover, 
	.sm-clean li li a:focus, 
	.sm-clean li li a:active, 
	.sm-clean li li a.highlighted {
		padding: 6px 32px 6px 22px;
		line-height:130%;		
	}			
	
	.sm-clean ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-clean ul a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent var(--color-link);
	}
	.sm-clean .scroll-up,
	.sm-clean .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	.sm-clean .scroll-up:hover,
	.sm-clean .scroll-down:hover {
		background: #eeeeee;
	}
	.sm-clean .scroll-up:hover .scroll-up-arrow {
		border-color: transparent transparent rgba(0,69,124,1) transparent;
	}
	.sm-clean .scroll-down:hover .scroll-down-arrow {
		border-color: rgba(0,69,124,1) transparent transparent transparent;
	}
	.sm-clean .scroll-up-arrow,
	.sm-clean .scroll-down-arrow {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 6px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #fff transparent;
	}
	.sm-clean .scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #fff transparent transparent transparent;
	}
	.sm-clean.sm-rtl a.has-submenu {
		padding-right: 12px;
		padding-left: 24px;
	}
	.sm-clean.sm-rtl a .sub-arrow {
		right: auto;
		left: 12px;
	}
	.sm-clean.sm-rtl.sm-vertical a.has-submenu {
		padding: 10px 20px;
	}
	.sm-clean.sm-rtl.sm-vertical a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #fff transparent transparent;
	}
	.sm-clean.sm-rtl > li > ul::before {
		left: auto;
		right: 30px;
	}
	.sm-clean.sm-rtl > li > ul::after {
		left: auto;
		right: 31px;
	}
	.sm-clean.sm-rtl ul a.has-submenu {
		padding: 10px 20px !important;
	}
	.sm-clean.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #fff transparent transparent;
	}
	.sm-clean.sm-vertical {
		padding: 10px 0;
		border-radius: 5px;		
	}
	.sm-clean.sm-vertical a {
		padding: 10px 20px;
	}
	
	.sm-clean.sm-vertical a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent var(--color-link);
	}
	.sm-clean.sm-vertical > li > ul::before,
	.sm-clean.sm-vertical > li > ul::after {
		display: none;
	}
	.sm-clean.sm-vertical ul a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical ul a:hover, 
	.sm-clean.sm-vertical ul a:focus, 
	.sm-clean.sm-vertical ul a:active, 
	.sm-clean.sm-vertical ul a.highlighted {
		background: #eeeeee;
	}
	.sm-clean.sm-vertical ul a.disabled {
		background: #fff;
	}
	
	.sm-clean li a:hover, 
	.sm-clean li a:focus, 
	.sm-clean li a:active,
	.sm-clean li a.highlighted,
	.sm-clean li a.current	{	
		color:rgba(var(--color-link-dark-grey-rgb),1) !important;		
	}

	.sm-clean > li:last-child {
		margin-right:0px;
	}
	
	.sm-clean li ul.subnavi {
		padding-bottom:6px;
	}
	
	.sm-clean li ul.subnavi.leistungsspektrum	{
		min-width:230px !important;
	}
	
	.sm-clean li ul.subnavi.aerzte	{
		min-width:270px !important;
	}
	
	.sm-clean li ul.subnavi.standorte	{
		min-width:220px !important;
	}

	.sm-clean ul ul {
		margin-top: -34px !important;
		left: 200px !important;
	}
		
	nav#main-nav.sticky .sm-clean ul ul {
		margin-top: 0px !important;
	}
	
	
	/* hide the button in desktop view */
	.main-menu-btn {
		position: absolute;
		top: -99999px;
	}
	/* always show the menu in desktop view */
	#main-menu-state:not(:checked) ~ #main-menu {
		display: block;
	}
		
	#main-menu {	
		display:inline-block !important;
		float:none;	
		padding:0;		
		margin-left:257px;		
	}	
	
	
	
	/* ### STICKY START ### */

	.sticky {
		position: fixed !important;
		z-index:999999;
		top:0px;
		width:100%;
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
	}

	.sticky + #content {
		padding-top: 97px;
		padding-top: 157px;
	}

	nav#main-nav.sticky {		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;				
		background-color:rgba(255,255,255,0.9);		
		border-bottom:1px solid rgba(255,255,255,0.25);		
		-webkit-box-shadow: 0px 4px 8px 2px rgba(128,128,128,0.2);
		-moz-box-shadow: 0px 4px 8px 2px rgba(128,128,128,0.2);
		box-shadow: 0px 4px 8px 2px rgba(128,128,128,0.2);
	}
	
	nav#main-nav .logo_sticky {		
		display:none;		
		visibility: hidden;		
		opacity: 0;
		transition: visibility 0s linear 10ms, opacity 300ms;				
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
	}

	nav#main-nav.sticky .logo_sticky {		
		display:inline-block;		
		visibility: visible;
		opacity: 1;
		transition: visibility 0s linear 10s, opacity 300ms;		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
		float:left;
	}

	nav#main-nav.sticky .logo {
		display:none;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 10ms, opacity 300ms;		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
	}
	
	nav#main-nav.sticky #phone_button,
	nav#main-nav.sticky .logo_absatz img.logo,
	nav#main-nav.sticky .logo_absatz a span	{
		display:none;
	}
	
	nav#main-nav.sticky .logo_absatz {
		top:6px;
	}
	
	nav#main-nav.sticky #main-menu,
	nav#main-nav.sticky .sm-clean {		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
	}

	nav#main-nav.sticky .sm-clean li a, 
	nav#main-nav.sticky .sm-clean li a:hover, 
	nav#main-nav.sticky .sm-clean li a:focus, 
	nav#main-nav.sticky .sm-clean li a:active, 
	nav#main-nav.sticky .sm-clean li a.highlighted {
		line-height:130%;		
		border-radius: 0 !important;		
		text-align:left;	
		padding-top:10px;	
		padding-bottom:10px;
	}
	
	nav#main-nav.sticky .sm-clean li a,
	nav#main-nav.sticky .sm-clean li li a	{			
		border:none !important;
	}	

	nav#main-nav.sticky .sm-clean li a {	
		background:none !important;
		background-color:transparent !important;
	}
		
	nav#main-nav.sticky .sm-clean ul {
		background-color:rgba(255,255,255,.9);
		margin-top:2px !important;
	}
	
	nav#main-nav.sticky .sm-clean ul ul {
		margin-top: -40px !important;
	}
	
	nav#main-nav.sticky label	{
		margin-top:0 !important;
		margin-bottom:0 !important;
	}

	nav#main-nav .headicons_sticky {
		display:none !important; 
	}

	nav#main-nav.sticky .headicons_sticky {		
		display:inline-block !important;		
		position:fixed;
		right:10px;
		top:10px;		
		margin:0;
		padding:0;
		width:auto;
		max-width:100px;
		text-align:right;		
		font-size:160%;
	}
	
	nav#main-nav.sticky .headicons_sticky #phone_button a.tel_link svg {
		margin-right:4px;
		fill:var(--color-ci-green) !important;
	}

	/* ### STICKY ENDE  ### */
	
}



@media (min-width: 1101px) {
	
	#main-menu {	
		margin-left:297px;
	}	

}

@media (min-width: 1025px) and (max-width: 1100px) {
	
	#main-menu {	
		margin-left:207px;
	}	
	
	#nav_box .logo_absatz img.logo {
		max-width:127px;
	}
	
	#nav_box .logo_absatz {		
		top:18px;
	}
	
}

@media (max-width: 1024px) {

	#nav_box .logo_absatz img.logo {
		max-width:90px;
	}

} 

@media (max-width: 480px) {
	
	#phone_button {
		left:50%;
		margin-left:-16px;
	}
	
	#phone_button a.tel_link .no_sticky {
		display:none;
	}
	
}


/*# sourceMappingURL=sm-clean.css.map */

/* sm-clean ENDE */




/* Mobile menu top separator */

#main-menu:before {
	content: '';
	display: block;
	height: 1px;
	font: 1px/1px sans-serif;
	overflow: hidden;
	background: rgba(255,255,255,1) !important;
}

@media (min-width: 1025px) {
	#main-menu:before {
		display: none;
	}
}


/* Mobile menu toggle button */

.main-menu-btn {
	float: right;
	margin: 10px;
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: 32px;	
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: rgba(255,255,255,0.8) !important;
	border:1px solid rgba(255,255,255,0.8);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 3px;
  height: 2px;
  width: 26px;
  background: rgba(76,76,72,1) !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

	
/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}

#main-menu-state:checked ~ #main-menu {
	display: block;
}
	
	
/* #### NAVI ENDE #### */





/* ##### HEADLINE EXTRA START ##### */


.headline_extra {	
	box-sizing: border-box;	
	font-weight: 600 !important;
	margin-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 0px;	
	text-rendering: geometricprecision;
	color:rgba(var(--color-headlines-rgb),1) !important;	
	letter-spacing:0px;
	font-size:360%;	
}

h1.headline_extra {
	color:rgba(var(--color-headline-h1-rgb),1) !important;	
}

.headline_extra:before {
	text-rendering: geometricprecision;
	text-transform: uppercase;	
}

/* ##### HEADLINE EXTRA ENDE ##### */



hr.divider {
	display:block;
	clear:both;
	margin:40px auto !important;	
	
	border: 0;
	margin: 1.35em auto;
	max-width: 100%;
	background-position: 50%;
	box-sizing: border-box;
	
	border-width: 0 0 1px;
	color: rgba(var(--color-ci-grey-rgb),1);
	border-image: linear-gradient(
    90deg,
    rgba(var(--color-ci-grey-rgb),0),
    rgba(var(--color-ci-grey-rgb),1) 50%,
    rgba(var(--color-ci-grey-rgb),0) 100%) 0 0 100%;
	border-style: solid;

}


/* #### BOXEN START #### */

#container .boxen,
footer.boxen {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}

#container .boxen .box,
footer .box {
	float:left;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}



#container .boxen .box100 {
	width:100%;
	margin-right:0;
}

#container .boxen .box66 {
	width:64.66%;
	margin-right:4% !important;
}

#container .boxen .box66_33 {
	width:31.33%;
	margin-right:0% !important;
}

#container .boxen .box50 {
	width:48%;
	margin-right:4% !important;
}

#container .boxen .box50:nth-child(2n) {
	margin-right:0 !important;
}

#container .boxen .box33 {
	width:32%;
	margin-right:2%;
}

#container .boxen .box33:nth-child(3n){
	margin-right:0;
}

#container .boxen .box33:nth-child(4n){
	clear:both;	
}

#container .boxen .box25 {
	width:23%;
	margin-right:3% !important;
}

#container .boxen .box25:nth-child(4n) {
	margin-right:0 !important;
}


#container .boxen .box16 {
	width:15%;
	margin-right:2%;
}

#container .boxen .box16:nth-child(6n){}

#container .boxen .box16:nth-child(7n){
	clear:none;	
	margin-right:0;
}


#container .boxen .box66.center {
	width:66.66%;
	float:none;
	margin-left:auto !important;
	margin-right:auto !important;
}









@media only screen and (max-width: 768px) {

	#container .boxen .box66 {
		width:100%;
		margin-right:0% !important;
	}

	#container .boxen .box66_33 {
		width:100%;
		margin-right:0% !important;
	}

	#container .boxen .box50 {
		width:100%;
		margin-right:0% !important;
	}

	#container .boxen .box50:nth-child(2n) {
		margin-right:0 !important;
	}

	#container .boxen .box33 {
		width:100%;
		margin-right:0%;
	}

	#container .boxen .box33:nth-child(3n){
		margin-right:0;
	}

	#container .boxen .box33:nth-child(4n){
		clear:both;	
	}

	#container .boxen .box16 {
		width:33%;
		margin-right:2%;
	}

	#container .boxen .flex-container .preisbox {
		width:calc(100% - 14px);
	}
	
	#container .boxen .box66.center {
		width:100%;
	}
	
}


@media only screen and (max-width: 480px) {
	
	#container .boxen .box16 {
		width:100%;
		margin-right:0%;
	}

}

/* #### BOXEN ENDE #### */




#content img.responsive_pic,
#content .boxen img.responsive_pic {
	width:auto;
	max-width:100%;
	height:auto;	
}




/* ### BILDER GALERIE START ### */

#container .bilder figure.pic {
  width: 100%;
  height: auto;
  float:left;
  margin: 12px 22px;
}

#container .bilder figure.pic250 {
	max-width: 250px;
}

#container .bilder figure.pic figcaption {
  width: 100%;
  text-align: center;
}

/* ### BILDER GALERIE ENDE ### */


/* ### Bilder rechte Seite START ### */

figure.pic_arzt {
	margin-bottom:20px;
}


figure.pic_arzt figcaption a {
	display:inline-block;
	padding:5px 0;
}

/* ### Bilder rechte Seite ENDE ### */





/* #### ALLGEMEINE TYPOGRAFIE START #### */

#bildstreifen p,
#container p,
#subnavi p {
	font-size:140%;
	line-height:140%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400 !important;
	color:rgba(var(--color-text-rgb),1) !important;
}

#container p.fussnote {
	font-size:120%;
	line-height:130%;
}



/* ### HEADLINES START ### */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:600;
	text-align:left;
	hyphens: manual;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:none;
}

h1, 
h2.h1 {
	font-size:340%;
	margin:0 auto 18px auto;
	padding:0 0 3px 0;
	letter-spacing:0px;
	line-height:100%;
}

#container .flex-container h1 {
	margin-left:0;
	margin-right:0;
}

h1.name {
	margin-bottom:12px;
}

h2.h1 {
	text-transform:none;
	border-bottom:none;
	margin:0 auto 0px auto;
}

h2.big {
	font-size:310%;
	text-transform:none;
	border-bottom:none;
	margin:0 auto 0px auto;
}

h2,
h3.h2 {
	font-size:280%;
	margin:22px auto 6px auto;
	line-height:120%;
}

h2.smaller {
	font-size:200%;
	margin:12px auto 12px auto;
	line-height:120%;
}




.box > h2,
.box > h3 {
	margin-top:0;
} 

#container section article > h2 {
	margin-top:6px;	
}

h3,
h4.h3,
h2.h3,
p.h3 {
	font-size:250%;
	line-height:120%;
	margin:16px auto 12px auto;
}

#container section table h3 {
	font-size:220%;
}

h4,
h1.h4,
h3.h4,
h4.h4,
#container p.h4 {
	font-size:230%;
	margin:8px auto 2px auto;
	border-bottom:none;
}

h5,
h6,
h2.h4 {
	margin:0 auto 12px auto;
	font-size:220%;
}

#container .h5,
#container .h6 {
	margin:0 auto 2px auto;
	font-size:180%;
}

h4.h3 {
	font-size:240%;
	line-height:140%;
	margin:6px auto 20px auto;
}

#container span.h4 {
	font-size:130%;
	font-weight:600;
	margin:8px auto 0px auto;
	border-bottom:none;
	display:inline-block;
}


#container aside .h4 {
	font-size:160%;
	margin:0 0 4px 0;
	text-transform:none;
	line-height:100%;
}


h1 .head_sub {
	font-size:60%;
	line-height:120%;
	/* 
	letter-spacing:1px;
	*/
	letter-spacing:0px;
	display:inline-block;
	margin:0;
}

.headline_extra .head_sub {
	display:block;
	margin-top:4px;
	letter-spacing:0px;
}



@media (max-width: 1024px) {

	h1, 
	h2.h1 {
		font-size:260%;		
		line-height:120%;
	}	
	
	h2.big {
		font-size:240%;		
	}

	h2,
	h3.h2 {
		font-size:210%;
	}
	
}



@media (max-width: 539px) {
	
	h1, 
	h2.h1 {
		font-size:300% !important;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	h2.big {
		font-size:270%;
	}

	h2,
	h3.h2 {
		font-size:250%;
	}
	
}

@media (max-width: 420px) {
	
	h1, 
	h2.h1 {
		font-size:250% !important;
		margin:0 auto 10px auto !important;
	}

	h2.big {
		font-size:240%;
	}

	h2,
	h3.h2 {
		font-size:220%;
	}
	
}


/* ### HEADLINES ENDE ### */


h1.ohne {
	font-size:340%;
	text-align:left;
	border-bottom:none;
	margin:0 auto 12px auto;
	padding:0;
	display:inline;
}

hr.h1 {
	height:1px;
	background:none;
	margin:3px 0 12px 0;
	border:none;
	border-top:1px solid #F2F2F2;
}

#container .text.referenz h4 .pic_l {
	clear:both !important;
	display:block !important;	
	margin-bottom:40px !important;
}


#container .small {
	font-size:90%;
	line-height:120%;
}

#container .sub {
	font-size:120%;
	line-height:120%;
	color:#9a9aa6;
}

#container .picsub {
	font-size:95%;
	line-height:120%;
	color:#9a9aa6;
}

#container .picsub img {
	margin-bottom:4px;
}	

#container .infobox {
	clear:none;	
	width:calc(100% - 32px);
	margin:6px 0 12px 0;
	padding:12px 16px;
	border:2px solid rgba(76,76,72,0.1);
}

#container blockquote {
	clear:none;
	width:calc(100% - 32px);
	margin:6px 0 12px 0;
	padding:12px 16px;
	background:rgba(76,76,72,0.05);
	float:left;
}

#container blockquote em {
	color:rgba(var(--color-text-rgb),1);
}

#container ol,
#container ul {
	clear:none;
	margin:6px 0 12px 18px;
}

#container li {
	font-size:150%;
	line-height:140%;	
	font-weight:400;
	margin-bottom:4px;		
	color:rgba(76,76,72,1) !important;
}

#container li li {
	font-size:100%;
}

#container ul.haken {
	list-style-position: outside;
	margin:8px 0 0 8px;
	margin:8px 0 0 22px;
	padding:0;
	list-style:none;
}

#container ul.haken li {
	margin:0;
	padding:0;
}
	
#container ul.haken li:before {
	content: '';
	background-image: url(/gif/icons/check.png); /* Fallback PNG */
    background-image: url(/gif/icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;		
	display:inline-block;
	vertical-align:-1px;
	margin-right:4px;
	min-width:16px;		
	margin-left:-16px;
	color:rgba(54,193,64,1);
}

#container ul.check { 
	margin-left: 22px; 
	list-style: none;
	display:block;
}

#container ul.check li { 
	position: relative; 
	line-height: 140%;
	display:block;
}

#container ul.check li::before { 
     position:absolute;
     left: -22px;
	 top:2px;
     content: url(/gif/icons/check-green.svg) " ";
}


#container ul.box {
	list-style: none;
	padding-left: 0;
	display:block;
	margin-left: 24px; 
}

#container ul.box li {
	position: relative; 
	display:block;
}

#container ul.box li::before {
	content: ' ';
	position:absolute;
    left: -24px;
	top:5px;

	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}

#container ul.box.box_witten li::before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3 3 3"><path d="M 0 -2 Q 0 -3 1 -3 L 3 -3 L 3 0 L 0 0 L 0 -2" fill="%2387a120"/></svg>');	
}
#container ul.box.box_kemnade li::before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3 3 3"><path d="M 0 -2 Q 0 -3 1 -3 L 3 -3 L 3 0 L 0 0 L 0 -2" fill="%2373377e"/></svg>');	
}
#container ul.box.box_bergmannsheil li::before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3 3 3"><path d="M 0 -2 Q 0 -3 1 -3 L 3 -3 L 3 0 L 0 0 L 0 -2" fill="%230e487e"/></svg>');	
}
#container ul.box.box_unicenter li::before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3 3 3"><path d="M 0 -2 Q 0 -3 1 -3 L 3 -3 L 3 0 L 0 0 L 0 -2" fill="%23bfbfbf"/></svg>');	
}
#container ul.box.box_centrovital li::before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3 3 3"><path d="M 0 -2 Q 0 -3 1 -3 L 3 -3 L 3 0 L 0 0 L 0 -2" fill="%2387a120"/></svg>');	
}



#container ul.ohne,
footer ul.ohne{
	list-style-type:none;
}


#container dl {
	margin:12px 0;
}

#container dt,
#container dd {
	font-size:150%;
	line-height:140%;
	font-weight:400;	
	color:rgba(var(--color-text-rgb),1) !important;
}

#container dt {
	display:block;
	width:180px;
	clear:both;
	float:left;
	margin-bottom:6px;
}

#container dd {
	margin-left:180px;
	margin-bottom:6px;
}

#container .no_space_top {
	margin-top:0 !important;
}

#container .no_space_bottom {
	margin-bottom:0 !important;
}

#container .space_top {
	margin-top:10px !important;
}

#container .space_bottom {
	margin-bottom:10px !important;
}


#container div.space_top,
#container .space_top {
	padding-top:40px;
}

#container .small_space_top {
	padding-top:20px;
}

#container div.autobreite {
	width:auto;
}




#container a.anker,
#container a.anker:hover,
#container a.normal {
	text-decoration:none;
	cursor:default;
	font-weight:400;
}

#container a img {
	border:0 !important;
	outline:none !important;
}

#container a.normal  {
	color:rgba(var(--color-link-dark-grey-rgb),1);
}



#container figcaption {
	font-size:140%;
	line-height:130%;
	margin:2px 0 4px 0;
}

#container .fl_r {
	float:right;
	margin-left:4px;
}

#container .fl_l {
	float:left;
	margin-right:4px;
}

#container .pic_r {
	float:right;
	margin:2px 0 12px 24px;
}

#container .pic_l {
	float:left;
	margin:2px 24px 12px 0;
}

#container .pic_m {
	float:none;
	margin:2px auto 12px auto;
	display:block;
	text-align:center;
}


#container .thumb400 {
	width:100%;
	max-width:400px;
}

#container .thumb200 {
	width:100%;
	max-width:200px;
}

#container .thumb200.space_top {
	margin-top:12px;
	padding-top:0;
}

#container figure.cb {
	clear:both !important;
}

@media only screen and (max-width: 768px) {
	
	#container .pic_r.thumb400,
	#container .pic_l.thumb400,
	#container .pic_r.thumb200,
	#container .pic_l.thumb200 {
		float:none;
		margin:12px auto 12px auto;
		display:block;
		text-align:center;
		width:100%;
	}	
	
	#container .pic_r.thumb400,
	#container .pic_l.thumb400 {		
		max-width:400px;
	}
	
	#container .pic_r.thumb200,
	#container .pic_l.thumb200 {		
		max-width:200px;
	}

	#container .thumb400 img,
	#container .thumb200 img	{
		width:100%;
	}

}


#container .icon_l {
	float:left;
	margin:2px 6px 36px 0;
}

#container .rand {
	border:1px solid #d9d9d9 !important;
}

#container .button {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:10px;
	font-size:120%;	
	color:rgba(var(--color-link-dark-grey-rgb),0.85);
	border:2px solid rgba(76,76,72,0.85);
	background-color:#fff;
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;	
}

#container :hover.button,
#container a:hover.button {
	text-decoration:none;
	color:#fff;
	background-color:rgba(76,76,72,0.85);
}

#container :hover.button * {
	text-decoration:none;
	color:#fff;
}

#container .box .button {
	width:66%;
}

#container .nospace {
	margin:0;
}

#container .error {
	color:red;
}

#container .s80 {
	font-size:80%;
}

#container .s90 {
	font-size:90%;
}

/* ##### ALLGEMEINE TYPOGRAFIE ENDE #### */




.hinweisbox {
	background: rgba(var(--color-ci-lila-rgb),0.075) !important;
	padding: 30px;
	margin-bottom: 24px;
	
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
}

.hinweisbox .headline {
	margin-top:0 !important;
}

.hinweisbox p:last-child {
	margin-bottom:0;
}



/* ### FIGURE SMALL CENTER START ### */

#container div.small_center {
	width:66%;
	display:block;
	margin:20px auto 0 auto;
	text-align:left;
}

@media (max-width: 840px) {

	#container div.small_center {
		width:90%;
	}

}

#container div.small_center figure.pic { 	
	width:100%;
	max-width:320px;
	height:auto;
	display:table;
	clear:both;
	margin:12px auto 24px auto !important;
}

#container div.small_center figure.pic.pic_l { 
	float:none;
	margin:0 auto;
}

#container div.small_center figure.pic.pic_r { 
	float:none;
	margin:0 auto;
}

#container div.small_center figure.pic figcaption { 	
	width:100%;
	text-align:center;
	font-size:150%;
}

#container div.small_center figure.pic img, 
#container div.small_center figure.pic video {
	width:100%;
	max-width:320px;
	height:auto;	
}

#container div.small_center figure.pic_480 { 	
	width:100%;
	max-width:480px;
	height:auto;
	display:table;
	clear:both;
	margin:12px auto 24px auto !important;
	text-align:center;
}

#container div.small_center figure.pic_480 img, 
#container div.small_center figure.pic_480 video {
	width:100%;
	max-width:320px;
	height:auto;	
}

#container div.small_center figure.pic_480 a.img_link {
	max-width:320px;
	margin-left:auto;
	margin-right:auto;	
}	


#container div.small_center.w480 {
	width:100% !important;
	max-width:480px !important;
}


#container div.small_center.w320 {
	width:100% !important;
	max-width:320px !important;
}

#container div.small_center.w480 figure.pic, 
#container div.small_center.w480 figure.pic img, 
#container div.small_center.w480 figure.pic video,
#container div.small_center.w480 figure.pic a.img_link {
	width:100%;	
	max-width:480px !important;
	height:auto;	
	margin-left:auto;
	margin-right:auto;	
}

#container div.small_center.w720 {
	width:100% !important;
	max-width:720px !important;
}

#container div.small_center.w720 figure.pic, 
#container div.small_center.w720 figure.pic img, 
#container div.small_center.w720 figure.pic video,
#container div.small_center.w720 figure.pic a.img_link {
	width:100%;	
	max-width:720px !important;
	height:auto;	
	margin-left:auto;
	margin-right:auto;	
}


/* ### FIGURE SMALL CENTER ENDE ### */




/* #### ICONS START #### */

#container ul.nolist {
	list-style:none;
}

#projektlinks .iconfont {
	font-size:180%;
}

#projektlinks .iconfont {
	font-size:180%;
}

a.external_link:after {
	content: url(/gif/icons/external-link.svg) " ";	
	display:inline-block;
	margin-left:4px;
	min-width:16px;
	vertical-align:-2px;
}

a.info_link {
	display:block;
	margin-top:6px;
}

a.info_link:before {
	content: url(/gif/icons/info-link.svg) " ";
	display:inline-block;
	margin-right:4px;
	vertical-align:-3px;
	min-width:16px;
	font-size:140%;	
}

/* #### ICONS ENDE #### */






/* #### BREADCRUMB START #### */

p#breadcrumb,
ul#breadcrumb {
	display:block;
	clear:both;
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	font-size:120%;
	line-height:120%;
	color:rgba(var(--color-link-dark-grey-rgb),1);
}

p#breadcrumb a, 
p#breadcrumb a:hover,
ul#breadcrumb a,
ul#breadcrumb a:hover {
	font-weight:400;
	color:rgba(var(--color-link-dark-grey-rgb),1);
}

.flex-container p#breadcrumb,
.flex-container a#breadcrumb {
	width:100%;
	margin:0px 0 20px 0;
}

ul#breadcrumb {
	list-style:none;
	display:inline-block;
	clear:both;
	width:auto;
}

ul#breadcrumb li {
	display:inline-block;
	font-size:100%;
	line-height:100%;
}

ul#breadcrumb li:after {
	content:" » ";
	display:inline-block;
	vertical-align:1px;
	min-width:2px;		
	margin-left:2px;	
	margin-right:2px;
}

ul#breadcrumb li:last-child:after {
	content:"";
	margin-right:0;
}




/* #### BREADCRUMB ENDE #### */






/* #### FOOTER START #### */ 

footer {
	display:block;
	font-size:100%;	
	text-align:left;
	clear:both;	
	background-color:rgba(var(--color-ci-blue-rgb),1);
	color:#fff;
	margin:0 auto;
	padding:0;
	width:100%;
}

body.start footer {
	max-width:100%;
}

footer #footer_content {
	display:block !important;
	margin:10px auto 0 auto !important;
	width:calc(100% - 40px);
	max-width:1220px;
	padding:20px;	
	text-align:left;
}

footer #footer_content div p {
	display:block;
	text-align:left;
	font-size:130%;
	line-height:140%;
}

footer #footer_content div p span.r {
	float:right;
	margin-top:3px;
	margin-right:45px;
	line-height:140%;
}

footer a {
	color:#fff !important;
}

footer a svg {
	stroke:#fff;
	stroke-width: 1.5;
	width:20px;
	height:20px;
	margin-right:4px !important;
	vertical-align:-4px !important;
}


footer #footer_content div p a,
footer #footer_content div li a {
	display:inline-block;
	padding:5px 0 6px 0;
}

footer .go-top {
	position: fixed;
	bottom: 1.5em;
	right: 1.25em;
	text-decoration: none;
	color: white;
	text-align:left;
	background-color: rgba(var(--color-grey-rgb),1);
	width:24px;
    height:24px;
    line-height:24px;
    border-radius: 50%;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:10000;
	cursor:pointer;
}

footer .go-top:hover {
	background-color: rgba(var(--color-darkgrey-rgb),1);
}

footer a.go-top svg {
	stroke-width: 2;
	margin:-2px 0 0 -3px !important;
	vertical-align:0 !important;
}


footer .flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	justify-content: center;
	margin:0;
	width:100%;
}

footer .flex-container .flex-container {
	justify-content: left;
}

footer .flex-container .flexbox {	
	padding:0 20px 0 0;
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
}

footer .flex-container .box66 {
	width:calc(66.66% - 41px);
	margin:0 20px 20px 0;
	text-align:left;
}

footer .flex-container .box60 {
	width:calc(60% - 41px);
	margin:0 20px 20px 0;
	text-align:left;
}

footer .flex-container .box50 {
	width:calc(50% - 41px);
	margin:0 20px 20px 0;
	text-align:left;
}

footer .flex-container .box40 {
	width:calc(40% - 41px);
	margin:0 20px 20px 0;
	text-align:left;
}

footer .flex-container .box33 {
	width:calc(33.33% - 41px);
	margin:0 20px 20px 0;
	text-align:left;
}

footer .box25:nth-child(3n){
	border:none;
}

footer .flex-container .box25 {
	width:calc(25% - 41px);
	margin:0 20px 20px 0;
}

footer .box25:nth-child(4n){
	border:none;
}

footer .flex-container .box20 {
	width:calc(20% - 41px);
	margin:0 0 20px 20px;
}

footer .box20:nth-child(5n){
	border:none;
}

footer .flexbox h4,
footer .flexbox .h4 { 
	font-size:150%;
	line-height:130%;
	font-weight:600;
	text-align:left;
	margin:0 0 3px 0;
	padding:0;
	color:#fff;
	border-bottom: 1px solid;
	border-image-source: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
	border-image-slice: 1;
}

footer .flexbox h4 a,
footer .flexbox .h4 a {  
	font-weight:600;
}

footer .flexbox ul {
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
}

footer .flexbox ul ul {
	list-style:none;
	margin-left:16px;
}

footer .flexbox p,
footer .flexbox ul li {
	font-size:120%;
	line-height:140%;
}

footer .flexbox ul li {
	margin:0;
}
	
footer .flexbox ul li li {
	font-size:100%;
} 

footer .flexbox ul.check { 
	margin-left: 16px; 
	list-style: none;
}

footer .flexbox ul.check li { 
	position: relative; 
	line-height: 150%;
	display:block;
}

footer .flexbox ul.check li::before { 
     position:absolute;
	 left: -16px;
	 top:2px;
     content: url(/gif/icons/check-footer.svg) " ";
}

footer .flexbox ul.inline-list,
footer #copyright ul {
	list-style-position: outside;
	margin:0;
	display:inline-block;
}

footer #copyright ul {
	list-style:none;
}

footer #copyright ul li {
	font-size: 130%;
	line-height: 120%;
}

footer .flexbox ul.inline-list li,
footer #copyright ul li {
	display:inline-block;
}

footer .flexbox ul.inline-list li:after,
footer #copyright ul li:after {
	content:" | ";
	display:inline-block;
	vertical-align:1px;
	min-width:2px;		
	margin-left:2px;	
	margin-right:2px;
}

footer .flexbox ul.inline-list li:last-child:after,
footer #copyright ul li:last-child:after {
	content:"";
}

footer .icon_sm {
	width:20px;
	height:20px;
}

footer p.space_top {
	margin-top:6px !important;
}



footer ul.subnavi {
	list-style: none;
	padding-left: 0;
	display:block;
	margin-left: 20px; 
}

footer ul.subnavi li {

	position: relative; 
	display:block;
	font-size:130%;
	line-height:120%;
}

footer ul.subnavi li::before {
	content: ' ';
	position:absolute;
    left: -20px;
	top:7px;

	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
}

footer ul.subnavi li::before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-0.25 -0.25 10.5 10.5"><path d="M 0 10 L 0 5 C 0 2 2 0 5 0 L 10 0 L 10 10 Z" stroke="%23ffffff" stroke-width="1.5" fill="none"/></svg>');	
}




/* NEU */

footer ul.subnavi li ul {
	display:none;
}

footer ul.subnavi li.aktiv ul {
	display:inline !important;
	clear:none;
	margin:0 !important;
}

footer ul.subnavi li.aktiv li {
	display:inline;
}

footer ul.subnavi li.aktiv li:first-child:before {content: " | " }


footer ul.subnavi li.aktiv a,
footer ul.subnavi li.aktiv li a {
	display:inline-block !important;
}

/* NEU ENDE */



footer .flexbox p {
	margin-bottom:12px;
}

footer .flexbox p svg.icon-tabler {
	width:16px;
	height:16px;
	stroke-width:2px;
	margin-right:4px !important;
	stroke:#fff !important;
}

footer .flexbox p svg.icon-tabler-bigger {
	width:24px;
	height:24px;
	vertical-align:-3px;
	stroke-width:1.5px;
	margin-right:4px !important;
}

footer .flexbox p span.blanko_space {
	display:inline-block !important;
	margin-left:20px !important;
	line-height:140%;
}



#copyright {
	display:block;
	color:rgba(255,255,255,1);
	font-size:100%;	
	text-align:center;
	clear:both;
	background-color:rgba(var(--color-ci-lila-rgb),1);
	margin:0 auto !important;
	padding:10px 0;
	width:100%;
}



#copyright p {
	display:inline-block !important;
	width:auto;
	margin:0 auto !important;
	text-align:center;
	font-size:120%;
}

#copyright p a {
	color:#fff !important;
	text-decoration:none;
}


@media (max-width:1240px) { 

	footer #footer_content {
		width:calc(100% - 40px);
		padding:20px;
	}

}


@media only screen and (max-width: 1024px) {
	
	footer .flex-container {
		margin-left:0;
		width:100%;
	}
	
	footer .flex-container .flexbox {
		padding:0 20px 0 0;
		display: flex;	
		flex-flow: column nowrap;
		text-align:left;
	}
	
	footer .flex-container .flexbox,
	footer .flex-container .box66,
	footer .flex-container .box33,
	footer .flex-container .box25,
	footer .flex-container .box20	{
		width:calc(100% - 41px) !important;
		margin:0 0 20px 0;		
	}
	
	footer .flexbox p,
	footer .flexbox ul li {
		line-height:140%;
		margin:6px 0;
	}
	
	footer .flexbox ul.subnavi li {
		line-height:100%;
		word-wrap: break-word;
	}
	
	footer .flexbox ul li a,
	footer .flexbox p.subnavi a	{
		display:inline-block;
		padding:5px !important;
		word-wrap: break-word;
	}
	
	
	footer ul.subnavi li::before {
		content: ' ';
		position:absolute;
		left: -18px;
		top:8px;

		width: 10px;
		height: 10px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	
}


/* ##### FOOTER ENDE ##### */






/* ### BORDER ANIMATE START ### */

.page-title:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 5%; /* Change this to whatever width you want to have before hover. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
    transition: .5s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

.page-title:hover:after {
    width: 15%; /* This will be the new width of your border when on hover */
}

/* ### BORDER ANIMATE ENDE ### */







/* ##### SECTION/ARTICLE START ##### */

#container section,
body.home #container section {
	margin:0;
	padding:0;
}

@media (max-width:1240px) { 
	#container section,
	body.home #container section {
		padding:0 20px;
	}
}

#container section article,
body.home #container section article {
	display:block;
	clear:both;
	width:100%;
	margin:0 0 50px 0;
	padding:0;	
}



#container div.box_content {
	width:100%;
	margin:0;
	padding:40px 0;
	order:1;
}

#container div.box_content p {
	font-size:150%;
	line-height:140%;	
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400 !important;
	color:rgba(var(--color-text-rgb),1) !important;
}


#container div.box_content p.hinweis_icon {
	display:block;
	clear:both;
	padding:0 0 0 44px;
	min-height:48px;
	position:relative;
}

#container div.box_content p.hinweis_icon::before { 	 
	 content: "";
	 display:block;
	 position:absolute;
     left: 0px;
	 top:5px;
	 height:40px;
	 width:40px;
	 background-size: 40px 40px;
	 background-image: url(/gif/icons/icon-hinweis.svg);
	 background-repeat: no-repeat;	 
}


#container div.box_content .bold {
	font-weight:600 !important;
}

#container section article div.text > h1,
#container section article div.text > h2,
#container section article div.text > h3,
#container section article div.text > h4,
#container section article div.text > h5,
#container section article div.text > h6,
#container section article div.text > p {
	margin-top:0;
}





/*### FLEXBOXEN START ### */

#container .flex-container .box100 {
	width:100%;
	margin-right:0 !important;
}

#container .flex-container .box75 {
	width:74%;
	margin-right:0 !important;
}

#container .flex-container .box75.r {
	margin-right:0;
	margin-left:0 !important;
}

#container .flex-container .box66 {
	width:63%;
	margin-right:3.66% !important;
}

#container .flex-container .box66.r {
	margin-right:0;
	margin-left:3.66% !important;
}

#container .flex-container .box33_66 {
	width:32%;
	margin-left:1.33% !important;
}

#container .flex-container .box33_66.l {
	margin-left:0;
	margin-right:1.33% !important;
}

#container .flex-container .box50 {
	width:48%;
	margin-right:4% !important;
}

#container .flex-container .box50:nth-child(2n) {
	margin-right:0 !important;
}

#container .flex-container.leistungen .box50,
#container .flex-container.leistungen .box50:nth-child(2n) {
	width:48%;
	margin-left:1%;	
	margin-right:1% !important;
}

#container .flex-container .box33 {
	width:32%;
	margin-right:2% !important;
}

#container .flex-container .box33:nth-child(3n) {
	margin-right:0 !important;
}


#container .flex-container.leistungen .box33,
#container .flex-container.leistungen .box33:nth-child(3n) {
	width:30.33%;
	margin-left:1.5%;	
	margin-right:1.5% !important;
}


#container .flex-container .box25 {
	width:22%;
	margin-right:4% !important;
}

#container .flex-container.leistungen .box25 {
	width:22%;
	margin-right:4% !important;
}

#container .flex-container .box25:nth-child(4n) {
	margin-right:0 !important;
}

#container .flex-container .box50 img,
#container .flex-container .box33 img,
#container .flex-container .box25 img  {
	width:auto;
	max-width:100%;
}


#container .flex-container.standorte .flexbox {
	margin-bottom:32px;
}

#container .flex-container.aerzte .flexbox,
#container .flex-container.leistungsspektrum .flexbox {
	margin-bottom:32px;
}


/*### FLEXBOXEN ENDE ### */



@media only screen and (max-width: 768px) {
	
	#container div.box_content {
		padding:20px 0 40px 0;
	}
	
	#container .flex-container .box100,
	#container .flex-container .box66,
	#container .flex-container .box66_33,
	#container .flex-container .box33_66,
	#container .flex-container .box50,
	#container .flex-container .box33 {
		width:100%;
		margin-right:0 !important;
	}
	
	#container p.suchbegriffe {
		line-height:200% !important;
	} 
	
	
}

@media only screen and (max-width: 580px) {
	
	#container .flex-container .box33,
	#container .flex-container .box25	{
		width:100%;
		margin-right:0 !important;
	}
	
}

/* #### SECTION/ARTICLE ENDE #### */






#container .flex-container {
	display: flex;
	flex-flow: row wrap;
	align-content:space-between !important;
}

	
#container .flex-container.center {	
	justify-content: space-between;
	justify-content: center;
}



#container .flex-container .flexbox {	
	text-align:left;
}

#container .flex-container .flexbox p.pic_standort {
	
}


#container .flex-container .flexbox.box_standortdaten {
	margin-bottom:24px;
}

#container .flex-container .flexbox.box_routenplaner {
	margin-top:36px;
}

#container .flex-container .flexbox.box_standortdaten table.zeiten {
	display:inline-block;
}

#container .flex-container .flexbox.box_standortdaten table.zeiten tr td:first-child{
	min-width:80px;
}

#container div.box_content span.blanko_space {
	display:inline-block !important;
	margin-left:20px !important;
}


#container div.inhalt {	
	width:100%;
	margin:0;
	padding:0;	
}


#container div.box_content .max100,
#container .flex-container div.box_content .max100 {
	width:100%;
	max-width:100px;
	height:auto;
}

#container div.box_content .max150,
#container .flex-container div.box_content .max150 {
	width:100%;
	max-width:150px;
	height:auto;
}

#container div.box_content .max200,
#container .flex-container div.box_content .max200 {
	width:100%;
	max-width:200px;
	height:auto;
}

#container div.box_content .max250,
#container .flex-container div.box_content .max250 {
	width:100%;
	max-width:250px;
	height:auto;
}

#container div.box_content .max300,
#container .flex-container div.box_content .max300 {
	width:100%;
	max-width:300px;
	height:auto;
}

#container div.box_content .max400,
#container .flex-container div.box_content .max400 {
	width:100%;
	max-width:300px;
	height:auto;
}

#container div.box_content .max720,
#container .flex-container div.box_content .max720 {
	width:100%;
	max-width:720px;
	height:auto;
}


#container .flex-container.contact .box_map {
	order: 3;
}


#container .mobile,
#content .mobile {
	display:none !important;
}

@media (max-width: 840px) {
	
	#content .mobile {
		display:inline-block;
	}

	#container .mobile {
		display:block;
	}
		
}



/* ### INHALT START ### */


#content {
	margin:0 0 10px 0;
	padding:0;
	font-size:100%;
	text-align:left;
	color:rgba(var(--color-text-rgb),1);
}


#container div.content_spacer {	
	padding:10px;
	margin:0;
	background-color:#fff;
}


#content p.quelle {
	text-align:left;
	font-size:130%;
	clear:both;	
	color:#9a9aa6;
}

#content p.quelle cite {
	font-style:italic;
}



#container ul.no_list_style,
#container ol.no_list_style {
	list-style-type: none;
	list-style: none;
}


#container section p.top {
	margin:0 0 24px 0;
	padding:0;
	display:block;
	width:100%;
	text-align:right;
	clear:both;
}

#container section p.top a,
#container section p.top a:hover {
	display:inline-block;
	margin:0 auto;
	padding:0;
	text-align:right;
	text-decoration:none;
	font-size:160%;
	text-decoration:none !important;
	border-bottom:none !important;
	border-bottom:0px !important;
}




/* #### LINK BOXES START #### */

#container .bt_link {	
	text-decoration:none !important;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: rgba(var(--color-link-rgb),0);
	color: rgba(var(--color-link-rgb),1) !important;
	border: 1px solid rgba(var(--color-link-rgb),1) !important;
	border-radius: 0px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	font-size: 100%;
	padding: 10px 16px;
	width:auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow-wrap: break-word !important;
}

#container .bt_link.block {
	width:calc(100% - 42px) !important;
	max-width:calc(100% - 42px);
	overflow-wrap: break-word !important;
	text-align:center;
}

#container .bt_link.max242 {
	max-width:calc(242px - 42px);
}


#container .bt_link:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: rgba(var(--color-ci-green-rgb),1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#container .bt_link.info_link span {
	display:inline-block;
}

#container .bt_link.info_link span:before {
	content: url(/gif/icons/info-link.svg) " ";	
	display:inline-block;
	margin-right:6px;
	vertical-align:-2px;
	min-width:16px;
	font-size:140%;	
}


#container .bt_link:hover {
	color: #fff !important;
	background-color: transparent;
	background-color: rgba(var(--color-link-rgb),1);
	text-shadow: none;
}
#container .bt_link:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}

#container .bt_link svg.icon-tabler {
	width:24px;
	height:24px;
	stroke-width:2;
	stroke:var(--color-link);
	vertical-align:-7px;
}

#container .bt_link:hover svg.icon-tabler {
	stroke:#ffffff;
}

/* #### LINK BOXES ENDE #### */










/* ### PAGINATION START ### */

#container p.seitenzahlen {
	display:block;
	margin:4px auto;
	text-align:center;
}

#container p.seitenzahlen a {
	display:inline-block;
	padding-top:2px;
	background-color:#fff;
	color:#72C6F5;	
	height: 20px;
	width: 22px;
	-moz-border-radius: 11px;
	border-radius: 11px;	
}

#container p.seitenzahlen a.aktiv {	
	background-color:#72C6F5;
	color:rgba(var(--color-link-dark-grey-rgb),1);		
}

/* ### PAGINATION START ### */





/* ### GALEIRE LISTE START ### */

#content ul.galerie {
	display:block;
	width:100%;
	margin:2px 0 16px 0;
	list-style:none;
}

#content ul.galerie li {
	float:left;
	margin:0.5% 0.5%;
	padding:0;
	display:block;
}

#content ul.galerie li a,
#container #content article ul.galerie li a {
	display:block;
	border-bottom:none;	
	padding:0 !important;
	margin:0;	
}

#content ul.galerie li img {
	border:1px solid rgba(76,76,72, 0.33);
	width:auto;
	max-width:100%;
}


@media (max-width: 840px) {

	#content ul.galerie li {
		float:left;
		margin:2px 1%;
		padding:0;
		display:block;
	}

}

@media (max-width: 420px) {

	#content ul.galerie li {
		padding:0;
		display:block;
	}

}

/* ### GALERIE LISTE ENDE ### */





/*### LEISTUNGEN CARDS START ### */

.flex-container.leistungen {
	text-align:center;
	justify-content: center;
	margin-left:auto;
	margin-right:auto;
}

.flex-container.leistungen .flexbox {
	background-color:rgba(255,255,255,.75);
	margin-bottom:36px;
	margin-top:24px;
}

.flex-container.leistungen .flexbox div {
	padding:14px 20px;
	text-align:left;
}

.flex-container.leistungen .flexbox div p {
	text-align:left;
}

.flex-container.leistungen .flexbox div p:first-child {
	margin-top:0 !important;
}
.flex-container.leistungen .flexbox div p:last-child {
	margin-bottom:0 !important;
}


.flex-container.leistungen figure {
	position:relative;
}

.flex-container.leistungen figure figcaption { 	
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:calc(100% - 40px);
	margin:0 !important;
	font-size:160% !important;
	
	font-family:'Open Sans', Tahoma, Helvetica, Verdana, Arial, san-serif;
	
	padding:14px 20px;
	text-align:left;
	background-color:rgba(255,255,255,.9);		
	text-shadow:  1px  1px 1px rgba(255, 255, 255, .4),
                  1px -1px 1px rgba(255, 255, 255, .4),
                 -1px  1px 1px rgba(255, 255, 255, .4),
                 -1px -1px 1px rgba(255, 255, 255, .4);	
}

.flex-container.leistungen figure img { 	
	margin:0;
	padding:0;
}





/*### LEISTUNGEN CARDS ENDE ### */







@media only screen and (max-width: 1024px) {
	
	#container section,
	body.home #container section {
		padding:0 20px;
	}
	
}

@media only screen and (max-width: 840px) {
	
	#container section article.content_indent .box50.txt {
		margin-bottom:20px !important;
	}
	
}

