body {
	width: 100%;
	height: 100%;
	font-family: 'Karla', sans-serif;
	color: #2c3740;
	background-color: #FFF;
}

.noscroll{
	overflow: hidden
}

html {
	width: 100%;
	height: 100%;
}

.container{
    width: 90%
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
    padding: 0px;
	letter-spacing: 1px;
	text-align: left;
}
h1{
    font-size: 14px;
    color: #045a4c
}
h2 {
	font-size: 60px;
    font-family: 'Raleway', sans-serif;
    color: #dd621c;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0px
}

h3 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
}
h4 {
	margin-bottom: 35px;
}
p {
	font-size: 16px;
    padding: 0px;
    margin: 0px;
}
a{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: rgba(4,90,76,1)
}
a:hover, a:focus, a:active{
    text-decoration: none;
	color: #dd621c;
}

.clr_orange{
    color: #dd621c
}

.btn_brehm{
    display: inline-block;
    background-color: rgba(4,90,76,.9);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    border:1px solid #dd621c;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    cursor: pointer;
    text-transform: uppercase
}

.btn_brehm:hover, .btn_brehm:focus{
    color: #fff;
    background-color: rgba(4,90,76,1);
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mt-40{
    margin-top: 40px;
}
.line-small {
	height: 2px;
	background-color: rgba(0,0,0,.70);
	margin: 55px auto;
	width: 20px;
}
.clear{
    clear: both;
}
.fa-white {
	color: #FFF;
}
.light {
	font-weight: 400;
}

section{
    padding: 130px 0px;
    text-align: left;
}

section h1{
    font-weight: 600
}
section img{
    width: 100%
}
.mobile-none {
	display: inline;
}

.lines{
    height: 2px;
    background-color: #045a4c;
    margin: 3px 0px
}

.line1{
    width: 60px;
    
}

.line{
    width: 100px;
    height: 2px;
    background-color: #045a4c;
    margin: 40px 0;
    text-align: center
}

.line img{
    margin: -17px auto 0 auto;
    width: 50px;
    background-color: #fff;
    padding: 0px 10px
}

.mainContent{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: calc(100% - 250px);
}

.navi_content{
    margin-bottom: 0;
    text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    border:none;
    background-color: #fff;
	padding:20px ;
    margin-top: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 250px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    text-align: center;
    overflow: auto;
    z-index: 99;
	border-bottom: 3px solid #dd621c
}

.navi_content .btn_brehm{
    margin: 60px auto
}

.navi_content .impressum{
    font-size: 10px;
    opacity: .5;
	position: absolute;
	bottom: 0px;
	margin: 40px 0px;
	width: 100%
}

.navi_content .impressum span{
	cursor: pointer;
}

.navi_content img{
        width: 100%;
        height: auto;
        -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav_content_inner{
	position: relative;
	height: 100%;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
}

.navbar-default {
    margin-bottom: 0;
    text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    border:none;
    background-color: #fff;
    width: 100%;
    position: relative
}

.navbar-default .line{
    width: 45%;
    height: 1px;
    background-color: #068fdf;
    margin: 20px auto 30px auto
}

.navi_content p{
    font-size: 12px;
    text-align: center;
    margin: 20px 0px 60px 0px
}

    .navbar-default  li a,
    .navbar-default li a:focus {
        color: #2c3740;
		background-color:transparent !important;
        border-bottom: 1px solid #efefef;
        line-height: normal;
        font-size: 14px;
        font-weight: 700;
        padding: 15px 0px;
        display: block;
    }
    

    .navbar-default  li a:hover
     {
        color: rgba(0,0,0,.7);
        margin-left: 15px
    }

.navbar-default  li a:hover {
        margin-left: 15px
    }
	
	.navbar-default.affix li.active a
	 {
		background-color: transparent!important;
        text-decoration: none !important;
        color: #dd621c !important;
        margin-left: 15px
	}

.navbar-default li.active a:hover,
.navbar-default li.active a:focus {
    background-color: transparent;
}
	
	
	nav a{
		-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
	

.navi{
    width: auto;
}


.navi ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.navi ul li{
    display: block;
    text-align: left;
    cursor: pointer;
}

.intro {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #fff;
    position: relative;
}

.intro .slide{
    position: absolute;
    height: 100%;
    width: 100%;
}

.item, .carousel-inner, .slider{
    width: 100%;
    height: 100%;
    background-attachment: inherit;
    background-size: cover;
    background-position: center center;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.slider1{
    background-image: url(../img/2.jpg);
}

.slider2{
    background-image: url(../img/4.jpg);
}

.slider3{
    background-image: url("../img/spez.jpg");
}
.slider4{
    background-image: url(../img/baustoffe.jpg);
}
.slider5{
    background-image: url(../img/fern.jpg);
}
.slider6{
    background-image: url("../img/rec4.jpg");
}
.intro .intro-bg {
    background-color: rgba(0,0,0,.55);
    width: 100%;
	height: 100%;
    position: absolute;
    z-index: 1
}

.carousel-indicators li {
	width: 50px;
	height: 3px;
	border: 0px solid #FFF !important;
    background-color: rgba(255,255,255,.5);
}
.carousel-indicators .active {
	width: 50px;
	height: 3px;
	background-color: #FFF !important;
    border: 0px solid #FFF !important;
    margin: 1px
}

.intro .btn_brehm{
    position: relative;
    z-index: 2;
    font-size: 16px;
    padding: 10px 40px
}

.intro p{
    position: relative;
    z-index: 2;
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px 0px
}

.intro h1 {
	font-size: 45px;
    padding: 10px 70px;
    border-left: 5px solid #fff;
    position: relative;
    width: auto;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    background-color: #dd621c;
    display: inline-block;
}

.intro h1 span{
    font-size: 50px;
    line-height: 80px;
}

.intro .intro_text{
    position: absolute;
    z-index: 2;
    left: 200px;
    bottom: 300px;
}


.menu_mobile{
    display: none
}

.mobile_none{
    display: block;
}

.box{
    border: 0px solid #fefefe;
    border-bottom:2px solid #dd621c;
    box-shadow: 0px 0px 0px rgba(0,0,0,.1);
    margin-top: 40px;
     -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    background-color: #f1ffff;
	height: auto /*399px*/
}

.box:hover{
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,.1);
    
}

.box_img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.box_img img{
    height: 100%;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.box:hover .box_img img{
    transform: scale(1.05)
}

.box_text{
    padding: 25px 20px;
     -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.box_text h2{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: normal
}

.box_text p{
    margin: 20px 0px;
    line-height: normal;
}

.box_text ul{
    font-size: 16px;
    margin: 20px 0px
}

.box_text ul li{
    line-height: normal
}

.box .btn_brehm{
    font-size: 12px;
    padding: 10px;
	margin-top: 20px
}


.box p {
	height: 50px;
	overflow: hidden;
}

.parallax {
    position: relative;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px;
    text-align: center;
    border-top: 4px solid #dd621c;
    border-bottom: 4px solid #dd621c
}

.parallax_bg{
    background-color: rgba(255,255,255,.95);
    position: absolute;
    border-top: 3px solid #045a4c;
    border-bottom: 3px solid #045a4c;
    top: 0;
    left: 0;
    right: 0;
    bottom:0
}

.parallax h1{
    color: #dd621c;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 24px
}

.parallax1{
    background-image: url(../img/1.jpg);
}

.parallax2{
    background-image: url(../img/2.jpg);
}

.parallax2 h1{
	width: 50%;
	margin: auto
}

.fern{
    background-image: url(../img/fern.jpg);
}

.baustoffe{
    background-image: url(../img/baustoffe.jpg);
}

.spezTrans{
    background-image: url(../img/spez.jpg);
}

.erd{
    background-image: url(../img/erd.jpg);
}

.rec{
    background-image: url(../img/rec.jpg);
}

.abbruch{
    background-image: url(../img/abbruch.jpg);
}

.panel{
    margin-bottom: 40px !important;
}

.panel-heading {
    padding: 80px 40px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.panel-heading-bg{
    position: absolute;
    background-color: rgba(255,255,255,.90) !important;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    z-index: 0;
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    color: #dd621c;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.panel-body {
    padding: 40px;
}

.jobs{
   
}

.jobs table, #kontakt table{
	margin: 20px 0px;
	font-size: 16px
}

#kontakt table .small{
	font-size: 10px
}

.jobs table td, #kontakt table td{
	padding-right: 10px;
		padding-top: 10px;
}

.jobs .glyphicon, #kontakt .glyphicon{
	color: #dd621c
}

.jobs .well h1{
	font-size: 22px;
	margin-bottom: 20px;
}

.jobs .well p{
	
}

.jobs .row {
	position: relative;
	z-index: 10;
	text-align: left
}

.jobs .parallax_bg{
    background-color: rgba(255,255,255,.95);
    position: absolute;
    border-top: 3px solid #045a4c;
    border-bottom: 3px solid #045a4c;
    top: 0;
    left: 0;
    right: 0;
    bottom:0
}

.jobs h1{
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
   	font-size: 14px;
    color: #045a4c
}

.jobs .btn_brehm{
	margin: 20px 0px;
}


.ab_992{
    display: none;
}

.ab_992_nicht{
    display: inline-block;
}

.only_mobile{
        display: none
    }

.warnung{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,.90);
    padding: 15px 0px;
    color: #fff;
	z-index: 100
}

.warnung p{
    font-size: 12px;
}

.warnung .container{
    position: relative;
	
}

.stimmeZu{
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer,;
	
}

footer{
	padding: 0px 0px;
	border-bottom: 3px solid #dd621c
}

.footer_inner{
	padding: 60px 0px 100px 0px
}

iframe{
	width: 100%;
	height: 450px;
	margin-bottom: -6px
}


.modal-dialog {
    width: 90%;
    margin: 0px auto;
}

.modal-body {
    position: relative;
    padding: 60px;
}

.modal-body ul{
    font-size: 16px;
    margin: 20px 0px
}

.mt-25{
	margin-top: 25px
}

.mt-30{
	margin-top: 30px
}

.modal2 {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.80);
}

/* Modal Content */
.modal-content2 {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
}

.column {
  float: left;
	width: calc(25% - 10px);
	height: 200px;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	transition: 0.3s;
	border-bottom:2px solid #dd621c;
}

.column img{
	width: 100%;
	height: auto;
}


.column:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* The Close Button */
.close2 {
  color: #dd621c;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
	z-index: 99
}

.close2:hover,
.close2:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
	text-align: center
}

.mySlides img {
	height: 100vh;
	width: auto;
	margin: 0 auto
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.demo {
  opacity: 0.6;
}

.modal2 .active,
.demo:hover {
  opacity: 1;
}


.footer_img{
	width: 100%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 30px;
}

.footer_img img{
	width: 100%;
	height: auto
}

@media screen and (max-width: 1366px){
	.column {
		width: calc(33% - 10px);
	}
	
	.w_1366_100{
		width: 100%
	}
	
	.footer_img{
    margin-bottom: 0px;
		margin-top: 30px;
}
	
}

@media screen and (max-width: 1199px){
   .mainContent{
    width: 100%;
}

.navi_content{
    left: -250px;
    width: 250px;
}
	
	
	.menu_mobile{
        display: inline-block;
        cursor: pointer;
        position: fixed;
		z-index: 1049;
        color: #dd621c;
        -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
		padding: 20px;
    }
	
	.left_null{
		left: 0 !important;
	}
	
	
	.box{
		height: auto
	}
	
	.box p {
height: 60px;
}
	
	.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .8;
}
   
}

@media screen and (max-width: 1150px) {
   
}


@media screen and (max-width: 1024px){
.parallax {
    background-attachment: inherit;
}
}

@media screen and (max-width: 992px){
    .mt_40_992{
        margin-top: 40px
    }
    
    .img_992{
        width: 50%;
    }
    
    .ab_992{
        display: inline-block;
    }
    
    .ab_992_nicht{
        display: none
    }
    
     
}

@media screen and (max-width: 768px){
	
	.column {
		width: calc(50% - 10px);
	}
	
	.mySlides img {
		height: auto;
		width: 100%;
	}
	
	h2{
		font-size: 48px;
	}
	
    section{
        padding: 80px 0px;
    }
	
	.intro .intro_text {
left: 50px;
}
	
	.modal-body {
padding: 60px 0px;
}
    
	.parallax2 h1 {
width: 90%;
}
	
    .warnung{
        text-align: center
    }
    
    .stimmeZu{
    position: relative;
        margin-top: 10px;
    right: 0;
    bottom: 0;
    cursor: pointer
}
    
}

@media screen and (max-width: 680px) {
	.column {
		width: calc(100% - 0px);
	}
	.close2 {
		font-size: 20px;
		}
	
    h2 {
font-size: 30px;
}
	.intro h1{
		font-size: 24px;
padding: 10px 30px;
	}
	
	.intro p{
		font-size: 16px;
	}
	
	.intro .btn_brehm {
font-size: 14px;
padding: 10px 20px;
}
	
	.parallax h1 {
font-size: 16px;
}
	
	.modal-body h2{
font-size: 24px
	}
	
    .w_680_100{
        width: 100%
    }

    .mobile_none{
    display: none;
}
    .only_mobile{
        display: inline-block;
    }
    
    .mmt-40{
        margin-top: 40px
    }
    
    .img_992{
        width: 100%;
    }
	
	.navi_content p {
margin: 10px 0px 10px 0px;
}
	
	.navi_content .btn_brehm {
margin: 40px auto;
}
    

}

@media screen and (max-width: 360px) {
   .navbar-default li a, .navbar-default li a:focus {
padding: 10px 0px;
}
	
	.navi_content .impressum {
margin: 10px 0px;
}
    
}



