li {
	margin-bottom: 0.5em;
}

header {
		position: static;
		text-align: center;
		width: 100%;
		background-size: 100%;
		background-repeat: no-repeat;
}



@media screen and (max-width: 945px) {

	.desktop-item {
		display: none;
	}

	#Datenschutz {
		display: none;
	}
	#Impressum {
		display: none;
	}

	header {
		background-image: url("../img/header_mobile.jpg");
		background-position-y: 20px;
		margin-bottom: -1em;
	}

	footer {
		background-color: #8CD9BC;
		margin-top: 1em;
		padding-left: 1em;
		padding-bottom: 1em;
	}

	table#sprechzeiten {
		text-align: left;
		font-size: 1.1em;
		width: 100%;
	}
	td.right {
		text-align: right;
		padding-right: 2em;
		height: 4em;
	}
	td.left {
		padding-left: 2em;
	}
	tr.even {
    	background-color: #c9ead6;
	}

	tr.odd {
    	background-color: #bac2c6;
	}
	
	article {
		padding-top: 1em;
	}
	.team-member-container-left img, .team-member-container-right img {
		width: 50%;
		margin-bottom: 2em;
	}
	
	.team-member-container-left p, .team-member-container-right p {
		font-size: 14px;
	}

	#nav-middle p{
		font-size: 10px;
	}

}

@media screen and (max-width: 320px) {

	.team-member-container-left p, .team-member-container-right p {
		font-size: 12px;
	}
	#nav-middle p{
		font-size: 8px;
	}
}

@media screen and (min-width: 946px) {

	.mobile-item {
		display: none;
	}

	#container {
		position: relative;
		width: 946px;
		margin-left: auto;
		margin-right: auto;
	}

	header {
		height: 500px;
		background-image: url("../img/header-desktop.jpg");
		background-position-y: -100px;
		margin-bottom: 1em;
	}

	#logo-desktop {
		position: absolute;
		top: 20px;
		background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
		padding: 0.7em;
	}
	#logo-desktop img {
		height: 100px;
	}

	body {
		height: 100vh;
		background-color: #ADE6D0;
	}

	#copyright {
		text-align: center;
	}

	footer {
		background-color: #8CD9BC;
	}
	

	#container {
		box-shadow: 0 2px 10px black;
	}

	#gallery-desktop {
		margin-top: 2em;
		text-align: center;
	}
	#gallery-desktop img {
		box-shadow: 0 2px 5px black;
		margin-right: 2em;
	}

	article{
		float: left;
		width: 70%;
		min-height: 560px;
		border-right: 1px solid #0E6B6D;
		height: 100%;
		padding-right: 1em;
	} 
	 #right-column {
		display: inline-block;
		padding-left: 1em;
		width: 20%;
		height: 100%;
	 }

	 .team-member-container-left{
		margin-left: 20%;
	 }
	 .team-member-container-right{
		margin-right: 20%;
	 }
	 .team-member-container-left img, .team-member-container-right img {
		width: 40%;
		margin-bottom: 2em;
	}
}
html, body {
	max-width: 100%;
	overflow-x: hidden;
}

#container {
	background-color: white;
}

article {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0;
}

article h2, #right-column h2 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E6B6D;
}

nav {
	margin-top: 0;
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #8CD9BC;
	box-shadow: 0 1px 2px grey;
	z-index: 999;
}

#nav-left {
	width: 15%;
	height: 100%;
	float: left;
}

#nav-middle {
	width: 70%;
	height: 100%;
	float: left;
	text-align: center;
	display: table-cell;
	padding-top: 0.2em;
}

#nav-right {
	width: 15%;
	height: 100%;
	float: left;
}

@keyframes body-overlay {
from {
	opacity: 0;
}
to {
	opacity: 0.5;
}
}

#body-overlay {
	height: 100%;
	width: 100%;
	background-color: black;
	position: fixed;
	opacity: 0.5;
	display: none;
	animation-name: body-overlay;
	animation-duration: 0.5s;
}

#tel {
	position: fixed;
	width: 100%;
	height: 50px;
}

.dropdown-icon {
	width: 20px;
	height: 20px;
	background-image: url("../img/arrow_carrot-down_alt2-512px.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	margin-right: 1em;
}
#tel-picture {
	background-image: url("../img/phone-symbol-2.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: 1em;
	display: block;
	float: left;
}

#tel-picture-desktop {
	background-image: url("../img/phone-symbol-2.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position-y: 0.2em;
	display: block;
	padding-left: 40px;
	padding-bottom: 0.2em;
}

#tel-picture-desktop a:link, #tel-picture-desktop a:hover, #tel-picture-desktop a:visited {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E6B6D;
	font-weight: lighter;
	text-decoration: none;
}

#tel-email-buttons {
	position: absolute;
	right: 0;
}

#nav-middle a:link, #nav-middle a:visited, #nav-middle a:hover {
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E6B6D;
	text-decoration: none;
}

#nav-middle p {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E6B6D;
	font-weight: bold;
	text-decoration: none;
	margin-top: -0.1em;
}

#nav-button {
	position: absolute;
	margin-left: 1em;
	margin-top: 1em;
	width: 25px;
	height: 25px;
	opacity: 0.0;
	z-index: 999;
}

#nav-button-picture {
	background-image: url("../img/icon_menu-circle_alt2-512px.svg");
	background-size: 30px 30px;
	margin-left: 1em;
	margin-top: 10px;
	width: 30px;
	height: 30px;
	display: block;
}

@keyframes menu {
from {
	margin-left: -400px;
}
to {
	margin-left: 0px;
}
}

#menu {
	margin-top: 50px;
	padding-top: 1em;
	padding-bottom: 0.1em;
	background-color: white;
	width: 60%;
	display: none;
	z-index: 99;
	box-shadow: 1px 2px 2px grey;
	animation-name: menu;
	animation-duration: 0.5s;
}

#menu a:link, #menu a:visited, #menu a:hover {
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: serif;
	color: #0E6B6D;
	font-weight: lighter;
	text-decoration: none;
}
#menu p {
	margin-left: 1em;
	margin-bottom: 2em;
}

p {
	line-height: 1.5em;
}

footer h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E6B6D;
}
footer p {
	color: #0E6B6D;
	font-size: 0.8em;
	font-weight: lighter;
}
table {
	line-height: 1.5em;
}

#map-link {
	height: 20px;
	background-image: url("../img/android-location-on-512px.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left: 25px;

	cursor: pointer;
}
#map-link a {
	font-size: 0.9em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E6B6D;
	font-weight: lighter;
	text-decoration: none;
}
#map img {
	width: 100%;
	margin-top: 1em;
}

#gallery {
	background-image: url("../img/CCC-2363.jpg");
	width: 100%;
	height: 60vw;
	background-size: 100%;
	position: relative;
	z-index: 1;
}
#gallery-caption-block {
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
	background-color: black;
	opacity: 0.6;
	display: table-cell;
	vertical-align: middle;
}
#gallery-caption-block p {
	margin-left: 1em;
	color: white;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#nav-container {
	display: table;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
}
#nav-container a{
	color: #18476F;
	text-decoration: none;
	font-weight: bold;
}
#nav-container a:hover{
	color: white;
}
#nav-bar-desktop {
	position: absolute;
	top: 420px;
	width: 946px;
	height: 60px;
	background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.8));
	
}


.menuItem-desktop {
	float: left;
	margin-left: 0.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #0E6B6D;
	cursor: pointer;
	height: 100%;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.menuItem-desktop:hover {
	background-color: white !important;
	text-decoration: underline !important;
}

.team-member-container-right{
	text-align: right;
}

.team-member-container-left{
	text-align: left;
}


.team-member-container-left img {
	float: left;
	margin-right: 1em;
}
.team-member-container-right img {
	float: right;
	margin-left: 1em;
}
.clear-float {
	clear: both;
}
#Impressum a {
	color: #0E6B6D;		
}

.sprechzeiten-desktop-left {
	width: 50%; float: left;
}
.sprechzeiten-desktop-right {
	text-align: right; 
	width: 50%; 
	display:inline-block;
}
.sprechzeiten-desktop-left p{
	margin-top: 0;
	margin-bottom: 0.6em;
}

.sprechzeiten-desktop-right p{
	margin-top: 0;
	margin-bottom: 0.6em;
}

#logo-mobile img{
	width: 70%;
	margin-left: 15%;
	margin-top: -0.5em;
	margin-bottom: 1em;
}