@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;1,300");

body {
    --color-primary: #b40e44;
    --color-secondary: #c9c1cb;
    --color-tertiary: #dcdcdc;
    --color-button: #b40e44;
    --font-heading: 'Open Sans', sans-serif;
    --font-text: 'Open Sans', sans-serif;
}

.pimcore_tag_input,
.pimcore_tag_wysiwyg,
.pimcore_tag_textarea,
.pimcore_tag_textarea:focus .pimcore_wysiwyg:focus,
.pimcore_editable_input,
.pimcore_editable_wysiwyg,
.pimcore_editable_textarea,
.pimcore_editable_textarea:focus .pimcore_wysiwyg:focus {
    outline: none !important;
}

.pimcore_tag_input.pimcore_editable_input {
    padding: 5px;
    margin-bottom: 6px;
}

.pimcore_editable_link {
    margin-bottom: 24px;
    margin-top: 24px;
}

.pimcore_editable_wysiwyg,
.x-form-text-default.x-form-textarea {
    font-family: var(--font-text) !important;
    font-size: 16px !important;
    color: #1F1F1F !important;
    line-height: 1.3 !important;
}

.pimcore_editable_wysiwyg h1,
.pimcore_editable_wysiwyg h2,
.pimcore_editable_wysiwyg h3,
.pimcore_editable_wysiwyg h4{
    font-family: var(--font-heading);
    font-weight: 700; }

.pimcore_editable_wysiwyg h1 {
    color: var(--color-primary);
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
}

.pimcore_editable_wysiwyg h2 {
    font-size: 30px;
    line-height: 1.3; }

.pimcore_editable_wysiwyg h3 {
    font-size: 24px;
    line-height: 1.25; }

.pimcore_editable_wysiwyg h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0.3em; }

.pimcore_editable_wysiwyg h5{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0em; }

.pimcore_editable_wysiwyg p.lead {
    font-family: var(--font-text);
    font-weight: 300;
    font-size: 30px;
}

.pimcore_editable_wysiwyg strong {
    font-family: var(--font-text);
    font-weight: 700;
}

.pimcore_editable_wysiwyg a {
    color: var(--color-primary);
    text-decoration: none;
    border-bottom: 2px dotted currentColor;
}

.pimcore_editable_wysiwyg .o-button {
    display: inline-block; /* [1] */
    vertical-align: middle; /* [2] */
    font: inherit; /* [3] */
    text-align: center; /* [4] */
    margin: 0; /* [4] */
    cursor: pointer; /* [5] */
    padding: 12px 24px;
    border-radius: 0;
    border: 0;
}

.pimcore_editable_wysiwyg .o-button--primary {
    color: var(--color-button);
    border: 2px solid var(--color-button);
    border-radius: 3px;
}

.pimcore_editable_wysiwyg .o-button--read-more {
    background-color: transparent;
    color: var(--color-secondary);
    font-weight: 700;
}

.pimcore_editable_wysiwyg .o-button--read-more:after {
    font-family: "FontAwesome", Arial, Tahoma, Verdana, sans-serif;
    content: '\f061';
    margin-left: 5px;
    color: currentColor;
}


.pimcore_editable_wysiwyg span.colorized {
    color: var(--color-primary);
}

.pimcore_editable_wysiwyg p.big {
    font-size: 36px;
}

.pimcore_editable_wysiwyg p.quote {
    color: var(--color-primary);
    font-weight: 600;
    font-style: italic;
    padding: 0 48px 48px;
}

.pimcore_editable_wysiwyg p.quote:before {
     content: '\00AB';
}

.pimcore_editable_wysiwyg p.quote:after {
     content: '\00BB';
}


.pimcore_editable_wysiwyg .u-margin-bottom-none {
    margin-bottom: 0 !important;
}

.c-footer .pimcore_editable_wysiwyg,
.c-footer h2,
.c-footer h3,
.c-footer h4,
.c-footer a,
.c-footer p {
    color: #fff;
}

.c-footer__copyright div {
    display: inline-block;
}

.small {
    font-size: 12px;
}

span.admin-info {
    color: #aaa;
    font-size: 18px;
    font-style: italic;
}

span.admin-info:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f106';
}

.c-banner .o-brick-slider--more + .pimcore_tag_link {
    display: none !important;
}