.button_klassenfahrten {
    width: fit-content;
    background-color: #D6007E;
    color: white;
    border: 1px solid #D6007E;
    font-size: 26px;
    text-transform: capitalize;
    padding: 10px 30px;
    font-weight: 400;
    border-radius: 8px;
}

.button_klassenfahrten:hover {
    background-color: white;
    color: #D6007E;
}

a.button_klassenfahrten {
    text-decoration: none !important;
}

.k-headline {
    font-size: 60px !important;
    color: #3C8990 !important;
    font-weight: 600 !important;
    line-height: normal;
}

.k-headline.no-mb{
    margin-bottom: 0 !important;
}

section.header-banner + .k-headline,
section.banner + .k-headline {
    margin-top: 120px;
}

.k-headline::selection,
.k-all-booked::selection,
.k-all-booked b::selection,
.k-single-booked p::selection,
.zahlungsuebersicht_tabelle p::selection,
.zahlungsuebersicht_tabelle th::selection,
.zahlungsuebersicht_tabelle td::selection,
.zahlungsuebersicht_tabelle_wrapper p::selection {
    color: white !important;
    background-color: #3C8990 !important;
}

.k-headline.k-mb {
    margin-bottom: 40px;
    margin-top: 0;
}

.klassenfahrt-box {
    background-color: #3C8990;
    color: white;
    padding: 20px;
}

.klassenfahrt-box a {
    color: white !important;
}

.klassenfahrt-box + a {
    margin-top: 20px;
}

.klassenfahrt-box span {
    display: block;
    font-weight: bold;
}

.klassenfahrt-box span+span {
    margin-top: 10px;
}

.klassenfahrt-box.k-mbt {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 10px;
}

section.k-login-bg{
    overflow: visible;
    background-color: #3C8990;
    margin-top: 0 !important;
        border-bottom: 37px solid white !important;
}

.k-login {
    background-color: #3C8990;
    color: white;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
}

.k-login form p{
    margin-bottom: 0;
}

.k-login input{
    display: block;
    line-height: initial;
    margin: 9px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
}

.k-login .uncont {
    display: flex;
    gap: 40px;
}

.k-login .row.limit-width.row-parent {
    padding-top: 0;
    padding-bottom: 0;
}

.k-login .login-headline {
    color: white;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 40px;
    line-height: 1.2;
}

.k-login .notice {
    padding-top: 48px;
    font-size: 14px;
}

.k-login div {
    color: white;
}

.k-login .k-featured-image {
    margin-top: 0 !important;
    display: flex;
}

.k-login .k-featured-image img {
    margin-bottom: calc(-37px / 2);
    max-height: 578px;
    object-fit: contain;
    object-position: bottom;
}

.k-login form a {
    padding-top: 15px !important;
    display: inline-block !important;
    color: white !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.k-login .input {
    width: 100%;
    background-color: #3C8990;
    border: 2px solid white;
    color: white;
    margin-top: 0;
}

.k-login a.button-link{
    color: white;
    text-decoration: underline;
}

.k-login .password-wrap {
    display: flex;
    flex-direction: row;
    gap: 3px;

    input{
        margin-top: 0;
    }
    button{
        border-radius: 2px;
    }
}

.k-login input {
    background-color: white;
    /* border: 2px solid white; */
    color: #3C8990;
}

.k-login .login-submit{
    margin-top: 20px;
}

.k-login input#wp-submit,
.k-login button {
    width: fit-content;
    background-color: #D6007E;
    color: white;
    border-width: 2px;
    border-style: solid;
    border-color: #D6007E;
    font-size: 26px;
    font-weight: 600;
    text-transform: unset;
    padding: 13px 31px;
    font-weight: 600 !important;
    font-family: Dosis-Bold, sans-serif !important;
    letter-spacing: .1em;
    display: inline-block;
}

.k-login .submit {
    margin-bottom: 48px;
    margin-top: 20px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;

    input, button{
        margin-top: 0;
        border-width: 2px;
        border-style: solid;
    }

    button{
        border-color: white;
        background-color: #3C8990;
    }

    input{
        border-color: #D6007E;
    }
}

.k-login input#wp-submit:hover,
.k-login button:hover {
    background-color: white;
    border-color: white;
    color: #D6007E;
}

.k-login label {
    font-weight: 600;
    color: white;
}

.k-login p.register-link a {
    color: white;
    border: 2px solid white;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 48px;
    display: inline-block;
    font-weight: 600;
}

.k-login p.register-link a:hover {
    background-color: white;
    color: #3C8990;
}

.k-login form p {
    margin-top: 0;
}

.k-login form p+p {
    margin-top: 10px;
}

.k-login ::selection {
    background: #D6007E;
    color: #ffffff;
}

.k-login ::-moz-selection {
    background: #D6007E;
    color: #ffffff;
}

h2.login-headline {
    padding-top: 120px;
}

.k-all-booked {
    color: #3C8990;
    margin-bottom: 48px;
    font-weight: 600;
    padding: 120px 0;
}

.k-all-booked a:hover::after {
    width: 100%;
}

.k-all-booked a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: rgb(214, 0, 126);
    transition: 0.3s ease-in-out;
}

.k-all-booked .gebuchte_klassenfahrten {
    display: flex;
    width: 100%;
    gap: 30px;
}

.k-all-booked .klassenfahrten_wrapper a {
    display: inline-block;
    width: 100%;
}

.k-all-booked .klassenfahrten_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.k-all-booked .klassenfahrt-box h2 {
    color: white !important;
    margin: 0;
    font-size: 26px !important;
    font-weight: 600;
}

.klassenfahrt-box span::selection,
.klassenfahrt-box a::selection {
    color: #3C8990 !important;
    background-color: white !important;
}

.k-all-booked .klassenfahrt-box p {
    margin-top: 5px;
}

.k-all-booked .klassenfahrten_img {
    text-align: center;
}

.k-all-booked .klassenfahrten_img img {
    object-fit: contain;
    object-position: top;
}

.k-single-booked {
    color: #3C8990;
    font-weight: 600;
    padding: 120px 0;
}
.k-single-booked p{
    line-height: 1.2;
    margin-bottom: 10px !important;
}

.k-single-booked h1.k-headline{
    margin-bottom: 0;
}

.klassenfahrt_dokumente {
    margin-top: 100px;
    margin-bottom: 64px;
}

.klassenfahrt_dokumente_wrap {
    display: flex;
    justify-content: space-between;
}

.klassenfahrt_dokument a {
    display: inline-block;
    margin-bottom: 5px;
}

.zahlungsuebersicht_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.zahlungsuebersicht_img {
    padding-top: 80px;
    flex: 1;
    text-align: center;
}

.zahlungsuebersicht_img img {
    max-height: 578px;
    object-fit: contain;
    object-position: bottom;
}

.zahlungsuebersicht_tabelle_wrapper {
    flex: 3;
}

.pink-boxes {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.pink-box {
    flex: 1;
    background-color: #D6007E;
    color: white;
    padding: 30px 20px;
}

.pink-box span {
    display: block;
    margin-top: 20px;
}

.zahlungsuebersicht_tabelle {
    color: #387F85;
    font-weight: 600;
    margin-top: 40px;
}

.zahlungsuebersicht_tabelle th {
    text-align: left;
}

.zahlungsuebersicht_tabelle table {
    border-spacing: 10px;
    border-collapse: separate;
    width: 100%;
    /* Optional: adjust table width as needed */
    border: none;
    margin-left: -10px;
}

.zahlungsuebersicht_tabelle tr th,
.zahlungsuebersicht_tabelle tr td {
    border-bottom: 2px solid #3C8990 !important;
    /* Bottom border for th elements */
    border: none;
    padding: 10px;
    padding-top: 0;
    font-weight: 400;
}

.zahlungsuebersicht_tabelle tr:last-child td {
    border-bottom: 0 !important;
    /* Remove bottom border for last row */
}

.heading-klassenfahrt {
    color: white !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-klassenfahrt h2,
.heading-klassenfahrt h3 {
    color: white !important;

}

.uebersicht_drucken_wrap {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}

.klassenfahrt_dokumente_wrap select {
    background-color: #D6007E;
    color: white;
    width: 350px;
    float: left;
    background-image: url("arrow-down.png") !important;
    background-size: 40px;
    background-position: 98% center;
    margin-top: 0;
}

.klassenfahrt_dokumente p {
    color: #3C8990 !important;
    margin-bottom: 10px;
}

.k-single-booked p {
    color: #387F85 !important;
}

.button_klassenfahrten {
    font-weight: bold;
}

/* repsonsive breakpoints */

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {

    .k-headline,
    .k-login .login-headline {
        font-size: 40px !important;
    }

    .k-login .uncont {
        flex-direction: column;
        gap: 0;
    }

    .k-login .k-featured-image {
        justify-content: center;
    }

    .k-all-booked .gebuchte_klassenfahrten {
        flex-direction: column;
    }

    .klassenfahrt_dokumente_wrap {
        flex-direction: column;
    }

    .zahlungsuebersicht_wrapper {
        flex-direction: column-reverse;
    }

    .zahlungsuebersicht_img {
        padding-top: 0;
    }
}

@media (max-width: 575.98px) {}