/*
Theme Name: NEW PNEL V3
Theme URI: https://bon-bon.de
Author: The Awesome PNEL Team
Author URI: bon-bon.de
Description: 
Version: 3.1.1
*/
/* Chrome, Safari, Edge, Opera */
/*
  Variables  
  Header, Footer, Tables, Uls, and general stuff
*/
/*#c18f1d;*/
/*FF5C00
/* grün: 46C218;   orange: FFBD14  mailjetorange. fead0d amazon1 ffd814 amazon 2 ffa41c*/
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-300.woff') format('woff');
  /* Modern Browsers */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff');
  /* Modern Browsers */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff');
  /* Modern Browsers */
}
/**
    Header + NAV
**/
.admin-bar header {
  top: 32px;
}
.admin-bar header {
  top: 32px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  color: #303030;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  background: #f8f5eb;
  transition: 0.3s all ease;
}
body.showMenu:after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 997;
  background: rgba(0, 0, 0, 0.8);
}
.transparentHeader header {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.transparentHeader header .brand svg {
  fill: #fff;
}
.scrolled header,
.showMenu header {
  background: #f8f5eb;
  box-shadow: 0px 0px 13px 0px rgba(102, 102, 102, 0.13);
}
.scrolled header .brand svg,
.showMenu header .brand svg {
  fill: #002a43;
}
.woocommerce-checkout header {
  position: absolute;
  box-shadow: none;
}
.woocommerce-checkout header .brand svg {
  fill: #fff;
}
.checkoutProgress {
  line-height: 1.1;
  font-size: 1.3rem;
}
.checkoutProgress hr {
  height: 4px;
  background: linear-gradient(90deg, #00aa71 0%, #00aa71 51%, #bbbbbb 51%, #bbbbbb 100%);
}
header > .container > .row,
header > .container-fluid > .row {
  position: relative;
  height: 90px;
  transition: 0.4s height ease;
}
header .brand {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  transition: 0.4s height ease;
}
header .brand a {
  display: block;
  height: 58px;
  transition: 0.4s all ease;
}
header .brand img,
header .brand svg {
  height: 100%;
  width: auto;
}
.scrolled header > .container > .row,
.scrolled header > .container-fluid > .row {
  height: 70px;
}
.scrolled header .brand a {
  height: 48px;
}
.openNav {
  position: absolute;
  right: 0;
  line-height: 100%;
  top: 45%;
  transform: translateY(-50%) scale(0.85);
  display: table;
  transition: 0.4s all ease;
  padding: 0 15px;
  line-height: 42px;
  font-size: 2rem;
  text-transform: uppercase;
  z-index: 999;
}
.openNav > button {
  display: inline-block;
  vertical-align: middle;
}
.openNav .openNavText {
  display: none;
  color: #333;
  letter-spacing: 1px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  margin-top: -5px;
  background: none!important;
}
header.checkoutHeader > .container > .row,
.scrolled header.checkoutHeader > .container > .row,
header.checkoutHeader > .container-fluid > .row,
.scrolled header.checkoutHeader > .container-fluid > .row {
  height: 54px;
}
header.checkoutHeader .checkoutHeaderHeadline,
.scrolled header.checkoutHeader .checkoutHeaderHeadline {
  padding-top: 0;
  margin-top: -3px;
}
header.checkoutHeader .checkoutHeaderHeadline i,
.scrolled header.checkoutHeader .checkoutHeaderHeadline i {
  transform: translateY(2px);
}
header.checkoutHeader + main .singlePage {
  padding-top: 54px;
}
.openNav:hover {
  cursor: pointer;
}
.transparentHeader .openNavText {
  color: #fff;
}
.scrolled .openNavText,
.showMenu.transparentHeader header .openNavText {
  color: #333;
}
/*
:not(.scrolled).showMenu .openNavText{
  color:#fff;
}*/
.woocommerce-checkout .openNav {
  display: none;
}
ul.shoppingCartMenu {
  display: inline-block;
  margin-left: 15px;
}
ul.shoppingCartMenu li a {
  position: relative;
  transition: 0.3s all ease;
}
ul.shoppingCartMenu li a .badge {
  background: #C38F00;
}
ul.shoppingCartMenu li a i {
  transform: scale(2);
}
ul.shoppingCartMenu li a .badge {
  position: absolute;
  right: -22px;
  top: -4px;
  border-radius: 50%;
  background: #002a43;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 24px;
}
ul.shoppingCartMenu li a:hover {
  transform: scale(1.05);
  color: #303030;
}
ul.shoppingCartMenu li a:hover .badge {
  background: #C38F00;
}
.mainNav {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.mainNav .menu-hauptmenue-container {
  display: none;
}
.mainNav ul.menu > li {
  margin-bottom: 0;
  padding: 8px 0;
}
.mainNav ul.menu > li a {
  transition: 0.3s all ease;
  font-size: 1.6rem;
  padding: 9px 15px;
  color: #303030;
  text-transform: none;
}
.mainNav ul.menu > li a:hover {
  color: #C38F00;
}
.mainNav ul.menu > li i {
  transform: scale(1.4);
}
.mainNav li.menu-item-has-children {
  position: relative;
}
.mainNav li.buttonStyle {
  position: relative;
}
.mainNav li.buttonStyle > a {
  border: 1px solid #303030;
  border-radius: 5px;
  margin-left: 15px;
}
.mainNav li.buttonStyle > a:hover {
  border-color: #C38F00;
  background-color: #C38F00;
  color: #fff;
}
.mainNav ul.shoppingCartMenu li a {
  position: relative;
  transition: 0.3s all ease;
}
.mainNav ul.shoppingCartMenu li a .badge {
  background: #C38F00;
}
.mainNav ul.shoppingCartMenu li a i {
  transform: scale(2);
}
.mainNav ul.shoppingCartMenu li a:hover {
  transform: scale(1.05);
  color: #303030;
}
.mainNav ul.shoppingCartMenu li a:hover .badge {
  background: #C38F00;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu > li a {
  color: #fff;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu > li a:hover {
  color: #eee;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu li.buttonStyle > a {
  border-color: #fff;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu ul.submenuInner a {
  color: #303030;
}
/*
 change logic when needed
*/
.mainNav li.menu-item-has-children > a:before {
  content: "\f0da ";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  margin-left: 2px;
  width: 12px;
}
.mainNav li.menu-item-has-children:hover > a:before {
  content: "\f0d7 ";
  margin-left: 0;
  width: 14px;
}
.mainNav ul.sub-menu {
  position: absolute;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
  top: 30px;
  left: 0;
  background: #ffffff;
  border-radius: 5px;
  color: #303030;
  z-index: 99;
  padding: 12px 0;
}
.mainNav li.menu-item-has-children:hover ul.sub-menu,
.mainNav ul.sub-menu:hover {
  opacity: 1;
  top: 40px;
  pointer-events: all;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.mainNav ul.menu li ul.sub-menu li a,
.mainNav ul.menu li ul.sub-menu li:last-child a {
  padding: 9px 18px;
  transition: 0.3s all ease;
  display: inline-block;
  width: 100%;
  color: #303030;
}
.mainNav ul.sub-menu li a:hover {
  background: #002a43;
  color: #fff !important;
}
.mainNav ul li a:hover {
  color: #C38F00;
}
.mainNav ul li.buttonStyle > a:hover {
  color: #fff;
}
.scrolled .mainNav ul li.buttonStyle > a {
  color: #303030;
  border-color: #303030;
}
.scrolled .mainNav ul li.buttonStyle > a:hover {
  background: #e75700;
  color: #fff;
  border-color: #e75700;
}
.scrolled .mainNav ul li a,
.scrolled.transparentHeader header .mainNav ul li a {
  color: #303030;
}
.scrolled .mainNav ul li a:hover,
.scrolled header.productCategory .mainNav ul li a:hover {
  color: #C38F00;
}
.transparentHeader ul.shoppingCartMenu li a:hover {
  color: #eee;
}
.scrolled ul.shoppingCartMenu li a:hover {
  color: #303030;
}
.mainNav ul li:last-child a {
  padding-right: 0;
}
.mainNav ul li.buttonStyle:last-child > a {
  padding-right: 15px;
}
header .backButton {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Source Sans Pro";
  letter-spacing: 0;
  font-weight: 300;
  height: 100%;
  border-radius: 0;
  line-height: 1.2;
  border: none;
  background: #002a43;
  font-size: 1.4rem;
  color: #fff;
}
header .backButton:hover {
  background: #002134;
  color: #fff;
}
header .backButton i {
  font-size: 2.4rem;
}
.woocommerce-checkout header .backButton {
  display: block;
}
/*
ETW
*/
.showHeaderCitySearch header {
  z-index: 100001;
}
/*
.mainNav .triggerHeaderCitySearch:after{
    content:"\f0d7";
    font-family:"FontAwesome";
    font-size:1.6rem;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    color:#fff;
    height:auto;
  }
*/
.menu-item-15062,
.triggerHeaderCitySearch {
  position: relative;
}
.headerCitySearchWrap {
  text-align: left;
  z-index: 100002;
  display: none;
  position: absolute;
  top: 154px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 370px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
}
.headerCitySearchWrap:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 149px;
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  z-index: 49;
}
.headerCitySearchWrap .loadingSpinner {
  top: 40%;
  width: 40px;
  left: 50%;
  position: absolute;
  opacity: 0;
  margin-left: -20px;
}
.headerCitySearchWrap.loading .loadingSpinner {
  opacity: 1;
}
.headerCitySearchWrap.loading #headerCitySearch {
  display: none;
}
input#headerCitySearch {
  background-color: #f8f5eb;
  border: none;
  background-size: 24px;
  background-position: left 8px center;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(../images/theme/icnCitySearch.png);
}
input#headerCitySearch:hover {
  background-color: #f8f5eb;
}
.pageOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 11;
  transition: 0.3s all ease;
  pointer-events: none;
  opacity: 0;
}
.showHeaderCitySearch .pageOverlay,
.pageOverlay.showMe {
  opacity: 1;
  pointer-events: all;
}
.showNav .pageOverlay,
.pageOverlay.darker {
  opacity: 1;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.8);
}
.showBookingBox .pageOverlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
}
.menuOverlay {
  position: fixed;
  left: 0;
  right: 0;
  height: 0%;
  width: 0%;
  z-index: 990;
  background: #000;
  opacity: 0.1;
  transition: 1.13s opacity ease;
}
#menu {
  opacity: 0;
  transform: translateY(-100px);
  pointer-events: none;
  position: fixed;
  /*width: calc(~'100% - 30px');
  XXmin-height: calc(~'100vh - 115px');*/
  top: 90px;
  height: 100%;
  overflow-Y: scroll;
  width: 100%;
  transition: 0.3s all ease;
  right: 0;
  background-color: #fff;
  z-index: 1113;
  text-align: center;
  padding: 10px;
}
#menu .loadingSpinner {
  top: 40%;
  width: 40px;
  left: 50%;
  position: absolute;
  opacity: 0;
  margin-left: -20px;
}
#menu .menu-hauptmenue-container {
  background: #fff;
}
#menu #headerCitySearchMobile {
  border: none;
  background: #eee;
  margin-bottom: 12px;
}
#menu .XXmobileMenuGeschenkgutschein a {
  background-color: transparent!important;
  color: #303030 !important;
  padding-bottom: 184px!important;
  width: 100%;
}
#menu .XXmobileMenuGeschenkgutschein a:hover,
#menu .XXmobileMenuGeschenkgutschein a:active {
  background-color: #ddd !important;
}
#menu .XXmobileMenuGeschenkgutschein a:after {
  border-radius: 4px;
  white-space: nowrap;
  content: '\2192 \00a0 \00a0 \00a0 Zur Bestellung';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 28px;
  background: #f98000;
  display: block;
  color: #fff;
  width: auto;
  text-transform: none;
  bottom: 10px;
}
#menu .XXmobileMenuGeschenkgutschein i {
  display: none;
}
.showMenu #menu {
  display: block;
  opacity: 1;
  pointer-events: all;
  transform: none;
  box-shadow: -32px 0px 32px 0px rgba(0, 0, 0, 0.68);
}
.showMenu #menu .XXmobileMenuGeschenkgutschein a {
  background-image: url(../images/menu/mobileMenuGeschenkgutschein.png) !important;
  background-size: 200px!important;
  background-repeat: no-repeat !important;
  background-position: bottom 54px center!important;
}
.showMenu #menu:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 10px;
  top: -12px;
  z-index: 2000000;
  content: " ";
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
}
.showMenu ul.shoppingCartMenu li a {
  color: #303030 !important;
}
.showMenu header {
  background: #fff;
}
#menu.loading {
  height: calc(100vh - 155px);
}
#menu.loading div {
  display: none;
}
#menu.loading .loadingSpinner {
  opacity: 1;
}
#menu ul.menu.mainmenumobile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
}
#menu ul.menu.mainmenumobile > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 1px;
}
#menu ul.menu.mainmenumobile > li > a {
  padding: 15px 0;
  text-transform: uppercase;
  display: block;
  color: #303030;
  font-weight: 600;
  font-size: 17px;
}
#menu ul.menu.mainmenumobile > li > a > i,
#menu ul.menu.mainmenumobile > li > a > small > i {
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu {
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li {
  position: relative;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a {
  color: #303030;
  padding: 8px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
  padding-left: 23px;
  padding-right: 5px;
  position: relative;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a i {
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:before {
  position: absolute;
  left: 7px;
  top: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  border-radius: 50%;
  content: " ";
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:hover:before {
  border: 2px solid #777;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:active,
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:focus,
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:hover {
  background: rgba(222, 222, 222, 0.21);
  color: #002a43;
  font-weight: bold;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.divider,
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow {
  padding-left: 7px;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow {
  display: inline-block;
  width: 49%;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow a {
  padding-left: 7px;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow a:before {
  content: "";
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.current-menu-item a:before {
  border-radius: 2px solid #777 !important;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.current-menu-item a {
  background: rgba(222, 222, 222, 0.21);
  font-weight: bold;
}
#menu ul.menu.mainmenumobile > li .toggleSubMenu {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 27px;
  line-height: 50px;
  height: ;
  font-weight: 300;
  width: 47px;
  height: 49px;
  padding-top: 0;
  padding-bottom: 0;
  background: #eee;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
#menu ul.menu.mainmenumobile > li .toggleSubMenu .minus {
  display: none;
  transform: scale(2, 1);
}
#menu ul.menu.mainmenumobile li.opened > a {
  font-weight: bold;
}
#menu ul.menu.mainmenumobile li.opened .toggleSubMenu {
  font-weight: 300;
}
#menu ul.menu.mainmenumobile li.opened .toggleSubMenu .minus {
  display: block;
  transform: translateY(-2px) scale(2, 1);
}
#menu ul.menu.mainmenumobile li.opened .toggleSubMenu .plus {
  display: none;
}
#menu ul.menu.mainmenumobile > li:first-child {
  order: 1;
}
#menu ul.menu.mainmenumobile > li:nth-child(2) {
  order: 4;
}
#menu ul.menu.mainmenumobile > li:nth-child(3) {
  order: 3;
}
#menu ul.menu.mainmenumobile > li:nth-child(4) {
  order: 2;
}
#menu ul.menu.mainmenumobile > li:last-child {
  order: 5;
}
#menu ul.menu.mainmenumobile span.desc {
  font-size: 12px;
  display: block;
  color: #777;
  padding-right: 60px;
}
#menu ul.menu.mainmenumobile .megaMenuB2C:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 100px;
  z-index: 2;
  background-image: url(../images/menu/bgGiftBottomRight1.png);
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0;
  transition: 0.3s all ease;
}
#menu ul.menu.mainmenumobile li.opened.megaMenuB2C:after {
  opacity: 1;
}
#menu ul.menu.mainmenumobile li.b2cXmasXXXX:before {
  content: " ";
  position: absolute;
  right: 2%;
  z-index: 1;
  transform: rotate(10deg);
  top: -10px;
  width: 80px;
  height: 54px;
  transition: 0.3s all ease;
  background-image: url(../images/menu/bg-xmas.png);
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  pointer-events: none;
}
.scrolled #menu {
  top: 70px;
}
#menu .legalRow {
  text-align: center;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 5px;
  background: #fff;
}
#menu .legalRow ul.menu li {
  background: transparent;
  font-size: 1.3rem;
  border: none;
}
#menu .legalRow ul.menu li .aElement {
  padding: 4px 8px;
  display: inline-block;
  cursor: pointer;
}
/*#menu{
  transition-delay:0.5s;
}*/
/*
#menu ul.menu > li > a{
  font-size:1.6rem;
  color:@baseFontColor;
  padding:12px 24px;
  display: block;
  height:100%;
  text-transform: uppercase;
}

#menu ul.menu > li{
  border-bottom:1px @lightLineColor solid;
}

#menu ul.sub-menu li a{
  padding:9px 24px;
  transition:.3s all ease;
  font-size:1.5rem;
  color:@baseFontColor;
  width:100%;
  display: inline-block;
  
}
#menu ul.menu > li.current-menu-item:not(.current-menu-ancestor) > a, #menu ul.menu li a:hover, #menu ul.sub-menu > li.current-menu-item > a{
  color:#fff;
  background:@brandColor;
}
*/
.single-product header .brand,
.showMenu header .brand,
.scrolled header .brand,
.productCategory header .brand,
.transparentHeader.scrolled header .brand,
.classicBrandPosition header .brand {
  margin-top: 0!important;
  left: 15px!important;
  transform: translateY(-50%) !important;
}
@media (max-width: 767px) {
  span.cityName {
    font-size: 12px;
  }
  .singlePartnerTeaser .col:last-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .mainNav {
    right: 120px;
  }
  header .brand a {
    height: 72px;
  }
  header > .container > .row,
  header > .container-fluid > .row {
    height: 120px;
  }
  .scrolled header > .container > .row,
  .scrolled header > .container-fluid > .row {
    height: 84px;
  }
  .scrolled header .brand a {
    height: 62px;
  }
  header.checkoutHeader > .container > .row,
  .scrolled header.checkoutHeader > .container > .row,
  header.checkoutHeader > .container-fluid > .row,
  .scrolled header.checkoutHeader > .container-fluid > .row {
    height: 70px;
  }
  header.checkoutHeader .brand a,
  .scrolled header.checkoutHeader .brand a {
    height: 42px;
  }
  header.checkoutHeader + main .singlePage {
    padding-top: 70px;
  }
  .checkoutProgress {
    line-height: 1.1;
    font-size: 1.5rem;
  }
  #menu {
    top: 110px;
  }
  .scrolled #menu {
    top: 84px;
  }
  .showMenu #menu:before {
    right: 32px;
  }
  .pageOverlay,
  .showBookingBox .pageOverlay {
    z-index: 100000;
  }
}
@media (min-width: 992px) {
  .mainNav {
    right: 0;
  }
  .mainNav .menu-hauptmenue-container {
    display: inline-block;
  }
  .contactHeader {
    right: 15px;
  }
  .headerCitySearchWrap {
    top: 84px;
    transform: none;
    left: auto;
    right: 489px;
  }
  h1.b2b {
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
  }
  h1.b2b + h2 {
    font-weight: normal;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mainNav ul.menu li.menu-item-30 {
    display: none;
  }
  .mainNav ul.menu li.menu-item-29 a {
    padding-right: 0;
  }
  .mainNav ul li a {
    padding: 9px 10px;
  }
}
@media (min-width: 1200px) {
  .mainNav {
    right: -40px;
  }
  .mainNavWithHamburger {
    right: 80px;
    margin-top: -4px;
  }
  .single-product header .brand,
  .showMenu header .brand,
  .scrolled header .brand,
  .classicBrandPosition header .brand,
  header .brand {
    left: -40px;
  }
}
@media (min-width: 1400px) {
  .mainNav {
    right: -90px;
  }
  .mainNavWithHamburger {
    right: 120px;
  }
  .single-product header .brand,
  .showMenu header .brand,
  .scrolled header .brand,
  .classicBrandPosition header .brand,
  header .brand {
    left: -90px;
  }
}
/**
    Content area
**/
main {
  margin-top: 0!important;
  transition: 0.4s margin ease;
}
.singlePage {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .singlePage {
    padding-top: 120px;
  }
}
a.scrollMe {
  display: none;
  width: 72px;
  z-index: 12;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all ease;
}
a.scrollMe svg {
  width: 100%;
  height: auto;
}
a.scrollMe svg rect,
a.scrollMe svg polyline,
a.scrollMe svg line {
  stroke: #fff;
}
a.scrollMe:hover {
  bottom: 5px;
  transform: translateX(-50%) scale(1.05);
}
.scrolled .scrollMe {
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
}
.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #002a43;
}
.mainNav ul.megamenu li {
  position: static;
}
.mainNav ul.megamenu .megaMenuB2B li.b2cXmas a,
.mainNav ul.megamenu .megaMenuB2B li.b2cBirthday a,
.mainNav ul.megamenu .megaMenuB2B li.b2cEaster a,
.mainNav ul.megamenu .megaMenuB2B li.b2cValentine a {
  background: none!important;
}
.mainNav ul.megamenu .megaMenuB2B .leftCol a.button {
  margin-top: 8px;
}
.mainNav ul.megamenu ul.liHasCheckIcon li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.mainNav ul.megamenu ul.liHasCheckIcon li > i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
}
.mainNav ul.megamenu .submenuWrap {
  text-transform: none;
  position: fixed;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
  top: 40px;
  left: calc((100vw  - 80px - 100%) * -1);
  width: 96vw;
  background: #ffffff;
  border-radius: 0;
  color: #303030;
  z-index: 99;
  padding: 27px 20px 24px 20px;
}
.mainNav ul.megamenu .submenuWrap .headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.mainNav ul.megamenu .submenuWrap p,
.mainNav ul.megamenu .submenuWrap ul li {
  font-size: 14px;
  color: #777;
}
.mainNav ul.megamenu .submenuWrap a.button {
  line-height: 36px;
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
  color: #002a43;
  border: none;
  background: #C38F00;
}
.mainNav ul.megamenu .submenuWrap img {
  width: 100%;
}
.mainNav ul.megamenu .submenuWrap .leftCol {
  padding-right: 30px;
}
.mainNav ul.megamenu .submenuWrap .rightCol {
  padding-left: 30px;
}
.mainNav ul.megamenu .submenuWrap .middleCol {
  padding: 0 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.mainNav ul.megamenu .submenuWrap li a {
  color: #303030;
}
.mainNav ul.megamenu .submenuWrap li.bgXmas {
  padding-right: 48px;
  background: #fafafa;
  position: relative;
}
.mainNav ul.megamenu .submenuWrap li.bgXmas:before {
  content: " ";
  position: absolute;
  right: 0px;
  z-index: 1;
  transform: rotate(10deg);
  top: -10px;
  width: 100px;
  height: 68px;
  transition: 0.3s all ease;
  background-image: url(../images/menu/bg-xmas.png);
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
}
.mainNav ul.megamenu .submenuWrap li.bgXmas:hover:before {
  transform: scale(1.1) rotate(9deg);
}
.mainNav ul.megamenu .submenuWrap a.learnMore {
  color: #000 !important;
  display: inline-block;
  padding: 0 0 3px 0;
  position: relative;
  font-size: 14px;
}
.mainNav ul.megamenu .submenuWrap a.learnMore:hover {
  color: #000 !important;
}
.mainNav ul.megamenu .submenuWrap a.learnMore:after {
  transition: 0.3s all ease;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background: #303030;
  position: absolute;
}
.mainNav ul.megamenu .submenuWrap a.learnMore:hover:after {
  background: #C64700;
  bottom: 2px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li {
  vertical-align: top;
  position: relative;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a {
  padding: 8px 8px 8px 8px;
  transition: 0.3s all ease;
  position: relative;
  display: block;
  cursor: pointer;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a i {
  opacity: 0.7;
  transition: 0.3s all ease;
  position: absolute;
  top: 10px;
  left: 2px;
  font-size: 18px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a .desc {
  font-weight: normal;
  margin-top: 9px;
  display: block;
  font-size: 13px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein a {
  background: url(../images/menu/bgDigital.png) top 30px right no-repeat;
  background-size: auto 80%;
  display: block;
  font-weight: bold;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein a span.desc {
  padding-right: 90px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cXmas:before,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cBirthday:before,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cEaster:before,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cValentine:before {
  content: " ";
  width: 100%;
  position: absolute;
  background: transparent;
  height: 1px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cXmas,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cBirthday,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cEaster,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cValentine {
  margin-top: 24px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cXmas a,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cBirthday a,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cEaster a,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cValentine a {
  background: url(../images/menu/bgXmasMenu.png) bottom center no-repeat;
  background-size: 100% auto;
  padding-bottom: 45%;
  display: block;
  font-weight: bold;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cValentine a {
  background-image: url(../images/menu/bgValentineMenu.png);
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cBirthday a {
  background-image: url(../images/menu/bgBirthdayMenu.png);
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cEaster a {
  background-image: url(../images/menu/bgEasterMenu.png);
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.hasIcon a {
  padding: 8px 8px 8px 36px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a:hover {
  color: #C64700;
  background-color: #fafafa;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a:hover i {
  opacity: 1;
  left: 3px;
}
.mainNav ul.megamenu .submenuWrap .rightCol .submenuInner li {
  margin-bottom: 0px;
}
.mainNav ul.megamenu .submenuWrap .rightCol .submenuInner li a {
  font-weight: normal;
  padding-left: 27px;
}
.mainNav ul.megamenu .submenuWrap .rightCol .submenuInner li a i {
  top: 14px;
  left: 6px;
  font-size: 12px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner.twoInARow li {
  width: 49%;
  display: inline-block;
}
.mainNav ul.megamenu .submenuWrap .submenuInner.twoInARow li a {
  padding: 4px 4px 4px 0;
}
.mainNav ul.megamenu .submenuWrap.megaMenuB2C {
  background-color: #fff;
  /*background-image:url(../images/menu/bgGiftTopLeft.png), url(../images/menu/bgGiftBottomRight1.png);*/
  background-position: top left, bottom right;
  background-size: 125px, 200px;
  background-repeat: no-repeat;
}
.mainNav ul.megamenu li.menu-item-has-children:hover .submenuWrap {
  opacity: 1!important;
  top: 54px;
  pointer-events: all;
  box-shadow: 0px 30px 36px 0px rgba(0, 0, 0, 0.51);
}
@media (min-width: 1200px) {
  .mainNav ul.megamenu .submenuWrap {
    left: calc((100vw - 3vw - 100%) * -1);
    width: 96vw;
  }
}
@media (min-width: 1300px) {
  .mainNav ul.megamenu .submenuWrap {
    left: calc((100vw - 5vw - 100%) * -1);
    width: 96vw;
  }
}
@media (min-width: 1400px) {
  .mainNav ul.megamenu .submenuWrap {
    width: 120%;
    left: -20%;
  }
}
.miniBanner {
  padding: 12px 0;
  background: #002a43;
  color: #f8f5eb;
  border-bottom: 1px solid #f8f5eb;
  transition: 0.3s all ease;
}
.miniBanner a {
  color: #f8f5eb;
  font-weight: bold;
}
.miniBanner p {
  font-size: 1.4rem;
  margin: 0;
}
#trust-score,
#profile-link {
  color: #ff9900 !important;
  font-weight: 400;
  display: none;
}
.scrolled .miniBanner {
  display: none;
}
.transparentHeaderXXX .miniBanner {
  padding: 12px 0;
  background: #f8f5eb;
  color: #002a43;
  transition: 0.3s all ease;
}
.transparentHeaderXXX .miniBanner a {
  color: #002a43;
  font-weight: bold;
}
.transparentHeaderXXX .miniBanner p {
  margin: 0;
}
.showMiniBanner main {
  padding-top: 46px;
}
.showMiniBanner #menu {
  padding-top: 60px;
}
@media (min-width: 768px) {
  showMiniBanner main {
    padding-top: 46px;
  }
  .miniBanner p {
    font-size: 1.6rem;
  }
}
.woocommerce-cart main,
.woocommerce-checkout main,
.page-template-page-individualisierung main {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .flyInNav,
  .openNavDesktop {
    display: none;
  }
}
.flyInNav {
  transition: 0.3s all ease;
  position: fixed;
  top: 0;
  right: -35%;
  width: 35%;
  height: 100%;
  z-index: 1000001;
  background: #f8f5eb;
  padding: 25px 25px 25px 50px;
}
.flyInNav:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 200px;
  z-index: 2;
  background-image: url(../images/menu/bgGiftBottomRight1.png);
  background-size: 240px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 1;
  transition: 0.3s all ease;
}
.flyInNav a.closeFlyInNav {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  color: #303030;
}
.flyInNav a.closeFlyInNav:hover {
  color: #000;
}
.flyInNav ul.menuInFlyInNav {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.flyInNav ul.menuInFlyInNav li {
  font-size: 2.4rem;
  margin: 36px 0;
}
.flyInNav ul.menuInFlyInNav li a {
  color: #002a43;
}
.flyInNav ul.menuInFlyInNav li a i,
.flyInNav ul.menuInFlyInNav li a span {
  display: none!important;
}
.flyInNav ul.menuInFlyInNav li a:hover {
  color: #002134;
}
.flyInNav ul.menuInFlyInNav .triggerHeaderCitySearch {
  display: none;
}
.flyInNav .bottomContact {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
.flyInNav .bottomContact a {
  font-weight: 300;
  color: #002a43;
}
.flyInNav .bottomContact a:hover {
  color: #002134;
}
.showMenuDesktop .pageOverlay {
  opacity: 1;
}
.showMenuDesktop .flyInNav {
  right: 0;
}
.mainNavWithHamburger .button,
.flyInNav .button {
  border: 2px solid #f98000;
  color: #f98000 !important;
  background: transparent;
  line-height: 36px;
  padding: 0 18px!important;
}
.mainNavWithHamburger .button:hover,
.flyInNav .button:hover {
  color: #fff !important;
}
.cmn-toggle-switch__htx.active span {
  background: none!important;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.home .cmn-toggle-switch,
.single-product .cmn-toggle-switch,
header.productCategory .cmn-toggle-switch,
.page-template-landingpage .cmn-toggle-switch,
.page-template-landingpage_reduziert .cmn-toggle-switch {
  color: #fff;
}
.home .cmn-toggle-switch span,
.single-foodguidelp .cmn-toggle-switch span,
.transparentHeader .cmn-toggle-switch span,
.lpDiagonal .cmn-toggle-switch span,
.single-product .cmn-toggle-switch span,
header.productCategory .cmn-toggle-switch span,
.page-template-landingpage .cmn-toggle-switch span,
.page-template-landingpage_reduziert .cmn-toggle-switch span {
  background: #fff;
}
.home .cmn-toggle-switch span::before,
.home .cmn-toggle-switch span::after,
.transparentHeader .cmn-toggle-switch span::before,
.transparentHeader .cmn-toggle-switch span::after,
.single-foodguidelp .cmn-toggle-switch span::before,
.single-foodguidelp .cmn-toggle-switch span::after,
.lpDiagonal .cmn-toggle-switch span::before,
.lpDiagonal .cmn-toggle-switch span::after,
.single-product .cmn-toggle-switch span::before,
.single-product .cmn-toggle-switch span::after,
header.productCategory .cmn-toggle-switch span::before,
header.productCategory .cmn-toggle-switch span::after,
.page-template-landingpage_reduziert .cmn-toggle-switch span::before,
.page-template-landingpage_reduziert .cmn-toggle-switch span::after,
.page-template-landingpage .cmn-toggle-switch span::before,
.page-template-landingpage .cmn-toggle-switch span::after {
  background-color: #fff;
}
.page-template-landingpage_reduziert .cmn-toggle-switch span::before,
.page-template-landingpage_reduziert .cmn-toggle-switch span::after {
  background-color: #fff !important;
}
.scrolled .cmn-toggle-switch,
.showMenu .cmn-toggle-switch {
  color: #333;
}
.scrolled header.productCategory .cmn-toggle-switch,
.showMenu header.productCategory .cmn-toggle-switch {
  color: #333 !important;
}
.scrolled .cmn-toggle-switch span,
.showMenu .scrolled .cmn-toggle-switch span,
.showMenu .scrolled .cmn-toggle-switch span,
.scrolled header.productCategory .cmn-toggle-switch span,
.showMenu .scrolled header.productCategory .cmn-toggle-switch span {
  background: #333;
}
.showMenu header.productCategory .cmn-toggle-switch span::before,
.showMenu header.productCategory .cmn-toggle-switch span::after,
.showMenu.lpDiagonal header .cmn-toggle-switch span::before,
.showMenu.lpDiagonal header .cmn-toggle-switch span::after,
.showMenu.single-product header .cmn-toggle-switch span::before,
.showMenu.single-product header .cmn-toggle-switch span::after,
.showMenu.single-foodguidelp header .cmn-toggle-switch span::before,
.showMenu.single-foodguidelp header .cmn-toggle-switch span::after,
.showMenu header .cmn-toggle-switch span::before,
.showMenu header .cmn-toggle-switch span::after,
.scrolled header.productCategory .cmn-toggle-switch span::before,
.scrolled header.productCategory .cmn-toggle-switch span::after,
.scrolled .cmn-toggle-switch span::before,
.scrolled .cmn-toggle-switch span::after {
  background-color: #333;
}
/*
:not(.scrolled).showMenu .cmn-toggle-switch span::before,
:not(.scrolled).showMenu .cmn-toggle-switch span::after {
  background-color:#fff;
}*/
:not(.scrolled).showMenu.home .cmn-toggle-switch span::before,
:not(.scrolled).showMenu.home .cmn-toggle-switch span::after {
  background: #333;
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  top: -4px;
  background: none;
  color: #303030;
}
.cmn-toggle-switch:hover,
.cmn-toggle-switch:focus,
.cmn-toggle-switch:active {
  background: transparent!important;
  box-shadow: none!important;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 2px;
  border-radius: 0px;
  background: #303030;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background-color: #303030;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -10px;
}
.cmn-toggle-switch span::after {
  bottom: -10px;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
/*
  Referenzen
*/
.testimonialSliderRow {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 2rem;
}
.testimonialSliderRow h4,
.testimonialSliderRow .h4like {
  margin-top: 25px;
}
.testimonialSliderRow .testimonialName {
  font-weight: bold;
}
.slick-prev::before,
.slick-next::before {
  color: #303030 !important;
}
.singleReferenzTestimonial i.fa {
  /* color: #fddb00; */
  color: #002a43;
}
/**
  Logo Slider
**/
.logoSliderSlideshowCol {
  display: none;
}
.logoSlider {
  padding: 15px 0;
}
.logoSlider .bekanntausLabel {
  padding-top: 0;
  line-height: 1;
  font-size: 11px;
  padding-bottom: 0;
  line-height: auto;
  text-align: left;
  opacity: 1;
}
.logoSlider .singleLogoImage {
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 54px;
  transition: 0.3s all ease;
}
.logoSlider .singleLogoImage:hover {
  opacity: 1;
}
.logoSlider .logoSliderSlideshowCol:nth-child(1),
.logoSlider .logoSliderSlideshowCol:nth-child(2),
.logoSlider .logoSliderSlideshowCol:nth-child(3),
.logoSlider .logoSliderSlideshowCol.slick-slide {
  display: block!important;
}
@media (min-width: 768px) {
  .logoSliderSlideshowCol:nth-child(4) {
    display: block;
  }
}
@media (min-width: 992px) {
  .logoSliderSlideshowCol:nth-child(5),
  .logoSliderSlideshowCol:nth-child(6) {
    display: block;
  }
  .logoSlider .singleLogoImage {
    height: 64px;
  }
  .logoSlider .singleBekanntaus {
    height: 48px;
  }
  .logoSlider .bekanntausLabel {
    font-size: 14px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .heroStageCities + .bekanntAusSlider .row > .col-3 {
    padding-right: 0;
  }
  .heroStageCities + .bekanntAusSlider .row > .col-3 .bekanntausLabel {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .heroStageCities + .bekanntAusSlider .row > .col-3 {
    padding-right: 0;
  }
  .heroStageCities + .bekanntAusSlider .row > .col-3 .bekanntausLabel {
    font-size: 11px;
  }
}
.heroSection .imageDimension {
  background: transparent!important;
}
.heroSection .imageDimension img.loading {
  visibility: hidden;
}
/*
   Hero
*/
.blueHero {
  position: relative;
  background: #002a43;
  padding-bottom: 32px;
  color: #fff;
}
.blueHero h1,
.blueHero p {
  color: #fff;
}
.heroSection {
  width: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 320px;
  background-color: #002a43;
}
@media (max-width: 767px) {
  .heroSection.einspaltig_links {
    min-height: 420px;
  }
}
.heroSection.baseFontColor {
  background-color: #ddd;
}
.hasOverlay:after {
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
  display: block;
  position: absolute;
}
.heroVideoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/xmas/bgVideo.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.hasOneSidedVideoOverlay.hasVideo:after {
  background: linear-gradient(0deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.8) 50%, #002a43 75%, #00233b 100%);
  background: linear-gradient(0deg, rgba(0, 42, 67, 0.2) 0%, rgba(0, 42, 67, 0.8) 80%, #00233b 100%);
  background: linear-gradient(0deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.4) 50%, #002740 70%, #00233b 100%);
  background: linear-gradient(180deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.4) 49%, #002740 75%, #00233b 100%);
}
.transparentHeader .heroSection.verkaufsbox {
  padding-top: 100px;
}
.home .herosection,
.homeHeroSection {
  padding: 0;
  position: relative;
  background: #002a43;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.home .herosection:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.heroContent.herosectionintro {
  position: relative;
  transform: none;
  padding-top: 100px;
  padding-bottom: 25px;
}
.heroContent.cityCategoryHero {
  position: relative;
  transform: none;
  padding-bottom: 25px;
}
.heroContent.cityCategoryHero .imageLink {
  display: block;
  border: none;
}
.heroContent.cityCategoryHero .imageLink img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.heroContent.cityCategoryHero a.button {
  margin-top: 8px;
  min-width: 300px;
}
.heroSection video,
.landingPageHero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: 100%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.heroSection.hasVideo.hasOneSidedVideoOverlay video {
  height: 80%;
  width: auto;
  top: 0;
  transform: translateX(-50%);
}
.hasSteuerfreiBadge:before {
  content: " ";
  position: absolute;
  z-index: 11;
  width: 140px;
  height: 140px;
  background: url(../images/theme/badge-steuerfrei.png) center no-repeat;
  background-size: cover;
  top: 20%;
  left: -5px;
}
.heroContents {
  position: relative;
  z-index: 12;
  color: #fff;
  text-align: center;
  padding: 42px 0 42px 0;
}
.heroContents h1,
.heroContents h2,
.heroContents .h1,
.heroContents .h2 {
  color: #fff;
}
.heroContents h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 18px 0 12px 0;
}
.heroContents h1.bigH1 {
  font-size: 3rem;
}
.heroContents h2 {
  font-size: 2.2rem;
  margin: 0 0 12px 0;
}
.heroContents ul {
  margin-left: 0;
  list-style-type: none;
  font-size: 1.6rem;
  padding: 0;
}
.hasVideo .heroContents {
  padding: 240px 0 24px 0;
}
.xmasStyling .hasVideo:before {
  content: " ";
  width: 100%;
  height: 50vh;
  display: block;
  z-index: 11;
  position: absolute;
  background-image: url(../images/xmas/mobilesnow_bg_reversed.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.heroSection.bgImageRight {
  padding-bottom: 54vw;
  background-position: bottom -50px center;
  background-size: 100% auto !important;
}
@media (max-width: 767px) {
  .einspaltig_links .heroContents {
    padding: 92px 0 92px 0;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .heroSection {
    height: calc(100vh - 90px);
  }
  .heroSection.heroSmall {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .heroSection.diagonalMitGutscheinbild {
    background-image: none!important;
    padding-top: 48px;
  }
  #pnelgastrohero .heroContents {
    padding: 102px 0 42px 0!important;
  }
  #pnelgastrohero .heroContents img {
    transform: scale(1.25) translate(5% 36px);
  }
}
@media (min-width: 768px) {
  .heroSection {
    min-height: 480px;
  }
  #pnelgastrohero.heroSection {
    min-height: 660px;
  }
  .transparentHeader .heroSection.verkaufsbox {
    min-height: 800px;
  }
  .heroSection.bgImageRight {
    padding-bottom: 0;
    background-position: right center;
    background-size: 50% auto !important;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 50vw center;
    background-size: auto 100%;
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo {
    height: 100vh;
    min-height: 540px;
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo .heroContents {
    top: 55%;
    bottom: auto;
    transform: translateY(-50%);
    padding-top: 0;
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo video {
    width: 100%;
    height: auto;
    top: 0;
    bottom: auto;
    left: 0;
    transform: none;
  }
  .xmasStyling .hasVideo:before {
    content: " ";
    width: 100%;
    height: 50vh;
    display: block;
    z-index: 15;
    position: absolute;
    background-image: url(../images/xmas/mobilesnow_bg_reversed.png);
    background-position: top left;
    background-size: 50% auto;
    background-repeat: repeat-x;
    opacity: 0.1;
  }
  .xmasStyling .heroContents p.bigger {
    font-size: 2.4rem;
  }
  .heroSection.heroSmall {
    min-height: 420px;
  }
  .heroContents {
    padding: 0 0 32px 0;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
  .heroContents .verkaufsBoxContent {
    margin-top: 60px;
  }
  .heroContents h1 {
    font-size: 3rem;
    margin: 0 0 18px 0;
  }
  .heroContents h2 {
    margin: 0 0 12px 0;
  }
  .hasSteuerfreiBadge:before {
    width: 180px;
    height: 180px;
    top: 10%;
    left: 60%;
  }
  .heroSection video,
  .landingPageHero video {
    max-height: none;
    height: auto;
    width: 100%;
    max-width: 120%;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 40vw center;
    background-size: auto 100%;
  }
  .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    position: absolute;
    bottom: -50px;
    width: 270px;
    left: 60vw;
    z-index: -1;
  }
  .xmasStyling .hasVideo .heroContents {
    background: none;
  }
  .heroVideoWrap {
    background-image: url(../images/xmas/bgVideo.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .hasOneSidedVideoOverlay.hasVideo:after {
    background: #002a43;
    background: linear-gradient(-90deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.5) 40%, rgba(0, 42, 67, 0.95) 55%, #002a43 60%, #00233b 100%);
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo video {
    left: 20%;
    height: 100%;
    width: auto;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 40vw center;
    background-size: auto 100%;
  }
  .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    position: absolute;
    bottom: -60px;
    width: 420px;
    left: 50vw;
    z-index: -1;
  }
  .heroSection {
    height: calc(75vh - 120px);
    min-height: 540px;
  }
  #pnelgastrohero.heroSection {
    min-height: 640px;
  }
  .heroSection.heroSmall {
    height: 60vh;
    min-height: 420px;
  }
  .cityCategoryHero a.button {
    line-height: 60px;
    height: auto;
  }
  .hasSteuerfreiBadge:before {
    width: 180px;
    height: 180px;
    top: 10%;
    left: 54%;
  }
  .heroContents {
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
  .heroContents h1 {
    font-size: 3.4rem;
  }
  .heroContents h1.bigH1 {
    font-size: 3.8rem;
  }
  .heroContents h2 {
    font-size: 2.4rem;
  }
  .heroContents ul {
    font-size: 2rem;
  }
  .heroContents .verkaufsBoxContent {
    margin-top: 60px;
  }
  .heroContents .verkaufsBoxContent img {
    max-height: 290px;
    width: auto;
  }
  .heroContents .cityCategoryHero .verkaufsBoxContent {
    margin-top: 20px;
  }
  .heroContents .cityCategoryHero .verkaufsBoxContent img {
    margin-bottom: -100px;
    max-height: auto;
    width: 80%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .heroSection {
    height: calc(80vh - 120px);
    min-height: 570px;
  }
  .transparentHeader .heroSection.verkaufsbox {
    min-height: 670px;
  }
  #pnelgastrohero.heroSection {
    min-height: 670px;
  }
  .heroSection.bgImageRight {
    background-size: contain;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 43vw center;
    background-size: auto 100%;
  }
  .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    position: absolute;
    bottom: -50px;
    width: 420px;
    left: 47vw;
    z-index: -1;
  }
  .heroSection.attachmentFixed {
    background-attachment: fixed;
  }
  .heroSection.heroSmall {
    height: 60vh;
    min-height: 450px;
  }
  .heroSection.hasVideo.hasOneSidedVideoOverlay {
    min-height: 610px;
  }
  .heroSection video,
  .landingPageHero video {
    max-height: none;
    max-width: 100%;
  }
  .heroContents h1 {
    font-size: 4.2rem;
    margin: 0 0 24px 0;
  }
  .heroContents h1.bigH1 {
    font-size: 4.1rem;
  }
  .heroContents h2 {
    font-size: 2.6rem;
  }
  .heroContents ul {
    font-size: 2.2rem;
  }
  .heroContents .verkaufsBoxContent {
    margin-top: 80px;
  }
  .heroContents .verkaufsBoxContent img {
    max-height: 320px;
    width: auto;
  }
  .heroImageCol img {
    transform: scale(1.3);
    transform-origin: -20px bottom;
  }
  .cityCategoryHero .verkaufsBoxContent {
    margin-top: 0px;
  }
  .cityCategoryHero .verkaufsBoxContent img {
    margin-bottom: 0px;
  }
}
@media (min-width: 1800px) {
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 45vw center;
    background-size: auto 100%;
  }
}
.newhome .heroContents h1 .smaller {
  font-size: 70%;
}
.newhome .heroContents ul {
  font-weight: 300;
}
.newhome .heroContents a.scrollTo {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
@media (min-width: 768px) {
  .newhome .diagonalMitGutscheinbild .heroContents {
    top: 55%;
  }
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 50vw;
    width: 360px;
    bottom: -69px;
  }
}
@media (min-width: 992px) {
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 43vw;
    width: 440px;
    bottom: -69px;
  }
  .newhome .diagonalMitGutscheinbild ul.bigger {
    font-size: 2rem;
  }
  .newhome .diagonalMitGutscheinbild ul.bigger li {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 1200px) {
  .newhome .diagonalMitGutscheinbild {
    background-position: left 46vw center;
  }
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 38vw;
    width: 540px;
    bottom: -90px;
  }
}
@media (min-width: 1600px) {
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 42vw;
  }
}
/** end hero**/
.lpDiagonal .suchergebnisMeta {
  display: none;
}
.lpDiagonal .heroContents h1 .smaller {
  font-size: 70%;
}
.lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
}
@media (min-width: 992px) {
  .lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
  }
}
@media (min-width: 1500px) {
  .lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) translateX(80px);
    width: 380px;
  }
}
.heroContent form .button-primary {
  line-height: 1.2;
  height: auto;
  padding: 15px 24px;
  margin-top: 0;
}
.heroContent h1 .sublineH1 {
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: normal;
  display: inline-block;
}
.heroSubline {
  font-size: 2rem;
  font-weight: 400;
}
.heroContent .button,
.heroContents .button,
.gutscheinteaser .button {
  margin-top: 18px;
  height: 48px;
  line-height: 48px;
  font-size: 1.8rem;
  background-color: #f98000;
  border-color: #f98000;
}
.heroContent .button:hover,
.heroContents .button:hover,
.gutscheinteaser .button:hover {
  background-color: #e75700;
  border-color: #e75700;
  transform: translateY(-3px);
}
.heroContent .outlineButton,
.heroContents .outlineButton {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.heroContent .redOutlineButton,
.heroContents .redOutlineButton {
  background: transparent;
  border-color: #f98000;
  color: #f98000;
}
.heroContent .redOutlineButton:hover,
.heroContents .redOutlineButton:hover {
  color: #fff;
}
.heroContent .outlineButton:hover,
.heroContents .outlineButton:hover {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #002a43 !important;
  transform: translateY(-3px);
}
.hero h1,
.heroContent h1 {
  margin: 0;
  text-transform: none;
  display: block;
  padding: 8px 0;
  font-size: 2.6rem;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
.heroContent h3,
.heroContent .headline3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}
.home .hero h1 {
  font-size: 3.6rem;
}
.hero h2 {
  font-size: 32px;
  display: inline-block;
  padding: 12px 30px;
  margin-top: -14px;
  width: auto;
}
.textSubline {
  font-weight: normal;
  font-family: 'Source Sans Pro';
  font-size: 1.6rem;
  line-height: 1.5;
}
.heroContent .bigH1,
.heroContents .bigH1 {
  font-size: 3rem;
  margin-bottom: 18px;
}
.page-template-landingpage_reduziert .heroContent .bigH1 {
  font-size: 4.2rem;
}
.page-template-landingpage_reduziert .rightCol {
  text-align: left;
  padding-left: 0;
}
.heroContent form .button-primary {
  line-height: 1.2;
  height: auto;
  padding: 15px 24px;
  margin-top: 0;
}
.heroContent img {
  max-width: 300px;
}
.heroContent h1 .sublineH1 {
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: normal;
  display: inline-block;
}
.heroSubline {
  font-size: 2rem;
  font-weight: 400;
}
.geschenkgutscheinTeaser {
  position: relative;
  overflow: visible;
}
.geschenkgutscheinTeaser:before {
  position: absolute;
  content: " ";
  left: -18px;
  top: -18px;
  width: 112px;
  height: 112px;
  background: url(../images/theme/last-minute-badge.png) center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  span.cityName {
    font-size: 12px;
  }
  .singlePartnerTeaser .col:last-child {
    padding-left: 20px;
  }
  .singleTourBoxContent {
    min-height: 54px;
    padding: 8px;
  }
  .singleTourBoxContent div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .geschenkgutscheinTeaser:before {
    left: -24px;
    top: -24px;
    width: 140px;
    height: 140px;
  }
  .heroMain > .container.heroBottomContainer {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
  .page-id-57670 .heroMain {
    min-height: 510px;
  }
  .heroContent {
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
}
.hero h1,
.heroContent h1 {
  margin: 0;
  text-transform: none;
  display: block;
  padding: 8px 0;
  font-size: 2.6rem;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
.heroContent h3,
.heroContent .headline3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}
.home .hero h1 {
  font-size: 3.6rem;
}
.hero h2 {
  font-size: 32px;
  display: inline-block;
  padding: 12px 30px;
  margin-top: -14px;
  width: auto;
}
.textSubline {
  font-weight: normal;
  font-family: 'Source Sans Pro';
  font-size: 1.6rem;
  line-height: 1.5;
}
.heroContent .bigH1,
.heroContents .bigH1 {
  font-size: 3rem;
  margin-bottom: 18px;
}
.page-template-landingpage_reduziert .heroContent .bigH1 {
  font-size: 4.2rem;
}
.page-template-landingpage_reduziert .rightCol {
  text-align: left;
  padding-left: 0;
}
.heroContent form .button-primary {
  line-height: 1.2;
  height: auto;
  padding: 15px 24px;
  margin-top: 0;
}
.heroContent img {
  max-width: 300px;
}
.heroContent h1 .sublineH1 {
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: normal;
  display: inline-block;
}
.heroSubline {
  font-size: 2rem;
  font-weight: 400;
}
.geschenkgutscheinTeaser {
  position: relative;
  overflow: visible;
}
.geschenkgutscheinTeaser:before {
  position: absolute;
  content: " ";
  left: -18px;
  top: -18px;
  width: 112px;
  height: 112px;
  background: url(../images/theme/last-minute-badge.png) center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  span.cityName {
    font-size: 12px;
  }
  .singlePartnerTeaser .col:last-child {
    padding-left: 20px;
  }
  .singleTourBoxContent {
    min-height: 54px;
    padding: 8px;
  }
  .singleTourBoxContent div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .geschenkgutscheinTeaser:before {
    left: -24px;
    top: -24px;
    width: 140px;
    height: 140px;
  }
  .heroMain > .container.heroBottomContainer {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
  .page-id-57670 .heroMain {
    min-height: 510px;
  }
  .heroContent {
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
  .soldInfo {
    font-size: 16px;
  }
  #searchbutton {
    background-position: center right 24px;
  }
  #searchbutton.searching {
    background-color: #e75700;
  }
  .gutscheinesold {
    min-width: 240px;
    font-size: 54px;
  }
  .herosectionimage {
    /*clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    /*clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);*/
  }
  .heroContent ul {
    padding-left: 0;
  }
  .heroContent.herosectionintro {
    padding-bottom: 30px;
  }
  .heroContent.herosectionintro h1 {
    font-weight: 600;
  }
  .heroContent.herosectionintro h3,
  .searchAboveMap .headline3 {
    color: #fff;
    font-weight: 300;
  }
  .partnerContact {
    padding-left: 0;
    padding-right: 0;
  }
  #autocomplete {
    font-size: 20px;
    font-weight: bold;
  }
  .cities {
    font-size: 15px;
  }
  .cities a {
    padding: 5px 14px;
  }
  .heroHeader {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .heroHeaderText {
    font-size: 32px;
  }
  .heroHeaderName,
  h1.heroHeaderName {
    font-size: 64px;
    /*width:90%;
  max-width:1000px;
  position: absolute;
  bottom:0;
  left:50%;
  transform:translateY(50%) translateX(-50%);*/
  }
  .heroContent img {
    max-width: 360px;
  }
  .heroMain > .singleSlide > .container.heroBottomContainer > .row {
    display: flex;
  }
  .heroContent h1 {
    font-size: 4.2rem;
  }
  .heroContent .bigH1 {
    font-size: 4.8rem;
  }
  .page-template-landingpage_reduziert .heroContent .bigH1 {
    font-size: 4.8rem;
  }
  .priceDiv {
    max-width: 233px;
  }
  .heroContent h1 .sublineH1 {
    line-height: 1.35;
    font-size: 3rem;
    font-weight: normal;
    display: inline-block;
    margin-top: 18px;
  }
  .infoIconWrap h5 {
    margin-bottom: 12px;
    margin-top: 9px;
  }
  .heroSubline {
    font-size: 2rem;
  }
}
.heroContent .noPaddingFormRow .button,
.searchAboveMap .button {
  margin: 0!important;
  height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 54px;
  text-align: center;
  padding: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.heroContent .noPaddingFormRow input[type="text"] {
  line-height: 54px;
  height: 54px;
  padding-left: 24px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.home .hero {
  height: 40vh;
  min-height: 450px;
}
.heroSmall {
  position: relative;
  height: 40vh;
  background-size: cover;
}
#typewriter {
  white-space: nowrap;
}
.landingPageHero {
  position: relative;
  padding: 0;
}
.landingPageHero .heroMain {
  height: 65vh;
  min-height: 360px;
}
.page-id-57670 .landingPageHero .heroMain {
  height: auto;
}
.page-id-57670 .hasOverlay:before {
  content: "";
  display: none;
}
.subline,
.beforeSubline {
  font-size: 1.8rem;
  color: #fff;
  display: inline;
}
.beforeSubline {
  color: #C38F00;
}
.page-id-57670 .singlePage,
.pageWithContentSections {
  padding-top: 70px;
}
.page-template-landingpage_reduziert .pageWithContentSections,
.lpDiagonal .pageWithContentSections,
.transparentHeader .pageWithContentSections,
.transparentHeader .singlePage {
  padding-top: 0!important;
}
.landingPageReducedHeader + main .pageWithContentSections {
  padding-top: 0!important;
}
.landingPageReducedHeader + main .pageWithContentSections section:first-child {
  padding-top: 32px;
}
header.landingPageReducedHeader {
  background: transparent!important;
}
header.landingPageReducedHeader .brandColorLogo {
  display: none;
}
header.landingPageReducedHeader .brandWhite {
  display: block;
}
header.landingPageReducedHeader .contactHeader {
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
.scrolled header.landingPageReducedHeader {
  background: #fff !important;
}
.scrolled header.landingPageReducedHeader .brandColorLogo {
  display: block;
}
.scrolled header.landingPageReducedHeader .brandWhite {
  display: none;
}
.scrolled header.landingPageReducedHeader .contactHeader {
  opacity: 1;
  pointer-events: all;
}
.heroBottomContainer {
  padding-top: 24px;
  padding-bottom: 18px;
  background: #e72c6e;
  background: -moz-linear-gradient(top, #e72c6e 0%, #aa1580 100%);
  background: -webkit-linear-gradient(top, #e72c6e 0%, #aa1580 100%);
  background: linear-gradient(to bottom, #e72c6e 0%, #aa1580 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e72c6e', endColorstr='#aa1580', GradientType=0);
}
.infoIconWrap {
  position: relative;
  padding: 8px 0 8px 50px;
  color: #fff;
}
h1.b2b {
  font-weight: bold;
  text-transform: uppercase!important;
}
.heroBottomContainer h4 {
  color: #fff;
}
.infoIconWrap .infoIcon {
  position: absolute;
  left: 0;
  top: 8px;
  width: 75px;
  height: auto;
}
.infoIconWrap .infoIcon img {
  width: auto;
  height: auto;
  max-height: 36px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-id-57670 .singlePage,
  .pageWithContentSections {
    padding-top: 90px;
  }
  .partnerContact {
    padding-top: 0;
  }
  .partnerContact .col-6:first-child {
    margin-bottom: 15px;
  }
  .singleBekanntaus:nth-child(4),
  .singleBekanntaus:nth-child(5),
  .singleBekanntaus:nth-child(6) {
    display: block;
  }
  .singleBekanntaus {
    height: 54px;
  }
  .bekanntausLabel {
    font-size: 14px;
    padding-top: 0;
  }
  .heroHeaderName,
  h1.heroHeaderName {
    font-size: 54px;
  }
  .heroContent img {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .backgroundAttachmentFixed {
    background-attachment: fixed;
  }
  .heroContents .bigH1 {
    font-size: 4.2rem;
  }
  .herosectionimage {
    background-position: top;
    background-attachment: fixed;
  }
  .landingPageHero .heroMain {
    background-attachment: fixed;
  }
  #section_1.landingPageHero .heroMain {
    background-attachment: scroll;
  }
  .page-template-landingpage_reduziert .leftCol {
    text-align: right;
    padding-right: 30px;
  }
  .page-template-landingpage_reduziert .rightCol {
    text-align: left;
    padding-left: 30px;
  }
  .heroHeaderName,
  h1.heroHeaderName {
    font-size: 54px;
  }
}
.heroStage {
  padding-top: 90px;
  text-align: center;
}
.heroStage h1,
.heroStage h2,
.heroStage h3,
.heroStage h4,
.heroStage h5,
.heroStage h6,
.heroStage .headline1,
.heroStage .headline2,
.heroStage .headline3,
.heroStage .headline4,
.heroStage .headline5,
.heroStage .headline6,
.heroStage p,
.heroStage ul,
.heroStage ol {
  color: #fff;
}
.heroStage .contentContainer {
  z-index: 2;
  color: black;
}
.heroStage .aboveLine {
  font-size: 2rem;
  line-height: 1.25;
}
.heroStage .bgBrush {
  font-size: 1.6rem;
  padding: 8px 38px 18px 38px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.heroStage .headline1 {
  margin-top: 24px;
  font-size: 3rem;
  font-weight: normal;
  text-transform: none;
}
.heroStage .subline,
.heroStage .beforeSubline {
  font-size: 1.8rem;
  color: #fff;
  display: inline;
  font-weight: 300;
}
.heroStage .beforeSubline {
  color: #C38F00;
}
.heroStage .mobileCollage {
  margin: 32px 0;
  position: relative;
}
.heroStage .mobileCollage .voucherImageMockup {
  height: auto;
  width: 55vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.heroStage .mobileCollage .moodImage {
  height: 45vw;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.heroStage .mobileCollage .moodImageMobileWrap {
  position: relative;
}
.heroStage .mobileCollage .moodImageMobileWrapWithOverlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.heroStage.previewIsPrintGutschein .mobileCollage .voucherImageMockup {
  width: 75vw;
  left: -15px;
}
.heroStage.previewIsPrintGutschein .moodImage #mobileTriangle {
  background-image: linear-gradient(to right bottom, #002a43 0%, #002a43 50%, transparent 50%);
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
}
.heroStage.bgContainerHasBlueGradient .moodImage:before {
  background: linear-gradient(45deg, #002a43 0%, rgba(0, 42, 67, 0.2) 100%);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .heroStage {
    height: 50vh;
    min-height: 540px;
    text-align: left;
  }
  .heroStage .leftContentCol {
    transform: translateY(20px);
  }
  .heroStage .aboveLine {
    font-size: 2rem;
  }
  .heroStage .bgBrush {
    font-size: 1.6rem;
    padding: 8px 32px 20px 32px;
    min-width: 300px;
  }
  .heroStage .headline1 {
    font-size: 3rem;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 1.8rem;
  }
  .heroStage .backgroundContainer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: center;
  }
  .heroStage .backgroundContainer #triangle {
    background-image: linear-gradient(to right bottom, #002a43 0%, #002a43 50%, transparent 50%);
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .heroStage .voucherImageMockup {
    width: 150%;
    position: absolute;
    top: 0;
    left: -140px;
  }
  .heroStage .voucherImageMockup img {
    width: 100%;
    height: auto;
  }
  .heroStage.previewIsPrintGutschein .voucherImageMockup {
    top: auto;
    bottom: -60px;
  }
  .heroStage.bgContainerHasBlueGradient .backgroundContainer:before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .heroStageRestaurant .backgroundContainer {
    right: -50px;
  }
  .heroStageRestaurant .backgroundContainer.withOverlay:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .heroStage {
    height: 70vh;
    min-height: 620px;
  }
  .heroStage .leftContentCol {
    transform: translateY(50px);
  }
  .heroStage .aboveLine {
    font-size: 1.8rem;
  }
  .heroStage .bgBrush {
    font-size: 1.8rem;
    padding: 10px 48px 20px 34px;
    display: inline-block;
    min-width: 340px;
  }
  .heroStage .headline1 {
    font-size: 3.6rem;
    font-weight: 400;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 2rem;
  }
  .heroStage .voucherImageMockup {
    width: 130%;
    left: -160px;
  }
  .heroStage.previewIsPrintGutschein .voucherImageMockup {
    width: 130%;
    left: -230px;
    bottom: -120px;
  }
}
@media (min-width: 1200px) {
  .heroStage {
    height: 70vh;
    min-height: 640px;
  }
  .heroStage .aboveLine {
    font-size: 1.8rem;
  }
  .heroStage .headline1 {
    font-size: 4.2rem;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 2rem;
  }
  .heroStage .voucherImageMockup {
    width: 110%;
    left: -175px;
  }
}
@media (min-width: 1200px) {
  .heroStage {
    min-height: 660px;
  }
  .heroStage .voucherImageMockup {
    width: 110%;
    top: 36px;
    left: -196px;
  }
}
@media (min-width: 1600px) {
  .heroStage {
    height: 72vh;
    min-height: 720px;
  }
  .heroStage .aboveLine {
    font-size: 2rem;
  }
  .heroStage .bgBrush {
    min-width: 360px;
  }
  .heroStage .headline1 {
    font-size: 4.6rem;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 2.2rem;
  }
  .heroStage .voucherImageMockup {
    top: 15px;
    width: 120%;
    left: -180px;
  }
}
.home .inlinelabel {
  white-space: nowrap!important;
}
.home .heroStage h1 {
  font-size: 24px;
  font-weight: normal;
}
.home .heroStage .headline1 {
  font-weight: light!important;
}
.home .previewIsPrintGutschein .voucherImageMockup {
  left: -190px;
  width: 205%;
}
@media (max-width: 767px) {
  .home.scrolled header .brand,
  .home.showMenu header .brand {
    margin-top: 0!important;
  }
  .home header .brand {
    left: 50%;
    margin-top: 42px!important;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s all ease;
  }
  .home .heroStage {
    padding-top: 90px!important;
  }
  .home .heroStage .contentContainer {
    margin-top: 0!important;
  }
  .home .heroStage .backgroundContainer {
    display: none;
  }
  .home .heroStage h1 {
    font-size: 20px;
    margin-top: 40px;
    font-weight: light;
    margin-bottom: 0px;
  }
  .home .heroStage .headline1 {
    font-weight: 300;
    display: none;
  }
  .home .heroStage .mobileCollage {
    margin-top: 32px!important;
    margin-bottom: 32px;
  }
  .home .heroStage .mobileCollage .col-9 {
    flex: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .home .heroStage .mobileCollage #mobileTriangle {
    display: none;
  }
  .home .heroStage .mobileCollage .moodImage {
    transform: scale(1.15) rotate(-4deg);
    display: block;
  }
  .home .heroStage .mobileCollage .moodImage:before {
    background: linear-gradient(5deg, #012a44 0%, rgba(0, 0, 0, 0.1) 80%);
  }
  .home .heroStage .mobileCollage .voucherImageMockup {
    width: 110vw;
    left: -25px;
    top: 50px;
    transform: rotate(4deg);
    position: absolute!important;
  }
  .home .heroStage .col-12.order-4 {
    margin-top: 120px;
  }
  .home.scrolled header .brand,
  .home.showMenu header .brand {
    margin-top: 0;
    left: 15px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .home .heroStage h1 {
    font-size: 20px;
    font-weight: 300!important;
    margin-bottom: 0;
  }
  .home .backgroundContainer #triangle {
    width: 100%;
    background: linear-gradient(90deg, #032b44 4%, rgba(3, 43, 68, 0) 99%);
  }
}
@media (min-width: 992px) {
  .home .heroStage h1 {
    font-size: 24px;
  }
  .home .previewIsPrintGutschein .voucherImageMockup {
    left: -250px;
    width: 175%;
  }
}
@media (min-width: 1200px) {
  .home .previewIsPrintGutschein .voucherImageMockup {
    left: -350px;
    width: 145%;
  }
}
/*
 new City Style
*/
@media (max-width: 767px) {
  .transparentHeader header .brand {
    left: 50%;
    margin-top: 125px;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s all ease;
  }
  .transparentHeader .heroStageCities {
    padding-top: 0;
  }
  .transparentHeader .heroStageCities h1 {
    margin-bottom: 12px;
  }
  .transparentHeader .heroStageCities .backgroundContainer {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
  }
  .transparentHeader .heroStageCities .backgroundContainer:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(3, 43, 68, 0.05) 0%, #032b44 99%);
    z-index: 1;
  }
  .transparentHeader .heroStageCities .contentContainer {
    margin-top: -90px;
  }
  .transparentHeader .heroStageCities .contentContainer h1 {
    font-size: 2.4rem;
  }
  .transparentHeader .heroStageCities .mobileCollage {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .transparentHeader .heroStageCities .mobileCollage .voucherImageMockup {
    position: relative;
    width: 100%!important;
    left: 0!important;
    transform: scale(1);
  }
  .transparentHeader .heroStageCities .moodImage {
    display: none;
  }
  .transparentHeader .heroStageCities .beforeSubline {
    display: block;
    margin-top: -10px;
    margin-bottom: 8px;
  }
  .transparentHeader.productCategory .heroStageCities .contentContainer h1,
  .transparentHeader.single-lp_b2c .heroStageCities .contentContainer h1 {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .productCategory.scrolled header .brand,
  .productCategory.showMenu header .brand {
    margin-top: 0;
    left: 15px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .transparentHeader .subline {
    font-size: 2rem;
  }
  .transparentHeader .staticMd {
    position: static;
  }
  .transparentHeader .heroButtonWrap {
    position: absolute;
    bottom: 0;
    left: 40px;
    transform: translateY(50%);
    border: 20px solid #002a43;
  }
  .transparentHeader .heroButtonWrap .button {
    margin-bottom: 0;
  }
  .transparentHeader .heroStageCities .backgroundContainer {
    width: 75%;
  }
  .transparentHeader .heroStageCities .backgroundContainer #triangle {
    width: 100%;
    background: linear-gradient(90deg, #032b44 4%, rgba(3, 43, 68, 0) 50%);
  }
  .transparentHeader.productCategory .heroStageCities h1,
  .transparentHeader.single-lp_b2c .heroStageCities h1 {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}
.heroStageCities .heroContentsLegacy {
  color: #fff;
}
.heroStageCities .heroContentsLegacy h1,
.heroStageCities .heroContentsLegacy h2,
.heroStageCities .heroContentsLegacy .h1,
.heroStageCities .heroContentsLegacy .h2 {
  color: #fff;
}
.heroStageCities .heroContentsLegacy h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 18px 0 12px 0;
}
.heroStageCities .heroContentsLegacy h1.bigH1 {
  font-size: 3rem;
}
.heroStageCities .heroContentsLegacy h2 {
  font-size: 2.2rem;
  margin: 0 0 12px 0;
}
.heroStageCities .heroContentsLegacy ul {
  color: #fff;
  margin-left: 0;
  list-style-type: none;
  font-size: 1.6rem;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .heroStageCities .heroContentsLegacy h1 {
    font-size: 4.2rem;
    margin: 0 0 24px 0;
  }
  .heroStageCities .heroContentsLegacy h1.bigH1 {
    font-size: 4.1rem;
  }
  .heroStageCities .heroContentsLegacy h2 {
    font-size: 2.6rem;
  }
  .heroStageCities .heroContentsLegacy ul {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .heroStageCities .heroContentsLegacy h1 {
    font-size: 3.4rem;
  }
  .heroStageCities .heroContentsLegacy h1.bigH1 {
    font-size: 3.8rem;
  }
  .heroStageCities .heroContentsLegacy h2 {
    font-size: 2.4rem;
  }
  .heroStageCities .heroContentsLegacy ul {
    font-size: 2rem;
  }
}
.heroStage.bgGourmet,
.heroStage.bgGenuss,
.heroStage.bgFoodies {
  padding-bottom: 20px;
}
.heroStage.bgGourmet h1,
.heroStage.bgGenuss h1,
.heroStage.bgFoodies h1,
.heroStage.bgGourmet .headline1,
.heroStage.bgGenuss .headline1,
.heroStage.bgFoodies .headline1,
.heroStage.bgGourmet .subline,
.heroStage.bgGenuss .subline,
.heroStage.bgFoodies .subline {
  color: #000;
}
.heroStage.bgGourmet .headline1,
.heroStage.bgGenuss .headline1,
.heroStage.bgFoodies .headline1 {
  font-size: 3.6rem;
}
.heroStage.bgGenuss {
  background: #fd883b;
}
.heroStage.bgGenuss .backgroundContainer:before {
  background: linear-gradient(180deg, rgba(253, 136, 59, 0.05) 0%, #fd883b 79%);
}
.heroStage.bgGenuss .backgroundContainer #triangle {
  background: linear-gradient(90deg, #fd883b 4%, rgba(253, 136, 59, 0) 99%);
}
.heroStage.bgGourmet {
  background: #b89fff;
}
.heroStage.bgGourmet .backgroundContainer:before {
  background: linear-gradient(180deg, rgba(184, 159, 255, 0.05) 0%, #b89fff 79%);
}
.heroStage.bgGourmet .backgroundContainer #triangle {
  background: linear-gradient(90deg, #b89fff 4%, rgba(184, 159, 255, 0) 99%);
}
.heroStage.bgFoodies {
  background: #75b85b;
}
.heroStage.bgFoodies .backgroundContainer:before {
  background: linear-gradient(180deg, rgba(117, 184, 91, 0.05) 0%, #75b85b 79%);
}
.heroStage.bgFoodies .backgroundContainer #triangle {
  background: linear-gradient(90deg, #75b85b 4%, rgba(117, 184, 91, 0) 99%);
}
@media (max-width: 767px) {
  .heroStage.bgGourmet,
  .heroStage.bgGenuss,
  .heroStage.bgFoodies {
    height: 240px;
  }
  .heroStage.bgGourmet .backgroundContainer,
  .heroStage.bgGenuss .backgroundContainer,
  .heroStage.bgFoodies .backgroundContainer {
    height: 240px;
  }
  .heroStage.bgGourmet .contentContainer,
  .heroStage.bgGenuss .contentContainer,
  .heroStage.bgFoodies .contentContainer {
    margin-top: -105px;
  }
  .heroStage.bgGourmet h1,
  .heroStage.bgGenuss h1,
  .heroStage.bgFoodies h1 {
    font-size: 1.8rem;
  }
  .heroStage.bgGourmet .headline1,
  .heroStage.bgGenuss .headline1,
  .heroStage.bgFoodies .headline1 {
    margin-top: -12px;
    font-size: 2.4rem;
  }
  .heroStage.bgGourmet .subline,
  .heroStage.bgGenuss .subline,
  .heroStage.bgFoodies .subline {
    font-weight: normal;
    font-size: 1.6rem;
  }
}
/*
 Changing Motives
*/
@media (max-width: 767px) {
  .heroStage.heroStageChangingMotives .contentContainer {
    margin-top: -220px;
  }
  .heroStage.heroStageChangingMotives .contentContainer .headline1 {
    font-weight: bold;
    font-size: 2.6rem;
  }
}
.button.button-golden-gradient {
  transition: 0.3s all ease;
  border: 1px solid transparent;
  color: #0e2841;
  background: linear-gradient(-180deg, #e4b750 0%, #c0973b 100%);
}
.button.button-golden-gradient.bigger-button {
  font-size: 2.2rem !important;
}
.button.button-golden-gradient:hover {
  border: 1px solid transparent;
  color: #0e2841;
  opacity: 0.9;
}
@media (min-width: 1600px) {
  .heroStage .headline1 {
    font-size: 4.2rem;
  }
}
/*# sourceMappingURL=initialstyles.css.map */