/*! otm, Compiled at 2025-07-16 10:18:37 */
/**
 * 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-10
 * @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 headerImage
 * @author     gueldner
 * @since      19.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
========================================================= */
@media all {
  .headerImage {
    width: 100%;
    margin: 0;
    position: relative;
  }
}
/**
 * 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 headerImage
 * @author     gueldner
 * @since      19.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
size variant simple
size variant hero
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .headerImage__mediaContainer {
    overflow: hidden;
    width: 100%;
  }
}
/*  =========================================================
size variant simple
========================================================= */
@media all and (min-width: 701px) {
  .headerImage.headerImage--simple > .headerImage__mediaContainer,
  .headerImage.headerImage--verticalyCropped > .headerImage__mediaContainer {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 701px) and (min-width: 1001px) {
  .headerImage.headerImage--simple > .headerImage__mediaContainer,
  .headerImage.headerImage--verticalyCropped > .headerImage__mediaContainer {
    height: calc(100% - 100px);
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .headerImage.headerImage--simple > .headerImage__mediaContainer,
  .headerImage.headerImage--verticalyCropped > .headerImage__mediaContainer {
    height: calc(100% - 50px);
  }
}
@media all and (max-width: 700px) {
  .headerImage.headerImage--simple > .headerImage__mediaContainer,
  .headerImage.headerImage--verticalyCropped > .headerImage__mediaContainer {
    height: 185px;
  }
}
/*  =========================================================
size variant hero
========================================================= */
@media all and (min-width: 701px) {
  .headerImage--hero > .headerImage__mediaContainer {
    box-sizing: border-box;
    /* spare some space for the pageHeader */
  }
}
@media all and (min-width: 701px) and (min-width: 701px) {
  .headerImage--hero > .headerImage__mediaContainer {
    height: calc(100vh - 80px);
  }
}
@media all and (min-width: 701px) and (max-width: 700px) {
  .headerImage--hero > .headerImage__mediaContainer {
    height: calc(100vh - 45px);
  }
}
@media all and (min-width: 701px) and (min-width: 701px) {
  .headerImage--hero > .headerImage__mediaContainer.headerImage__mediaContainer--small {
    height: calc(70vh - 80px);
  }
}
@media all and (min-width: 701px) and (max-width: 700px) {
  .headerImage--hero > .headerImage__mediaContainer.headerImage__mediaContainer--small {
    height: calc(70vh - 45px);
  }
}
@media all and (max-width: 700px) {
  .headerImage--hero > .headerImage__mediaContainer {
    height: 75vh;
  }
  .headerImage:has(.headerImage__videoContainer) .headerImage__mediaContainer {
    height: 95vh;
  }
}
/*  =========================================================
size variant infoscreen

for use on infoscreen microsite only - screen size is static at 1920x1080px - no header
========================================================= */
@media all and (min-width: 701px) {
  .headerImage--infoscreen > .headerImage__mediaContainer {
    box-sizing: border-box;
    height: 25vh;
  }
}
/**
 * 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 headerImage
 * @author     gueldner
 * @since      19.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
cropping
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .headerImage__mediaContainer picture {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
  }
}
/*  =========================================================
cropping
========================================================= */
/* different behavior on different aspect ratios of the screen compared to the image */
@media all {
  .headerImage__mediaContainer__image:not(.headerImage--verticalyCropped) {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
  }
  .headerImage__mediaContainer__image.headerImage--verticalyCropped {
    width: 100%;
    height: auto;
  }
}
/**
 * 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 headerImage
 * @author     gueldner
 * @since      20.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .headerImage__mediaContainer__pano {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
  }
  .gm-iv-address-link {
    display: none;
  }
}
/**
 * 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 headerImage
 * @author     gueldner
 * @since      19.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
size variant simple
size variant hero
speech booble
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .headerImage__textContainer {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer {
    position: relative;
  }
}
@media all and (max-width: 700px) {
  .headerImage:has(.headerImage__videoContainer) .headerImage__textContainer {
    bottom: 70px;
    position: absolute;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer > .h-grid {
    max-width: 100%;
  }
}
/*  =========================================================
size variant simple
========================================================= */
@media all and (min-width: 701px) {
  .headerImage:not(.headerImage--hero,.headerImage--infoscreen) > .headerImage__textContainer {
    padding: 185px 0;
  }
}
/*  =========================================================
size variant hero
========================================================= */
@media all and (min-width: 701px) {
  .headerImage--hero > .headerImage__textContainer,
  .headerImage--infoscreen > .headerImage__textContainer {
    position: absolute;
    left: 0;
  }
}
@media all and (min-width: 701px) and (min-width: 1001px) {
  .headerImage--hero > .headerImage__textContainer,
  .headerImage--infoscreen > .headerImage__textContainer {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .headerImage--hero > .headerImage__textContainer,
  .headerImage--infoscreen > .headerImage__textContainer {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleDownRight,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleDownRight {
    bottom: 70px;
  }
}
@media all and (min-width: 701px) and (min-width: 1001px) and (max-width: 1400px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleDownRight,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleDownRight {
    bottom: 50px;
  }
}
@media all and (min-width: 701px) and (min-width: 701px) and (max-width: 1000px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleDownRight,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleDownRight {
    bottom: 25px;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleUpRight,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleUpRight {
    top: 70px;
  }
}
@media all and (min-width: 701px) and (min-width: 1001px) and (max-width: 1400px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleUpRight,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleUpRight {
    top: 50px;
  }
}
@media all and (min-width: 701px) and (min-width: 701px) and (max-width: 1000px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleUpRight,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleUpRight {
    top: 25px;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleDownLeft,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleDownLeft {
    bottom: 70px;
  }
}
@media all and (min-width: 701px) and (min-width: 1001px) and (max-width: 1400px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleDownLeft,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleDownLeft {
    bottom: 50px;
  }
}
@media all and (min-width: 701px) and (min-width: 701px) and (max-width: 1000px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleDownLeft,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleDownLeft {
    bottom: 25px;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleUpLeft,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleUpLeft {
    top: 70px;
  }
}
@media all and (min-width: 701px) and (min-width: 1001px) and (max-width: 1400px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleUpLeft,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleUpLeft {
    top: 50px;
  }
}
@media all and (min-width: 701px) and (min-width: 701px) and (max-width: 1000px) {
  .headerImage--hero > .headerImage__textContainer--speechBoobleUpLeft,
  .headerImage--infoscreen > .headerImage__textContainer--speechBoobleUpLeft {
    top: 25px;
  }
}
/*  =========================================================
speech booble
========================================================= */
@media all {
  .headerImage__textContainer__speechBooble {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: left;
  }
  .headerImage__textContainer__speechBooble--teaserTextBlockColorDefault,
  .headerImage__textContainer__speechBooble--teaserTextBlockColorYellow {
    color: rgb(var(--color-black));
  }
  .headerImage__textContainer__speechBooble--teaserTextBlockColorRed {
    color: rgb(var(--color-white));
  }
  .headerImage__textContainer__speechBooble > div.heroAuthorStyling::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    z-index: 20;
    background: linear-gradient(45deg, #d2492a 50%, rgba(255, 255, 255, 0) 51%);
  }
  span.date {
    display: inline-block;
    padding: 15px 25px 0;
    margin: 0;
    background: #fff;
    font: 400 normal 2.5rem/1em MyriadPro, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1em;
  }
  span.blogAuthor {
    display: inline-block;
    padding: 5px 25px 17px;
    margin: 0;
    background: #fff;
    font: 400 normal 2.5rem/1em MyriadPro, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1em;
  }
  p.heroAuthor {
    background: #d2492a;
    min-height: 134px;
    margin: 0 0 0 91px;
    padding: 15px 25px 20px;
    position: relative;
    font: 400 normal 2rem/1.5em MyriadPro, Arial, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5em;
    color: #fff;
  }
  p.heroAuthor::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90px;
    height: 100%;
    width: 91px;
    background: url('../images/headerImage/speechBooble.persona.60c931cd.svg') center left, -webkit-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) top left, -webkit-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) bottom left;
    background-size: 91px 134px, 91px calc(50% - 67px), 91px calc(50% - 67px);
    -webkit-background-size: 91px 134px, 91px calc(50% - 66px), 91px calc(50% - 66px);
    background-repeat: no-repeat;
  }
  span.heroAuthorImage {
    border: 3px solid #d2492a;
    position: absolute;
    top: 50%;
    left: -128px;
    margin-top: -62px;
    display: block;
    width: 124px;
    height: 124px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  span.authorDetailDescription {
    display: inline-block;
    font: 400 normal 2.5rem/1.5em MyriadPro, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5em;
    vertical-align: top;
    margin-top: 0;
    background: #fff;
    padding: 15px 25px 20px 25px;
  }
  span.heroAuthorTitle {
    display: inline-block;
    color: #fff;
    background: #d2492a;
    padding: 15px 25px 20px 25px;
    margin: 0;
    font: 300 normal 7rem/1em 'MyriadPro', Arial, sans-serif;
    font-weight: 300;
    font-size: 7rem;
    line-height: 1em;
  }
}
/**
 * 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 headerImage
 * @author     gueldner
 * @since      19.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
background with hole on lg and md
subline
price element
date element
========================================================== */
/*  =========================================================
basic config
========================================================= */
/**
 * 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  2020 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Sauer <sauer@infomax-it.de>
 * @since      2020-12-03
 */
/*  =========================================================
general structure
========================================================= */
@media all {
  .headerImage__textContainer__speechBooble > h1 {
    margin: 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font: 300 normal 7rem/1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 7rem;
    line-height: 1em;
  }
  html.-css-microsite-club .headerImage__textContainer__speechBooble > h1 {
    font: 600 normal 6rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6rem;
    line-height: 1em;
  }
  .headerImage__textContainer__speechBooble > h1:not(.speechBooble--withHeadline) {
    padding: 15px 25px 20px 25px;
  }
  .headerImage__textContainer__speechBooble--teaserTextBlockColorDefault.headerImage__textContainer__speechBooble > h1 {
    background: rgb(var(--color-white));
  }
  .headerImage__textContainer__speechBooble--teaserTextBlockColorRed.headerImage__textContainer__speechBooble > h1 {
    background: rgb(var(--color-cdRed1));
  }
  .headerImage__textContainer__speechBooble--teaserTextBlockColorYellow.headerImage__textContainer__speechBooble > h1 {
    background: rgb(var(--color-cdYellow1));
  }
  .headerImage__textContainer__speechBooble > h1.heroAuthorTitle {
    display: inline-block;
    padding: 15px 25px 20px 25px;
    margin: 0;
    background: #d2492a;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    color: #fff;
    font: 300 normal 7rem/1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 7rem;
    line-height: 1em;
  }
  .headerImage__textContainer__speechBooble > h1.blogArticleTitle {
    padding: 15px 25px 20px 25px;
    margin: 0;
    background: #fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font: 300 normal 7rem/1em 'HalvarEngschrift', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7rem;
    display: block;
    line-height: 1em;
  }
  .headerImage__textContainer__speechBooble > span.date:first-child {
    padding: 15px 25px 0 25px;
  }
  html:not(.-css-microsite-club) .headerImage__textContainer__speechBooble > span.date:first-child {
    -webkit-clip-path: polygon(13% 0, 13% 13px, calc(13% + 14px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(13% 0, 13% 13px, calc(13% + 14px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  .headerImage__textContainer__speechBooble__price > div > strong.priceMinMax {
    font-size: 17px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .headerImage__textContainer__speechBooble > h1 {
    font-size: 7.77777778rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .headerImage__textContainer__speechBooble > h1 {
    font-size: 7.5rem;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer__speechBooble > h1 {
    font-size: 5.71428571rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .headerImage__textContainer__speechBooble > h1 {
    font-size: 5.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .headerImage__textContainer__speechBooble > h1 {
    font-size: 5.625rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .headerImage__textContainer__speechBooble > h1 {
    font-size: 5.71428571rem;
  }
}
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble > h1 {
    display: inline-block;
  }
}
@media all and (min-width: 701px) {
  .headerImage__textContainer__speechBooble > h1.speechBooble--withHeadline {
    padding: 38px 25px 20px 25px;
  }
  html:not(.-css-microsite-club) .headerImage__textContainer__speechBooble > h1.speechBooble--withHeadline {
    -webkit-clip-path: polygon(13% 0, 13% 23px, calc(13% + 27px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(13% 0, 13% 23px, calc(13% + 27px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer__speechBooble > h1.speechBooble--withHeadline {
    padding: 28px 25px 20px 25px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .headerImage__textContainer__speechBooble > h1.heroAuthorTitle {
    font-size: 7.77777778rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .headerImage__textContainer__speechBooble > h1.heroAuthorTitle {
    font-size: 7.5rem;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer__speechBooble > h1.heroAuthorTitle {
    font-size: 5.71428571rem;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer {
    padding-top: 10px;
  }
}
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble__price + h1 {
    position: relative;
    min-height: 132px;
    margin-left: 90px;
  }
}
/* inline button */
.headerImage__textContainer__speechBooble > h1 > .button {
  vertical-align: baseline;
  cursor: pointer;
}
/*  =========================================================
background with hole on lg and md
========================================================= */
@media all and (min-width: 1001px) {
  html:not(.-css-microsite-club) .headerImage__textContainer__speechBooble__price + h1 {
    -webkit-clip-path: polygon(13% 0, 13% 23px, calc(13% + 27px) 0, 100% 0, 100% 100%, -90px 100%, -90px 0);
            clip-path: polygon(13% 0, 13% 23px, calc(13% + 27px) 0, 100% 0, 100% 100%, -90px 100%, -90px 0);
  }
  .headerImage__textContainer__speechBooble__price + h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90px;
    height: 100%;
    width: 90px;
  }
  .headerImage__textContainer__speechBooble.headerImage__textContainer__speechBooble--teaserTextBlockColorDefault > .headerImage__textContainer__speechBooble__price + h1::before {
    background: url('../images/headerImage/speechBooble.headline.info.98c6f86c.svg') 0 15px, -moz-linear-gradient(top, rgb(var(--color-white)) 0%, rgb(var(--color-white)) 100%) top left, -moz-linear-gradient(top, rgb(var(--color-white)) 0%, rgb(var(--color-white)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.98c6f86c.svg') 0 15px, -ms-linear-gradient(top, rgb(var(--color-white)) 0%, rgb(var(--color-white)) 100%) top left, -ms-linear-gradient(top, rgb(var(--color-white)) 0%, rgb(var(--color-white)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.98c6f86c.svg') 0 15px, -webkit-linear-gradient(top, rgb(var(--color-white)) 0, rgb(var(--color-white)) 100%) top left, -webkit-linear-gradient(top, rgb(var(--color-white)) 0, rgb(var(--color-white)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.98c6f86c.svg') 0 15px, linear-gradient(top, rgb(var(--color-white)) 0%, rgb(var(--color-white)) 100%) top left, linear-gradient(top, rgb(var(--color-white)) 0%, rgb(var(--color-white)) 100%) bottom left;
    background-size: 90px 132px, 90px 15px, 90px calc(100% - 132px - 15px);
    background-repeat: no-repeat;
  }
  .headerImage__textContainer__speechBooble.headerImage__textContainer__speechBooble--teaserTextBlockColorRed > .headerImage__textContainer__speechBooble__price + h1::before {
    background: url('../images/headerImage/speechBooble.headline.info.red.eeef9e87.svg') 0 15px, -moz-linear-gradient(top, rgb(var(--color-cdRed1)) 0%, rgb(var(--color-cdRed1)) 100%) top left, -moz-linear-gradient(top, rgb(var(--color-cdRed1)) 0%, rgb(var(--color-cdRed1)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.red.eeef9e87.svg') 0 15px, -ms-linear-gradient(top, rgb(var(--color-cdRed1)) 0%, rgb(var(--color-cdRed1)) 100%) top left, -ms-linear-gradient(top, rgb(var(--color-cdRed1)) 0%, rgb(var(--color-cdRed1)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.red.eeef9e87.svg') 0 15px, -webkit-linear-gradient(top, rgb(var(--color-cdRed1)) 0, rgb(var(--color-cdRed1)) 100%) top left, -webkit-linear-gradient(top, rgb(var(--color-cdRed1)) 0, rgb(var(--color-cdRed1)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.red.eeef9e87.svg') 0 15px, linear-gradient(top, rgb(var(--color-cdRed1)) 0%, rgb(var(--color-cdRed1)) 100%) top left, linear-gradient(top, rgb(var(--color-cdRed1)) 0%, rgb(var(--color-cdRed1)) 100%) bottom left;
    background-size: 90px 132px, 90px 15px, 90px calc(100% - 132px - 15px);
    background-repeat: no-repeat;
  }
  .headerImage__textContainer__speechBooble.headerImage__textContainer__speechBooble--teaserTextBlockColorYellow > .headerImage__textContainer__speechBooble__price + h1::before {
    background: url('../images/headerImage/speechBooble.headline.info.yellow.52d69f9a.svg') 0 15px, -moz-linear-gradient(top, rgb(var(--color-cdYellow1)) 0%, rgb(var(--color-cdYellow1)) 100%) top left, -moz-linear-gradient(top, rgb(var(--color-cdYellow1)) 0%, rgb(var(--color-cdYellow1)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.yellow.52d69f9a.svg') 0 15px, -ms-linear-gradient(top, rgb(var(--color-cdYellow1)) 0%, rgb(var(--color-cdYellow1)) 100%) top left, -ms-linear-gradient(top, rgb(var(--color-cdYellow1)) 0%, rgb(var(--color-cdYellow1)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.yellow.52d69f9a.svg') 0 15px, -webkit-linear-gradient(top, rgb(var(--color-cdYellow1)) 0, rgb(var(--color-cdYellow1)) 100%) top left, -webkit-linear-gradient(top, rgb(var(--color-cdYellow1)) 0, rgb(var(--color-cdYellow1)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.headline.info.yellow.52d69f9a.svg') 0 15px, linear-gradient(top, rgb(var(--color-cdYellow1)) 0%, rgb(var(--color-cdYellow1)) 100%) top left, linear-gradient(top, rgb(var(--color-cdYellow1)) 0%, rgb(var(--color-cdYellow1)) 100%) bottom left;
    background-size: 90px 132px, 90px 15px, 90px calc(100% - 132px - 15px);
    background-repeat: no-repeat;
  }
}
/*  =========================================================
subline
========================================================= */
@media all {
  .headerImage__textContainer__speechBooble__subline {
    padding: 15px 25px 15px 25px;
    margin: 0;
    margin-top: -15px;
    background: rgb(var(--color-white));
    font: 400 normal 2.5rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1em;
  }
  .headerImage__textContainer__speechBooble__subline > strong {
    font-weight: 600;
  }
}
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble__subline {
    display: inline-block;
  }
}
@media all and (min-width: 701px) {
  .headerImage__textContainer__speechBooble__subline.speechBoobleResults {
    margin-top: -12px;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer__speechBooble__subline.speechBoobleResults {
    margin-top: -35px;
  }
}
/*  =========================================================
price element
========================================================= */
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble__price {
    position: absolute;
    top: 19px;
    left: -38px;
    margin: 0;
    display: table;
    width: 124px;
    height: 124px;
    overflow: hidden;
    border-radius: 50%;
  }
  .headerImage__textContainer__speechBooble.headerImage__textContainer__speechBooble--teaserTextBlockColorDefault .headerImage__textContainer__speechBooble__price {
    background: rgb(var(--color-white));
  }
  .headerImage__textContainer__speechBooble.headerImage__textContainer__speechBooble--teaserTextBlockColorRed .headerImage__textContainer__speechBooble__price {
    background: rgb(var(--color-cdRed1));
  }
  .headerImage__textContainer__speechBooble.headerImage__textContainer__speechBooble--teaserTextBlockColorYellow .headerImage__textContainer__speechBooble__price {
    background: rgb(var(--color-cdYellow1));
  }
  .headerImage__textContainer__speechBooble__price > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20%;
    font: 300 normal 12px/1em 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
  }
  .headerImage__textContainer__speechBooble__price > div > strong {
    font-weight: 600;
    font-size: 23px;
    line-height: 1em;
  }
}
@media all and (max-width: 1000px) {
  .headerImage__textContainer__speechBooble__price {
    display: inline-block;
    padding: 26px 25px 0 25px;
    margin: 0;
    background: rgb(var(--color-white));
    font: 400 normal 2.5rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1em;
    font-size: 3.5rem;
  }
  html:not(.-css-microsite-club) .headerImage__textContainer__speechBooble__price {
    -webkit-clip-path: polygon(13% 0, 13% 23px, calc(13% + 27px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(13% 0, 13% 23px, calc(13% + 27px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
/*  =========================================================
date element
========================================================= */
@media all {
  .headerImage__textContainer__speechBooble__date {
    display: inline-block;
    padding: 15px 25px 0 25px;
    margin: 0;
    background: rgb(var(--color-white));
    font: 400 normal 2.5rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1em;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer__speechBooble__price strong {
    font-size: 4.5rem;
    line-height: 1.5;
  }
  .headerImage__textContainer__speechBooble__price div {
    font-size: 2.5rem;
  }
}
/**
 * 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 headerImage
 * @author     gueldner
 * @since      19.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
background with hole on lg and md
persona image
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .headerImage__textContainer__speechBooble__persona {
    position: relative;
    font: 400 normal 2rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5em;
    color: rgb(var(--color-white));
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .headerImage__textContainer__speechBooble__persona {
    font-size: 2.22222222rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .headerImage__textContainer__speechBooble__persona {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer__speechBooble__persona {
    font-size: 2.57142857rem;
  }
}
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble__persona {
    min-height: 134px;
    margin: 0 0 0 91px;
  }
}
@media all and (max-width: 1000px) {
  .headerImage__textContainer__speechBooble__persona {
    margin: 0;
  }
}
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble__persona {
    padding: 15px 25px 20px 25px;
  }
}
@media all and (max-width: 1000px) {
  .headerImage__textContainer__speechBooble__persona {
    padding: 15px 5px 20px 5px;
  }
}
/* microsite specific */
@media all {
  html:not(.-css-microsite-gruenkohl) .headerImage__textContainer__speechBooble__persona {
    background: rgb(var(--color-cdOrange4));
  }
  html.-css-microsite-gruenkohl .headerImage__textContainer__speechBooble__persona {
    background: transparent url('../images/_branding/background_microsite1.a4cf9239.jpg') 0 0 repeat;
  }
}
/* inline button */
@media all {
  .headerImage__textContainer__speechBooble__persona__text > .button {
    margin-top: 15px;
    cursor: pointer;
  }
}
@media all and (max-width: 700px) {
  .headerImage__textContainer__speechBooble__persona__text > .button {
    margin: 0 0 25px 30px;
  }
}
/*  =========================================================
background with hole on lg and md
========================================================= */
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble__persona::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90px;
    height: 100%;
    width: 91px;
  }
}
/* microsite specific */
@media all {
  html:not(.-css-microsite-gruenkohl) .headerImage__textContainer__speechBooble__persona::before {
    background: url('../images/headerImage/speechBooble.persona.60c931cd.svg') center left, -moz-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) top left, -moz-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.persona.60c931cd.svg') center left, -webkit-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) top left, -webkit-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.persona.60c931cd.svg') center left, -ms-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) top left, -ms-linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) bottom left;
    background: url('../images/headerImage/speechBooble.persona.60c931cd.svg') center left, linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) top left, linear-gradient(top, rgb(var(--color-cdOrange4)) 0%, rgb(var(--color-cdOrange4)) 100%) bottom left;
    background-size: 91px 134px, 91px calc(50% - 67px), 91px calc(50% - 67px);
    -webkit-background-size: 91px 134px, 91px calc(50% - 66px), 91px calc(50% - 66px);
    background-repeat: no-repeat;
  }
  html.-css-microsite-gruenkohl .headerImage__textContainer__speechBooble__persona::before {
    background: transparent url('../images/_branding/background_microsite1.a4cf9239.jpg') 0 0 repeat;
  }
}
/*  =========================================================
persona image
========================================================= */
@media all and (min-width: 1001px) {
  .headerImage__textContainer__speechBooble__persona__image {
    position: absolute;
    top: 50%;
    left: -128px;
    margin-top: -62px;
    display: block;
    width: 124px;
    height: 124px;
    overflow: hidden;
    box-sizing: border-box;
    background: rgb(var(--color-white));
    border-radius: 50%;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .headerImage__textContainer__speechBooble__persona__image {
    border: 3px rgb(var(--color-cdOrange4)) solid;
  }
  html.-css-microsite-gruenkohl .headerImage__textContainer__speechBooble__persona__image {
    border: 3px #603c2f solid;
  }
}
@media all and (max-width: 1000px) {
  .headerImage__textContainer__speechBooble__persona__image {
    display: inline-block;
    vertical-align: top;
    width: 103px;
    height: 103px;
    overflow: hidden;
    margin-right: 15px;
    box-sizing: border-box;
    border: 3px rgb(var(--color-white)) solid;
    background: rgb(var(--color-white));
    border-radius: 50%;
  }
  /* helper class for text */
  .headerImage__textContainer__speechBooble__persona__text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 103px - 15px);
  }
}
@media all {
  .headerImage__textContainer__speechBooble__persona__image > img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/**
 * 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 headerImage
 * @author     gueldner
 * @since      20.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
cropping
stop button
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .headerImage__videoContainer {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.5s ease, top 0.1s linear;
  }
  .headerImage__videoContainer > iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: 125%;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    transition: visibility 0.5s, opacity 0.5s linear;
  }
  .headerImage__videoContainer:not(.headerImage__videoContainer--playing):not(.headerImage__videoContainer--selfHosted) {
    top: 0;
    opacity: 0;
    transition-delay: 0s, 0.5s;
    z-index: 1;
  }
  .headerImage__mediaContainer__colorBackground {
    background: rgb(var(--color-black));
    width: 100%;
    height: 100%;
  }
  .headerImage__mediaContainer__image {
    z-index: 3;
    pointer-events: none;
  }
  .headerImage__textContainer {
    z-index: 2;
    pointer-events: none;
  }
  .headerImage__textContainer a {
    pointer-events: all;
  }
  .headerImage__videoContainer.headerImage__videoContainer--selfHosted,
  .headerImage__videoContainer.headerImage__videoContainer--playing {
    top: 0;
    opacity: 1;
    transition-delay: 0.1s, 0s;
  }
  .headerImage .cmplazypreviewiframe {
    background: 0 #fff !important;
    position: absolute;
    height: 200px;
    width: 100% !important;
    top: 25%;
    z-index: 10;
    overflow: hidden;
  }
  .headerImage .cmplazypreviewiframe .cmplazypreviewmsg {
    background: none;
  }
}
@media all and (max-width: 700px) {
  .headerImage__videoContainer {
    height: 95vh;
  }
}
@media all and (min-width: 701px) {
  .headerImage__videoContainer {
    height: 100vh;
    box-sizing: border-box;
    /* spare some space for the pageHeader */
  }
}
@media all and (min-width: 701px) and (min-width: 701px) {
  .headerImage__videoContainer {
    height: calc(100vh - 80px);
  }
}
@media all and (min-width: 701px) and (max-width: 700px) {
  .headerImage__videoContainer {
    height: calc(100vh - 45px);
  }
}
@media all and (max-width: 700px) {
  .headerImage__videoContainer {
    height: 95vh;
  }
}
/*  =========================================================
cropping
========================================================= */
/* different behavior on different aspect ratios of the screen compared to the image */
@media all {
  .headerImage__videoContainer__video {
    width: 100%;
    height: 100%;
  }
  .headerImage__videoContainer__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .headerImage__videoContainer__video:not(.headerImage--verticalyCropped) > img {
    width: auto;
    height: 100%;
    margin: 0;
    object-fit: cover;
  }
  .headerImage__videoContainer__video.headerImage--verticalyCropped > img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/*  =========================================================
stop button
========================================================= */
@media all {
  .headerImage__videoContainer__button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.25s ease;
    border: 0;
  }
  .headerImage__videoContainer__button .playVideo,
  .headerImage__videoContainer__button .stopVideo {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .headerImage__videoContainer.headerImage__videoContainer--playing .headerImage__videoContainer__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    display: block;
    width: 50px;
    height: 50px;
    border: 3px rgba(255, 255, 255, 0.75) solid;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .headerImage__videoContainer:not(.headerImage__videoContainer--playing) .headerImage__videoContainer__button::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    border-style: solid;
    box-sizing: border-box;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  }
  .headerImage__videoContainer__button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
  }
  .headerImage__videoContainer__button:focus {
    opacity: 1 !important;
  }
  .headerImage__videoContainer.headerImage__videoContainer--playing .headerImage__videoContainer__button .playVideo {
    display: none;
  }
  .headerImage__videoContainer:not(.headerImage__videoContainer--playing) .headerImage__videoContainer__button .stopVideo {
    display: none;
  }
  .-js-headerImage__videoContainer--gui > .headerImage__videoContainer__button {
    opacity: 1;
  }
  .headerImage__videoContainer:not(.-js-headerImage__videoContainer--gui) > .headerImage__videoContainer__button {
    opacity: 0;
  }
  .headerImage__videoContainer__mutebutton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
    cursor: pointer;
    border: 0;
  }
  .headerImage__videoContainer__mutebutton:focus {
    border: 1px solid rgb(var(--color-white));
  }
  .headerImage__videoContainer__mutebutton .speaker {
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .headerImage__videoContainer__mutebutton .speaker .speakerSound {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 11px 0 0 2px;
  }
  .headerImage__videoContainer__mutebutton .speaker .speakerSound::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 14px 10px 15px;
    left: -13px;
    top: 5px;
  }
  .headerImage__videoContainer__mutebutton .speaker .speakerSound::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 0 50px 0 0;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-style: double;
    border-color: #fff;
    border-width: 7px 7px 0 0;
    left: 18px;
    top: 9px;
    transition: all 0.2s ease-out;
  }
  .headerImage__videoContainer__mutebutton .speaker .speakerSound .muted,
  .headerImage__videoContainer__mutebutton .speaker .speakerSound .unmuted {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .headerImage__videoContainer__mutebutton .speaker:hover .speakerSound::before {
    -webkit-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
        -ms-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
            transform: scale(0.8) translate(-3px, 0) rotate(42deg);
  }
  .headerImage__videoContainer.headerImage__videoContainer--muted .headerImage__videoContainer__mutebutton .speaker .speakerSound::before {
    -webkit-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
        -ms-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
            transform: scale(0.5) translate(-15px, 0) rotate(36deg);
    opacity: 0;
  }
  .headerImage__videoContainer.headerImage__videoContainer--muted .headerImage__videoContainer__mutebutton .speaker .unmuted {
    display: none;
  }
  .headerImage__videoContainer:not(.headerImage__videoContainer--muted) .headerImage__videoContainer__mutebutton .speaker .muted {
    display: none;
  }
}
