

#stage-pages, #service-menu-container, #breadcrumb, #online-booking-footer, #online-booking-top, #content-footer, #menu-container, #sub-menu-container
{
	display: none;
}

#header
{
	margin-bottom: 2em;
	padding-top: 120px;
}

#head
{
	height: auto;
	display: flex;
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	background-color: #c7cbcd;
	background: url(../images/background.jpg) no-repeat center top #c7cbcd;
	background-size: 170%;
}

#logo-container
{
	max-width: 100%;
	width: 100%;
	margin-left: 10px;
	padding-right: 0;
	float: none;
}

#logo-container img
{
	max-width: 100%;
	max-height: 80px;
}

#stage-container
{
	border-right: none;
	border-left: none;
}

#stage-container ul
{
	height: 40vw;
}

#content-container
{
	padding: 0 1em;
	border-left: none;
	border-right: none;
}

#content
{
	margin: 0;
}

#content-container .title-container
{
	height: auto;
	margin-bottom: 20px;
}

#content-container .title-container > *
{
	position: relative;
	bottom: 0;
}

#footer-container .contact
{
	font-size: 5vw;
}

#footer-container .contact img
{
	max-width: 100%;
}

#footer-container .separator
{
	visibility: hidden;
	display: block;
	height: 0;
	overflow: hidden;
}

#footer-container .menu
{
	display: none;
}

#footer-container .logos a
{
	display: block;
	margin: 0 0 30px 0;
	width: 100% !important;
	background-position: center 0;
}


h1, h2, h3, h4
{
	word-wrap: break-word;
}



#mobile-menu-btn
{
	display: block;
	min-width: 100px;
	text-align: center;
	z-index: 12;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mobile-menu-btn .fa-bars
{
	font-size: 30px;
	margin-top: 0;
}

#mobile-wrapper
{
	width: 100%;
	overflow-x: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: auto;
	
}

#mobile-wrapper-inner
{
	position: relative;
	width: 100%;
	transition: left 0.5s ease;
	left: 0;
}

#mobile-content
{
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
}

#mobile-navigation-selection:checked ~ #mobile-wrapper #mobile-wrapper-inner
{
	left: -250px;
}

#mobile-navigation
{
	position: absolute;
	background: transparent;
	z-index: 1;
	height: 100vh;
	overflow-y: auto;
	right: -250px;
	top: 0;
	width: 250px;
	min-height: 100%;
	display: block;
}

#mobile-navigation-overlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	cursor: pointer;
	background: rgba(254, 254, 254, 0.25);
}

#mobile-navigation-selection:checked ~ #mobile-wrapper #mobile-navigation-overlay
{
	display: block;
}

#mobile-navigation .mobile-navigation-fixed
{
	position: fixed;
	height: 100%;
	overflow: auto;
	color: #47535b;
}

#mobile-navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 250px;
}

#mobile-navigation > ul > li > a
{
	text-transform: uppercase;
}

#mobile-navigation ul ul
{
	margin-left: 18px;
	width: auto;
}

#mobile-navigation ul a
{
	display: block;
	padding: 10px;
	border-bottom: 3px solid rgba(71, 83, 91, 0.75);
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

#mobile-navigation ul a.active
{
	color: #d08941;
	background: url(../images/menu-active-background.png) no-repeat 100% 18px transparent;
}




.table-scroller
{
	overflow: auto;
	margin-left: -1em;
	margin-right: -1em;
}


.image img.border
{
	max-width: 100%;
}

.right-align-margin,
.left-align-margin
{
	float: none;
	margin: 0;
}

.images a, .images span
{
	width: 100%;
}


.doctor tr:first-child
{
	display: flex;
	flex-direction: column;
}

.doctor tr:first-child td:first-child
{
	order: 2;
}

.doctor td
{
	float: left;
	width: 100% !important;
}

.team td
{
	float: left;
	width: 100% !important;
}

.team td:first-child
{
	padding-bottom: 0;
}

.team td:last-child
{
	padding-top: 0;
}

.page-standorte img.location
{
	float: none;
	display: block;
}

.page-standorte table td
{
	float: left;
	width: 100%;
}


.form-styled .label
{
	float: none;
	width: 100%;
}

.form-styled > div
{
	margin-left: 0;
	max-width: 100%;
}

.form-styled input,
.form-styled textarea,
.form-styled select
{
	padding: 10px;
}


#online-booking-mobile .image
{
	z-index: 10;
	height: 181px;
	background: url(../images/online-booking.png) no-repeat center center transparent;
}

#online-booking-mobile .dot
{
	display: block;
	margin: 0 auto;
	width: 165px;
	height: 165px;
	border-radius: 100%;
}