* {
	padding: 0;
	margin: 0;
}
a {
	transition: all 0.5s ease 0s;
    color: #0563c1;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.clear {
	clear: both;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	/*font-family: 'Cabin', sans-serif;*/
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
}
img a {
	border: none;
}
.start {
	position: relative;
	width: 100%;
	height: 100vh;
}
.inhalt_start {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.inhalt_start img {
	max-width: 300px;
	height: auto;
}

.text {
	padding-top: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #4c565c;
}