/*
	Theme Name: Karl May Museum
	Version: 1.0
	Author: Mike Franke
	Author URI: http://konsumkunst.com
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


html { 
font-size: 62.5%;
height: 100%;
position: relative
}

h1,h2,h3,h4,h5,h6 {
font-weight:normal;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.vortitel {
font-size: 3.5rem;
line-height: 120%;
font-weight: 400;
font-family: 'Bitter', serif !important;
display: block
}

.ausstellungsart {
font-size: 2.5rem;
line-height: 120%;
font-weight: 400;
font-family: 'Bitter', serif !important;
display: inline-block;
margin: 0 0 20px 0;
}

.ausstellungsart.tipp {
font-size: 2rem;
background: url(img/tipp_teaser.png) rgba(69,117,76,1)  no-repeat left 15px center;
background-size: auto 20px;
color: #FFF;
padding: 6px 15px 8px 100px
}

h1 {
font-size: 3.5rem;
line-height: 120%;
font-weight: 700;
font-family: 'Bitter', serif !important;
}

h2 {
font-size: 2.8rem;
line-height: 120%;
font-weight: 700;
font-family: 'Bitter', serif !important;
}

h3 {
font-size: 2.3rem;
line-height: 120%;
font-weight: 700;
font-family: 'Bitter', serif !important;
}

h4 {
font-size: 1.8rem;
line-height: 120%;
font-weight: 700;
font-family: 'Bitter', serif !important;
}

ul {
list-style: none;
line-height: 120%;
}

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

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
margin:0;
padding:0
}

article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object {
display:block
}

/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
outline: none;
}

body {
height:100% !important;
font-family: 'Open sans', sans-serif !important;
font-weight: 400;
font-size: 1.8rem;
line-height: 170%;
color: rgba(215,183,114,1);
position: relative;
background: rgba(20,52,35,1);
}

#siteWrapper,
#skrollr-body {
height: 100%;
}

noscript {
background-color:rgba(27, 32, 32, 1);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10001;
padding: 10%;
overflow: hidden;
text-align: center
}

noscript img {
margin: 0 0 50px 0;
}

noscript .info {
color: #FFF;
}

noscript .info a {
color: yellow
}

/* clear */
.clear:before,
.clear:after {
content:' ';
display:table;
}

.clear:after {
clear:both;
}

.hidden {
display: none;
}

img {
max-width:100%;
height: auto;
vertical-align:bottom;
-webkit-transform: translateZ(0);
}

a, .animate {
text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

a:focus {
outline:0;
}

a:hover,
a:active {
outline:0;
}

#fadeWrap {
height:100%;
width: 100%;
background-color: rgba(255,255,255,1);
position: fixed;
top:0;
left:0;
z-index: 100001;
}

.nicescroll-rails {
z-index: 121 !important
}

.nicescroll-cursors {
background: rgba(255,255,255,0.3) !important;
border: 0px solid #FFF !important;
width: 20px !important;
cursor: -webkit-grab; 
cursor: grab;
}

#siteWrapper {
position: relative;
padding: 0px;
margin: 0 auto;
}

.stickysocials {
position: fixed;
bottom:200px;
right:0;
z-index: 122;
background: rgba(215,183,114,1);
padding: 3px 7px 2px;
text-align: center;
margin: -120px 0 0 0
}

.stickysocials a {
display: block;
color: rgba(20,52,35,1);
margin: 4px 0;
}

.stickysocials a:hover {
color: rgba(69,117,76,1);
}

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

#headerOuter {
width: 100%;
background: rgba(215,183,114,1);
position: relative;
z-index: 120
}

#headerOuter.fixed {
position: fixed !important;
top:0;
}

#headerOuter.fixed #headerInner {
height: 90px;
}

#headerInner {
max-width: 1300px;
padding: 0 50px;
margin: 0 auto;
height: 120px;
position: relative;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#headerInner #logo {
position: absolute;
bottom: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#headerOuter.fixed #headerInner #logo {
width: 179px
}

#headerInner .shopBtn {
display: block;
width: 73px;
height: 40px;
background: url(img/shop_btn.png) center center no-repeat;
background-size: 75px;
color: rgba(215,183,114,1);
font-weight: 700;
text-align: center;
padding: 5px 0 0 2px;
position: absolute;
right: 50px;
}

#headerInner .oeffnungszeiten {
color: rgba(20,52,35,1);
text-transform: uppercase;
font-weight: 700;
font-size: 1.8rem;
position: absolute;
right:250px;
top:5px;
}

/* ----- SEARCH ----- */	

#searchWrapper {
height: 40px;
position: absolute;
z-index: 20;
right:122px;
}

#searchWrapper .searchtrigger {
background: url(img/searchtrigger_icon.png) rgba(20,52,35,1) no-repeat center center;
background-size: 18px;
width: 40px;
height: 40px;
border:none;
display: inline-block;
cursor: pointer;
position: absolute;
right: 0;
top:0;
}

#searchWrapper .searchtrigger.close {
background: url(img/searchtrigger_close.png) rgba(20,52,35,1) no-repeat center center;
background-size: 18px;
}

#searchWrapper #wpas-submit {
position: relative
}

#searchWrapper #wpas-submit input {
background: url(img/search_icon.png) #FFF no-repeat center center;
background-size: 18px;
width: 40px;
height: 40px;
border:none;
display: inline-block;
cursor: pointer;
overflow: hidden;
outline: none;
position: absolute;
right:0
}

#searchWrapper #wpas-search_query input {
width:350px;
height: 40px;
position: absolute;
right:40px;
border: 0px solid transparent;
padding: 10px 0 10px 20px;
font-size: 1.8rem;
font-weight: 300;
outline: none;
}

#searchWrapper #thesearchform {
height: 40px;
position: absolute;
right: 40px;
display: none;
background: #FFF;
}

#searchWrapper #thesearchform form {
width: 390px;
}

/* ----- LANGSWITCHER ----- */

#langswitcher {
position: absolute;
right:180px;
width: 58px;
height: auto;
font-weight: 700;
text-transform: uppercase;
z-index: 19;
background: rgba(215,183,114,1);
}

#langswitcher ul {
padding: 0 0 10px 0;
}

#langswitcher a {
display: block;
text-align: left;
color: rgba(20,52,35,1);
padding: 10px 0 0 10px;
}

#langswitcher .current-lang {
display: none;
}

#langswitcher a:hover {
color: rgba(69,117,76,1);
}

#langswitcher .langtrigger {
width: 58px;
height: 30px;
color: rgba(20,52,35,1);
text-align: left;
padding: 5px 10px 0
}

#langswitcher #langmenu {
display: none;
}

#langswitcher .langtrigger:hover {
cursor: pointer
}

#langswitcher .langtrigger:after {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent rgba(20,52,35,1) transparent;
position: absolute;
top: 18px;
right:8px;
display: block;
transform: rotate(90deg);
}

#langswitcher .langtrigger:after {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}

#langswitcher.active .langtrigger:after {
transform: rotate(180deg);
border-color: transparent transparent rgba(20,52,35,1) transparent;
top: 18px;
}

/*------------------------------------*\
    SLIDESHOW
\*------------------------------------*/

#slideshowWrapper {
height: auto;	
max-height: 505px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 2
}

#slideshowOverlay {
position: absolute;
z-index: 5;
background: url(img/slideshow-overlay.png) no-repeat center center transparent;
width: 100%;
max-height: 480px;
height: 50vw;	
pointer-events: none
}

.slideshow {
max-height:480px;
height: 50vw;	
position: relative;
z-index: 0
}

.slideshow .owl-item {
float:left;
overflow: hidden
}

.slideshow .slide {
width: 1200px !important;
overflow: hidden;
position: relative;
}

.slideshow .slide img {
transform: scale(1);
position: relative
}

.slideshow .slide .captionWrapper {
background: rgba(240,233,222,1);
position: absolute;
left:30px;
bottom:30px;
padding: 15px 30px 20px;
color: rgba(125,25,26,1);
}

.slideshow .slide .captionWrapper span {
display: block;
}

.slideshow .slide .captionWrapper span.title {
font-family: 'Bitter', serif !important;
font-size: 3.5rem;
font-weight: 700;
background: url(img/slideshow-caption_bg.png) repeat-x top left;
padding: 25px 0 0 0
}

.slideshow .slide .captionWrapper span.subtitle {
font-size: 1.8rem;
font-weight: 400;
padding: 10px 0 0 0
}

#dotWrapper {
z-index: 5;
margin: 0 0 50px 0
}

.owl-dots {
display: table;
margin: 0 auto;
}

.owl-dot {
display: table-cell;
padding: 0 4px;
text-align: left;
background: none;
border:none;
}

.owl-dot span {
display: inline-block;
position: relative;
width: 0; 
height: 0; 
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(215,183,114,1);
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out; 
cursor: pointer
}

.owl-dot.active span,
.owl-dot:hover span {
border-bottom: 8px solid rgba(255,255,255,1);
}

.owl-nav {
display: none;
}

/*------------------------------------*\
    Breadcrumps
\*------------------------------------*/

#breadcrumpsInner {
padding: 50px 0 50px;
position: relative;
font-size: 1.3rem;
}

#breadcrumpsInner a {
color: rgba(215,183,114,1);
text-decoration:none;
pointer-events: none
}

#breadcrumpsInner a.home {
color: rgba(215,183,114,1);
text-decoration: underline;
pointer-events: all
}

#breadcrumpsInner .sep {
margin: 0 4px;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/

#contentOuter {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 1300px 1fr;
grid-column-gap: 0;
position: relative;
z-index: 0
}

#leftbgImage {
background: url(img/bg_left.jpg) hsl(148, 44%, 9%) no-repeat center top;
background-size: cover;
background-blend-mode: overlay;
}

#rightbgImage {
background: url(img/bg_right.jpg) hsl(148, 44%, 9%) no-repeat left 40% top;
background-size: cover;
background-blend-mode: overlay;
}

#contentInner {
width: 1300px;
padding: 0 50px 140px 50px;
margin: 0 auto;
position: relative;
background: rgba(20,52,35,1);
-webkit-box-shadow: 0 0 140px 100px rgba(20,52,35,1);
box-shadow: 0 0 140px 100px rgba(20,52,35,1);
}

#content h1 {
font-family: 'Bitter', serif !important;
}

#content h2,
#content h3,
#content h4,
#content p,
#content ul,
#content table {
margin: 30px 0 0 0;
}

#content {
padding: 30px 0 0 0
}

#content table td {
padding: 2px 20px 2px 0;
}

#content table.openings,
#content table.openings tr,
#content table.openings td {
height: auto !important;
width: auto !important
}

#content table.openings td {
white-space: nowrap
}

#content a {
color: rgba(69,117,76,1);
text-decoration: underline
}

#content a:hover {
color: rgba(215,183,114,1)
}

#content ul {
list-style: disc;
margin:30px 0 0 25px;
line-height: 140%;
}

#content ul li {
margin: 10px 0 0 0
}

#content .textblock {
margin: 0 0 50px 0;
padding: 40px 0 0 0;
width: 66%;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

#content .textblock .alignleft {
float:left;
margin: 8px 20px 20px 0;
}

#content .btn {
display: inline-block;
padding: 5px 15px;
margin: 20px 10px 20px 0;
color: rgba(20,52,35,1);
background: rgba(215,183,114,1);
text-decoration: none;
font-weight: 700;
font-size: 1.6rem
}

#content .btn.anfrage {
background: rgba(106,145,112,1);
}

#content .btn:hover {
color: rgba(20,52,35,1);
opacity: 0.7
}

#content .tipp {
font-weight: bold;
}

#content .tipp .arrow {
background: url(img/tipp.png) no-repeat left center;
background-size: auto 26px;
display: inline-block;
width:112px;
height: 20px;
margin: 0 3px 0 0;
}

/* ----- MEDIA ----- */

#content .textblock.full {
width: 100%;
}

#content .textblock.full {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:50% 40%;
grid-column-gap: 10%;
}

#content .textblock.full .media {
padding: 15px 0 0 0;
text-align: left;
}

#content .textblock.full .media img {
margin: 30px 0 20px 0;
}

#content .textblock.full .media .imgcaption {
font-size: 1.3rem;
padding: 0 10px 0 30%;
display: block;
text-align: right;
margin: -10px 0 20px;
color: rgba(69,117,76,1);
line-height: 130%;
}

#content .textblock.full .media .vidFrame {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
clear: both;
margin: 0 0 50px 0;
}

#content .textblock.full .media iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ----- ACCORDIONS ----- */

#content .accordion {
margin: 0;
overflow:hidden;
border-top: 1px solid rgba(69,117,76,1);
width: 66%;
}

#content .accordion.last {
border-bottom: 1px solid rgba(69,117,76,1);	
}

#content .accordion.full {
width: 100%
}

#content .accordion .title {
display: block;
position: relative;
font-size: 2.5rem;
line-height: 130%;
position: relative;
padding: 18px 70px 20px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: rgba(69,117,76,1);
}

#content .accordion .title .extrainfo {
font-family: 'Open sans', sans-serif !important;
font-weight: 400;
font-size: 1.8rem;
margin: 0 0 0 5px;
}

#content .accordion .title:hover {
color: rgba(215,183,114,1);
}

#content .accordion.active .title {
color: rgba(215,183,114,1);
padding: 18px 70px 20px 0;
overflow: show;
text-overflow: inherit;
white-space: normal
}

#content .accordion.active .title {
padding: 78px 70px 40px 0;
color: rgba(69,117,76,1);
font-size: 2.8rem
}

#content .accordion .title .icon:after,
#content .accordion .subtitle .icon:after {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}

#content .accordion .title .icon:after {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent rgba(69,117,76,1) transparent;
position: absolute;
top: 30px;
right:10px;
display: block;
transform: rotate(90deg);
}

#content .accordion.active .title .icon:after {
top: 100px;
}

#content .accordion .title:hover .icon:after {
border-color: transparent transparent rgba(215,183,114,1) transparent;
}

#content .accordion.active .title .icon:after {
transform: rotate(180deg);
border-color: transparent transparent rgba(215,183,114,1) transparent;
}

#content .accordion .title {
margin: 0;
cursor: pointer
}

#content .accordion .acccontent {
overflow:auto;
}

#content .accordion.full .acccontentInner {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 40%;
grid-column-gap: 80px;
margin: 0 0 50px 0;
}

#content .accordion .acccontent h4 {
margin: 0 0 30px 0;
color: rgba(69,117,76,1);
font-size: 2.2rem
}

#content .accordion .acccontent p {
margin: 0 0 30px 0
}

#content .accordion .acccontent ul {
margin: 0 0 30px 25px;
list-style: disc;
}

#content .accordion .acccontent .media {
text-align: left;
}

#content .accordion .acccontent .media img {
margin: 30px 0 20px 0;
}

#content .accordion .acccontent .media .imgcaption {
font-size: 1.3rem;
padding: 0 10px 0 30%;
display: block;
text-align: right;
margin: -10px 0 20px;
color: rgba(69,117,76,1);
line-height: 130%;
}

#content .accordion .acccontent table {
width: auto !important;
border-collapse: collapse;
margin: 0 0 30px 0
}

#content .accordion .acccontent table td {
padding: 5px 25px 5px 0;
vertical-align: top;
}

#content .accordion .acccontent table td ul {
margin: 10px 0 0 0;	
}
 
#content .accordion .acccontent {
display: none;
padding: 0 0 50px 0
}

#content .accordion .acccontent table td p {
padding: 0;
}

#content .accordion .acccontent table.kurzbiographie {
font-size: 1.6rem;
line-height: 150%;
}

#content .accordion .acccontent table.kurzbiographie tr td:first-child {
white-space: nowrap;
color: rgba(69,117,76,1)
}

/* ----- GALLERY ----- */

.gallery {
margin: 80px auto 40px;
position: relative;
padding: 0 40px;
}

.gallery .owl-stage-outer {
overflow: hidden;
}

.gallery .owl-item {
float:left;
}

.gallery .owl-item a {
margin: 0 10px;
display: inline-block;
}

.gallery .owl-item img {
display: block;
height: auto;
}

.gallery .owl-nav {
display: block;
}

.gallery .owl-nav .disabled {
opacity: 0.3;
pointer-events: none
}

.gallery .owl-prev,
.gallery .owl-next {
position: absolute;
width: 30px;
height: 30px;
background: rgba(215,183,114,1);
cursor: pointer;
z-index: 100;
text-indent: -9999px;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
display: inline-block;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
}

.gallery .owl-prev {
top:50%;
margin: -15px 0 0 0;
left:0
}

.gallery .owl-next {
top:50%;
margin: -15px 0 0 0;
right:0
}

.gallery .owl-prev:after,
.gallery .owl-next:after {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 7px 7px;
border-color: transparent transparent rgba(20,52,35,1) transparent;
position: absolute;
display: block;
}

.gallery .owl-prev:after {
transform: rotate(-90deg);
top:12px;
right:9px;
}

.gallery .owl-next:after {
transform: rotate(90deg);
top:12px;
right:7px;
}

/*------------------------------------*\
    AUSSTELLUNGEN ÜBERSICHT
\*------------------------------------*/

#content .textblock.full.ausstellungen {
display:block;
}

#content .ausstellungen .preview .more {
display: inline-block;
font-weight: 700;
margin: 20px 0 0 0
}

#content .ausstellungen .preview {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 40%;
grid-column-gap: 120px;
margin: 70px 0 30px;
border-bottom: 1px solid rgba(69,117,76,1);
padding: 0 0 70px 0
}

#content .ausstellungen .preview:last-child {
padding: 0;
border: none;
}

#content .ausstellungen .preview .previewImage {
padding: 70px 0 0 0
}

#content .ausstellungen .preview .vortitel {
font-size: 2.5rem;
margin: 20px 0 0 0;
}

#content .ausstellungen .preview h2 {
margin: 0; 
}

#content .zeitraum {
display: block;
margin: 20px 0 0 0;
font-size: 2.3rem;
}

#navBtnsWrapper {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 1fr 1fr;
border-top: 1px solid rgba(69,117,76,1);
padding: 30px 0 0 0
}

#navBtnsWrapper .btnWrapper a {
display: inline-block;
padding: 5px 15px;
color: rgba(20,52,35,1);
background: rgba(106,145,112,1);
text-decoration: none;
font-weight: 700;
font-size: 1.6rem;
white-space: nowrap
}

#navBtnsWrapper .btnWrapper a:hover {
color: rgba(20,52,35,1);
opacity: 0.7
}

#navBtnsWrapper #previous {
text-align: left
}

.page-id-584 #navBtnsWrapper #previous,
.page-id-2351 #navBtnsWrapper #previous  {
opacity: 0.3;
pointer-events: none
}

#navBtnsWrapper #current {
text-align: center
}

.page-id-246 #navBtnsWrapper #current,
.page-id-2329 #navBtnsWrapper #current {
opacity: 0.3;
pointer-events: none
}

#navBtnsWrapper #next {
text-align: right
}

.page-id-1066 #navBtnsWrapper #next,
.page-id-2348 #navBtnsWrapper #next {
opacity: 0.3;
pointer-events: none
}

/*------------------------------------*\
    AKTUELLES ÜBERSICHT
\*------------------------------------*/

#content .textblock.full.aktuelles {
display:block;
}

#content .artikel {
margin: 70px 0 30px;
border-bottom: 1px solid rgba(69,117,76,1);
padding: 0 0 70px 0
}

#content .artikel:last-child {
border: none;
}

#content .artikel .introWrapper {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 40%;
grid-column-gap: 120px;
}

#content .artikel .introWrapper .text .readmore {
display: inline-block;
color: rgba(69,117,76,1);
text-decoration: underline;
font-weight: 700;
margin: 20px 0 0 0;
cursor: pointer
}

#content .artikel .introWrapper .text .readmore:hover {
color: rgba(215,183,114,1)
}

#content .artikel .moreWrapper .moreInner {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 40%;
grid-column-gap: 120px;
}

#content .artikel .moreWrapper {
display: none;
}

/*------------------------------------*\
    MAGAZIN
\*------------------------------------*/

.magazin {
position: relative;
padding: 0 40px;
margin: 0 0 50px 0
}

.magazin .ausgabe {
margin: 0 10px;
}

.magazin .ausgabe .info {
background: rgba(69,117,76,1);
padding: 15px 20px;
color: rgba(240,233,222,1)
}

#content .magazin .ausgabe .info a {
color: rgba(240,233,222,1)
}

#content .magazin .ausgabe .info a:hover {
opacity: 0.7
}

.magazin .ausgabe .info span {
display: block;
}

.magazin .ausgabe .info .number {
font-family: 'Bitter', serif !important;
font-weight: 700;
font-size: 3.5rem;
margin: 0 0 5px 0;
}

.magazin .ausgabe .info .title {
font-family: 'Bitter', serif !important;
font-weight: 700;
font-size: 2rem;
line-height: 130%;
}

.magazin .owl-stage-outer {
overflow: hidden
}

.magazin .ausgabe {
display: none;
}

.magazin .owl-item {
float:left;
}

.magazin .owl-nav {
display: block;
}

.magazin .owl-nav .disabled {
opacity: 0.3;
pointer-events: none
}

.magazin .owl-prev,
.magazin .owl-next {
position: absolute;
width: 30px;
height: 30px;
background: rgba(215,183,114,1);
cursor: pointer;
z-index: 100;
text-indent: -9999px;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}

.magazin .owl-prev {
top:50%;
margin: -15px 0 0 0;
left:0
}

.magazin .owl-next {
top:50%;
margin: -15px 0 0 0;
right:0
}

.magazin .owl-prev:after,
.magazin .owl-next:after {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 7px 7px;
border-color: transparent transparent rgba(20,52,35,1) transparent;
position: absolute;
display: block;
}

.magazin .owl-prev:after {
transform: rotate(-90deg);
top:12px;
right:9px;
}

.magazin .owl-next:after {
transform: rotate(90deg);
top:12px;
right:7px;
}

/* ----- ABO ----- */

#aboOuter {
width: 100%;
background: rgba(69,117,76,1);
position: relative;
z-index: 2
}

#aboInner {
max-width: 1300px;
padding: 50px 50px 90px 50px;
margin: 0 auto;
position: relative;
color: rgba(240,233,222,1);
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 1fr;
grid-column-gap: 100px;
}

.page-template-magazin #footerOuter,
.page-template-hk-ausgabe #footerOuter {
margin: 0
}

#aboInner #aboContent h2 {
font-size: 3.5rem;
}

#aboInner #aboContent p {
margin: 30px 0 0 0
}

#aboInner #aboContent a {
color: inherit;
text-decoration: underline
}

/* ----- FORM ----- */

#aboForm {
position: relative;
font-size: 1.6rem;
}

/*------------------------------------*\
    TERMINE
\*------------------------------------*/

#content .textblock.full.termine {
display: block;
width: 100%;
position: relative
}

#termineWrapper {
position: relative;
overflow: hidden;
min-height: 300px;
}

#termineWrapper .item {
margin: 0 0 1px 0;
}

#termineWrapper .item a {
display: block;
color: inherit;
text-decoration: none;
}

#termineWrapper .item a:hover {
opacity: 0.8
}

#termineWrapper .item .info {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:160px 1fr 300px;
}

#termineWrapper .item .info > div {
padding: 20px;
color: rgba(20,52,35,1);
font-weight: 700
}

#termineWrapper .item .info .date {
background: rgba(69,117,76,1);
text-align: center;
padding: 20px 0;
position: relative;
border-right: 1px solid rgba(20,52,35,1);
}

#termineWrapper .item .info .date:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
border-color: transparent;
border-style: solid;
}

#termineWrapper .item .info .date:after {
border-width: 10px;
border-right-color: rgba(20,52,35,1);
border-bottom-color: rgba(20,52,35,1);
}

#termineWrapper .item .info .date span {
display: block;
text-align: center;
}

#termineWrapper .item .info .date .number {
color: rgba(240,233,222,1);
font-size: 4.5rem;
margin: 10px 0 5px
}

#termineWrapper .item .info .date .month {
color: rgba(240,233,222,1);
text-transform: capitalize;
font-size: 2.1rem;
}

#termineWrapper .item .info .date .time {
font-size: 1.8rem;
}

#termineWrapper .item .info .title,
#termineWrapper .item .info .category {
background: rgba(109,157,116,0.9);
}

#termineWrapper .item .info .title {
font-size: 2.5rem;
line-height: 140%;
}

#termineWrapper .item .info .category {
font-size: 1.6rem
}

#termineWrapper .item .info .category ul {
margin: 0;
list-style-position: inside
}

#termineWrapper .item .info .category ul li {
padding: 0;
margin: 0;
position: relative
}

/*#termineWrapper .item .info .category ul li:before {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent rgba(20,52,35,1) transparent;
position: absolute;
top: 8px;
left:0;
display: block;
transform: rotate(90deg);
}*/

.termine #notFound {
text-align: center;
padding: 80px;
width: 100%;
position: absolute;
left: 0;
display: none;
}

/* ----- FILTER ----- */

#filterWrapper {
background: rgba(240,233,222,1);
margin: 0 0 1px 0;
display: grid; 
grid-template-rows:auto; 
grid-template-columns:280px 180px;
}

#filterWrapper fieldset {
border-right: 1px solid rgba(20,52,35,1)
}

#filterWrapper select {
width:100%;
}

#selectDropdown {
z-index: 10;
position: relative;
}

.ui-button {
background-color: rgba(255,255,255,1);
font-family: inherit;
color: #000;
padding: 9px 12px;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
}

.ui-button:hover {
background: rgba(240,233,222,1);
}

.ui-selectmenu-button {
width: 100%;
position: relative;
display: inline-block;
cursor: pointer;
font-weight: 700
}

.ui-selectmenu-icon {
display: none;
}

.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
max-height: 240px;
overflow-y: auto;
z-index: 5000
}

.ui-selectmenu-open {
display: block;
}

.ui-selectmenu-button-open {
background: rgba(240,233,222,1);	
}

.ui-selectmenu-open ul {
background: #FFF;
}

.ui-selectmenu-open ul li {
cursor: pointer
}

.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 9px 12px;
border: none;
font-size:1.6rem;
border-top: 1px solid rgba(20,52,35,0.3);
color: rgba(20,52,35,1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
background: rgba(240,233,222,1);
}

.ui-selectmenu-button.ui-button {
position: relative
}

.ui-selectmenu-button.ui-button:after {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent rgba(20,52,35,1) transparent;
position: absolute;
top: 22px;
right:15px;
display: block;
transform: rotate(90deg);
}

.ui-selectmenu-button.ui-button:after {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open:after {
transform: rotate(180deg);
border-color: transparent transparent rgba(20,52,35,1) transparent;
top: 22px;
}

.pdfWrapper {
padding: 8px 20px 0 0;
text-align: right;
margin: 0 0 20px 0
}

.pdfWrapper .pdf:first-child {
margin: 0 20px 0 0
}

.pdfWrapper .pdf {
display: inline-block;
padding: 0 45px 0 0;
position: relative;
text-decoration: none;
font-weight: 700;
font-size: 1.6rem;
}

.pdfWrapper .pdf:after {
content: 'PDF';
padding: 3px 5px;
position: absolute;
right:0;
top:5px;
background: rgba(69,117,76,1);
color: rgba(240,233,222,1);
font-weight: 700;
font-size: 1.4rem;
line-height: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}

/*------------------------------------*\
    PRESSEDOWNLOADS
\*------------------------------------*/

.dlImages {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 1fr 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
margin: 100px 0 0 0	
}

.dlImages a {

}

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

#eventsandopenings {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:2fr 1fr;
grid-column-gap: 20px;
}

.page-template-home-other #eventsandopenings {
margin: 0 0 80px 0
}

#welcomeWrapper a {
color: rgba(69,117,76,1);
text-decoration: underline
}

#welcomeWrapper a:hover {
color: rgba(215,183,114,1)
}

/* ----- EVENTTEASER ----- */

#termineTeaser {
height: auto;
overflow: hidden;
}

#termineTeaser h2 {
background: url(img/eventteaser_icon.png) rgba(69,117,76,1) no-repeat center left 15px;
background-size: 22px;
padding: 10px 0 10px 50px;
color: rgba(240,233,222,1);
font-size: 2.5rem;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

#termineTeaser .btn {
display: block;
height: 100%;
color: rgba(240,233,222,1);
background: rgba(69,117,76,1);
padding: 10px 0;
text-align: center;
font-weight: 700;
border-top: 1px solid rgba(20,52,35,1);
}

#termineTeaser .btn:hover {
background: rgba(69,117,76,0.8);
}

#termineTeaser {
position: relative;
}

#termineTeaser .item {
margin: 0;
border-top: 1px solid rgba(20,52,35,1);
}

#termineTeaser .item a {
display: block;
color: inherit;
text-decoration: none;
}

#termineTeaser .item a:hover {
opacity: 0.8
}

#termineTeaser .item .info {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:160px 1fr;
}

#termineTeaser .item .info > div {
padding: 15px 25px;
color: rgba(20,52,35,1);
font-weight: 700;
}

#termineTeaser .item .info .date {
background: rgba(69,117,76,1);
text-align: center;
padding: 10px 0;
position: relative;
border-right: 1px solid rgba(20,52,35,1);
}

#termineTeaser .item .info .date:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
border-color: transparent;
border-style: solid;
}

#termineTeaser .item .info .date:after {
border-width: 10px;
border-right-color: rgba(20,52,35,1);
border-bottom-color: rgba(20,52,35,1);
}

#termineTeaser .item .info .date span {
display: block;
text-align: center;
}

#termineTeaser .item .info .date .number {
color: rgba(240,233,222,1);
font-size: 4.5rem;
margin: 7px 0 5px
}

#termineTeaser .item .info .date .month {
color: rgba(240,233,222,1);
text-transform: capitalize;
font-size: 2.1rem;
margin: 0;
}

#termineTeaser .item .info .title {
background: rgba(109,157,116,0.9);
}

#termineTeaser .item .info .title {
font-size: 2.5rem;
line-height: 140%;
}

/* ----- INFOTEASER ----- */

#infoTeaser h2 {
background: url(img/infoteaser_bg.png) rgba(69,117,76,1) repeat-x center center;
padding: 10px 0 10px 50px;
color: rgba(240,233,222,1);
font-size: 2.5rem;
text-indent: -9999px
}

#infoTeaser .block {
color: rgba(20,52,35,1);
padding: 20px;
background: #FFF;
border-bottom: 1px solid rgba(20,52,35,1);
line-height: 130%;
}

#infoTeaser .block:last-child {
border: none;
}

#infoTeaser .block h4 {
margin: 0 0 8px 0
}

#infoTeaser .block a {
color: rgba(20,52,35,1);
}

#infoTeaser .block a:hover {
color: rgba(69,117,76,1);
}

/* ----- WELCOMEWRAPPER ----- */

#welcomeWrapper {
padding: 0 50px 0 0;
}

#welcomeWrapper p {
margin: 30px 0 0 0
}

/* ----- CONTENTTEASER ----- */

.teaserRow {
display: grid; 
grid-template-rows:auto; 
grid-column-gap: 20px;
margin: 100px 0 0 0;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.teaserRow.column1 {
display: block;
max-width: 800px;
margin: 100px auto 0
}

.teaserRow.column2 {
grid-template-columns:1fr 1fr;
}

.teaserRow.column3 {
grid-template-columns:1fr 1fr 1fr;
}

.teaserRow .teaser h2 {
background: rgba(69,117,76,1);
padding: 10px 20px;
color: rgba(240,233,222,1);
font-size: 2.5rem;
}

.teaserRow .teaser {
background: rgba(240,233,222,1);
}

.teaserRow.column2 .teasercontent h3 {
font-size: 3.3rem;
}

.teaserRow.column2 .teasercontent h4 {
font-size: 2.5rem;
}

.teaserRow .teaser .teasercontent h3 {
margin: 0 0 10px 0;
}

.teaserRow .teaser .teasercontent h4 {
font-weight: 400;
margin: 0 0 10px; 0
}

.teaserRow .teaser .teasercontent p {
margin: 0 0 10px; 0
}

.teaserRow .teaser .teasercontent {
color: rgba(20,52,35,1);
padding: 20px 25px 10px;
line-height: 140%;
}

.teaserRow .teaser .teasercontent a {
color: rgba(20,52,35,1);
font-weight: bold;
}

.teaserRow .teaser .teasercontent a:hover {
color: rgba(69,117,76,1);
}

.teaserRow .teaser .vidFrame {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
clear: both;
}

.teaserRow .teaser .vidFrame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------------------*\
    KONTAKT
\*------------------------------------*/

#kontaktDetails {
padding: 4vw 12vw 8vw;
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1.4fr 0.6fr;
grid-column-gap: 8vw;
}

#kontaktDetails p {
margin: 30px 0 0 0
}

#kontaktDetails .address {
font-weight: 700
}

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

#footerOuter {
width: 100%;
background: url(img/footer_bg.png) rgba(215,183,114,1) repeat-x left bottom 5px;
position: relative;
z-index: 2
}

#footerInner {
max-width: 1300px;
padding: 50px 50px 80px 50px;
margin: 0 auto;
position: relative;
color: rgba(20,52,35,1);
}

#footerInner a {
color: rgba(20,52,35,1);	
}

#footerInner h4 {
font-size: 1.8rem;
padding: 0 0 5px 0;
}

#infoWrapper .adresse {
grid-area: address;	
}

#infoWrapper .preise {
grid-area: prices;	
}

#infoWrapper .kontakt {
grid-area: contact;	
}

#infoWrapper .oeffnungszeiten {
grid-area: openings;	
}

#infoWrapper .map {
grid-area: map;	
}

#infoWrapper {
width: 100%;
display: grid; 
grid-template-areas:
'address prices map'
'contact openings map';
grid-template-columns: 25% 1fr 40%;
grid-gap: 25px;
}

#infoWrapper .block {
padding: 30px 0;
line-height: 160%;
}

/* ----- MAP ----- */

#mapWrapper {
padding: 0;
}

#mapWrapper #map {
height: 100%;
}

/* ----- FÖRDERER ----- */

#foerderer {
float:left;
width:80%;
margin: 30px 0 0 0
}

#foerderer .logos {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 1fr 1fr 1fr 101px 100px;
grid-column-gap: 30px;
align-items: baseline;
}

/* ----- SIEGEL ----- */

#siegel {
float:right;
width:15%;
margin: 30px 0 0 0;
}

#siegel .logos {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:100px;
grid-column-gap: 0;
align-items: baseline;
}

/* ----- COPY ----- */

#copyOuter {
width: 100%;
background: rgba(20,52,35,1);
}

#copyInner {
max-width: 1300px;
padding: 25px 50px;
margin: 0 auto;
position: relative;
color: rgba(215,183,114,1)
}

#copyInner .socials {
float:left;
width: 25%;
}

#copyInner .socials a {
color: rgba(215,183,114,1);
display: inline-block;
margin: 0 5px 0 0;	
}

#copyInner .socials a:hover {
color: rgba(69,117,76,1);
}


#copyInner .socials a.facebook {
font-size: 1.6rem;
position: relative;
top:-1px
}

#copyInner .socials a.presse {
font-weight: 700;
font-size: 1.6rem;
margin: 0 0 0 10px;
}

/* ----- METAMENU ----- */

#metamenu {
float:right;
width: 75%;
font-size: 1.4rem;
text-align: right;
color: rgba(69,117,76,1);
font-weight: 700;
white-space: nowrap
}

#metamenu .metamenu {
display: inline;
width: auto
}

#metamenu .metamenu li {
display: inline
}

#metamenu a {
color: rgba(69,117,76,1);
margin: 0 10px;
}

#metamenu a:hover {
color: rgba(215,183,114,1)
}

/* ----- UPBTN ----- */

.upBtn {
width: 50px;
height: 50px;
/*background: rgba(69,117,76,1);*/
background: rgba(0,0,0,0.5);
cursor: pointer;
z-index: 500;
position: fixed;
bottom:50px;
right: 0;
display: none;
}

.upBtn:after {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent rgba(255,255,255,1) transparent;
position: absolute;
top: 20px;
right:15px;
display: block;
}

/* ----- COOKIESTUFF ----- */

#cookie-notice {
background: rgba(215,183,114,1) !important;
}

.cookie-notice-container {
padding:30px 7vw;
font-size:1.5rem;
max-width: 1300px;
margin: 0 auto
}

#cookie-notice #cn-notice-text {
display: block;
color: rgba(20,52,35,1);
font-weight: 700;
margin: 0 0 20px 0
}

.cookie-notice-container a {
font-size: 1.4rem;
display: inline-block;
padding: 6px 10px;
background: rgba(20,52,35,1);
color: rgba(215,183,114,1);
text-decoration: none
}

.cookie-notice-container a:hover {
opacity: 0.8
}

/* ----- OVERLAYSTUFF ------ */

#lightcase-title {
color: rgba(215,183,114,1) !important;
font-size: 1.8rem !important;
text-align: center !important
}

/* ----- 404 ---- */

.notfound {
margin: 0 0 80px 0
}

.notfound p {
margin: 15px 0 0 0
}

/*------------------------------------*\
    LOADER
\*------------------------------------*/

.sk-circle {
margin: 0 auto;
width: 40px;
height: 40px;
position: relative;
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
left:-20px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: rgba(215,183,114,1);
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

#wpas-results-inner {
height: auto;
opacity: 1
}

#wpas-results-inner .anzahl {
margin: 10px 0 0 0
}

.searchloading {
width: 100%;
height: 300px;
position: absolute
}

#content .textblock.full.searchresults {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 30%;
grid-column-gap: 120px;
}

.searchresults .text {
position: relative
}

.suchergebnis {
padding: 0;
margin: 20px 0 0 0;
border-top: 1px solid rgba(69,117,76,0.3);	
}

.suchergebnis .excerpt {
font-size: 1.6rem;
line-height: 140%;
margin: 12px 0 0 0;
}

#content .suchergebnis h3 {
padding:20px 50px 0 0;
margin: 0;
font-size: 2rem;	
}

.searchfilter h3 {
display: none;
}

.searchfilter h2 {
padding: 0
}

.searchfilter .ui-selectmenu-button.ui-button {
width: 80px;
background: rgba(240,233,222,1);
}

.searchfilter .ui-button:hover {
background: rgba(240,233,222,0.85);
}

.searchfilter .ui-selectmenu-button-open {
background: rgba(240,233,222,0.85);	
}

.searchfilter .label-container {
margin: 20px 0 10px;
font-weight: 700;
font-size: 1.8rem;
}

.searchfilter #wpas-search_query input {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
}

.searchfilter #wpas-search_query input {
padding: 11px 12px;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
width: 100%;
background-color: rgba(240,233,222,1);
border: 0px solid rgba(0,0,0,0.2);
font-size: 1.8rem;
font-weight: 700;
outline: none;
}

.searchfilter #wpas-search_query input:hover,
.searchfilter #wpas-search_query input:focus {
background-color: rgba(240,233,222,0.85);
border: 0px solid rgba(0,0,0,0.3);
}

.searchfilter #wpas-submit {
margin: 30px 0 0 0
}

.searchfilter #wpas-submit input {
border: none;
background: rgba(106,145,112,1);
color: rgba(20,52,35,1);
font-weight: 700;
font-size: 1.6rem;
cursor: pointer;
width: 100%;
padding: 15px 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
opacity: 0.7
}

.searchfilter #wpas-submit input:hover {
opacity: 0.9
}

/*------------------------------------*\
    SHOW HIDE MENU BUTTON
\*------------------------------------*/

.mobilemenuBtn {
width: 105px;
color: rgba(20,52,35,1);
padding: 7px 0;
display: none;
font-size: 1.5rem;
font-weight: 700;
text-transform: uppercase;
text-align: left;
height: 50px;
cursor: pointer;
position: absolute;
right: 3vw;
top:50px;
}

button.lines-button {
    border: medium none;
    display: inline-block;
    position: absolute;
    right:10px;
    top:-3px;
    z-index: 800;
    outline: none;
    background: none;
}

.lines-button {
    cursor: pointer;
    padding: 1.5rem 1rem 2rem 1rem;
    transition: all 0.3s ease 0s;
}

.lines {
    background: rgba(20,52,35,1);
    border-radius: 0.2rem;
    display: inline-block;
    height: 0.2rem;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 3rem;
}

.lines::before, .lines::after {
    background: rgba(20,52,35,1);
    border-radius: 0.2rem;
    content: "";
    display: inline-block;
    height: 0.2rem;
    left: 0;
    position: absolute;
    transform-origin: 0.2rem center 0;
    transition: all 0.3s ease 0s;
    width: 3rem;
}

.lines::before {
    top: 0.7rem;
}
.lines::after {
    top: -0.7rem;
}

.lines-button.close {
    transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.arrow.close .lines::before, .lines-button.arrow.close .lines::after {
    top: 0;
    width: 2.3rem;
}
.lines-button.arrow.close .lines::before {
    transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines::after {
    transform: rotate3d(0, 0, 1, -40deg);
}
.lines-button.arrow-up.close {
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}
.lines-button.minus.close .lines::before, .lines-button.minus.close .lines::after {
    top: 0;
    transform: none;
    width: 3rem;
}
.lines-button.x.close .lines {
    background: transparent none repeat scroll 0 0;
}
.lines-button.x.close .lines::before, .lines-button.x.close .lines::after {
    top: 0;
    transform-origin: 50% 50% 0;
    width: 3rem;
}
.lines-button.x.close .lines::before {
    transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines::after {
    transform: rotate3d(0, 0, 1, -45deg);
}