@charset "utf-8";
/* CSS Document */
/* Zerroing-Code für alle Browser */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}

body {
	margin-left: auto;
	margin-right: auto;
	background: #b0b0b0;
}

#hintergrund {
    background: white;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 370px;	
}
.partner {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 280px;
}
.style-nav ul {
	list-style-type: none;
	}
.style-nav ul li a {
	text-decoration: none;
	color: hsla(0,0%,99%,1.00);
	text-align: center;
	display: block;
	text-transform: none;
	padding: 6px;
	padding-right: 20px;
	background-color: hsla(0,1%,21%,1.00);
}
.style-green {
	text-decoration: none;
	color: rgba(252,248,248,1.00);
	text-align: center;
	display: block;
	padding: 8px;
	background-color: rgba(12,26,106,1.00);
	left: 90px;
	font-weight: bold;
} 
.hero {
	background-size: cover;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.box2-1{
    background-color: hsla(0,0%,100%,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.box2-1 p {
    text-align: justify;
    hyphens: auto;
}

.box2-2{
    background-color: hsla(0,0%,100%,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.box2-2 p {
    text-align: justify;
    hyphens: auto;
}

.footer-text {
		font-size: 14px;
		text-align: center;

}

.impressum-text {
		font-size: 14px;
		text-align: center;
		background: hsla(0,0%,99%,1.00);
		text-decoration: none;
		color: #111;
        padding: 50px;
        margin: 20px;
}
.col{
    width: 100%;
 }
.col1{
	width: 100%;
	background: #C0C0C0}

h1 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 40px;
	}
h2 {
	font-size: 23px;
	font-weight: 200;
	margin-bottom: 30px;	
	}
h3 {
    font-size: 18px;
    font-weight: 200;
    color:darkcyan;
    margin-bottom: 10px;
	}
h4 {
    font-size: 16px;
    font-weight: 200;
    color: hsla(87,51%,52%,1.00);
    margin-bottom: 30px;
	}


/*Tablet View*/
@media (min-width: 768px){
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
	text-align: center;
	background-color: hsla(0,1%,21%,1.00);
	}
	.col-md-one-half {
		width: 50%;		
	}	
	.col {
    float: left;
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
	}
	
h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	}
h2 {
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 35px;
	}
h3 {
    font-size: 19px;
    font-weight: 200;
    color:darkcyan;
    margin-bottom: 10px;
	}
h4 {
	font-size: 16px;
	font-weight: 200;
	color: white;
	margin-bottom: 35px;
	}
	
}


/*Desktop View*/
@media (min-width: 1024px){
	
	body {
		max-width: 1280px;
	}
	
	.style-logo{
		float: left;
		padding-left: 50px;
		margin: inherit}
	
	.partner{
		margin: right;
		position: relative;
		top: 20px;
		left: 70px;
		
	}
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: left;
		background-color: hsla(0,1%,21%,1.00);
	}
	
	.style-green{
	text-align: center;
	padding-left: 105px;

	}
	
	nav {
		clear: left;
		padding-left: 100px;
		background-color: hsla(0,1%,21%,1.00);
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
    
    h1 {
	font-size: 39px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	}
    h2 {
    font-size: 29px;
    font-weight: 200;
    margin-bottom: 35px;
	}
	
}	
