ul, li {
	margin: 0;
	margin-left:15px;
	padding: 0;
	list-style:square;
}
h1, h2 {
	font-weight: 500;
}
h1 {
	font-size: 23pt;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 5px;
	color: #80665c;
	font-family:'Open Sans';
}
h2 {
	font-size: 15pt;
}
html, body {
	width: 100%;
}
img {
	border: none;
}
a img {
	border: none;
}
input, textarea {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 10pt;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13pt;
	color: #555;
}
#container {
	margin: 0 auto;
	margin-top: 200px;
	max-width: 1200px;
	position: relative;
}
dl, dd {padding:0; margin:0;}
#nav {
	right: 20px;
	top: 10px;
	font-size: 15px;
	position: absolute;
	display: block;
	text-align: right;
}
#nav img {
	width: 40px;
	display: none;
}
#nav a {
	text-decoration: none;
	text-transform: capitalize;
}
.nav {
	display: block;
}
.nav a:visited {
	color: #333;
}
.nav li {
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	display: inline-block;
	padding: 0 4px;
	height: 50px;
	font-weight: 300;
	text-align: center;
	background: url(../images/empty.png) center bottom no-repeat;
}
.nav li:hover, .nav li.active:hover {
	background: url(../images/hover.png) center bottom no-repeat;
}
/* .nav li.active {background: url(../images/empty.png) no-repeat center bottom;} */
/*ANIMATE HEADER*/
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 200px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 100;
	background: #f2efed;
	transition: all 0.8s ease;
}
header.sticky {
	height: 100px;
	opacity: 1;
	background: #f2efed;
	transition: all 0.4s ease;
}
header.sticky .small {
	display: none;
}
header.sticky #header {
	padding: 10px 0px;
	transition: all 0.4s ease;
}
header.sticky .header-logo img {
	width: 60px;
	transition: all 0.4s ease;
}
header.sticky #header .header-logo {
	margin: 0 auto;
	transition: all 0.4s ease;
	text-align: center;
}
/*NORMAL*/
#header {
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 20px 0;
	overflow: auto;
}
#header .big {
	font-size: 20pt;
}
.header-logo {
	margin: 0 auto;
	width: 100px;
	padding: 0;
	text-align: center;
}
.header-logo img {
	width: 100px;
}
.header-text {
	float: left;
	padding-left: 20px;
}
#intro {
	position: relative;
}
#intro img {
	width: 100%;
}
#intro-text {
	color: white;
	position: absolute;
	top: 100px;
	padding: 40px;
	padding-right: 37%;
	font-size: 20pt
}
#intro-text .big {
	font-size: 40pt;
}
.sep-img {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 100px;
	overflow-x: auto;
	overflow-y: auto;
	border:none;
}
div.sep-img2 {background-color: #a7d4ee;}
.sep-img img {
	float: left;
	max-width: 100%;
}

#willkommen {
	margin-top: 100px;
}
#willkommen h1 {
}
#willkommen p {
	padding: 0 10px;
	margin: 0 0 20px 0;
	font-size: 13pt;
}
#angebot {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#angebot div {
	width: 45%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#angebot p {
	margin:0; padding:0;}
#ueber {
 padding:10px;
}
#ueber h1 {
	padding: 0 10px;
}

.ueber-wrap {
	max-width: 100%;
}
#ueber .ueber-pic {
	width: 45%;
	padding: 10px;
}
#ueber .ueber-pic img {
	width: 100%;
}
.ueber-text p {
	width: 69%;
	margin: 3px 0;
	padding: 0 30px 0 0;
}
.persoenliches { line-height:130%; margin-bottom:60px;}
.medizin {margin-bottom:60px;}
p.jahr {
	width: 20%;
	padding: 0 0 0 10px;
}
.ueber-text {
	padding: 0px;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#kontakt {
	color: #555;
	margin-bottom: 100px;
}
#kontakt h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.kontakt-wrap {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

#kontakt img {
	width: 100%;
}
.kontakt-wrap div {
	padding: 10px;
	margin-bottom: 50px;
}
.kontakt-karte {
	width: 45%;
}
#kontakt-karte {
	height: 300px;
	width: 100%;
	position: relative;
}
#kontakt-karte div div {
	background: none;
}
.kontakt-text {
	width: 45%;
}
.kontakt-text p {margin-bottom:35px;}
.kontakt-text h2 {
	margin-top: 0;
}
.kontakt-form {
	width: 25%;
	padding: 0px;
}
.kontakt-form input, .kontakt-form textarea {
	border: 1px solid #a7d4ee;
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
	color: #555;
	padding-left: 10px;
}
.kontakt-form .submit {
	background: #a7d4ee;
	color: white;
	width:103.2%;
	padding:10px;
	border-radius: 0px;
}

.kontakt-form textarea {
	height: 200px;
}
.portrait-text {
	width: 70%;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #fff;
	}
.portrait-text p {
	padding-top: 26px;
	padding-right: 26px;
	padding-bottom: 26px;
	padding-left: 26px;
	font-size: 17pt;
}

@media screen and (max-width : 1300px) {
#nav {
	right: 20px;
}
}

@media screen and (max-width : 1150px) {
.header-logo img {
	width: 60px;
}
#header .big {
	font-size: 14pt;
}
.header-text {
	font-size: 10pt;
	padding-right: 30px;
}
header {
	height: 100px;
}
#container {
	margin-top: 100px;
}
#header {
	padding: 10px 0px;
}
}

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

@media screen and (max-width : 970px) {
.nav {
	display: block;
}
#intro-text {
	top: 10%;
}
header.sticky #header {
	margin-top: 0px;
}
}

@media screen and (max-width : 850px) {
#header .big {
	font-size: 12pt;
}
.header-text .small {
	display: none;
}
.header-text {
	max-width: 33%;
}
#nav img {
	display: block;
	cursor: pointer;
}
#nav {
	right: 30px;
	top: 20px;
}
header.sticky #nav {
	top: 20px;
}
.nav {
	display: none;
	position: absolute;
	right: 0;
	background: #3c3c3c;
	-webkit-border-radius: 13px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 13px;
	-moz-border-radius-topright: 0;
	border-radius: 13px;
	border-top-right-radius: 0;
	overflow: hidden;
}
.nav li {
	color: white;
	display: list-item;
	background: #3c3c3c;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #868484;
	width: 200px;
	padding-top: 10px;
}
.nav li:hover, .nav li.active:hover {
	background: #323131;
}
#intro-text .small {
	font-size: 14pt;
}
#intro-text .big {
	font-size: 25pt;
}

#angebot div {padding:10px; margin:0;}
h1 {
	font-size: 18pt;
	padding:30px 10px 10px 10px;
	margin:0;
}
h2 {
	font-size:14pt;
	padding:3px 0px;
	margin:5px 0 3px 0;;
	}

#ueber div {
	max-width: none;
	width: 100%;
}
#ueber .ueber-pic {
	width: 100%;
	max-width: none;
	padding: 0;
	text-align: center;
}
#ueber .ueber-pic img {
	width: 50%;
}
.kontakt-wrap {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#kontakt h1 {
	display:none;
	text-align: center;
	margin-bottom: 30px;
}
#kontakt h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.kontakt-wrap div {
	text-align: center;
	width: 70%;
	padding: 0;
}
.kontakt-text {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.kontakt-karte {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.kontakt-form {
	-webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}
.ueber-text {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
p.jahr {padding: 0;}
.portrait-text p {font-size:14pt;}
#angebot {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;}
}

@media screen and (max-width : 680px) {
#header .big {
	font-size: 10pt;
}
#intro-text .big {
	font-size: 20pt;
}
#intro-text {
	top: 0;
	padding-top: 10px;
}
#intro-text .small {
	font-size: 12pt;
}
#angebot {
	flex-direction: column;
	-webkit-flex-direction: column
}
#angebot div {
	width: 93%;
}
.ueber-text p {
	margin-top: 0;
}
.sep-img2 img {float:none; width:100%;}
.portrait-text {width:100%;}
p.jahr {text-align: left; width:100%; margin-top:10px;}
}

@media screen and (max-width : 500px) {
#intro-text {
	top: 0;
	padding-top: 10%;
	padding-right: 30%;
}
.kontakt-form .submit {width:104%;}
#intro-text .small {
	display: none;
}

}

@media screen and (max-width : 420px) {
	.header-text {
		display: none;
	}
	.ueber-text p {
		font-weight: 300;
	}
	.jahr {
		font-weight: 300;
	}
}

@media screen and (max-width : 390px) {
	#intro-text .small {
		display: none;
	}
	header.sticky {
		height: 80px;
	}
	#ueber .ueber-pic img {
		width: 90%;
	}
	.ueber-text p {
		margin-right: 0px;
		padding: 0;
	}

	.kontakt-form .submit {width:106%;}
}

@media screen and (max-width : 330px) {
#nav {
	top: 20px;
}

}
.portrait-bild {
	max-width: 30%;
	width: 30%;
}
