.post-password-form {
    margin-top: 82px;
}
@media all and (max-width: 991px) {
    .post-password-form {
        margin-top: 66px;
    }
}

.wp-block-acf-heading-text .block-inner div.wysiwyg p {
    font-family: "klarheit-bd", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .wp-block-acf-heading-text .block-inner div.wysiwyg p {
        font-size: 32px;
        line-height: 40px;
    }
}

.post-password-form {
    margin-top: 82px;
}
@media all and (max-width: 991px) {
    .post-password-form {
        margin-top: 66px;
    }
}

.post-password-form {
    margin-top: 82px;
}
@media all and (max-width: 991px) {
    .post-password-form {
        margin-top: 66px;
    }
}

.post-password-form {
    margin-top: 82px;
}
@media all and (max-width: 991px) {
    .post-password-form {
        margin-top: 66px;
    }
}

.wp-block-acf-heading-text .block-inner div.wysiwyg p {
    font-family: "klarheit-bd", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .wp-block-acf-heading-text .block-inner div.wysiwyg p {
        font-size: 32px;
        line-height: 40px;
    }
}

.post-password-form {
    margin-top: 82px;
}
@media all and (max-width: 991px) {
    .post-password-form {
        margin-top: 66px;
    }
}

.post-password-form {
    margin-top: 82px;
}
@media all and (max-width: 991px) {
    .post-password-form {
        margin-top: 66px;
    }
}

.newton .wysiwyg a:not(.wysiwyg-button),
.block-editor .wysiwyg a:not(.wysiwyg-button), .newton a.text-link,
.block-editor a.text-link {
    transition: -webkit-text-decoration 400ms ease;
    transition: text-decoration 400ms ease;
    transition: text-decoration 400ms ease, -webkit-text-decoration 400ms ease;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #879380;
}
.newton .wysiwyg a:hover:not(.wysiwyg-button),
.block-editor .wysiwyg a:hover:not(.wysiwyg-button), .newton a.text-link:hover,
.block-editor a.text-link:hover {
    text-decoration-color: #FF6223;
}

.newton,
.block-editor {
    font-family: "klarheit-rg", sans-serif;
    color: #272C36;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .newton,
    .block-editor {
        font-size: 14px;
        line-height: 22px;
    }
}
.newton .max-width,
.block-editor .max-width {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.newton .block-inner,
.block-editor .block-inner {
    width: 100%;
}
.newton a,
.block-editor a {
    color: #272C36;
    text-decoration: none;
}
.newton a.text-link.disabled,
.block-editor a.text-link.disabled {
    pointer-events: none;
    color: #BDBBBC;
    text-decoration-color: #BDBBBC;
    cursor: default;
}
.newton ul,
.block-editor ul {
    list-style-type: none;
}
.newton .wysiwyg hr,
.block-editor .wysiwyg hr {
    margin: 1rem 0;
    border-color: #272C36;
}
.newton .wysiwyg p, .newton .wysiwyg ul, .newton .wysiwyg ol,
.block-editor .wysiwyg p,
.block-editor .wysiwyg ul,
.block-editor .wysiwyg ol {
    margin-bottom: 1em;
}
.newton .wysiwyg ul li,
.block-editor .wysiwyg ul li {
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 18px;
}
.newton .wysiwyg ul li::before,
.block-editor .wysiwyg ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF6223;
    position: absolute;
    left: 0;
    top: 7px;
}
.newton .wysiwyg ol,
.block-editor .wysiwyg ol {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
}
.newton .wysiwyg ol li,
.block-editor .wysiwyg ol li {
    margin-bottom: 12px;
    counter-increment: item;
    position: relative;
    padding-left: 32px;
}
.newton .wysiwyg ol li::before,
.block-editor .wysiwyg ol li::before {
    content: "0" counter(item); /* Display counter with a period */
    position: absolute;
    left: 0;
    color: #FF6223;
}
.newton .wysiwyg :last-child,
.block-editor .wysiwyg :last-child {
    margin-bottom: 0;
}
.newton:focus-visible,
.block-editor:focus-visible {
    outline: #7641E2 auto 1px;
}
@media (prefers-color-scheme: dark) {
    .newton body,
    .block-editor body {
        background-color: #272C36;
        color: #FFFFFF;
    }
}

.newton :focus {
    outline: none;
}
.newton :focus-visible {
    outline: none;
    box-shadow: 0 0 0 1.5px rgb(118, 65, 226); /* Custom focus-visible style */
}

.newton:has(.block_404, .post-password-form) {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.newton:has(.block_404, .post-password-form) header {
    z-index: 20;
}
.newton:has(.block_404, .post-password-form) .site-footer {
    margin-top: auto;
}

.post-password-form {
    max-width: 1920px;
    padding: 120px clamp(20px, 3.5vw, 64px) 160px;
}
.post-password-form p {
    margin-bottom: 30px;
}
.post-password-form p:last-child {
    margin-bottom: 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.post-password-form input[type=password] {
    font-size: 16px;
    font-weight: 400;
    color: #272C36;
    font-family: "klarheit-rg", sans-serif;
    line-height: 24px;
    padding: 16px 12px;
    border-radius: 6px;
    background-color: #EAEAEA;
    border: none;
    transition: background-color 300ms ease;
    margin-left: 10px;
}
.post-password-form input[type=password]::-moz-placeholder {
    color: #272C36;
}
.post-password-form input[type=password]::placeholder {
    color: #272C36;
}
.post-password-form input[type=password]:hover {
    background-color: #D9D7D8;
}
.post-password-form input[type=password]:focus {
    outline: 1.5px solid #7641E2;
}
.post-password-form input[type=password]:disabled::-moz-placeholder {
    color: #BDBBBC;
    cursor: not-allowed;
    pointer-events: none;
}
.post-password-form input[type=password]:disabled::placeholder {
    color: #BDBBBC;
    cursor: not-allowed;
    pointer-events: none;
}
@media all and (max-width: 767px) {
    .post-password-form input[type=password] {
        min-height: unset !important;
        line-height: unset !important;
    }
}
.post-password-form input[type=submit] {
    width: -moz-max-content;
    width: max-content;
    padding: 14px 24px;
    text-decoration: none;
    font-family: "klarheit-mono-bd";
    font-size: 12px;
    line-height: 1.67;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 400ms ease;
    background-color: transparent;
    color: #272C36;
    border: 1.5px solid #272C36;
}
@media screen and (max-width: 767px) {
    .post-password-form input[type=submit] {
        padding: 12px 18px;
    }
}
.post-password-form input[type=submit]:hover {
    background-color: #FF6223;
    border-color: #FF6223;
    cursor: pointer;
}

.wp-block-acf-heading-text {
    background-color: #F5F5F5;
}
.wp-block-acf-heading-text .block-inner {
    padding: 120px clamp(20px, 3.5vw, 64px);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.wp-block-acf-heading-text .block-inner .block-align {
    grid-column: 1/span 7;
}
@media all and (max-width: 1200px) {
    .wp-block-acf-heading-text .block-inner .block-align {
        grid-column: 1/span 9;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-heading-text .block-inner .block-align {
        grid-column: span 12;
    }
}
.wp-block-acf-heading-text .block-inner .block-align.center {
    grid-column: 3/span 8;
}
@media all and (max-width: 1200px) {
    .wp-block-acf-heading-text .block-inner .block-align.center {
        grid-column: 2/span 10;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-heading-text .block-inner .block-align.center {
        grid-column: span 12;
    }
}
.wp-block-acf-heading-text .block-inner .block-align.right {
    grid-column: 5/span 7;
}
@media all and (max-width: 991px) {
    .wp-block-acf-heading-text .block-inner .block-align.right {
        grid-column: 4/span 9;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-heading-text .block-inner .block-align.right {
        grid-column: span 12;
    }
}
.wp-block-acf-heading-text .block-inner div.wysiwyg.highlight-text {
    backface-visibility: hidden;
    will-change: color;
}
.wp-block-acf-heading-text .block-inner div.wysiwyg p {
    max-width: 900px;
    color: #BDBBBC;
    transition: color 600ms;
}
/*# sourceMappingURL=heading-text.css.map */
