/* Add here all your css styles (customizations) */
/* Fonts */
.font-light {
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }

.font-normal {
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

STRONG,
.font-bold {
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600; }

.font-extra-bold {
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700; }

.font-uppercase {
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase; }

.font-trans {
  opacity: 0.5 !important; }

.text-mv-highlight {
  color: #ec6f00; }

#fontlogo,
.fontlogo {
  position: relative;
  font-size: 1.5em;
  /*@media screen and (max-width: 1200px) {
    z-index:3;
    position:absolute;
  }*/
  color: #21516a;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 990px) {
    #fontlogo,
    .fontlogo {
      font-size: 1.4em; } }
  @media screen and (max-width: 400px) {
    #fontlogo,
    .fontlogo {
      font-size: 1.3em; } }
  @media screen and (max-width: 380px) {
    #fontlogo,
    .fontlogo {
      font-size: 1.1em; } }

#fontlogo SPAN:first-child,
.fontlogo SPAN:first-child {
  padding-left: 0.2em;
  padding-right: 0.2em;
  color: white;
  background-color: #21516a; }

/*# sourceMappingURL=custom.css.map */

/*form validation error visibility*/
.invalid-feedback {

  visibility:visible;
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.required:after { content:" *"; }
.required{
  line-height: 1.5;
  color: #212529 !important;
  font-weight: 400 !important;
}
label.control-label
{
  font-weight: 400 !important;

}


/* fortbildungshub */
/*
<style>
    <!--
    .hw-hub {
        max-width: 1100px;
        margin: 0 auto;
        padding: 10px 0 30px;
    }

    .hw-lead {
        font-size: 1.1rem;
        line-height: 1.75;
        color: #4b5563;
    }

    .hw-note {
        margin-top: 16px;
        padding: 16px 18px;
        border-left: 4px solid #d7dce2;
        background: #f7f8fa;
        color: #66707a;
        border-radius: 10px;
        line-height: 1.7;
    }

    .hw-divider {
        height: 1px;
        background: #e9eef3;
        border: 0;
        margin: 28px 0;
    }

    .hw-kicker {
        display: inline-block;
        font-size: .88rem;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #21516a;
        margin-bottom: 8px;
    }

    .hw-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin: 22px 0;
    }

    .hw-card {
        border: 1px solid #e5e7eb;
        border-radius: 18px;
        padding: 20px;
        background: #fff;
        box-shadow: 0 10px 22px rgba(11,27,42,.06);
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .hw-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(11,27,42,.10);
        border-color: rgba(33,81,106,.28);
        text-decoration: none;
    }

    .hw-card h3 {
        margin: 0 0 8px;
        font-size: 1.15rem;
        line-height: 1.35;
        color: #1f2937;
    }

    .hw-card p {
        margin: 0;
        color: #6b7280;
        line-height: 1.6;
    }

    .hw-card-link {
        display: inline-block;
        margin-top: 12px;
        font-weight: 800;
        color: #21516a;
    }

    .hw-list {
        margin: 10px 0 0;
        padding-left: 18px;
        color: #4b5563;
        line-height: 1.7;
    }

    .hw-list li {
        margin-bottom: 8px;
    }

    .hw-summary {
        margin-top: 16px;
        padding: 14px 16px;
        border-radius: 14px;
        background: #fbfbfc;
        border: 1px dashed #e5e7eb;
    }

    .hw-summary h3 {
        margin: 0 0 8px;
        font-size: 1rem;
    }

    .hw-summary ul {
        margin: 0;
        padding-left: 18px;
        color: #6b7280;
        line-height: 1.65;
    }

    .hw-faq details {
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 12px 14px;
        background: #fff;
        margin: 10px 0;
    }

    .hw-faq summary {
        cursor: pointer;
        font-weight: 900;
        color: #1f2937;
    }

    .hw-faq p {
        margin: 10px 0 0;
        color: #6b7280;
        line-height: 1.65;
    }

    .hw-cta {
        margin-top: 26px;
        padding: 22px;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(33,81,106,.10) 0%, rgba(33,81,106,.06) 100%);
        border: 1px solid rgba(33,81,106,.18);
    }

    .hw-cta h2 {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .hw-actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 16px;
    }

    .hw-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding: 0 26px;
        border-radius: 14px;
        font-size: 17px;
        font-weight: 800;
        color: #fff;
        text-decoration: none;
        background: rgb(33, 81, 106);
        box-shadow: 0 10px 18px rgba(11,27,42,.14);
    }

    .hw-btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .hw-btn--ghost {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding: 0 26px;
        border-radius: 14px;
        font-size: 17px;
        font-weight: 800;
        color: rgb(33, 81, 106);
        text-decoration: none;
        background: transparent;
        border: 2px solid rgba(33,81,106,.22);
    }

    .hw-btn--ghost:hover {
        color: rgb(33, 81, 106);
        text-decoration: none;
        border-color: rgba(33,81,106,.35);
    }

    @media (max-width: 820px) {
        .hw-grid {
            grid-template-columns: 1fr;
        }
    }

</style>*/

.hw-hub {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0 30px;
}

.hw-lead {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #4b5563;
}

.hw-note {
    margin-top: 16px;
    padding: 16px 18px;
    border-left: 4px solid #d7dce2;
    background: #f7f8fa;
    color: #66707a;
    border-radius: 0.25rem;
    line-height: 1.7;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
}

.hw-divider {
    height: 1px;
    background: #e9eef3;
    border: 0;
    margin: 28px 0;
}

.hw-kicker {
    display: inline-block;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #21516a;
    margin-bottom: 8px;
}

.hw-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0;
    align-items: stretch;
}

.hw-card {
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;

    margin: 0;
    color: #6b7280;
    line-height: 1.7;
    font-size: 1.05rem;
}

.hw-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 30px -14px rgba(0, 0, 0, 0.11);
    border-color: rgba(33,81,106,.28);
    text-decoration: none;
}

.hw-card h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
    line-height: 1.35;
    color: #1f2937;
}

.hw-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

.hw-card-link {
    display: inline-block;
    margin-top: 12px;
    font-weight: 800;
    color: #21516a;
}

.hw-list {

    margin: 10px 0 0;
    padding-left: 18px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 1.05rem;

}

.hw-list li {
    margin-bottom: 8px;
}

.hw-summary {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 0.25rem;
    background: #fbfbfc;
    border: 1px dashed #e5e7eb;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.06);
}

.hw-summary h3 {
    margin: 0 0 8px;
    font-size: 1rem;
}

.hw-summary ul {
    margin: 0;
    padding-left: 18px;
    color: #6b7280;
    line-height: 1.7;
    font-size: 1.05rem;
}

.hw-faq details {
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    padding: 12px 14px;
    background: #fff;
    margin: 10px 0;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.06);
}

.hw-faq summary {
    cursor: pointer;
    font-weight: 900;
    color: #1f2937;
}

.hw-faq p {
    margin: 10px 0 0;
    color: #6b7280;
    line-height: 1.7;
    font-size: 1.05rem;
}

.hw-cta {
    margin-top: 26px;
    padding: 22px;
    border-radius: 0.25rem;
    background: linear-gradient(135deg, rgba(33,81,106,.10) 0%, rgba(33,81,106,.06) 100%);
    border: 1px solid rgba(33,81,106,.18);
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
}

.hw-cta h2 {
    margin-top: 0;
    margin-bottom: 8px;
}

.hw-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
}

.hw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 0.25rem;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    background: rgb(33, 81, 106);
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.12);
}

.hw-btn:hover {
    color: #fff;
    text-decoration: none;
}

.hw-btn--ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 0.25rem;
    font-size: 17px;
    font-weight: 800;
    color: rgb(33, 81, 106);
    text-decoration: none;
    background: transparent;
    border: 2px solid rgba(33,81,106,.22);
}

.hw-btn--ghost:hover {
    color: rgb(33, 81, 106);
    text-decoration: none;
    border-color: rgba(33,81,106,.35);
}

@media (max-width: 820px) {
    .hw-grid {
        grid-template-columns: 1fr;
    }
}
.hw-hub {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 20px 30px;
    overflow-x: hidden;
}

.hw-hub h1,
.hw-hub h2,
.hw-hub h3,
.hw-hub p,
.hw-hub li,
.hw-hub a,
.hw-hub summary,
.hw-hub .hw-note,
.hw-hub .hw-card,
.hw-hub .hw-cta {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
}

@media (max-width: 767.98px) {
    .hw-hub {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hw-hub h1 {
        line-height: 1.15;
    }

    .hw-hub h2,
    .hw-hub h3 {
        line-height: 1.2;
    }

    html,
    body {
        overflow-x: hidden;
    }
}
