.heroslider-slide.slide-silver {
    background-color: #e4e2dc;
    color: #3a3a3a;
}

.heroslider-slide.slide-fullwidth .heroslider-image {
    position: relative;
}

.heroslider-slide.slide-fullwidth .heroslider-image img {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

@media screen and (min-width: 768px) {
    .heroslider-slide.slide-fullwidth .heroslider-image {
        position: absolute;
    }

    .heroslider-slide.slide-fullwidth .heroslider-image img {
        -o-object-position: 100% 50%;
        object-position: 100% 50%;
    }
}

.produktinformationen .label {
    white-space: nowrap;
}

#warenkorbPositionTemplate {
    display: none;
}

#warenkorbMeldungTemplate {
    display: none;
}

.productdetail-series {
    grid-template-columns: 18rem auto;
}

.productdetail-desktoplightbox-link + .productdetail-desktoplightbox-link {
    margin-top: 0;
}

ul, ol {
    margin-bottom: 1rem;
}
ul li, ol li {
    margin-bottom: 0;
}

.hidden-print {
    display: block;
}
.visible-print {
    display: none;
}

@media print {
    .hidden-print {
        display: none;
    }
    .visible-print {
        display: block;
    }
}




/* VIDEO */
.cplay {
    background-color: black;
    background-size: contain;
    color: white;
    font-size: 2rem;
    overflow: hidden;
    position: relative;
}
.cplay-size {
    padding-top: 56.25%; /* 16:9 */
}
.cplay-player {
    bottom: 0;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.cplay-unsupported {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.cplay-blocker {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.cplay-controls {
    align-items: center;
    background: rgba(100, 100, 100, 0.5);
    bottom: 0;
    display: flex;
    left: 0;
    padding: 0 0.5em;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.3s;
}
.cplay-controls > * {
    margin-left: 0.5em;
    margin-right: 0.5em;
    vertical-align: middle;
}
.cplay-seek {
    background-color: rgba(255, 255, 255, 0.3);
    flex-grow: 1;
}
.cplay-volume-wrapper {
    align-items: center;
    display: flex;
}
.cplay-volume {
    background-color: rgba(255, 255, 255, 0.3);
}
.cplay-play-indicator {
    color: #fff;
    font-size: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-shadow: 0 0 3rem #000;
}
.in .cplay-controls,
.stopped .cplay-controls {
    transform: translateY(0%);
}

.header-search-icon {
    pointer-events: initial;
}

.compactsearchresult-item-wrapper:not(:last-child) {
    margin-bottom: 0.5rem;
}

.compactsearchresult-separator:not(:first-child),
.compactsearchresult-item-wrapper:not(:first-child) .compactsearchresult-separator {
    margin-top: 2rem;
}

.opening-hours .today {
    font-weight: 700;
}

.ebene {
    margin-bottom: var(--space-s);
}
.ebene .ebene {
    margin-left: 1rem;
    margin-bottom: 0;
}

hr.fullwidth {
    max-width: none;
}

h1 .label.label-badge {
    font-size: 1rem;
    padding: 0.25rem;
    top: -0.5rem;
    position: relative;
}

.veranstaltung-preis {
    font-size: 2.5rem;
    font-weight: 700;
}

.select-wrapper-framed select:invalid,
.select-wrapper-framed select.invalid,
.checkbox-wrapper input[type="checkbox"]:invalid,
.checkbox-wrapper input[type="checkbox"].invalid {
    border-color: #d6001c;
}

.productlistitem-title a:active,
.productlistitem-title a:hover,
.productlistitem-title a:link,
.productlistitem-title a:visited {
    color: inherit;
    display: block;
    text-decoration: none;
}

.credits-wrapper {
    position: relative;
}

.credits {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.625rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 0.25rem;
    color: white;
}

.credits--right {
    left: auto;
    right: 0;
}
.credits--bottom {
    top: auto;
    bottom: 0;
}

.imageteaser img {
    width: 100%;
}

@media (max-width: 767px) {
    .footer-accordion {
        border-bottom: 2px solid #e4e2dc;
        margin-bottom: 1rem;
    }
    .footer-accordion.last-footer-accordion {
        border-bottom: none;
        margin-bottom: 0;
    }
}

.footer .button.button-icon-small,
.footer .button.button-icon {
    margin: 2.5rem .75rem 0;
    width: calc((100% - 1px + .75rem) / 5 - 2px - 1.5rem);
}

.footer .button.button-icon-small:last-child,
.footer .button.button-icon:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    table.table-singlecolumnmobile,
    table.table-singlecolumnmobile tbody,
    table.table-singlecolumnmobile tr,
    table.table-singlecolumnmobile td {
        display: block;
    }
    table.table-singlecolumnmobile td:first-of-type {
        padding-bottom: 0;
    }
    table.table-singlecolumnmobile td:nth-of-type(2) {
        padding-top: 0.5rem;
    }

    table.table-singlecolumnmobile.table-horizontalborders:not(.table-nobordertop) tr:first-of-type {
        border-top: 1px solid var(--table-bordercolor);
    }
    table.table-singlecolumnmobile.table-horizontalborders tr {
        border-bottom: 1px solid var(--table-bordercolor);
    }

    table.table-singlecolumnmobile.table-horizontalborders:not(.table-nobordertop) tr:first-of-type td {
        border-top: 0;
    }
    table.table-singlecolumnmobile.table-horizontalborders td {
        border-bottom: 0;
    }

    table.table-singlecolumnmobile.table-fixedfirstcolumn-small td:first-child {
        width: initial;
    }
}

.headline-with-link {
    display: flex;
    align-items: baseline;
}
.headline-with-link .headline-link {
    font-size: 1.25rem;
    margin-left: auto;
}


.lum-lightbox {
    z-index: 1000;
}
img.lum-img {
    display: initial;
    height: initial;
}

.productdetail-image-mobile {
    max-width: calc(100vw - 3rem);
}

.heroslider-text {
    overflow-y: auto;
}

.header-user-panel {
    justify-content: space-between;
    justify-self: flex-end;
}
.header-user-panel.is-logged-in {
    margin-top: -0.4375rem;
}
.header-greeting {
    color: #0077B3;
    font-size: 0.75rem;
    font-weight: 600;
    overflow: hidden;
    padding-left: 0.5625rem;
    text-overflow: "…!";
    white-space: nowrap;
}
@media (min-width: 768px) {
    .header-greeting {
        padding-left: 0.8125rem;
    }
}
.productdetail-price-replaces-value {
    font-size: 1rem;
    font-weight: 400;
}

ul.list-unstyled {
    padding: 0;
    margin: 0;
}

ul.list-unstyled li {
    list-style: none;
}

body {
    overflow-x: visible !important;
}
.sticky-nav {
    position: sticky;
    /*top: calc(5rem + 1px + var(--space-xs));*/
    top: var(--space-xs);
    bottom: 0;
    padding-bottom: var(--space-xs);
}

.kurzinfo-icon {
    color: #3a3a3a;
    font-weight: 400;
}
@media (hover: none) {
    .show-hover {
        display: none;
    }
}
@media (hover: hover) {
    .hide-hover {
        display: none;
    }
}
.component-teaser-formular-dynamisch form {
    margin-top: 1.5rem;
}

/*************************/
/* That new fancy header */
/*************************/
.my-header-search-filter {
    font-weight: 600;
    transition: background .2s linear;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 0.15rem;
    padding: 0 0.25rem;
    margin: 0 0.25rem;
    max-width: 100%;
    width: fit-content;
    box-sizing: border-box;
}
.my-header-search-filter {
    cursor: pointer;
}
.my-header-search-filter.readonly {
    cursor: text;
}
span.my-header-search-filter {
    color: #333;
}
.my-header-search-filter .filterlabel {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.my-header-search-filter i {
    margin-left: 0.25rem;
}
.my-header-search-filter:first-of-type {
    margin-left: 0;
}
.my-header-search-filter:last-of-type {
    margin-right: 0;
}
a.my-header-search-filter:hover,
a.my-header-search-filter:focus,
a.my-header-search-filter:active {
    background: #ddd;
    text-decoration: none;
}

/*********************************/
/* That new fancy desktop header */
/*********************************/
.my-header-search-desktop {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 36.875rem;
    width: 100%;
    justify-self: center;
}
.my-header-search-desktop-input-wrapper {
    cursor: text;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    border: 1px solid #3a3a3a;
    border-right: 0;
    padding: calc(.2rem - 1px);
}
.my-header-search-desktop:hover .my-header-search-desktop-input-wrapper,
.my-header-search-desktop:active .my-header-search-desktop-input-wrapper,
.my-header-search-desktop:focus-within .my-header-search-desktop-input-wrapper {
    border: .2rem solid #0077B3;
    border-right: 0;
    padding: 0;
}
.my-header-search-desktop input:focus-visible {
    outline: 0 !important;
}
.my-header-search-desktop-filters {
    display: flex;
    overflow: auto;
    margin: 0 -0.5rem 0 0.5rem;
    max-width: 50%;
    flex-shrink: 1;
}
input[type="text"].my-header-search-desktop-input,
input[type="text"].my-header-search-desktop-input:active,
input[type="text"].my-header-search-desktop-input:focus,
input[type="text"].my-header-search-desktop-input:hover {
    align-self: stretch;
    flex-grow: 1;
    padding: 0 1rem;
}
input[type="text"].my-header-search-desktop-input::placeholder {
    color: #3a3a3a;
}
@media (max-width: 1219px) {
    .my-header-search-desktop {
        display: none;
    }
}

/********************************/
/* That new fancy mobile header */
/********************************/
.my-header-secondline {
    border-bottom: 1px solid #e4e2dc;
    display: flex;
    height: 5rem;
    width: 100%;
    max-width: 76.25rem;
    align-self: center;
}
.my-header-menubutton {
    justify-self: stretch;
    align-self: stretch;
    background-color: #0077B3;
    color: #fff;
    width: 5rem;
    flex-shrink: 0;
}
.my-header-menubutton i {
    color: inherit;
    font-size: 2rem;
    margin-top: 0.25rem;
    position: relative;
    top: -0.25rem;
}
.my-header-menubutton div {
    font-size: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-top: -0.5rem;
}
.my-header-search-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.my-header-search-mobile-filters {
    display: flex;
    overflow: auto;
    margin: 0 0.5rem;
    max-width: 60%;
    flex-shrink: 1;
}
.my-header-search-mobile-input {
    align-self: stretch;
    flex-grow: 1;
    text-align: end;
}
input[type="text"].my-header-search-mobile-input::placeholder {
    color: #3a3a3a;
}
.my-header-search-icon {
    flex-shrink: 0;
    font-size: 1.5rem;
    margin: 0 2.5rem 0 2.25rem;
    vertical-align: bottom;
}
@media (max-width: 767px) {
    .my-header-secondline {
        height: 4rem;
    }
    .my-header-menubutton {
        width: 4rem;
    }
    .my-header-search-icon {
        margin: 0 1.5rem 0 1rem;
    }
}
@media screen and (min-width: 1220px) {
    .my-header-menubutton-mobile {
        display: none;
    }
    .my-header-search-mobile {
        display: none;
    }
    .my-header-secondline {
        border-bottom: unset;
    }
}











.overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(100, 100, 100, 0.5);
    z-index: 1000;
}
.overlay {
    background: #fff;
    border: 2px solid #0077B3;
    box-sizing: border-box;
    position: absolute;
    padding: 1.15rem 1.15rem;
    top: 50%;
    left: 50%;
    width: calc(100vw - 2rem);
    max-width: 40rem;
    overflow-y: auto;
    max-height: calc(100vh - 1rem);
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.component-cookie-overlay .button {
    border-width: 2px;
    margin: 0.5rem 0;
    width: 100%;
}
.component-cookie-overlay p {
    line-height: 1.15;
}
.component-cookie-overlay p.impressum {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.component-cookie-overlay .hint {
    color: #3a3a3a;
}
.component-cookie-overlay form .sub p {
    margin-bottom: 0;
}
.component-cookie-overlay form .sub small {
    color: #3a3a3a;
    display: block;
    margin-bottom: 1.5rem;
}
.cookie {
    display: -ms-flexbox;
    display: flex;
}
.cookie-toggle {
    flex-shrink: 0;
    width: 60px;
}
.cookie-label {
    flex-grow: 1;
}
@media screen and (min-width: 1220px) {
    .overlay {
        padding: 1.15rem 3rem;
    }
    .cookie-toggle {
        width: 80px;
    }
}

input[type="checkbox"].toggle, span.toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 48px;
    height: 24px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    background-color: #3a3a3a;
    transition: background-color ease 0.3s;
}
input[type="checkbox"].toggle ~ .checkbox-icon {
    /* Script korrigieren, Element nicht erstellen */
    display: none;
}
input[type="checkbox"].toggle::after, span.toggle::after {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    top: 2px;
    left: 2px;
    transition: left ease 0.3s;
}
input[type="checkbox"].toggle:checked, span.toggle.checked {
    background-color: #0077B3;
}
input[type="checkbox"].toggle:checked::after, span.toggle.checked::after {
    left: 26px;
}
span.toggle.unclear::after {
    left: 14px;
}
input[type="checkbox"].toggle:disabled, span.toggle.disabled {
    cursor: default;
    background-color: #afe3ff;
}

.visibility-toggle[data-targetselector] {
    text-decoration: none;
}



/******************************************/
/* Anzeige der Suchvorschläge auf Desktop */
/******************************************/
.header {
    overflow: visible;
    border-bottom: 1px solid #e4e2dc;
}
.my-header-secondline {
    border-bottom: 0;
    overflow: hidden;
    margin: calc(-2px - .2rem);
    padding: calc(2px + .2rem);
    box-sizing: content-box;
}
.my-header-search-desktop-input-wrapper {
    position: relative;
}
.my-header-search-desktop-input-wrapper ul.my-header-search-desktop-suggest {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid silver;
    border-width: 0 1px 1px;
    padding: 0;
    margin: -1px;
    list-style: none;
    z-index: 1000;
}
.my-header-search-desktop-input-wrapper ul.my-header-search-desktop-suggest:empty {
    display: none;
}
.my-header-search-desktop:hover ul.my-header-search-desktop-suggest,
.my-header-search-desktop:active ul.my-header-search-desktop-suggest,
.my-header-search-desktop:focus-within ul.my-header-search-desktop-suggest {
    left: -.125rem;
    right: 0;
    top: calc(100% + .25rem + 1px);
}
.my-header-search-desktop ul.my-header-search-desktop-suggest li {
    cursor: pointer;
    padding: 1rem;
}
.my-header-search-desktop ul.my-header-search-desktop-suggest li:hover,
.my-header-search-desktop ul.my-header-search-desktop-suggest li.active {
    background-color: #ddd;
}

/***********************************************/
/* Anzeige der Suchvorschläge auf Mobilgeräten */
/***********************************************/
ul.my-header-search-mobile-suggest {
    position: static;
    border: 0 1px 1px solid silver;
    padding: 0;
    margin: 0 -1px -1px;
    list-style: none;
    z-index: 1000;
}
ul.my-header-search-mobile-suggest:empty {
    display: none;
}
ul.my-header-search-mobile-suggest li {
    border: 0 solid #ddd;
    border-width: 0 0 1px 0;
    cursor: pointer;
    padding: 1rem;
}
ul.my-header-search-mobile-suggest li:last-child {
    border-width: 0;
}
ul.my-header-search-mobile-suggest li:hover,
ul.my-header-search-mobile-suggest li.active {
    background-color: #ddd;
}

/************************************************/
/* CI-Bars auf allen Heroteasern unten anzeigen */
/************************************************/
.heroslider-slide {
    position: relative;
    isolation: isolate;
}
.heroslider-slide-innerwrapper > .cibars {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: 44;
}

/************************/
/* Infobanner im Header */
/************************/
.infobanner-outer {
    background-color:  #0077B3;
    color: white;
}

.infobanner {
    text-align: center;
    padding: 0.3rem 0;
}

.infobanner a {
    color: white;
    text-decoration: underline;
    font-weight: 400;
    padding: .3625rem;
}

.infobanner a:focus-visible {
    color: #0077B3;
    background: white;
    outline: 0 !important;
}

/*****************************************************/
/* Darstellung der Produktinformationen komprimieren */
/*****************************************************/
.produktinformationen table.table-horizontalborders td,
.produktinformationen table.table-horizontalborders th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/******************************/
/* Länderumschalter im Header */
/******************************/
.country-button {
    position: relative;
}
.country-button .country-code {
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    font-size: 0.65rem;
}
.country-flag {
    display: inline;
    height: 1rem;
    margin-right: 0.25rem;
    vertical-align: baseline;
}
.country-link,
.country-link:hover,
.country-link:focus {
    text-decoration: none;
}
.country-name {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color 150ms ease, -webkit-text-decoration-color 150ms ease;
    transition: color 150ms ease, -webkit-text-decoration-color 150ms ease;
    transition: color 150ms ease, text-decoration-color 150ms ease;
    transition: color 150ms ease, text-decoration-color 150ms ease, -webkit-text-decoration-color 150ms ease;
}
a:hover .country-name,
a:focus .country-name {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}
@media (min-width: 768px) {
    .country-button .country-code {
        top: 0.125rem;
        left: 0.125rem;
        font-size: 0.8rem;
    }
}

/**********************************/
/* Nachgerüstete Rahmen um Teaser */
/**********************************/
.component-teaser-objektliste-dynamisch.mit-rahmen,
.teaser-artikel-einzelartikel.mit-rahmen,
.teaser-artikel-objektliste.mit-rahmen,
.teaser-artikel-schmalohnebild.mit-rahmen,
.component-anlage-kompaktdetails.mit-rahmen,
.component-anlage-objektliste.mit-rahmen,
.component-anlage-standard.mit-rahmen {
    border: 1px solid #3a3a3a;
    padding: 1.5rem;
}

.teaser-artikel-einzelartikel .link + .link {
    font-weight: 600;
    margin-top: 1rem;
}

/***********************************************/
/* Sonderlocke für Ergänzungslistendarstellung */
/***********************************************/
.productdetail-additional ul {
    list-style-type: square;
}

/*********************/
/* Merkzettel-Button */
/*********************/
.merkzettel-button-form i,
.warenkorb-position-merkzettel-link.processing i {
    display: inline-block;
}
.merkzettel-button-form.processing i,
.warenkorb-position-merkzettel-link.processing i {
    animation: heartbeat 1.0s infinite ease-in-out;
}
@keyframes heartbeat {
    from { transform: scale(1.0); opacity: 1.0; }
    50% { transform: scale(1.7); opacity: 0.2; }
    to { transform: scale(1.0); opacity: 1.0; }
}
.productdetail-actions-mobile .merkzettel-button-form i {
    font-size: 2rem;
}

/***************************/
/* Westermann Schweiz Logo */
/***************************/
.header-logo-wgrch .westermann-logo {
    margin-right: 10px;
}
.header-logo-wgrch .schubi-logo,
.header-logo-wgrch .wss-logo,
.header-logo-wgrch .klv-logo {
    margin-left: 6px;
}
.header-logo-wgrch .schubi-logo img,
.header-logo-wgrch .wss-logo img,
.header-logo-wgrch .klv-logo img {
    height: auto;
}
.header-logo-wgrch .schubi-logo img {
    width: 93px;
}
.header-logo-wgrch .wss-logo img {
    width: 100px;
}
.header-logo-wgrch .klv-logo img {
    padding-top: 16%;
    width: 100px;
}
.header-logo-wgrch {
    max-width: 13.6rem;
}
@media (min-width: 768px) {
    .header-logo-wgrch {
        max-width: 18.25rem;
    }
    .header-logo-wgrch .schubi-logo,
    .header-logo-wgrch .wss-logo,
    .header-logo-wgrch .klv-logo {
        margin-left: 10px;
    }
}

/***************************/
/* Landingpage Korrekturen */
/***************************/
.landing img {
    display: initial;
}

/*****************************/
/* Westermann Schweiz Footer */
/*****************************/
body.v-wgrch .cibars {
    --color-ci-bar-1: #c6c3c4;
    --color-ci-bar-2: #afabab;
}

/*****************************/
/* Hero Slider Fullwidth Fix */
/*****************************/
@media (min-width: 768px) {
    .heroslider-slide.slide-fullwidth .heroslider-image {
        grid-template-rows: auto 0;
    }
}

/***********************/
/* Veranstaltungsstyle */
/***********************/
.veranstaltung-kategorie {
    font-weight: 400;
}
.veranstaltung-kategorie img {
    max-height: 31px;
}
.veranstaltung-kategorie-suche {
    margin-bottom: 0.625rem;
}
.veranstaltung-kategorie-suche img {
    max-height: 22px;
}
@media (min-width: 1220px) {
    .veranstaltung-kategorie img {
        max-height: 60px;
    }
    .veranstaltung-kategorie-suche img {
        max-height: 25px;
    }
}


/**
*/
.cartfooter-additionalcost, .cartfooter-total {
    grid-template-columns: 2fr 1fr;
}

/**************************************/
/* Kundenservicebanner für den Footer */
/**************************************/
.footer-phonebanner {
    background-color: #505050;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-phonebanner a {
    color: inherit;
    font-weight: inherit;
}
.footer-phonebanner-icon {
    padding: 0 0.5rem;
}
.footer-phonebanner-text {
    padding: 0.5rem 0.5rem;
}
.footer-phonebanner-icon i {
    color: inherit;
    font-size: 5rem;
}
.footer-phonebanner-text-question {
    font-weight: 600;
}
.footer-phonebanner-text-number {
    font-weight: 600;
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .footer-phonebanner-icon i {
        font-size: 6rem;
    }
}

/****************************/
/* Adaption des Haftzettels */
/****************************/
.postit {
    background-color: #f4e49a;
    width: 12rem;
    min-height: 10.75rem;

    transform: rotate(3deg);
    padding: 1.5rem 1rem;
    box-shadow: 2px 2px 6px 0 rgba(153, 153, 153, 0.32);
    margin-left: 4rem;
    margin-top: 2rem;
}
.postit::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.04);
    height: 2.375rem;
    pointer-events: none;
}
@media (min-width: 1220px) {
    .postit {
        position: absolute;
        top: 0;
        margin-left: unset;
        margin-top: unset;
    }
    .teacherdesk-content .postit {
        right: 0;
    }
    .teacherdeskteaser-content .postit {
        left: 100%;
        right: unset;
    }
}

/********************************************/
/* Positionsbezogene Meldungen im Warenkorb */
/********************************************/
.warenkorb-meldungen-wrapper {
    display: flex;
    align-items: center;
}
.warenkorb-meldungen-wrapper i {
    color: inherit;
    font-size: 2rem;
    padding-right: 1rem;
}
.warenkorb-meldungen-wrapper p {
    margin: 0;
}

/* Accessibility: Tastaturfokus global sichtbar machen */
:focus-visible
{
    outline-style: solid !important;
    outline-width: .2rem !important;
    outline-color: invert !important;
    outline-color: #0077b3 !important;
    outline-offset: 2px !important;
}

/* Accessibility: Korrektur für Sichtbarkeit Tastaturfokus bei Coverlinks */
.productlistitem-image a,
.searchlistitem-image a {
    display: inline-block;
}

/* Accessibility: Mindestgröße von Radiobutton- und Checkboxgruppen */
label.checkbox-wrapper,
label.radio-wrapper {
    display: flex;
    height: auto;
    min-height: 24px;
    align-content: center;
}

/** Content only for screenreaders */
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*******************************************************/
/* Angebotspreise im Objektcontainer und Detailansicht */
/*******************************************************/
.productlistitem-prices {
    text-align: right;
}
.streichpreis {
    display: block;
    margin-bottom: 0.8rem;
}
.preis-hinweis {
    font-size: 0.9rem;
}
.streichpreis + .preis {
    font-size: 1.7rem;
    color: #E30613;
    font-weight: 700;
}
.streichpreis + .preis + .preis-hinweis {
    color: #E30613;
}
@media (min-width: 1220px) {
    .productdetail-price-wrapper {
        grid-row: 3;
    }
}
.productdetail-price-wrapper .streichpreis {
    margin-bottom: 0;
    margin-top: 0.8rem;
}
.productdetail-price-wrapper .preis {
    font-size: 2.5rem;
    font-weight: 700;
}

/*****************************************/
/* Responsiver "Direkt zu PayPal"-Button */
/*****************************************/
.paypal-btn {
    display: grid;
    align-items: center;
    justify-items: center;
    border: 5px solid;
    border-image: url(/img/paypal_btn_bg.png) 5 fill;
    height: 3rem;
}

/************************************/
/* Titelzusatz in der Detailansicht */
/************************************/
.productdetail-titelzusatz {
    font-size: 1.5rem;
}







/******************/
/* Kontaktkacheln */
/******************/
.kontakt-grid {
    grid-gap: 1rem !important;
}
.kontakt-card {
    border: 1px solid silver;
    padding: .75rem 1rem 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.kontakt-card h6 i {
    font-size: 2rem;
    font-weight: 400;
    vertical-align: middle;
}
.kontakt-card h6 {
    margin-bottom: .5rem;
}
.kontakt-card p {
    margin-bottom: 1rem;
}
.kontakt-card p:last-of-type {
    flex-grow: 1;
}

/**************************************************************/
/* Aus Inhalt ausbrechende Elemente irgendwann doch begrenzen */
/**************************************************************/
.content-wrapper-wide {
    width: 100%;
    max-width: 140rem;
    margin: 0 auto;
}

/********************/
/* Neuer Heroteaser */
/********************/
.heroslider-slide-next {
    --hero-image-width: 100%;
    --hero-image-height: auto;
    --hero-padding: 0rem;

    position: relative;
    background-color: #e4e2dc;
    color: #3a3a3a;
    display: grid;

    grid-template-areas:
        "images"
        "text";
    grid-template-columns: 100%;
    grid-template-rows: min-content auto;
    align-items: start;

    .background {
        grid-row: 1;
        grid-column: 1 / -1;
        width: 100%;
        aspect-ratio: 590 / 424;

        img {
            object-fit: cover;
            object-position: center;

            width: 100%;
            height: 100%;
        }
    }

    .foreground {
        grid-area: images;
        width: var(--hero-image-width);

        img {
            width: var(--hero-image-width);
            height: var(--hero-image-height);
        }
    }

    .background, .foreground {
        position: relative;
    }

    .text {
        position: relative;
        grid-area: text;
        margin: auto 0;
        max-height: 100%;
        max-width: 30rem;
        padding: 1rem 1.5rem 1rem;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .cibars {
        position: absolute;
        bottom: 0;
        height: .5rem;
    }
}

@media (min-width: 768px) {
    .heroslider-slide-next {
        --hero-image-width: 422px;
        --hero-image-height: 318px;

        grid-template-areas: "spacer1 images text spacer2";
        grid-template-columns:
            1fr
            max(
                var(--hero-image-width),
                min(
                    50% - var(--hero-padding),
                    76.25rem / 2
                )
            )
            calc(
                min(
                    100% - var(--hero-padding) * 2,
                    76.25rem
                ) -
                max(
                    var(--hero-image-width),
                    min(
                        50% - var(--hero-padding),
                        76.25rem / 2
                    )
                )
            )
            1fr;
        grid-template-rows: 100%;
        height: calc(var(--hero-image-height) + .5rem);

        &.text--left {
            grid-template-areas: "spacer1 text images spacer2";
            grid-template-columns:
                1fr
                calc(
                    min(
                        100% - var(--hero-padding) * 2,
                        76.25rem
                    ) -
                    max(
                        var(--hero-image-width),
                        min(
                            50% - var(--hero-padding),
                            76.25rem / 2
                        )
                    )
                )
                max(
                    var(--hero-image-width),
                    min(
                        50% - var(--hero-padding),
                        76.25rem / 2
                    )
                )
                1fr;
        }

        .background {
            height: var(--hero-image-height);
        }
    }
}

@media (min-width: 1220px) {
    .heroslider-slide-next {
        --hero-image-width: 590px;
        --hero-image-height: 424px;
        --hero-padding: 6.875rem;

        &.text--left .text {
            padding-left: 0;
        }
        &:not(.text--left) .text {
            padding-right: 0;
        }
    }
}

/* Accessibility: Links in Linklisten immer mindestens 24x24 Pixel groß */
.standalone-link,
li > a:only-child {
    align-items: center;
    display: flex;
    height: auto;
    min-height: 24px;
    width: 100%;
    min-width: 24px;
}

/* Source: https://www.a11yproject.com/posts/how-to-hide-content/ */
.sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* Fix for the slightly misaligned icons in Firefox */
[class^="ri-"], [class*=" ri-"] {
    -moz-transform: translateZ(0);
}

/* Hölzel */
.header-logo-hoev {
    display: flex;
    align-items: center;
    max-width: 24.5rem;
    gap: .75rem;
    margin-right: 1rem;
}
@media (min-width: 633px) {
    .header-logo-hoev {
        gap: 3rem;
    }
}

.search-filter {
    .accordion-content {
        padding: .75rem;
    }

    .link-nostyle {
        display: inline-block;
        width: auto;
        min-width: 24px;
        height: auto;
        min-height: 24px;
        padding: .25rem 0.25rem;
        margin-bottom: .5rem;
    }

    .visibility-toggle {
        padding: .25rem;
    }
}

.suchteaser-komplett .paragraph-tertiary > :last-child {
    margin-bottom: 0;
}

#skipToMainContent {
    position: fixed;
    top: -200rem;
    left: -.5rem;
    z-index: 99;

    &:focus-within {
        top: -.5rem;
    }

    a {
        display: inline-block;
        background: #0077b3;
        color: #fff;
        padding: .75rem .5rem .25rem 1rem;
        border-radius: .5rem;
    }
}

.youtube-embed {
    background: black;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;

    &.blocked {
        color: white;
        display: grid;
        align-items: center;
        justify-items: center;

        & > * {
            max-width: 35rem;

            .button {
                margin: .5rem 0;
            }
        }
    }
}

.underlined-fullwidth .accordion-content,
.framed-fullwidth .accordion-content {
    &.accordion-content--with-header {
        padding: 1rem 0 2rem;

        .accordion-content-header {
            margin-bottom: 1rem;
        }
    }
}

.produktliste-iconlink i.ri-printer-line {
    margin-right: 0;
}