@charset "UTF-8";

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #444;
}
a:before {
	content: "↗";
}
.akut {
	background-color: #fff;
	opacity: 1;
	margin-bottom: 1rem;
	padding-left: 1rem;
}
#akut-desktop {
	margin: 0 auto 1rem;
	width: 70%;
	border: .2rem solid red;
	display: none;
}
#akut-desktop h2 {
	display: inline;
}
#akut-mobile {
	display: block;
	border: .2rem solid red;
}
#akut-mobile h2 {
	display: inline;
}
#akut-mobile .align-middle {
	display: inline;
}
.align-middle {
	display: inline-block;
	vertical-align: middle;
}
#background {
	position: relative;
	height: 100%;
	width: 100%;
}
#background-cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
}
.block {
	display: block;
}
body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	font-size: 1.1rem;
}
.bold {
	font-weight: bold;
}
.border {
	border: 0.15rem solid white;
	border-radius: 0.5rem;
}
#burger-menu {
	height: 2.5rem;
	order: 2;
	padding: 0 1rem;
	border: 0.1rem solid white;
	border-radius: 0.3rem;
}
#burger-menu span.menu-open {
	float: right;
	width: 0;
	height: 0;
	border-top: 11px solid #3a3a3a;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	margin-top: 10px;
}
#burger-menu span.active {
	font-weight: bold;
	float: left;
	font-size: 1.2em;
	line-height: 2.4rem;
	white-space: nowrap;
	width: 86%;
	overflow: hidden;
	text-overflow: ellipsis;
}
button {
	font: 400 13.3333px Arial;
}
.center {
	text-align: center;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
#container-height {
    vertical-align: middle;
    display: inline-block;
	max-height: 100%;
	height: 100%;
    width: 100%;
}
#container-width {
/*
	max-width: 100%;
*/
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.fullheight {
	height: 100%;
}
.fullwidth {
	display: inline-block;
	width: 100%;
}
.halign {
	margin: 0 auto;
}
.hidden {
	display: none;
}
.hl {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
html {
	height: 100%;
	line-height: 150%;
	margin: 0;
	font-family: "Bitstream Vera Serif", "Times New Roman", "Times", serif;
	font-size: 75%;
	color: black;
	transform: rotate(0deg);
	overflow: hidden;
	hyphens: auto;
}
img {
	background-size: 100% 100%;
	background-color: #fff;
}
.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}
.inline-img {
	display: inline-block;
}
.inline {
	display: inline-block;
}
.italic {
	font-style: italic;
}
.large {
	font-size: large;
}
.larger {
	font-size: larger;
}
.lazy-bg {
	opacity: 0;
	transition: opacity 1s linear;
}
.lazy-bg.loaded {
	opacity: 1;
}
#left-wrapper {
    width: 100%;
	float: left;
}
#main-container {
	background-color: #ffffffdd;
	padding: 1rem;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.main-container-content {
	width: 100%;
}
.mb {
	margin-bottom: 1rem;
}
#menu-container {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	padding-right: 2rem;
}
#menu-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#menu-content li {
	background-color: #e4e4e4;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 1rem;	
	overflow: hidden;
	font-size: 1.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2.5rem;
	cursor: pointer;
}
#menu-content li:hover {
	background-color: #f3f3f3;
}
#menu-content li.disabled {
	background-color: #fff;
	pointer-events: none;
	cursor: default;
	font-weight: bold;
}
#menu-left {
/*
*/	background-color: #e8e8e8;
	max-height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#menu-wrapper {
	width: 100%;
	margin-bottom: 1rem;
	flex-grow: 2;
	position: relative;
}
.noborder {
	border: 0;
	border-radius: unset;
}
.nobottom {
	margin-bottom: 0;
}
.nohyphen {
	hyphens: none;
}
.notop {
	margin-top: 0;
}
.nowrap {
	white-space: nowrap;
}
.p {
	margin: 1em 0;
	width: 100%;
}
p:first-child, .p:first-child {
	margin-top: 0;
}
p:last-child, .p:last-child {
	margin-bottom: 0;
}
#page-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-content {
	width: 100%;
}
.placeholder {
	position: relative;
	width: 100%;
	background-size: 100% 100%;
	margin: 1rem 0;
}
.placeholder.halign {
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.placeholder img {
	width: 100%;
	opacity: 0;
	transition: opacity 1s linear;
}
.placeholder img.loaded {
	opacity: 1;
}
.placeholder img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
}
#preload, #preload-akut {
	display: none;
}
.right {
	float: right;
}
#right-wrapper {
	width: 100%;
	min-height: 0;
	flex-grow: 2;
}
.spalte2 {
	border-top: 1px solid black;
}
.spalte1, .spalte2 {
	width: 100%;
}
.underline {
	text-decoration: underline;
}
.valign:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.valigner {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
}
#vc-top {
	position: relative;
	margin-bottom: 1rem;
	height: 4.6rem;
	overflow: hidden;
	background-image: url("../img/Visitenkarte-schmal-320x47.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ffffffdd;
}
#vc-top-cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#vc-top img {
	vertical-align: middle;
	width: 100%;
}
@media (min-width: 320px) {
	.placeholder {
		min-width: 268px;
		width: 60%;
	}
}
@media (min-width: 760px) {
	#akut-desktop {
		display: block;
	}
	#akut-desktop ~ #left-wrapper {
		height: calc(100% - 9rem);
	}
	#akut-desktop ~ #left-wrapper #vc-top {
		height: 8rem;
	}
	#akut-desktop ~ #right-wrapper {
  		max-height: calc(100% - 9rem);
	}
	#akut-mobile {
		display: none;
	}
	body {
		font-size: 1rem;
	}
	#burger-menu {
		display: none;
	}
	#container-height {
		max-height: 44rem;
	}
	#container-height.hasAkut {
		max-height: 50rem;
	}
	#container-width {
		max-width: 88rem;
	}
	.left {
		float: left;
		margin-right: 1rem;
	}
	html {
		font-size: 55%;
	}
	#left-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
		max-width: 30%;
		padding-right: 1rem;
	}
	#menu-container {
		position: unset;
		height: 100%;
		display: block;
		padding: 0;
	}
	#menu-content {
		height: 100%;
	}
	#menu-content li {
		background-color: #e4e4e4aa;
		font-size: 1rem;
	}
	#menu-content li.disabled {
		background-color: #ffffffcc;
	}
	#menu-close {
		display: none;
	}
	#menu-left {
		background-color: #e8e8e8aa;
/*
		opacity: 0.8;
*/
		height: 100%;
		padding: 0;
		bottom: 0;
		overflow: unset;
	}
	#menu-wrapper {
		margin: 0;
	}
	#page-container {
		display: block;
/*
		max-height: 100%;
*/
	}
	.placeholder {
		width: 60%;
		min-width: unset;
	}
	.placeholder.halign {
		margin: 0 auto;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.right {
		float: right;
		margin-left: 1rem;
	}
	#right-wrapper {
		position: unset;
		width: 100%;
		float: right;
		max-width: -webkit-calc(70% - 1rem);
		max-width: calc(70% - 1rem);
		margin-right: 1rem;
		padding: 0;
		height: 100%;
		max-height: 100%;
	}
	.spalte1, .spalte2 {
		width: 48%;
	}
	.spalte1 {
		padding-right: 0.7rem;
		float: left;
	}
	.spalte2 {
		border: none;
		padding-left: 0.7rem;
		float: right;
	}
	#vc-top {
		height: 12rem;
		margin-left: 0;
	}
}

@media (min-width: 1000px) {
	html {
		font-size: 75%;
	}
}

@media (min-width: 1500px) {
	html {
		font-size: 90%;
	}
}

@media (min-width: 1800px) {
	html {
		font-size: 120%;
	}
}

@media (min-width: 2500px) {
	html {
		font-size: 170%;
	}
}
