

.button-primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pink);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
    border: none;
    min-height: 89px;
    padding: 10px 74px 10px 66px;
    transition: all .3s ease-in-out
}

.button-primary::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translate(0, -55%);
    right: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

.button-primary.button-primary--grey {
    background-color: var(--highlight);
    color: var(--white)
}

@media (any-hover:hover) {
    .button-primary.button-primary--grey:hover {
        color: var(--white);
        background-color: var(--pink);
        transition: all .3s ease-in-out
    }
}

.button-primary.button-primary--small {
    font-size: 15px;
    padding: 10px 4px
}

.button-primary.button-primary--small::after {
    display: none
}

@media (any-hover:hover) {
    .button-primary:hover {
        color: var(--white);
        background-color: var(--highlight);
        transition: all .3s ease-in-out
    }
}

input.button-primary {
    background-position: center right 35px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

input.button-primary::after {
    display: none
}

input.button-primary:hover {
    cursor: pointer
}

.button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 89px;
    width: 100%;
    height: 48px;
    font-size: 0;
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0iI0UyMDA3QSIvPgo8L3N2Zz4K);
    transition: background-color .3s ease-in-out
}

@media (any-hover:hover) {
    .button-link:hover {
        background-color: var(--highlight);
        transition: all .3s ease-in-out;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
    }
}

.kein-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 89px;
    width: 100%;
    height: 48px;
    font-size: 0;
    background-color: var(--hellgrau)
}

@media screen and (max-width:1365px) {
    header.site-header .button-primary {
        min-height: 66px
    }
}

@media screen and (max-width:1179px) {
    .button-primary {
        padding: 10px 74px 10px 20px
    }
}


.textsection {
    padding-top: 125px;
    padding-bottom: 100px
}

.textsection__container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 55px 46px
}

.textsection__title {
    flex: 1 298px
}

.textsection__content {
    flex: 1 320px
}

.textsection__content a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500
}

.uberblick {
    position: relative;
    padding-top: 70px;
    margin-bottom: 110px;
    background-color: var(--hellgrau);
    z-index: 0
}

.uberblick .section-title {
    text-align: center;
    margin-bottom: 76px
}

.uberblick::after {
    bottom: 0;
    right: 0
}

.uberblick-content {
    align-items: stretch;
    gap: 72px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr))
}

.uberblick-card {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px
}

.uberblick-card__header {
    display: flex;
    flex-direction: column
}

.uberblick-card__header h3 {
    margin-bottom: 34px;
    min-height: 84px;
    overflow: hidden;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow-wrap: break-word
}

.uberblick-card__title {
    text-align: center
}

.uberblick-card__excerpt {
    color: var(--darkGrey)
}

.uberblick-card:nth-child(11) .uberblick-card__benefits,
.uberblick-card:nth-child(2) .uberblick-card__benefits,
.uberblick-card:nth-child(5) .uberblick-card__benefits,
.uberblick-card:nth-child(8) .uberblick-card__benefits {
    background-color: var(--pink);
    color: var(--white);
    transition: color .12s ease-in-out
}

.uberblick-card:nth-child(11) a.uberlick-card__foot:hover .uberblick-card__benefits,
.uberblick-card:nth-child(2) a.uberlick-card__foot:hover .uberblick-card__benefits,
.uberblick-card:nth-child(5) a.uberlick-card__foot:hover .uberblick-card__benefits,
.uberblick-card:nth-child(8) a.uberlick-card__foot:hover .uberblick-card__benefits {
    color: #000;
    transition: color .12s ease-in-out
}

.uberblick-card:nth-child(11) .uberblick-card__link,
.uberblick-card:nth-child(2) .uberblick-card__link,
.uberblick-card:nth-child(5) .uberblick-card__link,
.uberblick-card:nth-child(8) .uberblick-card__link {
    background-color: var(--pink)
}

.uberblick-card__benefits {
    background-color: var(--white);
    padding: 15px;
    line-height: 39px;
    font-weight: 600
}

.uberblick-card__footer {
    display: flex;
    flex-direction: column
}

.uberblick-card__footer .uberlick-card__foot {
    display: flex;
    flex-direction: column
}

.uberblick-card__link {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

div.uberlick-card__foot .uberblick-card__link .button-link {
    background-image: none;
    pointer-events: none
}

.uberblick-card:nth-child(11) .uberblick-card__link .button-link:hover,
.uberblick-card:nth-child(2) .uberblick-card__link .button-link:hover,
.uberblick-card:nth-child(5) .uberblick-card__link .button-link:hover,
.uberblick-card:nth-child(8) .uberblick-card__link .button-link:hover {
    background-color: var(--highlight);
    transition: all .3s ease-in-out
}

.uberblick-opts {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 42px
}

.uberblick-opts::after {
    content: "";
    position: absolute;
    width: 800%;
    height: 89px;
    background-color: #fff;
    bottom: 0;
    left: 100%;
    z-index: -1
}

@media screen and (max-width:1179px) {
    .uberblick {
        padding-top: 54px;
        margin-bottom: 57px
    }

    .uberblick .section-title {
        margin-bottom: 66px
    }

    .uberblick::after {
        display: none
    }

    .uberblick-opts {
        margin: 60px -20px 0 -20px
    }

    .uberblick-opts a[class*=button-] {
        width: 100%
    }

    .uberblick-card {
        gap: 40px 20px
    }

    .uberblick-card__header h3 {
        margin-bottom: 32px;
        min-height: 60px
    }
}

@media screen and (max-width:689px) {
    .uberblick-card {
        grid-template-rows: auto 1fr
    }

    .uberblick-card__header h3 {
        min-height: auto
    }
}

.team {
    padding-top: 110px;
    padding-bottom: 130px
}

.team .section-title {
    text-align: right
}

.team-title {
    margin-bottom: 90px
}

.team-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 150px 20px
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.team-card__image {
    position: relative;
    max-height: 394px;
    overflow: hidden;
    margin-bottom: 35px;
    aspect-ratio: 402/394
}

.team-card__image picture {
    display: flex;
    width: 100%;
    height: 100%
}

.team-card__image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team-card__image .button-link {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.team-card__image .button-link:hover {
    background-color: var(--highlight);
    transition: all .3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

.team-card__important {
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 1;
    max-width: 89px;
    width: 100%;
    height: 48px;
    font-size: 0;
    background-color: #fff
}

.team-card__name {
    text-align: center;
    margin-bottom: 35px
}

.team-card__positions {
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 39px;
    color: #333;
    font-weight: 600
}

.team-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 112px
}

@media screen and (max-width:1179px) {
    .team {
        padding-top: 57px;
        padding-bottom: 50px
    }

    .team .section-title {
        text-align: left
    }

    .team-title {
        margin-bottom: 74px
    }

    .team-content {
        gap: 100px 20px
    }

    .team-card__image {
        position: relative;
        max-height: 394px;
        overflow: hidden;
        margin-bottom: 35px;
        aspect-ratio: 402/394
    }

    .team-card__image picture {
        display: flex;
        width: 100%;
        height: 100%
    }

    .team-card__image picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .team-card__image .button-link {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0
    }

    .team-card__positions {
        font-size: 16px;
        line-height: 39px
    }

    .team-buttons {
        margin-top: 70px
    }
}

.beratung {
    padding-top: 130px;
    padding-bottom: 140px
}

.beratung .section-title {
    text-align: center;
    margin-bottom: 64px
}

.beratung__contactinfo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 33%));
    border: 1px solid #e3e3e3
}

.beratung__contactinfo .contactinfo-item {
    border-right: 1px solid #e3e3e3;
    padding: 35px 15px
}

.beratung__contactinfo .contactinfo-item:last-child {
    border: none
}

.beratung__message {
    display: grid;
    grid-template-columns: 33% auto;
    gap: 12px;
    padding: 15px;
    background-color: #e3e3e3
}

.beratung__form .spoiler-item {
    border: none;
    padding: 0;
    margin: 0
}

.beratung__form .spoiler-item:last-child {
    border: none
}

.beratung__form .spoiler-item__title {
    position: relative;
    padding-right: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--black);
    display: grid;
    grid-template-columns: 33% auto;
    gap: 12px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3
}

.beratung__form .spoiler-item__title .empty {
    border-right: 1px solid #e3e3e3
}

.beratung__form .spoiler-item__title::after {
    right: 32px
}

.beratung__form .spoiler-item__title p {
    font-weight: 400;
    color: var(--darkGrey);
    padding: 15px 80px 15px 0;
    position: relative;
    width: 100%
}

.beratung__form .spoiler-item__title p::after {
    position: absolute;
    content: "";
    left: -13px;
    top: 0;
    width: calc(100% + 13px);
    height: 100%;
    background-color: #f6f6f6;
    z-index: -1
}

.beratung__form .spoiler-item__content {
    padding-top: 0;
    border: 1px solid #e3e3e3;
    border-top: none;
    color: var(--darkGrey);
    max-width: 100%
}

.beratung__form .accept-form {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 54px
}

@media screen and (max-width:1179px) {
    .beratung {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .beratung .section-title {
        margin-bottom: 30px
    }

    .beratung__contactinfo {
        display: grid;
        border: 1px solid #e3e3e3
    }

    .beratung__contactinfo .contactinfo-item {
        padding: 14px 25px;
        font-size: 16px;
        line-height: 32px
    }

    .beratung__message {
        padding: 14px 25px
    }
}

@media screen and (max-width:992px) {
    .beratung__contactinfo {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr))
    }

    .beratung__contactinfo .contactinfo-item {
        border-right: none;
        border-bottom: 1px solid #e3e3e3
    }

    .beratung__contactinfo .contactinfo-item:first-child {
        border-right: 1px solid #e3e3e3
    }

    .beratung__contactinfo .contactinfo-item:last-child {
        border-right: 1px solid #e3e3e3;
        border-bottom: none
    }

    .beratung__form .spoiler-item__title {
        grid-template-columns: 1fr
    }

    .beratung__form .spoiler-item__title p {
        padding: 15px 80px 15px 15px
    }

    .beratung__form .spoiler-item__title p::after {
        left: 0;
        width: 100%
    }

    .beratung__form .spoiler-item__title .empty {
        display: none
    }
}

@media screen and (max-width:853px) {
    .beratung__contactinfo {
        grid-template-columns: repeat(auto-fit, minmax(274px, 1fr))
    }
}

@media screen and (max-width:579px) {
    .beratung__contactinfo .contactinfo-item {
        border-right: none;
        padding: 14px 15px
    }

    .beratung__contactinfo .contactinfo-item:first-child {
        border-right: none
    }

    .beratung__contactinfo .contactinfo-item:last-child {
        border-right: none
    }

    .beratung__form .spoiler-item__title {
        grid-template-columns: 1fr
    }

    .beratung__form .spoiler-item__title p {
        padding: 15px 15px 80px 15px
    }

    .beratung__form .spoiler-item__title p::after {
        left: 0;
        width: 100%
    }

    .beratung__form .spoiler-item__title .empty {
        display: none
    }

    .beratung__form .spoiler-item__title::after {
        right: auto;
        top: auto;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.unterstutzung {
    position: relative;
    padding-top: 50px;
    padding-bottom: 45px;
    margin-top: 110px;
    margin-bottom: 110px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.unterstutzung__container {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 34px;
    flex-wrap: wrap
}

.unterstutzung__title {
    flex: 1 48%;
    color: #fff
}

.unterstutzung__benefits {
    flex: 1 48%;
    display: flex;
    flex-wrap: wrap;
    gap: 34px 42px
}

.unterstutzung__buttons {
    position: absolute;
    bottom: -45px;
    right: 0
}

.unterstutzung__buttons::after {
    content: "";
    position: absolute;
    width: 800%;
    height: 89px;
    background-color: #fff;
    bottom: 0;
    left: 100%;
    z-index: -1
}

.unterstutzung .benefit-item {
    flex: 1 240px;
    background-color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    padding: 10px;
    hyphens: auto;
    white-space: normal
}

@media screen and (max-width:1179px) {
    .unterstutzung {
        padding-top: 20px;
        padding-bottom: 32px;
        margin-top: 50px;
        margin-bottom: 89px !important
    }

    .unterstutzung::after {
        display: none
    }

    .unterstutzung__container {
        flex-direction: column-reverse
    }

    .unterstutzung__benefits {
        gap: 18px
    }

    .unterstutzung__buttons {
        bottom: auto;
        top: calc(100% + 32px);
        width: 100%
    }

    .unterstutzung .benefit-item {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        min-height: 72px;
        padding: 5px 2px;
        flex: 1 155px;
        -webkit-hyphens: auto;
        hyphens: auto;
        white-space: normal
    }
}

@media screen and (max-width:767px) {
    .unterstutzung .benefit-item {
        flex: 1 46%
    }
}

.googlereviews {
    padding: 100px 0;
    background-color: var(--hellgrau)
}

.googlereviews .section-title {
    text-align: center;
    margin-bottom: 66px
}

.googlereviews .googlereviews__container {
    max-width: 1200px
}

@media screen and (max-width:1179px) {
    .googlereviews {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .googlereviews .section-title {
        margin-bottom: 50px
    }
}

.termineblock {
    padding: 130px 0
}

.termineblock .termineblock__head {
    margin-bottom: 38px
}

.termineblock .section-title {
    text-align: center
}

@media screen and (max-width:1179px) {
    .termineblock {
        padding: 100px 0
    }

    .termineblock .termineblock__head {
        margin-bottom: 60px
    }
}

.zusammenarbeit {
    padding: 120px 0
}

.zusammenarbeit .section-title {
    text-align: center;
    margin-bottom: 120px
}

.zusammenarbeit__content {
    max-width: 1146px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 124px 20px
}

.zusammenarbeit-item {
    display: flex;
    width: 100%
}

.zusammenarbeit-item__inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 46px 97px;
    max-width: 890px
}

.zusammenarbeit-item:nth-child(even) {
    position: relative;
    justify-content: flex-end
}

.zusammenarbeit-item:nth-child(even)::after,
.zusammenarbeit-item:nth-child(even)::before {
    position: absolute;
    content: "";
    left: 50%;
    width: 1px;
    height: 75px;
    background-color: #000
}

.zusammenarbeit-item:nth-child(even)::before {
    top: -100px
}

.zusammenarbeit-item:nth-child(even)::after {
    bottom: -100px
}

.zusammenarbeit-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 137px;
    max-height: 137px;
    width: 100%;
    height: 137px;
    background-color: var(--pink)
}

.zusammenarbeit-item__content {
    flex: 1 375px
}

.zusammenarbeit-item__head {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.zusammenarbeit-item__head .item-count {
    display: flex;
    font-size: 96px;
    font-weight: 500;
    color: var(--black);
    width: 100%;
    line-height: 86%;
    max-width: 69px;
    max-height: 68px
}

.zusammenarbeit-item__desc {
    color: var(--darkGrey)
}

@media screen and (max-width:1179px) {
    .zusammenarbeit {
        padding: 46px 0 80px 0
    }

    .zusammenarbeit .section-title {
        margin-bottom: 88px
    }
}

.faqlist {
    padding: 130px 0
}

.faqlist__head {
    margin-bottom: 80px
}

.faqlist .section-title {
    text-align: center
}

@media screen and (max-width:1179px) {
    .faqlist {
        padding: 80px 0
    }

    .faqlist__head {
        margin-bottom: 40px
    }
}

.rechtsberatung__wrapper {
    display: flex;
    position: relative;
    padding: 52px 0;
    margin-top: 86px;
    min-height: 416px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

picture.rechtsberatung__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

picture.rechtsberatung__background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rechtsberatung__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.rechtsberatung__title {
    text-align: right;
    color: #fff
}

.rechtsberatung__buttons {
    position: absolute;
    top: -52px;
    right: 0
}

.rechtsberatung__buttons::after {
    content: "";
    position: absolute;
    width: 800%;
    height: 89px;
    background-color: #fff;
    bottom: 0;
    left: 100%;
    z-index: -1
}

.rechtsberatung .rechtsberatung-mobile__buttons {
    display: none
}

@media screen and (max-width:1179px) {
    .rechtsberatung .rechtsberatung__container {
        align-items: flex-start
    }

    .rechtsberatung__wrapper {
        margin-top: 40px
    }

    .rechtsberatung__wrapper::after {
        width: 105px;
        height: 42px
    }

    picture.rechtsberatung__background img {
        object-position: left
    }

    .rechtsberatung__buttons {
        display: none
    }

    .rechtsberatung .rechtsberatung-mobile__buttons {
        display: flex
    }

    .rechtsberatung .rechtsberatung-mobile__buttons a[class*=button-] {
        width: 100%
    }
}

.accordions-section {
    padding: 120px 0;
    background-color: var(--black)
}

.accordions-section__container-l {
    display: flex;
    gap: 40px
}

.accordions-section__base {
    flex: 1 50%;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.accordions-title {
    color: #fff
}

.accordions-wrapper {
    flex: 1 50%
}

.angebot {
    padding: 120px 0
}

.angebot__title {
    margin-bottom: 44px
}

.angebot-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 32px
}

.angebot-content.col-3 .angebot-card {
    flex: 1 240px
}

.angebot-content.col-3 .angebot-card__img {
    aspect-ratio: 1/1
}

.angebot-content.col-4 .angebot-card {
    flex: 1 145px
}

.angebot-content.col-4 .angebot-card__img {
    aspect-ratio: 1/1
}

.angebot-card {
    flex: 1 320px
}

.angebot-card header.angebot-card__header {
    margin-bottom: 16px
}

.angebot-card__img {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 250px;
    overflow: hidden
}

.angebot-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.angebot-card__content {
    margin-bottom: 20px
}

.angebot-card__content>p {
    color: var(--darkGrey)
}

.angebot-card__excerpt {
    color: var(--darkGrey)
}

.angebot-opts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px
}

.gallerybox {
    padding: 120px 0
}

.gallerybox__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px
}

.gallerybox__desc {
    font-size: 24px;
    line-height: 150%
}

.gallerybox-images {
    display: flex;
    gap: 22px
}

.gallerybox__column {
    display: flex;
    flex-direction: column;
    gap: 22px;
    flex: 1 33.333%
}

.gallerybox__column:nth-child(1) .gallerybox__item:nth-child(1) {
    max-height: 357px
}

.gallerybox__column:nth-child(1) .gallerybox__item:nth-child(2) {
    max-height: 285px
}

.gallerybox__column:nth-child(2) .gallerybox__item:nth-child(1) {
    max-height: 285px
}

.gallerybox__column:nth-child(2) .gallerybox__item:nth-child(2) {
    max-height: 357px
}

.gallerybox__column:nth-child(3) .gallerybox__item:nth-child(1) {
    max-height: 352px
}

.gallerybox__column:nth-child(3) .gallerybox__item:nth-child(2) {
    max-height: 290px
}

.gallerybox__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.gallerybox__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.kontaktformular {
    padding: 120px 0
}

.kontaktformular__container-m {
    max-width: 1280px
}

.kontaktformular__head {
    text-align: left;
    margin-bottom: 56px
}

.kontaktformular__head h3 {
    margin-bottom: 10px
}

.kontaktformular__head p {
    color: var(--darkGrey);
    font-size: 16px;
    line-height: 24px
}

.kontaktformular__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center
}

.mensaplan {
    padding: 120px 0
}

.mensaplan-head {
    margin-bottom: 25px
}

.mensaplan-head h2 {
    margin-bottom: 8px
}

.mensaplan-head p {
    color: var(--darkGrey)
}

.mensaplan-opts {
    margin-top: 25px
}

.numbersbox {
    padding: 120px 0;
    background-color: var(--black)
}

.numbersbox__container {
    display: flex;
    align-items: center;
    gap: 64px
}

.numbersbox__image {
    flex: 1 48%;
    display: flex
}

.numbersbox__image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 470px;
    max-height: 560px;
    overflow: hidden
}

.numbersbox__image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.numbersbox__content {
    flex: 1 48%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start
}

.numbersbox__subtitle {
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px
}

.numbersbox__title {
    color: #fff
}

.numbersbox__counters {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
    width: 100%
}

.numbersbox__counter {
    flex: 1 240px;
    color: #fff
}

.numbersbox__counter-number,
.numbersbox__counter-symbol {
    display: inline-flex;
    font-size: 66px;
    line-height: 120%;
    font-weight: 600
}

.numbersbox__counter-text {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400
}

.textslider {
    padding: 120px 0
}

.textslider__section-head {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 66px
}

.textslider__section-head h2 {
    flex: 1 48%
}

.textslider__section-head p {
    flex: 1 48%;
    color: var(--darkGrey)
}

.textslider .swiper.textslider-list {
    overflow: visible
}

.textslider .swiper.textslider-list .swiper-wrapper {
    align-items: stretch
}

.textslider .textslider-slide {
    max-width: 515px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto
}

.textslider .textslider-slide__head {
    margin-bottom: 20px
}

.textslider .textslider-slide__text p {
    color: var(--darkGrey)
}

.textslider .textslider-list__nav.slider-navigation-wrap {
    justify-content: flex-end;
    margin-top: 100px
}

.teachers {
    position: relative;
    padding: 120px 0
}

.teachers__head {
    margin-bottom: 20px
}

.teachers .pagination {
    margin-top: 20px
}

.teachers-content {
    transition: opacity .2s ease-in-out, filter .2s ease-in-out, pointer-events .2s ease-in-out
}

.teachers-content.loading {
    opacity: .5;
    filter: blur(2px);
    pointer-events: none;
    transition: opacity .2s ease-in-out, filter .2s ease-in-out, pointer-events .2s ease-in-out
}

.profile-row {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.profile-photo {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.textbild {
    padding: 120px 0;
    background-color: var(--black)
}

.textbild__container {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.textbild__container.textbild__content--reverse {
    flex-direction: row-reverse
}

.textbild__content {
    flex: 1 48%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start
}

.textbild__title {
    color: #fff
}

.textbild__text {
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    max-width: 565px
}

.textbild__image {
    flex: 1 48%
}

.textbild__image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 757px;
    max-height: 663px;
    overflow: hidden
}

.textbild__image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.videobox {
    padding: 120px 0
}

.videobox__title {
    margin-bottom: 48px
}

.videobox-player {
    display: flex;
    width: 100%;
    max-height: 826px;
    aspect-ratio: 16/9
}

.videobox-player__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.videobox-player__wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.videobox-player__wrapper.playing button.play-video {
    transition: all .12s ease;
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden
}

.videobox-player button.play-video {
    display: flex;
    position: absolute;
    z-index: 2;
    align-items: center;
    border-radius: 67px;
    padding: 24px 42px;
    gap: 18px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all .12s ease
}

.videobox-player button.play-video span {
    font-size: 28px;
    font-weight: 600;
    color: var(--darkGrey);
    line-height: 43px
}

.vita {
    padding: 150px 0
}

.vita__container {
    max-width: 1018px
}

.vita__head {
    margin-bottom: 150px
}

.vita__head .section-title {
    text-align: center
}

.vita__content {
    display: flex;
    flex-direction: column;
    gap: 170px 0;
    padding-left: 60px
}

.vita-step {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    color: #000
}

.vita-step__year {
    display: inline-block;
    font-size: 96px;
    line-height: 1;
    font-weight: 500
}

.vita-step__desc {
    font-size: 28px;
    line-height: 40px;
    max-width: 520px
}

.vita-step:nth-child(even) {
    position: relative;
    justify-content: flex-end
}

.vita-step:nth-child(even):after,
.vita-step:nth-child(even):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 75px;
    background-color: #000;
    left: 50%;
    transform: translate(-50%, 0)
}

.vita-step:nth-child(even):before {
    top: -112px
}

.vita-step:nth-child(even):after {
    bottom: -112px
}

.vita-step:last-child::after {
    display: none
}

@media screen and (max-width:1023px) {
    .vita {
        padding: 60px 0
    }

    .vita-step {
        flex-direction: column;
        align-items: center
    }

    .vita__content {
        padding-left: 0
    }

    .vita-step__year {
        font-size: 60px
    }

    .vita-step__desc {
        font-size: 20px;
        line-height: 140%;
        text-align: center
    }

    .vita__head {
        margin-bottom: 50px
    }
}

.werteblock {
    padding: 180px 0;
    background-color: var(--black)
}

.werteblock__head {
    text-align: center;
    margin-bottom: 70px
}

.werteblock__head h2 {
    color: var(--white);
    margin-bottom: 20px
}

.werteblock__head p {
    color: var(--brightGrey)
}

.werteblock__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center
}

.button-werte {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 300;
    color: var(--white);
    padding: 20px 50px;
    border: 1px solid var(--white);
    border-radius: 60px;
    transition: all .12s ease-in-out
}

@media screen and (max-width:1179px) {
    .textsection {
        padding-top: 100px;
        padding-bottom: 60px
    }
}

.entry-content p {
    margin-bottom: 20px
}

ul.wp-block-page-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
    color: var(--darkGrey)
}

.wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
    margin: 0
}

.image-banner__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 623px;
    overflow: hidden
}

.image-banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.kompetenzen {
    padding: 100px 0
}

.kompetenzen .section-title {
    text-align: center
}

.kompetenzen__head {
    margin-bottom: 78px
}

.kompetenzen__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 144px
}

.post__container h1.post-title {
    line-height: 120%;
    margin-top: 16px
}

.post-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 100px
}

.post-content__text {
    flex: 1 480px
}

.post-content__text p {
    margin-bottom: 30px
}

.post-content__thumb {
    flex: 1 auto;
    max-width: 402px
}

.post-content__thumb-caption {
    margin-top: 16px
}

.single-team__head {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

picture.single-team__photo {
    display: flex;
    flex: 1 48%
}

.single-team__info {
    flex: 1 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0
}

.single-team__info h1.single-team__name {
    line-height: 120%;
    margin-bottom: 40px
}

.single-team__info ul.team-card__positions {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
    color: #333
}

.single-team__info-buttons {
    margin-top: auto;
    margin-left: auto
}

.single-team__zitat {
    padding: 100px 0;
    text-align: center
}

.single-team__zitat-text {
    max-width: 590px;
    margin: auto;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    color: #000
}

.newsfeed {
    padding-top: 100px;
    padding-bottom: 60px
}

.newsfeed button.slider-nav {
    display: none
}

.newsfeed__head {
    margin-bottom: 128px
}

.newsfeed .section-title {
    text-align: center
}

.newsfeed .swiper-wrapper {
    position: relative;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 56px;
    column-gap: 56px;
    display: inline
}

.newsfeed__content {
    position: relative;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 56px;
    column-gap: 56px
}

@media screen and (max-width:879px) {
    .newsfeed__content {
        -moz-column-count: 1;
        column-count: 1
    }
}

.newsfeed__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px
}

@media screen and (max-width:1179px) {
    .newsfeed {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .newsfeed .swiper {
        -moz-column-count: auto;
        column-count: auto;
        position: relative;
        overflow: visible
    }

    .newsfeed__head {
        margin-bottom: 30px
    }

    .newsfeed .swiper-wrapper {
        display: flex;
        column-count: initial;
        -moz-column-count: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .newsfeed article.newsfeed-item.swiper-slide {
        padding: 18px 20px
    }

    .newsfeed button.slider-nav {
        background-color: transparent;
        padding: 0;
        max-width: 26px;
        width: 100%;
        display: flex;
        align-items: center;
        height: 24px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, 0);
        z-index: 800
    }

    .newsfeed button.slider-nav.nav-prev {
        justify-content: flex-start;
        left: 5px
    }

    .newsfeed button.slider-nav.nav-next {
        justify-content: flex-end;
        right: -20px
    }
}

.newsfeed-item {
    max-width: 100%;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding-top: 22px;
    padding-bottom: 70px;
    border-top: 1px solid var(--darkGrey)
}

.newsfeed-item__header {
    margin-bottom: 30px
}

.newsfeed-item__category {
    margin-bottom: 22px;
    font-weight: 700
}

.newsfeed-item__title {
    color: var(--black)
}

.newsfeed-item__content {
    color: var(--darkGrey);
    overflow: hidden;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow-wrap: break-word
}

.newsfeed-item a {
    transition: color .3s ease-in-out
}

.newsfeed-item a:hover {
    color: var(--pink);
    transition: color .3s ease-in-out
}

@media screen and (max-width:1179px) {
    .newsfeed-item {
        padding-top: 18px;
        padding-bottom: 20px
    }

    .newsfeed-item__header {
        margin-bottom: 24px
    }

    .newsfeed-item__category {
        font-size: 16px
    }

    .newsfeed-item__content {
        -webkit-line-clamp: 14
    }
}

.newsfeed-page {
    margin-top: 200px
}

.newsfeed-page .news-page__header {
    margin-bottom: 120px
}

.newsfeed-page .newsfeed__categories-wrapper {
    margin-bottom: 25px
}

.newsfeed-page .newsfeed__categories-listcats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

.newsfeed-page .filter-item-active a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #737b7d;
    line-height: 32px;
    font-weight: 600;
    gap: 5px;
    flex-wrap: nowrap;
    transition: color .12s ease
}

.newsfeed-page .filter-item-active a:hover {
    color: rgba(115, 123, 125, .368627451);
    transition: color .12s ease
}

.newsfeed-page .filter-item-active a:hover span.remove-active-icon svg path {
    stroke: var(--pink);
    transition: stroke .12s ease
}

.newsfeed-page .filter-item-active a span.remove-active-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.newsfeed-page ul.newsfeed__categories {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.newsfeed-page .active-filters {
    display: flex;
    width: 100%
}

.newsfeed-page .newsfeed__categories-listcats>span {
    display: inline-block;
    color: #737b7d;
    font-size: 18px;
    line-height: 32px
}

.newsfeed-page ul.newsfeed__categories li a {
    font-size: 18px;
    color: #737b7d;
    line-height: 32px;
    font-weight: 700
}

.newsfeed-page ul.newsfeed__categories li {
    position: relative;
    display: flex
}

.newsfeed-page ul.newsfeed__categories li:after {
    content: "|";
    font-size: 18px;
    color: #737b7d;
    line-height: 32px;
    font-weight: 700;
    padding-left: 10px
}

.newsfeed-page ul.newsfeed__categories li:last-child::after {
    display: none
}

.newsfeed-page ul.newsfeed__categories li:hover a {
    color: var(--pink)
}

.newsfeed-page .newsfeed__content-wrapper.loading .newsfeed__content {
    opacity: .5;
    filter: blur(2px);
    pointer-events: none;
    transition: opacity .2s ease-in-out, filter .2s ease-in-out, pointer-events .2s ease-in-out
}

.newsfeed-page .newsfeed__categories-wrapper.loading {
    opacity: .5;
    filter: blur(2px);
    pointer-events: none;
    transition: opacity .2s ease-in-out, filter .2s ease-in-out, pointer-events .2s ease-in-out
}

@media screen and (max-width:879px) {
    .newsfeed-page .newsfeed__content {
        -moz-column-count: 1;
        column-count: 1
    }
}

.archive-page {
    padding: 100px 0
}

.archive-page header.page-header {
    text-align: center;
    margin-bottom: 50px
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.pagination .pagination-next,
.pagination .pagination-prev {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #707173;
    border: 1px solid #707173;
    line-height: 1;
    transition: all .12s ease
}

.pagination .pagination-next svg path,
.pagination .pagination-prev svg path {
    transition: fill .12s ease
}

.pagination .pagination-next:hover,
.pagination .pagination-prev:hover {
    cursor: pointer;
    border-color: var(--pink)
}

.pagination .pagination-next:hover svg path,
.pagination .pagination-prev:hover svg path {
    fill: var(--pink)
}

.pagination .pagination-next.disabled,
.pagination .pagination-prev.disabled {
    opacity: .5;
    pointer-events: none
}

.pagination-pageslist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.pagination-pageslist .next.page-numbers,
.pagination-pageslist .prev.page-numbers {
    display: none
}

.pagination-pageslist .page-numbers {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #707173;
    border: 1px solid #707173;
    line-height: 1
}

.pagination-pageslist .page-numbers.current,
.pagination-pageslist .page-numbers:hover {
    cursor: pointer;
    border-color: var(--pink);
    color: var(--pink)
}

.loader-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}

.loader-wrapper .loader-loader {
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

input.wpcf7-form-control.wpcf7-not-valid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3NjM4XzYwNzApIj4KPHBhdGggZD0iTTguMDAwNjUgNS4zMzMzN1Y4LjAwMDA0TTguMDAwNjUgMTAuNjY2N0g4LjAwNzMyTTE0LjY2NzMgOC4wMDAwNEMxNC42NjczIDExLjY4MTkgMTEuNjgyNiAxNC42NjY3IDguMDAwNjUgMTQuNjY2N0M0LjMxODc1IDE0LjY2NjcgMS4zMzM5OCAxMS42ODE5IDEuMzMzOTggOC4wMDAwNEMxLjMzMzk4IDQuMzE4MTQgNC4zMTg3NSAxLjMzMzM3IDguMDAwNjUgMS4zMzMzN0MxMS42ODI2IDEuMzMzMzcgMTQuNjY3MyA0LjMxODE0IDE0LjY2NzMgOC4wMDAwNFoiIHN0cm9rZT0iI0YwNDQzOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzYzOF82MDcwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    border-color: #f04438
}

.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.wpcf7-not-valid-tip {
    color: #f04438;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    margin-top: 6px
}

.form-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px
}

.form-foot {
    position: relative;
    width: 100%;
    margin-top: 64px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end
}

span.wpcf7-spinner {
    position: absolute;
    left: 0
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: .2;
    pointer-events: none
}

.form-grid .form-row {
    display: grid;
    grid-template-columns: 33% auto;
    gap: 0
}

.form-grid .form-col:first-child {
    padding: 15px 5px 15px 15px;
    border-right: 1px solid #e3e3e3
}

.form-grid .form-col:last-child {
    padding: 15px;
    background: #f6f6f6
}

.form-grid .form-foot {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 64px;
    background-color: #f6f6f6
}

@media screen and (max-width:992px) {
    .form-grid .form-row {
        grid-template-columns: 50% auto
    }
}

@media screen and (max-width:579px) {
    .form-grid .form-row {
        grid-template-columns: 1fr
    }
}

.form-col {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    flex: 1
}

.form-row {
    display: flex;
    gap: 20px
}

span.field-hint {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px
}

.wpcf7-list-item {
    margin: 0
}

.wpcf7-acceptance label {
    display: block;
    position: relative
}

.wpcf7-acceptance label:hover {
    cursor: pointer
}

.wpcf7-acceptance label input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1
}

.wpcf7-acceptance label input[type=checkbox]:checked+span::after {
    opacity: 1;
    visibility: visible;
    transition: opacity .12s ease-in-out, visibility .12s ease-in-out
}

.wpcf7-acceptance label input[type=checkbox]:checked+span::before {
    border-color: var(--pink);
    outline-color: var(--pink);
    transition: border-color .12s ease-in-out, outline-color .12s ease-in-out
}

.wpcf7-acceptance label span {
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    line-height: 32px;
    color: var(--black)
}

.wpcf7-acceptance label span a {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-offset: 2px;
    transition: text-decoration-color .12s ease-in-out
}

@media (any-hover:hover) {
    .wpcf7-acceptance label span a:hover {
        text-decoration-color: transparent;
        transition: text-decoration-color .12s ease-in-out
    }
}

.wpcf7-acceptance label span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #b1b1b1;
    background-color: transparent;
    transition: border-color .12s ease-in-out, outline-color .12s ease-in-out;
    outline: 4px solid transparent;
    outline-offset: -8px
}

form.wpcf7 {
    transition: opacity .12s ease-in-out, visibility .12s ease-in-out
}

form.wpcf7.form-sended {
    opacity: 0;
    visibility: hidden;
    transition: opacity .12s ease-in-out, visibility .12s ease-in-out
}

.formular-base {
    position: relative
}

.formular-base .formular-success-message {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity .12s ease-in-out, visibility .12s ease-in-out
}

.formular-base .formular-success-message.success-send {
    opacity: 1;
    visibility: visible;
    transition: opacity .12s ease-in-out, visibility .12s ease-in-out
}

.formular-base .formular-success-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin: auto;
    text-align: center;
    gap: 25px
}

img.alignleft {
    float: left;
    margin: 20px 38px 0 38px
}

img.alignleft:first-child {
    margin-left: 0
}

nav.social-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 24px
}

nav.social-menu ul li a {
    display: flex;
    transition: color .12s ease-in-out
}

nav.social-menu ul li a .social-icon {
    display: flex;
    font-size: 24px
}

@media (any-hover:hover) {
    nav.social-menu ul li:hover a {
        color: var(--highlight)
    }
}

.spoiler-item {
    border: 1px solid #c5c5c5;
    padding: 20px 30px 15px 30px;
    margin-bottom: 10px
}

.spoiler-item:last-child {
    margin-bottom: 0
}

.spoiler-item.active .spoiler-item__title::after {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDMwIDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIyOS40OTUxIiB5MT0iMC41IiB4Mj0iMC4zOTM3NzIiIHkyPSIwLjQ5OTk5OCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
    transition: background-image .3s ease
}

@media screen and (max-width:1179px) {
    .spoiler-item {
        padding: 10px 15px 8px 8px
    }
}

.spoiler-item__content {
    display: none;
    font-size: 18px;
    line-height: 32px;
    color: #737b7d;
    padding-top: 18px;
    max-width: 954px;
    width: 100%
}

.spoiler-item__title {
    position: relative;
    display: flex;
    padding-right: 50px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.spoiler-item__title p {
    font-weight: 700;
    color: #515d60
}

.spoiler-item__title:hover {
    cursor: pointer
}

.spoiler-item__title::after {
    position: absolute;
    display: flex;
    align-items: center;
    content: "";
    width: 30px;
    height: 27px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjI5LjQ5NTEiIHkxPSIxNC40NjA5IiB4Mj0iMC4zOTM3NzIiIHkyPSIxNC40NjA5IiBzdHJva2U9ImJsYWNrIi8+CjxsaW5lIHgxPSIxNC40NDQzIiB5MT0iMjYuOTYwOSIgeDI9IjE0LjQ0NDMiIHkyPSIwLjk2MDkzOCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
    transition: transform .3s ease
}

.not-found {
    padding: 150px 0
}

.not-found__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.not-found h1 {
    font-size: 98px
}

.not-found .page-header {
    text-align: center
}

@media screen and (max-width:1023px) {
    main {
        margin-top: 45px
    }

    .newsfeed-page {
        margin-top: 80px
    }

    body.single main {
        margin-top: 80px
    }

    a.text-marker,
    p.text-marker {
        line-height: normal
    }
}

.ti-widget.ti-goog .ti-controls {
    display: block !important
}


/* footer */
footer.site-footer {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #cbcbcb
}

footer.site-footer h2.wp-block-heading {
    position: relative;
    margin-bottom: 40px
}

footer.site-footer h2.wp-block-heading::before {
    content: "";
    position: relative;
    width: 12px;
    height: 25px;
    background: linear-gradient(to bottom, #e20074 50%, #6e6e6e 50%);
    display: inline-block;
    margin-right: 14px
}

footer.site-footer .footer-widget {
    flex: 1 320px
}

footer.site-footer .footer-widget p {
    font-size: 18px;
    line-height: 32px;
    color: var(--darkGrey)
}

.site-footer__container {
    max-width: 1300px
}

.site-footer__top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 70px 20px;
    margin-bottom: 38px
}

.footer-widget#block-4 figure {
    margin-top: 40px
}

.footer-widget#block-4 figure img {
    mix-blend-mode: multiply
}

.site-footer__copyright {
    text-align: center;
    color: var(--darkGrey)
}

@media screen and (max-width:1179px) {
    footer.site-footer {
        padding-top: 60px;
        padding-bottom: 30px
    }

    footer.site-footer h2.wp-block-heading {
        position: relative;
        margin-bottom: 30px
    }

    footer.site-footer .footer-widget p {
        font-size: 16px
    }

    .site-footer__top {
        margin-bottom: 70px
    }

    .site-footer__container {
        padding: 0 25px
    }
}