header {
	background-color: black;
}
header img {
	max-width: 100%;
}

section {
	background-image: url("images/page_t.jpg");
	background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
section .row {
	margin: 0;
	padding: 50px 0px;
}
section .col-md-4 {
	background-color: rgba(255, 255, 255, 0.5);
	height: 180px;
    background-position: center 50px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
section .col-md-4:nth-of-type(even) {
    background-color: rgba( 203, 134, 25, .8 );
}    
section h5 {
	position: relative;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 5px;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    display: block;
    margin-top: 50px;
}
section p {
	color: #fff;
	text-align: center;
}

section#datenschutz .container{
	background-color: rgba(0, 0, 0, 0.6);
}
section#datenschutz p, section#datenschutz li, section#datenschutz a {
	text-align: left;
	color: white;
}

footer {
	background-color: rgba(51, 51, 51, 0.8);
	overflow: hidden;
}
footer h2 {
	color: #F3971B;
    padding: 20px 0px;
}
footer p {
	color: white;
    font-size: 1.3em;
}
footer img {
	width: 70px;
	height: auto;
	padding: 20px 10px 10px 10px;
}
footer h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px;
}
footer .footerleft p {
	padding-left: 20px;
}
footer .footerleft .nopadding {
	padding: 0px;
}
footer a{
	color: #F3971B !important;
	text-decoration: none;
}
footer .footerright {
	padding-top: 80px;
}


@media screen and (max-width: 991px) {
	section .row {
		padding: 0;
	}
	footer .footerright {
		text-align: center
	}
	footer .footerleft {
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
	footer .karte {
		padding: 0;	
	}
	footer iframe {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	footer .footerright {
		padding-top: 0;
	}
}

@media screen and (max-width: 370px) {
	section h5 {
		font-size: 1.8em;
	}
	footer .footerleft img {
		width: 50px;
	}
	
}

