
/* Progress Bar */
.progress-bar {
    margin-top: 0.9375rem;
    width: 100%;
    padding: 2rem 3.75rem 3rem;
    position: relative;
    max-width: 500px;
}

.progress-bar .bar-container {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.progress-bar .circle-container {
    margin-top: 0.75rem;
    position: relative;
    color: rgb(102, 102, 102);
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.progress-bar .circle-container .circle {
    border: 2px solid var(--bank-progress-bar-secondary-color);
    background: transparent;
    color: var(--bank-progress-bar-secondary-color);
    transition: background-color 0.3s;
}

.progress-bar .circle-container.current .circle {
    border: 2px solid var(--bank-progress-bar-main-color);
    background-color: var(--bank-progress-bar-main-color);
    color: #ffffff;
}

.progress-bar .circle-container.complete .circle {
    border: 2px solid var(--bank-progress-bar-main-color);
    background: transparent;
    color: var(--bank-progress-bar-main-color);
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
}

.gf_progressbar_title {
    display: none;
}

.gform_wrapper.gravity-theme .gf_progressbar {
    background-color: var(--bank-progress-bar-secondary-color);
}

.gf_progressbar_percentage {
    background-color: var(--bank-progress-bar-main-color);
    color: #fff;
}

.bar-container .circle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    background-color: var(--bank-progress-bar-main-color);
    height: 1.625rem;
    width: 1.625rem;
    border-radius: 50%;
    color: #ffffff;
    margin-top: -0.8125rem;
    line-height: 1.625rem;
}

.progress-bar .circle-text {
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 0.75rem;
    transform: translate(-50%, 0px);
    width: 12.5rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-top: 8px;
}

.progress-bar progress {
    flex: 1 0 0;
    width: 0;
    position: relative;
    height: 0.0625rem;
    color: var(--bank-progress-bar-main-color);
    background: var(--bank-progress-bar-main-color);
    border: none;
}

.progress-bar progress[value] {
    -webkit-appearance: none;
    appearance: none;
}

.progress-bar progress::-webkit-progress-value,
.progress-bar progress[value]::-webkit-progress-value {
    background: var(--bank-progress-bar-main-color);
    accent-color: var(--bank-progress-bar-main-color);
}

/* unordered lists */
ul.is-style-purple_checkmark_list_horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
}

h1 + ul.is-style-purple_checkmark_list_horizontal {
    margin-top: 1.5rem;
}

ul.is-style-purple_checkmark_list_horizontal > li {
    padding-left: calc(1rem + 8px);
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: end;
}

ul.is-style-purple_checkmark_list_horizontal > li code {
    line-height: 1;
    margin-left: 4px;
}

ul.is-style-purple_checkmark_list_horizontal > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1102_4175)'%3E%3Cpath d='M11.3332 3.0919L6.0663 6.53813C5.82375 6.6969 5.50909 6.6969 5.26654 6.53813L1.12535 3.82798C0.642794 3.51226 0 3.85504 0 4.42767V10.0475C0 10.2889 0.122368 10.5144 0.325585 10.6472L5.26654 13.8806C5.50909 14.0393 5.82375 14.0393 6.0663 13.8806L11.3332 10.4343L16.674 6.93973C16.8773 6.80659 16.9996 6.58143 16.9996 6.34004V0.720194C16.9996 0.147565 16.3565 -0.195218 15.8743 0.120503L11.3332 3.0919Z' fill='%238A7EF6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1102_4175'%3E%3Crect width='17' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 768px) {
    ul.is-style-purple_checkmark_list_horizontal {
        flex-direction: column;
        gap: 8px;
    }
}

/* tierkrankenversicherung header */
.tierkrankenversicherung_header {
    max-width: 1400px !important;
    padding: 3rem 0 !important;
    max-height: 370px;
}

.tierkrankenversicherung_header > .wp-block-columns {
    margin-bottom: 0 !important;
}

*.tierkrankenversicherung_header.is-style-tierkrankenversicherung_group_background_left > .wp-block-columns {
    z-index: 2;
}

@media (max-width: 1250px) {
    *.tierkrankenversicherung_header.is-style-tierkrankenversicherung_group_background_left {
        background-position: 120% 50% !important;
    }

    .tierkrankenversicherung_header {
        max-height: none;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 990px) {
    .tierkrankenversicherung_header {
        min-height: auto !important;
    }

    *.tierkrankenversicherung_header.is-style-tierkrankenversicherung_group_background_left {
        background-position: top !important;
        background-size: contain !important;
    }

    .tierkrankenversicherung_header > .wp-block-columns {
        width: 100%;
        padding: 230px 5vw 0;
    }

    .tierkrankenversicherung_header > .wp-block-columns h1 {

    }
}

@media (max-width: 768px) {
    *.tierkrankenversicherung_header.is-style-tierkrankenversicherung_group_background_left {
        background-size: auto !important;
    }
}

.tierkranken-heading {
    font-size: 55px !important;
    position: relative;
    z-index: 1;
}

.tierkranken-text {
    font-size: 18px !important;
    position: relative;
    z-index: 1;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .tierkranken-heading {
        font-size: 35px !important;
    }

    .tierkranken-text {
        font-size: 18px !important;
    }

    .rotate-mobile-90 {
        transform: rotate(90deg);
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    .postid-45810 .entry-content {
        margin-top: 0 !important;
    }

}

@media (max-width: 351px) {
    .tierkrankenversicherung_header > .wp-block-columns h1 {
        padding-top: 0;
    }
}

.notice-block {
    display: flex !important;
    padding: 12px !important;
    align-items: center !important;
    gap: 8px !important;
    align-self: stretch !important;
    border-radius: 12px !important;
    border: 1px solid var(--wp--preset--color--purple) !important;
    background: var(--wp--preset--color--lightest-purple) !important;

    color: var(--wp--preset--color--black) !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px !important;
}

.notice-block .heading {
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
}

.notice-block a {
    color: var(--wp--preset--color--dark-purple);
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.notice-block svg {
    min-width: 20px;
    align-self: start;
    margin-top: 2px;
}

.notice-block.error {
    background: #FBEEEA !important;
    border-color: var(--wp--preset--color--error-orange) !important;
}

code {
    font-family: "Open Sans";
    font-size: 14px;
}

.tippy-content .custom-info-content ul {
    padding-left: 18px;
}

.tippy-content .custom-info-content ul li {
    margin-top:6px !important;
}

.fixed-24 {
    font-size: 24px !important;
}

.hide-on-mobile {
    display: block;
}

.centered-ul {
    justify-content: center;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }

    .bu-landing {
        padding-top: 32px !important;
    }
}

/* fixes */

.date-field-container #date-input {
    font-size: 16px;
}

.display-none {
    display: none !important;
}