/*! eifel, Compiled at 2025-06-11 12:41:03 */
/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * 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     lange
 * @since      01.12.2015
 * @version    $Id$
 **/
/*  =========================================================
main structure
image area
figcaption - overall style
figcaption - text area
figcaption - map area
========================================================== */
/*  =========================================================
main structure
========================================================= */
@media screen {
  main > [data-module="gallery"] + [data-module="story"] {
    margin-top: -170px;
  }
}
@media screen and (max-width: 1000px) {
  main > [data-module="gallery"] + [data-module="story"] {
    margin-top: -150px;
  }
}
@media screen and (max-width: 900px) {
  main > [data-module="gallery"] + [data-module="story"] {
    margin-top: -90px;
  }
}
@media screen and (min-width: 601px) {
  .headerImage--storymodul {
    min-height: 100vh;
  }
}
/*  =========================================================
image area
========================================================= */
/* image styling */
@media screen {
  .headerImage--storymodul > .storyText__imageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .parallaxElement .headerImage--storymodul > .storyText__imageWrapper {
    position: fixed;
  }
  .headerImage--storymodul > .storyText__imageWrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .headerImage--storymodul > .storyText__imageWrapper.noSoftImage::after {
    background-color: transparent;
  }
  .headerImage--storymodul > .storyText__imageWrapper > .storyText__imageContainer {
    height: 100%;
    width: auto;
    position: relative;
    text-align: center;
  }
  .headerImage--storymodul > .storyText__imageWrapper > .storyText__imageContainer > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .headerImage--storymodul > .storyText__imageWrapper > .storyText__imageContainer > picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    width: auto;
    height: auto;
    aspect-ratio: auto;
  }
}
/*  =========================================================
figcaption - overall style
========================================================= */
@media screen {
  .storyText {
    position: relative;
  }
  .storyText__figcaption--storymodul {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  .storyText__figcaption--storymodul.textRight > .storyText__infoArea {
    overflow: hidden;
    word-break: break-word;
    width: 35%;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    right: -55%;
  }
  .storyText__figcaption--storymodul.textLeft > .storyText__infoArea {
    overflow: hidden;
    word-break: break-word;
    width: 35%;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    left: 0;
  }
  .storyText__figcaption--storymodul > .storyText__infoArea {
    /* headline */
  }
  .storyText__figcaption--storymodul > .storyText__infoArea > h2 {
    font: 700 40px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
    padding: 25px 0 0 0;
  }
  .storyText__figcaption--storymodul > .storyText__infoArea > h3 {
    font: 700 30px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 5px 5px 5px 0;
    color: #545454;
  }
}
@media screen and (min-width: 601px) {
  .storyText__figcaption--storymodul {
    padding: 400px 50px 50px 50px;
  }
}
@media screen and (max-width: 1500px) {
  .storyText__figcaption--storymodul.textRight > .storyText__infoArea {
    width: 45%;
    right: -40%;
  }
}
@media screen and (max-width: 1200px) {
  .storyText__figcaption--storymodul.textRight > .storyText__infoArea {
    width: 45%;
    right: -40%;
  }
}
@media screen and (max-width: 600px) {
  .storyText__figcaption--storymodul {
    padding: 110px 90px 50px 30px;
  }
  .storyText__figcaption--storymodul.textRight > .storyText__infoArea,
  .storyText__figcaption--storymodul.textLeft > .storyText__infoArea {
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  .storyText__figcaption--storymodul {
    padding: 110px 30px 50px 30px;
  }
}
@media screen and (min-width: 601px) {
  .storyText__figcaption--storymodul > .storyText__infoArea {
    padding: 0 0 0 2.952381%;
  }
}
@media screen and (max-width: 600px) {
  .storyText__figcaption--storymodul > .storyText__infoArea {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1401px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > h2 {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 1400px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > h2 {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 1399px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > h2 {
    font-size: 40px;
  }
}
/*  =========================================================
figcaption - text area
========================================================= */
@media screen {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__textArea {
    padding-bottom: 15px;
  }
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__textArea > p {
    font: 400 24px/1.25em 'SourceSans', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
  }
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__textArea.onlyText {
    padding: 50px 45px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__textArea {
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__textArea {
    display: table-cell;
    vertical-align: top;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1401px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__textArea > p {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 1400px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__textArea > p {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
}
/*  =========================================================
figcaption - map area
========================================================= */
@media screen {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__mapArea {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 1001px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__mapArea > .storyText__infoArea__mapArea__map {
    width: 362px;
    height: 431px;
  }
}
@media screen and (max-width: 1000px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__mapArea > .storyText__infoArea__mapArea__map {
    width: 217.2px;
    height: 258.6px;
  }
}
@media screen and (max-width: 600px) {
  .storyText__figcaption--storymodul > .storyText__infoArea > .storyText__infoArea__mapArea > .storyText__infoArea__mapArea__map {
    display: none;
  }
}
