.h1, h1 {
    font-size: 21px;
    font-weight: bold;
}

#home-slider {
    top: 0px !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    display: block;
    position: relative;
}

.startertext{
	    font-size: 42px;
    font-weight: 200;
    /* font-kerning: inherit; */
    font-stretch: 200%;
	line-height: 52px;
}


.logo_xs-shrink
 {
	 background-image:url("../images/logo_xs.png");
	 background-size:contain;
	 background-repeat: no-repeat;
	 background-position:center;
	 width:230px !important;
 }

.slide_element {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    height: 55vh;
    width: 100%;
    background-image: url(../images/b3.jpg);
	
}

.slide_element1 {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    height: 55vh;
    width: 100%;
    background-image: url(../images/b2.jpg);
	
}

.slide_element2 {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    height: 55vh;
    width: 100%;
    background-image: url(../images/b1.jpg);
	
}

.slide_element3 {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    background-color: #fff;
    height: 55vh;
    width: 100%;
    background-image: url(../images/UMK4_web.jpg);
	
}


.slide_element4 {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    background-color: #fff;
    height: 55vh;
    width: 100%;
    background-image: url(../images/filter_factory_web.jpg);
	
}


.slide_element5 {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    background-color: #fff;
    height: 55vh;
    width: 100%;
    background-image: url(../images/wikus_header.jpg);
	
}

.slide_element6 {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    background-color: #fff;
    height: 55vh;
    width: 100%;
    background-image: url(../images/haus_am_koe_web.jpg);
	
}

#spacer{
	background-image: url(../images/b2.jpg);
    padding: 60px 0;
}

#spacer1{
	background-image: url(../images/b4.jpg);
    padding: 60px 0;
}

#spacer2{
	background-image: url(../images/b1.jpg);
    padding: 60px 0;
}

#spacer_ende{
	background-image: url(../images/fp8.jpg);
    padding: 60px 0;
	background-size: cover;
}

#spacer_b1{
	background-image: url(../images/spacer_b1.jpg);
    padding: 60px 0;

}

#spacer_b2{
	background-image: url(../images/spacer_b2.jpg);
    padding: 60px 0;

}

#spacer_b3{
	background-image: url(../images/spacer_b3.jpg);
    padding: 60px 0;

}

.safari
{
	background-size:cover !important;
}


.collapse.navbar-collapse.navHeaderCollapse {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
	transition: all 0.5s ease;
}


.collapsing.navbar-collapse.navHeaderCollapse {
    margin-left: auto;
    margin-right: auto;
	width:inherit;
	transition: all 0.5s ease;
}

.logo_xl-grow
 {
	 background-image:url("../images/logo.png");
	 background-size:contain;
	 background-repeat: no-repeat;
	 background-position:center;
	width:100%;
	height:64px;
	display: inline-block;
 }
 
 .btn.btn-primary
 {
	 background-color:transparent !important;
	 color:#000;
	 font-weight:normal;
	 padding-left:3px !important;
	 padding-right:3px !important;
	 cursor:pointer;
 }
 
 .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    color: #00aff0 !important;
    box-shadow: none !important;
 }
 
label
{
	cursor:pointer;
}

.starter_desc{ 
	position: absolute;
    display: block;
    width: 35vh;
    bottom:2vh;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold; 
}



.footcontainer
{
	margin-top: 77px;
}

.highlight{
	color:#00aff0 !important;
}

.black{
	color:#333 !important;
}

.jahr
{
text-align: right;
    font-weight: bold;
    color:#0b61ad; /*dcdcdc*/
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0px;
    border-bottom: 2px solid #01aff0;
    width: 97.4%;
    margin-left: 1.4%;
    padding-bottom: 5px;
}

.w_margin
{
	margin-bottom: 50px;
}

.w_pic
{
	padding-bottom:25px;
}



.w_table
{
	margin-bottom: 25px;
}

/* ------------------------------- ISOTOPE -------------------------------*/

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isoelement
{
	width: 190px;
	height: 130px;

}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}


 
 
 /* ---------------------------- Projektseite --------------------------- */
 
 .carousel-indicators {
    bottom: -50px;
}
 
 .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #b7b7b7;
    border-radius: 10px;
}
 
 
 
 
 .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #b7b7b7;
}

.carousel
{
	transition: all 0.5s ease;
}

.slide
{
	transition: all 0.5s ease;
}
 
#p_desc th
{
	padding-right:10px;
	padding-bottom:0px;
}

#p_dec td

{
	padding-bottom:10px;
}

.beschreibung  p

{
	text-align:justify;
}


.projekt-sektion
{ 
padding-top:10em; 
}
 
 
.project-image
{
	max-height:425px !important;
	margin-left: auto;
    margin-right: auto;
} 

.project-control
{
	background:none !important;
}


.bildnachweis{
	font-size:10px !important;
	color:#666;
}
/* ----------------------------- Projetk Spacer ----------------------------*/

#spacer_deuter
{
	/*background-image: url(../images/b1.jpg);*/
    padding: 60px 0;
}


/* ----------------------------- Team --------------------------------------*/

.team-iso 
{
	text-align:left;
	width: 260px !important;
	height: 230px !important;
}

.team-name
{
	font-weight: bold;
}



/* ------------------------------ Footer ------------------------------------*/

.foot
{
	background-color:#333;
	padding:15px !important;
	height:280px;
	background-image:url("/images/footer_bg.png");
	background-repeat-y: no-repeat;
}


#address-wrapper
{
	
}

#adress-icon
{
	margin-right:10px;
	display:inline-block;
}

#tel-icon
{
	margin-right:10px;
	display:inline-block;	
}

#fax-icon
{
	margin-right:10px;
	display:inline-block;	
}

#mail-icon
{
	margin-right:10px;
	display:inline-block;
}

#imprint-icon
{
	margin-right:10px;
	display:inline-block;
}

#copy-icon
{
	margin-right:10px;
	display:inline-block;
}

#address-text
{
	color:#fff;
	margin-right:15px;
	display:inline-block;
}

.black
{
	color:#000 !important;
}







 
 /* ------------------------------ Mediaqueries ----------------------------*/
 
 
 @media (min-width: 1200px) 
{
	.projekt-sektion
{ 

}

.isoelement
{
	width: 190px;
	height: 130px;

}
}

@media (min-width: 768px) and (max-width: 1199px)
{
	.collapse.navbar-collapse.navHeaderCollapse {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
	}
	
.isoelement
{
	width: 190px;
	height: 130px;

}	
}

@media (min-width: 768px) and (max-width: 991px)
{
	.collapse.navbar-collapse.navHeaderCollapse {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
	}
	
	.footcontainer
{
	margin-top:5vh;
	margin-right: inherit;
}

.isoelement
{
	width: 190px;
	height: 130px;

}


}
	
@media (min-width: 256px) and (max-width: 767px)
{
	.logo_xl-grow
	{
	background-image: url(../images/logo_xs.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 40%;
    max-height: 43px;
    display: inline-block;
    vertical-align: text-top;
    padding-top: 10px;
    margin-top: 3px;
    margin-left: 0px !important;
    padding-right: 5px;
    position: relative;
	}
	
	.collapse.navbar-collapse.navHeaderCollapse {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.isoelement
{
	width: 113px;
	height: 85px;

}


.isoelement img
{
	width: 110px;
	height: 82px;

}

.projekt-sektion
{ 
padding-top:5em; 
}

	.footcontainer
{
	position:absolute;
	margin-right: inherit;
	margin-top:0px;
}

.foot
{
	height:50vh;
}

}
