/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}



section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0px;	 
	padding: 0px;
} 

* {	
	outline: none;
} 

html {
	width: 100%; 
	min-height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans';
	font-size: 18px;
	color: #585857;
	margin: 0;
	padding: 0;
}

p {	
	margin: 0 0 10px 0;
}


#content .ce-bodytext p {
	line-height:1.6;
}
.text-left {	
	text-align: left;
}
 
.text-right {
	text-align: right;
}

.text-center {	
	text-align: center;
}

.text-justify {	
	text-align: justify;
} 

.ce-gallery figcaption {	
	display: block;
	font-size: 12px;
	text-align:left;
}

#header, #inhaltsbereich {	
	float:left;
	clear: both;
	width: 100%; 
} 





#content {
	width: 100%;
	margin: 20px 0 0 0;
	float:left;
	clear:left;
}

#content.unterseite {
	margin:0px;
}
#content.aerzte {
	margin:140px 0 0 0;
}

#content .rahmen {
	margin: 50px auto 80px auto;
	max-width: 1300px;
	padding: 0 20px;
}



.frame.default {
	clear:left;
	float:left;
	width: 100%;
}

a {
	color: #ff9c26;
	text-decoration:none;
}



h1, h2 {
	font-size:36px;
	text-align:center;
	font-weight: 400;
}

h1+h2, h4 {
	font-size:30px;
	font-weight:400;
}


h3 {
	font-size: 24px;
	font-weight: bold;
}

h1.ce-headline-center,
h2.ce-headline-center {
	text-align:center !important;
}


.contenttable td {
	vertical-align:top;
	padding: 0 10px 0 0px;
}


/**********************************/
/* Bereich oben mit Navi und Logo */
/**********************************/

#head {
	position: fixed;
	z-index: 10;	
	width: 96%;
	padding: 10px 2% 0 2%;
	background: #fff;
	height: 140px;	
	float:left;
}



/* Navi */

#menue {
	width: 70%;
	float:left;
}


/* Quicklinks */

#quicklinks {
	float:left;
	width: 100%;
	margin: 10px 0 35px 0;	
}

#quicklinks a, #quicklinks span{
	font-size: 16px;
	color: #585857;
	float: left;
	padding: 10px 0 0 0;
}


#quicklinks .maps::before {
	content: '';
	width: 30px;
	height: 50px;
	margin-top:-10px;
	background: url(../images/maps_icon.png) no-repeat;
	display:block;
	float: left;
}



#quicklinks .phone::before {
	content: '';
	width: 45px;
	height: 50px;
	margin-top:-10px;
	margin-left:20px;
	background: url(../images/phone_icon.png) no-repeat;
	display:block;
	float: left;
}

/* Hauptnavi*/

#menue ul {
	clear:left;
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}



#menue li {
	margin: 0px;
	padding: 0px 20px 20px 0;
	float:left;
	font-size:18px;
	font-weight:400;
	text-transform: uppercase;
	position: relative;
}


#menue li:last-child {
	padding: 0px 0px 20px 0;
}



#menue li a {
	color: #585857;
}

#menue span {
	cursor:default;
}

#menue li.act span, #menue li span:hover,
#menue li a:hover,
#menue li.act a {
	color: #ff9c26;
}





/********** Unternavi **************/

#menue li ul.hnavisub{
	position: absolute;
	display: none;
	top: 30px;
	left: -15px;
	padding: 20px 50px 20px 15px;
	background: #fff;
	border-bottom: 5px solid #ff9b39;
	z-index: 100;
	/* width: auto; */
}

#menue ul li.ifsub:hover > .hnavisub{
	display: block;
}
 
#menue ul li .hnavisub li {
	 float:left !important;
	 clear:left !important;white-space: nowrap;
	 margin: 3px 0px 3px 0px !important;
	 padding: 0px !important;
	 text-transform: none !important;
	 font-weight: 300;
	 font-size:16px;
 }
 
 .act .hnavisub li a {
	text-transform: none;
	font-size:16px;
	color: #585857 !important;
}
 
 .act .hnavisub li a:hover , .act.ifsub .hnavisub .actsub a{
	text-transform: none;
	font-size:16px;
	color: #ff9b39 !important;
}


/***** Unternavi Ende **************/

/* Logo */
#logo {
	width: 270px;
	float:right;
	text-align:right;
}


#logo img {

    width: 100%;
    height: auto;

}

/*********** Startseite ***************/

#header {
    float: left;
    clear: both;
	width: 100%;
    max-width: 100%;
    margin-top:150px;
	height: auto;
	overflow:hidden;
    position: relative;
}

#header img {
	width: 100%;
	height: auto;
}

#header.unterseite .ce-gallery {
	margin-bottom: 0px !important;
}
	

#header.unterseite{
    float: left;
    clear: both;
	width: 100%;
    max-width: 100%;
    height: auto;
	overflow:hidden;
    position: relative;
	border-bottom: 15px solid #ff9c26;
}


/************* Sliderpfeile im Header **********/

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev{
    background:url(../images/slider.png) no-repeat;
	width: 70px;
	height:130px;
	position:absolute;
	top: 40%;
	left:20px;
	text-indent: -1000px;
	transform:rotate(-180deg);
	overflow:hidden;
}

.owl-carousel .owl-nav .owl-next{
    background:url(../images/slider.png) no-repeat;
	width: 70px;
	height:130px;
	position:absolute;
	top: 40%;
	right:20px;
	text-indent: -1000px;
	overflow:hidden;
}



/*********** Content ***************/



/************** Footer *******************/





#footer, #footer .rahmen {
	float:left;
	width: 100% !important;
	margin: 0px !important;
	max-width: 100%;
	color:#fff;
	font-size: 18px;
	font-weight: 300;
	padding:0px;
	position:relative;
}

#footer>.rahmen {
	width: 100%;
	margin: 0px;
	padding:0px;
}

#footer h3 {
	text-transform: uppercase;
	font-size:30px;
	font-weight: 400;
	margin: 0 0 20px 0;
}


#footer .tx_cn-columns {
	width: 96%;
	margin: 30px 2% 10px 2%;
}



/*aerztenetz logo */

#footer #c159
{
	position:absolute;
	left:30px;
	bottom:10px;
	z-index:2;
	width:200px;
}


.nachoben {
    z-index: 8;
    display: none;
    width: 58px;
    height: 58px;
    background: url(../images/nachoben.png) no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    right: 2%;
    opacity: 0.6;
    transition: opacity 1s;
}







/* Oeffnungszeiten und Telefon */

#footer .col-25:first-child .rahmen {
	font-size: 20px;
}

#footer .col-25:first-child .rahmen img {
	float:left;
	margin: 0 20px 0 0;
}



#footer a {
	color: #fff;
	transition: all 0.7s ease;
}




#footer a:hover {
	opacity: 0.7;
}



/** Quicklinks **/


#footer .dunkelgrauerbg .rahmen {
    margin: 0 !important;
    width: 100% !important;
	padding:0px;
}

#footer .dunkelgrauerbg ul {
	margin: 0 auto;
	width: 300px;
}

#footer .dunkelgrauerbg li {
	float:left;
	list-style-type: none;
	font-size: 18px;
	padding: 10px 5px;
	margin: 0px;
	text-transform: uppercase;
}


/******** Rahmen **************/
/* Bild über komplette Spaltenbreite */
.bgbild {
	float:left;
	width: 100% !important;
	margin: 0px !important;
	height:100%;
	min-height:400px;
}

/**** Hellgrauer Hintergrund */
#content .tx_cn-columns .grauerbg .rahmen {
    text-align: left !important;
	margin: 60px 80px 100px 80px;	
	padding:0px;
	
}

#content .grauerbg .rahmen {
    text-align: left !important;
	margin: 50px auto 80px auto;	
	padding:0px;
	
}


.grauerbg {
	background: #e8e8e8;
	text-align:left;
	margin: 0px !important;
	width: 100% !important;
	float:left;
	height: 100%;
}


/* Startseite Leistungen */
#content.startseite .grauerbg .rahmen {
	margin: 10px 10px 100px 10px;
	padding:0px;
}



#content.startseite .tx_cn-columns .grauerbg .rahmen {
	margin:60px 80px 100px 80px
}

.startseite li {
	font-size: 20px;
	font-weight:300 !important;
	margin: 0 0 0 50px;
	padding: 0 0 10px 0;
}


.startseite .grauerbg h1, .startseite .grauerbg h2,  .startseite .grauerbg li {
	color: #ff9c26;
	font-weight: normal;
	text-align:left;
}

/* Allgemein grauer Hintergrund */
.grauerbg h1, .grauerbg h2,  .grauerbg li {
	color: #585857;
	font-weight: normal;
	text-align:left;
}
.grauerbg h1, .grauerbg h2 {
	font-size: 36px;
}


.grauerbg h1+h2 {
	font-size: 30px;
	margin-top:-10px;
}


.startseite .grauerbg li {
	font-size: 20px;
	list-style-image: url(../images/aufzaehlung.png); 
	font-weight: 300;
	margin: 0 0 0 50px;
	padding: 0 0 10px 0;
	}









/***** Oranger Hintergrund ***********/

.orangerbg {
	background: #ff9c26;
	color:#fff;
	text-align:left;
	margin: 0px !important;
	width: 100% !important;
	float:left;
	height: 100%;
}

.orangerbg a {
	color:#fff;
	text-decoration:underline;
}

.dunkelgrauerbg .text-center,
.orangerbg .text-center {
	text-align:center;
}
/***** Dunkelgrauer Hintergrund ***********/

.dunkelgrauerbg {
	background: #666666;
	color:#fff;
	text-align:left;
	margin: 0px;
	margin: 0px !important;
	width: 100% !important;
	float:left;
	height: 100%;
}

.col-50 h1, .col-50 h2, .col-50 li {
	
	font-weight: normal;
	text-align:left;
}
.orangerbg h1, .orangerbg h2, .orangerbg li,
.dunkelgrauerbg h1, .dunkelgrauerbg h2, .dunkelgrauerbg li {
	color: #fff;
	font-weight: normal;
	text-align:left;
}
.col-50 h1, .col-50 h2  {
	font-size: 36px;
}



/* .leistungen p { */
	/* font-size: 24px; */
/* font-weight:300;	 */
/* } */
.leistungen .bgbild li,
.leistungen .col-50 li,
.leistungen .orangerbg li, .leistungen .dunkelgrauerbg li {
	/* font-size:24px; */
	/* font-weight:300; */
	margin: 0 0 0 50px;
	padding: 0 0 10px 0;
	}


#content .col-50 .rahmen  {
	margin:60px 80px 100px 80px;
	padding:0px;
}

.leistungen .contenttable {
	padding: 0px;
	margin: 0px;
}

.leistungen .bgbild .rahmen {
    margin: 50px auto 20px auto !important;
}

	
.dunkelgrauerbg .ui-accordion-content a {
	color: #ff9c26 !important;
}	
	
	
/**** Farbiger BG - Multicontent ohne Abstand **** */
.grauerbg .tx_cn-columns[data-cols="2"] .row > div:nth-child(2n+1) > div,
.dunkelgrauerbg .tx_cn-columns[data-cols="2"] .row > div:nth-child(2n+1) > div,
.orangerbg .tx_cn-columns[data-cols="2"] .row > div:nth-child(2n+1) > div {
	margin: 0px;
	width: 100%;
}


.grauerbg .ce-intext.ce-right .ce-gallery, .grauerbg .ce-intext.ce-left .ce-gallery, .grauerbg .ce-above .ce-gallery {
	margin-bottom: 0px;
}





/************ Fixiertes Hintergrundild *****************/
.fixedheader {
    width: 100%;
    height: 450px;
    overflow: hidden;
    opacity: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top left;
    opacity: 0;

}





/************* Rahmen Ende ***********************/
	
	
	
/************* Leistungen Ankernavi *************/
.leistungen #header.unterseite {
  /*   border-bottom: 60px solid #ff9c26; */
	overflow:inherit;

}
.leistungen #header ul  {
	list-style-type:none;
	position: absolute;
	bottom: -40px;
	left:0px;
	z-index:4;
	width:100%;
	margin:0px;
	padding:0px 0 10px 0;
	background: #ff9c26;
}


.leistungen #header ul.fixed {
	position: fixed;
	bottom: auto;
	top:130px;
}



.leistungen #header ul li {
	float:left;
	background: rgba(255,255,255,0.9);
	width: 14%;
	margin: -10px 2% 0 0%;
	height:60px;
	text-align:center;
	display:table;
	font-size:14px;
	transition: all 0.3s ease;
	font-weight:bold;
}





.leistungen #header ul li:hover {
	float:left;
	background: rgba(255,156,38,0.9);
	width: 14%;
	margin: -10px 2% 0 0%;
	height:60px;
	text-align:center;
	display:table;
	font-size:14px;
}

.leistungen #header ul li:hover a {
	color:#fff;
}

.leistungen #header ul li:first-child {
	margin: -10px 2% 0 3%;
}
	
	
.leistungen #header ul li:last-child {
	margin: -10px 2% 0 0%;
}


.leistungen #header ul li a {
  display: table-cell;
  vertical-align: middle;
}
/************ Accordion ***************************/	

.ui-accordion {
	margin: 0 auto 40px auto;
	max-width: 1300px;
	width: 99%;
}

.ui-state-default .ui-icon {
    background: url(../images/accordion_icon.png) no-repeat;
	width:50px;
	height: 50px;

}

.ui-accordion .ui-accordion-icons {
    padding-left: 0px;
}


.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: auto;
    top: 50%;
	right: 0px;
    margin-top: -8px;

}

.ui-accordion-header-active .ui-icon {
	transform: rotate(90deg);
	background-position: -1px 25px;
}
.ui-accordion .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
	font-weight:400;
	font-family: 'Open Sans';
	font-size:18px;
    color: #1c94c4;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
}


.dunkelgrauerbg .ui-state-default a, .dunkelgrauerbg .ui-state-default a:link, .dunkelgrauerbg .ui-state-default a:visited, .dunkelgrauerbg .ui-widget-content {
    color: #fff;
	font-family: 'Open Sans';
    text-decoration: none;
	font-size:24px;
}


.dunkelgrauerbg .ui-widget-content {
		padding: 40px 0 20px 0;
}


.ui-widget-content {
    border: none;
    background: none;
	font-size: 18px !important;

}

.ui-widget-content header {
	display:none;
}

#content .ui-widget-content .rahmen {
	margin: 0px;
	float:left;
	padding: 0px;
}


/************* Accordion Ende ******************/
	
	
	
/**************** Team ************************/

.team #content figure {
	position: relative;	
	width:280px;
	float:left;
}	

.team #content figure img {
	width: 100%;
	height: auto;
}


.team .image-caption {
	width: 90.1%;
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: rgba(255,255,255,0.8);
	padding: 5%;
	height: 70px;
	font-size:14px;
	color: #585857 !important;
}	
	
	
	

.video-embed {
	position: relative;
}

.owl-carousel.ce-gallery .ce-row, .owl-carousel.ce-gallery .ce-column, .owl-carousel.ce-gallery figure {
	display: block !important;
	width: 100%;
}

.owl-carousel .video-embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	float: left;
	clear: both;
}

.owl-carousel .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	display: block;
}

.videoiframelink {
	position: absolute; 
	top: 0;
	left: 0; 
	bottom: 0; 
	right: 0; 
	display: block;
}


/* -- Mediaconsent -- */
.mediaconsent {
    /* margin: 30px 0 50px; */
    position: relative;
    overflow: hidden;
}

.mediaconsent iframe {
    position: relative;
    z-index: 1;
    border: 0;
}

.matomo-optout {
    display: none;
}

.matomo-optout.loadcontent {
    display: block;
}

.mapsoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(206, 206, 206, 0.6);
    cursor: pointer;
    text-align: center;	
    /* display: table;
    width: 100%;
    height: 100%; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.cookie_only-this {
    background: #6c757d;
    color: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    padding: 11px 20px 10px;
    margin: 0 10px 0 0;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
}

#cookie_einstellungen::before {
    content: '\2699' ' ';
}

.card-body div[data-cookieman-dnt] {
    margin: 0 0 10px 0;
}

div[data-type="maps"] {
    display: none;
}

.mapsoverlay div[data-type="maps"]{
    display: block;
    /* display: table-cell;
    vertical-align: middle;
    padding: 40px 0; */
}

/* -- Mediaconsent -- */
