#Wrapper {
	padding-top: 35px;
}

.TeasersPage #Wrapper {
	padding-top: 0;
}

.slicknav_menu {
	display: none;
}

#Information {
	background: rgb(254, 202, 54);
	padding: 0.25rem 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.languageLink {
	padding: 0 0 0 10px;
}

.languageLink img {
	width: 25px;
	height: 25px;
}

.topnaviItem, .topnaviButton,.topnaviSocial {
	display: inline;
}

.topnaviSocial {
	padding: 0 8px 0 0;
}

.TeasersPage #Information {
	background: transparent;
}

.TeasersPage .topnaviItem {
	display: none;
}

#Information img, #Information span {
	vertical-align: middle;
}

#Information span {
	margin-left: 0.5rem;
	margin-right: 1rem;
}

#MobileInformation {
	display: none;
}

#TopHeader {
	padding: 1.5rem 0 2.5rem 0;
	height: 160px;
}

#TopHeaderLogo img {
	min-width: 150px;
}

#TopHeaderLogo:not(.TeasersPage) {
	width: 25%;
	position: relative;
	top: 0.75rem;
}

#NavigationWrapper {
	position: absolute;
	bottom: 0;
	right: 0;
}

#Navigation {
	text-align: left;
	font-size: 1.25em;
	padding-left: 20px;
}

#Navigation li, #SubNavigation li {
	display: inline-block;
	margin-left: 2rem;
	line-height: 1.8em;
}

#Navigation>li.current>a, #Navigation>li.section>a, #SubNavigation>li.current>a {
	font-weight: 400;
}

#Navigation>li.current>a, #Navigation>li>a:hover {
	border-top: 4px solid rgb(254, 202, 54);
	padding-top: 0.25rem;
}

#Navigation a, #SubNavigation a {
	color: #222;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.4em;
}

#SubNavigation {
	position: absolute;
	top: 2.1rem;
	left: 210px;
	background: #ccc;
	padding: 0.25rem 1em 0.25rem 0;
}

.no-js .TeaserPage #Banner picture {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.no-js .TeaserPage #Banner picture img {
	display: block;
	width: 100vw;
	height: 100%;
	object-fit: cover;
}

.no-js .TeaserPage #Banner {
	min-height: 500px;
}

#Banner {
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

.TeasersPage #Banner {
	min-height: 500px;
	max-height: 600px;
}

#Banner img {
	vertical-align: top;
}

#Teasers {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.teaser {
	text-align: center;
}

a.teaserElement {
	color: #333;
	transition: border-width 0.25s ease-out !important;
}

a.teaserElement:hover {
	border-width: 0;
}

.teaserElement {
	border-radius: 50%;
	border: 10px solid rgb(254, 202, 54);
	background: #fff !important;
	height: 250px;
	width: 250px;
	display: inline-block;
	position: relative;
}

.teaser img {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	border-radius: 50%;
	vertical-align: middle;
}

.teaser span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-size: 1.35em;
	font-weight: 400;
}

#BannerTeasersQuoteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#BannerQuoteWrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 3rem;
}

#BannerQuote {
	display: inline-block;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 1.25em;
}

#BannerQuote *:not(.Gelb) {
	font-size: 0.85em;
}

#Headline {
	background: rgb(7, 26, 38);
}

#Headline h1 {
	color: rgb(254, 202, 54);
	padding: 10px 0;
	line-height: 1.2em;
}

#Content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#FooterLight {
	background: rgb(254, 202, 54);
	padding: 2rem 1rem;
	line-height: 1.4em;
	font-weight: 200;
	font-size: 0.9em;
}

#FooterDark {
	background: rgb(7, 26, 38);
	color: #fff;
	font-size: 0.8em;
	padding: 0.5rem 1rem;
}

#Teamlist .teamlist__member+h2 {
	margin-top: 4rem
}

#Teamlist .teamlist__member+.teamlist__member {
	margin-top: 5rem
}

#Teamlist .teamlist__member .member__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

#Teamlist .teamlist__member .member__card .member__image {
	-webkit-box-flex: 0 0 auto;
	-moz-box-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

#Teamlist .teamlist__member .member__card .member__image img {
	height: 100%;
	max-height: 200px;
	width: auto
}

#Teamlist .teamlist__member .member__card .member__about {
	-webkit-box-flex: 1 0 0;
	-moz-box-flex: 1 0 0;
	-webkit-flex: 1 0 0;
	-moz-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	background: #f9f9f9;
	padding: 2rem
}

#Teamlist .teamlist__member .member__accordion, #Leistungen .leistung__accordion {
	margin: 1rem 0
}

#Teamlist .teamlist__member .member__accordion .accordion__header, #Leistungen .leistung__accordion .accordion__header {
	background: #f4f4f4;
	font-size: 0.8rem;
	padding: 0.5rem 1rem 0.5rem 3rem;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.25s ease-out
}

#Teamlist .teamlist__member .member__accordion .accordion__header:hover, #Leistungen .leistung__accordion .accordion__header:hover {
	cursor: pointer
}

#Teamlist .teamlist__member .member__accordion .accordion__header:after, #Leistungen .leistung__accordion .accordion__header:after {
	content: '+';
	display: inline-block;
	border-radius: 50%;
	background: #888;
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	vertical-align: middle;
	line-height: 1rem;
	color: #fff;
	transition: all 0.25s ease-out
}

#Teamlist .teamlist__member .member__accordion .accordion__body, #Leistungen .leistung__accordion .accordion__body {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

#Teamlist .teamlist__member .member__accordion .accordion__body .accordion__body__inner, #Leistungen .leistung__accordion .accordion__body__inner {
	padding: 1rem
}

#Teamlist .teamlist__member .member__accordion .accordion__body .accordion__body__inner *:last-child, #Leistungen .leistung__accordion .accordion__body__inner *:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

#Teamlist .teamlist__member .member__accordion.open .accordion__header, #Leistungen .leistung__accordion.open .accordion__header {
	background: rgb(254, 202, 54);
	color: #fff
}

#Teamlist .teamlist__member .member__accordion.open .accordion__header:after, #Leistungen .leistung__accordion.open .accordion__header:after {
	content: '–';
	background: #fff;
	color: rgb(254, 202, 54)
}

#Teamlist h3 {
	margin-bottom: 0;
}

#PatientFeedback {
	padding: 2em 0;
}

.patient-feedback {
	background-color: rgba(254, 202, 54,0.5);
	padding: 1.5em;
}

.patient-feedback + .patient-feedback {
	margin-top: 2em;
}

.patient-feedback-title {
	font-weight: 700;
}

.patient-feedback-text {
	font-weight: 300;
}

.patient-feedback-author {
	font-style: italic;
	margin-top: 1em;
}

#Footer {
	font-size: 0.9rem
}

#Footer #FooterBig {
	background: #313233;
	padding: 4rem 0
}

#Footer #FooterBig, #Footer #FooterBig a {
	color: #ccc
}

#Footer #FooterKontakt .column {
	text-align: center;
	width: 100%
}

#Footer #FooterSmall {
	background: #1f1f1f;
	color: #777777;
	padding: 1.5rem 0
}



@media only screen and (min-width:480px) {
	#Footer #FooterKontakt .column {
		width: 33.333333%
	}
}

@media only screen and (min-width:768px) {
	#Banner {
		position: relative
	}
	#Banner #BannerText {
		color: #821b2b;
		display: block;
		position: absolute;
		width: 90%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: none;
		font-size: 0.95rem;
		text-align: center
	}
	#Teamlist .teamlist__member .member__card {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	#Teamlist .teamlist__member .member__card .member__image img {
		width: 100%;
		max-height: none;
		height: auto
	}
}

.vcard img {
	border: 10px solid #fff;
	max-height: 150px;
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menu .slicknav_icon-bar {
	background: rgb(0, 57, 96);
	box-shadow: none;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:hover a, .slicknav_nav a:hover, .slicknav_nav .current>a, .slicknav .section>a, .slicknav_nav .current>a>a, .slicknav .section>a>a {
	background: rgb(0, 57, 96);
	color: #fff !important;
}

.slicknav_btn {
	margin: 0;
	padding: 0;
}

.slicknav_nav {
	font-size: 1.1em;
	padding-top: 1rem;
}

.slicknav_nav a {
	color: rgb(0, 57, 96);
}

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar {
	width: 1.5em;
}

#TopHeaderLogo {
	transition: opacity 0.25s ease-out;
}

iframe {
	height: inherit;
}

@media only screen and (max-width: 992px) {
	.teaser {
		padding: 0 1rem;
	}
	.teaser span {
		font-size: 1.1em;
	}
	.teaserElement {
		width: 200px;
		height: 200px;
	}
	#NavigationWrapper {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	#TopHeader {
		height: auto;
		position: -webkit-sticky;
		/* Safari */
		position: sticky;
		top: 0;
		z-index: 2;
		background-color: #fff;
		padding-bottom: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	#Information, .topnaviButton {
		display: none;
	}
	#MobileInformation {
		display: block;
		text-align: right;
	}
	#MobileInformation .topnaviButton {
		display: inline;
	}
	#MobileInformation .languageLink {
		display: inline-block;
		vertical-align: middle;
	}
	#Wrapper {
		padding-top: 0;
	}
	#TeaserWrapper {
		max-width: 95%;
	}
	.teaser {
		padding: 0 0.25rem;
	}
	.teaser .teaserElement {
		position: relative;
		width: 100%;
		height: auto;
	}
	.teaser .teaserElement:before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.teaser img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.teaser span {
		font-size: 1em;
	}
	#FooterLight .three.column {
		margin-bottom: 1rem;
		width: 50%;
	}
	.TeasersPage #Banner, .TeasersPage .backstretch {
		min-height: 520px;
	}
	#TopHeaderLogo:not(.TeasersPage) {
		top: 0.2rem;
	}
}

@media only screen and (max-width: 480px) {
	#Teasers {
		top: 2rem;
	}
	#TeaserWrapper {
		max-width: 100%;
		top: 2rem;
	}
	.teaser {
		width: 100% !important;
		padding: 0 !important;
	}
	.teaser .teaserElement {
		border-radius: 0px;
		width: 100% !important;
		height: 100px;
	}
	.teaser .teaserElement:before {
		display: none;
	}
	.teaser img {
		height: 100%;
		width: auto;
		display: none;
	}
	#FooterLight {
		padding: 1rem 1rem 1rem 1rem;
	}
	#FooterLight .column.three {
		width: 100%;
	}
}