/*! otm, Compiled at 2025-12-04 12:09:41 */
/**
 * Oldenburg
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @author     Matthias Kracke <kracke@infomax-it.de>
 * @since      2016-11-08
 * @version    $$Id$$
 **/
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage pageHeader
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* ultra tiny introduced for iPhone 5s */
/* corporate design */
/* @see src/portal/assets/styles/_brand for css variables */
/* other colors */
/* percentage dimensions */
/* percentage margins */
/* percentage paddings */
/* default font settings */
/* vertical aligns */
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
}
/*  =========================================================
general structure
========================================================= */
/* the main container */
@media all {
  #pageHeader {
    position: fixed;
    left: 0;
    z-index: 3;
    transition: top 0.25s ease;
  }
  #pageHeader:not(.pageHeader--map) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: rgb(var(--color-white));
  }
}
@media all and (min-width: 701px) {
  #pageHeader {
    height: 70px;
  }
}
@media all and (max-width: 700px) {
  #pageHeader {
    height: 50px;
  }
}
/* hidden sticky */
@media all {
  #pageHeader:not(.pageHeader--hidden) {
    top: 0;
  }
}
@media all and (min-width: 701px) {
  .pageHeader--hidden {
    top: -70px;
  }
}
@media all and (max-width: 700px) {
  .pageHeader--hidden {
    top: -50px;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage pageHeader
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
single function link
hide specific menü items on specific screen sizes
changed order on specific screen sizes
align everything after pageHeader__functions to the right
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  #pageHeader__functions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  #pageHeader:not(.pageHeader--map) > #pageHeader__functions {
    -webkit-flex: 0 1;
        -ms-flex: 0 1;
            flex: 0 1;
  }
  .skiptranslate .goog-te-banner-frame {
    top: auto;
    bottom: 0;
  }
}
/*  =========================================================
single function link
========================================================= */
@media all {
  #pageHeader__functions > a {
    position: relative;
    display: table;
    height: 100%;
    box-sizing: border-box;
    color: rgb(var(--color-white));
    text-decoration: none;
    text-align: center;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  #pageHeader__functions > .pageHeader__functions__booking {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) #pageHeader__functions > a {
    background: rgb(var(--color-button-default));
  }
  html:not(.-css-microsite-gruenkohl) #pageHeader__functions > a.pageHeader__functions__cta {
    background: rgb(var(--color-cta));
  }
  html.-css-microsite-gruenkohl #pageHeader__functions > a {
    background: transparent url('../images/_branding/background_microsite1.a4cf9239.jpg') 0 0 repeat;
  }
  #pageHeader__functions > a:not(:first-of-type)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media all and (min-width: 701px) {
  #pageHeader__functions > a {
    width: 80px;
    padding-top: 18px;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__functions > a {
    width: 45px;
  }
}
@media all and (min-width: 701px) {
  #pageHeader__functions > .pageHeader__functions__booking {
    min-width: 160px;
    padding-top: 18px;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__functions > .pageHeader__functions__booking {
    min-width: 90px;
  }
}
@media all {
  #pageHeader__functions > a > [class*='icon-'] {
    display: inline-block;
  }
  #pageHeader__functions > .pageHeader__functions__booking [class*='icon-'] {
    display: inline-block;
  }
}
@media all and (min-width: 701px) {
  #pageHeader__functions > a > [class*='icon-'] {
    font-size: 27px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__functions > a > [class*='icon-'] {
    font-size: 27px;
    line-height: 50px;
  }
}
@media all and (min-width: 701px) {
  #pageHeader__functions > .pageHeader__functions__booking [class*='icon-'] {
    font-size: 27px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__functions > .pageHeader__functions__booking [class*='icon-'] {
    font-size: 20px;
    line-height: 10px;
    padding-top: 3px;
  }
}
@media all {
  #pageHeader__functions > a > .text {
    width: 100%;
    font: 400 normal 10px/1em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 1em;
  }
  #pageHeader__functions > .pageHeader__functions__booking .text {
    font: 600 normal 18px/1em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1em;
    display: inline-block;
    margin-right: 15px;
    padding-top: 3px;
  }
  #pageHeader__functions .pageHeader__functions__booking__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 701px) {
  #pageHeader__functions > a > .text {
    display: inline-block;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__functions > a > .text {
    display: none;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__functions > .pageHeader__functions__booking .text {
    font-size: 15px;
    margin-right: 5px;
    padding-top: 0;
  }
}
@media all and (min-width: 701px) {
  #pageHeader__functions .pageHeader__functions__booking__text {
    margin: 5px auto;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__functions .pageHeader__functions__booking__text {
    margin: 16px auto;
  }
}
/*  =========================================================
hide specific menü items on specific screen sizes
========================================================= */
/* hide functions on desktop */
@media all and (min-width: 1001px) {
  #pageHeader__functions > #pageHeader__functions__phone {
    display: none;
  }
}
/* hide functions for wide desktops, show aroundMe on 10" tablets */
@media all and (min-width: 1400px) {
  #pageHeader__functions > #pageHeader__functions__aroundMe {
    display: none;
  }
}
/* hide functions on tablet */
@media all and (max-width: 1000px) and (min-width: 701px) {
  #pageHeader__functions > #pageHeader__functions__phone {
    display: none;
  }
}
/* hide functions on smartphone */
@media all and (max-width: 700px) {
  #pageHeader__functions > #pageHeader__functions__map {
    display: none;
  }
}
/*  =========================================================
changed order on specific screen sizes
========================================================= */
@media all and (max-width: 700px) {
  #pageHeader__functions__menu {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageHeader__functions__tileMenu {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageHeader__functions__filter {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageHeader__functions__search {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #pageHeader__functions__bookingMenu {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  #offCanvas__functions__bookingCloser {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  #pageHeader__functions__aroundMeMap,
  #pageHeader__functions__aroundMe {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageHeader__functions__portal {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageHeader__functions__phone {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  #pageHeader__functions__events {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  #pageHeader__functions__hosts {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  #pageHeader__functions__link {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  #pageHeader__functions__map {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #tosc5ShoppingCart {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}
/*  =========================================================
align everything after pageHeader__functions to the right
========================================================= */
@media all {
  #pageHeader__functions + * {
    margin-left: auto;
  }
}
/*  =========================================================
TOSC5 shopping cart container
========================================================= */
@media all {
  .tosc5ShoppingCart__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
  }
  .tosc5ShoppingCart__container dw-app-container {
    margin: 0 auto;
  }
}
@media all and (max-width: 700px) {
  .tosc5ShoppingCart__container {
    width: 50px;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2022 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage pageHeader
 * @author     Andreas Rappel <andreas.rappel@cebesoft.com>
 * @since      24.11.2022
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  #pageHeader__languageSelector {
    position: relative;
    display: table;
    height: 100%;
    box-sizing: border-box;
    color: rgb(var(--color-button-default));
    text-decoration: none;
    text-align: center;
    outline-offset: -5px;
  }
  #pageHeader__languageSelector > span {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
  }
  #pageHeader__languageSelector > span.text {
    font: 400 normal 16px/24px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }
  #pageHeader__languageSelector > span.toggle {
    font-size: 18px;
  }
  #pageHeader__languageSelector > span.toggle--opened {
    display: none;
  }
  #pageHeader__languageSelector__languages {
    position: absolute;
    right: 0;
    top: -1000px;
    padding: 15px;
    list-style-type: none;
    text-transform: none;
    background-color: rgb(var(--color-white));
    border: solid 1px rgb(var(--color-button-default));
  }
  #pageHeader__languageSelector__languages > li > a {
    text-decoration: none;
    font: 400 normal 14px/32px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 32px;
  }
  #pageHeader__languageSelector__languages > li:not(:last-child) {
    border-bottom: solid 1px rgb(var(--color-button-default));
  }
  #pageHeader__languageSelector:focus > span.toggle--opened,
  #pageHeader__languageSelector:focus-within > span.toggle--opened,
  #pageHeader__languageSelector:hover > span.toggle--opened {
    display: table-cell;
  }
  #pageHeader__languageSelector:focus > span.toggle--closed,
  #pageHeader__languageSelector:focus-within > span.toggle--closed,
  #pageHeader__languageSelector:hover > span.toggle--closed {
    display: none;
  }
  #pageHeader__languageSelector:focus #pageHeader__languageSelector__languages,
  #pageHeader__languageSelector:focus-within #pageHeader__languageSelector__languages,
  #pageHeader__languageSelector:hover #pageHeader__languageSelector__languages {
    top: 60px;
  }
}
@media all and (min-width: 701px) {
  #pageHeader__languageSelector {
    width: 60px;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__languageSelector {
    width: 45px;
  }
}
@media all and (max-width: 700px) {
  #pageHeader__languageSelector:focus #pageHeader__languageSelector__languages,
  #pageHeader__languageSelector:focus-within #pageHeader__languageSelector__languages,
  #pageHeader__languageSelector:hover #pageHeader__languageSelector__languages {
    top: 44px;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage pageHeader
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  #pageHeader__logo {
    display: block;
    width: auto;
  }
  #pageHeader__logo img {
    height: 100%;
    width: auto;
  }
  #pageHeader__logo img.logoBig {
    display: inline-block;
  }
  /* microsite specific */
  .pageHeader--map > #pageHeader__logo .pageHeader__logoLink {
    position: fixed;
    top: 0;
    right: 0;
    background: rgb(var(--color-white));
  }
}
@media all and (min-width: 701px) {
  html:not(.-css-microsite-gruenkohl) #pageHeader__logo .pageHeader__logoLink {
    text-align: right;
    height: 45px;
    padding: 13px 20px;
    display: inline-block;
  }
}
@media all and (max-width: 700px) {
  html:not(.-css-microsite-gruenkohl) #pageHeader__logo .pageHeader__logoLink {
    height: 40px;
    padding: 5px 10px;
    display: inline-block;
  }
}
@media all and (min-width: 701px) {
  html.-css-microsite-gruenkohl #pageHeader__logo .pageHeader__logoLink {
    height: 147px;
    padding: 5px;
    display: inline-block;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-gruenkohl #pageHeader__logo .pageHeader__logoLink {
    height: 61px;
    padding: 8px 11px;
    display: inline-block;
  }
}
/* hidden sticky */
@media all {
  html.-css-microsite-gruenkohl #pageHeader__logo {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  html.-css-microsite-gruenkohl #pageHeader:not(.pageHeader--hidden) #pageHeader__logo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media all and (min-width: 701px) {
  html.-css-microsite-gruenkohl .pageHeader--hidden #pageHeader__logo {
    -webkit-transform: translateY(-72px);
        -ms-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-gruenkohl .pageHeader--hidden #pageHeader__logo {
    -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}
