/*
Theme Name: Parquet Böhm Corporate Theme
Author: M8 communication
Author URI: http://www.marke.lu/
Description: Vorlage für die Parquet Böhm Seite
Version: 1.0
Text Domain: parquetboehm
*/


/* General Styling */

* {
	outline: none !important;
}

::selection {
	background-color: #7f5f38;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;
	background: #FFF;
	overflow-x: hidden;
}

p {
	margin: 0 0 20px 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #7f5f38;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #a17642;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
	color: #7f5f38;
	font-family: 'StoneSerifLT';
}


/* element with full width*/

.fill-y {
	width: 100%;
}


/* Buttons */

.btn {
	border-radius: 0;
}

.btn>p {
	margin: 0;
}

.btn-o {
	border: 1px solid #3A4F52;
	color: #3A4F52;
}

.btn-o:hover {
	background: #3A4F52;
	color: white;
}

.btn.btn-o-white {
	border: 1px solid white;
	color: white;
	background: transparent;
}

.btn.btn-o-white:hover {
	background: white;
	color: #6a6a6a;
}


/* Header */

header {
	width: 100%;
	height: 100px;
	margin: 0;
	position: fixed;
	/*top:0;*/
	left: 0;
	right: 0;
	background: white;
	z-index: 10;
}

header a.logo {
	display: block;
	/*position: absolute;
	top: 50px;
	left: 50px;*/
	height: 100%;
	float: left;
}

header a.logo img {
	height: 100%;
}

header .burger {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

header,
header .burger,
header a.logo,
#closeBtn {
	-webkit-box-shadow: 0px 10px 16px -8px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0px 10px 16px -8px rgba(0, 0, 0, 0.48);
	box-shadow: 0px 10px 16px -8px rgba(0, 0, 0, 0.48);
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}


/* After scrolling: */

header {
	height: 100px;
}

header.fixed {
	height: 65px;
}


/*
header a.logo {
	top: 50px;
}

header.fixed a.logo {
	top: 15px;
}
*/

header .burger {
	top: 90px;
}

header.fixed .burger {
	top: 55px;
}

header #closeBtn {
	top: 90px;
}

header.fixed #closeBtn {
	top: 55px;
}

#drawerMenu {
	top: 100px;
}

#drawerMenu.fixed {
	top: 50px;
}

body.admin-bar #drawerMenu {
	top: 132px;
}

body.admin-bar #drawerMenu.fixed {
	top: 82px;
}

#drawerMenu {
	height: auto;
	max-height: 0;
	position: fixed;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 9;
	overflow: hidden;
	background-color: #F1ECE7;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#drawerMenu.open {
	/*max-height: 800px;*/
	max-height: 100%;
	padding-top: 5em;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}


/* Navigation Menu styling*/

.nav-item {
	height: 250px;
	max-width: 160px;
	position: relative;
}

.nav-item h3 {
	position: absolute;
	top: 0;
	height: 2.4em;
}

.nav-item h4 {
	position: absolute;
	bottom: 0;
	height: 3em;
	margin-bottom: 10px;
}

.nav-item img {
	position: relative;
	top: 3em;
}

.nav-item a h3,
.nav-item a h4 {
	color: #7f5f38;
}

.nav-item a:hover h4 {
	color: black !important;
}

.cat-post-widget h3 {
	color: #7f5f38;
}

.cat-post-widget .cat-post-title {
	color: #7f5f38;
}

.cat-post-widget .cat-post-title:hover {
	color: black;
}

.scrollToContent,
.sliderBottomArrow .glyphicon-menu-down {
	cursor: pointer;
}


/*submenu styling*/

.ubermenu-submenu.ubermenu-submenu-drop {
	top: 0 !important;
	background-color: #F1ECE7 !important;
}

#closeBtn {
	display: none;
	position: absolute;
	background: white none repeat scroll 0% 0%;
	margin: auto;
	right: 0px;
	left: -20em;
	width: 7em;
	height: 4em;
	line-height: 4em;
	text-align: center;
	cursor: pointer;
}

#closeBtn.visible {
	display: block
}


/* Side Element: icon + 2 lines of text */

.sideElement {
	float: right;
}

.sideElement>div {
	height: 40px;
	width: 200px;
	position: relative;
	margin-top: 30px;
}

header.fixed .sideElement>div {
	margin-top: 12.5px;
}

.sideElement>div>img {
	height: 100%;
	width: auto;
	float: left;
}

.sideElement>div>div {
	display: table;
	height: 100%;
	padding-left: 10px;
}

.sideElement>div>div>p {
	display: inline;
	margin: 0;
	line-height: 1em;
	vertical-align: middle;
}

.sideElement>div>div>p>br {
	margin: 0;
}


/*list styles in nav*/

nav ul {
	list-style-type: none;
	padding: 0;
}

nav ul .cat-post-item {
	border: none;
	margin: 0;
	padding: 0;
}

nav li a.post-title.cat-post-title:before,
h4.triangle:before {
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	content: "\e250";
}

nav a:before {
	color: #7f5f38;
}

nav a {
	color: black;
}

nav .ubermenu h3.ubermenu-widgettitle {
	margin-bottom: 0;
}


/*Burger Menu*/

header .burger {
	font-size: 150%;
	height: 4em;
	width: 4em;
	background: white;
	cursor: pointer;
}

header .burger>p {
	margin: 0;
	padding-top: .5em;
	text-align: center;
	font-size: .75em;
	font-weight: 600;
	color: #7f5f38;
}

header .burger>div {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	position: relative;
	width: 2em;
	margin: auto;
	height: 2em;
	top: 1em;
}

header .burger>div>span {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	*/
	display: block;
	background-color: #7f5f38;
	;
	width: 100%;
	margin: auto;
	position: absolute;
	height: .25em;
}


/*Before*/

header .burger>div>span:nth-child(1) {
	top: 0;
}

header .burger>div>span:nth-child(2),
header .burger>div>span:nth-child(3) {
	top: .5em;
}

header .burger>div>span:nth-child(4) {
	top: 1em;
}


/*After*/

header .burger.open>div>span:nth-child(1) {
	top: .5em;
	width: 0%;
}

header .burger.open>div>span:nth-child(1),
header .burger.open>div>span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .burger.open>div>span:nth-child(3),
header .burger.open>div>span:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .burger.open>div>span:nth-child(4) {
	top: .5em;
	width: 0%;
}

@keyframes burgeropen {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(.5, 1);
	}
	100% {
		transform: scale(.1, 1);
	}
}


/*
@keyframes burgerclose{
  0%  {transform:rotate(45deg);}
  50% {transform:rotate(0deg);}
  100% {transform:rotate(-45deg);}
}
*/


/*Hover animation*/

header .burger:not(.open)>div>span:nth-child(1) {
	animation-name: burgeropen;
	animation-duration: .5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

header .burger:not(.open)>div>span:nth-child(2),
header .burger:not(.open)>div>span:nth-child(3) {
	animation-name: burgeropen;
	animation-duration: .5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: .25s;
}

header .burger:not(.open)>div>span:nth-child(4) {
	animation-name: burgeropen;
	animation-duration: .5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: .5s;
}


/*
header .burger.open:hover > div > span:nth-child(2){
  animation-name: burgerclose;
  animation-duration:1s;
  animation-direction:alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
	animation-delay: .5s;
}
header .burger.open:hover > div > span:nth-child(3){
  animation-name: burgerclose;
  animation-duration:1s;
  animation-direction:alternate-reverse;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
	animation-delay: .5s;
}
*/


/* Main content */

main {
	margin-top: 100px;
	overflow-x: visible;
}

.vc_row:not([data-vc-full-width="true"]) {
	max-width: 1200px;
	margin: auto;
}

.sliderContent {
	text-align: center;
	/*background-image: url("./img/slider_pattern.png");*/
}

.sliderBottomArrow {
	position: absolute;
	bottom: 25vh;
	left: 0;
	right: 0;
	text-align: center;
	/*width: 50px;*/
	margin: auto;
	animation: bounce 2.5s ease-in-out 0s infinite;
}

.sliderBottomArrow span {
	font-size: 3em;
	color: #FFF;
}


/*fullviewport slider elements*/

.viewport-fill-element.vc_column_container .owl-ca-item>.vc_row>.vc_column_container>.vc_column-inner,
.viewport-fill-element.vc_column_container>.vc_column-inner,
.viewport-fill-element.vc_column_container>.vc_column-inner>.wpb_wrapper,
.viewport-fill-element.vc_column_container>.vc_column-inner>.wpb_wrapper>.carousel-anything-container,
.viewport-fill-element.vc_column_container>.vc_column-inner>.wpb_wrapper>.carousel-anything-container>.owl-ca-wrapper-outer>.owl-ca-wrapper>.owl-ca-item>.vc_inner,
.viewport-fill-element.vc_column_container>.vc_column-inner>.wpb_wrapper>.carousel-anything-container>.owl-ca-wrapper-outer>.owl-ca-wrapper>.owl-ca-item>.vc_inner>.vc_column_container,
.viewport-fill-element.vc_column_container>.vc_column-inner>.wpb_wrapper>.carousel-anything-container>.owl-ca-wrapper-outer>.owl-ca-wrapper>.owl-ca-item>.vc_inner>.vc_column_container>.vc_column-inner,
.viewport-fill-element.vc_column_container .owl-ca-item>.vc_row {
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 0;
	display: block !important;
}

.sliderContent .wpb_raw_code .wpb_wrapper {
	padding-top: 25vh;
}

.viewport-fill-element.vc_column_container .owl-ca-theme .owl-ca-controls {
	text-align: center;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
}

.sliderContent.viewport-fill-element .vc_column-inner {
	padding-top: 0 !important;
}


/* Portfolio Elements */

.parallax-window {
	position: relative;
}

.portfolio-left .parallax-window,
.portfolio-left-right .col-sm-6 .parallax-window,
.pulled-left {
	width: 50vw;
	float: right;
	margin-right: -15px;
}

.portfolio-right .parallax-window,
.pulled-right {
	width: 50vw;
	margin-left: -15px;
}

.portfolio-left-right .col-sm-1 .parallax-window {
	width: 25vw;
}

.pulled-right.carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-next,
.pulled-left.carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-next {
	left: auto;
	right: 2vw;
	z-index: 4;
}

.pulled-right.carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-prev,
.pulled-left.carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-prev {
	left: 2vw;
	right: auto;
	z-index: 4;
}

.pulled-right.carousel-anything-container img.vc_single_image-img,
.pulled-left.carousel-anything-container img.vc_single_image-img {
	width: 50vw;
	height: auto;
	object-fit: cover;
}

.max-300 img {
	max-height: 300px;
}

.max-500 img {
	max-height: 500px;
}

@keyframes heartbeat {
	0% {
		transform: scale( .75);
	}
	20% {
		transform: scale( 1);
	}
	40% {
		transform: scale( .75);
	}
	60% {
		transform: scale( 1);
	}
	80% {
		transform: scale( .75);
	}
	100% {
		transform: scale( .75);
	}
}

.parallax-hover-effect-inner,
.parallax-hover-effect-outer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto !important;
}

.parallax-hover-effect-inner {
	height: 5em;
	width: 5em;
	background: rgba(255, 255, 255, .6);
	text-align: center;
	padding: 10px;
}

.parallax-hover-effect-outer {
	height: 6em;
	width: 6em;
	border: 1px solid white;
	animation-name: heartbeat;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	display: none;
}

.parallax-window:hover .parallax-hover-effect-outer {
	animation-name: none;
}

.parallax-hover-effect-outer span {
	color: white;
}

.quotes-left::before,
.quotes-right::after {
	content: '\201D';
	position: absolute;
	font-size: 150px;
	font-family: serif !important;
	color: #dcd0c2;
	top: -45px;
}

.quotes-left::before {
	left: -70px;
}

.quotes-right::after {
	right: -70px;
}

.right-align {
	text-align: right;
}


/* the slide down elements for the portfolio*/

.slidedownelement.active {
	padding-top: 150px;
	padding-bottom: 30px;
	height: auto;
	z-index: 2;
}

.slidedownelement.active.fixed {
	padding-top: 115px;
}

.vc_row:not([data-vc-full-width="true"]) {
	max-width: 1200px;
	margin: auto;
}

.slidedownelement {
	background-color: #F1ECE7;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	overflow: hidden;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.parallax-window {
	cursor: auto;
}


/*only display what is needed*/

.portfolio-left .parallax-window:not([data-slide='0']),
.portfolio-right .parallax-window:not([data-slide='0']) {
	cursor: pointer;
}

.portfolio-left .parallax-window:not([data-slide='0']) .parallax-hover-effect-outer,
.portfolio-right .parallax-window:not([data-slide='0']) .parallax-hover-effect-outer {
	display: block;
}


/* Seperator */

.separator_pb {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #7d572f;
}

.separator_pb>div {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	background-color: white;
}

.separator_pb>div>div {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	background-color: #dcd0c2;
}

.centered-4-col {
	/*a centered 1/3rd row, which will not grow -> 4ximage*/
	max-width: 370px;
}


/* Google Maps styling*/

#gmaps {
	width: 100%;
	width: 100vw;
	height: 300px;
}


/* 404 styling */

div.four-o-four {
	width: 100vw;
	height: 95vh;
	height: calc(100vh - 285px);
	background-color: #dcd0c2;
}

div.four-o-four>div {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5em;
	max-width: 1080px;
	text-align: center;
}


/* Styling single posts */

main.single-post {
	background-color: #f0ece6;
	height: 100%;
	padding-top: 35px;
}


/* Category Selector styling */

a.categorySelector>div>div {
	padding-top: 1em;
}

a.categorySelector>div>img {
	max-width: 98px;
	height: auto;
	width: auto;
	float: left;
	margin-right: 1em;
}

a.categorySelector {
	width: 100%;
	height: 7em;
	display: block;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.sideElement>div {
		width: auto;
		margin-left: 30px;
		margin-right: 20px;
	}
	.sideElement>div>div {
		display: none;
	}
	.portfolio-left .parallax-window,
	.portfolio-left-right .col-sm-6 .parallax-window,
	.portfolio-right .parallax-window {
		width: 100%;
	}
	.centered-4-col {
		float: none !important;
		margin: auto;
	}
}


/*brown button hover*/

.brown:hover {
	background-color: rgba(161, 118, 66, 0.4);
}


/* FOOTER
footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}*/

.top {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.top.solid {
	/*background: #FFF;*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.top h1 {
	margin-bottom: 0;
}

.top.solid .toggleDrawer i {
	padding-top: 8px;
}

.logo,
.toggleDrawer {
	font-family: 'StoneSansLT';
	color: #7f5f38;
}

.slogan {
	font-size: 6em;
	letter-spacing: .025em;
	margin-bottom: 15px !important;
	line-height: 1em;
	font-family: 'StoneSerifLT';
	color: white;
	text-shadow: 0px 0px 10px #555555;
}

.secondary-slogan {
	font-size: 1.5em;
	color: rgba(255, 255, 255, 1);
	line-height: 1em;
	font-family: 'StoneSansLT';
	text-shadow: 0px 0px 9px #333;
}

#drawer-top {
	position: fixed;
	height: 100%;
	top: 0;
	margin-top: -2000px;
	background: rgba(240, 240, 240, 0.9);
	width: 100%;
	padding: 140px 150px 40px 150px;
	z-index: 499;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.75);
}

#drawer-top h1,
#drawer-top h2 {
	color: #000;
}

#drawer-top .nav-pills>li>a {
	font-size: 18px;
	border-radius: 0;
}

#drawer-top .social {
	margin-top: 30px
}

#drawer-top .social ul {
	list-style: none;
	padding-left: 20px;
}

#drawer-top .social ul>li {
	display: inline-block;
}

#drawer-top .social ul>li>a:hover {
	color: white;
}

.content-block {
	background: transparent no-repeat center center fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

.parallax {
	padding: 80px 0;
}

.block-body {
	margin-top: 0px;
	margin-bottom: 25px;
}

.header_start {
	background-image: url(../slider/start.jpg);
}

.header_schreinerei {
	background-image: url(../slider/schreinerei.jpg);
}

.header_boeden {
	background-image: url(../slider/boeden.jpg);
}

.header_referenzen {
	background-image: url(../slider/referenzen.jpg);
}

.header_moebelreferenzen {
	background-image: url(../slider/moebelreferenz.jpg);
}

#blog .blog-post img {
	margin-bottom: 20px;
}

#blog .date {
	margin-bottom: 15px;
	font-style: italic;
}

#footer {
	background: #f1ece7;
	color: #2e2e2e;
}


/* video sliders */

.wpb_single_image.fillscreen img {
	object-fit: cover !important;
	width: 100%;
	height: 100%;
}

.fillscreen figure.wpb_wrapper,
.fillscreen figure.wpb_wrapper .vc_single_image-wrapper {
	height: 100%;
	width: 100%;
}

.fillscreen {
	width: 100vw;
	height: 100vh;
}

.sliderContent.viewport-fill-element .carousel-anything-container .owl-ca-item .vc_column-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* our team */


/*
.team-carousel, .page-id-751 main {
    background: #f1ece7;
    padding-top: 80px;
}
*/

.team-carousel .carousel-anything-container {
	max-width: 1200px;
	margin: auto;
}

.team-carousel {
	padding-top: 80px;
	background: #f1ece7 url('./img/teamline.svg');
	background-size: 100% auto;
	background-position: center 75%;
	background-repeat: no-repeat;
}

.team-carousel .wpb_text_column h2 {
	height: 3.5em;
	overflow: hidden;
	font-size: 1.5em;
	margin-left: .75em;
}

.team-carousel .wpb_text_column h2::before {
	content: '“';
	position: absolute;
	font-size: 3em;
	font-family: serif !important;
	color: #dcd0c2;
	top: -0.1em;
	left: 0px;
}

.team-carousel .wpb_text_column p {
	text-align: center;
	min-height: 2em;
}

.team-carousel .wpb_text_column p strong {
	height: 3em;
}

.team-carousel .wpb_text_column p em {
	font-style: normal;
	color: gray;
}

.team-carousel .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-next::before,
.team-carousel .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-prev::before {
	top: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	color: #7f5f38 !important;
}


/*New carousel*/

.member {
	text-align: center;
}

.member h3 {
	margin: 0 0 0.5em 0;
}

.member em {
	font-variant: small-caps;
	font-style: normal;
}

.member p {
	margin: 0;
}

.carousel-anything-container.owl-ca-theme.has-arrows.team .owl-ca-controls .owl-ca-buttons div.owl-ca-next::before,
.carousel-anything-container.owl-ca-theme.has-arrows.team .owl-ca-controls .owl-ca-buttons div.owl-ca-prev::before {
	color: #7f5f38 !important;
}

a.ubermenu-item-layout-pb_layout {
	height: 270px;
	max-width: 200px;
}

a.ubermenu-item-layout-pb_layout span.ubermenu-target-title.ubermenu-target-text {
	color: #7f5f38;
	height: 2.4em;
	font-family: 'StoneSansLT';
	font-size: 1.2em;
}

a.ubermenu-item-layout-pb_layout span.ubermenu-target-description {
	margin-bottom: 10px;
	margin: 0 0 15px 0;
	color: #7f5f38;
	font-family: 'StoneSansLT';
	font-size: 1em;
	padding-top: 10px;
	font-weight: 500;
	line-height: 1.1;
}

a.ubermenu-item-layout-pb_layout:hover span.ubermenu-target-description {
	color: black !important;
}

a.ubermenu-item-layout-pb_layout span.ubermenu-target-description:before {
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	content: "\e250";
}

.ubermenu-nav {
	padding-bottom: 2em !important;
}

.sideElement.langMenu {
	display: flex;
	align-content: center;
	justify-content: center;
	width: auto;
	height: 100%;
}

.sideElement.langMenu .langSwitcher {
	width: auto;
	height: auto;
	margin: auto;
}

.sideElement.langMenu .langSwitcher>img {
	width: auto;
	height: auto;
	margin: auto;
	padding-left: 1em;
	padding-right: .5em;
}

.sideElement.langMenu .langSwitcher:after {
	content: "\e259";
	font-family: 'Glyphicons Halflings';
	font-size: 12px;
	position: relative;
	top: -.3em;
}

.sideElement.langMenu .langSwitcher ul {
	position: absolute;
	right: 0;
	display: none;
	list-style: none;
	top: 14px;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-left: 1em;
}

.sideElement.langMenu .langSwitcher:hover ul {
	display: block;
}

@media screen and (max-width:1025px) {
	ul.ubermenu-nav,
	div.ubermenu-submenu ul {
		display: flex !important;
		width: 100% !important;
		height: calc(100vh - 100px) !important;
		flex-wrap: wrap;
		justify-content: center;
		overflow-y: scroll !important;
		padding-bottom: 3em;
		align-items: baseline;
	}
	ul.ubermenu-nav li,
	div.ubermenu-submenu li {
		width: 180px !important;
		min-width: 180px !important;
		max-width: 180px !important;
		display: block !important;
		float: none !important;
	}
	.ubermenu-active {
		z-index: 30 !important;
	}
}

@media screen and (max-width:800px) {
	header .burger {
		font-size: 120%;
	}
	header {
		height: 65px;
	}
	header .burger {
		top: 55px;
	}
	header #closeBtn {
		top: 55px;
	}
	#drawerMenu {
		top: 65px;
	}
	header .sideElement>div {
		margin-top: 12.5px;
	}
	main {
		margin-top: 65px;
	}
}

@media screen and (max-width:415px) {
	ul.ubermenu-nav li {
		width: 160px !important;
		min-width: 160px !important;
		max-width: 160px !important;
	}
	#footer .col-xs-12 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	div.slogan {
		font-size: 2.5em;
	}
	div.secondary-slogan {
		font-size: .9em;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.25em;
	}
	div.parallax-window {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 1em;
		margin-bottom: 1em !important;
	}
	a.btn {
		width: 100%;
	}
}
