/*! eifel, Compiled at 2020-09-01 11:26:57 */
/**
 * 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 imageGallery
 * @author     lange
 * @since      02.12.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
dots
height settings
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .imageGallery__imageContainer {
    position: relative;
    overflow: hidden;
  }
  .imageGallery__imageContainer img {
    width: auto;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }
  .imageGallery__imageContainer > .imageGallery__links {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .imageGallery__row {
    margin: 0px!important;
  }
}
@media screen and (max-width: 1000px) {
  .imageGallery {
    width: 100%;
    overflow-x: hidden;
  }
  .imageGallery .imageGallery__row {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
  .imageGallery > .h-wrapper {
    height: 0px;
    padding-bottom: 85.53571429%;
    position: relative;
    width: 100%;
  }
  .imageGallery__imageContainer > picture {
    pointer-events: none;
  }
  .imageGallery__imageContainer > .imageGallery__links > .mfp-image {
    display: none;
  }
}
/*  =========================================================
dots
========================================================= */
@media screen and (max-width: 1000px) {
  .imageGallery > .imageGallery__dotArea {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .imageGallery > .imageGallery__dotArea > [type='radio'] {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  .imageGallery > .imageGallery__dotArea > label {
    margin: 0px 15px 0px 0px;
    background-color: #dddddd;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px rgba(84, 84, 84, 0.5);
    box-shadow: 2px 2px 4px rgba(84, 84, 84, 0.5);
  }
  .imageGallery > .imageGallery__dotArea > label:hover {
    background-color: #8e947d;
  }
  .imageGallery > .imageGallery__dotArea > [type='radio']:checked + label {
    background-color: #8e947d;
  }
}
@media screen and (min-width: 1001px) {
  .imageGallery > .imageGallery__dotArea {
    display: none;
  }
}
/*  =========================================================
height settings
========================================================= */
@media screen and (min-width: 1401px) {
  .imageGallery__imageContainer {
    height: 0px;
    padding-bottom: 28.51190476%;
    position: relative;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .imageGallery__imageContainer {
    height: 0px;
    padding-bottom: 42.76785714%;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .imageGallery__imageContainer {
    height: 100%;
  }
}

/**
 * Eifel
 *
 * 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     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2016-02-10
 * @version    $$Id$$
 **/
/**

Navigation:
A. 

**/
/*  =========================================================
 =A. 
========================================================= */
@media screen {
  .mfp-close,
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close,
  button.mfp-arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: rgba(11, 11, 11, 0.75);
    opacity: 1;
    cursor: pointer !important;
  }
  .mfp-close:before,
  button.mfp-arrow:before {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: icomoon;
  }
  .mfp-close,
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    top: 10px;
    right: 10px;
  }
  .mfp-close:before {
    content: "\e905";
  }
  button.mfp-arrow,
  .mfp-arrow:active {
    margin-top: -25px;
  }
  button.mfp-arrow:after {
    display: none;
  }
  button.mfp-arrow:before {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
  }
  button.mfp-arrow-left {
    left: 10px;
  }
  button.mfp-arrow-left:before {
    content: "\e908";
  }
  button.mfp-arrow-right {
    right: 10px;
  }
  button.mfp-arrow-right:before {
    content: "\e907";
  }
  .mfp-bottom-bar {
    height: 30px;
    margin-top: -70px;
    background: rgba(11, 11, 11, 0.75);
    font: 300 14px/30px 'SourceSansPro', Helvetica, Arial, sans-serif;
  }
  .mfp-title {
    height: 30px;
    overflow: hidden;
    padding: 0 50px 0 10px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mfp-counter {
    height: 30px;
    overflow: hidden;
    padding: 0 10px 0 0;
    line-height: 30px;
  }
}

/**
 * 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 simpleImageGallery
 * @author     lange
 * @since      14.04.2016
 * @version    $Id$
 **/
/*  =========================================================
general structure
height settings
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .simpleImageGallery {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 50px;
  }
  .simpleImageGallery__row {
    display: block;
    overflow-y: hidden;
  }
}
/*  =========================================================
media gallery element
========================================================= */
@media screen {
  .simpleImageGallery__element {
    width: 33.33333%;
    height: 100%;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .simpleImageGallery__element > picture {
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    height: 0px;
    padding-bottom: 84.50292398%;
    position: relative;
  }
  .simpleImageGallery__element[style] > picture {
    display: block;
  }
  .simpleImageGallery__element > picture > img {
    width: 100%;
    height: auto;
    display: block;
  }
  .simpleImageGallery__element[style] > picture > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .simpleImageGallery__element > .imageGallery__links {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .simpleImageGallery__element {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .simpleImageGallery__element {
    width: 100%;
  }
  .simpleImageGallery__element > .imageGallery__links {
    display: none;
  }
}
/*  =========================================================
control settings
========================================================= */
@media screen {
  .simpleInlineSlider__arrowLeft,
  .simpleInlineSlider__arrowRight {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff;
    text-decoration: none;
  }
  .simpleInlineSlider__arrowLeft > span,
  .simpleInlineSlider__arrowRight > span {
    background-color: #8e947d;
  }
  .simpleInlineSlider__arrowLeft {
    left: 0;
  }
  .simpleInlineSlider__arrowRight {
    right: 0;
  }
}
@media screen and (min-width: 1001px) {
  .simpleInlineSlider__arrowLeft > span,
  .simpleInlineSlider__arrowRight > span {
    font-size: 35px;
    padding: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .simpleInlineSlider__arrowLeft > span,
  .simpleInlineSlider__arrowRight > span {
    font-size: 35px;
    padding: 10px;
  }
}
