/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-100%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  color: #566b78;
  overflow-x: hidden;
}

h2 {
  margin-top: 1em;
  padding-top: 1em;
}

h1,
h2,
strong {
  color: #333;
}

a {
  color: #566b78;
}

main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: translateX(0px);
  transition: transform 500ms ease;
  z-index: 0;
  background-color: white;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  background-color: #FFFFFF;
}

header {
  margin: 0 auto;
  max-width: 1280px;
  height:125px;
  background-color: #FFFFFF;
  line-height: 1.2;
  padding: 0;
  text-align: left;
}

.verlaufbalkentop {
  margin: 0 auto 1em auto;
  max-width: 1280px;
  background-color: #FFFFFF;
  padding: 0;
}
.verlaufbalkentop img {
	width:100%;
	margin:0;
	padding:0;
}

.contentwrap {
	margin: 0 auto;
	width: 88%;
	background-color: white;
}

.rand {
	width:6%;
	background-color:#BBBBBB;
	float:left;
}
.tweneight {
	width:30%;
	background-color:#EEEEEE;
	float:left;
}
.two {
	width:5%;
	background-color:#BBBBBB;
	float:left;
}
.third {
	width:33.3%;
	background-color:#EEEEEE;
	float:left;
}

.drnames {
	width:25%;
	background-color:#8eba04;/*#8dc73f;*/
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-size:1.5em;
	padding: 0.1em 0;
	border-right: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-bottom:1px;
	line-height: 1.1;
	background-image: url('ash-linksymbol.png');
	background-repeat: no-repeat;
	background-position: 97% 10%;
}
.drnames:hover {
	background-color:#7da903;/*#8dc73f;*/
	cursor:pointer;
	box-shadow: 0 0 10px silver;
}
.titelvor {
	font-size:0.65em;
}
.titelvor::after {
	content:"\a";
    white-space: pre;
}
.titelnach {
	font-size:0.65em;
}
.titelnach::before {
	content:"\a";
    white-space: pre;
}

.introtext {
	width:100%;
	font-weight: 300;
	font-size: 1.5em;
	margin-top:1em;
	margin-bottom:1.5em;
	text-align:center;
}

.teaserwrap {
	margin: 0 0 0 6%;
	width: 94%;
	background-color: #FFFFFF;
}
.teaserblock {
	position:relative;
	width:27.75%;
	float:left;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	margin-right:4.5%;
	display:inline-block;
	box-shadow: 0 0 10px silver;
	cursor:pointer;
	margin-top:30px;
}
.teaserblock:hover {
	background-color:#EEEEEE;
}
.teaserblock h1 {
	color:#8eba04;
	font-size: 1.5em;
	text-align: center;
}
.teaserblock p {
	margin: 0 1em 1em 1em;
}
.teaserfixed {
	border: 1px solid #8eba04;
	box-shadow: none;
	cursor:default;
}
.teaserfixed:hover {
	background-color:white;
}
.teaserfixed p {
	text-align:center;
}
.teaserfixed img {
	width:100%;
}
.showmore {
	color:#999999;
	position:absolute;
	bottom:0;
}

.verlaufbalkenbottom {
  margin: 0 auto;
  max-width: 1280px;
  background-color: #FFFFFF;
  padding: 0;
}
.verlaufbalkenbottom img {
width:100%;
}

.footer {
	margin: 0 auto;
	width: 88%;
	background-color: #FFFFFF;
}

.footercontent {
	width:50%;
	float:left;
	display:inline-block;
	background-color: #FFFFFF;
	margin-bottom:1em;
}
.sprechzeiten {
	width: 80%;
	text-align: left;
	border: none;
  	border-collapse: collapse;
}
.sprechzeitenrow {
  border-bottom: 1px solid #DDDDDD;
}
.sprechzeiten td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.sprechzeitheute {
  background-color: #8eba04;
  color: #FFFFFF;
}
.sprechzeitentag {
	width:20%;
}
.sprechzeitenvm, .sprechzeitennm {
	width:40%;
}

.footer h4 {
	margin:0 0 4px 0;
	padding:0;
}
.footer p {
	margin:0;
	padding:0;
}
.subfooter {
  margin: 0 auto;
  max-width: 1280px;
  background-color: #FFFFFF;
  padding: 0;
  text-align:left;
  border-top: 1px solid #DDDDDD;
  font-size: 0.75em;
  margin-top: 1.5em;
  margin-right: 6%;
  margin-left: 6%;
  padding-left:44%;
}

.subfooter::after {
  clear: both;
  content: "";
  display: block;
}

#logo {
position: relative;
display: inline-block;
height: 106.25px;
vertical-align: top;
width: 230px;
margin: 14px 0 0 0;
left: 6%;
}

.doctolib {
	background-color:#BBB; /*#8eba04;*/
	width:100%;
	height:100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:white;
	line-height:1.25em;
}
.doctolibzwo {
	background-color:#8eba04;
}
.doctolib:hover {
	background-color:#7da903;
	cursor:pointer;
	box-shadow: 0 0 10px silver;
}

.doctolink {
	display: inline-block;
	text-decoration: none;
	position: absolute;
	top:24px;
	right:12%;
	width:90px;
	height:90px;
	opacity:0;
	transition: opacity 2s;
}
.doctolinkzwo {
	display: inline-block;
	text-decoration: none;
	position: relative;
	left:0;
	top:10px;
	width:90px;
	height:90px;
	opacity:0;
	transition: opacity 2s;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin:0;
    padding:0;
}



@media screen and (max-width:1120px) {
	.drnames, .teaserblock h1, .introtext {
		font-size:1.25em;
	}
	.sprechzeitentag {
		width:10%;
	}
	.sprechzeitenvm, .sprechzeitennm {
		width:45%;
	}
	
	.doctolink {
		right:20%;
	}

	.subfooter {
  		padding-left:0;
	}
   
}

@media screen and (max-width:915px) {
   .drnames {
		width:100%;
		padding: 0.5em 0;
		line-height: 1.5;
		background-position: 99% 10%;
	}
	.titelvor {
		font-size:1em;
	}
	.titelvor::after {
		content:"";
    	white-space: pre;
	}
	.titelnach {
		font-size:1em;
	}
	.titelnach::before {
		content:"";
    	white-space: pre;
	}
}

@media screen and (max-width:890px) {
   .teaserblock {
		width:44%;
		margin-right:4.5%;
	}
	.sprechzeiten {
		width: 95%;
	}
	.subfooter {
		font-size:0.75em;
	}
}

@media screen and (max-width:725px) {
   .footercontent {
		width:100%;
	}
	
}

@media screen and (max-width:550px) {
   .teaserblock {
		width:92%;
		margin-right:0;
	}
	.introtext {
		margin-bottom:0;
		text-align:center;
	}
	.doctolinkeins {
		display: none;
	}
}