/**
* ---------------------------------------------------------------------------------------------------------------------
* Properties
* ---------------------------------------------------------------------------------------------------------------------
*/
/**
* ---------------------------------------------------------------------------------------------------------------------
* Functions
* ---------------------------------------------------------------------------------------------------------------------
*/
/**
* ---------------------------------------------------------------------------------------------------------------------
* Theme
* ---------------------------------------------------------------------------------------------------------------------
*/
body {
  background: #fffadf;
  color: #312308;
}
h1,
h2,
h3,
h4 {
  color: #5f4f00;
}
a {
  color: #5f4f00;
}
a:hover {
  color: #35b167;
}
a:focus {
  color: #35b167;
}
hr {
  border-color: #5f4f00;
}
.wbo-bg-green {
  background-color: #35b167;
  color: #ffffff;
}
.wbo-bg-green a {
  color: #ffffff;
}
.wbo-bg-green h1,
.wbo-bg-green h2,
.wbo-bg-green h3,
.wbo-bg-green h4 {
  color: #ffffff;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wbo-bg-white {
  background-color: #ffffff;
  color: #35b167;
}
.wbo-bg-lightbrown {
  background-color: #fffadf;
  color: #312308;
}
.wbo-bg-lightbrown h1,
.wbo-bg-lightbrown h2,
.wbo-bg-lightbrown h3,
.wbo-bg-lightbrown h4 {
  color: #312308;
}
.wbo-bg-lightbrown a {
  color: #5f4f00;
}
.wbo-bg-lightbrown a:hover {
  color: #35b167;
}
.wbo-bg-lightbrown a:focus {
  color: #35b167;
}
.wbo-bg-lightbrown .btn-default,
.wbo-bg-lightbrown .btn-primary {
  color: #ffffff;
}
.wbo-bg-brown {
  background-color: #5f4f00;
  color: #ffffff;
}
.wbo-bg-brown a {
  color: #ffffff;
}
.wbo-bg-darkbrown {
  background-color: #312308;
  color: #ffffff;
}
.wbo-bg-darkbrown a {
  color: #ffffff;
}
.wbo-fc-green {
  color: #35b167;
}
.weo-hidden {
  display: none;
}
.page-header {
  border-bottom: 1px solid #5f4f00;
}
.btn-default,
.btn-primary {
  color: #ffffff;
  background-color: #5d420f;
  border-color: #927900;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #463a00;
  border-color: #5f4f00;
}
.thumbnail {
  border: 1px solid #927900;
}
a[data-fancybox] {
  position: relative;
  display: block;
}
a[data-fancybox] i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
  color: #ffffff;
}
.wbo-tagging-list {
  padding-bottom: 15px;
}
.page-header {
  margin-top: 0;
  padding-top: 35px;
}
.weo-eu-organic-logo {
  border: 2px solid #ffffff;
  margin-bottom: 10px;
}
#wbo-page-emotion {
  margin-top: 50px;
  border-top: 10px solid #ffffff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
#wbo-logo-wrapper {
  min-height: 340px;
  position: relative;
}
#wbo-logo-wrapper a {
  color: #ffffff;
}
#wbo-logo-wrapper ul {
  margin-top: 15px;
  margin-right: 15px;
  font-size: 16px;
}
#wbo-logo-wrapper ul li {
  margin-bottom: 4px;
}
#wbo-logo {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
#wbo-logo img {
  margin: 0 auto;
}
#wbo-page-aside-right {
  padding: 30px 0;
}
#wbo-page-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
#wbo-footer-nav {
  font-size: 85%;
}
#wbo-bio-headline h3 {
  color: #35b167;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border-top: 3px solid #35b167;
  border-bottom: 3px solid #35b167;
  margin-top: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.weo-news-item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #5f4f00;
}
/**
* ---------------------------------------------------------------------------------------------------------------------
* Navigation
* ---------------------------------------------------------------------------------------------------------------------
*/
.navbar {
  background-color: #ffffff;
  margin-bottom: 0;
  box-shadow: 0 1px 2px #ffffff;
}
.navbar-header .navbar-toggle {
  background: #35b167;
}
.navbar-header .navbar-toggle .icon-bar {
  background: #ffffff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #35b167;
  background: transparent;
}
.nav > li.active > a {
  color: #35b167;
}
/* Entfernt 20220117 weo*/
/*.nav > li:nth-child(4) {
  position: relative;
	&::before {
		position: absolute;
		top: 0;
		left: 46%;
	  content: "****";
		color: rgb(222,215,95);
		letter-spacing: 2px;
	}
}*/
@media screen and (min-width: 768px) {
  /*.equal, .equal > div[class*='col-'] {  
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex:1 0 auto;
}*/
  .nav {
    margin-top: 8px;
  }
  .nav > li > a {
    font-size: 18px;
    font-weight: 700;
    border-left: 1px solid #5f4f00;
  }
  .nav > li:first-child > a {
    border-left: none;
  }
}
@media screen and (min-width: 992px) {
  .wbo-equal-height .thumbnail {
    min-height: 285px;
  }
  .wbo-equal-height-2 .thumbnail {
    min-height: 328px;
  }
  /* min height definitions, equal height with green column */
  .weo-mhlg {
    min-height: 1080px;
  }
  .weo-mhmd {
    min-height: 940px;
  }
  div[class^=col] > h3 {
    margin-top: 0;
  }
}
/* iframe embed by Matterport (apartment pages) */
.weo-matterport-embed {
  border: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.77708333;
}
.weo-matterport-consent-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.weo-matterport-consent-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 1rem 1.5rem;
}
.weo-matterport-consent-wrapper > div p {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.weo-matterport-consent-wrapper > div a {
  color: #35b167;
}
.weo-matterport-consent-wrapper > div button {
  background-color: #35b167;
  color: #fff;
  cursor: pointer;
  border: none;
  box-shadow: none;
  padding: .5rem 1rem;
}
