body {
  	overflow-x: hidden;
  	overflow-y: scroll;
}


a[href^="index.php?execute=mailform&emailto"] {
	color: #C75818 !important;
	text-decoration: underline;	
}

.contentChild a[href^="tel:"] {
	color: #C75818;
}

.contentChildService a {
	color: #FFFFFF !important;
}


a {
	text-decoration: none;
	color: #303030;
}

a:hover {
	color: #303030;
	font-weight: normal;
}
a.button:hover  {
	font-weight: normal; !important;
}

a.impressum:link,a.impressum:visited,a.impressum:active {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
} 
a.impressum:hover {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
a.menu:link,a.menu:visited,a.menu:active {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
} 
a.menu:hover {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

a.menu1:link, a.menu1:visited, a.menu1:active, a.menu1s:hover{
	background-color: Silver;
	color: #000000;
	text-decoration: underline;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 3px;
	cursor: hand;
	display: block;
	font-size: 10pt;
	font-weight: bold;
}

a.menu1s:link, a.menu1s:visited, a.menu1s:active, a.menu1:hover{
	text-align: left;
	background-color: #666666;
	color: White;
	text-decoration: none;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 3px;
	cursor: hand;
	display: block;
	font-size: 10pt;
	font-weight: bold;
}


a.menu2:link, a.menu2:visited, a.menu2:active, a.menu2s:hover{
	background-color: Silver;
	color: #000000;
	text-decoration: underline;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 8px;
	cursor: hand;
	display: block;
	font-size: 8pt;
	font-weight: bold;
}
a.menu2s:link, a.menu2s:visited, a.menu2s:active, a.menu2:hover{
	text-align: left;
	background-color: #666666;
	color: White;
	text-decoration: none;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 8px;
	cursor: hand;
	display: block;
	font-size: 8pt;
	font-weight: bold;
}
.loginHead{  color:#666666; font-size: 10pt; font-weight:normal;} 

a.alogin:link,a.alogin:visited,a.alogin:active {
	text-decoration: none;
	font-size: 8pt;
	font-weight: none;
	color: #666666;
} 
a.alogin:hover {
	text-decoration: none;
	font-size: 8pt;
	font-weight: none;
	color: #000000;
}

input.acmsform{
	color: Black;
	background: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: 60px;
	border: 1px solid #FFF;
	border-color: #FFF;
	margin-top: 20px;
	margin-bottom: 0;
}

textarea.acmsformarea{
	color: Black;
	background: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	min-height: 300px;
	overflow: auto;
	border: 1px solid #FFF;
	border-color: #FFF;
	margin-top: 20px;
	margin-bottom: 0;
}

span.mailformText {
	font-size: 16px;
}


div.menubar  ul {
	float: right !important;
}

div.footerFullWidth {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
	background: #C75818 !important;
	color: #FFFFFF;
}

div.footerFullWidth div.row {
	max-width: 61.5em !important;	
}

div.footerFullWidth a {
	color: #FFFFFF !important;
}

div.footerFullWidth a:hover {
	color: #FFFFFF !important;
	font-weight: normal;
}


#scrollToTopButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #3F2517; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%;
	width: 50px;
	height: 50px; 
	text-align: center;
}

#scrollToTopButton:hover {
    background-color: #C75818; /* Add a dark-grey background on hover */
}



div.headerImages {
	position: relative;
}


#diashowSiegelDiv {

	position: absolute;
	z-index: 100;
	bottom: 20%;
	left: 60%;

}

div.orbit-bullets-container {
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 50%;
}

ol.orbit-bullets li {
	height: 10px;
	width: 10px;
	background: #FFFFFD;
}

ol.orbit-bullets li.active {
	background: #C75818;
}

/* @media only screen and (max-width: 40em) {
	.diashowSiegelImg {
		z-index: 100;
		max-height: 150px;
	}
	
	.diashowSiegel {	
		top:10px;
	}
	
}

@media only screen and (min-width: 40em) {
	.diashowSiegelImg {
		z-index: 100;
		max-height: 200px;
	}
	
	.diashowSiegel {	
		top:50%;
	}
	
}
 */
.orbit-bullets-container
{
    margin-top: -60px;
}

div.headerImages img {
	width: 100%;
}

div.content {
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
}

 .contentParent {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	
	 
	padding-top: 35px;
	padding-bottom: 35px;
}

.contentChild, .contentChildService {
	margin: 0 auto !important;
} 

.wasWirMachenBG {
	background:#EEE5D6; 
}

.unsereWerteBG {
	min-height: 500px;
	background:url('/images/holz-bg.jpg');
	color: #FFFFFF !important;
	text-transform:uppercase;
	 
	
}

.unsereWerteBG img {
	padding-bottom: 20px;
}

.unsereWerteBG div h2 {
	color: #FFFFFF !important;
	text-transform: none;
}

.unsereWerteInnerBG {
	padding-top: 35px;
	padding-bottom: 35px;
	/* background-image: linear-gradient(to right, #CD8F25 0%, #E2B56C 50%); */
	background: #CD8F25;
	background: linear-gradient(to left, rgba(239,215,169,0.5),
  rgba(205,153,58,0.9));
}

.unsereWerteInnerBG hr {
	border: 2px solid #FFFFFF;
}

.kontaktBG {
	background: #C75818 !important;
	color: #FFFFFF;
}

.kontaktBG a, .kontaktBG h1, .kontaktBG h2, .kontaktBG h3, .kontaktBG h4, .kontaktBG h5, .kontaktBG h6   {
	color: #FFFFFF !important;
}

.kontaktBG button, .kontaktBG .button {
	background-color: #FFFFFF !important;
	color: #C75818 !important;
	float: right;
	font-size: 18px;
	width: 170px !important;
}

.kontaktBG button:hover, .kontaktBG button:focus, .kontaktBG .button:hover, .kontaktBG .button:focus {
	background-color: #3F2517 !important;
	color: #FFFFFF !important;
	
	 }
	

.masonryRowGallery .columns {
	padding:5px;
}

.masonryRow img {
	padding-bottom: 10px;
	width: 100% !important;
}

#masonry-container > li {
	text-align: center;
	padding: 4px;
}

#masonry-container > li img {
	width: 100% !important;
}

li.masonryParentLi, div.masonryParentPreviewDiv {
	position: relative;
}

div.masonryImageTitleLi {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: white;
	font-size: 18px;
	text-align: left;
}

div.masonryImageTitlePreviewDiv {
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: white;
	font-size: 22px;
	text-align: left;
}


.contentChild ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin-left: 15px;
}

.contentChild ul li:before { content: ">" " "; }

ul.clearing-thumbs li:before { content: "" " " !important; }
ul.tabs li:before { content: "" " " !important; }

ul.tabs {
	
	margin-left: 0px;
}

ul.tabs li a {
	font-size: 15px !important;
	padding: 7px !important;
	background: transparent !important;
	color: #C75818 !important;
	text-transform: uppercase;
}

ul.tabs li.active {
	
	border-bottom: 4px solid #C75818;
}

.carousel ul {
	list-style: none !important;
	list-style-type: none !important; 
	}


.contentChild ol {
	list-style-image:url("/images/Aufzaehlung-Pfeil-unten.png");
    padding: 0px;
    margin-left: 35px;
}

#topDiv {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFFFFF;
	
}

#topDiv div.magellanDiv {
	
}


/* The sticky class is added to the header with JS when it reaches its scroll position */
.hcmssticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:500;
  text-align: center;
}

#fixedHeader {
	background: #FFFFFF;
}


@media only screen and (min-width: 40em) {
	div.maincontentdiv {
		padding-top: 30px;
	}	
}


div.carousel {
	width: 100%; 
}

.visible-img, .carousel, .clearing-assembled, .small-block-grid-3, .small-block-grid-1 {
	padding: 0 !important;
	margin: 0 !important;
}

.clearing-assembled {
	margin-left: -7px !important;
}

dd.accordion-navigation a, dl.accordion {
	font-size: 22px !important;
	color: #C75818 !important;
	
}

dd.accordion-navigation a {
	background: transparent !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

dd.accordion-navigation div {
	font-size: 22px !important;
	color: #C75818 !important;
	background: transparent !important;
	height: auto;
}

dd.accordion-navigation a.accordion-close:before { content: "" " "; }

hr.hrLeistungen {
	margin-top: -5px;
	border: 3px solid #C75818;
}

div.contentLeistungen {
	min-height: 50px;
}

dd.accordion-navigation a:before { content: url("/images/Aufzaehlung-Pfeil-unten.png") " "; }


/* #topSide {
	padding-top: 113px;
}
 */
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */





/* .contentChild ul li {
    padding-left: 16px;
} */


/* .contentChild ul li:before {
    content: ">"; Insert content that looks like bullets
    padding-right: 8px;
    color: inherit; Or a color you prefer
}
 */
@media only screen and (max-width: 40em) { 
	div.floatRightColumn {
		float: right;
	}
}