section, .section {
    padding: 30px 0;
}

.pb0 {
    padding-bottom: 0 !important;
}

.btn-getstarted {
    text-align: center;
}

.flags {
    position: absolute; 
    margin-left: 200px;
}
.flags a {
    padding: 2px;
}
.flags img {
    border: 1px solid #ddd;
    width: 22px;
    height: auto;
}

section {
    --bs-accordion-inner-border-radius: 0;
}

#trainers .member, #module .modul  {
    background: #EFEFEF;
    border-radius: 12px;
    padding: 15px;
    width: 94%;
    margin-top: 30px;
  }
@media screen and (min-width:768px) {
    #trainers .member, #module .modul {
        width: 45%;
        margin-left: 25px;
        margin-right: 14px;
      }
}
@media screen and (min-width:1200px) {
    #trainers .member, #module .modul {
        width: calc(29% + 18px);
        margin-left: 15px;
        margin-right: 15px;
      }
}
@media screen and (min-width:1400px) {
    #trainers .member, #module .modul {
        width: 31%;
      }
}

.trainers .member .member-img {
    width: 100px;
    height: 100px;
    margin: auto;
    float: left;
    margin-right: 15px;
}


#module .modul  {
  background: #EFEFEF;
  border-radius: 12px;
  padding: 15px;
  width: calc(100% - 30px);
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  #module .modul {
      width: 45%;
      margin-left: 15px;
      margin-right: 15px;
    }
}
@media screen and (min-width:1200px) {
  #module .modul {
      width: calc(20% + 26px);
      margin-left: 15px;
      margin-right: 15px;
    }
}
@media screen and (min-width:1400px) {
  #module .modul {
      width: 22.5%;
      margin-left: 18px;
    }
}



.filled {
  background: #EFEFEF;
  margin: 0;
  padding: 25px;
  border: 0px solid #ccc;
  border-radius: 12px;
}

.filled .member .member-img {
  width: 200px;
  height: 200px;
  margin: auto;
}

@media screen and (min-width:768px) {
    .filled .member .member-img {
        left: calc(50% - 100px);
    }
}

.filled em {
  font-size: 17px;
  line-height: 150%;
}

.xdsoft_datetimepicker {
    padding: 0 8px !important;
    border: none !important;
    border-radius: 5px;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    margin-left: 0 !important;
}

.btn-primary {
    background-color: #174576;
    border: none;
    border-radius: 25px;
    height: 38px;
}

.btn-primary:hover {
    background-color: #C81717;
}

section.akkordeon {
    margin-top: -50px;
}

/* Startbild transparenz */
.hero::before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 90%) !important;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .hero {
    /* min-height: 90vh !important; */
  }

  .steps {
    text-align: center;
  }

  .steps h3 {
    font-weight: bold;
  }

  a.step {
    display: inline-block;
    background: #C81717;
    color: white;
    padding: 5px 10px 5px 45px;
    margin: 5px 20px;
    text-align: left;
    border-radius: 4px;
    width: 250px;
  }

  a.step:visited, a.step:hover {
    color: white;
    box-shadow: 0 0 10px #eee;
  }

  .step span.no {
    position: absolute;
    display: inline-block;
    height: 30px;
    background: white;
    color: #C81717;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: -38px;
    margin-right: 10px;
    margin-top: 4px;
  }

  .step span.more {
    font-size:smaller;
    font-weight: lighter;
  }

  a.more, a.more:hover, a.more:hover {
    display: block;
    background: #c81717;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 25px;
    font-size: 11pt;
    margin: auto;
    width: 145px;
    text-align: center;
  }