
.kontakt_hero
{
	margin:0‚ 0 0 0;
	padding:10vw 0 10vw 0; 
}

.kontakt_hero .background
{
	position:absolute; 
	top:0;
	width:100vw;
	height:100%;
	background:url('../img/kontakt.jpg') center center no-repeat;
	background-size:cover;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	overflow:hidden;
}

.kontakt_hero .overlay
{
	position:absolute; 
	top:0;
	width:100vw;
	height:100%;
	background:#333;
	opacity:0.25;
}

.kontakt_hero .logo
{
	width:60px;
	height:60px;
	line-height:60px;
	font-size:30px; 
	font-weight:700;
	color:#fff; 
	margin:0 0 40px 0;
	text-align:center;
	font-family:'Roboto Condensed', sans-serif;
	border:3px solid #fff;
}

.kontakt_hero .title
{
	line-height:60px;
	font-size:50px;
	font-weight:700;
	color:#fff; 
	text-align:left;
	text-transform:uppercase;
	font-family:'Roboto Condensed', sans-serif;
}

.kontakt_hero .line
{
	width:160px;
	height:3px;
	background:#fff;
	margin:40px 0 0 0;
}












 

.kontakt_map
{
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	box-shadow:0 10px 60px -20px #333;
	-webkit-box-shadow:0 10px 60px -20px #333;
	border:6px solid #fff;
	margin:80px 0 30px 0;
}

.kontakt_map:before
{
	content:"";
	padding-top:60%;
	display:block;
}

.kontakt_map .button
{
	position:absolute;
	left:50%;
	bottom:40px;
	width:200px;
	height:50px;
	border:4px solid #fff;
	line-height:44px;
	font-size:13px;
	font-weight:700;
	color:#fff; 
	background:#C5C1B8;
	font-family:'Roboto Condensed', sans-serif;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	box-shadow:0 10px 30px -10px #333;
	-webkit-box-shadow:0 10px 30px -10px #333;
	margin:0 0 0 -100px;
}
 




.kontakt_rundgang
{
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	box-shadow:0 10px 60px -20px #333;
	-webkit-box-shadow:0 10px 60px -20px #333;
	border:6px solid #fff;
	margin:30px 0 30px 0;
}

.kontakt_rundgang:before
{
	content:"";
	padding-top:30%;
	display:block;
}

.kontakt_rundgang .button
{
	position:absolute;
	left:50%;
	bottom:40px;
	width:200px;
	height:50px;
	border:4px solid #fff;
	line-height:44px;
	font-size:13px;
	font-weight:700;
	color:#fff; 
	background:#C5C1B8;
	font-family:'Roboto Condensed', sans-serif;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	box-shadow:0 10px 30px -10px #333;
	-webkit-box-shadow:0 10px 30px -10px #333;
	margin:0 0 0 -100px;
}




.kontakt_holder
{
	width:calc(100% + 60px);
	margin:0 0 50px 0;
}

.kontakt_box
{
	width:calc(50% - 60px);
	background:#C5C1B8;
	padding:140px 40px 40px 40px;
	box-shadow:0 10px 60px -20px #333;
	-webkit-box-shadow:0 10px 60px -20px #333;
	margin:30px;
}
 
@media screen and (max-width:500px) 
{
	.kontakt_box
	{
		width:calc(100% - 60px);
	}
}

.kontakt_box .logo
{
	position:absolute;
	left:50%;
	top:40px;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:30px;
	font-weight:700;
	color:#fff; 
	margin:0 0 0 -30px;
	text-align:center;
	font-family:'Roboto Condensed', sans-serif;
	border:3px solid #fff;
}

.kontakt_box .title
{
	line-height:30px;
	font-size:20px;
	font-family:'Roboto Condensed', sans-serif;
	color:#fff;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	margin:0 0 20px 0;
	text-align:center;
}

.kontakt_box .text
{
	line-height:30px;
	font-size:12px;
	font-family:'Roboto Condensed', sans-serif;
	color:#fff;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	opacity:0.75;
	text-align:center;
}

.kontakt_box .button
{
	height:40px;
	border:3px solid #fff;
	line-height:36px;
	font-size:13px;
	font-weight:700;
	color:#fff; 
	font-family:'Roboto Condensed', sans-serif;
	text-align:center;
	text-transform:uppercase;
	margin:30px 0 0 0;
	cursor:pointer;
	transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
}

.kontakt_box .button:hover
{
	opacity:0.5;
}









.kontakt_background_logo
{
	position:absolute;
	right:50%;
	top:50%;
	width:60vw;
	height:60vw;
	line-height:60vw;
	font-size:30vw;
	font-weight:700;
	color:#333; 
	text-align:center;
	font-family:'Roboto Condensed', sans-serif;
	border:3vw solid #333;
	transform:translate(0,-50%) rotate(-10deg);
	-webkit-transform:translate(0,-50%) rotate(-10deg);
	margin:300px 0 0 0;
	opacity:0.05;
}
 