
/*------ fonts ------*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open_sans/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/open_sans/OpenSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/open_sans/OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open_sans/OpenSans-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/open_sans/OpenSans-Italic.woff) format('woff');
}


/*------- main ------*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/*------- body ------*/

body {
	background-color:#FAFAFA;
	margin: 0 auto;
	padding: 0;
	font-size: .940rem;
	line-height: 1.5rem;
	font-family: 'Open Sans', arial, sans-serif;
	width:100%;
	color: #333333;
}

p {
    margin: 0.5em 0;
}

a {
	color:#1565c0;
}

a.txt {
	text-decoration: none;
}

a.path {
	color:#055695;
	text-decoration: none;
}

.cleardiv, .clear {
	clear: both;
}

img {
	border:0;
}

hr { 
	background: #999999; 
	height: 1px; 
	margin: 20px 0;
	border: none 
}

ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
}

li {
	margin:5px 0;
}

h1 {
	color: #616161;
    font-size: 32px;
    font-weight: normal;
	line-height: 140%;
	margin: 0 0 10px;
}
h1.hl {
	color: #045694;
}

h2 {
	font-weight: normal;
	color: #045694;
	font-size:20px;
	line-height: 140%;
	margin-top: 0;
}

h3 {
	font-weight: normal;
	color: #045694;
	font-size: 20px;
	margin: 0 0 10px 0;
}

h4 {
	font-weight: bold;
	color: #9D5F43;
	font-size:13px;
	margin-top: 0;
	margin-bottom: 0;
}

.left { float:left; }
.right { float:right; }
.clickable { cursor:pointer; }
.pos_rel { position:relative; }
.pos_abs { position:absolute; }
.flex { display: flex; }
.centered { text-align: center; }
.h_space { margin-top: 25px; }
.ctnt-holder {
	width: 1000px;
	margin: 0 auto;
}

.adminBox .row {
	margin: 5px 0;
}

#container {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

#container_top {
	padding: 5px 0 0 0;
	border-bottom: 2px solid #EC1A4C;
	z-index:1;
	background-color: #ffffff;
	box-sizing: border-box;
}
#container_top .ctnt-holder {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

#container_top #mobile-navctrl  {
	display: none;
	cursor: pointer;
	line-height: .9;
	margin: 0 5px;
	font-size: 2em;
	color: #455a64;
}

#container_top .head-info {
	text-align:right;
	width: 100%;
}

#container_top .logo {
	position: absolute;
	bottom: -1px;
}

#container_top .fb-mobile {
	display:none;
}

#container_top .fb-mobile .fab  {
	line-height: .9;
	margin: 0 2px;
}

#container_nav {
	position: relative;
	background-color: #055695;
	z-index: 100;
	width: 100%;
}

#container_nav.fixed  {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#container_breadcrumb {
	display:none;
	padding: 10px;
	font-size:12px;
}

#container_slider {
	height: 400px;
	margin-bottom: 10px;
	border-radius: 10px;
}

#container_slider .img {
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
    border-radius: 10px;
}

#container_content {
	position:relative;
	padding: 15px 5px 20px;
}

#travel-banner {
	position:fixed;
	right:5px;
	bottom:5px;
	z-index: 10;
}
#travel-banner.cbspace {
	bottom:60px;
}	
#travel-banner img {
	width: 125px;
	border:0;
}
#travel-banner-mobile {
	top: -2px;
	right: 10px;
	bottom: auto;
	display:none;
	position: absolute
}
#travel-banner-mobile img {
	width: 75px;
}
	

#container_bottom {
    color: #7c8081;
    padding: 5px;
	margin: 5px auto;
	font-size: 13px;
}

#container_bottom .copy {
	float:left;
    text-transform: uppercase;
}
#container_bottom .links {
	float:right;
}

#container_bottom  .links a {
    padding: 0 5px;
	text-decoration: none;
}

#cc_container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 15px 10px;
	background-color: rgba(5, 86, 149, 0.9);
	color: #FFFFFF;
}

#cc_container .holder {
    display: flex;
    justify-content: space-between;
}

#cc_container .cc_close {
	margin: 0 10px 0 20px;
}

#cc_spacer {
	height: 70px;
}

#logo {
	margin-bottom: 20px;
}

div.head_aerzte {
	padding: 5px 0 10px;
}

div.head_aerzte div.member {
    color: #1565c0;
    display: inline-block;
	padding: 0 20px;
	font-size: 14px;
    vertical-align: top;
	text-transform: uppercase;
	line-height: 20px;
}

div.head_aerzte div.member p { 
	color: #616161; 
	padding: 0; 
	margin: 0; 
	font-size:10px;
	line-height: 14px;
}

#rowvisual {
}

#left {
	float: left;
	width: 180px;
}

#right {
	margin-left: 210px;
}

#current_news {
	margin-bottom: 20px;
}

#current_news p {
	margin-bottom:0;
}

#content .teaser {
	color: #000;
	margin: 30px 0;
}

#content .teaser h1 {
    line-height: 1;
    margin: 0;
}

#content .teaserimg {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}

#content .image {
	float: left;
	padding-bottom:20px;
	padding-right:20px;
}

.overview .item {
	margin-bottom:30px;
}

.overview .item .overview_image {
	float: left;
	margin-right: 10px;
}

#content .image a, .overview .item .overview_image a {
	font-size: 10px;
	text-decoration: none;
}

.overview .item .overview_content p {
	margin:0;
	padding:0;
}

div.overview_content {
	font-size:14px;
}

div.overview_content img{
	padding: 3px 3px 3px 0;
}

div.overview_title {
	border-bottom:1px dotted #9E7343;
	margin-bottom:5px;
	padding-bottom:3px;
}

.inputtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 300px;
}

.inputtextsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 140px;
}

.inputarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 300px;
	height: 100px;
}

.warning {
	color: Red;
}

div.alert {
	display: flex;
	/*
	align-items: center;
    justify-content: center;
	*/
	margin: 30px 0;
	padding: 15px;
	background-color: #f1f1f1;
	border-radius: 10px;
}

div.news {
    display: flex;
    margin: 10px 0 20px 0;
    padding: 0;
    position: relative;
    transition: all 0.1s linear 0s;
}
div.news.boxed {
    padding: 15px 15px 10px 15px;
}


div.news.info {
	background-color: #f1f1f1;
	border-radius: 10px;
}
div.news.alert {
	background-color: #fef1b6;
    border-radius: 10px;
}

div.news.info.popup {
	position: fixed;
	width: 800px;
	margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
	left: 0;
	right: 0;
	z-index: 1000;
	top: 40px;
}

div.news .adminBox {
	position: absolute;
    right: 10px;
}

div.news.boxed .ico {
	cursor: default;
	display: block;
	text-align: center;
	color: #0288d1;
	font-size: 2.5em;
    margin: 5px 0;
}
div.news .ico {
    display: none;
}

div.news.alert .ico {
	color: #e1c542;
}

div.news .ctnt {
    width: 100%;
    display: block;
}

div.news.boxed .ctnt {
    margin: 0 0 0 20px;
}


div.news h3 {
    color: #616161;
    font-size: 20px;
    font-weight: normal;
    line-height: 140%;
    margin: 0 0 10px 0;
}
div.news.info  h3 {
    color: #045694;
}

div.information {
	display: flex;
	margin-top: 40px;
}

div.information > div {
	width: 33%;
}

div.information div.box {
	padding: 15px 10px;
	background-color: #f1f1f1;
	border-radius: 10px;
	box-sizing: border-box;
}
div.information > div:first-child {
	margin-right: 20px;
}
div.information > div:last-child {
	margin-left: 20px;
}

div.information .ico{
	cursor: default;
	display: block;
	text-align: center;
	color: #bdbdbd;
	font-size: 3em;
	margin: 10px 0;
}

div.information .header {
	color: #EC1A4C;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 20px;
}

div.information .ctnt {
	padding: 0 5%;
}

div.information .button {
	margin-top: 10px;
	width: 100%;
	min-width: 100%;
}

#inline_switch {
	display: flex;
	width: 95%;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin: 25px auto 5px;
	border-radius: 32px;
}
#inline_switch a {
	display: block;
	width: 50%;
	padding: 0 5px;
	line-height: 42px;
	background-color: #eaeaea;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	color: #333333;

}
#inline_switch a.active {
	background-color: #0288d1;
	color: #fff;
}
#inline_switch a:first-child {
	border-radius: 32px 0 0 32px;
	border-right: 0;
}

#inline_switch a:last-child {
	border-radius: 0 32px 32px 0;
}

div.person--container {
	box-sizing: border-box;
	margin-bottom: 50px;
}

img.person--img {
	border-radius: 10px;
	max-width: 300px;
	margin: 0 25px 10px 0;
	align-self: flex-start;
}

div.person--holder {
	display:flex;
}

div.person--desc {
	padding: 0 5px 0 0;

}

#content.team-praxis div.overview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#content.team-praxis div.person--container {
	width: 50%;
}

div.person--items .fachgebiet {
    background-color: #eaeaea;
    border-radius: 3px;
    display: inline-block;
	margin: 5px 5px 5px 0;
    min-width: 50px;
    padding: 5px 8px;
    text-align: center;
}

#img_viewer {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: none;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.1s linear 0s;
	z-index: 310;
}
#img_viewer .img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}

/* leistungen */
div.leistung-container ul {
	margin: 10px 0;
	padding: 15px 30px;
	background-color: #f1f1f1;
	border-radius: 10px;
	list-style: none;
}

div.leistung-container ul ul {
	padding: 0 0 0 20px;
	list-style: none;
}

div.leistung-container li {
	padding: 0 0 0 10px;
	list-style: none;
}

div.leistung-container ul li:before {
	content: '\f35a';
	font-family: "Font Awesome 5 Free";
	float: left;
	margin-left: -1.5em;
	}

div.leistung-container ul ul li:before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	float: left;
	font-weight: 900;
	margin-left: -1.5em;
	color: #9E9E9E;
}

/* kontakt */

div.contact-container {
	display: flex;
}

div.contact-container .left-box {
	width: 75%;
	box-sizing: border-box;
}

div.contact-container .right-box {
	width: 35%;
	box-sizing: border-box;
}

div.contact-container .fas,
div.contact-container .far {
	color: #bdbdbd;
}

div.contact-container a {
	text-decoration: none;
	color: #333333;
}

div.route-container {
	margin: 15px 0;
	border-radius: 10px;
}

div.route-container .iframe-holder {
    background-image: url(../img/preloader.gif);
    background-position: center, center;
    background-repeat: no-repeat;
}

div.route-container iframe {
	border-radius: 10px;
}

div.frm-container  {
	margin-top: 25px;
}

div.contact-frm .fscontainer {
	margin: 0 0 25px 0;
}

div.contact-frm .fieldset {
	padding: 5px;
	display: none;
	margin: 0;
	align-items: center;
}
div.contact-frm .fieldset.active {
	display: flex;
}
div.contact-frm .fieldset input {
	margin: 0 5px;
}

div.contact-frm .infotext {
	color: #7c8081;
	font-size: 13px;
}

div.contact-frm .add-fieldset {
	padding: 0;
	margin: 10px 0;
	background-color: #f1f1f1;
	border-radius: 10px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
}
div.contact-frm .add-fieldset i {
	color: #4caf50;
}
div.contact-frm .delete-fieldset {
	color: #EC1A4C;
	cursor: pointer;
}

div.contact-frm .row {
	padding: 0 0 15px 0;
	display: flex;
	clear:both;
}

div.contact-frm .column {
	width: 50%;
	box-sizing: border-box;
}

div.contact-frm .column.privacynote {
	border-radius: 10px;
	border: 1px solid #d3d3d3;
	margin: 0 10px 2px 0;
	padding: 10px 5px;
	display: flex;
	align-items: center;
}
div.contact-frm .column.privacynote label {
	display: block;
	margin: 0;
}
div.contact-frm .column.privacynote input[type="checkbox"] {
	margin: 0 15px 0 5px;
}

div.contact-frm .column input[type="text"],
div.contact-frm .column input[type="date"]{
	width: 98%;
}
div.contact-frm .column:last-child input {
	float:right;
}

div.msg {
	background-color: #ffffff;
	border: 0 none;
	line-height: 24px;
	padding: 10px 20px;
	text-align: left;
	margin: 0 0 15px 0;
	border-radius: 3px;
}
div.msg.ok {
    background-color: #4caf50;
    color: #ffffff;
}
div.msg.error {
    background-color: #db4437;
    color: #ffffff;
}

/* input & forms */

input[type="date"]:before {
	content: attr(placeholder) !important;
	color: #aaa;
	margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
	content: "";
}

input[type="button"], input[type="submit"], input[type="reset"], .button {
	background: #bdbdbd none repeat scroll 0 0;
	color: #fff !important;
	box-sizing: border-box;
	border:0;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 3.75em;
	min-width: 18em;
	padding: 0 0.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3.75em;
	transition: color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
	background: #757575 none repeat scroll 0 0;
}

input[type="button"].special, input[type="submit"].special, input[type="reset"].special, .button.special {
	background: #0288d1 none repeat scroll 0 0;
	color: #fff !important;
}
input[type="button"].special:hover, input[type="submit"].special:hover, input[type="reset"].special:hover, .button.special:hover {
	background: #1976d2 none repeat scroll 0 0;
}

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
    box-shadow: 0 2px 0 #ddd inset;
}

input[type="text"], input[type="date"], textarea {
	background-color: #fff;
    border: 1px solid rgba(124, 128, 129, 0.2);
    color: inherit;
    display: block;
    outline: 0 none;
    padding: 10px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
    width: 100%;
	box-sizing: border-box;
	font-size: 15px;
    border-radius: 10px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
}

/* newsfeed */

div.container_newsfeed .fb-message {
	border-bottom: 1px solid #bebdbd;
	border-top: 1px solid #ffffff;
	padding: 20px 10px 20px;
	position: relative;
	display: flex;
	flex-direction: row;
}

div.container_newsfeed .fb-message.first {
	border-top: 0;
}

div.container_newsfeed img.tmb {
	margin-right: 10px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
	cursor:pointer;
}

div.container_newsfeed .info {
    color: #ec1a4c;
    font-size: 11px;
    margin-bottom: 5px;
}

div.container_newsfeed .fb-message .fas,
div.container_newsfeed .fb-message .far {
    color: #4862A3;
    opacity: 0.5;
    position: absolute;
    right: 0;
}


/* navigation */

#nav_primary a {
	text-decoration: none;
	color: #FFFFFF !important;
}

#nav_primary a.high {
	color: #FFFFFF !important;
	font-weight:bold;
}

#nav_primary ul {
	margin: 0;
	padding:0;
}

#nav_primary li {
	list-style-type: none;
}

#nav_backnext {
	text-align: center;
}

#nav_path {
	color: #616161;
}

div.nav_info_header {
	margin: auto;
	padding: 6px 3px;
	width: 170px;
	color: #FF9000;
	background-color: #F7EFDC;
	font-weight:bold;
}

div.nav_info {
	margin: auto;
	padding: 3px;
	width: 170px;
	color: #000;
	background-color: #EFDFB9;
	font-size:11px;
	border-bottom: solid 1px #AA8045;
}

div.nav_info_spacer {
	margin: auto;
	margin-top: 30px;
	height:6px;
	background-color: #FF9000;
	width: 176px;
}


div.nav-main {
	color: #FFFFFF;
	border-right: 1px solid #146CAC;
    font-size: 1rem;
    line-height: 38px;
	padding: 5px 25px;
	display: inline-block;
	height: 50px;
	vertical-align:middle;
	margin-right: -4px;
	transition: all 0.2s ease-in-out 0s;
	box-sizing: border-box;
}
div.nav-main.first {
	border-left: 1px solid #146CAC;
}
div.nav-main.fb {
    padding: 5px 0;
    text-align: right;
	float:right;
	border:0;
}
div.nav-main.fb:hover {
    text-decoration: none;
}
div.nav-main.fb .fab  {
    line-height: 1.2;
    margin: 0 3px;
	transition: all 0.7s ease;
}
div.nav-main:hover, div.nav-sub:hover {
	background-color: #0A68AF;
}
div.nav-main.fb:hover {
	background-color: transparent;
}
div.nav-main:hover .fas,
div.nav-main:hover .far {
	transform:scale(1.1);
}

div.nav-main.home {
	padding: 5px 15px;
	border-right:0;
	transition: all 0.7s ease;
}
div.nav-main.home.mobile {
	display:none;
}

div.nav-main.home .fas {
	line-height: 1.8;
}

#nav_secondary {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 20px;
}

#nav_secondary a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav_secondary a.high {
	color: #FF9933;
}

#nav_secondary a.tert {
	padding-left: 20px;
}

#nav_secondary a.terthigh {
	padding-left: 20px;
	color: #FF9933;
}

.CookieDeclaration {
	padding: 15px 10px;
	background-color: #f1f1f1;
	border-radius: 10px;
	box-sizing: border-box;
}