html {
	background: #DAD1CC;
	/* background: #DDD6D5; */
	/*font-family: "HelveticaNeueW02-45Ligh", sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;

	height: 100%;

	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	margin: 0 auto;
	max-width: 52em;
	color:     rgba(107, 92, 92, 1);
	
	/* Inhalt absetzen */
	background: rgba(250, 250, 250, 1);
	padding: 2em;
	
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	padding-bottom: 0em;
}

hr {
	border: 1px solid #d3cfcc;
	border-width: 1px 0 0;
	background: none;
	margin-right: 4px;
}

.headerpraxislogoimg {
	float: left;
	padding-right: 1em;
	height: 5em;
	width: auto;
}

.img_float_right_40 p {
	padding-bottom: 0em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.img_float_right_40 .caption {
	font-size: 0.8em;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: left;
	background-color: rgba(230, 225, 220, 255); /* orig: #CDC6C0 */
}

.img_float_right_30 p {
	padding-bottom: 0em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.img_float_right_30 .caption {
	font-size: 0.8em;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: left;
	background-color: rgba(230, 225, 220, 255); /* orig: #CDC6C0 */
}

.image_row_image p {
	padding-bottom: 0em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.image_row_image .caption {
	font-size: 0.8em;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: left;
	background-color: rgba(230, 225, 220, 255); /* orig: #CDC6C0 */
}

.image_row_table tr td {
	vertical-align: top;
    padding-right: 0em;
}

.imglinklist {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #00ADD0;
}
a:hover, .active {
	text-decoration: none;
}

footer {
	border-top: 1px solid #d3cfcc;
	margin-top: 3em;
}

header {
	color: #31afe3;
	margin-bottom: 2em;
}
header a {
	text-decoration: none;
}

.site-title, .site-subtitle {
	color: #00ADD0;
	font-weight: 300;
	margin: 0;
	font-size: 1.6em;
}
.site-title a {
	color: #00ADD0;
	text-decoration: none;
}
.site-subtitle {
	font-size: 2.8em;
	border-bottom: 1px solid #d3cfcc;
	padding-bottom: .5em;
	/* white-space: pre; */
}
.site-contact {
	color: #a99f99;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	font-size: 1em;
	/* white-space: pre; */
	/* text-align: justify; */
}

.glob_main_menu_link {
	letter-spacing: 0px;
}

.title-additional-info {
	color: #B5ACA6;
	font-size: 1em;
}

.menu {
	float: right;
	text-transform: uppercase;
	line-height: 1.3;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu a {
	text-decoration: none;
	padding: 0 2px;

	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
}
.no-touch .menu a:hover, .menu .active {
	/*text-decoration: underline;*/
	background: #31afe3;
	color: #eef;
}


.bubblemenu {
	clear: both;
}
.bubblemenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*
.bubblemenu {display: inline-block;}
*/

.bubblemenu ul {
	list-style: none;
	margin: 60px 0 20px;
	padding: 0;

	border-top: 1px solid #d3cfcc;
	padding-top: 3em;

	/* contain float */
	width: 100%;
	/*overflow: hidden;*/
}
.bubblemenu li {
	float: left;
	margin: 0 20px 10px 0;
	position: relative;
}
.bubblemenu a {
	display: block;
	/*
	width: 100%;
	height: 100%;
	*/
	position: relative;
	border-radius: 50%;
	text-decoration: none;
}

.bubblemenu .icon {
	display: block;
	width: 24px;
	height: 24px;
	background: #00ADD0;
	background-position: center center;
	background-size: cover;
	border: 5px solid #fff;
	border-radius: 50%;

	float: left;
	margin-right: 6px;
	/*opacity: .5;*/

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.bubblemenu .icon img {
	display: block;
	width: 100%;
}
/*
.bubblemenu a.active .icon,
.no-touch .bubblemenu a:hover .icon {
	opacity: 0.5;
}
*/
.bubblemenu .label {
	line-height: 24px;
	font-size: 1.2em;
	color: #A99F99;
}


/* grosse Darstellung auf der Startseite */
.bubblemenu .big {
	margin-top: 0;
	border-top: none;
	padding-top: 0;

	text-align: center;
}
.bubblemenu .big li {
	/*
	width: 186px;
	height: 186px;
	margin: 0 10px 20px;
	*/
	width: 28%;
	margin: 0 2.5% 2em;
	min-width: 9em;
	/*
	float: none;
	display: inline-block;
	*/
}
.bubblemenu .big a {
	/* color: #fff; */
	/* focus-outline entfernen */
	outline: 0;
}
.bubblemenu .big .icon {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	float: none;
}
.bubblemenu .big .label {
	/* position: absolute; */
	top: 42%;
	left: 1%;
	width: 98%;
	/*line-height: 186px;*/
	line-height: 1.5;
	text-align: center;
	border-radius: 50%;
	min-height: 3em;
	display: block;
}
/*
.bubblemenu .big a:hover {
	font-size: 110%;
}
*/
.no-touch .bubblemenu .big a:hover .icon,
.bubblemenu .big a:focus .icon {
	-webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}



.content {
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.content h2, .content h3 {
	font-weight: normal;
	margin-top: 2em;
}
.content th {
	text-align: left;
}
.content td {
	padding-right: 2em;
}

.content .left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.content .right {
	float: right;
	margin-left: 1em;
	margin-right: 0;
	margin-bottom: 1em;
}
figure:first-child {
	margin-top: 0;
}
.half-width {
	width: 50%;
}
.half-width img {
	width: 100%;
}

.fullwidth {
	margin: 0 -2em;
}
img {
	max-width: 100%;
}
.pull-up {
	margin-bottom: -4em;
}

.content .img_float_right_40 {
	width: 40%;
	float: right;
	margin-top: 0px;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 0px;
}

.content .img_float_right_30 {
	width: 30%;
	float: right;
	margin-top: 0px;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 0px;
}

.content .image_row_image {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.team {
	list-style: none;
	margin: 2em 0;
	padding: 0;

	/* contain floats */
	width: 100%;
	overflow: hidden;
	margin-left: -4px;
	margin-right: -4px;
}
.team figure {
	margin: 0;
	padding: 0;
	display: block;
	width: 33.33%;/*512 => 256px*/
	min-width: 169px;/* 512 / 3 */
	float: left;
	position: relative;
}

/* Mit Rahmen übverlagern. Rahmen inline auf dem Bild skaliert das Bild falsch und verschwimmt */
.team figure:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 4px solid rgb(250,250,250);
	position: absolute;
	top: 0;
	left: 0;
}
/**/

.twocol figure {
	width: 50%;/*1536 => 384px*/
}
.team img {
	width: 100%;
	display: block;
}
figcaption {
	display: none;
}

.vacation {
    color: #a99f99;
}

.globalnotice {
	font-size: 1.2em;
}

.hiring a {
	color: inherit;
	text-decoration: underline;
}

.hygienehinweise {
	color:     rgba(107, 92, 92, 1);
}

.hygienehinweise a {
	color:     rgba(107, 92, 92, 1);
	text-decoration: underline;
}

.nemimp {
	color: #e06675;
}

.phonetime {
    color: #00ADD0;
}

td.phonesign {
	padding-top: 0;
	padding-right: 2px;
	position: relative;
}

.phonesignimg {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	padding-bottom: 2px;
}

@media all and (min-height: 48em) {
	header {
		position: fixed;
		top: 0;
		width: 90%;
		max-width: 39em;
		max-width: 48em;
		z-index: 10;
		background: #ece9e9;
		background: rgba(250, 250, 250, .95);
		padding-top: 2em;
	}
	body {
		padding-top: 12.45em;
		padding-top: 12.75em;
		padding-top: 17.25em;
	}
}

@media all and (min-width: 35.1em) {
    .aktion_image_mobile {
        display:none;
    }
}
@media all and (max-width: 35em) {
    .aktion_image_desktop {
        display:none;
    }
}

@media all and (max-width: 42em) {
/* Kompaktes Layout */
	html {
		font-size: 14px;
	}
	.site-title {
		font-size: 1.1em;
	}
	.site-subtitle {
		font-size: 2em;
	}
	.headerpraxislogoimg {
		height: 3.5em;
	}
}

@media all and (max-width: 35em) {
/* Kompaktes Layout */
	.menu ul {
		font-size: 0.8em;
	}
	.site-title {
		font-size: 0.9em;
	}
	.site-subtitle {
		font-size: 1.5em;
	}
	.headerpraxislogoimg {
		height: 2.8em;
	}
/*
	.menu ul {
		padding: 0;
		margin: 0 0 1em;
		font-size: 0.9em;
	}
	
	.menu li {
		float: left;
		margin-left: 1em;
	}

	.menu li:first-child {
		margin-left: 0;
	}
	*/

	.content table {
		font-size: .8em;
	}

	/*
	.bubblemenu .big li {
		width: 45%;
		font-size: 1.2em;
	}
	*/
}

@media only screen and (max-device-width: 320px) {
	html {
		font-size: 11px;
	}

	.member {
		width: 114px;
	}

	.member-image {
		width: 100%;
	}

	/*
	.bubblemenu .big {
		font-size: 1.2em;
	}
	.bubblemenu .big li {
		width: 114px;
		height: 114px;
	}
	*/
	.bubblemenu li {
		float: none;
	}

	.bubblemenu .big li {
		float: left;
		width: 45%;
		font-size: 1.2em;
	}
}
