
.wp-block-quote {
    margin: 4.5rem auto 5.5rem auto;
    position: relative;
    font-size: 1.2rem;
    max-width: 800px;
    text-align: left;
    /* text-wrap: balance; */
    border: none;
    /*
    background-image: url('../images/quote.svg');
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: top left;
   
    padding: 0 0 0 75px;
     */
    min-height: 50px;
    font-style: normal;
    
}

.wp-block-quote:before {
    content: "";
    background-image: url('../images/quote.svg');
    background-size: 60px auto;
    background-repeat: no-repeat;

    width: 75px;
    height: 75px;
    display: block;
    float: left;
}
.wp-block-quote:after {
    display: table;
    clear: both;
}
.wp-block-quote.has-text-align-center {
    width: fit-content;
}
.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-center > * {
    text-align: center;
}

details.wp-block-details {
    margin-block-start: 0px !important;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
details.wp-block-details > div {
    padding-bottom: clamp(25px, 4vw, 40px);
}
.wp-block-details summary {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 20px 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 40px;
}
.wp-block-details summary:after {
    content: "+";
    position: absolute;
    font-weight: 700;
    right: 0;
    font-size: 200%;
    line-height: 50%;
    color: #f8961d;
    top: 25px;
}
details.wp-block-details[open] summary:after {
    content: "−";
}
.wp-block-details summary + * {
    margin-block-start: 0 !important;
}
details.wp-block-details > *:last-child {
    margin-block-end: 30px !important;
}
.wp-block-media-text.ikoni .wp-block-media-text__media {
    text-align: center;
    margin-bottom: auto;
}
.wp-block-media-text.ikoni .wp-block-media-text__media > * {
    max-width: 50vw;
    margin: auto;
}
.text > .has-global-padding {
    padding-left: 0;
    padding-right: 0;
}
.wp-block-group.has-background {
    padding: clamp(30px, 5vw, 50px);

    margin-top: clamp(30px, 5vw, 50px);
    margin-bottom: clamp(30px, 5vw, 50px);
}
.wp-block-heading + .wp-block-details {
    margin-block-start: 1.5rem !important;
}