/*
colors:
black: 000000
dark gray: 4e4e4e
light gray: c9c9c9
dark white: e9e9e9
white: ffffff
light black 1f1f1f
red: e55d66
yellow: e5e46b
blue: 3f5966


*/

body{ 
	font-size:18px;
	color: #f9f9f9;
	font-family: Open Sans, helvetica;
	background:black;
}
h1{
	font-size: 37px;
	line-height:52px;
}
h2{
	font-size:37px;
}
h3{
	font-size:23px;
	text-align:left;
	margin-bottom:23px;
	margin-top:0px;
}
a, a:hover, a:visited{
	text-decoration:none;
	color:#F9F9F9;
	font-size:19px;
}

.section-1{
}
.header{
	border-bottom: solid 10px #f9f9f9;
	clear:both;
}
.header .row div{
	width:100%;
}
.header  .row div span{
	display:inline-block;
	margin:39px 9%;
}

.box-vs-box{
	background-repeat: no-repeat;
    background-size: 100%;
	border-bottom: solid 3px #f9f9f9;
	position:relative;
}

.stretch-box{
	text-align:center;
	width:100%;
}

.details-box{
	border-bottom: solid 3px #f9f9f9;
}
.row h2{
	margin-top:100px;
	margin-bottom:100px;
}
.details-box > div{
	vertical-align:center;
	margin-bottom:100px;
}

.anounce-box{
	padding-bottom:100px;
}

.caption{
	margin-top:250px;
}

.caption-center{
	font-size:37px;
	text-align:center;
}

.center-elements{
	text-align:center;
}

.details-left  {		
	display:inline-block;
	text-align:right;
	width: 358px;
	height:477px;
	vertical-align:top;
	margin: 0 20px;
	padding:0;
}
.details-right{	
	display:inline-block;
	width: 358px;
	vertical-align:top;
	margin: 0 20px;
}
.details-box table{
	font-size:14px;
	width:100%;
	text-align:left;
	line-height:22px;
}
.details-box table .devider{
	border-bottom: solid 1px #f9f9f9;
}

.portrait{
	width:100%;
}

.boxer-box{
	display:inline-block;
	border: solid 3px #f9f9f9;
	padding:30px;
	width:90%;
	margin-top:20px;
	margin-bottom:20px;
}
.versus-box{
	display:inline-block;
	background: #f9f9f9;
	color: #1f1f1f;
	width:90%;
	font-weight:bold;
	padding:9px;
	font-size:23px;
}

.iconed-box{
	display:inline-block;
	font-size:23px;
	margin:20px;
}
.iconed-box img{
	vertical-align:top;
}
.paragraph-box{
	margin-bottom:90px;
	text-align:center;
	vertical-align:middle;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
}

.quote-box{
	font-style:italic;
	font-size:14px;
}

.footer{
	background:#4E4E4E;
	padding:39px;
	font-family:helvetica;
}

.footer a:not(:first-child){
	margin-left:10px;
	padding-left:10px;
	border-left: 2px solid #f9f9f9;
}

.border-box{
	border: 1px #FFFFFF solid;
	padding: 0 100px 50px 100px;
	text-align:left;	
	margin-bottom:100px;
}

.impressum-data{
	font-size:14px;
}
.impressum-data .h3{
	margin-top:43px;
	margin-bottom:26px;
}
.sticky-button{
	width:100%;
	text-align:center;
	height:50px;
	background: #4E4E4E;
	font-size:23px;
	line-height:50px;
}

.tiny-img{
	margin-right:7px;
}
.h3-low-spacing{
	margin-top:-30px;
	margin-bottom:100px;
	text-align:center;
}
@media (min-width: 1600px) {
	.logo-box{
		position:absolute;
		top:0px;
		left:50%;
		width:400px;
		height:250px;
		transform: translateX(-50%);
		background: #c9c9c9;
		z-index:999;
	}
	.logo-box>img{
		margin-left:100px;
		margin-top:41px;
	}
	.header-item-mail{
		float:right;
		margin-right:350px;	
		vertical-align:top;
	}
	.header-item-phone{
		margin-left:350px;	
		vertical-align:top;
	}
	.section-1 .caption-center{
		margin:300px 0;
	}
	.section-2 .caption-center{
		margin-top:300px;
		margin-bottom:100px;
	}
}
@media (max-width: 1599px) {
	.logo-box{
		position:absolute;
		top:0px;
		left:50%;
		width:300px;
		height:200px;
		transform: translateX(-50%);
		background: #c9c9c9;
		z-index:999;
	}
	.logo-box>img{
		height:150px;
		margin: 25px 60px;
	}
	.header-item-mail{
		float:right;
		margin-right:350px;	
		vertical-align:top;
	}
	.header-item-phone{
		margin-left:350px;	
		vertical-align:top;
	}
	.section-1 .caption-center{
		margin:150px 0;
	}
	.section-2 .caption-center{
		margin-top:200px;
		margin-bottom:100px;
	}
	.caption-center h1{
		font-size:30px;	
		line-height:34px;		
	}
	.caption-center .h3{
		font-size:24px;		
	}
}
@media (max-width: 992px) {
	.logo-box{
		position:relative;
		width:100%;
		text-align:center;
		height:150px;
		background: #c9c9c9;
	}
	.logo-box>img{
		margin-top:20px;
		margin-bottom:20px;
		height:110px;
	}
	.header-item-mail{
		float:right;
		margin-right:350px;	
		vertical-align:top;
	}
	.header-item-phone{
		margin-left:350px;	
		vertical-align:top;
	}
	.section-1 .caption-center{
		margin:105px 0;
	}
	.section-2 .caption-center{
		margin-top:100px;
		margin-bottom:0px;
	}
	.caption-center h1{
		font-size:20px;	
		line-height:24px;	
	}
	.caption-center .h3{
		font-size:18px;		
	}
	.border-box{
		padding: 0 30px 50px 30px;
		margin:50px 0px;
	}
	.sm-left{
		text-align:left;
		margin-left:20px;
	}
	.details-left{
		margin-bottom:50px;
	}
}
@media (max-width: 768px) {
	.logo-box{
		width:100%;
		text-align:center;
		height:150px;
		background: #c9c9c9;
	}
	.header-item-mail{	
		vertical-align:top;
		float:left;
	}
	.header-item-phone{
		vertical-align:top;
		float:left;
	}
	.header  .row div span{
		display:inline-block;
		margin:10px 9%;
	}
	.section-1 .caption-center{
		margin:50px 0;
	}
	.section-2 .caption-center{
		margin-top:50px;
		margin-bottom:0px;
	}
	.caption-center h1{
		font-size:18px;	
	}
	.caption-center .h3{
		font-size:16px;		
	}
	.sm-left{
		text-align:left;
		margin-left:20px;
	}
	.details-left{
		margin-bottom:50px;
	}
}