/*! 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 pageHeader
 * @author     lange
 * @since      23.11.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
fonts
ghost button
========================================================= */
/*  =========================================================
general structure
========================================================== */
@media screen {
  #pageFooter__contactArea {
    background-color: #8e947d;
    padding-left: 5.95238%;
    padding-right: 5.95238%;
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__contactArea {
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__contactArea {
    background-color: #8e947d;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
/*  =========================================================
fonts
========================================================== */
@media screen {
  #pageFooter__contactArea > h3 {
    font-family: 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 65px;
    color: #fff;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
  #pageFooter__contactArea > p {
    font-family: 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__contactArea > h3 {
    font-size: 40px;
    line-height: 40px;
    color: #545454;
    margin: 0px 0px 18px 0px;
    padding: 0px;
  }
  #pageFooter__contactArea > p {
    font-size: 18px;
    line-height: 22px;
    color: #545454;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__contactArea > h3,
  #pageFooter__contactArea > p,
  #pageFooter__contactArea > #pageFooter__contactArea__links > .ghost-button > span {
    color: #fff;
  }
  #pageFooter__contactArea #pageFooter__contactArea > #pageFooter__contactArea__links > .ghost-button {
    color: #fff;
    border: 2px solid #fff;
    float: none;
  }
}
/*  =========================================================
ghost button
========================================================== */
@media screen and (max-width: 1400px) {
  #pageFooter__contactArea > #pageFooter__contactArea__links > .ghost-button {
    color: #545454;
    border: 2px solid #545454;
  }
  #pageFooter__contactArea > #pageFooter__contactArea__links > .ghost-button > span {
    color: #545454;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__contactArea > #pageFooter__contactArea__links > .ghost-button {
    color: #fff;
    border: 2px solid #fff;
    float: none;
  }
  #pageFooter__contactArea > #pageFooter__contactArea__links > .ghost-button > span {
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  #pageFooter__contactArea > #pageFooter__contactArea__links > .ghost-button {
    display: inline-block;
  }
}

/**
 * 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 pageHeader
 * @author     lange
 * @since      23.11.2015
 * @version    $Id$
 **/
/*  =========================================================

========================================================== */

/**
 * 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 pageHeader
 * @author     lange
 * @since      24.11.2015
 * @version    $Id$
 **/
/*  =========================================================
navi
language
copyright
========================================================= */
/*  =========================================================
navi
========================================================== */
@media screen {
  #pageFooter__meta {
    background-color: #8e947d;
    position: relative;
    padding-left: 5.95238%;
    padding-right: 5.95238%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #pageFooter__meta #pageFooter__meta__nav {
    width: 100%;
    padding-right: 230px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -230px;
    vertical-align: top;
  }
  #pageFooter__meta #pageFooter__meta__nav a {
    font: 300 20px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    display: inline-block;
  }
  #pageFooter__meta #pageFooter__meta__nav a:last-of-type {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__meta > #pageFooter__meta__nav > a {
    font-size: 18px;
    line-height: 18px;
    margin-right: 18px;
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__meta #pageFooter__meta__nav {
    text-align: center;
    width: 100%;
    padding-right: 0px;
  }
  #pageFooter__meta > #pageFooter__meta__nav > a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #pageFooter__meta {
    padding: 40px 20px;
  }
}
/*  =========================================================
language
========================================================== */
@media screen {
  #pageFooter__meta__language ul {
    color: #fff;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: right;
    width: 100%;
  }
  #pageFooter__meta__language ul li {
    font: 300 20px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    float: none;
  }
  #pageFooter__meta__language ul li:not(:last-of-type):after {
    content: "|";
    margin: 0px 5px;
  }
  #pageFooter__meta__language li a {
    text-decoration: none;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__meta__language li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  #pageFooter__meta__language {
    display: inline-block;
    width: 230px;
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__meta__language {
    display: inline-block;
    float: none;
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
  #pageFooter__meta__language ul {
    position: relative;
    float: left;
    left: 50%;
    width: auto;
  }
  #pageFooter__meta__language li {
    position: relative;
    float: left;
    right: 50%;
  }
}
/*  =========================================================
copyright
========================================================== */
@media screen {
  #pageFooter__meta__copyright {
    float: left;
    width: 100%;
  }
  #pageFooter__meta__copyright > p {
    font: 400 14px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    color: #fff;
    margin: 10px 0px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__meta__copyright > p {
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__meta__copyright {
    text-align: center;
  }
}

/**
 * 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 pageHeader
 * @author     lange
 * @since      23.11.2015
 * @version    $Id$
 **/
/*  =========================================================
logoArea
group of logos
========================================================= */
/*  =========================================================
logoArea
========================================================== */
@media screen {
  #pageFooter__logoArea {
    background-color: #fff;
    padding-left: 5.95238%;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__logoArea {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__logoArea {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
/*  =========================================================
group of logos
========================================================== */
@media screen {
  #pageFooter__logoArea__groupOfLogos {
    display: inline-block;
    vertical-align: middle;
  }
  #pageFooter__logoArea__groupOfLogos img {
    margin: 10px 15px 0px 0px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__logoArea__groupOfLogos img {
    margin: 0px 21px 0px 0px;
  }
}

/**
 * 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 pageHeader
 * @author     lange
 * @since      23.11.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
fonts
input
ghost button
========================================================= */
/*  =========================================================
general structure
========================================================== */
@media screen {
  #pageFooter__newsletterArea {
    background-color: #fff;
    padding-left: 5.95238%;
    padding-right: 5.95238%;
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__newsletterArea {
    background-color: #8e947d;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__newsletterArea {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
/*  =========================================================
fonts
========================================================== */
@media screen {
  #pageFooter__newsletterArea > h3 {
    font-family: 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 65px;
    color: #545454;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
  #pageFooter__newsletterArea > p {
    font-family: 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #545454;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__newsletterArea > h3 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin: 0px 0px 18px 0px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__newsletterArea > h3 {
    color: #545454;
  }
  #pageFooter__newsletterArea .ghost-button {
    float: none;
    color: #545454;
    border-color: #545454;
  }
  #pageFooter__newsletterArea > p {
    color: #545454;
  }
}
/*  =========================================================
input
========================================================== */
@media screen {
  .pageFooter__newsletterArea__form__inputset {
    margin-bottom: 50px;
    position: relative;
  }
  #pageFooter__newsletterArea__form label {
    color: #545454;
    display: block;
    font: 300 22px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 11px 22px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #pageFooter__newsletterArea__form [type="text"],
  #pageFooter__newsletterArea__form [type="email"] {
    background: none;
    border: none;
    outline: none;
    border-bottom: 3px solid #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8e947d;
    font: 300 22px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    padding-left: 180px;
    width: 100%;
  }
  #pageFooter__newsletterArea__form [type="text"] {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .pageFooter__newsletterArea__form__inputset {
    margin-bottom: 20px;
  }
  #pageFooter__newsletterArea__form label {
    color: #fff;
    font: 400 14px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0px;
  }
  #pageFooter__newsletterArea__form [type="text"],
  #pageFooter__newsletterArea__form [type="email"] {
    border-bottom: 2px solid #fff;
    color: #fff;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    padding-left: 95px;
    margin-bottom: 10px;
  }
  #pageFooter__newsletterArea__form [type="text"] {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pageFooter__newsletterArea__form__inputset {
    margin-bottom: 20px;
  }
  #pageFooter__newsletterArea__form label {
    color: #545454;
  }
  #pageFooter__newsletterArea__form [type="text"],
  #pageFooter__newsletterArea__form [type="email"] {
    border-bottom: 2px solid #545454;
    color: #545454;
  }
}
/*  =========================================================
ghost button
========================================================== */
/* positioning fix */
@media screen and (min-width: 1001px) {
  #pageFooter__newsletterArea .ghost-button {
    margin-top: 20px;
    float: right;
    color: #545454;
    border-color: #545454;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__newsletterArea .ghost-button {
    float: none;
    color: #fff;
    border-color: #fff;
  }
  #pageFooter__newsletterArea > p {
    color: #fff;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__newsletterArea .ghost-button {
    float: none;
    color: #545454;
    border-color: #545454;
  }
  #pageFooter__newsletterArea > p {
    color: #545454;
  }
}

/**
 * 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  2020 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Sauer <sauer@infomax-it.de>
 * @since      2020-07-22
 */
/**
/*  =========================================================
general structure
parallax states
========================================================= */
/*  =========================================================
general structure

========================================================= */
/*  =========================================================
parallax states
========================================================= */
#pageFooter.parallaxElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 666ms ease;
  transition: all 666ms ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#pageFooter.parallaxElement--prev {
  z-index: 10;
  opacity: 0;
}
#pageFooter.parallaxElement--current {
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
}
#pageFooter.parallaxElement--next {
  display: block;
  z-index: 30;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

/**
 * 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 pageHeader
 * @author     lange
 * @since      23.11.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
fonts
social icons
========================================================= */
/*  =========================================================
general structure
========================================================== */
@media screen {
  #pageFooter__sm {
    background-color: #545454;
    padding-left: 5.95238%;
    padding-right: 5.95238%;
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__sm {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__sm {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
/*  =========================================================
fonts
========================================================== */
@media screen {
  #pageFooter__sm > h3 {
    font-family: 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 65px;
    color: #fff;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__sm > h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 18px 0px;
  }
}
/*  =========================================================
social icons
========================================================== */
@media screen {
  #pageFooter__sm > .pageFooter__sm__group > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 65px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 0px 50px 23px 0px;
  }
  #pageFooter__sm a > .pageFooter__sm__link__text {
    display: block;
    color: #fff;
    font: 400 14px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    text-align: center;
  }
  .pageFooter__sm__icon {
    font-size: 60px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
@media screen and (max-width: 1680px) {
  #pageFooter__sm > .pageFooter__sm__group > a {
    margin: 0px 26px 23px 0px;
  }
}
@media screen and (max-width: 1400px) {
  #pageFooter__sm > .pageFooter__sm__group > a {
    width: 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 0px 20px 23px 0px;
  }
  #pageFooter__sm > .pageFooter__sm__group > a > .pageFooter__sm__link__text {
    font-size: 11px;
  }
  .pageFooter__sm__icon {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #pageFooter__sm > .pageFooter__sm__group > a {
    margin: 0px 26px 0px 0px;
  }
  #pageFooter__sm > .pageFooter__sm__group > a:last-of-type {
    margin: 10px 20px 23px 0px;
  }
}
