/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: > 0.2%,last 2 versions
*/

/* Options Section Start */
.options-heading{
  position: absolute;
  width: 100%;
  margin-top: 150px;
}

@media screen and (max-width: 980px){
  .options-heading{
    margin-top: 220px;
    text-align: center;
  }
}

.options-heading h2{
  position: relative;
}

.options-heading h2::before{
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #ffc300;
}

@media screen and (max-width: 900px){
  .options-heading h2::before{
    bottom: 0;
  }
}

.options_container_wrapper {
    background-color: #efefef;
    margin-top: -110px;
}
@media screen and (max-width: 980px){
  .options_container_wrapper {
    margin-top: 0px;
  }
}

.options_container {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.options_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .options_wrapper .options_section {
    max-width: 350px;
    margin: 10px 0px;
    width: 30%;
    border-radius: 20px;
    text-align: center;
    background-color: #fff; }
    .options_wrapper .options_section.privatumzug {
      -webkit-box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
              box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .options_wrapper .options_section.privatumzug:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
      scale: 1.04; }
    .options_wrapper .options_section .options_header {
      min-height: 230px;
      background-image: url(../images/privatumzug.webp);
      background-size: cover;
      background-position: center;
      color: #000;
      padding: 0px 0px;
      position: relative;
      overflow: hidden;
      border-radius: 20px 20px 0px 0px; }
      .options_wrapper .options_section .options_header .options_heading {
        background-color: #ffc300a1;
        font-size: 24px;
        font-weight: normal;
        padding: 7px; }
      .options_wrapper .options_section .options_header:before, .options_wrapper .options_section .options_header:after {
        content: ' ';
        width: 100%;
        height: 35px;
        position: absolute;
        left: -1px;
        bottom: 0px;
        background: url("../images/wave.webp");
        background-size: cover;
        -webkit-filter: drop-shadow(4px 4px 10px white);
                filter: drop-shadow(4px 4px 10px white);
        opacity: 1; }
      .options_wrapper .options_section .options_header:after {
        left: 20px; 
        opacity: 0.8; }
    .options_wrapper .options_section .main-options_content p {
      font-size: 16px;
      padding: 25px 20px 40px 20px; }
    .options_wrapper .options_section .button-wrapper a {
      display: inline-block;
      padding: 10px 40px;
      border-radius: 10px;
      text-decoration: none;
      color: #000;
      background: #ffc300;
      -webkit-box-shadow: 0 0 5px #a5a5a5;
              box-shadow: 0 0 5px #a5a5a5;
      position: relative;
      bottom: 20px; 
      -webkit-transition: 0.5s; 
      transition: 0.5s;}
      .options_wrapper .options_section .button-wrapper a:hover {
        scale: 1.1;
        -webkit-transition: 0.5s;
        transition: 0.5s;}
    .options_wrapper .options_section.seniorenumzug {
      -webkit-box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
              box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .options_wrapper .options_section.seniorenumzug:hover {
        -webkit-transform: scale(1.04);
                transform: scale(1.04);
        scale: 1.04; }
      .options_wrapper .options_section.seniorenumzug .options_header {
        background-image: url("../images/seniorenumzug.webp");
        background-position: center; }
      .options_wrapper .options_section.seniorenumzug .button-wrapper a {
        -webkit-box-shadow: 0 0 5px #a5a5a5;
                box-shadow: 0 0 5px #a5a5a5; }
    .options_wrapper .options_section.bueroumzug {
      -webkit-box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
              box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .options_wrapper .options_section.bueroumzug:hover {
        -webkit-transform: scale(1.04);
                transform: scale(1.04);
        scale: 1.04; }
      .options_wrapper .options_section.bueroumzug .options_header {
        background-image: url("../images/bueroumzug.webp");
        background-position: center; }
      .options_wrapper .options_section.bueroumzug .button-wrapper a {
        -webkit-box-shadow: 0 0 5px #a5a5a5;
                box-shadow: 0 0 5px #a5a5a5; }

@media (max-width: 980px) {
  .options_wrapper {
    display: block;
    padding-top: 60px; }
    .options_wrapper .options_section {
      width: 100%;
      margin: auto;
      margin-bottom: 50px; } }

      .boxesContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
/* Options Section End */  