/*
	
Theme Name: Energy in Harmony
Theme URI: http://webgearing.com
Description: based on the Starkers Theme.
Version: 1.0
Author: Andris Linz @ webgearing ag
Author URI: http://webgearing.com

*/




/* ------------------------- RESET ------------------------- */


body, html, h1, h2, h3, h4, h5, h6, p, ul, li, ol, img, fieldset { margin:0; padding:0; border:0; }

ul, li, ol { list-style:none; }

:focus { outline:none; }


/* ------------------------- UTILITIES ------------------------- */

/* not in use */
/*:root {
	--brown: #b38659;
	--blue: #4799b3;
}*/

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

.clear { clear:both; height:0;}

.floatLeft { float:left; }

.floatRight { float:right; }

/* ------------------------- MAIN-STYLES ------------------------- */


body {font-family: 'Open Sans', sans-serif; letter-spacing:.08em;  color:#000; background:#fff; font-size:17px;}


/* ------------------------- TYPO ------------------------- */

::selection {
	color: white;
	background: #b38659;
}

h1	{
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	font-weight:700;
	line-height:48px;
	margin:0 0 60px 0;
	}

h2 	{
	font-family: 'Oswald', sans-serif;
	font-size:32px;
	font-weight:500;
	line-height:48px;
	margin:0 0 60px 0;
	}

h3 	{
	font-family: 'Oswald', sans-serif;
	font-size:25px; 
	font-weight:500; 
	line-height:30px; 
	margin:0 0 30px 0;
	}

h4 	{font-family: 'Oswald', sans-serif;font-size:1.5em; font-weight:500; line-height:1.2em; margin:0 0 30px 0; }

p 	{font-size:1em; line-height:1.5em; font-weight:400; margin:0 0 30px 0;}

p strong {
	font-weight:700;
}

a {text-decoration:underline; transition: all ease 0.3s; color: #fff; }

a:hover {text-decoration:underline; transition: all ease 0.3s; color: #fff; }

a[href$=".pdf"] {
	position:relative;
	padding-left:30px;
}

a[href$=".pdf"]:before {
	position:absolute;
	left:0;
	top:0;
	content: "\f019";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}


blockquote  {
	padding:0;
	margin:0 0 30px 0;
}

blockquote p {
	font-size:40px;
	font-weight:700;
	line-height:42px;

}

#main ul {
	margin-bottom: 30px;
}

#main ul li {
	position: relative;
	margin-left: 1.1em;
}

#main ul.sow-slider-images li {
	margin: 0;
}

#main img {
	max-width: 100%;
	height: auto;
}

#main ul > li::before {
	content: "";
	display: inline-block;
	width: calc(1em - 3px);
	height: calc(1em - 3px);
	background-color: #b38659;
	position: absolute;
	top: 0.28em;
	left: -1.1em;
}
ul.sow-slider-images > li::before,
ul.menu li::before {
	content: unset;
}

/* BUTTON */

.button {
	background:rgb(71,153,179) !important;
	border:0 !important; 
	font-weight:700 !important; 
	display:inline-block;
	border-radius:0 !important; 
	line-height:1.5em !important;
	font-size: 20px !important;
	padding: 10px 20px !important;
}

.button span, .button {
	color:#fff !important; 
	hyphens:auto;
}

.button:hover {
	cursor:pointer !important; 
	background: #fff !important;
}

.button:hover span, .button:hover {
	color: rgb(71,153,179) !important;
}


.buttons-horizontal .widget_sow-button {
		display:inline-block;
		margin-right:15px;
}

.button.button-white {
	border: 2px white solid !important;
	width: 100%;
}

	/* ------------------------- HEADER ------------------------- */


/* HEADER */

header {
	width:100%;
	padding:0 30px; 
	background:#fff; 
	box-shadow: 0px 1px 3px rgba(0,0,0,0.16); 
	position:sticky;
	top: 0;
	z-index: 150;
	}
	
header .inner {
	max-width:1280px;
	margin:0 auto;
}


/* LOGO AREA */

#logo-area {float:left; width:auto; margin: 15px 0; }

#logo-area img { height:110px; width:auto; border-radius:0; }

#logo-area .widget-container { margin:0; padding: 0; }


/* MENU AREA */

#menu-area {width:auto; float:right; text-align:left; padding:0;}

/* ------------------------- NAVIGATION ------------------------- */


#menu-area .menu {
	height:140px; 
	position:relative;
	}

#menu-area li {
	display:inline-block;
	line-height:140px;
	position:relative;
	}

#menu-area li a {
	font-family: 'Oswald', sans-serif;
	color:#b38659;
	font-size:18px;
	transition: all ease 0.3s;
	font-weight:700;
	text-transform:uppercase;
	text-decoration: none;
	}

/*
#menu-area li.menu-item-has-children a {
	padding:0 13px 0 26px;
	margin:0 13px 0 0;
	}
*/

#menu-area li a:hover {
	color:#b38659;
	transition: all ease 0.3s;
	text-decoration: none;
	}

#menu-area li.current-menu-item a, #menu-area li.current-menu-ancestor > a {
	color:#b38659;
	transition: all ease 0.3s;
	}

/*
#menu-area li.menu-item-has-children a:after {
	position:absolute;
	right:0;
	top:60px;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color:rgba(0,0,0,0.2);
	}
*/

/*#menu-area li > a {
	position: relative;
}

#menu-area li:hover > a::after,
#menu-area .current-menu-item > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #b38659;
	transition: 0.3s text-decoration ease-in-out;
}*/

#menu-area li:hover > a,
#menu-area .current-menu-item > a {
	text-decoration: underline 3px;
	text-underline-offset: 4px;
}

#menu-area .sub-menu {
	display:none;
	transition: all ease 0.3s;
	background: #fff;
	box-shadow:3px 3px 3px 0px rgba(0,0,0,0.16);
	border-top: 2px #b38659 solid;

	}

#menu-area .sub-menu a {
	white-space: nowrap;
}

/*
#menu-area li.menu-item-has-children:hover:before {
	content:"";
	background:rgba(42, 106, 68, 0.9);
	width:100vw;
	height:300px;
	position: absolute;
	top:0;
	left:0;
}
*/

#menu-area li.menu-item-has-children:hover .sub-menu {
	display:block;
	transition: all ease 0.3s;
	position:absolute;
	top:140px;
	left: -50%;
	width:auto;
	z-index:525;
	padding:15px 0;
	}

#menu-area li.menu-item-has-children:hover .sub-menu li {
	display:block;
	font-size:25px;
	line-height:35px;
	width:auto;
	padding: 0 20px;
	text-align:left;
	}

#menu-area li.menu-item-has-children:hover .sub-menu li a {
	color:#b38659;
	display:block;
	font-weight:700;
	}

#menu-area li.menu-item-has-children#menu-item-147 .sub-menu li.current-menu-item a {
	font-weight:500;
	}

#menu-area li.menu-item-has-children#menu-item-147 .sub-menu li.current-menu-item a:hover {
	font-weight:900;
	}

#menu-area .menu li.align-right.menu-item-has-children .sub-menu {
	right:-100px;
	}


/* Menu Toggle */

body.menu--open #menutoggle {
	display:block;
}

#menutoggle {
	width: 28px;
	height: 28px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s transform ease-in-out;
	-moz-transition: .5s transform ease-in-out;
	-o-transition: .5s transform ease-in-out;
	transition: .5s transform ease-in-out;
	cursor: pointer;
	z-index:550;
	display:none;
}


#menutoggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #b38659;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/*
body #menutoggle span {
	background:rgba(0,0,0,0.8);
}
*/

#menutoggle span:nth-child(1) {
  top: 4px;
}

#menutoggle span:nth-child(2) {
  top: 12px;
}

#menutoggle span:nth-child(3) {
  top: 20px;
}

body.menu--open #menutoggle span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

body.menu--open  #menutoggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

body.menu--open  #menutoggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}


body #overlay-area {
	display:none;
}

body.menu--open #overlay-area {
	display:block;
	overflow:scroll;
}

#overlay-area {
	position:fixed; 
	top:0; 
	left:0; 
	bottom:0; 
	right:0; 
	background:#fff;
	z-index:500;
	padding:30px;
}

#overlay-area .menu {
	margin:0 auto 30px auto;
	max-width:500px;
	border-bottom:1px rgba(255, 255, 255, 0.3) solid;
}

#overlay-area .menu li {
	list-style:none; 
	border-top:1px rgba(255, 255, 255, 0.3) solid;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

#overlay-area .menu li a {
	text-decoration:none; 
	display:block; 
	font-size:25px; 
	line-height:28px; 
	font-weight:700;
	color: rgb(179,134,89);
	width:auto; 
	position:relative; 
	display:block;
	text-transform:uppercase;
}

#overlay-area .menu li a:hover {
	color:rgba(179,134,89, 0.8);
}

#overlay-area .menu li.current-menu-item a, #overlay-area .menu li.current-menu-item .sub-menu li.current-menu-item a, #overlay-area .menu li.current-menu-ancestor > a, #overlay-area .menu li.current-menu-ancestor .sub-menu li.current-menu-item a  {
	text-decoration: underline;
}

#overlay-area .menu li.menu-item-has-children {
	padding-bottom:0;
}

#overlay-area .menu li.menu-item-has-children a {
	margin-bottom:15px;
}

#overlay-area .menu li.menu-item-has-children .sub-menu li a {
	margin-bottom:0;
}

#overlay-area .menu li .sub-menu li a {
	color:rgba(42,79,51,0.8);
	font-size:18px;
	line-height:28px;
}

#overlay-area .menu li .sub-menu li:hover a {
	color:rgba(42,79,51,1);
}

#overlay-area .menu .sub-menu {
	padding:0;
	margin-bottom:0;
}

#overlay-area .menu .sub-menu li {
	margin-bottom:5px;
}

#overlay-area .logo img {
	width:200px;
	height:auto;
	margin:0 auto;
}

/* ------------------------- MAIN ------------------------- */


#main {
	max-width:1280px; 
	padding:0; 
	margin:0 auto 30px;
	
	}
	
#main .content {
	padding:30px;
	background:#f4f7ed;
}

/* ------------------------- HOME ------------------------- */

/* TEASERBOXEN */

.teaser {
/* 	position:relative; */
}

.teaser h2 {
	color:#fff;
	margin-bottom:15px;
	text-transform:uppercase;
}

.bg-light .teaser h3, .bg-light .teaser p {
	color:#2a6a44;
}

.bg-dark .teaser h3 {
	color:#9eba42;
}

.bg-dark .teaser p {
	color:#fff;
}

.bg-pastell h2, .bg-pastell h3, .bg-pastell p	 {
	color:#2a6a44;
}

.bg-pastell .button-teaser:hover span {
	color:#2a6a44 !important;
}


/* BUTTON Teaser */
	
.button-teaser {
	padding:15px 45px !important; 
	background:rgba(255, 255, 255, 1) !important; 
	font-size:0.8em !important; 
	border:0 !important; 
	font-weight:700 !important; 
	display:inline-block;
	border-radius:0 !important; 
	line-height:1.5em !important;
	position:absolute;
	bottom:0;
	right:0;
	}

.button-teaser span, .button-teaser {
	color:#9eba42 !important; 
	hyphens:auto;
	text-transform:uppercase;
	}

.button-teaser:hover {
	cursor:pointer !important; 
	background:rgba(255, 255, 255, 0.5) !important;
	}

.button-teaser:hover span, .button-teaser:hover {
	color:#fff !important;
	}


/* ------------------------- EVENTS ------------------------- */

.teaserposts {
	width:calc(100% + 30px);
	left:-15px;
}

.teaserpost {
	padding:26px 26px 13px 26px;
	margin:0 0 26px 0;
	}

.teaserposts .grid-sizer {
	width:calc(50% - 30px);
	}

.teaserposts .teaserpost {
	width:calc(50% - 30px); 
	height:auto; 
	margin:0 15px 30px 15px; 
	box-sizing: border-box; 
	}


.teaserpost h3 {
	font-size:40px; 
	line-height:48px; 
	font-weight:700;
}

.teaserpost h3 a {
	text-decoration:none;
}

.teaserpost p.datum {
	font-size:22px;
}

.teaserpost p {
	max-width:calc(100% - 200px);
}


/* button-more */
	
.teaserpost .button-more {
	padding:15px 45px !important; 
	background:rgba(255, 255, 255, 1) !important; 
	font-size:0.8em !important; 
	border:0 !important; 
	font-weight:700 !important; 
	display:inline-block;
	border-radius:0 !important; 
	line-height:1.5em !important;
	position:absolute;
	bottom:0;
	right:0;
	color:#9eba42 !important; 
	hyphens:auto;
	text-transform:uppercase;
	text-decoration:none;
	}


.teaserpost .button-more:hover {
	cursor:pointer !important; 
	background:rgba(255, 255, 255, 0.5) !important;
	color:#2a6a44 !important;
	}
	
/* Wissenswertes */

.teaserpost.no-link p {
	max-width:100%;
}
	
/* Single */

#main.single-events {
	padding:30px;
	box-sizing: border-box;
	background:#f4f7ed;
}

.event-text {
	margin-bottom:30px;
}

.event-text table tr td:first-child {
	padding-right:30px;
}



/* ------------------------- ACCORDION ------------------------- */

.accordion {
	background:transparent;
}

.sow-accordion-panel-header {
	background:#dce9bf !important;
	color:#9eba42 !important;
	font-size:25px;
	text-transform:uppercase !important;
	font-weight: 700 !important;
	transition: all ease 0.3s;
}

.sow-accordion-panel-open .sow-accordion-panel-header, .sow-accordion-panel-header:hover {
	background:#2a6a44 !important;
	transition: all ease 0.3s;
}

.sow-accordion-panel-border {
	background:transparent !important;
}



/* ------------------------- Slider ------------------------- */

.slider {
	background:#fff;
	padding-bottom:30px;
	margin-bottom:0;
}

.slider .sow-slider-base {
	border-radius:0px 0px 0px 100px !important;
}

.slider h3 {
	color:#fff;
	font-size:50px;
	line-height:55px;
	font-weight: 700;
	text-transform: uppercase;
}

.sow-slider-base .sow-slide-nav {
	display: block;
	opacity: 1 !important;
}

.sow-slider-base .sow-slider-pagination {
	bottom:35px !important;
	text-align:left !important;
	display: flex;
	justify-content: center;
}

.sow-slider-base .sow-slider-pagination li a {
	width:15px !important;
	height:15px !important;
}

/* ------------------------- FORMULAR ------------------------- */


.nf-form-fields-required {
	display:none;
}

/*
.nf-field-label {
	display:none;
}
*/

.nf-form-content input[type="text"], .nf-form-content input[type="email"], .nf-form-content input[type="tel"], .nf-form-content textarea {
	border:#fff 1px solid !important;
	background-color:#fff !important;
	font-family: 'Oswald', sans-serif;
	font-size:1em !important;
	color:#2a6a44 !important;
}

.nf-form-content input[type="text"]:focus, .nf-form-content input[type="email"]:focus, .nf-form-content input[type="tel"]:focus, .nf-form-content textarea:focus	 {
	border:#2a6a44 1px solid !important;
}

/*
.nf-form-content input[type="button"] {
	background:rgba(255,255,255,0.6) !important;
	color:#000 !important;
	font-family:'Montserrat', Verdana, Helvetica, Arial, sans-serif;
	padding:15px 45px !important;
	line-height:1em;
}

.nf-form-content input[type="button"]:hover {
	background:rgba(255,255,255,0.8) !important;
	color:#2a6a44 !important;
}
*/

.nf-form-content input[type="text"]::placeholder, .nf-form-content input[type="email"]::placeholder, .nf-form-content input[type="tel"]::placeholder, .nf-form-content textarea::placeholder {
	opacity:1;
}


.nf-form-content input[type="button"] {
	padding:15px 45px !important; 
	background:rgba(255, 255, 255, 1) !important; 
	font-size:0.8em !important; 
	border:0 !important; 
	font-weight:700 !important; 
	display:inline-block;
	border-radius:0 !important; 
	line-height:1.5em !important;
	color:#9eba42 !important; 
	hyphens:auto;
	text-transform:uppercase;
	text-decoration:none;
	}


.nf-form-content input[type="button"]:hover {
	cursor:pointer !important; 
	background:rgba(255, 255, 255, 0.5) !important;
	color:#2a6a44 !important;
	}


/* ------------------------- FOOTER ------------------------- */


footer {
	background:#b38659;
	padding:30px 0 0 0; 
	color:#000;
	width:100%;
	min-height:220px;
	}

footer .inner {
	/*padding:0 30px;*/
	margin:0 auto;
	max-width: 1280px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
	flex-wrap: wrap;
}

#first-footer-widget-area, #second-footer-widget-area  {margin:0;}

footer p, footer h2, footer h3 {
	color:#000;
}

footer a {text-decoration: underline; color: #000; }

footer a:hover {text-decoration: underline; color: #000; }

footer h3 {font-size:26px; font-weight:400; line-height:34px; margin:0; }

footer img {
	width:auto;
	height:40px !important;
}

#kontakt img {
	width:30px;
	height:auto;
}

footer p.small {
	font-weight:700;
	color:#000;
}

/* BUTTON-TOP */

#btn_top {
	position:fixed; 
	bottom:30px;
	right:30px;
	display:none;
	padding:15px 15px 10px 15px !important; 
	background: rgb(71,153,179) !important;
	font-size:1em !important; 
	border:0 !important; 
	font-weight:700 !important; 
	line-height:1.5em !important; 
	color:#fff !important;
	hyphens:auto;
	z-index:1;
	box-shadow: 0 1px 3px darkslategrey;
}
	
#btn_top.active {
	display:block;
}

#btn_top.active:before {
	content: url(images/arrow-up_hover.svg);
}


#btn_top:hover {
	color: rgb(71,153,179) !important;
	cursor:pointer !important; 
	background: #b38659 !important;
	border:0 !important; 
	}


/* DISCLAIMER */

#wp-disclaimer-popup {
	background:#2a6a44;
	color:#fff;
	padding:0 0 30px 0!important;
}

#wp-disclaimer-popup h1 {
	color:#fff;
	margin-bottom:30px;
	font-size:2em;
	text-transform:uppercase;
}

#wp-disclaimer-popup p strong {
	color:#fff;
}

#wpdp-close, #wpdp-decline {
	padding:15px 45px !important; 
	background:#fff !important; 
	font-size:0.8em !important; 
	border:0 !important; 
	font-weight:700 !important; 
	display:inline-block !important;
	border:#fff 2px solid !important;
	border-radius:0 !important; 
	line-height:1.5em !important;
	color:#2a6a44 !important; 
	width:200px !important;
}

#wpdp-close:hover, #wpdp-decline:hover {
	cursor:pointer !important; 
	background:#2a6a44 !important;
	color:#fff !important;
	}

#wp-disclaimer-popup #wpdp-close {
	margin-right:15px !important;
}
	
#wp-disclaimer-popup #wpdp-decline {
	margin-left:0 !important;
}

.disclaimer-logo {
	background:#fff !important;
	padding:30px !important;
	margin-bottom:30px !important;
}

.disclaimer-logo p {
	margin-bottom:0 !important;
}

.disclaimer-text {
	padding:30px 30px 0 30px !important; 
}

/* ----- RESPONSIVE TABLET STYLES ----- */


@media screen and (max-width: 1240px){
	
	#main {width:calc(100% - 80px); padding:0 40px 26px; margin:0 auto; min-height:500px;}
	
	footer .inner {width:calc(100% - 80px);}
}


@media screen and (max-width: 1023px) { 
		
	#main {width:calc(100% - 80px); padding:0 40px 26px; margin:0 auto; min-height:500px;}
	
	footer .inner {width:calc(100% - 80px);}

	#menu-area {
		display:none;
	}

	#menutoggle {
		display:block;
	}

}


/* ----- RESPONSIVE MOBILE STYLES ----- */


@media screen and (max-width: 780px) {
	
	#logo-area img {height:40px; width:auto;}
			
	#main {width:calc(100% - 40px); padding:0 20px 26px; margin:0 auto; min-height:500px;}
				
	footer h3 {font-size:22px; line-height:26px; margin:0;}
		
	h1 {
		font-size:2.2em;
		hyphens:auto;
	}
	
	h2 {
		font-size:1.8em;
		hyphens:auto;
	}
	
	h3, .slider h3 {
		font-size:1.6em;
		line-height:1.2em;
		hyphens:auto;
	}	
	
	.platzhalter {
		min-height:350px;
	}

	
	.teaserposts {
		width:calc(100% + 30px);
		left:-15px;
	}
	
	
	.teaserposts .grid-sizer {
		width:calc(100% - 30px);
		box-sizing: border-box; 
		}
	
	.teaserposts .teaserpost {
		width:calc(100% - 30px); 
		height:auto; 
		margin:0 15px 30px 15px; 
		box-sizing: border-box; 
		}
		
		
	.slider .sow-slider-base {
		border-radius:0px 0px 0px 50px !important;
	}
}


/****************************
 ---------My Styles----------
 ****************************/

#contact-button {
	position: fixed;
	top: 40vh;
	right: 0;
	box-shadow: 0px 1px 3px darkslategrey;
	z-index: 150;
}

#contact-button	a:hover {
	background: #b38659 !important;

}

#contact-button	a:hover > span {
	color: #fff !important;
}
.head-text-shadow {
	position: relative;
	padding: 15px 15px 15px 0;
	width: 66%;
}

.head-text-shadow::before {
	content: "";
	background: rgba(0, 0, 0, .3);
	width: 70vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -5;
}

@media (max-width: 1080px){
	.head-text-shadow {
		min-width: 100%;
	}
	.head-text-shadow::before {
		min-width: 100%;
	}
}

#head-band {
	background: #b38659;
	font-size: 14px;
	padding: 5px 0;
}

#head-band .textwidget {
	display: flex;
	gap: 10px;
	justify-content: right;
	color: #fff;
	margin-right: 5px;
}

#head-band .textwidget p:not(:last-child)::after {
	content: "|";
	position: relative;
	right: -5px;
}

#head-band p {
	margin: 0;
}

#landing-page .sow-slider-image-wrapper {
	justify-content: end;
}

.services-container .panel-layout .panel-grid .siteorigin-panels-stretch {
	flex-wrap: wrap;
	gap: 40px 0;
}

.services-container .siteorigin-panels-stretch .panel-grid-cell{
	padding: 0 12px;
}


.services-container .so-widget-sow-layout-slider .sow-slider-base .sow-slider-image .sow-slider-image-wrapper {
	padding: 0;
}

.services-container .sow-slider-base {
	overflow: visible;
}

.services-container .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
	left: -45px;
}

.services-container .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
	right: -45px;
}

.services-container .sow-slider-base .sow-slider-pagination {
	bottom: -35px !important;
	padding: 0;
}


/**
	Tablet
 */
@media screen and (max-width: 1240px){
	#contact-button {
		display: none;
	}

	.services-container .panel-layout .panel-grid .siteorigin-panels-stretch {
		justify-content: space-around;
	}

	.services-container .siteorigin-panels-stretch .panel-grid-cell {
		min-width: 40%;
	}
}

@media screen and (max-width: 1023px) {
	#head-band {
		display: none
	}
}

/**
	Mobile
 */

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

}

/* EM-Sculpt Images */
/*#pg-214-1 img {
	float: right;
	margin: 25px;
	clear: right;
}



img.alignright {
	float: right;
	margin-left: 15px;
	clear: both;
}

.wp-image-364 {
	width: 50%;
}

.wp-image-363 {
	width: 40%;
}

.wp-image-345 {
	width: 100%;
}

@media (max-width: 678px) {
	.wp-image-363,
	.wp-image-364 {
		width: 100%;
		padding: 2%;
		margin: 0;
		float: none;
	}
}*/

#nav_menu-4 .menu-main-menu-container {
	padding-top: 50px;
}


.head-text-shadow p {
	font-size: 1.4em;
}

header ul.menu {
	display: flex;
	gap: 36px;
	flex-direction: row;
}



@media (max-width: 1023px) {
	header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .inner {
		margin: 0;
	}
	header ul.menu {
		flex-direction: column;
	}

	#logo-area img {
		height:40px; width:auto;
	}

}

.services-container img {
	width: 241px;
	height: 241px;
}

#cookie-notice #cn-notice-buttons .cn-button:not(.cn-button-custom) {
	background-color: #4799b3!important;
	border-radius: 0;
}

#cookie-notice #cn-notice-buttons .cn-button:not(.cn-button-custom):hover {
	background-color: #b38659!important;
}

@media screen and (max-width: 1240px) {
	.head-text-shadow {
		padding: 0 80px;
	}
}

@media screen and (max-width: 780px) {
	.head-text-shadow {
		padding: 0 40px;
	}
}

.brown-links a {
	color: #b38659;
}

/* Align Teaser Buttons */

#main .services-container .teaser-box > .panel-grid-cell {
	position: relative;
	align-self: stretch;
}

#main .services-container .teaser-box > .panel-grid-cell .widget_sow-button {
	position: absolute;
	inset: auto 12px 0 12px;
}

@media screen and (max-width: 780px) {
	#main .services-container .teaser-box > .panel-grid-cell .widget_sow-button {
		inset: auto 0 0 0;
	}
}

table tr:nth-child(even){
	background: #ccc;
}

table {
	border-spacing: 0px !important;
}