@import "../fonts/LucidaGrande.css";
@import "../fonts/LucidaGrance-Bold.css";

#mobile {
  display: block;
  }
  
BODY {
  background: #f1f1f1;
  }  

HTML {
  margin-top: 0 !important;
  }

#wpadminbar {
  display: none;
  }
  
/* HEADER 
----------------------------------------------------------------- */   

#header {
  margin-bottom: 0;
  } 
  
#mobile {
  width: 100%;
  background: #552e3e;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  }   
  
#mobile .search .icon {
  background: url('../images/icon-search-alt.svg') no-repeat center 15px;
  background-size: 18px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 38px;
  top: 0;
  cursor: pointer;
  }  
  
#mobile .search FORM {
  position: fixed;
  left: -800px;
  right: 0;
  margin: 0;
  transition: 0.2s;
  background: #552e3e;
  } 
  
#mobile .search FORM.active {
  left: 0;
  top: 50px;
  bottom: 0;  
  }   
  
#mobile .search #s {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -115px;
  margin-top: -45px;
  width: 230px !important;
  background: none;
  font-size: 20px;
  background: #fff;
  background: rgba(255,255,255,0.1);
  border-width: 2px;
  box-sizing: border-box;
  padding: 15px 50px 18px 30px!important;
  border-radius: 100px;
  color: #fff !important;
  border: none;
  }  
  
#mobile .search ::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
  }

#mobile .search :-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.5);
  }

#mobile .search ::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(255,255,255,0.5);
  }

#mobile .search :-ms-input-placeholder {  
  color: rgba(255,255,255,0.5);
  }     
  
#mobile .search #searchsubmit {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: 52px;  
  border: none;
  background: url('../images/icon-search-alt.svg') no-repeat center 14px;
  background-size: 24px auto;
  text-indent: -100000px;
  opacity: 0.5;
  }  

.logo {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200000;  
  }

.logo IMG {
  float: right;
  width: 120px;
  height: auto;
  margin-top: 3px;
  transition: 0.2s;

  }  

.menu-btn {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000000;
  border: none;
  background: none;
  }
  
.pushy {
  overflow: hidden;
  z-index: 99999;
  padding-top: 40px;
  }  
  
.pushy UL {
  margin-left: 0;
  margin-bottom: 0;
  }  
  
.pushy UL LI A,
.pushy UL LI BUTTON {
  font-size: 13px;
  padding: 0px 20px;
  color: #cab4a9;
  font-family: "Lucida Grande";
  }  
  
.pushy UL UL {
  padding-top: 3px;
  padding-bottom: 10px;
  list-style-type: none !important;
  }  
  
.pushy UL UL LI A {
  padding: 5px 20px;
  } 
  
.pushy UL UL LI:first-child {
  margin-top: 5px;
  }  
  
NAV LI.pushy-submenu-open > A {
  color: #fff;
  }
  
NAV LI.pushy-submenu-open > A:after {
  background-image: url('../images/arrow-white.svg');
  }  
  
NAV LI.menu-item-has-children {
  position: relative;
  }   
  
NAV LI.menu-item-has-children:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
  }
  
#icon-menu {
  width: 20px;
  height: 20px;
  margin: 10px 0px 0px 0px;
  position: relative;
  -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;
  cursor: pointer;
  float: left;
  top: 4px;
  }

#icon-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 18px;
  background: #fff;
  border-radius: 1px;
  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;
  }

#icon-menu span:nth-child(1) {
  top: 0px;
  }

#icon-menu span:nth-child(2),#icon-menu span:nth-child(3) {
  top: 6px;
  }

#icon-menu span:nth-child(4) {
  top: 12px;
  }
  
#icon-menu.open SPAN {
/*  background-color: #cab4a9;*/
  }  

#icon-menu.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
  }

#icon-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }

#icon-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }

#icon-menu.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
  }
  
#menu-top-side {
  margin-top: 0;
  padding: 0;
  } 
  
#mobile #socialmedia {
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  }  
  
#mobile #socialmedia LI {
  float: left;
  list-style-type: none;
  text-indent: -50000px;
  margin-left: 0px;
  margin-right: 10px;  
  }   
  
#mobile #socialmedia LI A {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: 0.2s;
  opacity: 1;
  }  
  
#mobile #socialmedia LI A:hover {
  opacity: 1;
  }  
  
#mobile #socialmedia .facebook A {
  background: url('../images/logo-facebook.png') no-repeat center center;
  background-size: 24px auto;
  } 
  
#mobile #socialmedia .youtube A {
  background: url('../images/logo-youtube.png') no-repeat center center;
  background-size: 42px auto;
  margin-top: -1px;
  } 
  
#mobile #socialmedia .instagram A {
  background: url('../images/logo-instagram.svg') no-repeat center center;
  background-size: 24px auto;
  }   
  
#mobile .languages {

  }  
  
#mobile .languages .icon {
  width: 50px;
  height: 50px;
  background: url('../images/icon-globe-alt@2x.png') no-repeat center center;
  background-size: 24px 24px;
  position: absolute;
  z-index: 100;
  left: 80px;
  top: 0px;  
  } 
  
#mobile .languages .menu {
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #000;
  width: 100%;
  padding-top: 10px;
  }       
  
#mobile .languages A {
  border: none;
  display: block;
  background: none;
  padding-top: 3px;
  padding-bottom: 3px;
  }   
  
#mobile .languages A SPAN {
  background: none;
  padding: 0;
  margin: 0;  
  }   
  
/* SUCHERGEBNISSE 
----------------------------------------------------------------- */     

.search H1.seitentitel BR {
  display: none !important;
  }
  
.search #primary {
  display: none;
  }  

  
/* LAYOUT 
----------------------------------------------------------------- */   

#container {
  overflow: hidden;
  padding-top: 50px;
  background: #fff;
  }
  
#container2 {
  padding: 15px;
  }    
  
#branding .Bildoverlay,
#branding .Bildoverlayschwarz {
  display: none;
  }  

#slideshow {
  width: 100% !important;
  height: auto !important;
  }
  
#branding {
  height: auto;
  }  

#branding IMG {
  width: 100%;
  height: auto;
  }
  
#access {
  display: none;
  }
  
.content-sidebar #primary, 
.content-sidebar #secondary {
  float: none;
  width: 100%;
  padding: 15px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;  
  box-sizing: border-box !important;    
  border-top: 1px solid #eee;
  }  
  
.content-sidebar #content-container {
  width: 100%;
  padding: 15px;
  box-sizing: border-box !important;  
  }  
  
#content .breadcrumbs {
  margin-bottom: 10px;
  display: none;
  }  
  
.content-sidebar #content {
  margin: 0;
  width: 100%;
  }  
  
.hentry {
  margin-bottom: 0px;
  }  

BR + BR {
  display: none;
  }

P:last-child {
  margin-bottom: 0;
  }  
  
#content-box {
  padding-top: 50px;
  }  
  
.seitentitel {
  margin-bottom: 20px;
  }
 
.excerpt {
  margin-bottom: 25px;
  }  
 
/* VERANSTALTUNGEN 
----------------------------------------------------------------- */   
  
.entry-content h2 {
  margin-top: 30px;
  }

.entry-content, .entry-summary {
  margin-right: 0;
  }  
  
.entry-content TABLE {
  width: 100%;
  display: block;
  margin-bottom: 0;
  }
  
.entry-content .content BR:last-child {
  display: none;
  }  
  
.entry-content TABLE TBODY,  
.entry-content TABLE TR,
.entry-content TABLE TD {
  width: 100%;
  max-width: 100% !important;
  display: block;
  padding: 0;
  }
  
.entry-content TR {
  margin-bottom: 20px;
  }  
  
.single-event .content TABLE TD:nth-child(3) {
  width: 100%;
  }  
  
.em-location-map-container {
  width: 100% !important;
  margin-top: 20px;
  }  
  
.entry-content P IMG {
  max-width: 100%;
  height: auto;
  }  
  
/* NEWSLETTER / FORMULARE 
----------------------------------------------------------------- */   
  
.span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  }  
  
span.wpcf7-form-control-wrap INPUT[type=text],
span.wpcf7-form-control-wrap INPUT[type=email] {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 10px 0;
  padding: 10px;
  -webkit-appearance: none;  
  border-radius: 0;
  }
  
.wpcf7-checkbox {
  display: block;
  padding: 10px 0 20px 0;
  }    
  
.wpcf7-submit {
  background: #552e3e;
  border: none;
  width: 100%;
  padding: 12px 0 14px 0;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  -webkit-appearance: none;    
  }  
  
.newsletter SELECT {
  margin-top: 5px;
  margin-bottom: 15px;
  }  
  
.newsletter #primary {
  display: none;
  }  
  
.newsletter #content BR {
  display: none;
  }  
  
.newsletter .entry-content {
  margin-bottom: 5px;
  }  
  
.newsletter .ajax-loader {
  display: none;
  }  
  
.post-edit-link {
  display: none;
  }  
  
/* FOOTER 
----------------------------------------------------------------- */  
  
#footer {
  border: none;
  background: #f1f1f1;
  }
  
#colophon {
  border: none;
  }  



























