:root {
    --wp--preset--font-family--Helvetica: "Helvetica Neue LT Std";
}

body {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, .has-xx-large-font-size {
    line-height: 1.3 !important;
}

h1.light, h2.light, h3.light {
    font-weight: 250 !important;
}

h1.medium, h2.medium, h3.medium {
    font-weight: 400 !important;
}

p {
    max-width: 75ch;
}

details p {
    max-width: inherit;
}

a[target="_blank"]::after {
    content: " ➚"; /* Das Symbol nach dem Link */
    font-size: 0.8em; /* Optional: Symbol kleiner machen */
    /* Abstand zwischen Text und Symbol */
    text-decoration: none;
}


.is-layout-constrained {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.page-template-page-no-title .wp-block-group {
    /* margin-bottom: 60px !important; */
}

.page-template-page-no-title .wp-block-group:last-of-type {
    margin-bottom: 0 !important;
}

.page-template-page-no-title .wp-block-group.is-style-blue-box {
    margin-bottom: 0 !important;
}

.page-template-page-no-title header .wp-block-group {
    margin-bottom: 0 !important;
}

.is-style-kathinka-line {

    line-height: 1.5;

    span {
        box-shadow: inset 0 -0.55em 0 #9EBBE3;
        padding: 0 0.2em;
    }
}

.wp-block-post-date.is-style-kathinka-line {

    a {
        text-decoration: underline;
        text-underline-offset: 0.3em;
        text-decoration-thickness: 4px !important;
        text-decoration-color: #9EBBE3;
    }

    a:hover {
        text-decoration-color: black;
    }


}

a.wp-block-navigation-item__content:not([href]):hover {

    text-decoration: none;
    text-underline-offset: 0;
    text-decoration-thickness: 0 !important;
    text-decoration-color: white;
    cursor: default;

}

.is-style-kathinka-out-cut {
    display: block;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 60px !important;
    margin-bottom: 10px !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .is-style-kathinka-out-cut {
        position: relative;
        top: 6px;
    }
}

a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 1px !important;
    transition: transform .5s ease;

}

a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 2px !important;

}


*:focus,
*:active {
    outline: none !important;
    box-shadow: none !important;
    color: unset !important;
    border-color: unset !important;
}


button[aria-label="Display"] {
    display: none !important;
}

button[aria-label="Subtitle"] {
    display: none !important;
}

button[aria-label="Annotation"] {
    display: none !important;
}

button[aria-label="Style 1"] {
    display: none !important;
}

button[aria-label="Style 2"] {
    display: none !important;
}

button[aria-label="Style 3"] {
    display: none !important;
}

button[aria-label="Style 4"] {
    display: none !important;
}

button[aria-label="Style 5"] {
    display: none !important;
}

.components-font-appearance-control {
    display: none !important;
}

.fading-angel {
    position: relative;
    display: inline-block;
    margin: 100px 0;
    padding: 40px 60px;
}

.fading-angel::before,
.fading-angel::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 80px;
    opacity: 0;
    transition: opacity 1s ease;
}

.fading-angel::before {
    left: -10px;
    bottom: -50px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'><rect fill='%233c8433' width='20' height='80'/><rect fill='%233c8433' y='60' width='120' height='20'/></svg>");
    z-index: 0;
}

.fading-angel::after {
    right: -10px;
    top: 30px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'><rect fill='%236099c9' x='100' width='20' height='80'/><rect fill='%236099c9' width='120' height='20'/></svg>");
    z-index: 0;
}

.fading-angel.show-overlays::before,
.fading-angel.show-overlays::after {
    opacity: 1;
}

.fading-angel img {
    position: relative;
    z-index: 1;
}

.wp-block-cover {
    p {
        padding: .5em .8em;
    }
}

div[data-type="core/group"] {
    margin-bottom: 100px !important;
    border-bottom: 2px solid #0a7aff;
}


.wp-block-details summary::-webkit-details-marker {
    display: none;
}

.wp-block-details summary::marker {
    display: none;
}


.wp-block-details summary {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 1.2em;
}

.wp-block-details summary::after {
    content: "›";
    display: inline-block;
    margin-left: .5em;
    vertical-align: 0;
    transition: transform .2s ease;
    font-size: 30px;
    font-family: "Helvetica Neue LT Std", Arial, sans-serif !important;
}

.wp-block-details[open] summary::after {
    transform: rotate(90deg);
}

.polaroidpuzzle {
    border: 20px solid white;
    margin-left: -60px;
    vertical-align: center;
}

.wp-block-group.center {
    text-align: center;
}

footer.wp-block-template-part {
    margin-block-start: 0 !important;
}

.margintopzero {
    margin-block-start: 0 !important;
}


.parallax-col {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.sticky-col img,
.sticky-col {
    max-height: 100vh;
    object-fit: cover;
    width: 100%;
}

.snappy {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
}

.snappy .wp-block-group {
    scroll-snap-align: center;
    min-height: 100vh;

    .wp-block-image img {
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    .wp-block-image.in-view img {
        opacity: 1;
    }

    .wp-block-quote {
        position: relative;
        border: 0;
        margin-right: 0;
        margin-left: 0;
        padding-top: var(--wp--preset--spacing--30);
        padding-right: var(--wp--preset--spacing--40);
        padding-bottom: var(--wp--preset--spacing--30);
        padding-left: var(--wp--preset--spacing--40);
        margin-bottom: 60px;
    }

    .wp-block-quote::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: -10px;
        width: 88.4px;
        height: 59.8px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88.4 59.8"><polygon fill="black" points="0 0 0 59.8 88.4 59.8 88.4 37.9 21.8 37.9 21.8 0 0 0"/></svg>') no-repeat 0 0;
        opacity: .1;


    }
}

form.marketingForm {

    padding-top: 60px;

    div[data-layout="true"] {
        margin: unset !important;
        max-width: 800px !important;
    }

    table, th {
        width: 100% !important;
        text-align: left !important;
    }

    h1 {
        text-align: left !important;
    }


    fieldset.eventSessions {
        border: 1px solid #0a7aff !important;
    }

    div.eventSession {
        input[type="radio"], input[type="checkbox"] {

            width: 30px;
            margin: 0.5em 0;
            float: left;
        }

        label {
            font-weight: 800 !important;
        }
    }

    div[data-editorblocktype="Speakers"] {
        border-bottom: 1px solid #0a7aff;
        padding-bottom: 30px !important;
        margin-bottom: 60px !important;
    }

    div[data-editorblocktype="Speakers"] p {
        font-size: 20px !important;
    }

    div[data-editorblocktype="Text"] {
        margin: 0 !important;
        text-align: left !important;
    }

    div[data-editorblocktype="About"] span {
        font-size: 20px !important;
    }

    .textFormFieldBlock label {
        display: block;
    }

    .textFormFieldBlock input {
        display: block;
        margin-bottom: 30px;
        padding: 10px;
        font-size: 18px;
        width: 50%;
    }

    .textFormFieldBlock input:focus {
        border: 2px solid #0a7aff !important;
    }

    .consentBlock {
        padding: 0 !important;

    }

    .emptyContainer input[type="radio"],
    .emptyContainer input[type="checkbox"] {
        display: block;
        float: left;
        width: 30px;
        margin: 0.5em 0;
        float: left;

    }

    .emptyContainer {
        tbody, th {
            padding: 0 !important;
            width: 660px !important;
        }
    }

    table[role="presentation"] {
        border: 1px solid #dddddd;
        padding: 20px 0;

        #wlspispSolutionElement {
            padding: 10px !important;
        }
    }

    table[role="presentation"] table[role="presentation"] {
        border: 0;
    }

    div[data-editorblocktype="Divider"] {
        th {
            border-top-color: #0a7aff !important;
            border-top-width: 1px !important;
        }
    }

    .submitButtonWrapper {
        margin-top: 20px;
    }

    .submitButton {

        border: 2px solid #0a7aff;
        padding: 8px 16px;
        font-size: 20px;
        color: white;
        background-color: #0a7aff;
        cursor: pointer;

    }

    input[type="tel"] {
        display: block;
        margin-bottom: 30px;
        padding: 10px;
        font-size: 18px;
    }

    input[type="tel"]:focus {
        border: 2px solid #0a7aff !important;
    }

    select {
        display: block;
        margin-bottom: 30px;
        padding: 10px;
        font-size: 18px;
        border: 1px solid rgb(133, 133, 133) !important;
    }
}

.post-template-template-ohne-titel, .seminare-template {
    header.wp-block-group-is-layout-constrained {
        position: sticky !important;
        top: 0;
        z-index: 1000;
    }
}

header.wp-block-template-part {
    position: sticky !important;
    top: 0;
    z-index: 1000;
}

.wp-block-cover {
    overflow: hidden !important;
}

.wp-block-button {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.rot .wp-block-button__link {
    border: 2px solid #7f0c2d;
    background-color: none !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #7f0c2d;

}

.rot .wp-block-button__link:hover {
    border: 2px solid #7f0c2d;
    background-color: #7f0c2d !important;
    color: white;
    text-decoration: none;
}

.gruen .wp-block-button__link {
    border: 2px solid #3C8302;
    background-color: none !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #3C8302;

}

.gruen .wp-block-button__link:hover {
    border: 2px solid #3C8302;
    background-color: #3C8302 !important;
    color: white;
    text-decoration: none;
}

.blau .wp-block-button__link {
    border: 2px solid #0a7aff;
    background-color: none !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #0a7aff;

}

.blau .wp-block-button__link:hover {
    border: 2px solid #385B7D;
    background-color: #385B7D !important;
    color: white;
    text-decoration: none;
}

.grau .wp-block-button__link {
    border: 2px solid #515048;
    background-color: rgba(255, 255, 255, 0) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #515048;

}

.grau .wp-block-button__link:hover {
    border: 2px solid #7f0c2d;
    background-color: #7f0c2d !important;
    color: white !important;
    text-decoration: none;
}

.wp-block-list {
    list-style: none; /* Standard-Bulletpoints entfernen */
    padding: 0;
    margin: 0;
    margin-bottom: 2em !important;
    margin-block-end: 1rem;
}

.wp-block-list li {
    position: relative;
    padding-left: 1.5em !important; /* Platz für das Quadrat */
    padding-top: 0.5em !important;
}

.wp-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.975em;
    width: 0.4em;
    height: 0.4em;
    background-color: #7f0c2d;
    border-radius: 1px;
}

@media (min-width: 800px) {

    .type-team .wp-block-group {
        min-height: 530px;
    }

    .type-team .wp-block-group {
        min-height: 530px;
    }

    .boxheight300 {
        min-height: 320px !important;
    }

    .boxheight360 {
        min-height: 360px !important;
    }

    .boxheight420 {
        min-height: 420px !important;
    }

    .boxheight460 {
        min-height: 460px !important;
    }
}

.single-seminarleiter ul {
    margin-bottom: 4em;
}

/* --- Blockquote mit individuellem SVG-Symbol --- */
blockquote {
    position: relative;
    padding-left: 5rem !important;
    margin: 2rem 0;
    border-left: none; /* Standardlinie entfernen */
}

blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 4rem;
    height: 4rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><rect fill="%237f0c2d" x="97.4" y="94.1" width="200" height="49.6" transform="translate(141.9 -104.8) rotate(45)"/><rect fill="%237f0c2d" x="196.7" y="135.2" width="49.1" height="133.2" transform="translate(207.5 -97.4) rotate(45)"/><rect fill="%237f0c2d" x="2.6" y="93.3" width="200" height="49.6" transform="translate(113.6 -37.9) rotate(45)"/><rect fill="%237f0c2d" x="101.8" y="134.4" width="49.1" height="133.2" transform="translate(179.2 -30.5) rotate(45)"/></svg>') no-repeat center / contain;
}

.marketingForm div[data-editorblocktype="About"] h1 span{
    color: #515048;
    font-family: "Helvetica Neue LT Std", Arial, sans-serif !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
}

.marketingForm h2 {
    color: #515048;
    font-family: "Helvetica Neue LT Std", Arial, sans-serif !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
}

.marketingForm h3 {
    color: #515048;
    font-family: "Helvetica Neue LT Std", Arial, sans-serif !important;
}

.marketingForm p {
    color: #515048 !important;
    font-family: "Helvetica Neue LT Std", Arial, sans-serif !important;
    font-size: 16px !important;
}


.marketingForm a,
div[data-editorblocktype="Captcha"] td:nth-of-type(2) a {
    color: #515048 !important;
    font-family: "Helvetica Neue LT Std", Arial, sans-serif !important;
    font-size: 16px !important;
}

.textFormFieldBlock, .dateTimeFormFieldBlock, .twoOptionFormFieldBlock, .optionSetFormFieldBlock, .multiOptionSetFormFieldBlock, .lookupFormFieldBlock {
    padding: 2em 0 !important;
}

div[data-editorblocktype="About"], div[data-editorblocktype="Sessions"], div[data-editorblocktype="Speakers"] {
    padding: 2em 0 !important;
}

.textFormFieldBlock label, .dateTimeFormFieldBlock label, .lookupFormFieldBlock label, .twoOptionFormFieldBlock label.block-label, .optionSetFormFieldBlock label.block-label, .multiOptionSetFormFieldBlock label.block-label, div[data-editorblocktype="Captcha"] label[id^="wlspispHipInstructionContainer"], .textFormFieldBlock label *, .dateTimeFormFieldBlock label *, .lookupFormFieldBlock label *, .twoOptionFormFieldBlock label.block-label *, .optionSetFormFieldBlock label.block-label *, .multiOptionSetFormFieldBlock label.block-label *, .consentBlock label p {
    color: #515048 !important;
    font-family: "Helvetica Neue LT Std", Arial, sans-serif !important;
    font-size: 16px !important;
}

div[data-editorblocktype="Sessions"] h2 {
    margin-bottom: 2em;
    text-align: left !important;
}

@media (max-width: 800px) {
    .wp-block-cover__inner-container p {
        font-size: clamp(30px, 40px, 100px) !important;
    }

    .wp-block-cb-slide-v2 .wp-block-cover__inner-container p {
        font-size: clamp(20px, 25px, 50px) !important;
    }

    .has-x-large-font-size summary{
        font-size: clamp(15px, 25px, 35px) !important;
    }
}


