/*! eifel, Compiled at 2025-06-11 12:41:03 */
/**
 * CT 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 offerTeaser
 * @author     lange
 * @since      27.11.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
figcaption
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .offerTeaser__item__fig {
    aspect-ratio: 1.77922078;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 600px) {
  .offerTeaser__item__fig {
    aspect-ratio: 1.78074866;
  }
}
.offerTeaser__item__fig img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*  =========================================================
picture
========================================================= */
@media screen {
  .offerTeaser__item__fig picture {
    font-size: 0;
    display: block;
    height: 100%;
    width: 100%;
  }
}
/*  =========================================================
figcaption
========================================================= */
@media screen {
  .offerTeaser__item__fig__figcaption {
    font: 500 12px/1em 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
    padding-top: 5px;
    text-align: right;
  }
}

/**
 * CT 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 offerTeaser
 * @author     lange
 * @since      27.11.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .offerTeaser__headline {
    color: #545454;
    font: 700 80px/1em 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 35px 0;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .offerTeaser__headline {
    font: 700 60px/1em 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .offerTeaser__headline {
    font: 700 40px/1em 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 18px 0;
  }
}
/*  =========================================================
height settings
========================================================= */
@media screen {
  .offerTeaser__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 18px;
    margin: 0 -9px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen {
  .offerTeaser__item {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 601px) and (max-width: 1400px) {
  .offerTeaser__item {
    padding: 0 9px;
  }
  .offerTeaser:not(.offerTeaser--double) .offerTeaser__item {
    -ms-flex: calc(33.33333333%) 0 0px;
        flex: calc(33.33333333%) 0 0;
  }
  .offerTeaser.offerTeaser--double .offerTeaser__item {
    -ms-flex: calc(50%) 0 0px;
        flex: calc(50%) 0 0;
  }
}

/**
 * CT 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 offerTeaser
 * @author     lange
 * @since      27.11.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
heading
text
button
========================================================== */
/*  =========================================================
general structure
========================================================= */
/*  =========================================================
heading
========================================================= */
@media screen {
  .offerTeaser__item__text__heading {
    color: #545454;
    font: 700 24px/24px 'BebasNeue', 'Arial', 'Helvetica', 'sans-serif';
    margin: 0 0 5px 0;
  }
}
/*  =========================================================
text
========================================================= */
@media screen {
  .offerTeaser__item__text__container {
    font: 400 16px/22px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
  }
  .offerTeaser__item__text__container:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen {
  .offerTeaser__item__text__container ul,
  .offerTeaser__item__text__container p {
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .offerTeaser__item__text__container ul {
    padding: 0 0 0 25px;
  }
  .offerTeaser__item__text__container ul li::marker {
    font-size: 0.8em;
  }
}
/*  =========================================================
button
========================================================= */
@media screen {
  .offerTeaser__item__text__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 3px;
  }
}
@media screen {
  .offerTeaser__item__text__button .cta-button {
    margin-left: auto;
  }
}
