/*! eifel, Compiled at 2025-06-11 12:41:03 */
/**
 * 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  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage tourInfo
 * @author     lange
 * @since      11.01.2015
 * @version    $Id$
 **/
/*  =========================================================
main structure
font
========================================================== */
/*  =========================================================
main structure
========================================================= */
@media screen {
  .tourInfo__address {
    background: #545454;
    padding: 65px 85px 65px 5.95238095%;
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__address {
    padding-right: 50px;
  }
  .tourInfo__address img {
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .tourInfo__address {
    box-sizing: border-box;
    position: relative;
  }
}
/*  =========================================================
font
========================================================= */
@media screen {
  .tourInfo__address {
    color: #fff;
  }
  .tourInfo__address > h2 {
    font: 700 70px/70px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
  }
  .tourInfo__address > p {
    font: 300 24px/35px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .tourInfo__address > p strong {
    font-weight: 500;
    font-style: italic;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__address {
    color: #fff;
  }
  .tourInfo__address > h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 18px;
  }
  .tourInfo__address > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
}

/**
 * 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  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage tourInfo
 * @author     lange
 * @since      11.01.2015
 * @version    $Id$
 **/
/*  =========================================================
main structure
font
========================================================== */
/*  =========================================================
main structure
========================================================= */
@media screen {
  .tourInfo__arrive {
    background: #fff;
    padding: 65px 85px 65px 5.95238095%;
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__arrive {
    padding-right: 50px;
  }
  .tourInfo__arrive img {
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .tourInfo__arrive {
    box-sizing: border-box;
    position: relative;
  }
}
/*  =========================================================
font
========================================================= */
@media screen {
  .tourInfo__arrive {
    color: #545454;
  }
  .tourInfo__arrive > h3 {
    font: 700 35px/35px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
  }
  .tourInfo__arrive > p {
    font: 300 20px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .tourInfo__arrive > p strong {
    font-weight: 500;
    text-transform: uppercase;
  }
  .tourInfo__arrive > ol,
  .tourInfo__arrive > ul {
    counter-reset: section;
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  .tourInfo__arrive > ol li,
  .tourInfo__arrive > ul li {
    font: 300 20px/30px 'SourceSansPro', 'Arial', 'Helvetica', 'sans-serif';
    padding-left: 30px;
    margin: 0 0 10px 0;
  }
  .tourInfo__arrive > ol li::before {
    display: inline-block;
    width: 20px;
    margin: 0 10px 0 -30px;
    color: #737865;
    font: 500 20px/30px 'SourceSansPro', 'Arial', 'Helvetica', 'sans-serif';
    text-align: right;
    counter-increment: section;
    content: counters(section, ".") ". ";
  }
  .tourInfo__arrive > ul li::before {
    font-family: 'icomoon';
    content: '\e91a   ';
    vertical-align: bottom;
    margin-left: -30px;
    color: #737865;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__arrive > h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 18px;
  }
  .tourInfo__arrive > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
  .tourInfo__arrive > ol li,
  .tourInfo__arrive > ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

/**
 * 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  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage tourInfo
 * @author     lange
 * @since      11.01.2015
 * @version    $Id$
 **/
/*  =========================================================
main structure
font
========================================================== */
/*  =========================================================
main structure
========================================================= */
@media screen {
  .tourInfo__characteristics {
    background: #737865;
    padding: 65px 85px 65px 5.95238095%;
    box-sizing: border-box;
    position: relative;
  }
  .tourInfo__characteristics ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  .tourInfo__characteristics ul li {
    font: 500 20px/30px "SourceSansPro", "Arial", "Helvetica", "sans-serif";
    margin: 0 0 20px;
    padding: 0 20px 0 30px;
    text-transform: uppercase;
  }
  .tourInfo__characteristics ul li::before {
    color: #fff;
    content: " ";
    font-family: "icomoon";
    margin-left: -30px;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__characteristics {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .tourInfo__characteristics {
    box-sizing: border-box;
    position: relative;
  }
}
/*  =========================================================
font
========================================================= */
@media screen {
  .tourInfo__characteristics {
    color: #fff;
  }
  .tourInfo__characteristics > h3 {
    font: 700 35px/35px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
  }
}

/**
 * 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  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage tourInfo
 * @author     lange
 * @since      12.01.2015
 * @version    $Id$
 **/
/*  =========================================================
main structure
font
========================================================== */
/*  =========================================================
main structure
========================================================= */
@media screen {
  .tourInfo__heightProfil {
    background: #fff;
    padding: 65px 85px 65px 5.95238095%;
    box-sizing: border-box;
    position: relative;
  }
  .tourInfo__heightProfil__container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 215px;
  }
  #tourInfo__heightProfil {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__heightProfil {
    padding-right: 50px;
  }
  .tourInfo__heightProfil img {
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .tourInfo__heightProfil {
    box-sizing: border-box;
    position: relative;
  }
}
/*  =========================================================
font
========================================================= */
@media screen {
  .tourInfo__heightProfil {
    color: #545454;
  }
  .tourInfo__heightProfil > h3 {
    font: 700 35px/35px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
  }
  .tourInfo__heightProfil > p {
    font: 300 20px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .tourInfo__heightProfil > p strong {
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__heightProfil > h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 18px;
  }
  .tourInfo__heightProfil > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
}

/**
 * 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  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage tourInfo
 * @author     lange
 * @since      11.01.2015
 * @version    $Id$
 **/
/*  =========================================================
main structure
font
========================================================== */
/*  =========================================================
main structure
========================================================= */
@media screen {
  .tourInfo__route {
    background: #545454;
    padding: 65px 85px 65px 5.95238095%;
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__route {
    padding-right: 50px;
  }
  .tourInfo__route img {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .tourInfo__route {
    background: #545454;
    box-sizing: border-box;
    position: relative;
  }
}
/*  =========================================================
font
========================================================= */
@media screen {
  .tourInfo__route {
    color: #fff;
  }
  .tourInfo__route > h2 {
    font: 700 70px/70px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
  }
  .tourInfo__route > p {
    font: 300 20px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
  }
  .tourInfo__route > p strong {
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) {
  .tourInfo__route {
    color: #fff;
  }
  .tourInfo__route > h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 18px;
  }
  .tourInfo__route > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
}
