body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.h2, h2 {
    font-size: 50px;
    font-weight: 200;
    color: #666;
    padding-bottom: 60px;
    padding-top: 0px;
    line-height: 1.5;
}
.h3, h3 {
		font-weight: 300;
	line-height:1.8;
}

.p, p {
	font-size: 24px;
	font-weight: 100;
	color: #666;

}
.banner {
	coverflow: hidden;
}
.bannerbg {
background-image: "images/bogen.svg";
background: repeat;
overflow: hidden;
}
.banner-text {
	position: relative;
	bottom:20%;
	text-align: center;		
	z-index:1000;
}
.banner-text h1{
    color: #a00032;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.1em;
}
.banner img{
	width: 100% !important;
    object-fit: contain;
    object-position: center center;
	margin:0;
	padding:0;
}
.logo img{
	position: absolute;
	left: 30px;
	top: 15px;
	width:350px;
}
.tel {
    position: fixed;
    right: 0px;
    top: 50%;
    background-color: #a00032;
    padding: 10px;
    color: #fff;
    border-radius: 6px 0 0 6px;
    z-index: 10000;
}

.block1 {
    background-color: #a00032;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.creativ {
	margin-top: 50px;
}
.block2 {
	background-color: #F1F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block3 {
    background-color: #a00032;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;

}

.block4 {
	background-color: #F1F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blockinner {
	text-align: center;
	margin: 50px;
}
.blockinner p{
	margin-bottom:15px;
	margin-top:15px;
}
.blockinner h2 {
	font-size: 40px;
	margin:0;
	padding:0;
}
.maincontent {
	padding-bottom: 0;
	margin-bottom:0;
}
.kontakt {
    background-color: #a00032;
}
.starter-template .kontakt{
	padding: 0;
	margin:0;
}
.kontakt h2 {
	text-align: center;
	color: #fff;
	padding-top: 30px;
	padding-bottom:30px;
}
.kontakt p {
	text-align: center;
	color: #fff;
	padding-top: 30px;
	padding-bottom:30px;
}
.impressum h1{
	font-weight: 300;
	font-size: 40px;
	padding-top:50px;
}
.impressum h2{
	font-size: 28px;
	font-weight: 300;
		padding-top:50px;
		padding-bottom:20px;
}
.impressum h3{
	font-size: 20px;
	font-weight: 300;
}
.impressum h4{
	font-size: 16px;
	font-weight: 300;
}

.impressum p{
	font-size: 16px;
	font-weight: 100;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.block3 {
	height:400px;
	}
}
@media (max-width: 767px) {
	.banner-text h1{
		font-size: 30px;
	}
	.block2 {
		margin-top: 0px;
	}


}
@media (max-width: 575px) {
	.banner-text h1{
		font-size: 24px;
		font-weight: 300;
	}
}
