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

.Contact {
	background: url(../../modules/kontakt/img/BgrFooter.png) repeat-x center bottom #e3ead2;
}

.Contact .ContactBox {
	position: relative;
	display: inline-block;
	width: 300px;
	font-size: 1.3em;
	font-weight: 600;
	margin: auto 30px;
}



.Contact .ContactBox img {
	margin-bottom: 0px;
	width: 30px;
}

.Contact .ContactBox hr {
	width: 80px;
	height: 2px;
	background: #790707;
	margin: 20px auto 20px 0;
}


.Contact .ContactBox.Last .TwoColumns {
	column-count:2;
}


.Contact .ContactBox h3 {
	font-size: 1.1em;
	font-weight: 600;
	color: #780a0e;
	margin-bottom: 15px;
}

.Contact .ContactBox h3 {
	font-size: 1.1em;
	font-weight: 600;
	color: #780a0e;
}







.Social {
	margin-top: 50px;
}	



.Social a {
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: .8;
	margin: auto 10px;
	background: no-repeat center center;
	background-size: contain;
}	

.Social a:hover {
	opacity: 1;
}

@media (max-width: 992px) 
{
	
.Newsletter {
	transform: translateY(0);
	padding: 55px 80px 30px 80px;
	}
	
.Contact {
	padding-top: 50px;
}

.Contact .ContactBox {
	margin: 20px 0;
}

.Newsletter {
	padding: 55px 20px 30px 20px;
	text-align: center;
	border-radius: 0;
	}
	
.Newsletter span {
	display: block;
	}
	
.Newsletter a.button {
	float: none;
	margin-top: 30px;
	}


}