/*! eifel, Compiled at 2024-08-07 10:55:55 */
/**
 * 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  2022 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage cookieReminder
 * @author     schoening
 * @since      12.01.2023
 * @version    $Id$
 **/
/*  =========================================================

/*  =========================================================
	basic config
========================================================= */
/**
 * 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  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A.

**/
/*  =========================================================
 =A.
========================================================= */
/**
 * 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  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A.

**/
/*  =========================================================
 =A.
========================================================= */
/**
 * 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  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A. Breakpoints
B. Mediaqueries

**/
/*  =========================================================
 =A. Breakpoints
========================================================= */
/*  =========================================================
 =B. Mediaqueries
========================================================= */
/*  =========================================================
	general structure setup
========================================================= */
@media screen {
  .cookiebotReminder {
    font: 300 normal 20px/30px 'SourceSansPro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    z-index: 21;
    background-color: #f2f2f2;
    position: absolute;
    color: #303030;
  }
  .cookiebotReminder__center {
    text-align: center;
    margin: 15%;
  }
  .cookiebotReminder__center a {
    text-underline-position: under;
  }
  .cookiebotReminder.cookiebotReminderVideo {
    padding: 0;
    margin: 0;
    position: relative;
  }
  .cookiebotReminderVideoContainer {
    padding: 0 !important;
    background-color: #f2f2f2 !important;
    width: 65vw;
  }
  .videoTeaser {
    height: 100%;
    overflow: hidden;
  }
  .videoTeaser iframe {
    height: 100%;
    width: 65vw;
  }
  .cookiebotReminderWebcam,
  .cookiebotReminderTextVideo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cookiebotReminderHeroimageStage .cookiebotReminder__center {
    margin: 20%;
  }
  .tourList .tourList__list .tourList__list__map .cookiebotReminderTourMap a {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
  }
  .cookiebotReminderFullscreenMap,
  .cookiebotReminderTourMap,
  .cookiebotReminderStaticMap {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 10px;
    margin: 0;
  }
}
