/*! eifel, Compiled at 2021-09-27 14:19:28 */
/**
 * 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 heroImage
 * @author     bruetsch
 * @since      30.11.2015
 * @version    $Id$
 **/
/*  =========================================================
main config
highlightModule__infoArea
highlightModule verticaly cropped
========================================================== */
/*  =========================================================
main config
========================================================== */
@media screen {
  .hightlightModule__closed {
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .hightlightModule__container {
    position: relative;
  }
  .hightlightModule__opener {
    position: fixed;
    top: 0px;
    left: -20px;
    opacity: 0;
  }
  .hightlightModule__opener:checked + .highlightModule__wrapper {
    right: 0;
  }
  .highlightModule__wrapper {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  .highlightModule__wrapper .highlightModule {
    background-color: #f8f8f8;
    display: block;
    position: relative;
    height: 100vh;
  }
  .highlightModule__wrapper .highlightModule .hightlightModule__closer {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #545454;
    color: #f8f8f8;
    font-size: 24px;
    padding: 18px 28px;
    z-index: 1;
    cursor: pointer;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__imageContainer {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__imageContainer:after {
    right: 0%;
    top: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f8f8f8;
    border-width: 30px;
    margin-top: -30px;
  }
  .objectfit .highlightModule__wrapper .highlightModule .highlightModule__imageContainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .no-objectfit .highlightModule__wrapper .highlightModule .highlightModule__imageContainer {
    background-size: cover;
    background-position: center;
  }
  .no-objectfit .highlightModule__wrapper .highlightModule .highlightModule__imageContainer img {
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .highlightModule__wrapper .highlightModule .highlightModule__imageContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    overflow: hidden;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__imageContainer:after {
    display: none;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea {
    display: inline-block;
    position: relative;
    height: 100%;
    overflow-y: scroll;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    margin-top: 300px;
    background-color: #f8f8f8;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea {
    height: 100%;
    padding: 50px 20px 0px 20px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea h2 {
    font: 700 40px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 35px 0px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p {
    font: 400 18px 'SourceSansPro', Helvetica, Arial, sans-serif;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p > .buttonWrapper {
    margin-top: 35px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p > .buttonWrapper .ghost-button {
    border: 2px solid #545454;
  }
  .highlightModule__wrapper .highlightModule .linkArea {
    height: 180px;
    width: 100%;
    position: relative;
    bottom: static;
    right: static;
    overflow: hidden;
    padding: 20px 100px 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .linkArea .whiteShadeImage img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .highlightModule__wrapper .highlightModule .linkArea p {
    position: relative;
    color: #545454;
    font: 300 20px 'SourceSansPro', Helvetica, Arial, sans-serif;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .linkArea p:first-of-type {
    display: block;
  }
  .highlightModule__wrapper .highlightModule .linkArea p:last-of-type {
    font: 700 28px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .highlightModule__wrapper .highlightModule .linkArea label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #545454;
    display: block;
    cursor: pointer;
  }
  .highlightModule__wrapper .highlightModule .linkArea label:before {
    font-family: icomoon;
    font-size: 48px;
    content: "\e907";
    position: absolute;
    bottom: 30px;
    right: 40px;
  }
}
/*  =========================================================
highlightModule__infoArea
========================================================== */
@media screen {
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea {
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper {
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 250px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea {
    color: #545454;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 9.52380952% 100px 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea h2 {
    font: 700 48px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 35px 0px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p {
    font: 400 18px 'SourceSansPro', Helvetica, Arial, sans-serif;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p.halfSized {
    width: 50%;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea .buttonWrapper {
    display: block;
    margin-top: 80px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea .buttonWrapper .ghost-button {
    border: 3px solid #545454;
    color: #545454;
    text-decoration: none;
    display: block;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea .buttonWrapper .ghost-button span {
    color: #545454;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea .highlightModule_map {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper {
    padding-bottom: 200px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea {
    color: #545454;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 9.52380952% 100px 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea h2 {
    font: 700 48px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 35px 0px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p {
    font: 400 18px 'SourceSansPro', Helvetica, Arial, sans-serif;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p.halfSized {
    width: 100%;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea .highlightModule_map {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea {
    display: inline-block;
    position: relative;
    height: 100%;
    overflow-y: auto;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    margin-top: 300px;
    background-color: #f8f8f8;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea {
    height: 100%;
    padding: 50px 20px 0px 20px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea h2 {
    font: 700 40px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 35px 0px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p {
    font: 400 18px 'SourceSansPro', Helvetica, Arial, sans-serif;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p > .buttonWrapper {
    margin-top: 35px;
  }
  .highlightModule__wrapper .highlightModule .highlightModule__infoArea .highlightModule__infoArea__textAreaWrapper .highlightModule__infoArea__textArea p > .buttonWrapper .ghost-button {
    border: 2px solid #545454;
  }
}
/*  =========================================================
linkArea
========================================================== */
@media screen {
  .highlightModule__wrapper .highlightModule .linkArea {
    height: 250px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    padding: 40px 285px 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .linkArea .whiteShadeImage {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .highlightModule__wrapper .highlightModule .linkArea .whiteShadeImage:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .highlightModule__wrapper .highlightModule .linkArea .whiteShadeImage img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .highlightModule__wrapper .highlightModule .linkArea p {
    position: relative;
    color: #545454;
    font: 300 24px 'SourceSansPro', Helvetica, Arial, sans-serif;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .linkArea p:first-of-type {
    display: block;
  }
  .highlightModule__wrapper .highlightModule .linkArea p:last-of-type {
    font: 700 48px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .highlightModule__wrapper .highlightModule .linkArea label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #545454;
    display: block;
    cursor: pointer;
  }
  .highlightModule__wrapper .highlightModule .linkArea label:before {
    font-family: icomoon;
    font-size: 48px;
    content: "\e907";
    position: absolute;
    bottom: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .highlightModule__wrapper .highlightModule .linkArea {
    height: 200px;
    width: 100%;
    padding: 40px 100px 0px 30px;
  }
  .highlightModule__wrapper .highlightModule .linkArea p {
    font: 300 20px 'SourceSansPro', Helvetica, Arial, sans-serif;
  }
  .highlightModule__wrapper .highlightModule .linkArea p:last-of-type {
    font: 700 36px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1000px) {
  .highlightModule__wrapper .highlightModule .linkArea {
    height: 180px;
    width: 100%;
    position: relative;
    bottom: static;
    right: static;
    overflow: hidden;
    padding: 20px 100px 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .linkArea .whiteShadeImage img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .highlightModule__wrapper .highlightModule .linkArea p {
    position: relative;
    color: #545454;
    font: 300 20px 'SourceSansPro', Helvetica, Arial, sans-serif;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
  }
  .highlightModule__wrapper .highlightModule .linkArea p:first-of-type {
    display: block;
  }
  .highlightModule__wrapper .highlightModule .linkArea p:last-of-type {
    font: 700 28px 'BebasNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .highlightModule__wrapper .highlightModule .linkArea label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #545454;
    display: block;
    cursor: pointer;
  }
  .highlightModule__wrapper .highlightModule .linkArea label:before {
    font-family: icomoon;
    font-size: 48px;
    content: "\e907";
    position: absolute;
    bottom: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 630px) {
  .highlightModule__wrapper .highlightModule .linkArea .whiteShadeImage img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*  =========================================================
highlightModule verticaly cropped
========================================================= */
@media screen {
  .hightlight--verticalyCropped picture > img {
    width: 100%!important;
    height: auto!important;
  }
}
