/*! 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 contentForm
 * @author     lange
 * @since      07.12.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure heading left
icon
button
textarea
font
arrive with car / train
formerror message
if newsletter
if captcha
if contactForm
========================================================== */
/*  =========================================================
general structure heading left
========================================================= */
/*form*/
@media screen {
  fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
  .contentForm__bg {
    padding: 0px 10.71428571%;
    margin: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
  }
  .contentForm__heading--fullsize + .contentForm__bg {
    padding-top: 30px;
  }
  .contentForm__set {
    margin: 0px 10.71428571%;
    padding: 10px;
  }
  .contentForm__set--shade {
    background: rgba(142, 148, 125, 0.2);
  }
}
/*inputfeld*/
@media screen {
  .contentForm__form__inputgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .contentForm__set .contentForm__form__inputgroup:last-of-type {
    margin-bottom: 0;
  }
  .contentForm__form__inputgroup.singleCheckbox {
    position: relative;
    display: block;
  }
  .contentForm__form__inputgroup.singleCheckbox .contentForm__form__inputset + .contentForm__form__inputset:not(.disabled) {
    margin-top: -23px;
  }
  .contentForm__form__inputset {
    margin-bottom: 33px;
    -webkit-flex: 1 1 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 20px;
  }
  .contentForm__set .contentForm__form__inputset {
    margin-bottom: 0;
  }
  .contentForm__form__inputset.disabled > * {
    display: none !important;
  }
  .contentForm__form__inputset:last-of-type {
    margin-right: 0px;
  }
  .contentForm__form [type='date'],
  .contentForm__form [type='email'],
  .contentForm__form [type='text'],
  .contentForm__form select {
    border: none;
    outline: none;
    color: #545454;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    padding-left: 20px;
    width: 100%;
    height: 60px;
  }
  .contentForm__form [type='date']:not(select),
  .contentForm__form [type='email']:not(select),
  .contentForm__form [type='text']:not(select),
  .contentForm__form select:not(select) {
    background: #fff none repeat scroll 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 85px;
    border-bottom: 3px solid #545454;
  }
  .contentForm__form .formerror[type='date']:not(select),
  .contentForm__form .formerror[type='email']:not(select),
  .contentForm__form .formerror[type='text']:not(select),
  .contentForm__form select:not(select) {
    border-color: #d00;
  }
  .captchaField {
    border-bottom: 3px solid #d00;
  }
  .contentForm__form .singleCheckbox [type='checkbox'] {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  .contentForm__form .singleCheckbox [type='checkbox'] + label:not([class*="icon"]) {
    position: relative;
    margin-left: 48px;
  }
  .contentForm__form .singleCheckbox [type='checkbox'] + label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: -28px;
  }
  .contentForm__form .singleCheckbox [type='checkbox']:checked + label:before {
    font-family: icomoon;
    font-size: 15px;
    content: "\e91c";
    color: #fff;
    background-color: #545454;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__form__inputset {
    -webkit-flex: 1 1 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 20px;
  }
  .contentForm__form [type='date']:not(select),
  .contentForm__form [type='email']:not(select),
  .contentForm__form [type='text']:not(select),
  .contentForm__form select:not(select) {
    border-bottom: 2px solid #545454;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__form__inputgroup {
    display: block;
  }
  .contentForm__form__inputset {
    margin-right: 0px;
  }
  .contentForm__form [type='date'],
  .contentForm__form [type='email'],
  .contentForm__form [type='text'],
  .contentForm__form select {
    font-size: 16px;
    height: 50px;
  }
}
/*  =========================================================
icon
========================================================= */
/*input*/
@media screen {
  .contentForm__form input + [class*='icon-'],
  .contentForm__form__selectHelper:before,
  .contentForm__form__inputHelper > label:before,
  .contentForm__form__inputHelper > button:before {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    margin-left: -60px;
    width: 60px;
    background: #545454 none repeat scroll 0 0;
    color: #fdfefa;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contentForm__form label:not([class*='icon']) {
    color: #545454;
    display: block;
    font: 300 22px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 10px 20px;
  }
  .contentForm__form label:not([class*='icon']) > span {
    float: none;
    color: #545454;
    font: 300 14px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 0 10px;
  }
  #contentForm--contact.contentForm label:not([class*='icon']) > span {
    margin: 0 0 0 0;
  }
  .listFilter__offcanvas .contentForm__form label:not([class*='icon']) {
    font-weight: 400;
  }
  .contentForm__form label.formerror:not([class*='icon']) {
    color: #d00;
    font-weight: 500;
  }
  /*dropdown // dropdown icon*/
  .contentForm__form__selectHelper,
  .contentForm__form__inputHelper {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .contentForm__form__selectHelper > select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 15px;
    position: relative;
    border-bottom: 3px solid #545454;
  }
  .contentForm__form__selectHelper > select.formerror {
    border-color: #d00;
  }
  .contentForm__form__selectHelper:before,
  .contentForm__form__inputHelper > label:before {
    content: '\e909';
    font-family: icomoon;
    position: absolute;
    right: 0;
    top: 0;
  }
  .contentForm__form__inputHelper > label {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
  }
  .contentForm__form__inputHelper > label:before {
    display: inline-block;
    font-size: 30px;
    height: 60px;
    width: 60px;
    background: #545454;
    color: #fdfefa;
    line-height: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__form__selectHelper > select {
    border-bottom: 2px solid #545454;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__form label:not([class*='icon']) {
    font-size: 20px;
    margin: 0px 0px 0px 20px;
  }
  .contentForm__form input + [class*='icon-'],
  .contentForm__form__selectHelper:before,
  .contentForm__form__inputHelper > label:before,
  .contentForm__form__inputHelper > button:before {
    height: 50px;
    font-size: 25px;
    line-height: 50px;
  }
}
/*  =========================================================
button
========================================================= */
@media screen {
  .contentForm__form > .ghost-button.ghost-button--grey,
  .contentForm__form > .ghost-button.ghost-button--brown {
    float: right;
    margin: 0px;
  }
  .js #contentForm--sorting > .ghost-button,
  .js #contentForm--filter > .ghost-button {
    display: none;
  }
}
/*  =========================================================
textarea
========================================================= */
@media screen {
  input.default[type='text'],
  textarea.default {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2a3841;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    padding: 20px 0px 0px 20px;
    width: 100%;
    resize: vertical;
    height: 176px;
    border-bottom: 3px solid #545454;
    outline: none;
  }
  input.default.formerror[type='text'],
  textarea.default.formerror {
    border-color: #d00;
  }
}
@media screen and (max-width: 1400px) {
  input.default[type='text'],
  textarea.default {
    border-bottom: 2px solid #545454;
  }
}
/*  =========================================================
font
========================================================= */
@media screen {
  .contentForm__form > fieldset {
    color: #545454;
  }
  .contentForm__form > fieldset h3,
  .contentForm__form > fieldset legend {
    font: 700 40px 'BebasNeue', Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px 0px 40px 0px;
  }
  .contentForm__form > fieldset .ghost-button {
    float: right;
    margin: 30px 0px 0px 0px;
  }
  .contentForm__form > fieldset span {
    float: right;
    font: 400 18px/22px "SourceSansPro", "Arial", "Helvetica", "sans-serif";
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__form > fieldset h3:last-of-type {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__form > fieldset h3,
  .contentForm__form > fieldset legend {
    font-size: 30px;
    margin: 0px 0px 20px 0px;
  }
  .contentForm__form > fieldset span {
    font-size: 16px;
  }
}
/*  =========================================================
arrive with car / train
========================================================= */
@media screen {
  .contentForm__form__inputset.contentForm__form__inputset--arrival {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .contentForm__form__inputset.contentForm__form__inputset--arrival > h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
  .contentForm__form__inputset.contentForm__form__inputset--arrival > label.positionBottom {
    margin-top: 13px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 3px solid #545454;
  }
  .contentForm__form__inputset.contentForm__form__inputset--arrival > label.positionBottom + input {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2 0px;
        -ms-flex: 2 0px;
            flex: 2 0px;
    border-bottom: 3px solid #545454;
  }
  .contentForm__form__inputset.contentForm__form__inputset--arrival > input.arrival {
    padding: 0px 20px 0px 5px;
  }
  .contentForm__form__inputset.contentForm__form__inputset--arrival > [id^="contentForm__form__arriveWithTrain"],
  .contentForm__form__inputset.contentForm__form__inputset--arrival > [id^="contentForm__form__arriveWithCar"],
  .contentForm__form__inputset.contentForm__form__inputset--arrival > [id^="contentForm__form__city"] {
    margin-bottom: 33px;
  }
  .contentForm__form .contentForm__form__inputset.contentForm__form__inputset--arrival label:not([class*='icon']) {
    margin-bottom: 33px;
    margin-left: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__form__inputset.contentForm__form__inputset--arrival > label.positionBottom {
    margin-top: 10px;
  }
  .contentForm__form__inputset.contentForm__form__inputset--arrival > label.positionBottom,
  .contentForm__form__inputset.contentForm__form__inputset--arrival > label.positionBottom + input {
    border-bottom: 2px solid #545454;
  }
}
@media screen and (max-width: 400px) {
  .contentForm__form .contentForm__form__inputset.contentForm__form__inputset--arrival label:not([class*='icon']) {
    padding-left: 5px;
    border-bottom: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}
/*  =========================================================
formerror message
========================================================= */
@media screen {
  .contentForm__form__formerror {
    width: 100%;
    min-height: 60px;
    margin: 0 0 20px 0;
    padding: 18px 20px;
    border-bottom: 3px solid #d00;
    background: #fff;
    color: #545454;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__form__formerror {
    border-bottom-width: 2px;
  }
}
/*  =========================================================
if newsletter
========================================================= */
@media screen {
  .contentForm__form.content__form--newsletter {
    vertical-align: bottom;
  }
  .contentForm__form.content__form--newsletter fieldset:last-of-type .contentForm__form__inputset {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__form.content__form--newsletter fieldset:last-of-type .contentForm__form__inputset {
    margin-bottom: 33px;
  }
}
/*  =========================================================
if captcha
========================================================= */
@media screen {
  .contentForm__form.contentForm__form--captcha {
    padding-bottom: 10px;
  }
  .contentForm__form.contentForm__form--captcha .captchaWrapper {
    position: relative;
    display: block;
    height: 97px;
  }
  .contentForm__form.contentForm__form--captcha .captchaWrapper figure {
    height: 100%;
    width: auto;
    margin: 0!important;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }
  .contentForm__form.contentForm__form--captcha .captchaWrapper figure > img {
    height: 100%;
    width: auto;
    display: block;
  }
  .contentForm__form.contentForm__form--captcha fieldset {
    width: 100%;
  }
  .contentForm__form.contentForm__form--captcha .ghost-button.ghost-button--grey {
    display: block;
    position: relative;
    padding-right: 50px;
  }
  .contentForm__form.contentForm__form--captcha .ghost-button.ghost-button--grey span {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__form.contentForm__form--captcha .captchaWrapper figure > img {
    height: auto;
    width: 100%;
    display: block;
  }
}
/*  =========================================================
if contactForm
========================================================= */
@media screen {
  .contentForm__form.contentForm__form--contactForm {
    text-align: left;
    padding-bottom: 10px;
  }
  #contentForm--newsletter .contentForm__form.content__form--newsletter .captchaWrapper,
  .contentForm__form.contentForm__form--contactForm .captchaWrapper {
    position: relative;
    display: block;
    height: 97px;
    margin-top: 25px;
    padding-bottom: 35px;
  }
  .contentForm__form.contentForm__form--captcha .captchaWrapper {
    padding-bottom: 55px;
  }
  .contentForm__form.contentForm__form--contactForm .captchaWrapper figure {
    height: 100%;
    width: auto;
    margin: 0px !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contentForm__form.contentForm__form--contactForm .captchaWrapper figure > img {
    height: 100%;
    width: auto;
    display: block;
  }
  .contentForm__form.contentForm__form--contactForm fieldset {
    width: 100%;
  }
  .contentForm__form.contentForm__form--contactForm fieldset > textarea {
    resize: vertical;
    width: 100%;
    min-height: 300px;
  }
  .contentForm__form fieldset > textarea {
    width: 100%;
    resize: vertical;
    height: 176px;
    font: 400 18px SourceSansPro, Arial, Helvetica, sans-serif;
    padding: 20px 0 0 20px;
  }
  .contentForm__form.contentForm__form--contactForm fieldset > span {
    float: right;
    margin-top: 10px;
    font: 400 18px/22px "SourceSansPro", "Arial", "Helvetica", "sans-serif";
  }
  .contentForm .additionalCheckbox,
  .contentForm__form.contentForm__form--contactForm .newsletterCheckbox,
  .contentForm__form.contentForm__form--contactForm .interestCheckbox {
    margin-top: 20px;
    position: relative;
    display: block;
  }
  .contentForm .additionalCheckbox > input,
  .contentForm__form.contentForm__form--contactForm .newsletterCheckbox > input,
  .contentForm__form.contentForm__form--contactForm .interestCheckbox > input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  .contentForm .additionalCheckbox > label,
  .contentForm__form.contentForm__form--contactForm .newsletterCheckbox > label,
  .contentForm__form.contentForm__form--contactForm .interestCheckbox > label {
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
    margin: 0px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .contentForm__form .additionalCheckbox > label > span,
  .contentForm__form.contentForm__form--contactForm .newsletterCheckbox > label > span,
  .contentForm__form.contentForm__form--contactForm .interestCheckbox > label > span {
    font: 700 24px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    display: block;
  }
  .contentForm__form .additionalCheckbox > label:before,
  .contentForm__form.contentForm__form--contactForm .newsletterCheckbox > label:before,
  .contentForm__form.contentForm__form--contactForm .interestCheckbox > label:before {
    content: ' ';
    font-family: icomoon;
    position: absolute;
    top: 4px;
    left: 0px;
    font-size: 36px;
    border: 3px solid #545454;
    padding: 2px 0px 2px 4px;
    width: 40px;
    height: 40px;
  }
  .contentForm__form .additionalCheckbox > input:checked + label:before,
  .contentForm__form.contentForm__form--contactForm .newsletterCheckbox > input:checked + label:before,
  .contentForm__form.contentForm__form--contactForm .interestCheckbox > input:checked + label:before {
    content: '\e91c';
  }
  .contentForm__form.contentForm__form--contactForm .interestCheckbox {
    display: inline-block;
    padding-top: 15px;
    width: 49%;
  }
  .contentForm__form.contentForm__form--contactForm .ghost-button.ghost-button--grey {
    display: block;
    position: relative;
    padding-right: 50px;
  }
  .contentForm__form.contentForm__form--contactForm .ghost-button.ghost-button--grey span {
    position: absolute;
    right: 10px;
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__form.contentForm__form--contactForm .captchaWrapper figure > img {
    height: auto;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__form.contentForm__form--contactForm .interestCheckbox {
    width: 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-05-22
 * @version    $$Id$$
 **/
/**

Navigation:
A. 

**/
/*  =========================================================
 =A. 
========================================================= */
@media screen {
  .contentForm__form.contentForm__form--hostBooking {
    position: relative;
  }
  .contentForm__form.contentForm__form--hostBooking > fieldset .ghost-button {
    margin-top: 0;
  }
  .hostBookingSearchToggle--label {
    float: right;
    margin: 0 0 0 20px;
  }
  .hostBookingSearchToggle--input ~ .contentArticle__textArea {
    margin-bottom: 30px;
  }
  .hostBookingSearchToggle--input ~ .contentArticle__textArea p {
    margin-bottom: 0;
  }
  .hostBookingSearchToggle--input:checked ~ article label,
  .hostBookingSearchToggle--input:checked ~ .hostDetailAccordion,
  .hostBookingSearchToggle--input:not(:checked) ~ form {
    display: none;
  }
  .hostBookingSearchToggle--input:checked ~ form,
  .hostBookingSearchToggle--input:not(:checked) ~ .hostDetailAccordion {
    display: 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 contentForm
 * @author     lange
 * @since      07.12.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
title
========================================================== */
/*  =========================================================
general structure 
========================================================= */
@media screen {
  .contentForm__heading,
  .contentForm__heading--fullsize {
    background: #545454;
    padding: 85px 5.95238095%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .contentForm__heading:after,
  .contentForm__heading--fullsize:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #545454;
    border-width: 30px;
    margin-top: -30px;
    z-index: 1;
  }
  .contentForm__heading--fullsize:after {
    left: 48.19711538%;
    margin-top: 0px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
  }
  .contentForm__heading--fullsize.withoutBG {
    background: none;
    padding: 0px 21.42857143%;
  }
  .contentForm__heading--fullsize.withoutBG:after {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__heading {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__heading {
    background: #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .contentForm__heading:after {
    left: 50%;
    margin-left: -30px;
    margin-top: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
  }
  .contentForm__heading--fullsize:after {
    left: 50%;
    margin-left: -30px;
    margin-top: 0px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
  }
}
/*  =========================================================
heading
========================================================= */
@media screen {
  .contentForm__heading,
  .contentForm__heading--fullsize {
    color: #fff;
  }
  .contentForm__heading > h2,
  .contentForm__heading--fullsize > h2 {
    font: 700 70px/70px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
  }
  .contentForm__heading > p,
  .contentForm__heading--fullsize > p {
    color: #ffffff;
    font: 300 22px/35px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
  .contentForm__heading--fullsize > h2 {
    text-align: center;
    display: block;
    vertical-align: none;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__heading > h2 {
    font-size: 40px!important;
    line-height: 40px!important;
    margin: 0 0 18px;
  }
  .contentForm__heading > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
  .contentForm__heading--fullsize > h2 {
    font-size: 40px!important;
    line-height: 40px!important;
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__heading,
  .contentForm__heading--fullsize {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .contentForm__heading > h2,
  .contentForm__heading--fullsize > h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    display: block;
    vertical-align: none;
  }
  .contentForm__heading > p,
  .contentForm__heading--fullsize > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
}
/*  =========================================================
price element
========================================================= */
@media screen {
  .contentForm__heading--fullsize > h2 > span.priceElement {
    font: 700 40px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    display: inline-block;
    border-bottom: 3px solid #8e947d;
    border-top: 3px solid #8e947d;
    margin: 20px 0px 0px 0px;
    position: relative;
  }
  .contentForm__heading--fullsize > h2 > span.priceElement:after {
    width: 100%;
    border-top: 2px solid #8e947d;
    position: absolute;
    top: -8px;
    left: 0px;
    content: " ";
  }
  .contentForm__heading--fullsize > h2 > span.priceElement:before {
    width: 100%;
    border-top: 2px solid #8e947d;
    position: absolute;
    bottom: -8px;
    left: 0px;
    content: " ";
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__heading--fullsize > h2 > span.priceElement {
    font-size: 30px;
  }
}

/**
 * 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-05-23
 * @version    $$Id$$
 **/
/**

Navigation:
A. 

**/
/*  =========================================================
 =A. 
========================================================= */
@media screen {
  .contentForm__form__autocomplete .contentForm__form__inputset {
    position: relative;
  }
  .contentForm__form__autocomplete .contentForm__form__inputset .suggestions {
    background-color: #f8f8f8;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 98px;
    left: 0px;
    z-index: 4;
    width: 100%;
    display: none;
  }
  .contentForm__form__autocomplete .contentForm__form__inputset .suggestions .type-location {
    margin: 0px;
    padding: 0px;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    margin-bottom: 10px;
  }
  .contentForm__form__autocomplete .contentForm__form__inputset .suggestions .type-location > strong {
    font: 600 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    font-style: italic;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__form__autocomplete .contentForm__form__inputset .suggestions {
    position: absolute;
    top: 76px;
    left: 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 contentForm
 * @author     lange
 * @since      09.12.2015
 * @version    $Id$
 **/
/*  =========================================================
heading
========================================================== */
/*  =========================================================
heading
========================================================= */
/*with grey background*/
@media screen {
  .contentForm__heading,
  .contentForm__heading--fullsize {
    color: #fff;
  }
  .contentForm__heading > h2,
  .contentForm__heading--fullsize > h2 {
    font: 700 70px/70px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
  }
  .contentForm__heading > p,
  .contentForm__heading--fullsize > p {
    font: 300 22px/35px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
  .contentForm__heading--fullsize > h2 {
    text-align: center;
    display: block;
    vertical-align: none;
  }
  .contentForm__heading--fullsize.withoutBG {
    color: #545454;
  }
}
@media screen and (max-width: 1400px) {
  .contentForm__heading > h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 18px;
  }
  .contentForm__heading > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 1000px) {
  .contentForm__heading,
  .contentForm__heading--fullsize {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .contentForm__heading > h2,
  .contentForm__heading--fullsize > h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    display: block;
    vertical-align: none;
  }
  .contentForm__heading > p,
  .contentForm__heading--fullsize > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
}
