section.page-section{
    display: block;
	overflow: hidden;
}
.btmorepost-wrap li {
    display: inline-block;
    padding: 11px; 
}
.btmorepost-wrap li.current { 
    background-color: #008cba;
	color: #fff;
} 
.tparrows:before{display: none;}
.mySideBar ul.nav.btmenu-mobile {
    position: fixed;
    left: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*****************************************************************************************
Orange #f4802b   hintergrund #252525
*****************************************************************************************/



body {
	background: url(../images/bg_kopf.png) no-repeat center top;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
}

img {
	max-width: 100%;
}

.innerpage-banner {
	padding-top: 400px;
	max-height: 576px;
}

/*** neu für schwarze Top-Leiste ***/
.navbar-header {
	margin-top: 40px;
	margin-bottom: 20px;
}
#top {
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 40px;
	text-align: center;	
	font-size: 13px; 
}
/* #top div { 
	float: left; 
} */
#top, #top a, #top a:visited {
	color:#fff;	
}
#top a, #top a:visited {
	text-decoration: underline;	
}
#top a:hover, #top a:visited:hover {
	text-decoration: none;	
}

#top .container {
    padding-top: 7px;
}

#top .first {
	text-transform: uppercase;
}
#top div::before {
	font-family: FontAwesome;
	font-size: 15px;
	margin-right: 5px;
}
#top .second::before {
	content: "\f095";
}
#top .third::before {
	content: "\f0e0";
}
#top .fourth::before {
	content: "\f017";
}



.navbar-fixed-top.shrink {
	min-height: 210px;
	background-color: #f4802b;
}
.shrink.navbar-default {
	box-shadow: none;
}
.shrink .navbar-brand > img {
    width: 300px;
}
.navbar-brand {
    height: 180px;
    padding-right: 0;
}

/* navi */
ul.nav.navbar-nav.navbar-right {
	margin-top: 95px; /* 152px; */
}
.shrink ul.nav.navbar-nav.navbar-right {
	margin-top: 100px; /* 60px; */
}
.navbar .navbar-nav > li a {
	 color: #fff !important;
    font-size: 25px;
    padding: 10px 12px; 
}
.navbar .navbar-nav > li:hover a,
.navbar .navbar-nav > li.active a {
    color: #fff !important;
    text-decoration: underline;
}
.navbar .navbar-nav > li:first-child a {
	 padding-left: 0;
}

/****************************************/
h1,
#kontakt h3 {
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
h2 {
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 400;
}
h4 {
	text-transform: uppercase;
	font-size: 18px; /* = 120%; */
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 26px;
}

h4.zeiten::before {
	content: "\f017";
	font-family: FontAwesome;
	color:#7f7f7f;
	font-size:18px;
	margin-right:6px;
}
#top h4.zeiten::before {
	color:#fff;
}
#area-main h4.zeiten::before {
	color:#000;
}

td { vertical-align: top;}

.gmaps h2::before{
	content: "\f041";
	font-family: FontAwesome;
	color:#fff;
	font-size:18px;
	margin-right:6px;
}
p, 
table.adresse td,
table.zeiten td {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}


.col-lg-6 .st-inner > h3 {
	margin: 30px 0 40px 0;
}

/* 
.column1 {
	padding: 0 55px 0 85px
}
.column2 {
	padding: 0 85px 0 55px
}
*/ 

#ueber-uns {
	background: #f4802b url(../images/bg_fuss.jpg) no-repeat center top;
	margin-top: 45px;
}
#ueber-uns .container {
	margin-top: 160px;
}
#ueber-uns, #partner, #mitglied {
	color:#fff;
}

.trennlinie .container {
    width: 100%;
}

.trennlinie hr {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fca465;
	width: 100%;
	border-width: 0 0 1px;
}
.trennlinie .st-inner {
    height: 1px;
    padding: 30px 0;
}
#partner h3 {
    line-height: 47px;
}
#partner img {
    margin-right: 30px;
}

#mitglied {
    padding-bottom: 30px;
}
#mitglied h3 {
    line-height: 74px;
}
#mitglied img {
    margin-right: 58px;
}

#kontakt {
	padding-top: 70px;
	color: #fff;
}
#kontakt table {
	width: 100%;
}
#kontakt table td {
	vertical-align: top;
	padding: 5px;
}	
#kontakt table td.bezeichnung {
	text-transform: uppercase;
	width: 25%;
	font-weight: 700;
}	
#kontakt table.zeiten td.bezeichnung {
	width: 45%;
}	
#kontakt table.zeiten td {
	border-bottom: 1px solid #464646;
}



#kontakt h2 { /* Headline Gmaps */
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-top: 0;
	line-height: 26px;
}

footer {
	background-color:#252525 !important;  /*  #f4802b !important; */
	padding: 10px;
}
.imprint-link {
	margin-top: 150px;
}


/* SLideshow */
.carousel-control.left {
	background-image: url(../images/prev_hover.jpg);
	background-repeat: no-repeat;
	background-position-y: 45%;
}

.carousel-control.right {
	background-image: url(../images/next.jpg);
	background-repeat: no-repeat;
	background-position-y: 45%;
	background-position-x: 100%;
}
.itemdesc,  .bildsub {
	font-family: Roboto;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 21px;	
} 
.itemdesc { 
	background-color: #000;
	padding: 10px 20px 4px;
	min-height:40px; 
 }
 .bildsub {
 }

/****************************************/
/* Aktivierung der Menüpunkte
#kontakt > .container >.row {
	margin-top:100px;	
}
#leistungen h1 {
	margin-top: 170px;
} */


/****** Seite ohne Slider, dafür Tabs/ Accordeon **********/
.hovereffect img {
    display: none;
}

.sect_treppen .st-inner {
	background: url(../images/leistungen/HolzbauHartmannTreppen_1260x380.jpg) no-repeat;
	height: 380px;
	margin: 40px auto;
}
.sect_fassaden .st-inner {
	background: url(../images/leistungen/HolzbauHartmannFassenverkleidung_1260x380.jpg) no-repeat;
	height: 380px;
	margin: 40px auto;
}
.st-inner .text-on-bild {
	padding: 15px; 
	background: rgba(255,255,255,0.8);
    max-width: 45%;
    height: 67%;
    margin: 35px 0 0 30px;
    position: absolute;
}
.sect_fassaden .st-inner .text-on-bild {
    height: 38%;
    margin: 100px 0 0 30px;
}

/* Leistungen Accordeon */
.jwts_toggleContent {
	/*  display: block !important;   */
}
div.jwts_toggleControlContainer {
    margin-top: 10px;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
	font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight:400;
    border: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    margin-bottom: 0;
    line-height: 40px;
    cursor: normal;
    color: #000;
}
div.jwts_toggleControlContainer a.jwts_toggleControl span.jwts_toggleControlTitle {
	background: none !important;
	padding-left: 8px;
}
div.jwts_content {
    padding: 4px 8px;
    margin-bottom: 1px;
    border: none;
}
.jwts_toggleControlNotice {
	display: none;
}

/* mobiles Menü */
.sidenav {
    height: 82%;
    top: 18%;
    right: 0;
    background-color: #252525;
}
.mySideBar ul.nav.btmenu-mobile {
    position: relative; /* fixed; */
    left: 15%; /*  0; */ /* 45%; */
    top: 300px; /*50%; */
}
.sidenav ul li {
	text-align: left;
}
.sidenav ul > li a {
	line-height: 60px;
	color: #fff;
}

/* fussmenu */
#Mod103 ul {
    margin-top: 140px;
    float: left !important;
}
#Mod103 ul li {
	float: none;	
}
#Mod103 ul li a {
	/*padding-left: 0; */
}
/************************** 992 - 1199 px ****************************************************/

@media (max-width:1199px) {
	body { background-position: center -60px; }
	#top {
		display: none;
		height:0;	
	}
	.navbar-brand > img {
		width: 70%;	
	}
	ul.nav.navbar-nav.navbar-right {
		margin-top: -130px;;	
	}
	
	#kontakt h3 { font-size: 40px; }

}


@media (max-width: 992px) {
	body {
		background-position: 45% -150px; 	
	}
    .navbar-header {
        float: none;
        margin-top: 20px;
    }
    .side-menu-button {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar > .container .navbar-brand, 
    .navbar > .container-fluid .navbar-brand {
		float:right;    
    }
    
    .navbar-brand > img {
		width:70%;
		float:right;
		margin-right:30px;    
    }
    
   .side-menu-button {
   	background: #000 !important;
   	color: #fff;
   	font-weight: bold;
   	float: left;
   	top: 15px;
	}
	
	.innerpage-banner {
    	padding-top: 250px;
    }
    
	 .st-inner .text-on-bild {
    	max-width: 65%;
    }    
    
    /* Leistunge Accordeon */
    .jwts_toggleContent {
		display: none; /*  !important; */
		}
		
		
	.imprint-link {
   	margin-top: 0;
   	text-align: right;
	}
	/* fussmenu */
	#Mod103 ul {
	    margin-top: 0;
	    float: right !important;
	}	

	#kontakt .col-lg-3.col-md-4.col-sm-12 {
   	margin-top: 80px;
	}
	
}

@media (max-width: 767px) {
	.item-page {
	    padding: 0 15px;
	}
	p {
		font-size: 15px !important;	
		line-height: 24px;
	}
		.sect_fassaden .st-inner .text-on-bild {
		height: 67%;	
	}
}

@media (max-width: 767px) {

}	
	



