/* GLOBAL STYLES -------------------------------------------------- */

/* RESET -------------------------------------------------- */
nav {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;

}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
        margin:0px;
        height: 100%;

}

body {
	font-size: 16px;
	color: #444444;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
}

a {
  background-color: transparent;
  color: #444444;
  text-decoration: none;

}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

h1, h2, h3, h4 , h4 a{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	line-height:1.3em;
	color: #2F5596;
	margin:0;
}

h1,
.h1 {
  font-size: 27px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0px;
  list-style-image:url(../images/pfeil_mini.gif);
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.45;
}

.content-section, .header-section {
	background-color:white;
	width:100%;
	padding: 0px;
	padding-top: 24px;
	margin:0px;
	height:70px;
	
}

nav a#nav-m,
  nav a.navClose {
    display: none;
  }
  
  
.menu-section {
	margin-top: 80px;
	height:40px;
	float:none;
	
}

.menu-section li {
	list-style: none;
	float:left;
	margin-right:27px;
  	font-family: 'Open Sans', sans-serif;

}

.menu-section li a {
	color: #2F5596;
	height:50px;
	display:block;		
}

.menu-section li a:hover {
	background-color: #2F5596;
	color: white;
	
}
.logo-section {
	background-color:white;
	width:100%;
	padding:10px 10px;
	margin:0;
	height:63px;
	
}
.content-section h1{
	text-align: center;
	
}

.mvInfo {
	font-size: 14px;
	color: #4B4B4B;
	line-height: 1.2em;
	margin-top: 10px;

}

.mvLst {
  margin: 20px 0;
  display: inline-block;
}

.mvLst h2 {
	font-size: 21px;
	margin: 15px 0px 5px;
/*	color: #003366;
*/}

.mvLst li{
	list-style:none;
	padding:10px 0 20px;
	border-top:1px dotted #ccc
	}

.mvLst li:before, .mvLst li:after {
  display: table;
  content: "";
}


.mvLst li:after {
  clear: both;
}


.mvLst img {
	float: left;
	margin: 15px 15px 0px 0px;
	display: block;
	height: 145px;
	width: 200px;
}

.even img {
	float: right;
	margin: 15px 15px 0px 0px;
	display: block;
	height: 254px;
	width: 390px;
}

.crew img {
	float: right;
	margin: 15px 15px 0px 30px;
	display: block;
	height: 360px;
	width: 630px;
}

.crew2 img {
	float: right;
	margin: 15px 15px 0px 30px;
	display: block;
	height: 473px;
	width: 630px;
}

.sv {
	float: left !important;
	margin: 0px 15px 0px 0px !important;
	display: block !important;
	width: 36px !important;
	height: auto !important;
}

.mvLst p {
	font-size: 14px;
	line-height: 135%;
	padding: 12px 0 3px;
	color: #000;
}

.imgShadow {
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

.odd {
	display: block;
	/* [disabled]visibility:collapse; */	
}

.prj {
	display: block;
	overflow:hidden;
	width: 210px;
	height: 170px;
  	transition: width 0.3s;
	float:left;
	
}


.prj:hover {
	width: 600px;
/*	height: 300px;
  	transition: width 0.3s;
  	transition: height 0.3s;*/
/*	pointer-events: none; 
*/}

.prjInfo {
	display: inline-block;
	margin-left: 20px;
}

.imgShadow1  {
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease; /* Animation */
  transform-origin: left; 
	margin: 15px 15px 10px 0px;
}

.imgShadow1:hover {
      transform: scale(1.15); /* Vergrößerung */
}



.container-fluid  {
/*  padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  min-height:100%;
  height: auto !important;
}

.container-spacer {
	margin-right: auto;
	margin-left: auto;
	min-height:450px;
	height: 450px;
	background-image: url(../images/background-00.jpg);
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.containerjobs li a {
	color: #2F5596;
/*	height:50px;
*/	display:block;
	padding-left: 25px;
	text-decoration:underline;
	font-weight: bold;		
}

.containerjobs li a:hover {
	background-color: #2F5596;
	color: white;
	
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.menu-spacer {
  width:100%;
  height: 140px;
  display:block;
/*  background-color:transparent;
*/  background-image: url(../images/background-00.jpg);
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; 
  	position:relative;
}

.id-spacer {
	width: 100%;
	height: 170px;
	display: block;
	position: relative;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	font-family: "Montserrat", sans-serif;
	background-color: #F1F1F1;
	height: 180px;
	border-bottom: solid #FFF 12px;
	box-shadow: 0px 0px 30px  #525252;
}

.disclaimer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 20;
	padding-top: 6px;
	margin-top:20px;
	font-family: "Montserrat", sans-serif;
	background-color: #F1F1F1;
	height: 36px;
	box-shadow: 0px 0px 20px 0px #525252;
	color: #949494;
	font-size: 13px;
	line-height: 1.5em;
}


.container, .containerjobs {
  padding: 0px 15px;
  margin-right: auto;
  margin-left: auto;
}


.ibb-company {
	margin-left: 30px;
	width:300px;
	height:118px;
	padding-top: 12px;
	padding-left:0px;
	z-index: 21;
  	background-color: #F1F1F1;
	display: block;

}


/* Flip around the padding for proper display in narrow viewports */
.content-wrapper {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	padding-bottom: 27px;
}

.navbar-wrapper .container, .content-wrapper .container {

}

.reference {
	width: 1000px;
	padding: 0px 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px #808080 solid;
	padding-bottom: 27px;
	display:block;
}


.reference-header {
	background-color:none;
	width:100%;
	padding: 0px;
	padding-top: 18px;
	margin:0px;
	height:70px;
	border-bottom: 1px #808080 solid;
	display:block;
	
}

.reference-header h2 {
	font-size: 24px;
}

.container .ibb-company {
	float: right;
	right: 0px;
	display: block;

}

	.navbar-wrapper .menu-section {
	margin: auto;
	margin-top: 10px;
	height: 40px;
	float: right;
	margin-right: 30px;
	min-width: 520px;
	}

	.menu-section ul ,.menu-section nav ul {
  		list-style-image:none;

	}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.headertitel {
	background-attachment:fixed;
	background-position: 0px 90%;
	background-repeat: no-repeat;
	background-size:cover;
	height: 700px;
	margin: -100px 0 0 0;
	padding-top: 260px;
	text-align: center;
	width: 100%;
	position: relative; 
}  


.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.credits {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 40px;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 15px 0px 10px;
/*	background-image: url(../images/blackbgr.png);  
*/}

.credits img {
  margin-right: 10px;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

/* Mobile Geräte Menü */
.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 100;
  border-color: #ddd;
}
.navbar-toggle:focus {
  outline: 0;
  background-color: #ddd;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


/* CONTENT
-------------------------------------------------- */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.col-md-4, .col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 30px;
	padding-left: 0px;
	float: left;
}


.col-spacer {
	width: 50px;
	display: block;
	float: left;
}

  .col-md-3 {
    width: 25%;
  }





/* Footer
---------------------------------*/

footer {
  background-color: white;
  color: #949494;
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 0px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1000px) {
  /* Navbar positioning foo */
	.navbar-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 20;
		font-family: "Montserrat", sans-serif;
		background-color: #F1F1F1;
		height: 140px;
		border-bottom: solid #FFF 12px;
		box-shadow: 0px 0px 30px  #525252;
	}
  

	.navbar-wrapper .container, .content-wrapper .container , .content-wrapper .containerjobs{
	width: 1000px;
	}
  
	.container .ibb-company {
		position: relative;
		float: right;
	}


	.navbar-wrapper .menu-section {
		margin-top: 90px;
		height:40px;
		float:left;
	}




	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
	  border-radius: 4px;
	}

	/* Mobile Geräte Menü ausschalten*/
	.navbar-toggle {
	  display: none;
	}


}


/* home_gallery CSS
-------------------------------------------------- */

  
  

.home_gallery ul li .nolink span,
.home_gallery ul li .nolink i,
.home_gallery ul li a span,
.home_gallery ul li a i {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}

* {
  box-sizing: border-box;
}

.home_gallery a, .home_gallery .nolink {
  text-decoration: none;
  outline: 0;
  color: #1559b5;
  position: relative;
  transition: color 0.15s ease-out;
}

.home_gallery {
  position: relative;
/*  overflow: hidden;
*/  width: 100%;
display:block;
  background-color: #fff;
/*  min-height: 600px;
*/}
.home_gallery ul {
  position: relative;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.6, 0.1, 0.3, 0.8);
  transform: translateY(50px);
/*  height: 600px;
*/  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home_gallery ul.active {
  transform: translateY(0);
  opacity: 1;
}
.home_gallery ul li {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home_gallery ul li.active {
  -webkit-animation: plainScale 0.7s cubic-bezier(0.6, 0.1, 0.3, 0.8);
          animation: plainScale 0.7s cubic-bezier(0.6, 0.1, 0.3, 0.8);
}


.home_gallery ul li img,
.home_gallery ul li .nolink img{
	  width: auto; /* Bild auf die Breite des Listenelements anpassen */
	  height: 100%; /* Höhe proportional zur Breite anpassen */
	  display: block; /* Entfernt den zusätzlichen Abstand unter dem Bild */
        }



		
		
/*.home_gallery ul li .image {
  background-image: url(http://MyImage.jpg);
}*/
.home_gallery ul li .nolink,
.home_gallery ul li a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: Tahoma, serif;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8);
  padding: 10px;
  line-height: 1.4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.home_gallery ul li .nolink:before,
.home_gallery ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 150%;
  outline: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8);
  background-color: #fff;
}

.home_gallery ul li .nolink:hover:before,
.home_gallery ul li a:hover:before {
  transform: rotate(10deg) !important;
}

.home_gallery ul li .nolink i,
.home_gallery ul li a i {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.3s;
}
.home_gallery ul li .nolink span,
.home_gallery ul li a span {
  color: #000;
  font-size: 22px;
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.2s;
}

.home_gallery ul li .nolink span.prjTitle {
/*  color: #2F5596;*/
	font-size: 19px;
	margin-bottom:5px;
}


.home_gallery ul li:hover .nolink,
.home_gallery ul li:hover a {
	transform: translateY(0%);
}
.home_gallery ul li:hover .nolink:before,
.home_gallery ul li:hover a:before {
  top: -10%;
  transform: rotate(7deg);
}

.home_gallery ul li:hover .nolink i,
.home_gallery ul li:hover a i {
  opacity: 1;
  transform: translateY(0);
}

.home_gallery ul li:hover .nolink span,
.home_gallery ul li:hover a span {
  opacity: 1;
  transform: translateY(0);
}
.home_gallery ul li > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  transition: all 2s ease-out;
}
.home_gallery li:hover > div  {
  transform: scale(1.1);
}

@-webkit-keyframes plainScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes plainScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
