/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 17px;
	letter-spacing: 0.06em;
	margin: 0;
}
@media only screen and (max-width: 1200px) {
	html, body {
		font-size: 16px;
	}
}
@media only screen and (max-width: 700px) {
	html, body {
		font-size: 14px;
	}
}

h1, h2, h3, h4 {
	font-weight: 400;
	font-size: 1.8rem;
	margin: 2.5em 0 .7em 0;
	line-height: 1.3em;
}

@media only screen and (max-width: 700px) {
	h1 {
		font-size: 1.3rem;
	}
}

section.footer h1, section.footer h2, section.footer h3, section.footer h4 {
	color: #fff;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	outline: none;
}
a:focus {
	outline: none;
}
a:link {
	text-decoration: none;
}

section.page-content,
section.privacy-policy {
	padding: 4em 1.5em 8em 1.5em;
	background-color: #572424;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1.4em;
}

.privacy-policy {
	font-size: .8em;
	text-align: left;
}
.privacy-policy a {
	color: #fff;
}
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5 {
	font-size: 1.4em;
	margin-top: 1.3em;
	margin-bottom: 1em;
}

#wrap {
    position : absolute;
    display: table;
    width: 100%;
    height: 100%;
	z-index: 2;
	padding: 0;
}
#inner-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
    text-align: center;
	flex-wrap: wrap;
	background-color: #fff;
}

#logo {
	max-width: 1240px;
	width: 100%;
	position: relative;
	margin: 6em auto 7em auto;
	padding: 0 1.5em;
	box-sizing: border-box;
}
#logo img {
	width: 100%;
	height: auto;
	display: block;
}
#content {
	width: 100%;
	text-align: center;
	display: inline-block;
}

section.footer {
	background-color: #6D6EFF;
	color: #fff;
	overflow: hidden;
	padding: 4em 1em 8em 1em;
}

section.footer a {
	color: #fff;
	border-color: #fff;
}

#impressum {
	position: fixed;
	bottom: 0px;
	text-align: center;
	font-size: 0.5em;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 1.5em;
	opacity: 0.6;
}
#impressum:hover {
	opacity: 1;
}
#impressum a {
	border: none;
}
@media only screen and (max-width: 1200px) {
	#impressum {
		font-size: 0.7em;
	}
}
@media only screen and (max-width: 700px) {
	#impressum {
		font-size: 0.7em;
	}
}

.fs-image {
	height: calc(80vh);
}
.fs-image img {
	display: block;
	margin: 0;
	object-fit: cover;
	object-position: top center;
	width: 100%;
	height: 100%;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
	position: absolute;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	height: 1px;
	width: 1px;
}
