@font-face {
    font-family: FuturaBlack;
    src: url(/fonts/Futura_LT_Black.ttf);
}
html {
  background-color:#E5E5E5;
  /*font: 16px/1.3em;*/
  color:#2c3e50;
}
body {
  background-color:#E5E5E5;
 
}


.pagetitle{
	margin: 20px 0;
}


.pagetitle h1{
	font-family: FuturaBlack, "Arial Black", Arial;
	font-size: 52px;
}


@media (min-width: 768px) {
  .pagetitle h1{
	font-size: 74px;
}
}


header{
	width:100%;
	background-color:#FFF;
	margin-bottom:10vh;
	padding-bottom:20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5); 
	border-top: 3px solid #B3142C;
	border-bottom: 3px solid #B3142C;
}
.back{
	width:100%;
	height:auto;
	background-image:url(/images/back.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	background-size:cover;
}
footer{
	width: 100%;
	background-color:#2980b9;
	background: linear-gradient(#236E9F 0%, #2980b9 100%);
	margin-top:40px;
}

h2{
	margin:6% 0 4% 0;
}
.logos{
	
	padding: 40px 0px;
}


.navbar{
	margin-bottom:10px;
	position: relative;
}


.navbar .nav>li>a{
	background-color:#236E9F;
	color:#FFF;
	font-size:1.6em;
	font-weight:lighter;
	margin: 5px 10px;
	
}

.navbar .nav>li>a:hover{
	background-color:#2980b9;

}

.navbar .nav>li>a:focus {
	background-color:#2980b9;
}

.navbar-header button{
	border-color:#EEE;
}

.navbar-toggle{
	background-color:#236E9F;
}
.icon-bar{
	background-color:#EEE;
}


.container {
  width: auto;
  max-width: 1170px;
  padding: 0 15px;
}

#toTop{
	position: fixed;
	bottom:20px;
	right:0px;
	z-index:99;
	color:rgb( 41, 128, 185);
	background-color:rgba(238, 238, 238, 0.7);
	padding:10px 10px 0 10px;
	font-size:50px;
	display:none;
	cursor:pointer;
}





.intro-image-box img{
	padding: 0;
	width:100%;
}

.jumbotron .btn-primary{
	background-color:#B3142C;
	border-color:#B3142C;
	margin-top:20px;
	padding:10px 40px;
	
}
.jumbotron .btn-primary:hover{
	background-color:#A51A31;
	
}


/************  Leistungen **************/

.panel-default > .panel-heading {
	background-color:#2980b9;
	color:#FFF;
	padding:0;
}
.panel-default > .panel-heading a{
	display:block;
	padding:15px;
	text-decoration:none;
} 

.panel-default > .panel-heading a:hover{
	text-decoration:none;
}

.panel-body img{
	width:100%;
}

/************  Referenzen ****************/
.btn-references{
	position: absolute;
	bottom:5px;
	right:20px;
}
.ReferenceAlbumImgDiv {
	margin-bottom:30px;
}

/************  Kontakt ********************/

.ElementHidden {
	display:none;
}

.google-maps {
	position: relative;
	padding-bottom: 45%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



.LoginFormBox{
	border:1px solid #CCC;
	background-color:#FFF;
	padding:30px;
	margin-top:40px;
}


footer address a{
	color:#FFF;
}
.contact-spacer{
	height:40px;
}
.contact-information{
	color:#FFF;
}

.copyright{
	float: right;
	color:#CCC;
}
.copyright a{
		color:#CCC;
}
