/*! , Compiled at 2025-09-26 10:40:09 */
/**
 * Rheinhessen Portal 2014
 *
 * 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  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage accordion styles
 * @author     schoening
 * @since      24.09.2021
 * @version    $Id$
 **/
@media screen {
  section.bottomSpace.module--searchTeaser {
    padding-bottom: 50px;
    margin-bottom: 75px;
    background-color: #c08700;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm {
    background-color: rgba(74, 69, 69, 0.5);
    position: relative;
    top: 25px;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__title {
    background: none;
    position: relative;
    padding: 40px 29px 41px 29px;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__title h2 {
    text-align: center;
    font: 400 normal 30px/35px Arial, sans-serif;
    text-decoration: underline;
    text-underline-position: under;
    color: #fff;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__content {
    padding: 0 30px;
    position: relative;
    text-align: left;
    margin-left: 100px;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__content .inputField {
    width: 25.75%;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    margin: 1px 0 30px 0;
    padding-right: 15px;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__content .inputField label {
    font: 700 normal 16px/16px Arial, sans-serif;
    color: #fff;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__content .inputField.double {
    width: 51.5%;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__content .inputField:last-of-type {
    margin-right: 2.272%;
  }
  section.bottomSpace.module--searchTeaser label.check {
    margin: 0 15px 0 0;
  }
  section.bottomSpace.module--searchTeaser label.check span {
    background-color: #fff;
  }
  section.bottomSpace.module--searchTeaser button {
    float: right;
    margin-right: 20%;
    position: relative;
    bottom: 72px;
    border-radius: 0;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserFormBackground {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  section.bottomSpace.module--searchTeaser .searchTeaserForm__content {
    text-align: center;
    margin-left: 0;
  }
  section.bottomSpace.module--searchTeaser .searchTeaserForm__content .inputField {
    width: 100%;
  }
  section.bottomSpace.module--searchTeaser button {
    position: relative;
    bottom: 15px;
    float: none;
    width: 150px;
    margin-left: calc(50% - 75px);
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
