#debug {
  background: var(--sub-txt-color);
  color: #000;
  position: fixed;
  z-index: 9999;
  left: 1%;
  bottom: 2%;
  padding: var(--main-padding);
  display: none;
}

/**************************************** Start ****************************************/
body{
  background-color: #fff;
}
#mainHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 9999;
  background: transparent; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all .2s ease;
}
#mainHeader .inner {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  height: 100%; 
}
#logo{
  display: block;
  float: left;
  max-width: 25vh;
  transition: all .2s ease;
  margin: 20px 0px 15px;
}
#logo a{
  display: block;
}
#logo img {
  display: none;
}
#logo a:before {
  content: 'Imkerei';
  font-family: 'Fjalla One';
  color: #fff;
  font-size: 36px;
}
#logo a:after {
  content: ' Huck';
  font-family: 'Fjalla One';
  font-weight: 700;
  color: #fff;
  font-size: 36px;
}
/* HEADFIX  */
#page-9 #mainHeader,
#page-11 #mainHeader,
#page-12 #mainHeader,
#mainHeader.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 949;
  padding: 0;
  background: #333;
  border-bottom: 1px solid transparent;
}
/**************************************** Language ****************************************/
nav#langNav {  
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 99;
}
#mainHeader.fixed nav#langNav {
  top: 0;
}
.languagepicker {
  /*height: 40px;
  overflow: hidden;*/
  transition: all .3s ease;
}
.languagepicker:hover {
  height: 80px;
}
.languagepicker a{
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.languagepicker li {
  display: block;
  padding: 0px 0 0 30px;
  margin: 7px 15px;
}
.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}
.languagepicker li img {
  margin-right: 5px;
}
.large:hover {
}
.de:before,
.en:before,
.fr:before{
  content:"";
  position: absolute;
  left: -25px;
  top: 1px;
  width: 20px;
  height: 11px;
}
.de:before{
  background:url(../img/de.png) no-repeat;
  background-size:cover;
}
.en:before{
  background:url(../img/en.png) no-repeat;
  background-size:cover;
}
.fr:before{
  background:url(../img/efr.png) no-repeat;
}
/**************************************** fixed ****************************************/
#mainHeader.fixed #logo {
  max-width: 200px;
}
#mainHeader.fixed #mainNav ul li a{
  padding: 5px 10px;
}
/**************************************** Slider DIV ***********************************/
#slider{
  position: relative;
  z-index: 2;
}
#slider .swiper-slide{
  line-height: 0;
}
#slider svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/**************************************** Footer ****************************************/
#mainFooter{    
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  background: #333;
  padding: 30px 0 0;
  color:#fff;
}
#mainFooter .articleInner {
  width: 100%;
  margin: auto;
  padding: 0;
}
#mainFooter img {
  max-width: 200px;
}
#mainFooter .footerCol{
  min-height: 5px;
}
#mainFooter a{
  color: var(--sub-bg-color);
}
#mainFooter .second ul li {
  display: inline-block;
  margin-left: 15px;
}
#mainFooter .second ul li:first-child {
  margin-left: 0;
}
#mainFooter h4 {
  font-size: 24px;
  line-height: 1.16667;
  margin: 0 0 50px 0;
}
#mainFooter .col{
  margin-left: 0;
}
#mainFooter .second h4:before {
  content: "";
  border-bottom: 0px solid transparent;
  width: 15%;
  float: left;
  vertical-align: unset;
  padding: 15px 0 0 0;
  margin: 0 5px 0 0;
}
/**#mainFooter .first,
#mainFooter .second{
  margin-bottom: 90px;
}**/
#subFooter {
  padding-top: 15px;
  width: 90%;
  margin: auto;
}
#subFooter h4 {
  font-size: 0.88rem;
  font-weight: 300;
}
#footerNav ul li {
  display: inline-block;
  margin-left: 15px;
}
#footerNav ul li:nth-child(1):after {
  content: '/';
  padding-left: 17px;
}
#subFooter h4,
#footerNav{
  float: left;
  line-height: 1;
}
#subFooter:after {
  content: "";
  clear: both;
}
#overlay{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  background: rgba(0, 0, 0,0.6);
  cursor: pointer;
  opacity: 0;
  display: none;
  
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* Swiper Anpassungen */
.frame-layout-61 h2{
  margin: 35px 0px 55px -3px;
}
/*Standard-Layout*/
.articleInner .frame-layout-220 .articleInner {
  padding: 5% 10%;
}
.frame-layout-220 .articleInner {
  max-width: 1600px;
}
.frame-layout-220 h4{
  margin-bottom: 0;
}
/*gelb-orangener Hintergrund*/
.orangeBackground{
  background: #f0ad4e;
}
.orangeBackground h2 {
  color: #fff;
}
/*Footer Anpassungen */ 
#mainFooter h3 {
  font-size: 36px;
  margin-bottom: 0;
}
#mainFooter .col {
  margin-bottom: 0;
}
/*Galerie*/
.frame-layout-230 .articleInner {
  width: 100%;
}
.frame-layout-230 .col {
  margin: 0;
}
/*Zwei Bilder links*/ 
.frame-layout-250 .col {
  padding-left: 20px;
}
.frame-layout-250 .col12 .gal.gal-1{
  justify-content: flex-start;
}
.frame-layout-250 .col11 .gal.gal-1{
  justify-content: flex-end;
}
/*Zwei Bilder rechts*/ 
.frame-layout-260 .col {
  padding-right: 20px;
}
/** Telefon & Mail **/
.kontakt {
  width: 470px;
  display: flex;
  justify-content: flex-end;
  float: right;
  text-align: end;
}
.mail {
  margin-left: 30px;
}
.kontakt p {
  margin: 0;
  margin-top: -5px;
}
.telephone span, .mail span {
  padding-left: 10px;
}