@charset "utf-8";
/**
 Theme Name: neue Holzbau AG
 Theme URI: https://www.atrox.ch
 Version: 1.0
 Description: 
 Template: wp-spotlight
 Author: Michael Ligabue
 Text Domain: nhb
*/

/**
 * #.# Fonts
 */
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background-color: #eee;
	overflow-x: hidden;
}

a {
	color: rgba(117, 90, 66, 1);
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1 {
	font-weight: 600;
}

/**
 * #.# Images
 */
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.wp-caption {
	padding: 0.2em;
	max-width: 100%;
	margin-bottom: 1em;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 0.9em;
}

figcaption {
	padding: 1em;
}

.wp-caption:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/**
 * #.# Galleries
 */
.gallery-item {
	display: inline-block;
	text-align: center;
	padding: 0.5em;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-item img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/**
 * #.# Forms
 */
input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="submit"],
input[type="reset"],
input[type="tel"],
button,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 0.8em;
	color: #888;
	border: 1px solid #999;
	padding: 0.6em 0.8em;
	width: 100%;
	resize: vertical;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

input[type="search"] {
	background-image: url("img/icon-search.png");
	background-position: right;
	background-repeat: no-repeat;
}

.wps-entry-content input[type="search"],
.wps-entry-content input[type="text"],
.wps-entry-content input[type="email"],
.wps-entry-content input[type="password"],
.wps-entry-content input[type="number"],
.wps-entry-content input[type="submit"],
.wps-entry-content input[type="reset"],
.wps-entry-content input[type="tel"],
.wps-entry-content select,
button,
.wps-entry-content textarea {
	margin: 0.5em 0 1em;
	border: 1px solid #bbb;
}

input[type="submit"],
input[type="reset"],
button {
	border: none !important;
	color: #fff;
	background-color: #d18c0a;
	border-radius: 5px;
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="tel"]:hover,
button:hover,
textarea:focus {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

textarea {
	height: 140px;
}

/**
 * #.# Header
 */
.wps-site-header-wrapper {
	background-color: rgba(40, 40, 40, 0.6);
}

.wps-site-header-inner {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding: 1.3em 0;
}

/**
 * #.# Top widget area
 */
.nhb-header-top {
	text-align: center;
	margin-bottom: -1.2em;
	z-index: 100;
}

.nhb-header-top .wps-widget {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4.5px;
}

.nhb-header-top .wps-widget ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nhb-header-top .wps-widget li {
	display: inline-block;
	padding: 0 0.4em;
	margin: 0;
	vertical-align: top;
	border-right: 1px solid #fff;
	line-height: 0.9em;
}

.nhb-header-top .wps-widget li a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	font-weight: inherit;
}

.nhb-header-top .wps-widget li a:hover {
	text-decoration: underline;
}

.nhb-header-top .wps-widget .mlp-language-box li:last-of-type {
	border: none;
}

/**
 * #.# Header widget area
 */
.nhb-header .wps-widget {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0 -4.5px 0 0;
}

.nhb-header .wps-widget:nth-of-type(even) {
	text-align: right;
	margin: 0;
	vertical-align: bottom;
}

.nhb-header .screen-reader-text {
	display: none;
}

.nhb-header input[type="submit"] {
	display: none;
}

input[type="search"] {
	width: 250px;
}

/**
 * #.# Navigation
 */
.wps-nav-wrapper {
	background-color: rgba(40, 40, 40, 0.9);
}

.wps-nav-icon-wrapper {
	display: none;
}

.wps-nav-wrapper .menu-main-container {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

.wps-nav-wrapper .menu {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wps-nav-wrapper .menu-item {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.wps-nav-wrapper .menu-item a {
	display: block;
	padding: 1.1em 1.2em;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	font-weight: inherit;
}

.wps-nav-wrapper .current-menu-item a,
.wps-nav-wrapper .current-menu-parent a,
.wps-nav-wrapper .menu-item:hover a {
	background-color: #d18c0a;
}

.wps-nav-wrapper .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	left: 0;
	z-index: 100;
	font-size: 0.8em;
}

.wps-nav-wrapper .menu-item:hover .sub-menu {
	display: block;
}

.wps-nav-wrapper .sub-menu .menu-item {
	width: 100%;
	margin: 0;
}

.wps-nav-wrapper .sub-menu .menu-item a {
	border: 1px solid #f5f5f5;
	border-top: none;
	background-color: #fff;
	color: #666;
	padding: 0.8em 1.2em;
	width: 148px;
}

.wps-nav-wrapper .sub-menu .menu-item a:hover {
	background-color: #eee;
}

/**
 * #.# Content
 */
.wps-site-content-wrapper {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	background-color: rgba(240, 240, 240, 0.7);
}

.wps-site-content-inner {
	position: static;
	padding: 1em 3em 3em;
}

article {
	position: static;
}

.wps-content-sidebar-active .wps-site-content-inner {
	display: inline-block;
	width: 70%;
	margin: 0 -4.5px 0 0;
}

.wps-post-header h1 {
	margin-top: 0.2em;
}

.wps-entry-content {
	line-height: 1.7;
	position: static;
}

.wps-entry-content:after {
	display: block;
	content: "";
	clear: both;
}

.wps-entry-content p {
	margin: 0;
	padding: 0.8em 0;
}

/**
 * #.# Sidebar
 */
aside.nhb-content-sb {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 0 1.5em 0 0;
	margin: 0;
	color: #fff;
}

.nhb-content-sb-inner {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 1.4em 1.5em;
	background-color: rgba(117, 90, 66, 0.9);
}

aside.nhb-content-sb .wps-widget {
	margin: 0;
	padding: 0.1em 0;
	font-size: 0.9em;
}

aside.nhb-content-sb .wps-widget .widgettitle {
	font-size: 1em;
	font-weight: normal;
}

/**
 * #.# Content lists
 */
aside.nhb-content-sb .wps-widget ul,
.wps-entry-content ul {
	padding: 0.5em 0;
	list-style-type: none;
	margin: 0;
}

aside.nhb-content-sb .wps-widget ul li,
.wps-entry-content ul li {
	padding-left: 20px;
}

aside.nhb-content-sb .wps-widget ul li:before,
.wps-entry-content ul li:before {
	display: inline-block;
	width: 15px;
	padding-right: 5px;
	margin: 0;
	content: "\203A";
	margin-left: -20px;
	font-weight: 600;
	font-size: 1.2em;
	color: #d18c0a;
}

aside.nhb-content-sb .wps-widget ul li:before {
	padding-right: 0.5px;
}

aside.nhb-content-sb .wps-widget a {
	color: #fff;
	font-weight: inherit;
}

/**
 * #.# Home
 */
.home .wps-post-header {
	display: none;
}

.home .wps-slideshow-slide-cont-wrapper {
	position: absolute;
	width: 342px;
	left: 0;
	top: 0;
	height: 100%;
	padding: 1.5em 3em 4em;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-image: url(img/topofwood-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.home .wps-slideshow-slide-active .wps-slideshow-slide-cont-wrapper {
	opacity: 1;
}

.home .wps-fc-box-inner {
	font-size: 0.9em;
	font-weight: normal;
}

/**
 * #.# Footer
 */
.wps-site-footer-wrapper {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	background-color: rgba(40, 40, 40, 0.8);
	padding: 1.2em 2em 5em;
	color: #fff;
	font-size: 0.75em;
}

.nhb-footer-sidebar {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.5em;
	margin: 0 -4.5px 0 0;
	width: 25%;
}

.nhb-footer-sidebar .wps-widget {
	padding: 1em 0;
}

.nhb-footer-sidebar img {
	max-width: 75% !important;
}

.nhb-footer-sidebar .widgettitle {
	text-transform: uppercase;
	font-size: 1.2em;
}

.nhb-footer-sidebar strong {
	font-size: 1.2em;
}

.nhb-footer-sidebar a {
	color: inherit;
	font-weight: inherit;
}

.nhb-footer-sidebar .menu {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
}

.nhb-footer-sidebar .nhb-social-media {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
}

/**
 * #.# Slideshow
 */
.wps-slideshow {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	overflow: visible;
	background-color: #000;
}

.wps-slideshow-arrow,
.wps-slideshow-arrow:hover {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-position: 0 0;
	height: 49px;
	width: 50px;
	background-image: url("img/icon-direction-nav.png");
	background-size: 100px 98px;
	background-color: transparent;
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.wps-slideshow-arrow-left {
	left: -25px;
}

.wps-slideshow-arrow-left:hover {
	background-position: 0 -49px;
}

.wps-slideshow-arrow-right {
	right: -25px;
	background-position: -50px 0;
}

.wps-slideshow-arrow-right:hover {
	background-position: -50px -49px;
}

/**
 * #.# Grid boxes
 */
.wps-fc-box-inner img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.home .wps-fc-box-inner img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 3px solid #000;
}

.wps-fc-box-inner p:nth-of-type(1),
.wps-fc-box-inner h1:nth-of-type(1),
.wps-fc-box-inner h2:nth-of-type(1),
.wps-fc-box-inner h3:nth-of-type(1),
.wps-fc-box-inner h4:nth-of-type(1) {
	padding-top: 0;
	line-height: 1;
}

.wps-fc-box-inner p:nth-of-type(1) {
	line-height: inherit;
}

/**
 * #.# Listed post
 */
.wps-post-list .post {
	padding: 0 0 4em;
}

.wps-post-date {
	width: 80%;
	background-color: #fff;
	padding: 1.1em 3em;
	margin: 1em 0 0.5em;
	margin-left: -3em;
	color: #909090;
	text-transform: uppercase;
	font-weight: bold;
}

.wps-post-date * {
	font-size: 0.8em;
}

.wps-post-list .wps-post-header a {
	color: inherit;
}

.wps-post-list .wps-post-thumbnail {
	display: inline-block;
	float: left;
	padding: 0.8em 2em 0 0;
}

.wps-post-list .wps-post-thumbnail {
	width: 175px;
}

.wps-post-thumbnail img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.single .category-accoya .wps-post-thumbnail,
.single .category-sonderbauten .wps-post-thumbnail,
.single .category-baubuche .wps-post-thumbnail,
.single .category-bruecken-stege .wps-post-thumbnail,
.single .category-gewerbe-gastro .wps-post-thumbnail,
.single .category-holz-membran-hallen .wps-post-thumbnail,
.single .category-industriebauten .wps-post-thumbnail,
.single .category-landwirtschaft .wps-post-thumbnail,
.single .category-laubholz-projekte .wps-post-thumbnail,
.single .category-sanierungen .wps-post-thumbnail,
.single .category-sport-mehrzweck .wps-post-thumbnail,
.single .category-wohnungsbauten .wps-post-thumbnail {
	display: none;
}

/**
 * #.# Lighbox
 */
#wps-lb-cont img {
	background-color: #000;
}

/**
 * #.# Color dot
 */
.nhb-contact-color {
	display: inline-block;
	vertical-align: middle;
	height: 1em;
	width: 1em;
	border-radius: 0.5em;
}

/**
 * GSA widget
 */
.nhb-gsa {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 350px;
	width: 350px;
}

@media screen and (max-width:1140px) {
	.nhb-gsa {
		height: 250px;
		width: 250px;
	}
}

/* Jobs */
body > .wps-post-thummbnail {
	display: block;
	position: relative;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

body > .wps-post-thummbnail img {
	display: block;
	margin: 0;
	height: auto;
	width: auto;
	max-width: 100%;
}

.wpjobs-jobs-list {
	display: flex;
	flex-wrap: wrap;
}

.wpjobs-jobs-list .wpjobs-job {
	width: calc(50% - 20px);
	margin-bottom: 20px;
}

.wpjobs-jobs-list .wpjobs-job:nth-child(2n) {
	margin-left: 20px;
}

/*.nhb-gsa *{
	cursor: url('/wp-content/themes/neueholzbau/img/gsa-cursor.png') 25 25, pointer;
}*/

/**
 * #.# Responsive 1140px
 */
@media only screen and (max-width: 1140px) {
	/**
	 * #.# Body
	 */
	body {
		font-size: 14px;
	}

	/**
	 * #.# Main container
	 */
	.wps-site-header-inner,
	.wps-nav-wrapper .menu-main-container,
	.wps-site-content-wrapper,
	#wps-site-footer,
	.wps-slideshow,
	body > .wps-post-thummbnail  {
		width: 700px !important;
	}

	/**
	 * #.# Navigation
	 */
	.wps-nav-icon-wrapper {
		display: block;
		margin: 0 auto;
		width: 40px;
		padding: 10px 0;
	}

	.wps-nav-icon {
		display: block;
		padding: 0;
		margin: 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
		background-image: url("img/icon-menu.png");
		height: 20px;
		width: 40px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.wps-nav-wrapper .menu {
		display: none;
	}

	.wps-nav-active .menu {
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		background-color: rgba(40, 40, 40, 0.9);
		z-index: 100;
		background-image: none;
	}

	.wps-nav-wrapper .menu-item {
		display: block;
		position: relative;
		margin-bottom: 1px;
	}

	.wps-nav-wrapper .menu-item:last-of-type {
		margin-bottom: 0;
	}

	.wps-nav-wrapper .menu-item-has-children:after {
		display: block;
		position: absolute;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "+";
		right: 0;
		top: 0;
		height: 100%;
		width: 2em;
		background-color: rgba(117, 90, 66, 1);
		cursor: pointer;
		font-size: 1.5em;
		padding: 1.1em 0.75em;
		color: #fff;
		line-height: 0;
	}

	.wps-nav-wrapper .sub-menu {
		display: none !important;
	}

	.wps-nav-wrapper .wps-nav-sub-active .sub-menu {
		display: block !important;
		position: relative;
	}

	.wps-nav-wrapper .wps-nav-sub-active .sub-menu .menu-item a {
		width: auto;
	}

	/**
	 * #.# Content
	 */
	.wps-site-content-inner {
		padding: 1em 0 3em;
	}

	.home .wps-site-content-inner {
		padding: 1em 2em 2em;
	}

	.wps-content-sidebar-active .wps-site-content-inner,
	aside.nhb-content-sb {
		display: block;
		width: 100%;
		padding: 0 2em;
	}

	aside.nhb-content-sb {
		padding: 0;
	}

	/**
	 * #.# Listed post
	 */
	.wps-post-date {
		margin-left: -2em;
	}

	/**
	 * #.# Slideshow
	 */
	.wps-slideshow .wps-slideshow-slides,
	.wps-slideshow-slide {
		height: 280px !important;
	}
}

/**
 * #.# Responsive 1140px
 */
@media only screen and (max-width: 700px) {
	.nhb-gsa {
		display: none;
	}

	/**
	 * #.# Main container
	 */
	.wps-site-header-inner,
	.wps-nav-wrapper .menu-main-container,
	.wps-site-content-wrapper,
	#wps-site-footer,
	.wps-slideshow,
	body > .wps-post-thummbnail  {
		width: 400px !important;
	}

	/**
	 * #.# Header
	 */
	.nhb-header-top {
		margin-bottom: 0;
	}

	.nhb-header .wps-widget {
		display: block;
		width: auto;
		margin: 0;
		padding: 0 2em;
	}

	input[type="search"] {
		width: 100%;
	}

	.wps-logo-wrapper img {
		display: block;
		margin: 0 auto;
		padding: 1em 0;
		max-height: 60px;
	}

	/**
	 * #.# Grids
	 */
	.wps-fc-grid {
		display: block;
	}

	.wps-fc-grid .wps-fc-box {
		display: block;
		width: auto !important;
		margin: 1em 0 !important;
	}

	/**
	 * #.# Footer
	 */
	.nhb-footer-sidebar {
		display: block;
		padding: 0.5em 0;
		margin: 0;
		width: auto;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}

	.nhb-footer-sidebar img {
		max-width: 140px !important;
	}

	/**
	 * #.# Slideshow
	 */
	.wps-slideshow .wps-slideshow-slides,
	.wps-slideshow-slide {
		height: 140px !important;
	}

	.wps-slideshow .wps-slideshow-slide-cont-wrapper {
		display: none;
	}

	.wps-slideshow-arrow {
		display: none;
	}
}
