#banner_section {
  padding: 169px 0 308px;
  position: relative;
}
#banner_section::before {
  content: "";
  position: absolute;
  background: url(../images/banner-img.svg);
  width: 794px;
  height: 788px;
  top: 0;
  right: 0;
  pointer-events: none;
  animation: bannerAnim 1.5s ease;
}
@keyframes bannerAnim {
  0%{
    opacity: 0;
    transform: translate(50px, -50px);
  }100%{
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.banner-col {
  max-width: 659px;
  position: relative;
  z-index: 9;
}
.banner-col h1 {
  font-size: 36px;
  line-height: 1.63;
}
.banner-col form {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 40px 40px 0px rgba(203, 181, 170, 0.3);
  max-width: 636px;
  padding: 12px 37px 16px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.banner-col form input {
  height: auto;
  border: none;
  font-size: 20px;
  color: #000;
  flex-basis: calc(100% - 56px);
  max-width: calc(100% - 56px);
}
.banner-col form input::placeholder {
  color: #000;
}
.banner-col form button {
  flex-basis: 56px;
  max-width: 56px;
  height: 56px;
  background: none;
  border: none;
  cursor: pointer;
  background: #ffd87c;
  border-radius: 50%;
  border: 1px solid #ffd87c;
  transition: all .2s ease;
}
.banner-col form button:hover{
  background: transparent;
}
.search-tags {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-tags a {
  min-width: 105px;
  padding: 0 21px;
  height: 38px;
  display: flex;
  margin: 6px;
  background: #ffd977;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffd977;
}
.search-tags a:hover {
  background: transparent;
  color: #000;
}
/* beraten section */
.beraten-row{
  padding-top: 100px;
}
.beraten-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.beraten-buttons a{
  border: 1px solid #DFD3CD;
  display: flex;
  height: 57px;
  margin-bottom: 14px;
  align-items: center;
  padding-left: 30px;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
}
.beraten-buttons a::before{
  content: '';
  position: absolute;
  background: url(../images/beratun-arrow.svg);
  width: 14px;
  height: 7px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.beraten-buttons a:hover{
  background: #FED77D;
  color: #000;
  border-color: #FED77D;
}
/* faq */
#faq{
  padding: 90px 0 162px;
}
#faq .section-container{
  max-width: 920px;
}
#faq .fl-heading-wrapper{
  margin-bottom: 33px;
}
.faq-single{
  border: 1px solid #DFD3CD;
  border-radius: 10px;
  margin-bottom: 10px;
}
.faq-single__header{
  padding: 20px;
  padding-right: 40px;
  position: relative;
}
.faq-single .faq-single__header::before{
  content: '';
  position: absolute;
  background: #DFD3CD;
  width: calc(100% - 50px);
  height: 1px;
  bottom: 0;
  left: 20px;
  transition: all .2s ease;
  opacity: 0;
}
.faq-single.active .faq-single__header::before{
  opacity: 1;
}
.faq-single__header a{
  display: flex;
  align-items: center;
  position: relative;
}
.faq-single span img{
  transition: all .2s ease;
}
.faq-single.active span img{
  transform: rotate(-180deg);
}
.faq-single__header span{
  border-radius: 31px;
  background: rgba(255, 190, 60, 0.10);
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-single.active .faq-single__content{
  max-height: 1000px;
}
.faq-single__content{
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease;
}
.faq-content{
  padding: 10px 20px 20px;
}
.faq-content p{
  font-family: "museo-sans", sans-serif;
}
/* aktuelle */
#aktuelle_themen{
  background: #FFF8F1;
  padding: 59px 0 107px;
}
#aktuelle_themen .col-wrap-4{
  padding: 0;
}
#aktuelle_themen .blog-post-wrapper{
  padding: 15px;
}
#aktuelle_themen h2{
  margin-bottom: 65px;
}
.view-all-posts{
  position: relative;
  z-index: 999;
  margin-top: 66px;
}
/* elterngeld icons */
#elterngeld_icons{
  padding: 0 0 117px;
}
.elterngeld-single{
  display: flex;
  align-items: center;
}
.elterngeld-single__icon{
  flex-basis: 90px;
  max-width: 90px;
}
.elterngeld-single__content {
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 23px;
}
.elterngeld-single__content p{
  font-family: 'Lora', serif;
  font-size: 18px;
  color: #000;
}
/* elterngeld rechner */
#elterngeld_recher .section-container{
  max-width: 1369px;
}
.elterngeld-col{
  background: #FCEDDC;
  border-radius: 100px;
  padding: 101px 142px 118px;
  position: relative;
}
.elterngeld-col::before{
  content: '';
  position: absolute;
  background: url(../images/elterngeld.svg);
  width: 791px;
  height: 393px;
  right: 51px;
  bottom: 0;
}
.elterngeld-col h2{
  font-size: 67px;
  line-height: 1.29;
  margin-bottom: 44px;
  position: relative;
  z-index: 9;
}
.elterngeld-col a{
  position: relative;
  z-index: 9;
}

@media (max-width: 1440px) {
  #banner_section::before {
    width: 55.13vw;
    height: 54.7vw;
    background-size: 100% 100%;
  }
  .elterngeld-col::before{
    width: 54.9vw;
    height: 27.29vw;
    background-size: 100% 100%;
  }
}
@media(max-width: 1200px){
  .elterngeld-col{
    padding: 80px 100px 100px;
  }
}
@media(max-width: 1024px){
  .elterngeld-col h2{
    font-size: 42px;
  }
  .elterngeld-col{
    padding: 80px 60px 100px;
    border-radius: 80px;
  }
  .elterngeld-col h2{
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .beraten-row{
    padding-top: 60px;
  }
  .beraten-buttons{
    margin-top: 25px;
  }
  .beraten-buttons a{
    padding-left: 20px;
    height: 50px;
  }
  #banner_section::before {
    display: none;
  }
  #banner_section {
    padding: 120px 0 80px;
  }
  .banner-col h1 {
    font-size: 32px;
    line-height: 1.4;
  }
  .banner-col form {
    margin-top: 30px;
  }
  .banner-col form {
    padding: 10px 15px;
  }
  .banner-col form input {
    font-size: 16px;
    flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .banner-col form button{
    flex-basis: 40px;
    max-width: 40px;
    height: 40px;
  }
  .elterngeld-col{
    padding: 40px 20px 120px;
    border-radius: 40px;
  }
  .elterngeld-col h2{
    font-size: 36px;
  }
  #elterngeld_icons{
    padding: 60px 0;
  }
  .elterngeld-single__icon {
    flex-basis: 60px;
    max-width: 60px;
  }
  .elterngeld-single__content {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 20px;
  }
  #aktuelle_themen h2{
    margin-bottom: 35px;
  }
  #aktuelle_themen{
    padding: 60px 0 60px;
  }
  .view-all-posts{
    margin-top: 40px;
  }
  #faq{
    padding: 60px 0;
  }
  .faq-single__header span{
    right: -35px;
  }
  .faq-single__header{
    padding: 15px 45px 15px 20px;
  }
  .beraten-row .img-wrapper{
    text-align: center;
  }
  .beraten-row img{
    width: 300px;
    margin: 0 auto;
  }
}
