html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
div, img { image-rendering: -webkit-optimize-contrast; }

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/robotoslab-bold-webfont.eot');
    src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('../fonts/robotoslab-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;}
	
@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/poppins-italic-webfont.eot');
    src: url('../fonts/poppins-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-italic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-italic-webfont.woff') format('woff'),
         url('../fonts/poppins-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.eot');
    src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff'),
         url('../fonts/poppins-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.eot');
    src: url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff'),
         url('../fonts/poppins-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;}

@font-face {
    font-family: 'poppinssemibold_italic';
    src: url('../fonts/poppins-semibolditalic-webfont.eot');
    src: url('../fonts/poppins-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/poppins-semibolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;}
	

html, body {
	height: 100%;
	width: 100%;}
	
body {
	font-size: 100.01%;
	width: 100%;
	background-color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;}
	
h1 {
	font-family: 'roboto_slabbold', Arial, sans-serif;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 40px;
	color: #244A9A;}
	
h2 {
	font-family: 'roboto_slabbold', Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 30px 0;
	color: #244A9A;}
	
h2:nth-child(n+2) {
	margin: 30px 0;}
	
.needmargin {
	margin: 0 0 30px 0;}
	
h3 {
	font-family: 'roboto_slabbold', Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #3F84C5;
	margin-bottom: 30px;}
	
h4 {
	font-family: 'poppinssemibold';
	font-weight: normal;
    font-style: normal;
	font-size: 24px;
	line-height: 24px;
	color: #646464;
	margin-bottom: 20px;}
	
p {
	font-family: 'poppinsregular', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #646464;
	margin-bottom: 20px;}
	
.hinweis {
	background-image: url('../img/hausarzt-praxis-schumacher-ecke_weiss.png');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 20px 110px 20px 20px;
	box-sizing: border-box;
	background-color: #3F84C5;
	border: solid 1px #3F84C5;
	color: #fff;}
	
a, li {
	font-family: 'poppinsregular', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #646464;
	text-decoration: none;}
	
a {
	color: #3f84c5;}
	
a:hover {
  color: #244A9A;}
  
a[href^="tel:"] {
  color: #646464;}
	
li {
	background-image: url('../img/hausarzt-praxis-schumacher-bullet.png');
	background-position: left 7px;
	background-repeat: no-repeat;
	background-size: 14px;
	margin-left: 10px;
	padding: 0 0 10px 30px;}
	
b {
	font-family: 'poppinssemibold';
	font-weight: normal;
    font-style: normal;}
.einruecker {
	display: inline-block;
	width: 45px;}
	
hr {
	border-top: dotted 1px #969696;}
	
#wrapper {
	min-height: 100%;
	width: 100%;}
  
img {
	width: 100%;
	height: auto;}
	
.clearer {
	clear: both;}
	
/* ----------------------------- HEADER ----------------------------- */	

.headerimg {
	min-height: 400px;
	object-fit: cover;
	object-position: 50% 0;}

#menuwrapper {
	position: relative;
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	height: 200px;
	margin: 0 auto;}
	
.logo {
	position: absolute;
	left: 5vw;
	top: 60px;	
	width: 433px;
	height: auto;}
	
#navi {
	position: absolute;
	width: auto;
	top: 65px;
	right: 5vw;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
	
#navi li {
	cursor: pointer;
	background-image: none;
	padding: 0;
	margin: 0;
	display: block;
    float: left;	
	transition: all 0.8s ease-in-out 0s;}
	
#navi a {
    color: #3F84C5;
    display: block;
	font-size: 21px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
    margin: 0 15px;
	padding: 17px 0;}
	
#navi li:last-of-type a {
	margin: 0 0 0 15px;}
	
#navi a.current {
    color: #244A9A;
	font-family: 'poppinssemibold', Arial, sans-serif;}
	
#navi a:hover {
	transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
	border-top: solid 1px #3F84C5;
	border-bottom: solid 1px #3F84C5;}
	
#navi a.current:hover {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;}
	
/* for iPhone, iPod Touch and iPad 
#navi ul ul {display:none;}
#navi ul li:hover > ul {display:block;}
#navi li.sub:hover ~ li.close {display:block;} */

#stoererwrapper {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: -170px;
	width: 100%;
	height: 100px;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 20;}
	
.lehrpraxis {
	position: absolute;
	box-sizing: border-box;
	padding: 10px 25px 20px 25px;
	right: 5vw;
	bottom: 0;
	width: 370px;
	height: 100px;
	background-color: #fff;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	overflow: hidden;}
	
.lehrpraxis:hover {
	height: 115px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
	
.lehrpraxis img {
	height: 70px;
	width: auto;}
	
/* ----------------------------- CONTENT ----------------------------- */
	
#content {
	position: relative;
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	margin: 70px auto;
	padding: 0 5%;}
	
.boxwrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;}
	
.listboxwrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;}
	
.box {
	position: relative;
	box-sizing: border-box;
	background-image: url('../img/hausarzt-praxis-schumacher-ecke.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 32%;
	padding: 35px 45px;
	border: solid 1px #3F84C5;}
	
.listbox {
	position: relative;
	box-sizing: border-box;
	width: 48%;}
	
.mitarbeiter {
	position: relative;
	box-sizing: border-box;
	width: 22%;}
	
.mafoto {
	margin: 30px 0 20px 0;}
	
.abstandunten {
	margin-bottom: 30px;}
	
.hell {
	background-image: url('../img/hausarzt-praxis-schumacher-ecke_hell.png');
	border: solid 1px #7BAFDF;}
	
.dunkel {
	background-image: url('../img/hausarzt-praxis-schumacher-ecke_dunkel.png');
	border: solid 1px #244A9A;}
	
.download {
	display: block;
	box-sizing: border-box;
	border: 1px solid #7BAFDF;
	min-height: 60px;
	width: 100%;
	background-position: 15px center;
	background-image: url('../img/hausarzt-praxis-schumacher-icon-download.png');
	background-repeat: no-repeat;
	background-size: 30px 37px;
	padding: 15px 0 0 60px;
	margin: 0 0 10px 0;}
	
.hinweisdownload {
	display: inline-block;
	box-sizing: border-box;
	height: 60px;
	width: 100%;
	max-width: 390px;
	background-position: 15px center;
	background-image: url('../img/hausarzt-praxis-schumacher-icon-download.png');
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 30px 37px;
	padding: 15px 0 0 60px;
	margin: 20px 20px 10px 0;}
	
.download:hover {
	background-image: url('../img/hausarzt-praxis-schumacher-icon-download_hov.png');
	border: 1px solid #3F84C5;}
	
.hinweisdownload:hover {
	background-image: url('../img/hausarzt-praxis-schumacher-icon-download_hov.png');}
	
/* ----------------------------- FOOTER ----------------------------- */	
	
#footer {
	position: relative;
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5%;}
	
#footerwrapper {
	position: relative;
	width: 100%;
	border-top: dotted 1px #969696;
	padding: 30px 0 35px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
	
#footer p, #footer a {
	font-size: 19px;
	color: #bbb;}
	
#footer a:hover {
	color: #244A9A;}
	
.needmargin {
	margin-right: 30px;}
	
/* ----------------------------- MODAL ----------------------------- */	

.imgFull {
	display: none;}
	
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 5%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9);} /* Black w/ opacity */

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 90%;
	max-width: 90vh;
	max-height: 70%;}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	box-sizing: border-box;
	width: 90%;
	max-width: 90vh;
	text-align: left;
	background-color: #f2f2f2;
	padding: 25px 30px 1px 30px;
	height: auto;
	font-family: 'LatoLatinLight', Arial, sans-serif;
	font-size: 30px;
	color: #000;}
	
#caption h3, #caption p , #caption i, #caption a {
	color: #474747;}
	
#caption i {
	line-height: 24px;}
	
#caption a:hover {
	text-decoration: underline;}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;}
	
/* ----------------------------- MAPS ----------------------------- */

.map-responsive, .googlemap {
    overflow: hidden;
    height: 31.25vw;
    position: relative;
	min-height: 400px;}
	
.map-placeholder {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	margin-bottom: 2vw;
	box-sizing: border-box;
	background-color: #f5f6f7;
	background-image: url("../img/platzhalter-maps.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 25px 35px;}
	
.googlemapcontent {
	position: relative;
	display: block;
	width: 100%;
	top: 40%;
	transform: translateY(-50%);}
	
.map-placeholder p, .map-placeholder a {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	top: 0;
	transform: translateY(0);}

.map-placeholder button {
	display: block;
	position: relative;	
	background-color: transparent;
	margin: 25px auto;
	font-family: 'poppinsregular', Arial, sans-serif;
	font-size: 18px;
	color: #3c3c3c;
	padding: 9px 20px 9px 20px;
	border: solid 1px #3c3c3c;
	transition: all .3s ease-in-out;}
	
.map-placeholder button:hover {
	cursor: pointer;
	background-color: #3c3c3c;
	color: #fff;
	transition: all .3s ease-in-out;}
	
/* ----------------------------- BREAKPOINTS ----------------------------- */

@media only screen and (max-width: 1600px) {
	
#menuwrapper {
	height: 160px;}
	
.logo {
	top: 50px;	
	width: 349px;}
	
#navi {
	top: 50px;}

}

@media only screen and (max-width: 1300px) {
	
#navi {
	position: fixed;
	box-sizing: border-box;
	left: 100%;
	width: 310px;
	top: 0;
	height: 100%;
	padding: 80px 5% 0 5%;
	z-index: 7777;
	background-color: #7BAFDF;}
	
.slidemenu {
	box-shadow: 0 0 20px 0 #666;
	transform: translateX(-310px);
	-webkit-transform: translateX(-310px);}
	
#navi li {
    float: none;}
	
#navi a {
    color: #fff;
	border-top: 0;
	border-bottom: solid 1px #fff;}
	
#navi li:last-of-type a {
	border-bottom: 0;}
	
#navi a.current {
    color: #244A9A;}
	
#navi a:hover {
	border-top: 0;
	border-bottom: solid 1px #fff;}
	
#navi a.current:hover {
	border-top: 0;
	border-bottom: solid 1px #fff;}
	
.box {
	width: 48%;}
.box:nth-of-type(1) {
	order: 2;}
.box:nth-of-type(2) {
	order: 3;}
.box:nth-of-type(3) {
	order: 1;
	width: 100%;
	margin-bottom: 5%;}
	
.listbox {
	width: 100%;}
	
.needmargintop {
	margin: 30px 0;}
	
.mitarbeiter {
	position: relative;
	box-sizing: border-box;
	width: 48%;}
	
.lehrpraxis {
	width: 320px;
	height: 90px;}
.lehrpraxis:hover {
	height: 105px;}	
.lehrpraxis img {
	height: 60px;}
	
}

@media only screen and (max-width: 770px) {
	
.box {
	width: 100%;}
	
.box:nth-of-type(1) {
	margin-bottom: 5%;}
	
.imgright {
	object-position: 80% 0;}
	
}

@media only screen and (max-width: 700px) {
	
#footerwrapper {
	text-align: center;}
	
#footer p {
	display: block;
	margin-bottom: 5px;
	width: 100%;}
	
}

@media only screen and (max-width: 500px) {
	
h1 {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 30px;}
	
h2 {
	font-size: 28px;
	line-height: 33px;}
	
h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 25px;}
	
h4 {
	font-size: 22px;
	margin-bottom: 20px;}
	
p, a, li {
	font-size: 19px;
	line-height: 28px;}
	
#menuwrapper {
	height: 110px;}
	
.logo {
	top: 35px;	
	width: 250px;}
	
#navi {
	width: 100%;
	text-align: center;}
	
.slidemenu {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);}
	
#content {
	margin: 40px auto;
	padding: 0 5%;}
	
.boxwrapper {
	margin-top: 40px;}
	
.box {
	background-size: 70px;
	padding: 35px 40px;}
	
.hinweis {
	background-image: none;
	padding: 20px;}
	
#stoererwrapper {
	top: -140px;}	
.lehrpraxis {
	width: 270px;
	height: 70px;
	padding: 10px 20px 20px 20px;}
.lehrpraxis:hover {
	height: 85px;}	
.lehrpraxis img {
	height: 50px;}
	
}	
