/*CSS RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}
/*END OF RESET*/


body,html {
	font-family: "Playfair Display", serif;
	font-size: 14px;
	line-height: 18px;
	color: black;
	font-weight: 400;
	
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.white {
	color: white;
	
}
p {
	font-family: "Montserrat", sans-serif;
	
}
h1, h2, h3, h4 {
	
}
h1 {
	font-size: 2rem;
	
}
.intro_kontakt {
	display: flex;
	flex-wrap: wrap;
	max-width: 80rem;
	padding-top: 2rem;
	justify-content: center;
	
}
.intro_kontakt a {
	color: white !important;
	
}
.intro_kontakt > * {
	flex-basis: 100%;
	
}
.section {
	padding-top: 4rem;
	padding-bottom: 4rem;
	
}
.aestethik_content {
	display: flex;
	flex-wrap: wrap;
	max-width: 69rem;
	margin: 0 auto;
}
.aestethik_content > * {
	flex-basis: 100%;
	
}
.gyn_content {
	max-width: 70rem;
	margin: 0px auto;
}
.footer {
	background-color: #232323;
	text-align: left;
	color: white;
	
}
.footer_link_content {
	display: none;
	text-align: left;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.footer_link {
	color: white !important;
	display: block;
	text-align: left;
	padding-top: 1rem;
	padding-bottom: 1rem;
	
}
strong {
	font-weight: 700;
}

p
{
	margin:0 0 20px 0;
}

h1
{
	font-size: 1.7rem;
	margin: 0 0 2rem 0;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 120%;
	font-style: italic;
	text-align: center;
}

h2
{
	font-size: 17px;
	margin:0 0 20px 0;
	font-family: 'Montserrat', san-serif;
	font-weight: normal;
	line-height: 19px;
	text-transform: uppercase;
}

a:link, a:visited
{
	color:black;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
}

a:hover, a:active
{
	color:#fdd66e;
	text-decoration: underline;
}

.white
{
	color:white;
}

.beige
{
	color:#fdd66e;
}

.centerContainer
{
	width: 90%;
	margin: 0 auto;
	/* height: auto; */
	/* overflow: hidden; */
	text-align: center;
	max-width: 70rem;
}


article#intro {
	/* width:960px; */
	/* height: 500px; */
	/* position: fixed; */
	/* top:150px; */
	/* left:50%; */
	/* margin-left:-480px; */
	text-align: center;
	display: flex;
	/* height: 100vh; */
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-image: url('../images/supersize_start.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 8rem;
	padding-bottom: 4rem;
	background-attachment: fixed;
	
}
.datenschutz ul {
	list-style-type: disc;
	padding-left: 1.5rem;
}
h4 {
	font-size: 1.4rem;
	margin-bottom: 1.3rem;
}
#intro p
{	
	text-transform: uppercase;
	font-family: 'Montserrat', san-serif;
}

#intro p#kontaktdatenLeft
{
	/* width:200px; */
	/* height: auto; */
	/* float: left; */
	/* margin:150px 20px 0 20px; */
	text-align: left;
	border-left: 1px solid white;
	padding-left:10px;
}

#intro p#kontaktdatenCenter
{
	/* width:180px; */
	/* height: auto; */
	/* float: left; */
	/* margin:150px 20px 0 0px; */
	text-align: left;
	border-left: 1px solid white;
	padding-left:10px;
}

#intro p#kontaktdatenRight
{
	/* width:220px; */
	/* height: auto; */
	/* float: left; */
	text-align: left;
	border-left: 1px solid white;
	padding-left:10px;
	/* margin:150px 20px 0 0; */
}
#intro p#kontaktdatenRight2
{
	/* width:220px; */
	/* height: auto; */
	float: left;
	text-align: left;
	border-left: 1px solid white;
	padding-left:10px;
	/* margin:150px 0 0 0; */
}

#containerDownUnder
{
	/* width:100%; */
	/* height: 2000px; */
	background-color: white;
	/* top:100%; */
	/* z-index: 10; */
	/* left:0; */
	/* position: absolute; */
}

/*ALLGEMEIN*/
article#aestethik
{
	/* width:960px; */
	/* margin:60px auto 32px auto; */
	/* height: auto; */
	text-align: center;
	overflow: hidden;
	background-color: white;
}

#aestethik h1
{
	background-image: url(../images/waves.png);
	background-repeat: no-repeat;
	padding-top:20px;
	background-position: top center;
}

#aestethik h2.wave
{
	background-image: url(../images/waves.png);
	background-repeat: no-repeat;
	padding-bottom: 32px;
	background-position: bottom;
}

.col1, .col2{
	/* float:left; */
	/* width:450px; */
	/* margin:0 20px 0 0; */
}

.col2
{
	margin:0 0 0 0;
}

.col1 h2, .col2 h2{
	height:30px;
	margin:20px 0;
}

/*ÄSTETHIK*/
article#gyn
{
	background-color: #fdd66e;
	width:100%;
	height: auto;
	/* padding:32px 0; */
}
/*PRAXIS*/
article#praxis
{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	/* padding:32px 0; */
}

article#praxis div#praxisinfos
{
	max-width: 40rem;
	height: auto;
	/* float: left; */
	text-align: center;
	margin: 0 auto;
	margin-bottom: 3rem;
}

#praxis h1
{
	/* text-align: left; */
}

/*KONTAKT*/
article#kontakt
{
	background-color: #232323;
	/* width:100%; */
	/* height: auto; */
	/* padding:32px 0; */
}

#kontakt div#kontaktinfos
{
	/* width: 300px; */
	height: auto;
	/* margin:0 20px 0 0; */
	/* float:left; */
	text-align: center;
	margin-bottom: 4rem;
}

#kontaktinfos p
{
	font-family: "Montserrat", sans-serif;
}

#kontakt #gmap
{
	/* width:620px; */
	height: 36rem;
}

#kontaktinfos a:link, #kontaktinfos a:visited, 
#kontaktinfos a:hover, #kontaktinfos a:active {
	color:white;
	
}
@media screen and (min-width: 992px){
	.section {
		padding-top: 7rem;
		padding-bottom: 7rem;
		
	}
	article#intro {
		height: 100vh;
		padding-top: 3rem;
		padding-bottom: 0rem;
	}
	nav {
		position: fixed;
		height: 100px;
		
	}
	nav ul li {
		display: block;
		
	}
	nav ul li.last {
		position: static;
		left: auto;
		top: auto;
		margin: 0 0 0 210px;
		
	}
	nav ul li.last img {
		width: auto;
	}
	h1 {
		margin-bottom: 4rem;
		font-size: 4rem;
		
	}
	.intro_kontakt {
		padding-top: 4rem;
	}
	.intro_kontakt > * {
		flex-basis: 25%;
		
	}
	.aestethik_content > * {
		flex-basis: 50%;
		padding: 2rem;
	}
	
}
