@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/open-sans-300.woff2') format('woff2'),
    url('fonts/open-sans-300.woff') format('woff');
}
@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:400;
    src: local('Open Sans'), local('OpenSans'),
    url('fonts/open-sans-regular.woff2') format('woff2'),
    url('fonts/open-sans-regular.woff') format('woff');
}
a,body,div,footer,h1,h2,h3,header,html,img,span{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
}
article,aside,footer,header,nav,section{
	display:block;
}
html,body{
	height:100%;
	min-height:100%;
}
body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: none;
	background-color: #ffffff;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
h1, h2{ 
	margin: 16px 0;
	color: #333333;
	text-align: center;
}
h1{
	font-size: 24px;
}
h2{
	color: #333333;
	font-size: 14px;
	line-height: 1.4em;
}
.ss-content{
	position: fixed;
	/* Fix für optische Täuschung */
	top: calc(50% - 60px);
	transform: translateY(-50%);
	transform: translateX(-50%);
	width: 80%;
}
@media only screen and (max-width: 980px) {
	.ss-content{
		top: calc(50% - 100px);
	}
}

