html {
	overflow-x: hidden;
	
}
body {
	width: 100vw;
	background-color: #ffffff;
	/*background-color: #5A5350;*/
}
#wrapper {
	position: relative;
	top:0;
	left:0;
	width: 100vw;
	min-height: calc(100vh - 3em);
}
header {
	position: absolute;
	width: 100vw;
	height: 3.5em;
	top: 0;
	left: 0;
	
	z-index: 901;
}
article {
	position: relative;
	top: 3.5em;
	width: calc(100vw - 30em);
	padding: 3em 5em 1em 25em;
}
article a.none:before {
	font-family: FontAwesome;
	content: none;
	
}
article a.ext:before {
	font-family: FontAwesome;
	content: "\f08e  ";
	paddimg-right: 0.5em;
}
article a.mail:before {
	font-family: FontAwesome;
	content: "\f003  ";
	paddimg-right: 0.5em;
}
article p {
	font-family: 'poppins';
	color: #000000;
	font-size: 1em;
}
article a {
	font-family: 'poppins';
	font-size: inherit;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
article a:hover{
	color: #ed4800;
}
footer {
	clear: both;
	position: relative;
	left: 0;
	bottom: 0px !important;
	width: calc(100vw - 1em);
	height: 2em;
	
	padding: 0.5em;
}

.orn {
	position: relative;
	left: 50%;
	margin-left: calc(-160px - 10em);
}
.end {
	transform: rotate(180deg);
}
#start {
	background: url(../images/bgtransparent.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
#mich {
	background: url(../images/bgmich.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
#termine {
	background: url(../images/bgtermine.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
#coaching {
	background: url(../images/bgcoaching.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
#bilder {
	background: url(../images/bgbilder.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
#alben {
	background: url(../images/bgalben.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
#kontakt {
	background: url(../images/bgkontakt.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
#impressum {
	background: url(../images/bgimpressum.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;
	background-color: #ffffff;
}
h1 {
	font-family: 'lobster';
	text-align: center;
	font-size: 2em;
	color: #000000;
	margin-left:-10em;
}
h2 {
	font-family: 'lobster';
	font-size: 1.5em;
	color: #000000;
}
p {
	font-family: 'poppins';
	color: #000000;
	font-size: 1em;
}
.desc {
	line-height: 1em;
	padding: 0;
	margin: -1em 0 -1em 0;
}

#flex {
	position:relative;
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	margin: 0 0 4em 0;
}
#flex .cover {
	width: 300px;
	height: 300px;
}
#flex .cover figure img {
	box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.59);
}
#flex .cover figcaption {
	font-family: 'lobster';
	font-size: 2em;
	color: #5A5350;
	margin-top: calc(-300px - 1.5em);
	margin-left: 280px;
}
#flex .beschreibung {
	margin: 0 0 0 4em;
	width: 50vw;
}
.scrollup {
	font-family: 'poppins';
	width:auto;
    width: 5em;
    height: 5em;
    padding: 0.5em;
    position: fixed;
    bottom: 5em;
    right:3em;
    text-align:center;
    text-decoration: none;
    color:#000000;
    border: 0px solid #000000;
    display:   none;
    z-index:2;
    border-radius: 50%;
}
.scrollup i{
	font-family:'FontAwesome';
}
.scrollup:hover {
    color: #ed4800;
}

@media only screen and (max-width: 1400px) {
	header {
	background-color: rgba(255, 255, 255, 0.8);
}
footer {
	background-color: rgba(255, 255, 255, 0.8);
}
}

@media only screen and (max-width: 1200px) {
	article {
	width: calc(100vw - 10em);
	padding: 3em 5em 1em 5em;
}
#wrapper {
	background-color: rgba(255, 255, 255, 0.8);
}
header {
	background-color:transparent;
}
.orn {
	position: relative;
	left: 50%;
	margin-left: -160px;
}
h1 {
	margin-left:auto;
}
}
@media only screen and (max-width: 600px) {
	article {
	width: calc(100vw - 1em);
	padding: 1em 0.5em 1em 0.5em;
	margin:0;
}
#wrapper {
	
	height: 100%;
}
