@charset "utf-8";
/* CSS Document */

html,
html * {
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3d4f55;
}

header {
	width: 100%;
	padding:12px;
}

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

footer {
	padding-top: 20px;
	padding-bottom: 10px;
}

.inhalte-zentrieren {
	display: flex;
	align-items: center;
	justify-content: center;
}

body {
	margin-left: auto;
	margin-right: auto;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #e39800;
	text-align: center;
	display: block;
	text-transform: none;
	padding: 8px;
}
.style-nav ul li a:focus {
	outline: none;
	color: #009FE3;
	transition: all 0.3s ease;
	transform:scale(1.05);
}
.style-nav ul li a:hover {
	outline: none;
	color: #009FE3;
	transition: all 0.3s ease;
}

.style-nav ul li a:active {
	outline: none;
	color: #009FE3;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}

.hero {
	background-size: cover;
	background-color: #f0eee9;

	padding: 20px 20px 50px 20px;
	text-align: center;
}

.hero-left {
	text-align: left;
}

h1 {
	font-size: 57px;
	font-weight: 200;
	margin-bottom: 40px;
}

h2 {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 40px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

a.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
}

a.button:focus {
	outline: none;
	color: #009fe3;
	transition: all 0.6s ease;
	transform:scale(1.05);
}
a.button:hover {
	outline: none;
	color: #009fe3;
	transition: all 0.6s ease;
}

a.button:active {
	outline: none;
	color: #009fe3;
}

.info-box-eins {
	background-color: #ccd3d0;
	color: white;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-zwei {
	background-color: #c5b283;
	color: white;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-drei {
	background-color: #d3d1cc;
	color: white;
	padding: 30px 20px 60px;
	text-align: center;
}


.fuss-text{
	font-size: 13px;
	margin-bottom: 20px;
	display: inline-block;
	padding-left: 7%;
}

.fuss-text a {
	text-decoration: none;
}

.fuss-text a:focus {
	outline: none;
	color: #009FE3;
	transition: all 0.6s ease;
	transform:scale(1.05);
}

.fuss-text a:hover {
	outline: none;
	color: #009FE3;
	transition: all 0.6s ease;
}

.fuss-text a:active {
	outline: none;
	color: #009FE3;
}

.col{
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}






/*Tablet View*/

@media (min-width: 768px){
	
	header {
		padding-bottom: 2px;
	}
	
	body{
		max-width: 845px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
	text-align: center;
	font-size: 110%;
	}
	
	h1{
	font-size: 40px;
	margin-bottom: 50px;
	}
	
	h2{
	margin-bottom: 16px;
	}
	
	.col-md-one-half{
	width: 33%
	}
	
	.col{
		float: left;
		padding: 0px 7px 14px;
	}
	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body{
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style.nav {
		float: right;
	}
	
	.style-nav ul {
	text-align: right;
	}	
	
}
