/*!
Theme Name: Bio Green Beef
Theme URI: http://marcwilmesdesign.lu
Author: Attila Simon
Description: 
Version: 1.0
License: Marc Wilmes Design
Text Domain: 
Tags: -
*/
/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'), url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-700italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: "SketchBlockBold";
  src: url('./_res/SketchBlockBold/font.woff2') format('woff2'), url('./_res/SketchBlockBold/font.woff') format('woff');
}
.header-nav {
  position: relative;
  z-index: 99;
  padding: 30px 0;
  background-image: url(/_res/themes/biogreenbeef/_res/img/paperbackground.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .header-nav {
    padding: 20px 0;
  }
  .header-nav .biogreenbeeflogo {
    width: 90px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .header-nav {
    padding: 10px 0 !important;
  }
  .header-nav .biogreenbeeflogo {
    width: 88px !important;
    height: auto !important;
  }
}
.header-nav .logo {
  width: 45px;
  height: 79px;
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 0;
}
.header-nav ul li {
  list-style: none;
}
.header-nav ul li a {
  color: #546a28 !important;
  font-family: 'SketchBlockBold';
  font-size: 19px;
  position: relative;
  padding: 0 15px;
  padding-bottom: 10px;
}
.header-nav ul li a.active,
.header-nav ul li a:hover {
  position: relative;
  text-decoration: none;
}
.header-nav ul li a.active:after,
.header-nav ul li a:hover:after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/_res/themes/biogreenbeef/_res/img/menu_strich.svg);
  background-size: cover;
  background-position: bottom;
}
.header-nav .language-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 0;
}
.header-nav .language-menu a.lang {
  font-size: 15px;
  color: #546a28 !important;
  font-family: 'SketchBlockBold';
  position: relative;
}
.header-nav .language-menu a.lang:not(:last-child):after {
  content: '|';
  padding: 0px 5px;
}
.header-nav .language-menu a.lang:hover,
.header-nav .language-menu a.lang.active {
  text-decoration: none;
}
.header-nav .language-menu a.lang:hover:before,
.header-nav .language-menu a.lang.active:before {
  content: '';
  height: 4px;
  width: 22px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-image: url(/_res/themes/biogreenbeef/_res/img/menu_strich.svg);
  background-size: cover;
  background-position: bottom;
}
.hero-container {
  background-size: cover;
  background-position: center;
  height: 648px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .hero-container {
    height: 450px;
  }
  .hero-container .biogreenbeeflogo {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hero-container {
    height: 250px;
  }
}
.frontpage-hero {
  background-size: cover;
  background-position: center;
  height: 988px;
  width: 100%;
}
.frontpage-hero .col {
  height: 988px;
  position: relative;
}
.frontpage-hero .col .frontpagearrow {
  position: absolute;
  right: 206px;
  top: 236px;
  width: 350px;
  height: 161px;
}
@media only screen and (max-width: 1200px) {
  .frontpage-hero .col .frontpagearrow {
    right: 220px;
    top: 141px;
    width: 260px;
    height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-hero .col .frontpagearrow {
    right: 220px;
    top: 151px;
    width: 232px;
    height: 107px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-hero .col .frontpagearrow {
    right: 182px;
    top: 153px;
    width: 183px;
    height: 84px;
  }
}
@media only screen and (max-width: 600px) {
  .frontpage-hero .col .frontpagearrow {
    right: 140px;
    top: 82px;
    width: 144px;
    height: 66px;
  }
}
@media only screen and (max-width: 440px) {
  .frontpage-hero .col .frontpagearrow {
    right: 136px;
    top: 90px;
    width: 113px;
    height: 52px;
  }
}
@media only screen and (max-width: 350px) {
  .frontpage-hero .col .frontpagearrow {
    right: 118px;
    top: 90px;
    width: 113px;
    height: 52px;
  }
}
.frontpage-hero .col .frontpageherosticker {
  position: absolute;
  right: 0px;
  bottom: 196px;
  width: 412px;
  height: 412px;
}
@media only screen and (max-width: 1200px) {
  .frontpage-hero .col .frontpageherosticker {
    top: 228px;
    width: 294px;
    height: 294px;
    bottom: unset;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-hero .col .frontpageherosticker {
    top: 226px;
    width: 263px;
    height: 263px;
    bottom: unset;
  }
}
@media only screen and (max-width: 600px) {
  .frontpage-hero .col .frontpageherosticker {
    top: 128px;
    width: 180px;
    height: 180px;
    bottom: unset;
  }
}
@media only screen and (max-width: 350px) {
  .frontpage-hero .col .frontpageherosticker {
    top: 131px;
    width: 160px;
    height: 160px;
    bottom: unset;
  }
}
@media only screen and (max-width: 1200px) {
  .frontpage-hero {
    height: 600px;
  }
  .frontpage-hero .biogreenbeeflogo {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .frontpage-hero {
    height: 350px;
  }
}
.uk-navbar-toggle {
  padding: 0;
  color: #546a28;
}
.uk-navbar-toggle svg {
  width: 30px !important;
  height: 30px !important;
}
#respronsive-nav .uk-offcanvas-bar {
  background: #546a28;
}
#respronsive-nav .uk-offcanvas-bar svg {
  width: 25px !important;
  height: 25px !important;
}
#respronsive-nav .uk-offcanvas-bar .uk-offcanvas-close line {
  stroke: #FFF !important;
}
#respronsive-nav .language-menu {
  margin-top: 15px;
}
#respronsive-nav .language-menu a.lang {
  color: rgba(255, 255, 255, 0.5) !important;
  position: relative;
}
#respronsive-nav .language-menu a.lang:not(:last-child):after {
  content: '|';
  padding: 0px 10px;
  color: rgba(255, 255, 255, 0.5) !important;
}
#respronsive-nav .language-menu a.lang.active {
  color: white !important;
}
.biogreenbeeflogo {
  width: 159px;
  height: 164px;
}
.frontpagetitle,
.pagetitle {
  background-image: url(/_res/themes/biogreenbeef/_res/img/paperbackground.jpg);
  background-size: cover;
  background-position: center;
}
footer .ivlb_logo {
  width: 90px;
  height: 112px;
}
.footerarrow {
  position: absolute;
  top: 0;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .footerarrow {
    width: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .footerarrow {
    width: 20px;
  }
}
@media only screen and (max-width: 440px) {
  .footerarrow {
    width: 15px;
  }
}
.footerbackground {
  background-image: url(/_res/themes/biogreenbeef/_res/img/paperbackground.jpg);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px -5px 12px -1px #dedede;
          box-shadow: 0px -5px 12px -1px #dedede;
}
@media only screen and (max-width: 767px) {
  .footerimage {
    height: 100%;
    width: 100%;
  }
}
.footerinside .footerText {
  font-size: 19px;
  font-family: 'SketchBlockBold';
  color: #546a28;
  height: 28px;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 640px) {
  .footerinside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerinside.first .footerText {
    display: none;
  }
  .footerinside .footerText {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .footerinside img {
    height: 70px;
  }
  .footerinside.first img {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerinside .footerText {
    font-size: 15px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .footerinside .footerText {
    font-size: 13px;
  }
}
.footer-copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  position: relative;
  z-index: 1;
  color: #546a28;
  font-family: 'SketchBlockBold';
}
.footer-copyright:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.footer-copyright p {
  margin: 0;
  padding: 10px 0;
}
.footer-copyright p a {
  color: #546a28;
  font-size: 11px;
  font-family: 'SketchBlockBold';
}
.footer-copyright p a:not(:last-child):after {
  content: '|';
  padding: 0px 5px;
}
.footer-copyright span.divider:after {
  content: '|';
  padding: 0px 5px;
}
body {
  background-color: #fffbf2;
  font-style: normal;
  color: #707070;
  font-family: "Roboto";
  min-height: 100vh;
  font-size: 15px;
}
a {
  font-size: 15px;
  font-family: "Roboto";
  color: #707070;
}
a:hover {
  color: #546a28;
}
/* CONTENT */
main {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
main .divider {
  background-image: url(/_res/themes/biomaufel/_res/img/page_break_strich.svg);
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 5px;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
main > .container {
  min-height: 100%;
}
.relative {
  position: relative;
}
.stickerleft {
  left: 0px;
}
.stickerright {
  right: 0px;
}
.stickerleft,
.stickerright {
  position: absolute;
  height: 160px;
  width: 160px;
  top: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .stickerleft,
  .stickerright {
    height: 140px;
    width: 140px;
    top: -87px;
  }
}
@media only screen and (max-width: 991px) {
  .stickerleft,
  .stickerright {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .stickerleft,
  .stickerright {
    height: 140px;
    width: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .stickerleft,
  .stickerright {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 575px) {
  .stickerleft,
  .stickerright {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: 449px) {
  .stickerleft,
  .stickerright {
    height: 90px;
    width: 90px;
  }
}
.media-item a {
  display: block;
  background-color: white;
  color: #707070;
}
.media-item a:hover {
  text-decoration: none;
}
.media-item a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.media-item .item-image {
  overflow: hidden;
}
.media-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 350px;
  -webkit-transition: 0.3s ease-out transform;
  transition: 0.3s ease-out transform;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .media-item img {
    height: 294px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .media-item img {
    height: 294px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 991px) {
  .media-item img {
    height: 218px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .media-item img {
    height: 314px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .media-item img {
    height: 230px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .media-item img {
    height: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 639px) {
  .media-item img {
    height: 412px;
  }
}
@media only screen and (min-width: 510px) and (max-width: 567px) {
  .media-item img {
    height: 430px;
  }
}
@media only screen and (min-width: 460px) and (max-width: 510px) {
  .media-item img {
    height: 384px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 390px) {
  .media-item img {
    height: 320px;
  }
}
@media only screen and (max-width: 350px) {
  .media-item img {
    height: 280px;
  }
}
.media-item .textcontent {
  padding-left: 16px;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.media-item .textcontent .date {
  padding-bottom: 16px;
}
.media-item .textcontent .title {
  height: 48px;
  margin-bottom: 16px;
  font-weight: 700;
}
.media-item .textcontent .cactus {
  height: 22px;
  margin-bottom: 16px;
}
.media-item .textcontent .readmore {
  color: #546a28;
  font-size: 19px;
  font-family: "SketchBlockBold";
}
.single-media .backLink {
  color: #546a28;
  font-size: 19px;
  font-family: 'SketchBlockBold';
}
.single-media .single_image {
  max-height: 800px;
}
.single-media .gallery {
  background-image: url(/_res/themes/biogreenbeef/_res/img/paperbackground.jpg);
  background-size: cover;
  background-position: center;
}
.single-media video {
  background-color: #546a28;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #546a28;
}
.colicon img {
  max-height: 39px;
  max-width: 25px;
}
#map {
  width: 100%;
  height: 360px;
}
/* -----  1.3 General Typography  ------------------------------------------- */
*:focus {
  outline: 0 !important;
}
h1,
h2 {
  font-family: "SketchBlockBold";
  font-size: 50px;
  font-style: normal;
  line-height: 65px;
  color: #546a28;
  margin: 0;
  word-wrap: break-word;
  padding: 20px 0;
  border-top: solid #546a28 2px;
  border-bottom: solid #546a28 2px;
}
h3 {
  font-family: "SketchBlockBold";
  font-size: 32px;
  line-height: auto;
  font-style: normal;
  color: #546a28;
  margin: 0;
  word-wrap: break-word;
  position: relative;
}
h4 {
  font-family: "SketchBlockBold";
  font-size: 19px;
  line-height: 1em;
  font-style: normal;
  color: #546a28;
  margin: 0;
  word-wrap: break-word;
}
ul {
  padding-left: 15px;
  margin: 0;
}
.coltext-loop .colicon {
  max-width: 100%;
  max-height: 100%;
}
.coltext-loop .coltext {
  margin-left: 25px;
  margin-bottom: 35px;
}
.coltext-loop .coltext-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coltext .icon {
  margin-right: 50px;
}
.center {
  text-align: center;
}
.right {
  text-align: end;
}
em {
  color: #707070;
}
.main-space {
  display: block;
  width: 50px;
}
.main-space.x0,
.main-space.x1_2 {
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .main-space.x0,
  .main-space.x1_2 {
    height: 10px;
  }
}
.main-space.x1 {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .main-space.x1 {
    height: 20px;
  }
}
.main-space.x2 {
  height: 80px;
}
@media (max-width: 480px) {
  .main-space.x2 {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .main-space.x2 {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .main-space.x2 {
    height: 40px;
  }
}
/* DEBUG MAIN SPACE*/
/*.main-space.x1_2{height:1rem}
.main-space.x1{height:2rem}
.main-space.x2{height:4rem}
.main-space.x3{height:6rem}
.main-space.x4{height:8rem}*/
/*.debug_spaces{width:45px;position:relative}
.debug_spaces.auto:after{background:blue}
.debug_spaces:after{content:'-';position:absolute;padding-top:5px;padding-left:5px;color:white;font-size:12px;letter-spacing:0;font-weight:normal;width:100%;height:100%;background:#333;opacity:0.05}
.debug_spaces.x1_2:after{content:'x1/2'}
.debug_spaces.x1:after{content:'x1'}
.debug_spaces.x2:after{content:'x2'}*/
svg circle.plot {
  cursor: pointer;
}
svg tspan {
  font-family: 'SketchBlockBold';
}
.bio-search,
.bio-filter {
  display: none;
}
.bio-map {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* Reset Zoom button first */
  /* Then Zoom In button */
  /* Then Zoom Out button */
}
.bio-map .map {
  background-image: url(/_res/themes/biogreenbeef/_res/img/luxembourgmap.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.bio-map .zoomButton {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 45px;
  background: #F1ECE3;
  color: #546a28;
  font-size: 3em;
  font-weight: 400;
  border: 0;
  border-radius: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.bio-map .zoomButton span {
  top: 2px;
  position: relative;
}
.bio-map .zoomReset {
  bottom: 165px;
}
.bio-map .zoomIn {
  bottom: 110px;
}
.bio-map .zoomOut {
  bottom: 55px;
}
.bio-search {
  margin-bottom: 15px;
}
.bio-search input {
  padding: 5px;
  width: 100%;
}
.bio-filter {
  background: #fff;
  z-index: 9999 !important;
  padding-top: 30px;
}
/*
.bio-filter-white-bg {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  display: none;
  // border: 10px solid red;
  &.active {
    display: block;
  }
}
*/
.bio-main-categories {
  margin-bottom: 15px;
  /*
    .trigger {
      position: absolute;
      top: @zoom-button-size - @button_space;
      left: -@zoom-button-size;
      color: @orange;
            font-size: 3em;
            font-weight: 400;
      background-color: @light-grey;
           
            width: @zoom-button-size;
            height: @zoom-button-size;
            line-height: @zoom-button-size;
            text-align: center;
            cursor: pointer;
      border: 0;
           // border-radius: 5px;
            -webkit-user-select: none;
            -khtml-user-select : none;
            -moz-user-select: none;
            -o-user-select : none;
            user-select: none;
            span {
              top:2px;
              position: relative;
            }
    }

    &.close {
      right: -240px;
    }
    */
}
.bio-main-categories ul {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #546a28;
}
.bio-main-categories ul li {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
}
.bio-main-categories ul li:after {
  display: none;
}
.bio-main-categories ul li.direktvermarktung {
  width: 100%;
}
.bio-main-categories ul li.separator {
  width: 100%;
  display: block;
  margin: 15px 0;
  border-top: 1px solid #546a28;
}
.bio-main-categories label {
  display: block;
  padding: 2px 0;
}
.bio-main-categories label:hover {
  cursor: pointer;
}
.bio-main-vermarktung {
  margin-bottom: 15px;
}
.bio-main-vermarktung ul {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #546a28;
}
.bio-main-vermarktung ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .bio-main-vermarktung ul li {
    width: 50%;
  }
}
.bio-main-vermarktung ul li:after {
  display: none;
}
.bio-main-vermarktung label {
  display: block;
  padding: 2px 0;
}
.bio-main-vermarktung label:hover {
  cursor: pointer;
}
.bio-main-zertifizierung {
  margin-bottom: 15px;
}
.bio-main-zertifizierung ul {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #546a28;
}
.bio-main-zertifizierung ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .bio-main-zertifizierung ul li {
    width: 50%;
  }
}
.bio-main-zertifizierung ul li:after {
  display: none;
}
.bio-main-zertifizierung label {
  display: block;
  padding: 2px 0;
}
.bio-main-zertifizierung label:hover {
  cursor: pointer;
}
.cycle_button {
  background: #F1ECE3;
  border: 1px solid #ccc;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  color: #546a28;
  font-size: 3em;
  font-weight: 400;
  border: 0;
  border-radius: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.cycle_button span {
  position: relative;
  top: 2px;
}
.bio-betriebe-container {
  position: relative;
}
.bio-betriebe-container .row {
  position: relative;
}
.bio-betriebe-container strong {
  text-align: left;
  color: #546a28;
}
.bio-betriebe-container .plotLegend {
  display: none;
}
@media (min-width: 768px) {
  .bio-betriebe-container .bio-betriebe-list {
    overflow-y: auto;
    padding: 15px;
    border: 2px solid #546a28;
    min-height: 100%;
    max-height: 500px;
  }
}
.bio-betriebe-container .bio-betriebe-list table {
  width: 100%;
}
.bio-betriebe-container .bio-betriebe-list table td {
  padding: 5px 0;
  margin-bottom: 15px;
  display: block;
  position: relative;
  width: 100%;
}
.bio-betriebe-container .bio-betriebe-list table td:hover {
  cursor: pointer;
}
.bio-betriebe-container .bio-betriebe-list table td:hover p:after {
  display: block;
}
.bio-betriebe-container .bio-betriebe-list table td .category {
  font-size: 0.75em;
  display: block;
}
.bio-betriebe-container .bio-betriebe-list table td p {
  font-family: "SketchBlockBold";
  font-size: 19px;
  position: relative;
  font-weight: bold;
  color: #546a28;
  margin: 0 !important;
}
.bio-betriebe-container .bio-betriebe-list table td:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.5px;
  width: 100%;
  background-image: url(/_res/themes/biogreenbeef/_res/img/menu_strich.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 30px;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate {
  text-align: left;
  padding-top: 0.25em;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate {
  padding-top: 30px;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #546a28;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate a {
  margin: 0 15px;
  cursor: pointer;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate .previous {
  margin-right: 15px;
  margin-left: 0;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate .next {
  margin-left: 15px;
  margin-right: 0;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate span {
  margin: 0 15px;
}
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.bio-betriebe-container .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bio-betriebe-container .dataTables_filter {
  font-weight: bold;
}
.bio-betriebe-container .dataTables_filter input {
  margin-left: 5px;
}
.bio-categories h3 {
  text-align: left;
}
.bio-categories label {
  display: block;
}
/* Specific mapael css class are below
         * 'mapael' class is added by plugin
        */
.mapael .map {
  position: relative;
}
.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
}
/* overwrite default uikit modal width */
.detail-modal .uk-modal-dialog {
  width: unset !important;
}
.detail-modal .uk-modal-body {
  padding: 20px;
}
@media (max-width: 767px) {
  .detail-modal .uk-modal-close-outside {
    top: 20px;
  }
}
.detail-modal .uk-modal-close-outside:hover {
  opacity: 0.5;
  cursor: pointer;
}
.detail-modal-content {
  position: relative;
}
.detail-modal-content .container {
  padding: 0 !important;
}
.detail-modal-content main:before {
  display: none;
}
.detail-modal-content main:after {
  display: none;
}
.detail-modal-content .modal-space-disable {
  display: none;
}
.detail-modal-content h2 {
  width: 100%;
  font-size: 52px;
  text-align: center;
}
.detail-modal-content .default-image-slick {
  max-width: 100%;
  max-height: 100%;
}
.detail-modal-content .default-image {
  width: 100%;
  height: 300px;
  background: #F1ECE3;
}
.detail-modal-content .address {
  margin-top: 55px;
}
.detail-modal-content .info {
  margin-top: 15px;
}
.detail-modal-content .subtitle {
  display: block;
  color: #546a28;
  margin-top: 15px;
}
.detail-modal-content .products,
.detail-modal-content .art {
  text-transform: capitalize;
}
.bio-slick-gallery .image {
  width: 300px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bio-slick-gallery .image img {
  max-width: 100%;
  max-height: 100%;
}
/*
  Detail
*/
.bio-mitglied .labels {
  margin-top: 5px;
}
.bio-mitglied img {
  max-width: 100%;
  max-height: 35px;
  margin-right: 10px;
}
.logos {
  height: 35px;
  text-align: right;
  margin-top: 5px;
}
.logos img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 15px;
}
.informationen {
  border: 2px solid #546a28;
  background: white;
  padding: 30px;
  height: 100%;
}
.informationen h3 {
  text-align: center;
  font-size: 32px;
}
.informationen strong {
  color: #546a28;
  font-size: 18px;
}
.informationen p {
  margin: 0 !important;
}
.informationen .labels a {
  display: inline-block;
  border: 1px solid black;
}
.informationen .labels a img {
  max-width: 60px;
  height: auto;
}
.informationen .labels a:not(:last-child) {
  margin-right: 28px;
}
.informationen .labels-container {
  margin-top: 8px;
}
.informationen .labels-container.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.informationen .labels-container.space-between .labels a {
  margin-right: 0;
}
.informationen .website {
  margin-top: 15px;
  display: inline-block;
}
.informationen .website:hover {
  color: white !important;
}
.informationen a {
  color: #546a28 !important;
}
.bio-betrieb-logos img {
  width: auto;
  max-height: 100px;
  max-width: 100px;
}
blockquote {
  margin: 0;
  padding-top: 0;
  text-align: center;
  font-size: 16px;
}
blockquote:before {
  color: #546a28;
  content: "“";
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: 0;
}
blockquote:after {
  color: #546a28;
  content: "”";
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: 0;
}
blockquote p {
  display: inline;
}
.quote_autor {
  color: #F1ECE3;
  text-align: center;
  display: none;
}
.bio-betrieb-back {
  text-align: right;
  position: relative;
}
.bio-betrieb-back a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.bio-betrieb-back span {
  position: absolute;
  top: -18px;
  right: -15px;
  font-size: 4em;
}
#bio-google-map {
  width: 100%;
  height: 350px;
}
.bm-button {
  border: 1px solid #546a28;
  padding: 12px 21px;
  border-radius: 21px;
  color: #546a28;
  font-family: 'SketchBlockBold';
}
.bm-button:hover {
  background-color: #546a28;
  text-decoration: none;
}
.bio-betriebe-detail .uk-slideshow-items li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
span.place {
  color: #707070;
  font-weight: 700;
}
#bio-google-map {
  padding-left: 0 !important;
  margin-left: 30px;
}
@media (min-width: 1200px) {
  #bio-google-map {
    margin-left: 40px;
  }
}
.bio-betriebe-container .content.load {
  opacity: 0;
}
.uk-modal-close-outside img {
  width: 35px;
  height: 35px;
}
/*
.bio-betrieb-detail-overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255,255,255, 0.8);
  .bio-betrieb-detail {
    height: 100%;
    overflow: scroll;
  }
}
*/
#respronsive-nav {
  font-size: 1rem !important;
}
#respronsive-nav .uk-nav-default {
  margin-top: 15px;
  font-size: 1.15rem !important;
}
#respronsive-nav .uk-nav > li > a {
  padding: 10px 0;
  font-family: 'SketchBlockBold';
}
#respronsive-nav .language-menu a {
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'SketchBlockBold';
}
#respronsive-nav .language-menu a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7) !important;
}
@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 40px;
    padding: 15px 0;
    line-height: normal;
  }
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  h1,
  h2 {
    font-size: 28px;
    padding: 8px 0;
  }
  h3 {
    font-size: 21px;
  }
  .footer-copyright p {
    margin: 0 auto;
    width: 86%;
  }
  .footer-copyright p a {
    color: #546a28;
  }
  .footer-copyright p a:after {
    display: none;
  }
  .footer-copyright .mwd-copyright {
    display: block;
  }
}
@media (max-height: 750px) and (min-width: 991px) {
  .frontpage-hero {
    height: 440px;
  }
  .frontpage-hero .biogreenbeeflogo {
    width: 140px;
    height: 145px;
  }
  .frontpage-hero .frontpagearrow {
    display: none;
  }
  .frontpage-hero .frontpageherosticker {
    bottom: unset !important;
    top: 110px;
    height: 270px !important;
    width: 270px !important;
  }
  .hero-container {
    height: 340px;
  }
  .footer-copyright p {
    padding: 20px 0;
  }
}
