/* ---- GENERAL BEGIN ---- */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

html {
    font-size: calc(10px * var(--bt-font-multiplier));
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    min-height: 100%;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: var(--body-bg);
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
    color: var(--color-default);
    font-family: var(--font-default);
    overflow-x: hidden;
    max-width: 100vw;
    min-height: 100%;
}

.body--no-scroll {
    overflow: hidden;
}

code {
    color: rgba(255, 79, 66, .75);
    transform: rotate(-3deg);
    display: block;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

iframe:not(#odsp_wdg_iframe) {
    /* don't use iframes with iframe-shortcode, will get overwritten below */
    max-width: 100%;
    display: block;
    margin: 20px auto;
    border: none;
}

iframe:not([src*="youtube.com"]):not([src*="twitch.com"]):not(#odsp_wdg_iframe) {
    width: 100%;
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 30px auto;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.d-none--toggled {
    display: none !important;
}

a,
.mark-external {
    color: var(--link-color);
    text-decoration: underline;
    background-color: transparent;
}

a:hover,
.mark-external:hover {
    color: var(--link-color-hover);
}

a.dont-underline,
.mark-external.dont-underline {
    text-decoration: none;
}

a.dark {
    color: var(--color-default);
}


/* only on desktop devices -- 10-04-2024 */
@media (min-width: 992px) {

    a,
    button,
    .jslink,
    .button,
    .wpcf7-submit,
    [class*=' site-menu__link--level-'],
    [class*=' site-menu__sub-menu__link--level-'],
    .site-menu__link--no-link,
    .mark-external {
        transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out, border-color .25s ease-in-out;
    }

    a:hover,
    button:hover,
    .jslink:hover,
    .button:hover,
    .wpcf7-submit:hover,
    [class*=' site-menu__link--level-']:hover,
    [class*=' site-menu__sub-menu__link--level-']:hover,
    .site-menu__link--no-link:hover,
    .mark-external:hover {
        transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out, border-color .25s ease-in-out;
    }
}

.c-pointer {
    cursor: pointer;
}

.c-help {
    cursor: help;
}

.c-not-allowed {
    cursor: not-allowed;
}

a,
.jslink,
.mark-external {
    cursor: pointer;
}

.link-underline {
    border-bottom: 1px solid var(--link-color-hover);
}

/* .link-underline--blue {
	border-color: var(--link-color-hover);
}

.link-underline--blue:hover {
	border-color: #5a649e;
}

.link-underline--green {
	border-color: var(--theme-color-2);
}

.link-underline--green:hover {
	border-color: #27da95;
} */

blockquote {
    background: var(--light-gray-bg);
    padding: 40px 30px;
    border-left: 5px solid var(--theme-color-2);
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
    margin: 40px auto;
    line-height: 1.5;
}

blockquote p:only-child,
blockquote p:last-child {
    margin-bottom: 0;
}

.table-wrapper,
.dataTables_wrapper {
    display: block;
    width: 100%;
    max-width: calc(100vw - 30px);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
}

@media (min-width: 768px) {

    .table-wrapper,
    .dataTables_wrapper {
        overflow-x: auto;
    }
}

.table-wrapper > table,
.dataTables_wrapper > table,
.content-section > table,
.content-section__toggle-content__content-boxes > table,
table.styled {
    border: 0 !important;
    width: 100%;
    margin-bottom: 15px;
}

.table-wrapper table tr,
.dataTables_wrapper table tr,
.content-section > table tr,
.content-section__toggle-content__content-boxes > table tr,
table.styled tr {
    display: table-row;
    white-space: initial;
}

.table-wrapper table th,
.dataTables_wrapper table th,
.content-section > table th,
table.styled th,
.content-section__toggle-content__content-boxes > table th,
table.styled th {
    font-weight: var(--font-weight-bold);
    background: var(--light-gray-bg);
}

.table-wrapper table th,
.dataTables_wrapper table th,
.content-section > table th,
.table-wrapper table td,
.content-section > table td,
.content-section__toggle-content__content-boxes > table th,
.content-section__toggle-content__content-boxes > table td,
table.styled td,
table.styled th {
    padding: 10px;
    border: 1px solid var(--border-color);
    vertical-align: top;
}

/* .inner-shadow-bottom {
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .1) inset;
} */

/* .inner-shadow-bottom-3d {
	box-shadow: 0 -4px 0 #f6f8f9 inset;
} */

.light-border-outline {
    border: 1px solid var(--border-color);
}

/* .fullwidth-section__content--dark .inner-shadow-bottom,
.fullwidth-section__content--dark .inner-shadow-bottom-3d {
	box-shadow: none;
} */

.fullwidth-section__content--dark .light-border-outline {
    border: none;
    box-shadow: 0 5px 0 0 color-mix(in srgb, var(--dark-section-content-color) 15%, transparent) inset;
}

.zindex-1 {
    z-index: 1;
}

.color-white {
    color: #fff;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 40% !important;
}

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 10px 20px;
    max-width: 40% !important;
}

img.aligncenter,
img.alignnone {
    display: block;
    margin: 30px auto;
    float: none;
    clear: both;
    max-width: 100%;
}

input[type=number].input-no-span::-webkit-inner-spin-button,
input[type=number].input-no-span::-webkit-outer-spin-button {
    /*-webkit-appearance: none;*/
    margin: 0 -5px 0 0;
}

.col-lg-4 img.aligncenter,
.col-lg-4 img.alignnone {
    margin: 0 auto 10px;
}

.pb-4 p:only-child {
    margin-bottom: 0;
}

.wp-caption {
    max-width: 100% !important;
}

.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin: 20px auto;
}

.wp-caption.aligncenter img,
.wp-caption.alignnone img {
    width: 100%;
}

.wp-caption-text {
    color: var(--label-color);
    font-size: 1.3rem;
    padding: 5px 0;
    margin-top: 5px;
}

.logo-inner-shadow {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
}

.container,
.container-fluid {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.less-line-height {
    line-height: var(--line-height-reduced);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-bold);
    margin-bottom: .75rem;
}

.h1-additional-margin-bottom {
    margin-bottom: 1.5rem;
}

.main-content-wrapper > h2 {
    position: relative;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
}

p:empty,
.hide-empty-p-br > br,
.hide-empty-p-br > p:empty {
    display: none;
}

.last-p-no-margin > p:last-child {
    margin-bottom: 0;
}

.line-height-1 {
    line-height: 1;
}

ul.list-no-style,
ol.list-no-style,
.column-box ul,
.column-box ol,
.menu-nav-widget--custom {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-no-style li {
    list-style: none;
}

.link-no-hover-effect:hover {
    color: inherit;
    text-decoration: none;
}

.transition-none,
.transition-none:hover {
    transition: none !important;
}

/* only on desktop devices -- 10-04-2024 */
@media (min-width: 992px) {

    .transition-all,
    .transition-all:hover {
        transition: all .25s ease-in-out;
    }

    .transition-scale,
    .transition-scale:hover {
        transition: transform .25s ease-in-out;
    }

    .transition-background,
    .transition-background:hover {
        transition: background .25s ease-in-out;
    }

    .transition-opacity-background,
    .transition-opacity-background:hover {
        transition: opacity .25s ease-in-out, background .25s ease-in-out;
    }

    .transition-color,
    .transition-color:hover,
    .site-menu-toplist__li:hover,
    .site-menu-toplist__rank {
        transition: color .25s ease-in-out;
    }

    .transition-shadow-color,
    .transition-shadow-color:hover {
        transition: box-shadow .25s ease-in-out, color .25s ease-in-out;
    }

    .transition-background-color-color-border,
    .transition-background-color-color-border:hover {
        transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;
    }

    .transition-opacity-shadow,
    .transition-opacity-shadow:hover {
        transition: box-shadow .25s ease-in-out, opacity .25s ease-in-out;
    }

    .transition-transform-color,
    .transition-transform-color:hover {
        transition: transform .25s ease-in-out, color .25s ease-in-out;
    }

    .transition-transform-shadow-color,
    .transition-transform-shadow-color:hover {
        transition: transform .25s ease-in-out, box-shadow .25s ease-in-out, color .25s ease-in-out;
    }
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.box-wrapper {
    background: #fff;
    padding: 0 15px;
    border-radius: var(--border-radius-default);
    color: var(--color-default);
    border: 1px solid var(--border-color);
}

.content-section {
    background: var(--content-bg);
    margin-bottom: 15px;
}

.content-section.content-section--intro {
    padding-top: 0;
    margin-bottom: 0;
}

/* @media (min-width: 992px) {
	.content-section.content-section--intro {
		padding-top: 0;
	}
} */
.content-section.content-section--transparent {
    background: none;
}

.content-section.content-section--provider-details {
    margin-top: 15px;
    padding-bottom: 5px;
}

.content-section--provider-details .shortcode-box {
    margin: 0 -15px;
}

.market-legal-content-notice {
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 15px;
    border: 1px solid #a01e1e;
    background: #fbf1f1;
    color: #a01e1e;
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
    border-radius: var(--border-radius-default);
    line-height: 1.5;
}

input:read-only,
textarea:read-only {
    outline: 0;
}

.review-main-headline-box .h1-headline {
    color: var(--review-header-h1-color);
    margin-bottom: 0;
    display: inline;
    padding-right: 15px;
    vertical-align: middle;
}

.review-main-headline-box__badge {
    /* --mask: radial-gradient(5px at 5px 5px, #0000 98%, #000) -5px -5px;
	-webkit-mask: var(--mask); */
    mask: var(--mask);
    background: var(--review-label-bg);
    display: inline-block;
    color: var(--review-label-color);
    padding: 5px 8px;
    line-height: 1.2;
    vertical-align: middle;
    font-weight: var(--font-weight-bold);
    font-size: 1.2rem;
    margin: .5rem 0;
    border-radius: var(--border-radius-default);
}

@media (min-width: 768px) {
    .review-main-headline-box__badge {
        font-size: 1.5rem;
        padding: 5px 10px;
    }
}

@media (min-width: 992px) {
    .review-main-headline-box__badge {
        float: right;
    }
}

.review-header-new--blacklisted .review-main-headline-box .h1-headline {
    color: #fff;
}

.review-main-headline-box .intro-h2-headline {
    color: var(--review-header-h2-color);
    margin-bottom: 0;
    margin-top: .25rem;
}

.review-header-new--blacklisted .review-main-headline-box .intro-h2-headline {
    color: #fff;
}

@media (min-width: 768px) {
    .review-main-headline-box {
        margin-bottom: .75em;
    }
}

.review-meta-data {
    background: var(--light-gray-bg);
    padding: 5px;
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #080808;
    border-radius: var(--border-radius-default);
}

@media (min-width: 768px) {
    .review-meta-data {
        flex: 0 0 100px;
        font-size: 1rem;
        padding: 8px 5px;
        margin-bottom: 5px;
    }

    .review-meta-data span {
        font-size: 1.8rem;
        font-weight: var(--font-weight-bold);
        padding: 0 3px;
        border-bottom: 2px solid var(--theme-color-2);
        margin-bottom: 6px;
    }
}

.shortcode-box {
    margin-top: 25px;
    margin-bottom: 25px;
}

.shortcode-box ~ h2,
.shortcode-box ~ h3,
.shortcode-box ~ h4 {
    margin-top: 15px;
}

[class^='label-color--'],
[class*=' label-color--'] {
    background: var(--tab-bg-active);
}

.label-color--sport,
.label-color--vpn,
.label-color--dating {
    background-color: var(--tab-bg-active);
}

.label-color--casino {
    background-color: #951b81;
}

.label-color--igamingcrypto {
    background-color: #336f55;
}

.label-color--poker {
    background-color: #005578;
}

.label-color--bingo {
    background-color: #4ecaf6;
}

.label-color--lotto {
    background-color: #5ed391;
}

.label-color--esports {
    background-color: #000;
}

.d-grid {
    display: grid;
}

.position-overlay {
    position: relative;
    z-index: 1;
}

/* ---- GENERAL END ---- */

/* ---- HEADER BEGIN ---- */
body {
    --icon-row-height-mobile: 38px;
    --icon-row-height-desktop: 52px;
    --menu-row-height-mobile: 44px;
    --menu-row-height-desktop: 60px;
    --submenu-row-height: 40px;
    --ab-height-mobile: 46px;
    --ab-height-desktop: 32px;
    padding-top: calc(var(--icon-row-height-mobile) + var(--menu-row-height-mobile));
    /* 82 */
}

body.has-submenu-row {
    padding-top: calc(var(--icon-row-height-mobile) + var(--menu-row-height-mobile) + var(--submenu-row-height));
    /* 122 */
}

@media (min-width: 768px) {
    body {
        padding-top: calc(var(--icon-row-height-desktop) + var(--menu-row-height-desktop));
        /* 112 */
    }

    body.has-submenu-row {
        padding-top: calc(var(--icon-row-height-desktop) + var(--menu-row-height-desktop) + var(--submenu-row-height));
        /* 152 */
    }
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--site-width, 100vw);
    z-index: 10;
    border-bottom: var(--site-header-bottom);
}

.site-header--sticky {
    position: fixed;
}

.site-header--show-top-rows {
    top: 0;
    transition: top .25s ease-in-out !important;
}

.site-header--further-down {
    transition: top .25s ease-in-out !important;
}

.admin-bar .site-header {
    top: var(--ab-height-mobile);
}

@media (min-width: 783px) {
    .admin-bar .site-header {
        top: var(--ab-height-desktop);
    }
}

.site-header.sticky-shadow {
    box-shadow: 0 -10px 15px 10px rgba(0, 0, 0, .25);
    border-bottom: 1px solid var(--theme-color-2);
}

@media (min-width: 992px) {
    body.home .site-header:not(.sticky-shadow) {
        border-bottom: none;
    }
}

.header-toggle-location-cell {
    padding-right: 0;
}

@media (min-width: 768px) {
    .header-toggle-location-cell {
        padding-right: 15px;
    }
}

.site-header__icon-row,
.site-header__icon-row .header-toggle-btn {
    height: var(--icon-row-height-mobile);
    background: var(--menu-icon-row-bg);
    color: var(--menu-icon-row-color);
}

.header-toggle-btn {
    padding-right: 10px;
    user-select: none;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.site-header__top-row__additonal-cell .header-toggle-btn {
    color: var(--menu-desktop-link-color);
}

@media (min-width: 992px) {
    .header-toggle-btn {
        padding-right: 8px;
    }
}

.header-toggle-btn:not(.header-toggle-btn--about-us) {
    padding-right: 20px;
    position: relative;
}

.header-toggle-btn:not(.header-toggle-btn--about-us):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 10px;
    width: 10px;
    -webkit-mask-image: url("../images/arrow-down-angular-white.svg");
    mask-image: url("../images/arrow-down-angular-white.svg");
    -webkit-mask-size: 10px auto;
    mask-size: 10px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: currentColor;
    margin-top: -5px;
    transform: rotate(0);
    transition: all .25s ease-in-out;
}

.header-toggle-btn:not(.header-toggle-btn--about-us).--active:after {
    transform: rotate(-180deg);
    transition: all .25s ease-in-out;
}

.header-toggle-btn.--active {
    color: var(--theme-color-2);
}

@media (min-width: 768px) {

    .site-header__icon-row,
    .site-header__icon-row .header-toggle-icon,
    .site-header__icon-row .header-toggle-btn {
        height: var(--icon-row-height-desktop) !important;
    }
}

.header-toggle-icon {
    width: 36px;
    height: 38px;
    display: inline-block;
    background-size: 16px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.site-header__top-row__additonal-cell .header-toggle-icon {
    height: var(--menu-row-additional-cell-height, 40px);
}

.header-toggle-icon:after {
    content: "";
    opacity: 0;
    transition: opacity .25s ease-in-out;
    pointer-events: none;
}

.header-toggle-icon.--active:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--theme-color-2);
    left: 50%;
    margin-left: -6px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

/* .header-toggle-icon--phone {
	background-image: url("../images/header-icon-phone-white.svg");
}

.header-toggle-icon--phone.--active {
	background-image: url("../images/header-icon-phone-red.svg");
} */

.header-toggle-icon.header-toggle-icon--about-us {
    background-size: 18px 18px;
    -webkit-mask-image: url("../images/header-icon-info-white-v2.svg") !important;
    mask-image: url("../images/header-icon-info-white-v2.svg") !important;
    -webkit-mask-size: 18px 18px;
    mask-size: 18px 18px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: var(--menu-icon-row-color);
    width: 28px;
}

@media (min-width: 992px) {
    .header-toggle-icon.header-toggle-icon--about-us {
        -webkit-mask-size: 26px 26px;
        mask-size: 26px 26px;
        width: 36px;
    }
}

.header-toggle-icon--about-us-label-text {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: var(--menu-row-additional-cell-height, 40px);
}

.header-toggle-btn--about-us-with-label .header-toggle-icon.header-toggle-icon--about-us,
.site-header__top-row__additonal-cell .header-toggle-btn--about-us-with-label .header-toggle-icon.header-toggle-icon--about-us {
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
}

.--active .header-toggle-icon--about-us {
    background: var(--theme-color-2);
}

.single-post-meta-data__mobile-toggle-btn.--active:before {
    background: var(--author-data-color);
    /* also change value below */
}

@media (min-width: 768px) {
    .single-post-meta-data__mobile-toggle-btn:hover:before {
        background: var(--author-data-color);
    }
}

.header-toggle-textbox,
.header-toggle-label {
    font-size: 1.3rem;
}

.header-toggle-label {
    color: var(--label-color);
}

.header-toggle-btn:hover .header-toggle-label,
.header-toggle-btn.--active .header-toggle-label {
    color: #fff;
}

.header-toggle-textbox {
    top: var(--icon-row-height-mobile);
    background: var(--submenu-bg);
    border-top: 4px solid var(--theme-color-2);
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    z-index: 100000;
    color: var(--color-default);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    height: auto;
    padding: 5px 15px;
}

.header-toggle-textbox.--active {
    display: flex !important;
    opacity: 1;
    pointer-events: all;
}

@media (min-width: 768px) {
    .header-toggle-textbox {
        top: var(--icon-row-height-desktop);
    }
}

.admin-bar .site-header__icon-row .header-toggle-textbox {
    top: calc(var(--icon-row-height-mobile) + var(--ab-height-mobile));
    /* 84 */
}

@media (min-width: 768px) {
    .admin-bar .site-header__icon-row .header-toggle-textbox {
        top: calc(var(--icon-row-height-desktop) + var(--ab-height-mobile));
        /* 98 */
    }
}

@media (min-width: 783px) {
    .admin-bar .site-header__icon-row .header-toggle-textbox {
        top: calc(var(--icon-row-height-desktop) + var(--ab-height-desktop));
        /* 84 */
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .admin-bar .site-header__icon-row .header-toggle-textbox {
        top: var(--icon-row-height-desktop);
        /* 52 */
    }

    .site-header__top-row__additonal-cell .header-toggle-textbox {
        top: var(--menu-row-additional-cell-height, 40px);
    }

    .site-header__top-row__additonal-cell .header-toggle-textbox.header-toggle-textbox--location {
        right: -15px;
    }

    .site-header__top-row__additonal-cell .header-toggle-location-cell:not(:empty) {
        margin-left: 20px;
        display: flex;
        align-items: center;
        height: var(--menu-row-additional-cell-height, 40px);
    }

    .header-toggle-textbox {
        width: 250px;
        left: auto;
        right: 0;
    }

    .header-toggle-textbox--location {
        width: 300px;
    }
}

/* @media (min-width: 992px) {
	.header-toggle-textbox:not(.header-toggle-textbox--about-us) {
		top: unset;
		background: none;
		height: auto;
		border-top: none;
		width: auto;
		color: #fff;
		opacity: 1;
		pointer-events: all;
		box-shadow: none;
	}
} */
/* @media (min-width: 0px) and (max-width: 991px) {
	.header-toggle-textbox--phone.--active {
		display: flex !important;
		background: #fff;
	color: var(--color-default);
		opacity: 1;
		pointer-events: all;
	}
}
.header-toggle-textbox__number {
	font-weight: var(--font-weight-medium);
}
.header-toggle-textbox__country-codes {
	margin-left: 10px;
}
.header-toggle-textbox__country-code {
	padding: 1px 8px;
	border-left: 1px solid #a9a9a9;
	line-height: 1;
color: var(--label-color);
} */

.header-toggle-about-us-menu,
.locale-switcher__wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.locale-switcher__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.header-toggle-about-us-menu__link,
.locale-switcher__link,
.header-toggle-about-us-menu__link.mark-external {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: var(--submenu-link-color);
    transition: all .25s ease-in-out;
    font-size: 1.4rem;
    user-select: none;
}

.locale-switcher__link {
    padding: 8px 0;
}

.locale-switcher__link:before {
    width: 25px;
    text-align: center;
    font-size: 1.5em;
    /* em! */
}

.header-toggle-about-us-menu__link:hover,
.header-toggle-about-us-menu__li--current-menu-item .header-toggle-about-us-menu__link,
.locale-switcher__link.current-item,
.locale-switcher__link:hover,
.locale-switcher__link:before {
    color: var(--submenu-link-color-hover);
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

/* extended disclosure text */
.site-header__site-logo {
    height: var(--menu-row-height-mobile);
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 40%;
}

@media (min-width: 768px) {
    .site-header__site-logo {
        height: var(--menu-row-height-desktop);
        flex: 0 0 var(--main-logo-container-width);
    }
}

.site-header__site-logo__link {
    display: flex;
    /* align-self: flex-start; */
}

.site-header__site-logo__img {
    max-height: 36px;
    max-width: var(--main-logo-width-mobile);
    width: 100%;
}

.site-header__top-row {
    background: var(--menu-desktop-bg);
    width: 100%;
    position: relative;
}

.site-header__top-row--fixed {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--theme-color-2);
}

/*.site-header__known-from--show-mobile { # remove
	background: #fff;
	height: 40px;
	margin: 0 -15px;
	max-width: calc(100% + 30px * 1);
	display: flex;
	border-bottom: 1px solid var(--theme-color-2);
	align-items: center;
	justify-content: left;
}*/
.header-col-label {
    color: var(--label-color);
    font-size: .9rem;
    line-height: 1.1;
    margin-right: 5px;
}

.header-col__icon {
    max-height: 30px;
    max-width: 50px;
    margin: 0 10px;
    display: flex;
    align-self: center;
    image-rendering: -webkit-optimize-contrast;
    min-width: 0;
    /* https://stackoverflow.com/a/41775258 */
}

.site-header__known-from--three-icons .header-col__icon {
    max-width: 38px;
    margin: 0 5px;
}

@media (min-width: 576px) {
    .header-col__icon {
        max-width: 80px;
        margin: 0 15px;
    }

    .site-header__known-from--three-icons .header-col__icon {
        max-width: 60px;
        margin: 0 10px;
    }
}

.site-header__top-menu-item {
    text-decoration: none;
    color: var(--menu-icon-row-color);
    margin: 0 10px;
    font-size: 1.3rem;
    transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
}

@media (min-width: 992px) {
    .site-header__top-menu-item {
        /* font-size: 1.5rem; */
        margin: 0 12px;
    }
}

.site-header__top-menu-item:hover {
    text-decoration: none;
    color: var(--link-color-flashy);
    transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
}

.col-icon-row-custom-width {
    flex: 0 0 40px;
    padding: 0 4px 0 0;
}

@media (max-width: 991px) {
    .col-icon-row-custom-width--additional-width {
        flex: 0 0 155px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .col-icon-row-custom-width {
        flex: 0 0 auto;
        padding: 0 15px;
    }
}

.site-header__mobile-menu-toggle {
    width: 28px;
    height: 28px;
    margin-left: 15px;
    -webkit-mask-image: url("../images/menu-icon.svg");
    mask-image: url("../images/menu-icon.svg");
    -webkit-mask-size: 20px auto;
    mask-size: 20px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: var(--menu-desktop-link-color);
    cursor: pointer;
}

.site-header__mobile-menu-toggle--active {
    opacity: .5;
}

.site-menu-extended__toggle {
    display: none;
}

@media (min-width: 768px) {
    .site-header__site-logo__img {
        max-width: var(--main-logo-width-desktop);
        max-height: 50px;
    }
}

@media (min-width: 992px) {
    .site-header__menu-row {
        overflow: hidden;
        max-width: calc(100% - var(--main-logo-container-width) - 50px);
        /* full width - logo container - search toggle */
    }

    .site-header--single-row .site-header__menu-row {
        max-width: calc(100% - var(--main-logo-container-width) - 50px - var(--menu-row-additional-cell, 175px) - 15px);
        /* 15px margin-left */
    }

    .site-header__menu-row--overflow {
        overflow-y: visible;
    }

    .site-header__header-flex {
        height: var(--menu-row-height-desktop);
        position: relative;
    }

    .site-header--single-row .site-header__header-flex.container-fluid {
        max-width: var(--site-header--single-row-width, 1400px);
    }

    .site-header--lg-fullwidth .site-header__header-flex.container-fluid {
        max-width: 100%;
        padding-right: 25px;
    }

    .site-header--lg-fullwidth .site-header__site-logo {
        margin-right: 0 !important;
        padding-right: 15px;
        /* redefine --main-logo-container-width in project-custom.css */
    }

    .site-header--lg-fullwidth .site-menu .site-menu__item--level-0.fullwidth-submenu .site-menu__sub-menu--level-1 {
        left: -15px;
        max-width: calc(100% - 15px * 1);
    }

    .site-header--lg-fullwidth .header-search {
        left: 0;
        max-width: calc(100% - 15px);
    }

    .site-header__icon-row__row-wrap {
        height: 100%;
        margin: 0;
    }

    .site-header__known-from {
        display: flex;
        background: transparent;
        height: auto;
        max-width: 100%;
        border: none;
        align-items: center;
        color: var(--label-color);
        font-size: 1.3rem;
    }

    .header-col-label {
        font-size: 1.2rem;
        margin-right: 0;
    }
}

/* ---- HEADER END ---- */

/* ---- MENU BEGIN ---- */

.site-menu {
    background: var(--menu-mobile-bg);
    padding: 0 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    border-top: 2px solid var(--theme-color-2);
    opacity: 0;
    left: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    top: var(--menu-row-height-mobile);
}

@media (min-width: 768px) {
    .site-menu {
        top: var(--menu-row-height-desktop);
    }
}

.site-menu--active {
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
    overflow: auto;
    max-height: calc(100vh - var(--icon-row-height-mobile) - var(--menu-row-height-mobile));
}

@media (min-width: 768px) {
    .site-menu--active {
        max-height: calc(100vh - var(--icon-row-height-desktop) - var(--menu-row-height-desktop));
    }
}

@media (min-width: 992px) {
    .site-menu-extended.site-menu--active {
        height: 100%;
        max-height: 100%;
    }
}

.site-menu--add-margin {
    transform: translateY(-20px);
}

.site-menu__link {
    color: var(--menu-mobile-link-color);
    text-decoration: none;
    padding: 13px 0;
    display: block;
    outline: none;
}

.site-menu__link--level-0 {
    border-bottom: 1px solid color-mix(in srgb, var(--menu-mobile-link-color) 15%, transparent);
    /* only needed on mobile menu */
}

.site-menu__link--level-0--icon {
    display: inline-block;
    border-radius: 50%;
    margin: auto 10px auto 0;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    font-family: "menufont";
    font-size: 1.8rem;
}

@media (min-width: 992px) {
    .site-menu__link--level-0--icon {
        font-size: 2rem;
        width: 30px;
        margin-right: 5px;
    }
}

.site-menu__link:hover,
.site-menu__link:active {
    color: var(--menu-mobile-link-color);
    text-decoration: none;
}

.site-menu__item--level-0.menu-item-has-children .site-menu__link--level-0,
.site-menu__item--level-1.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu__link--level-1 {
    position: relative;
    padding-right: 31px;
}

.site-menu__link--no-link {
    cursor: default;
}

.site-menu__sub-menu-toggle,
.site-menu-extended .menu-item-has-children .site-menu__link--no-link {
    cursor: pointer;
}

.site-menu-extended .menu-item-has-children .submenu-topentry .site-menu__link--no-link {
    cursor: default;
}

.site-menu__sub-menu-toggle {
    display: flex;
    flex-direction: column;
    right: 0;
    top: 0;
    height: 100%;
    width: 24px;
}

.site-menu__sub-menu-toggle__arrow {
    width: 5px;
    height: 9px;
    margin: auto;
    -webkit-mask-image: url(../images/arrow-more-white.svg);
    mask-image: url(../images/arrow-more-white.svg);
    -webkit-mask-size: 5px auto;
    mask-size: 5px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: var(--menu-mobile-link-color);
    transform: rotate(90deg);
    transition: transform .25s ease-in-out;
}

.site-menu__sub-menu-toggle__arrow.--active {
    transform: rotate(-90deg);
    transition: transform .25s ease-in-out;
    opacity: .5;
}

.site-menu__sub-menu--level-1,
.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2 {
    background: var(--submenu-bg);
    margin: 0 -15px;
    list-style: none;
    padding: 0 15px;
    display: none;
}

.site-menu__sub-menu-parent--level-2 {
    position: relative;
}

.site-menu__sub-menu__link {
    padding: 13px 0 13px 20px;
    display: block;
    text-decoration: none;
    color: var(--submenu-link-color);
    font-size: var(--menu-mobile-submenu-font-size);
    position: relative;
}

.site-menu__sub-menu__link.site-menu__link--no-link,
.site-menu__sub-menu__link.site-menu__link--no-link:hover {
    color: var(--submenu-link-color) !important;
}

.site-menu__sub-menu__link:before {
    /* new */
    content: "";
    -webkit-mask-image: url(../images/arrow-more-darkgray.svg);
    mask-image: url(../images/arrow-more-darkgray.svg);
    -webkit-mask-size: 6px auto;
    mask-size: 6px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left 50%;
    mask-position: left 50%;
    background: var(--submenu-link-color);
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: calc(var(--line-height-reduced) * 1em);
    transition: left .25s ease-in-out;
}

.site-menu-toplist__li--custom {
    /* new */
    background-image: url("../images/arrow-more-darkgray.svg");
    background-position: left 50%;
    background-repeat: no-repeat;
    background-size: 6px auto;
    padding-left: 20px !important;
}

.site-menu-toplist__li--custom,
.site-menu-toplist__li--custom:hover {
    /* new */
    transition: all .25s ease-in-out;
}

.site-menu__sub-menu__link:hover:before,
.site-menu__sub-menu-parent--level-2:hover > .site-menu__sub-menu__link--level-1:before,
.site-menu-toplist__li--custom:hover:before {
    /* new */
    left: 5px;
    /* new */
    transition: left .25s ease-in-out;
}

.site-menu__item--level-1:not(:last-child) .site-menu__sub-menu__link,
.site-menu__item--level-2:not(:last-child) .site-menu__sub-menu__link,
.site-menu__item--level-3:not(:last-child) .site-menu__sub-menu__link,
.site-menu-extended .site-menu-toplist__li--col-2.last-row,
.site-menu-extended .site-menu-toplist__li--col-3.last-row {
    border-bottom: 1px solid color-mix(in srgb, var(--submenu-link-color) 15%, transparent);
}

@media (max-width: 991px) {

    .site-menu-toplist__li--col-1:not(:only-child),
    .site-menu-toplist__li--col-2:not(:only-child),
    .site-menu-toplist__li--col-3:not(:only-child) {
        border-bottom: 1px solid color-mix(in srgb, var(--submenu-link-color) 15%, transparent);
    }
}

@media (min-width: 992px) {

    .site-menu-toplist__li--col-1:last-child,
    .site-menu-toplist__li--col-2.last-row {
        border-bottom: none;
    }

    .site-menu-toplist__li--col-1:not(:last-child),
    .site-menu-toplist__li--col-2:not(.last-row),
    .site-menu-toplist__li--col-3:not(.last-row),
    .site-menu-extended .site-menu-toplist__li--col-2.last-row,
    .site-menu-extended .site-menu-toplist__li--col-3.last-row {
        border-bottom: 1px solid color-mix(in srgb, var(--submenu-link-color) 15%, transparent);
    }
}

.site-menu .site-menu-toplist__li--col-2.last-row,
.site-menu .site-menu-toplist__li--col-3.last-row {
    /* maybe remove col-3 again */
    /* because of buggy browser behaviour, shifts left last element intro next column otherwise */
    border-bottom: 1px solid transparent;
}

.site-menu__sub-menu--level-2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2 {
    margin: 0 0 0 15px;
    padding: 0;
}

.sub-menu-column {
    list-style: none;
    padding: 0;
}

.site-menu-toplist__ol {
    margin: 0;
    padding: 0 0 8px;
    list-style: none;
    flex-flow: wrap;
    display: flex;
}

@media (max-width: 991px) {
    .site-menu-toplist__ol {
        display: block;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 15px;
    }
}

.site-menu .site-menu-toplist__ol.site-menu-toplist__ol--col2 {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 15px;
}

.site-menu .site-menu-toplist__ol.site-menu-toplist__ol--col3 {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 15px;
}

@media (min-width: 576px) {
    .site-menu .site-menu-toplist__ol.site-menu-toplist__ol--col3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

@media (min-width: 992px) {

    .site-menu .fullwidth-submenu .sub-menu-column.col-9 .site-menu-toplist__ol.site-menu-toplist__ol--col2.site-menu-toplist__ol--logo-only,
    .site-menu .fullwidth-submenu .sub-menu-column.col-12 .site-menu-toplist__ol.site-menu-toplist__ol--col2.site-menu-toplist__ol--logo-only,
    .site-menu .fullwidth-submenu .sub-menu-column.col-9 .site-menu-toplist__ol.site-menu-toplist__ol--col3.site-menu-toplist__ol--logo-only,
    .site-menu .fullwidth-submenu .sub-menu-column.col-12 .site-menu-toplist__ol.site-menu-toplist__ol--col3.site-menu-toplist__ol--logo-only {
        columns: 5;
        -webkit-columns: 5;
        -moz-columns: 5;
    }
}

.site-menu-toplist__li {
    padding: 7px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.site-menu-toplist__ol.site-menu-toplist__ol--no-logos .site-menu-toplist__li {
    padding: 13px 0;
}

/* .site-menu-toplist__li,
.site-menu-toplist__li--col-2 {
	flex: 0 0 calc(50% - 7.5px * 1);
}
.site-menu-toplist__li:not(.site-menu-toplist__li--col-1):nth-child(odd),
.site-menu-toplist__li--col-2:nth-child(odd) {
	margin-right: 15px;
} */
.site-menu-toplist__rank {
    flex: 0 0 30px;
    color: var(--submenu-link-color);
}

.site-menu-toplist__li:hover .site-menu-toplist__rank,
.site-menu-toplist__li.current-menu-item .site-menu-toplist__rank {
    color: var(--menu-mobile-link-color-hover);
}

@media (min-width: 992px) {

    .site-menu-toplist__li:hover .site-menu-toplist__rank,
    .site-menu-toplist__li.current-menu-item .site-menu-toplist__rank {
        color: var(--submenu-link-color-hover);
    }
}

.site-menu-toplist__title {
    padding: 13px 0 5px;
    font-weight: var(--font-weight-bold);
    position: relative;
    user-select: none;
    color: var(--submenu-link-color);
}

.site-menu-toplist__title:empty {
    display: none;
}

.site-menu-toplist__title:before {
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    width: 30px;
    background: var(--submenu-link-color-hover);
    bottom: 2px;
}

.site-menu-toplist__logo {
    flex: 0 0 60px;
    max-width: 60px;
    border-radius: 2px;
}

@media (min-width: 576px) {
    .site-menu-toplist__ol--no-ranking .site-menu-toplist__logo {
        flex: 0 0 80px;
        max-width: 80px;
    }
}

.site-menu-toplist__logo__img {
    display: flex;
    margin: auto;
}

.site-menu-toplist__ol:not(.site-menu-toplist__ol--logo-only) .site-menu-toplist__logo__img {
    height: 22px;
    width: 30px !important;
}

@media (min-width: 576px) {
    .site-menu-toplist__ol--no-ranking:not(.site-menu-toplist__ol--logo-only) .site-menu-toplist__logo__img {
        height: 35px;
        width: 48px !important;
    }
}

@media (min-width: 992px) {
    .site-menu-toplist__ol:not(.site-menu-toplist__ol--logo-only) .site-menu-toplist__logo__img {
        max-height: 30px;
        width: 41px !important;
        height: 30px;
    }

    .site-menu-toplist__ol--no-ranking:not(.site-menu-toplist__ol--logo-only) .site-menu-toplist__logo__img {
        max-height: 40px;
        width: 55px !important;
        height: 40px;
    }
}

.site-menu-toplist__link {
    padding-left: 15px;
    text-decoration: none;
}

.site-menu-toplist__ol.site-menu-toplist__ol--no-logos .site-menu-toplist__link {
    padding-left: 0;
}

.site-menu-toplist__li.site-menu-toplist__li--logo-only {
    border-bottom: 0 !important;
    padding: 10px 0 !important;
}

.site-menu-toplist__logo-link {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .site-menu-toplist__logo-link {
        width: 80%;
        height: 70px;
    }
}

@media (min-width: 992px) {
    .site-menu-toplist__logo-link {
        width: 100%;
    }
}


.site-menu-toplist__logo.site-menu-toplist__logo--full {
    display: flex;
    flex: 1 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    border-radius: var(--border-radius-default);
    height: 100%;
}

.site-menu-toplist__logo__img.site-menu-toplist__logo__img--full {
    height: auto;
    max-height: 100%;
    width: auto;
}

/* @media (min-width: 576px) {
	.site-menu-toplist__logo__img.site-menu-toplist__logo__img--full {
		max-height: 60px;
	}
} */

.site-menu-toplist__link:hover,
.site-menu-toplist__li.current-menu-item .site-menu-toplist__link,
.site-menu__sub-menu__link:hover,
.site-menu__item--level-1.current-menu-item > .site-menu__sub-menu__link,
.site-menu__item--level-2.current-menu-item .site-menu__sub-menu__link,
.site-menu__item--level-2.current_page_ancestor .site-menu__sub-menu__link,
.site-menu__sub-menu-parent--level-2:hover > .site-menu__sub-menu__link--level-1,
.site-menu__sub-menu-parent--level-2.current-menu-parent > .site-menu__sub-menu__link--level-1 {
    color: var(--menu-mobile-link-color-hover);
    text-decoration: none;
}

.site-header__menu-row .submenu-topentry > a,
.site-header__menu-row .submenu-topentry > span {
    font-weight: var(--font-weight-bold);
}

.site-header__menu-row .submenu-topentry a,
.site-header__menu-row .submenu-topentry span {
    background: none;
    padding-left: 0;
}

.site-header__menu-row .submenu-topentry a:before,
    /* new */
.site-header__menu-row .submenu-topentry span:before {
    /* new */
    display: none;
}

.site-header__menu-row .submenu-topentry span.site-menu__sub-menu__link:hover {
    color: initial;
    /* maybe inherit on some pages */
}

body.body-header-search--active .site-header {
    z-index: 100001;
    border-bottom: none;
}

.header-search-fadeout {
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

body.body-header-search--active .header-search-fadeout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    /* one less than site header */
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

.header-search-form {
    background: none;
    margin-right: 0;
    margin-left: 0;
}

.header-search {
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    /* background: rgba(0, 0, 0, .5); */
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 9999;
    align-content: center;
    /* justify-content: center; */
    transition: all .25s ease-in-out;
    opacity: 0;
    pointer-events: none;
    display: flex !important;
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    .header-search {
        left: 15px;
        max-width: calc(100% - 30px * 1);
    }
}

.header-search--lg-active {
    opacity: 1;
    transition: all .25s ease-in-out;
    pointer-events: all;
}

.header-search__wrapper {
    background: #fff;
    width: 0%;
    /* max-width: 650px;
	min-width: 250px; */
    box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.6);
    /* transform: translateY(-30px); */
    transition: all .25s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.header-search--lg-active .header-search__wrapper {
    /* transform: translateY(0px); */
    transition: all .25s ease-in-out;
    opacity: 1;
    width: 100%;
}

.header-search__input-text {
    background: none;
    height: var(--menu-row-height-mobile);
    line-height: var(--menu-row-height-mobile);
    padding: 0 50px 0 15px;
    border: none;
    color: var(--label-color);
    outline: 0;
    font-size: 1.6rem;
    background-color: #fff;
}

.header-search__input-text:focus {
    color: var(--color-dark);
}

@media (min-width: 768px) {
    .header-search__input-text {
        font-size: 2rem;
        padding: 0 50px 0 30px;
        line-height: var(--menu-row-height-desktop);
        height: var(--menu-row-height-desktop);
    }
}

.header-search__input-button {
    height: var(--menu-row-height-mobile);
    width: 0;
    background-size: 20px 20px;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: 0;
    /* margin: 0 15px 0 0; */
    margin: 0;
}

@media (min-width: 768px) {
    .header-search__input-button {
        height: var(--menu-row-height-desktop);
        /* width: 60px;
		background-size: 30px 30px; */
    }
}

.header-search--lg-active .header-search__input-button:hover {
    /* opacity: .5; */
    cursor: default;
}

.header-search__input-button {
    margin: auto;
}

.search__close {
    border-radius: var(--border-radius-default);
    font-size: 1.4rem;
    font-weight: var(--font-weight-bold);
    color: #fff;
    background: var(--theme-color-3);
    justify-content: center;
    padding: 5px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 15px;
    transform: translateY(-125%);
    opacity: 0;
    pointer-events: none;
}

.search__close.search__close--show {
    opacity: 1;
    pointer-events: all;
}

@media (min-width: 768px) {
    .search__close {
        font-size: 1.6rem;
        padding: 8px;
        right: 0px;
    }
}

.search__close:hover {
    background: var(--theme-color-2);
}

.search-toggle {
    width: 40px;
    height: var(--menu-row-height-mobile);
    cursor: pointer;
    margin-right: 0;
    -webkit-mask-image: url("../images/search-icon-white.svg");
    mask-image: url("../images/search-icon-white.svg");
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: var(--menu-desktop-link-color);
}

.search-toggle.search-toggle--active {
    z-index: 10000;
    /* search form has 9999 */
    -webkit-mask-image: url("../images/icon-close.svg");
    mask-image: url("../images/icon-close.svg");
    background: var(--search-close-icon-active);
}

@media (max-width: 991px) {
    .search-toggle.search-toggle--active {
        transform: translateX(50px);
    }
}

@media (min-width: 768px) {
    .search-toggle {
        width: 50px;
        height: var(--menu-row-height-desktop);
        -webkit-mask-size: 20px 20px;
        mask-size: 20px 20px;
    }
}

@media (min-width: 992px) {
    .search-toggle:hover {
        opacity: .5;
    }
}

@media (min-width: 0px) and (max-width: 991px) {

    /* ---- MENU BEGIN ---- */
    .site-header__menu-row {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .site-menu {
        padding-bottom: 30px;
    }

    .site-menu--add-margin.site-menu--active {
        transform: translateY(-40px);
    }

    .site-menu__item--level-0.menu-item-has-children .site-menu__link--level-0 {
        position: relative;
        padding-right: 31px;
    }

    .site-menu__item--level-0.current-menu-item .site-menu__link--level-0,
    .site-menu__item--level-0.current-menu-ancestor .site-menu__link--level-0,
    .site-menu__item--level-0.current_page_ancestor .site-menu__link--level-0 {
        color: var(--menu-mobile-link-color-hover);
    }

    .site-menu__sub-menu-toggle {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 0;
        top: 0;
        height: 100%;
        width: 24px;
    }

    .site-menu__sub-menu-toggle__arrow {
        width: 6px;
        height: 8px;
        margin: auto;
        -webkit-mask-size: 6px auto;
        mask-size: 6px auto;
        transform: rotate(90deg);
        transition: transform .25s ease-in-out;
    }

    .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow {
        /* needs to get defined twice, also for > 992px */
        background: currentColor !important;
        -webkit-mask-image: url("../images/menu-show-more-icon-plus.svg") !important;
        mask-image: url("../images/menu-show-more-icon-plus.svg") !important;
        -webkit-mask-size: 12px auto;
        mask-size: 10px auto;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        transform: rotate(0);
        width: 100%;
        height: 100%;
    }

    .site-menu-toplist__li--custom .site-menu__sub-menu-toggle__arrow {
        z-index: 1;
    }

    .site-menu__sub-menu-toggle__arrow.--active {
        transform: rotate(-90deg);
        transition: transform .25s ease-in-out;
        opacity: .5;
    }

    .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow.--active {
        /* needs to get defined twice, also for > 992px */
        -webkit-mask-image: url("../images/menu-show-more-icon-minus.svg") !important;
        mask-image: url("../images/menu-show-more-icon-minus.svg") !important;
        transform: rotate(0);
        opacity: 1;
    }

    .site-menu__item--level-1[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    /*.site-menu-toplist__li:nth-child(odd),
	.site-menu-toplist__li--col-2:nth-child(odd) {
		margin-right: 15px;
	}*/
    .site-menu-toplist__li {
        font-size: 1.2rem;
        /*font-weight: var(--font-weight-medium);*/
        /*font-weight: var(--font-weight-bold);*/
        line-height: 1.1;
        word-break: break-word;
    }

    .site-menu-toplist__li--custom {
        margin-right: 0 !important;
        font-size: 1.5rem !important;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .site-menu-toplist__rank {
        flex: 0 0 25px;
    }

    .site-menu-toplist__logo {
        max-width: 40px;
    }

    .site-menu-toplist__link {
        padding-left: 10px;
        color: var(--submenu-link-color);
    }

    .site-menu__item--level-0 {
        opacity: 0;
        transform: translateX(-15px);
        transition: all .25s ease-in-out;
    }

    .site-menu:not(.menu-has-search-form) .site-menu__item--level-0:nth-last-of-type(1) .site-menu__link--level-0 {
        border-bottom: none;
    }

    .site-menu.menu-has-search-form .site-menu__item--level-0:nth-last-of-type(1) .site-menu__link--level-0 {
        border-bottom: none;
    }

    .site-menu__item--level-0--flown-in,
    .site-menu__item--show-immediately {
        opacity: 1;
        transform: translateX(0px);
        transition: all .25s ease-in-out;
    }

    /* .site-menu-toplist__li--col-1:nth-last-of-type(1):not(.site-menu-toplist__li--custom),
	.site-menu-toplist__li--col-1:nth-last-of-type(2) {
		border-bottom: none;
	} */
    .site-menu__mobile-top-menu__entries {
        margin-top: 30px;
        order: 998;
        margin-bottom: -30px;
    }

    .site-menu__mobile-top-menu__list {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0 -7.5px 15px;
    }

    .site-menu__mobile-top-menu__entry {
        margin-bottom: 15px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .site-menu__mobile-top-menu__link {
        height: 100%;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: rgba(0,0,0,.25); */
        color: var(--menu-mobile-link-color);
        text-decoration: none;
        border-radius: var(--border-radius-default);
        text-align: center;
        padding: 5px;
        border: 1px solid var(--menu-mobile-link-color);
        transition: all .25s ease-in-out;
        word-break: break-word;
        /* new */
        font-size: 1.4rem;
    }

    .site-menu__mobile-top-menu__link:hover {
        text-decoration: none;
        color: var(--menu-mobile-link-color-hover);
        border-color: var(--menu-mobile-link-color-hover);
        transition: all .25s ease-in-out;
    }

    .site-menu__item--level-0.menu-item-about-us-mobile {
        order: 999;
        margin-top: 30px;
        background: rgba(0, 0, 0, .25);
        margin-bottom: 0px;
        border-radius: var(--border-radius-default);
    }

    .site-menu__item--level-0.menu-item-about-us-mobile .site-menu__link--level-0 {
        border-bottom: none;
        padding-left: 8px;
        display: flex;
        align-items: center;
    }

    .site-menu__item--level-0.menu-item-about-us-mobile .site-menu__link--level-0 .site-menu__link--level-0--icon {
        height: 16px;
        -webkit-mask-image: url(../images/header-icon-info-white-v2.svg) !important;
        mask-image: url(../images/header-icon-info-white-v2.svg) !important;
        -webkit-mask-size: 16px 16px;
        mask-size: 16px 16px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        background: var(--menu-mobile-link-color);
    }

    .site-menu__item--level-0.menu-item-about-us-mobile .site-menu__sub-menu--level-1 {
        margin: 0;
    }

    .site-menu__mobile-state-switcher {
        order: 1000;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid color-mix(in srgb, var(--menu-mobile-link-color) 15%, transparent);
    }

    .site-menu__mobile-state-switcher .locale-switcher__wrapper {
        grid-gap: 10px
    }

    .site-menu__mobile-state-switcher .locale-switcher__link:before,
    .site-menu__mobile-state-switcher .locale-switcher__link {
        color: var(--menu-mobile-link-color);
    }

    .site-menu__mobile-state-switcher .locale-switcher__link {
        font-size: 1.3rem;
        padding: 10px;
        background-color: rgba(0, 0, 0, .25);
        border-radius: var(--border-radius-default);
    }

    .site-header__top-row__additonal-cell {
        display: none;
    }

    /* ---- MENU END ---- */
}

@media (min-width: 992px) {
    .site-menu {
        padding: 0;
        background: none;
        position: static;
        z-index: auto;
        margin: 0;
        box-shadow: none;
        border: none;
        opacity: 1;
        pointer-events: all;
        transition: none;
    }

    .site-menu,
    .site-menu--add-margin {
        transform: none;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .site-menu::-webkit-scrollbar {
        display: none;
    }

    .site-menu__link {
        padding: 0;
        border: none;
    }

    .site-menu__link--level-0 {
        height: var(--menu-row-height-desktop);
        align-items: center;
        color: var(--menu-desktop-link-color);
        text-decoration: none;
        padding: 0 15px;
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .site-menu-extended .site-menu__link--level-0 {
        height: auto;
        min-height: 50px;
        color: #fff;
        padding-left: 15px;
    }

    .site-menu .site-menu__link--level-0 {
        white-space: nowrap;
    }

    .site-menu__link--level-0 {
        font-size: var(--menu-desktop-font-size);
    }

    .site-menu__sub-menu__link,
    .site-menu__item .site-menu-toplist__link,
    .site-menu__item .site-menu-toplist__rank,
    .site-menu-toplist__title {
        font-size: var(--menu-desktop-submenu-font-size);
    }

    /* .site-menu__sub-menu__link {
		background-position: left calc(1.4em - 4px * 1);
	}
	.site-menu__sub-menu__link:hover {
		background-position: 5px calc(1.4em - 4px * 1);
	} */
    .site-menu-toplist__li {
        padding: 6px 0;
    }

    .site-menu .site-menu__link--level-0:after {
        content: "";
        position: absolute;
        bottom: -1px;
        width: calc(100% - 20px * 1);
        left: 50%;
        height: 3px;
        transform: translateX(-50%) scaleX(0);
        background: var(--menu-extended-link-color-hover);
        transition: all .25s ease-in-out;
        opacity: 0;
    }

    .site-menu .site-menu__item .site-menu__link--level-0:hover:after,
    .site-menu .site-menu__item .site-menu__item--level-0:hover .site-menu__link--level-0:after {
        transform: translateX(-50%) scaleX(1);
        transition: all .25s ease-in-out;
        opacity: 1;
    }

    .site-menu .site-menu__item--level-0.menu-item-has-children .site-menu__link--level-0 {
        padding-right: 15px;
        border-bottom: none;
    }

    .site-menu__sub-menu-toggle {
        position: static;
        display: inline-flex;
        width: auto;
        height: auto;
    }

    .header-desktop-menu .site-menu__sub-menu-toggle {
        display: none;
    }

    .site-menu .site-menu__sub-menu-toggle__arrow.--active {
        transform: rotate(0deg);
    }

    .site-menu__link--level-0:hover,
        /* depending on site maybe need to add .site-menu before all classes */
    .site-menu__item--level-0.menu-item-has-children:hover .site-menu__link--level-0,
    .site-menu__item--level-0.current-menu-ancestor .site-menu__link--level-0,
        /* removed :first-of-type again because of problems */
    .site-menu__item--level-0.current-menu-item .site-menu__link--level-0,
    .site-menu__item--level-0.current-post-ancestor .site-menu__link--level-0 {
        color: var(--menu-desktop-link-color-hover);
        text-decoration: none;
    }

    /* .site-menu__sub-menu-toggle__arrow {
		transform: rotate(0deg);
		background: url("../images/dropdown-arrow.svg") center no-repeat;
		background-size: 9px 5px;
		height: 5px;
		width: 9px;
		margin-left: 11px;
		display: inline-flex;
		transition: all .25s ease-in-out;
	} */
    .site-menu .site-menu__sub-menu-parent--level-2 {
        /* new */
        position: static;
    }

    .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow {
        /* needs to get defined twice, also for > 992px */
        background: currentColor !important;
        -webkit-mask-image: url("../images/menu-show-more-icon-plus.svg") !important;
        mask-image: url("../images/menu-show-more-icon-plus.svg") !important;
        -webkit-mask-size: 12px auto;
        mask-size: 10px auto;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        transform: rotate(0);
        width: 100%;
        height: 100%;
    }

    .site-menu .site-menu__item--level-0.menu-item-has-children:hover .site-menu__sub-menu-toggle__arrow {
        transform: rotate(90deg);
        transition: all .25s ease-in-out;
        opacity: .5;
    }

    .site-menu .site-menu__item--level-0 .site-menu__sub-menu--level-1,
        /* short main menu only */
    .site-menu .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2 {
        /* short main menu only */
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 3;
        width: 280px;
        transform: translateY(20px);
        margin: 0;
        opacity: 0;
        pointer-events: none;
        transition: all .25s ease-in-out;
        box-shadow: 5px 15px 30px rgba(0, 0, 0, .15);
        border-top: 3px solid var(--menu-extended-link-color-hover);
    }

    .site-menu .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2 {
        min-height: calc(100% + 3px * 1);
        transform: translate(20px, -2px);
        left: 280px;
        /* 280px menu width minus 15px padding left, a-link is extended via after element */
    }

    .site-menu .site-menu__sub-menu-parent--level-2:hover .site-menu__sub-menu--level-2 {
        transform: translate(0, -2px);
    }

    .site-menu .submenu-left .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2 {
        left: auto;
        right: 280px;
        transform: translate(-20px, -2px);
    }

    .sub-menu--last-element .site-menu__sub-menu--level-1 {
        right: 15px;
    }

    .site-menu .site-menu__item--level-0.fullwidth-submenu .site-menu__sub-menu--level-1 {
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0 15px;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: calc(100% - 30px * 1);
        max-height: calc(100vh - 150px * 1);
        /* prevent submenu menus from becoming to long, that latest entries would not be accessible */
        overflow: auto;
    }

    .site-menu .site-menu__item--level-0.menu-item-has-children:hover .site-menu__sub-menu--level-1,
    .site-menu .site-menu__sub-menu-parent--level-2.menu-item-has-children:hover .site-menu__sub-menu--level-2 {
        display: flex !important;
        opacity: 1;
        pointer-events: all;
        transform: translateY(-2px);
        transition: all .25s ease-in-out;
    }

    .site-menu .site-menu__sub-menu-parent--level-2.menu-item-has-children:hover .site-menu__sub-menu--level-2 {
        transition-delay: 75ms;
    }

    .sub-menu-column {
        position: relative;
    }

    .site-menu .site-menu__item .sub-menu-column:not(:last-child):after {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        width: 1px;
        background: var(--menu-extended-link-color-hover);
    }

    .site-menu .site-menu__item--level-2:last-child .site-menu__sub-menu__link--level-2 {
        border-bottom: none;
    }

    .site-menu-toplist__li--col-1 {
        flex: 0 0 100%;
    }

    .site-menu__sub-menu--level-2 {
        padding: 0 15px;
    }

    .site-menu .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2 {
        /* site-menu => styles only in main menu, not in extended! */
        padding: 0 15px;
        width: 280px;
        position: absolute;
        top: -1px;
        max-height: calc(100vh - 150px * 1);
        /* prevent submenu level2 menus from becoming to long, that latest entries would not be accessible */
        overflow: auto;
    }

    .site-menu-toplist__title {
        padding-bottom: 14px;
        min-height: 45px;
        /* new */
    }

    .site-menu-toplist__title:before {
        bottom: 8px;
        width: 50px;
    }

    .site-menu-toplist__logo {
        border-radius: var(--border-radius-default);
    }

    .site-menu__sub-menu__link,
    .site-menu-toplist__link {
        color: var(--submenu-link-color);
    }

    .site-menu__sub-menu__link:hover,
    .site-menu-toplist__link:hover {
        color: var(--submenu-link-color-hover);
    }

    .site-menu .site-menu__item--level-1.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu__link--level-1:after,
    .site-menu-toplist__li--custom:after {
        content: "";
        width: 15px;
        height: 100%;
        position: absolute;
        right: -15px;
        top: 0;
    }

    .site-menu .submenu-left .site-menu__item--level-1.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu__link--level-1:after {
        right: auto;
        left: -15px;
    }

    .ml-lg-auto-custom {
        margin-left: auto;
    }

    /* -- SITE-MENU-EXTENDED -- */
    .site-menu-extended {
        background: var(--menu-extended-bg);
        color: var(--menu-extended-link-color);
        position: absolute;
        top: var(--menu-row-height-desktop);
        right: 15px;
        width: 300px;
        list-style: none;
        padding: 0;
        margin: 0;
        transform: translateY(20px);
        opacity: 0;
        pointer-events: none;
        transition: all .25s ease-in-out;
        box-shadow: 5px 15px 30px rgba(0, 0, 0, .15);
        border-top: 3px solid var(--menu-extended-link-color-hover);
        z-index: 10;
        max-height: calc(100vh - 115px * 1);
        overflow: auto;
    }

    .site-header--single-row .site-menu-extended {
        right: calc(15px + var(--menu-row-additional-cell, 175px) + 15px);
        /* reserve some space, 175px + 15px margin */
    }

    .site-menu-extended.--active {
        display: flex;
        opacity: 1;
        pointer-events: all;
        transform: translateY(-2px);
        transition: all .25s ease-in-out;
    }

    .site-menu-extended .site-menu__link--level-0 {
        padding-right: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    }

    .site-menu-extended .site-menu__item--level-0:last-child .site-menu__link--level-0 {
        border-bottom: none !important;
    }

    .site-menu-extended .site-menu__link--level-0,
    .site-menu-extended .site-menu__link--level-1 {
        text-align: left;
        justify-content: flex-start;
    }

    .site-menu-extended .site-menu__link--level-0:hover,
    .site-menu-extended .site-menu__item--level-0.menu-item-has-children:hover .site-menu__link--level-0,
    .site-menu-extended .site-menu__item--level-0.current-menu-ancestor .site-menu__link--level-0,
    .site-menu-extended .site-menu__item--level-0.current-menu-item .site-menu__link--level-0,
    .site-menu-extended .site-menu__item--level-0.current-post-ancestor .site-menu__link--level-0 {
        color: var(--menu-extended-link-color-hover);
    }

    .site-menu-extended .site-menu__sub-menu--level-1 {
        margin: 0;
    }

    .site-menu-extended .site-menu__sub-menu--level-2 {
        padding: 0;
    }

    .site-menu-extended .site-menu__item--level-0 {
        opacity: 1;
        transition: all .25s ease-in-out;
    }

    .site-menu-extended .site-menu__item--level-0--flown-in {
        transition: all .25s ease-in-out;
    }

    .site-menu-extended .site-menu__sub-menu-toggle {
        margin-left: auto;
        margin-right: -15px;
        height: 100%;
        min-height: 50px;
        width: 60px;
        min-width: 60px;
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    .site-menu-extended .site-menu__sub-menu-toggle__arrow {
        margin: auto;
        /* background-image: url("../images/arrow-more-white.svg");
		background-size: 8px auto; */
        -webkit-mask-size: 8px auto;
        mask-size: 8px auto;
        height: 12px;
        width: 8px;
        transform: rotate(90deg);
        background: var(--menu-extended-link-color);
    }

    .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow {
        width: 12px;
        transform: rotate(0);
    }

    .site-menu-extended .site-menu__sub-menu-toggle__arrow.--active {
        transform: rotate(-90deg);
    }

    .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow.--active {
        /* needs to get defined twice, also for > 992px */
        -webkit-mask-image: url("../images/menu-show-more-icon-minus.svg") !important;
        mask-image: url("../images/menu-show-more-icon-minus.svg") !important;
        transform: rotate(0);
        opacity: 1;
    }

    .site-menu-extended .site-menu__item--level-1[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .site-menu-extended .site-menu-toplist__li--col-1,
    .site-menu-extended .site-menu-toplist__li,
    .site-menu-extended .site-menu-toplist__li--col-2 {
        flex: 0 0 100%;
    }

    .site-menu-extended .site-menu-toplist__li {
        line-height: 1.1;
        color: var(--submenu-link-color);
    }

    .site-menu-extended .header-search-form {
        margin: 0;
        padding-left: 55px;
    }

    .site-menu-extended__li-wrapper {
        margin-right: auto;
    }

    .site-menu-extended__li-wrapper.hidden {
        transition: none;
        width: 0;
        padding: 0;
        overflow: hidden;
        font-size: 0;
    }

    .site-menu-extended__toggle {
        flex: 0 0 40px;
        min-width: 40px;
        height: 30px;
        margin: auto;
        /* margin-left: 15px !important; */
        border-radius: var(--border-radius-default);
        display: flex;
        cursor: pointer;
    }

    .site-menu-extended__toggle span {
        -webkit-mask-image: url("../images/menu-icon-extended-toggle-white.svg");
        mask-image: url("../images/menu-icon-extended-toggle-white.svg");
        -webkit-mask-size: 26px auto;
        mask-size: 26px auto;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        width: 100%;
        height: 100%;
        background: var(--menu-desktop-link-color);
    }

    .--active .site-menu-extended__toggle span {
        background: var(--menu-desktop-bg);
    }

    .site-menu-extended__toggle:hover {
        opacity: .5;
    }


    .site-menu-extended__li-wrapper.--active .site-menu-extended__toggle {
        background-color: var(--menu-extended-link-color-hover);
        opacity: 1;
    }

    .site-menu-extended .header-search-form {
        background: none;
        border-bottom: 1px solid #444;
    }

    .site-menu-extended .header-search {
        margin: 15px;
        background: rgba(255, 255, 255, .1);
        border-radius: var(--border-radius-default);
    }

    .site-menu-extended .site-menu__sub-menu-parent--level-2 > .site-menu__sub-menu__link--level-1 {
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

    .site-menu-extended .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle {
        min-width: 40px;
        width: 40px;
        min-height: 34px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .fadeout-website {
        display: none;
        position: fixed;
        background: rgba(0, 0, 0, .6);
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        transition: background .25s ease-in-out;
    }

    .site-header__top-row__additonal-cell {
        width: var(--menu-row-additional-cell, auto);
        min-width: 175px;
        justify-content: flex-end;
        padding-right: 5px;
        margin-left: 15px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .site-header__top-row__additonal-cell .header-toggle-btn.header-toggle-btn--about-us {
        padding-right: 0;
    }

    .site-header__top-row__additonal-cell .header-toggle-btn.header-toggle-btn--about-us:hover {
        color: var(--menu-desktop-link-color-hover);
    }

    .site-header__top-row__additonal-cell .col-icon-row-top-menu-items {
        display: flex;
        align-items: center;
        margin-right: auto;
    }

    .site-header__top-row__additonal-cell .site-header__top-menu-item {
        padding: 3px 10px;
        background: color-mix(in srgb, var(--menu-desktop-link-color) 10%, transparent);
        text-transform: uppercase;
        font-weight: var(--font-weight-bold);
        border-radius: 3px;
        font-size: 1.1rem;
        margin: 0;
        white-space: nowrap;
        color: var(--menu-desktop-link-color);
    }

    .site-header__top-row__additonal-cell .site-header__top-menu-item:hover {
        background: color-mix(in srgb, var(--menu-desktop-link-color) 20%, transparent);
        color: var(--menu-desktop-link-color);
    }

    .site-header__top-row__additonal-cell .site-header__top-menu-item:not(:last-child) {
        margin-right: 15px;
    }

    .site-header__top-row__additonal-cell .header-toggle-icon.header-toggle-icon--about-us {
        -webkit-mask-size: 22px 22px;
        mask-size: 22px 22px;
        background: var(--menu-desktop-link-color);
    }

    .site-header__top-row__additonal-cell .header-toggle-btn.header-toggle-btn--about-us:hover .header-toggle-icon.header-toggle-icon--about-us,
    .site-header__top-row__additonal-cell .--active .header-toggle-icon.header-toggle-icon--about-us {
        background: var(--menu-desktop-link-color-hover);
    }
}

@media (min-width: 1650px) {
    .site-menu-extended {
        width: calc(50% - (1200px / 2) * 1);
        max-width: 320px;
        min-width: 300px;
    }
}

/* -- SITE SUB-MENU ROW -- */
.site-submenu-row {
    background: var(--submenu-row-bg);
    padding: 0 15px;
    display: flex;
    height: 40px;
    box-shadow: 0 1px 0 0 var(--submenu-row-top-border) inset;
}

body.body-header-search--active .site-submenu-row {
    opacity: .2;
    pointer-events: none;
    filter: grayscale(1);
}

.site-submenu-container {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
}

.site-submenu-container:after {
    content: "";
    position: sticky;
    right: -1px;
    top: 0;
    margin-top: 1px;
    height: calc(100% - 1px);
    width: 30px;
    flex: 0 0 30px;
    background: linear-gradient(to right, color-mix(in srgb, var(--submenu-row-bg) 0%, transparent) 0%, color-mix(in srgb, var(--submenu-row-bg) 100%, transparent) 100%);
}

.site-submenu-row .menu-item {
    margin-right: 20px;
    white-space: nowrap;
}

.site-submenu-row .menu-item a {
    text-decoration: none;
    font-size: var(--menu-submenu-row-font-size);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--submenu-row-link-color);
}

.site-submenu-row .menu-item a:hover,
.site-submenu-row .menu-item.current_page_item a,
.site-submenu-row .menu-item.current-menu-item a {
    color: var(--submenu-row-link-color-hover);
}

.site-submenu-row .menu-item.current_page_item a:after,
.site-submenu-row .menu-item.current-menu-item a:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: var(--submenu-row-link-color-hover);
    width: 100%;
    bottom: 0;
}

@media (min-width: 992px) {
    .site-submenu-row {
        padding: 0;
    }

    .site-submenu-container {
        padding: 0;
        max-width: calc(100% - 30px * 1);
    }
}

@media (min-width: 1200px) {

    /* new */
    .site-submenu-container {
        max-width: 1170px;
    }
}

/* ---- MENU END ---- */

/* ---- CONTENT BEGIN ---- */

.tab-item {
    cursor: pointer;
    user-select: none;
}

.tab-content {
    padding: 0;
    opacity: 0;
    transition: height .25s ease-in-out, opacity .25s ease-in-out;
    height: 0;
    overflow: hidden;
}

.tab-content.--active,
.tab-content--without-action {
    padding: 15px;
    opacity: 1;
    transition: height .25s ease-in-out, opacity .25s ease-in-out;
    height: auto;
    overflow: visible;
}

.tab-content.review-extended-infos__tab-content.--active {
    padding: 0 15px;
}

.main-wrapper {
    margin: 20px 0;
    word-wrap: break-word;
}

.main-wrapper.main-wrapper--no-margin {
    margin: 0;
}

.home .main-wrapper {
    margin-top: 0;
}

@media (min-width: 768px) {
    .main-wrapper {
        margin: 30px 0;
    }

    .main-wrapper.main-wrapper--no-margin {
        margin: 0;
    }

    .main-wrapper.main-wrapper--no-margin-bottom {
        margin-bottom: 0;
    }
}

.site-breadcrumb {
    margin-bottom: 10px;
    z-index: 3;
    /* new */
}

.site-breadcrumb-wrapper > span {
    display: block;
}

.site-breadcrumb--post,
.single-reviews .site-breadcrumb,
.single-custom_products .site-breadcrumb,
.site-breadcrumb--fullwidth-separated,
.site-breadcrumb--light {
    padding: 10px 0;
    position: relative;
    margin-bottom: 0;
}

.page-template-template-full-width-head-section .site-breadcrumb--fullwidth-separated {
    margin-bottom: 15px !important;
}

.site-breadcrumb--light {
    margin-bottom: 15px;
}

@media (min-width: 576px) {

    .single-reviews .site-breadcrumb,
    .single-custom_products .site-breadcrumb,
    .site-breadcrumb--post,
    .site-breadcrumb--fullwidth-separated,
    .site-breadcrumb--light {
        padding: 10px 0;
    }

}

@media (min-width: 992px) {

    .single-reviews .site-breadcrumb:not(.site-breadcrumb--review-hero-section-other),
    .single-custom_products .site-breadcrumb {
        /* needed, to align sidebar with h1 intro headline */
        min-height: 36px;
    }

    .site-breadcrumb--fullwidth-separated {
        margin-bottom: 15px;
    }
}

.site-breadcrumb--post:after,
.site-breadcrumb--fullwidth-separated:after,
.site-breadcrumb--light:after {
    height: 100% !important;
}

@media (min-width: 992px) {
    .site-breadcrumb--fullwidth-separated:not(.site-breadcrumb--box-shadow-none):after {
        box-shadow: 0 1px 0 0 var(--border-color);
        /* inset before */
    }
}

.site-breadcrumb.site-breadcrumb--light:after {
    background: rgba(0, 0, 0, .4);
    z-index: -1 !important;
}

.site-breadcrumb,
.site-breadcrumb a {
    font-size: 1.1rem;
    color: var(--breadcrumb-color);
    text-decoration: none;
    line-height: 1.35;
}

@media (min-width: 576px) {

    .site-breadcrumb,
    .site-breadcrumb a {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .review-hero-section:not(.review-hero-section--one-section):not(.review-hero-section--not-available) .last-updated-container--review {
        margin-top: 45px;
        margin-bottom: -45px;
    }
}

.last-updated-container--post {
    font-size: 1.1rem;
    margin-top: -.5em;
    margin-bottom: .75em;
}


.site-breadcrumb a:hover,
.breadcrumb_last {
    color: var(--breadcrumb-color-hover);
}

.site-breadcrumb.site-breadcrumb--light,
.site-breadcrumb.site-breadcrumb--light a,
.site-breadcrumb.site-breadcrumb--light a:hover,
.site-breadcrumb.site-breadcrumb--light .breadcrumb_last {
    color: var(--breadcrumb-light-color);
}

@media (max-width: 768px) {
    .site-breadcrumb-wrapper > span {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .site-breadcrumb-wrapper {
        width: 0;
        flex-grow: 1;
    }
}

.site-breadcrumb--review-hero-section .site-breadcrumb-wrapper > span,
.site-breadcrumb.site-breadcrumb--light .site-breadcrumb-wrapper > span {
    position: relative;
    z-index: 1;
}

.review-breadcrumb-row {
    background: var(--review-breadcrumb-bg);
    border-bottom: 1px solid var(--border-color);
}

.h1-headline {
    font-size: calc(2.4rem * var(--headline-multiplier));
}

.h1-headline--white {
    color: #fff;
}

h2 {
    font-size: calc(1.8rem * var(--headline-multiplier));
}

h2#sub-h2-headline-for-some-more-information {
    font-size: calc(1.6rem * var(--headline-multiplier));
    margin-top: -.125em;
}

@media (min-width: 768px) {
    h2 {
        font-size: calc(2.2rem * var(--headline-multiplier));
    }

    h2#sub-h2-headline-for-some-more-information {
        font-size: calc(2rem * var(--headline-multiplier));
    }
}

h3 {
    font-size: calc(1.6rem * var(--headline-multiplier));
}

@media (min-width: 768px) {
    h3 {
        font-size: calc(2rem * var(--headline-multiplier));
    }
}

h4 {
    font-size: calc(1.4rem * var(--headline-multiplier));
}

@media (min-width: 768px) {
    h4 {
        font-size: calc(1.6rem * var(--headline-multiplier));
    }
}

.intro-h2-headline {
    margin-bottom: 8px;
    margin-top: -.75rem;
    font-size: calc(1.6rem * var(--headline-multiplier));
}

@media (min-width: 768px) {
    .intro-h2-headline {
        font-size: calc(1.8rem * var(--headline-multiplier));
    }
}

.h1-headline__subheadline--normal-size,
.h1-headline__subheadline--slots {
    font-size: calc(1.5rem * var(--headline-multiplier));
}

.h1-headline__subheadline--slots {
    font-weight: normal;
}

@media (min-width: 768px) {
    .h1-headline__subheadline--slots {
        font-size: calc(1.8rem * var(--headline-multiplier));
    }
}

@media (min-width: 768px) {
    .h1-headline {
        font-size: calc(2.8rem * var(--headline-multiplier));
    }
}

.h2-subheadline {
    font-size: calc(1.6rem * var(--headline-multiplier));
    margin-top: -.25rem;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .h2-subheadline {
        font-size: calc(1.8rem * var(--headline-multiplier));
    }
}

.h2-subheadline--mb0 {
    margin-bottom: 0;
}

.color-font-white {
    color: #fff;
}

.button,
.wpcf7-submit {
    text-decoration: none;
    margin: 0 10px 10px 0;
    display: inline-flex;
    border: 1px solid var(--btn-secondary-color);
    color: var(--btn-secondary-color);
    padding: 10px;
    line-height: 1.25;
    border-radius: var(--border-radius-default);
    margin-right: 10px;
    cursor: pointer;
    font-weight: var(--font-weight-bold);
    font-size: 1.5rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button:hover,
.wpcf7-submit {
    text-decoration: none;
    background-color: var(--btn-secondary-bg-hover);
    color: var(--btn-secondary-color-hover);
}

.button.filled {
    background-color: var(--theme-color-1);
    color: #fff;
}

.button.filled:hover {
    text-decoration: none;
    background-color: var(--btn-secondary-bg-hover);
    border-color: var(--btn-secondary-bg-hover);
    color: var(--btn-secondary-color-hover);
}

.button.green {
    color: var(--btn-primary-bg);
    border-color: var(--btn-primary-bg);
}

.button.green:hover {
    background-color: var(--btn-primary-bg);
    color: var(--btn-primary-color-hover);
}

.button.green.filled,
.button.button-arrow--popular-slots {
    background-color: var(--btn-primary-bg);
    border-color: var(--btn-primary-bg);
    color: var(--btn-primary-color-hover);
}

.button.green.filled:hover,
.button.button-arrow--popular-slots:hover {
    text-decoration: none;
    background-color: var(--btn-primary-bg-hover);
    border-color: var(--btn-primary-bg-hover);
    color: var(--btn-primary-color-hover);
}

.button.white {
    color: #fff;
    border-color: #fff;
}

.button.white:hover {
    background-color: #fff;
    color: var(--color-default);
    border-color: #fff;
}

.button.disabled,
.button.disabled:hover {
    background-color: lightgray;
    border-color: lightgray;
    cursor: unset;
    color: #fff;
}

.button.fullwidth {
    display: flex;
    margin: 20px 0;
}

.button.button-arrow {
    background-image: var(--btn-secondary-arrow);
    background-position: right 12px center;
    background-size: 7px auto;
    background-repeat: no-repeat;
    padding-right: 25px;
    padding-left: 25px;
}

.button.button-arrow:hover {
    background-image: var(--btn-secondary-arrow-hover);
}

@media (min-width: 992px) {
    .button.button-arrow:hover {
        background-position: right 9px center;
    }
}

.button.button-green-arrow,
.button.button-arrow--popular-slots {
    background-image: var(--btn-primary-arrow);
}

.owl-carousel__top3-row-carousel .button.button-green-arrow.top3-row__element_conv-btn,
    /* we need this arrow, not possible to deactivate via variables */
.button.button-green-arrow.hero-card-row__btn {
    /* we need this arrow, not possible to deactivate via variables */
    background-image: url("../images/arrow-more-white.svg");
}

.button.button-green-arrow:hover,
.button.button-arrow--popular-slots:hover {
    background-image: var(--btn-primary-arrow-hover);
}

.owl-carousel__top3-row-carousel .button.button-green-arrow.top3-row__element_conv-btn:hover,
    /* we need this arrow, not possible to deactivate via variables */
.button.button-green-arrow.hero-card-row__btn:hover,
    /* we need this arrow, not possible to deactivate via variables */
.latest-betting-tips-widget .button.betting-tips-entry__cta-button:hover {
    /* we need this arrow, not possible to deactivate via variables */
    background-image: url("../images/arrow-more-white.svg");
}

.button.button-sidebar.button-arrow {
    background-image: var(--btn-sidebar-arrow);
}

.button.button-sidebar.button-arrow:hover {
    background-image: var(--btn-sidebar-arrow-hover);
}

.button.button-green-arrow-outline {
    background-image: url("../images/arrow-more-green.svg");
}

.button.button-green-outline-arrow:hover {
    background-image: url("../images/arrow-more-white.svg");
}

.button.button-white-arrow-outline {
    background-image: url("../images/arrow-more-white.svg");
}

.button.button-white-arrow-outline:hover {
    background-image: url("../images/arrow-more-darkblue.svg");
}

.button.less-margin {
    margin: 3px 0;
}

.button.no-margin {
    margin: 0;
}

.button.less-padding-sideways {
    padding-left: 2px;
    padding-right: 2px;
}

.button.more-padding-sideways {
    padding-left: 20px;
    padding-right: 20px;
}

.button.more-padding {
    padding-top: 13px;
    padding-bottom: 13px;
}

.button.outline-dark,
.button.button-sidebar {
    border-color: var(--btn-sidebar-color);
    color: var(--btn-sidebar-color);
}

.button.outline-dark:hover,
.button.button-sidebar:hover {
    background-color: var(--btn-sidebar-bg-hover);
    color: var(--btn-sidebar-color-hover);
}

.button.outline-green {
    background-color: #fff;
    color: var(--btn-primary-bg);
}

.button.outline-green:hover {
    background-color: var(--btn-primary-bg);
    color: var(--btn-primary-color-hover);
}

a.dont-decorate-link {
    color: var(--color-default);
    text-decoration: none;
}

.flex-content--margin {
    margin-top: 15px;
}

.flex-content__main-content:not(.flex-content__main-content--no-style):not(.flex-content--comparison-column-template):not(.flex-content__main-content--fullwidth) {
    padding: 0;
    background: var(--content-bg);
}

.flex-content__main-content.flex-content__main-content--slot-single.flex-content__main-content--transparent {
    background: transparent;
    padding: 0 15px !important;
}

@media (min-width: 992px) {
    .flex-content__main-content.flex-content__main-content--slot-single.flex-content__main-content--transparent {
        padding: 0 !important;
    }
}

.flex-content__main-content--slot-single--inner {
    background: var(--content-bg);
    padding: 20px 15px;
}

.flex-content__main-content.flex-content__main-content--reviews {
    padding: 20px 15px 15px !important;
    /* 20 + 15 margin-top on single-post-meta-data = 35 */
}

.--layout-version1 .flex-content__main-content.flex-content__main-content--reviews.flex-content__main-content--reviews-other {
    margin-top: 0;
    /* 35px before with header content */
}

.flex-content__main-content.flex-content__main-content--page {
    padding: 20px 15px !important;
}

.flex-content__main-content.flex-content__main-content--transparent {
    background: none;
}

.flex-content__col-sidebar {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .flex-content__col-sidebar {
        /* new */
        margin-top: -1px;
        /* can be modified, depending on box-shadow of content container */
    }

    .home .flex-content__col-sidebar {
        /* new */
        margin-top: 30px;
    }

    .flex-content__col-sidebar.flex-content__col-sidebar--no-margin-top {
        margin-top: -1px;
    }

    .flex-content__col-sidebar.flex-content__col-sidebar--review-custom-margin,
    .flex-content__col-sidebar.flex-content__col-sidebar--review-custom-margin--one-section,
    .single-reviews .flex-content__col-sidebar {
        margin-top: 35px;
    }

    .single-reviews.single-review--other-content .flex-content__col-sidebar {
        margin-top: 0;
    }

    .flex-content__col-sidebar.flex-content__col-sidebar--less-margin-top {
        margin-top: 30px;
    }

    .flex-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .single-awards .flex-content {
        margin-top: 30px;
    }

    .flex-content__main-content:not(.flex-content__main-content--no-style):not(.flex-content--comparison-column-template),
        /* on problems, add other additional class to remove styles */
    .flex-content__hero-section {
        flex: 0 1 auto;
        width: calc(100% - 40px - 365px * 1);
        max-width: 795px;
        padding: 15px 0 15px 15px;
        position: relative;
    }

    .flex-content__main-content.flex-content__main-content--fullwidth {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
    }

    .flex-content__hero-section.flex-content__hero-section--fullwidth {
        width: 100%;
        max-width: 100%;
    }

    .flex-content__main-content.flex-content__main-content--no-pt,
    .flex-content__hero-section {
        padding-top: 0;
    }

    .flex-content__main-content.flex-content__main-content--page {
        padding-right: 15px !important;
    }

    .flex-content__main-content:not(.flex-content__main-content--transparent):not(.flex-content--comparison-column-template):after {
        content: var(--page-bg-background-overlap);
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width: var(--site-width, 100vw);
        background: var(--content-bg);
        height: 100%;
        z-index: -1;
    }

    .flex-content--inverted .flex-content__main-content:not(.flex-content__main-content--transparent):not(.flex-content--comparison-column-template):after {
        right: auto;
        left: 0;
    }

    .flex-content__col-sidebar,
    .flex-content__hero-side {
        flex: 0 0 380px;
        margin-left: 25px;
        min-height: 1%;
        min-width: 380px;
    }

    /* get sidebar to the left side */
    /* .flex-content--inverted .flex-content__col-sidebar.flex-content__col-sidebar--review-custom-margin--one-section, */
    .flex-content--inverted .flex-content__col-sidebar {
        /* not in use in reviews, there sidebar was moved manually */
        order: -1;
        z-index: 1;
        margin-left: 0;
        margin-right: 25px;
    }
}

.main-content-wrapper--padding-top {
    padding-top: 15px;
}

.hero-section--margin-bottom {
    margin-bottom: 15px;
}

.fullwidth-section-widget__right-section__link:after,
.full-clickable-link:after,
.site-menu-toplist__link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fullwidth-section-widget--fullwidth-template {
    max-width: 360px;
    margin: auto auto 15px;
}

.fullwidth-section-widget__headline,
.provider-of-month-widget__outer-headline,
.bonus-of-month-widget__outer-headline {
    font-size: 1.7rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 8px;
    color: currentColor;
    line-height: 1.2;
}

.fullwidth-section-widget__headline.fullwidth-section-widget__headline--star-icon,
.provider-of-month-widget__outer-headline,
.bonus-of-month-widget__outer-headline {
    padding-left: 25px;
    background: var(--star-red) left 3px no-repeat;
    background-size: 13px 13px;
    color: currentColor;
}

.fullwidth-section-widget__headline--white,
.fullwidth-section-widget__headline.fullwidth-section-widget__headline--white.fullwidth-section-widget__headline--star-icon {
    color: #fff;
}

.fullwidth-section-widget:not(:last-child) {
    margin-bottom: 15px;
}

.fullwidth-section-widget__entry {
    margin-bottom: 6px;
    position: relative;
}

.fullwidth-section-widget__logo {
    flex: 0 0 70px;
    margin-right: 15px;
    height: 50px;
    border-radius: var(--border-radius-default);
}

.fullwidth-section-widget__logo_img {
    max-width: 90%;
    max-height: 90%;
}

.fullwidth-section-widget__right-section {
    background: var(--shortcode-box-bg);
    padding: 5px 0 5px 15px;
    border-radius: var(--border-radius-default);
    color: var(--shortcode-box-color);
}

.hero-section--white-layout .fullwidth-section-widget__right-section,
.hero-section--white-layout .rating-stars-box__active-stars--fullwidth-section-widget__rating.rating-stars-box__active-stars--small {
    background-color: var(--light-gray-bg);
}

.fullwidth-section-widget__provider-name {
    font-weight: var(--font-weight-bold);
}

.fullwidth-section-widget__right-section__link {
    text-decoration: none;
    color: var(--color-default);
}

.fullwidth-section-widget__right-section__link:hover {
    text-decoration: none;
    color: var(--link-color-flashy);
}

.fullwidth-section-widget__rating {
    border-left: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    flex: 0 0 65px;
    margin-right: 5px;
    margin-left: 5px;
    height: 100%;
    padding-left: 5px;
}

.fullwidth-section-widget__rating .rating-stars-box {
    margin-top: 2px;
}

.fullwidth-section-widget__rating .bonus-box:not(:hover) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fullwidth-section-widget__entry:hover .fullwidth-section-widget__rating .bonus-box {
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.fullwidth-section-widget__icon {
    display: flex;
    align-self: center;
    width: 35px;
    height: 100%;
    -webkit-mask-image: url("../images/icon-cup-black.svg");
    mask-image: url("../images/icon-cup-black.svg");
    -webkit-mask-size: 32px 28px;
    mask-size: 32px 28px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: currentColor;
}

.fullwidth-section-widget__right-section--highlight {
    box-shadow: 0 -2px 0 0 var(--link-color-flashy) inset;
}

.fullwidth-section__headline-wrapper {
    position: relative;
    padding: 30px 0 0;
}

.hero-section--template-fullwidth,
.fullwidth-background {
    position: relative;
    /* width: 100%; */
}

.hero-section__inner {
    flex-grow: 1;
    max-width: fit-content !important;
}

.fullwidth-section__headline-wrapper:after,
.fullwidth-blocker:after,
.hero-section--template-fullwidth:after,
.hero-sponsored-row:after,
.site-breadcrumb--post:after,
.site-breadcrumb--fullwidth-separated:after,
.site-breadcrumb--light:after,
.fullwidth-background:after,
.review-header-info-new.review-header-info-new--blacklisted:not(.review-header-info-new--widget-layout):after {
    position: absolute;
    top: 0;
    height: calc(100% + 1px * 1);
    width: var(--site-width, 100vw);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: "";
    z-index: -1;
}

.fullwidth-blocker:after {
    height: 100%;
}

.home-single-post-meta-data-wrapper {
    margin-top: 15px;
}

.home-single-post-meta-data-wrapper,
.home-single-post-meta-data-wrapper:after {
    background: var(--light-section-content-bg);
}

.home .single-post-meta-data {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.fullwidth-section__headline-wrapper--dark,
.fullwidth-section__headline-wrapper--dark:after {
    color: var(--dark-section-headline-color);
    background: var(--dark-section-headline-bg);
}

.fullwidth-section__headline-wrapper--light,
.fullwidth-section__headline-wrapper--light:after {
    color: var(--color-default);
    background: var(--light-section-headline-bg);
}

.fullwidth-section__headline {
    position: relative;
    padding: 0;
    font-size: calc(2.2rem * var(--headline-multiplier));
    z-index: 0;
    display: inline-flex;
    margin-bottom: 0;
    /* margin-bottom: 2px; ## copy to child theme if needed */
    word-break: break-word;
}

/* .fullwidth-section__headline:before { ## copy to child theme if needed
	position: absolute;
	left: 0;
	content: "";
	height: 1px;
	width: 75px;
	background: var(--theme-color-2);
	bottom: -2px;
}

.fullwidth-section__headline.fullwidth-section__headline--hero-section:before {
	left: 15px;
}


.fullwidth-section__headline-color--casino:before {
	background: #951b81;
}

.fullwidth-section__headline-color--poker:before {
	background: #005578;
}

.fullwidth-section__headline-color--bingo:before {
	background: #4ecaf6;
}

.fullwidth-section__headline-color--lotto:before {
	background: #5ed391;
}
 */
.fullwidth-section__headline__button-link,
.headline-box__btn {
    text-decoration: none;
    border: 1px solid var(--headline-btn-light-bg);
    color: var(--headline-btn-light-color);
    border-radius: var(--border-radius-default);
    padding: 9px 30px 9px 15px;
    font-size: 1.3rem;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    background-image: var(--headline-btn-light-arrow);
    background-size: auto 8px;
    background-position: right 12px center;
    background-repeat: no-repeat;
    justify-content: center;
}

.fullwidth-section__headline__button-link:hover,
.headline-box__btn:hover {
    text-decoration: none;
}

@media (min-width: 992px) {

    .fullwidth-section__headline__button-link:hover,
    .headline-box__btn:hover {
        background-position: calc(100% - 9px) center;
    }
}

.fullwidth-section__headline__button-link--light,
.headline-box__btn {
    color: var(--headline-btn-light-color);
}

.fullwidth-section__headline__button-link--light:hover,
.headline-box__btn:hover {
    color: var(--headline-btn-light-color-hover);
    background-color: var(--headline-btn-light-bg);
    background-image: var(--headline-btn-light-arrow-hover);
}

.fullwidth-section__headline__button-link--dark {
    color: var(--headline-btn-dark-color);
    border-color: var(--headline-btn-dark-bg);
    background-image: var(--headline-btn-dark-arrow);
}

.fullwidth-section__headline__button-link--dark:hover {
    color: var(--headline-btn-dark-color-hover);
    background-color: var(--headline-btn-dark-color);
    background-image: var(--headline-btn-dark-arrow-hover);
}

.fullwidth-section__content {
    padding: 20px 0 40px;
    position: relative;
}

.fullwidth-section__content .col-12 > ol,
.fullwidth-section__content .col-12 > ul,
.faq-items-container__item__content ol,
.faq-items-container__item__content ul {
    margin: 15px 0 30px;
    padding-left: 30px;
}

.fullwidth-section__content--dark,
.fullwidth-blocker,
.fullwidth-section__content--dark > .row > .col-12 > a,
.fullwidth-section__content--dark > .row > .col-12 > .pointer,
.fullwidth-section__content--dark > .row > .col-12 > ul > li > a,
.fullwidth-section__content--dark > .row > .col-12 > ol > li > a,
.fullwidth-section__content--dark > .row > .col-12 > p > a,
.fullwidth-section__content--dark > .row > .col-12 > p > .pointer,
.fullwidth-section__content--dark .toggle-box-container__item__content a,
.fullwidth-section__content--dark .faq-items-container__item__content a {
    color: var(--dark-section-content-color);
}

.fullwidth-section__content--dark > .row > .col-12 > a:hover,
.fullwidth-section__content--dark > .row > .col-12 > .pointer:hover,
.fullwidth-section__content--dark > .row > .col-12 > ul > li > a:hover,
.fullwidth-section__content--dark > .row > .col-12 > ol > li > a:hover,
.fullwidth-section__content--dark > .row > .col-12 > p > a:hover,
.fullwidth-section__content--dark > .row > .col-12 > p > .pointer:hover,
.fullwidth-section__content--dark .toggle-box-container__item__content a:hover,
.fullwidth-section__content--dark .faq-items-container__item__content a:hover {
    opacity: .75;
}

.fullwidth-section__content--light:after,
.fullwidth-section__content--dark:after {
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    width: var(--site-width, 100vw);
    left: 50%;
    right: 50%;
    margin-left: calc(var(--site-width, 100vw) / 2 * -1);
    margin-right: calc(var(--site-width, 100vw) / 2 * -1);
}

.fullwidth-section__content--light:after {
    background: var(--light-section-content-bg);
}

.fullwidth-section__content--dark:after {
    background: var(--dark-section-content-bg);
}

@media (min-width: 576px) {
    .fullwidth-section__headline {
        padding-right: 30px;
        margin-top: 2px;
    }

    .fullwidth-section__headline__button-link,
    .headline-box__btn {
        margin-top: 0;
        width: auto;
    }
}

@media (min-width: 768px) {
    .fullwidth-section__headline-wrapper {
        padding: 50px 0 0;
    }

    .home-single-post-meta-data-wrapper + .row .fullwidth-section__headline-wrapper {
        padding-top: 30px;
    }

    .fullwidth-section__headline {
        font-size: calc(2.4rem * var(--headline-multiplier));
    }

    .fullwidth-section-widget__entry:hover {
        transform: translateX(10px);
    }
}

.content-section > ul,
.content-section__toggle-content > ul,
.main-content-wrapper > ul,
.column-box ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.main-content-wrapper > ul > li,
.column-box ul > li,
.review-header-info-box__highlights__li,
.review-header-info-new-box__highlights__li,
.content-section > ul > li,
.content-section__toggle-content > ul > li,
.operator-recommendation-box__li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

.main-content-wrapper > ul > li p,
.content-section > ul > li p {
    display: inline;
}

.main-content-wrapper > ul > li:before,
.column-box ul > li:before,
.review-header-info-box__highlights__li:before,
.review-header-info-new-box__highlights__li:before,
.content-section > ul > li:before,
.content-section__toggle-content > ul > li:before,
.top5-mobile__highlights__li:before,
.operator-recommendation-box__li:before,
.hero-section-ppc-top-normal ul li:before {
    content: "";
    width: .5rem;
    height: .5rem;
    display: inline-flex;
    margin-right: 10px;
    margin-left: -15px;
    background: currentColor;
    border-radius: 50%;
    position: relative;
    top: -.125rem;
    flex: 0 0 5px;
    vertical-align: middle;
}

.category-archive__entry {
    margin-bottom: 20px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 20px;
}

.rating-stars-box {
    width: 50px;
    height: 10px;
    background-image: var(--rating-star-inactive);
    background-repeat: repeat-x;
    background-size: 10px auto;
}

.rating-stars-box.rating-stars-box--small {
    width: 30px;
    height: 6px;
    background-size: 6px 6px;
}

.rating-stars-box.rating-stars-box--big {
    width: 55px;
    height: 11px;
    background-size: 11px auto;
}

.rating-stars-box__active-stars {
    height: 10px;
    background-image: var(--rating-star-active);
    background-repeat: repeat-x;
    background-size: 10px auto;
    background-color: var(--content-bg);
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg {
    background-color: #fff;
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--provider-test-result-widget__single-rating,
.rating-stars-box__active-stars.rating-stars-box__active-stars--top5-tabs-widget {
    background-color: var(--widget-bg);
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--fullwidth-section-widget__rating,
.rating-stars-box__active-stars.rating-stars-box__active-stars--award-cards-carousel__rating,
.rating-stars-box__active-stars.rating-stars-box__active-stars--comparison-row__rating__stars,
.rating-stars-box__active-stars.rating-stars-box__active-stars--review-header-info-box,
.rating-stars-box__active-stars--provider-bonusbox__cell__rating-new__stars,
.bonus-offer-item .rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg,
.sticky-footerbar .rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg,
.rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg.campaign__entry-rating-stars,
.campaign-post .rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg {
    background-color: var(--shortcode-box-bg);
}

.review-header-info-new--header-layout .rating-stars-box__active-stars {
    background-color: var(--review-header-bg-mobile);
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--bottom-more-providers-small-cols__entry {
    background-color: var(--content-bg);
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--small {
    height: 6px;
    background-size: 6px 6px;
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--big {
    height: 11px;
    background-size: 11px auto;
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--gray {
    background-color: var(--light-gray-bg);
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--lightgray {
    background-color: var(--light-gray-bg);
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--top3-row__element_rating-stars,
.rating-stars-box__active-stars.rating-stars-box__active-stars--hero-cards-carousel__item,
.rating-stars-box__active-stars.rating-stars-box__active-stars--provider-bonus-offer-cards-carousel__item {
    background-color: var(--carousel-item-bg-contrast);
}

.legal-text {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 5px;
    margin-bottom: 3px;
    white-space: normal;
}

.comparison-legal-row .legal-text {
    margin-top: 5px;
    margin-bottom: 3px;
}

.provider-comparison-columns .legal-text {
    margin-top: 15px;
}

.legal-text,
.legal-text .pointer,
.legal-text .c-pointer {
    color: var(--tc-color);
}

.legal-text .pointer,
.legal-text .c-pointer {
    text-decoration: underline;
    white-space: pre-wrap;
}

.rating-points-box {
    line-height: 1;
    margin-bottom: .25em;
}

.rating-points-box__value {
    font-size: 1.375em;
    font-weight: var(--font-weight-bold);
}

.rating-points-box--small {
    font-size: 1.2rem;
    margin-bottom: 1px;
}

.bonus-box-colored {
    padding: 7px;
    border: 1px solid var(--highlight-color);
    border-radius: var(--border-radius-default);
    height: 100%;
    width: 100%;
}

.bonus-box-colored__inner {
    background: var(--light-gray-bg);
    border-radius: var(--border-radius-default);
    display: flex;
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    min-height: 64px;
}

.comparison-row__bonus-new .bonus-box-colored__inner {
    /* new */
    min-height: 45px;
    padding: 0;
    background: none;
}

.bonus-box-colored__font-big {
    font-size: 2.4rem;
    font-weight: var(--font-weight-black);
}

.bonus-box-colored__font-big.--smaller {
    font-size: 1.8rem;
}

.bonus-box__value--normal {
    font-size: 2rem;
    font-weight: var(--font-weight-bold);
}

.bonus-box__value--normal.--extralong-value {
    font-size: 1.8rem;
}

.bonus-box__value--normal-bigger {
    font-size: 2.4rem;
    font-weight: var(--font-weight-bold);
}

.bonus-box__value--normal-small {
    font-weight: var(--font-weight-bold);
    font-size: 1.5rem;
}

.bonus-box--short-gray,
.bonus-box--short-small {
    font-size: 1.2rem;
}

.bonus-box__short-small-font-bold {
    font-size: 1.2em;
    font-weight: var(--font-weight-bold);
}

.bonus-box-colored__font-middle {
    font-size: 1.4rem;
    font-weight: var(--font-weight-bold);
    word-break: break-word;
}

.bonus-box-colored__font-smallest {
    font-size: 1rem;
    font-weight: var(--font-weight-semi-bold);
}

.bonus-box-colored__child-bonus {
    margin-top: 3px;
}

.additional-child-bonus-box {
    display: inline-block;
    font-size: 75%;
}

.provider-bonus-details-widget .additional-child-bonus-box {
    font-size: 85%;
}

.bonus-box__two-line-bold-font-bold .additional-child-bonus-box {
    font-size: 50%;
    display: block;
    margin-top: .25em;
}

.bonus-overlay-background {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.bonus-overlay-background.--active {
    display: flex;
}

.bonus-overlay-window {
    z-index: 1001;
    background: #fff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    display: none;
    max-height: 90%;
    max-width: 90%;
    width: 600px;
    margin: auto;
}

.bonus-overlay-window.--active {
    display: flex;
}

.bonus-overlay-window__inner {
    overflow-y: auto;
    padding: 15px;
}

.bonus-overlay-window__close {
    align-self: flex-end;
    background: var(--light-gray-bg);
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
    color: #999;
    line-height: 40px;
    border-radius: 50%;
    font-weight: var(--font-weight-bold);
}

.bonus-overlay-window__close:hover {
    color: var(--color-default);
}

.bonus-overlay-window__logo {
    max-width: 120px;
    margin: 0 auto 15px;
}

.bonus-overlay-window__bonus {
    font-size: 2.4rem;
    font-weight: var(--font-weight-bold);
}

.bonus-overlay-window__title {
    font-size: 2rem;
    margin: 5px 0 10px;
    color: var(--label-color);
}

.bonus-overlay-window__codebox {
    font-size: 2.4rem;
    color: var(--link-color-flashy);
    border: 2px dashed var(--link-color-flashy);
    background: color-mix(in srgb, var(--link-color-flashy) 5%, transparent);
    padding: 12px;
    width: 100%;
    max-width: 400px;
    border-radius: var(--border-radius-default);
    font-weight: var(--font-weight-bold);
    margin: 0 auto;
}

.bonus-overlay-window__advise {
    margin: 15px auto;
    font-size: 1.2rem;
    width: 100%;
    max-width: 450px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .bonus-overlay-window__advise {
        font-size: 1.3rem;
    }
}

.bonus-overlay-window__cta {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* hide bonus infos in overlay if needed */
.--hide-bonus-elements .bonus-overlay-window__title,
.--hide-bonus-elements .bonus-overlay-window__bonus,
.--hide-bonus-elements .bonus-overlay-window__codebox {
    display: none;
}

.reality-test-container {
    margin: 20px 0;
}

.reality-test-container__outer-headline,
.reality-test-container__content-headline {
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
}

.reality-test-container__content-headline {
    font-size: 1.8rem;
}

.reality-test-container__inner-wrapper {
    border: 1px solid var(--border-color);
}

.reality-test-container__header {
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.reality-test-container__header__image {
    flex: 0 0 70px;
    align-items: center;
}

.reality-test-container__header__image,
.reality-test-container__header__author-data {
    padding: 8px 15px;
}

.reality-test-container__header__image__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.reality-test-container__header__author-data__item {
    font-size: 1.3rem;
    color: #080808;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    line-height: 1.25;
    margin: 2px 0;
}

.reality-test-container__author-data__label {
    margin-right: 5px;
}

.reality-test-container__author-data__value {
    font-weight: var(--font-weight-bold);
}

.reality-test-container__content {
    padding: 15px;
    font-style: italic;
}

.reality-test-container__conclusion {
    background: var(--light-gray-bg);
    padding: 15px;
}

/* ---- CONTENT END ---- */

/* ---- SIDEBAR BEGIN ---- */

/* ---- SIDEBAR END ---- */

/* ---- REVIEW BEGIN ---- */

.template-image-header {
    padding: 0 0 20px;
    background-position: top center;
    background-repeat: no-repeat;
}

.template-image-header--margin-bottom {
    margin-bottom: 30px;
}

.template-image-header--provider {
    background-image: url("../images/header/review-header-background-768.jpg");
    background-color: #4e6a20;
}

.template-image-header--bonus {
    background-image: url("../images/header/bonus-header-background-768.jpg");
    background-color: #384c1b;
}

/* .template-image-header--award {
	background-image: url("../images/header/award-single-lp-header-768.jpg");
	background-color: #182d0c;
} */
.template-image-header--slots {
    background-color: #8e0ca4;
    background-image: url("../images/header/slots-lp-header-background-768.jpg");
    padding-top: 30px !important;
}

.single-slots .template-image-header--slots {
    padding-bottom: 75px;
}

.template-image-header--trading-tips {
    background-color: #1d4c17;
    background-image: url("../images/header/review-header-background-768.jpg");
}

@media (min-width: 768px) {
    .template-image-header {
        padding: 0 0 30px;
        background-size: cover !important;
    }

    .template-image-header--provider {
        background-image: url("../images/header/review-header-background.jpg");
    }

    .template-image-header--bonus {
        background-image: url("../images/header/bonus-header-background.jpg");
    }

    /* .template-image-header--award {
		background-image: url("../images/header/award-single-lp-header.jpg");
	} */
    .template-image-header--slots {
        background-image: url("../images/header/slots-lp-header-background.jpg");
    }

    .template-image-header--trading-tips {
        background-image: url("../images/header/review-header-background.jpg");
    }
}

.review-hero-section {
    padding: 15px 0 20px;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    color: var(--review-header-color);
}

.review-hero-section:nth-child(2) {
    padding-top: 0;
}

.review-hero-section.review-hero-section.--blacklisted {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .review-hero-section {
        padding: 15px 0 30px;
    }
}

.archive .hero-section {
    padding-top: 15px;
}

.toc-section {
    background: #fff;
    margin-bottom: 15px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.toc-section__headline {
    padding: 15px 45px 15px 15px;
    font-weight: var(--font-weight-bold);
    cursor: pointer;
    border-bottom: 1px solid transparent;
    position: relative;
}

.toc-section__headline:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    -webkit-mask-image: url("../images/filter-menu.svg");
    mask-image: url("../images/filter-menu.svg");
    -webkit-mask-size: 24px auto;
    mask-size: 24px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: var(--color-default);
}

.toc-section__headline:not(.--closed) {
    border-bottom-color: color-mix(in srgb, var(--color-default) 15%, transparent);
}

.toc-section__headline:hover {
    color: var(--link-color-hover);
}

.toc-section__content-wrapper {
    transition: .25s all;
    overflow: hidden;
}

.toc-section__content {
    padding: 15px;
}

.toc-section__ul__li {
    margin-bottom: 8px;
}

.toc-section__ul__li_link {
    text-decoration: none;
    display: flex;
    position: relative;
}

.toc-section__ul__li_link:hover {
    color: var(--color-default);
    text-decoration: none;
}

.toc-section__ul__li_link:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: var(--link-color-flashy);
    transition: all .25s ease-in-out;
    opacity: .75;
    position: absolute;
    bottom: -2px;
    left: 25px;
}

.toc-section__ul__li_link:hover:after,
.toc-section__ul__li_link.--active:after {
    width: 50px;
}

.toc-section__ul__li_link--has-sub-menu:after,
.toc-section__ul__li_link--has-no-sub-menu:after {
    margin-left: 25px;
}

.toc-section__ul__li_link--has-sub-menu:hover:after,
.toc-section__ul__li_link--has-sub-menu.--active:after,
.toc-section__ul__li_link--has-no-sub-menu:hover:after,
.toc-section__ul__li_link--has-no-sub-menu.--active:after {
    width: 50px;
}

.toc-section__ul__li_link:before,
.toc-section__ul__li__li__link:before {
    content: attr(data-toc-number) ". ";
    display: flex;
    flex: 0 0 25px;
    padding-right: 5px;
    align-self: baseline;
    justify-content: flex-end;
}

.toc-section__ul__li_link--has-sub-menu,
.toc-section__ul__li_link--has-no-sub-menu {
    padding-left: 25px;
    background: url("../images/plus-icon-red.svg") 5px 5px no-repeat;
    background-size: 12px auto;
}

.toc-section__ul__ul {
    display: none;
    padding: 6px 25px 0 40px !important;
}

.toc-section__ul__li__li__link {
    text-decoration: none;
    font-size: 1.4rem;
    padding: 5px 0;
    position: relative;
    color: var(--color-default);
    line-height: 1.2;
    display: flex;
}

.toc-section__ul__li__li__link:hover {
    text-decoration: none;
    color: var(--theme-color-2);
}

.content-section__toggle-element {
    background: var(--theme-color-1) url("../images/toggle-minus-white.svg") 15px center no-repeat;
    background-size: 21px auto;
    padding: 12px 15px 12px 50px;
    border-radius: var(--border-radius-default);
    color: #fff;
    font-weight: var(--font-weight-bold);
    cursor: pointer;
}

.content-section__toggle-element--in-content {
    margin: 0 0 30px;
    border-radius: var(--border-radius-default);
}

.content-section__toggle-element.--inactive {
    background-image: url("../images/toggle-plus-white.svg");
}

.content-section__toggle-element:hover {
    color: rgba(255, 255, 255, .7);
}

.content-section__toggle-element--sport {
    background-color: var(--theme-color-1);
}

.content-section__toggle-element--casino {
    background-color: #951b81;
}

.content-section__toggle-element--poker {
    background-color: #005578;
}

.content-section__toggle-element--bingo {
    background-color: #4ecaf6;
}

.content-section__toggle-element--lotto {
    background-color: #5ed391;
}

.content-section__toggle-content {
    padding-top: 15px;
}

.content-section__toggle-content--closed {
    padding-top: 0;
}

.content-section--section-inactive .content-section__toggle-content__content-boxes {
    user-select: none;
    opacity: .25;
    filter: grayscale(1);
}

.filter-grayscale {
    filter: grayscale(1);
}

.bottom-more-providers-small-cols {
    margin-top: 20px;
}

.bottom-more-providers-small-cols__entry {
    margin-bottom: 15px;
}

.bottom-more-providers-small-cols__entry__inner {
    border-radius: var(--border-radius-default);
    overflow: hidden;
    z-index: 0;
}

.bottom-more-providers-small-cols__entry__inner:after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--carousel-item-bg-contrast);
    z-index: -1;
}

.bottom-more-providers-small-cols__image {
    flex: 0 0 80px;
    padding: 10px;
}

.bottom-more-providers-small-cols__image__img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.bottom-more-providers-small-cols__text {
    padding: 5px 5px 5px 0;
}

.bottom-more-providers-small-cols__review-link {
    font-size: 1.3rem;
    line-height: 1.25;
}

.bottom-more-providers-small-cols__bonus {
    margin: 3px 0;
}

/* bottom more providers -- plain list style */
.bottom-more-providers-small-list {
    margin: 30px -15px 0;
    /* border: 1px solid var(--border-color); */
    /* border-radius: 5px; */
    /* padding: 15px 0; */
}

.bottom-more-providers-small-list__entry__inner {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 1.4rem;
    height: 100%;
}

.bottom-more-providers-small-list__entry__inner a {
    color: var(--color-default);
}

.bottom-more-providers-small-list__entry__inner a:hover,
.bottom-more-providers-small-list__entry__inner:hover .bottom-more-providers-small-list__entry__rank {
    color: var(--link-color);
}

.bottom-more-providers-small-list__entry__rank {
    min-width: 25px;
    display: inline-flex;
    align-self: flex-start;
    padding-right: 5px;
    transition: color .25s ease-in-out;
}

.bottom-more-providers-small-list__other-headline:not(:first-child) {
    margin-top: 30px;
}

/* ---- REVIEW END ---- */

/* ---- NEWS BEGIN ---- */
.wrapper-extra-margin-bottom {
    margin-bottom: 30px;
}

.news-filter-row {
    border-bottom: 1px solid var(--link-color-flashy);
    margin-bottom: 15px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    padding-bottom: 1px;
}

.news-filter-row::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.news-filter-row__entry {
    line-height: 30px;
    white-space: nowrap;
    margin-right: 20px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    color: var(--color-default);
}

.news-filter-row__entry:hover {
    text-decoration: none;
    color: var(--link-color-flashy);
}

.news-filter-row__entry.--active {
    border-color: var(--link-color-flashy);
    color: var(--link-color-flashy);
}

.news-entries-first-line,
.news-entry-new-line:not(:nth-last-child(2)) {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.news-entries-first-line:after,
.news-entry-new-line:not(:nth-last-child(2)):after {
    content: "";
    background: var(--border-color);
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px * 1);
    height: 1px;
}

.news-entries-first-line {
    padding-bottom: 30px;
}

.news-entry-half-height {
    flex-basis: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 56.25%;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .0) inset;
    transition: box-shadow .25s ease-in-out;
}

.news-entry-half-height__title {
    align-self: flex-end;
}

.image-fullwidth {
    width: 100%;
}

.news-entry-full-width,
.news-entry-half-height {
    background-color: var(--content-bg);
    /* border-radius: var(--border-radius-default); */
    overflow: hidden;
    margin-bottom: 15px;
}

.news-entry-full-width__image {
    position: relative;
    height: 0;
    /*padding-top: 56.25%;*/
    padding-top: 55.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: box-shadow .25s ease-in-out;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .0) inset;
}

.news-entry-outer-box--img-desc .news-entry-full-width__image {
    margin-bottom: 20px;
}

.news-entry-full-width__image:not(.news-entry-full-width__image--no-shadow):hover,
    /* maybe add again when wanted */
.news-entry-half-height:hover {
    content: "";
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .4) inset;
    transition: box-shadow .25s ease-in-out;
}

.news-entry-full-width__image:not(.news-entry-full-width__image--no-shadow):after,
.news-entry-half-height:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    height: 45%;
    min-height: 100px;
}

.news-entry-cat-badge {
    position: absolute;
    top: 0;
    left: 0;
}

.news-entry-cat-badge--football {
    background-color: var(--theme-color-2) !important;
}

.news-entry-cat-badge--basketball {
    background-color: #f39200 !important;
}

.news-entry-cat-badge--volleyball {
    background-color: #951b81 !important;
}

.news-entry-full-width__title__wrapper,
.news-entry-half-height__title__wrapper {
    position: absolute;
    bottom: 15px;
    left: 20px;
    /* 15px + 5px shadow */
    max-width: calc(100% - 40px * 1);
    z-index: 2;
}

.news-entry-full-width__title__link,
.news-entry-half-height__title__link {
    font-size: 2rem;
    line-height: 1.2em;
    font-weight: var(--font-weight-bold);
    text-decoration: none;
    color: #fff;
    display: block;
    padding-left: 0px;
    user-select: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.news-entry-full-width__title__link:hover,
.news-entry-half-height__title__link:hover {
    color: var(--link-color-flashy);
    text-decoration: none;
}

.news-entry__post-meta {
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    line-height: 1.2;
    margin-top: 15px;
    align-items: center;
}

@media (min-width: 576px) {
    .news-entry-half-height .news-entry__post-meta {
        margin-top: 10px;
    }
}

.news-entry__post-meta.news-entry__post-meta--colored {
    color: var(--link-color);
    margin-bottom: .75em;
    margin-top: 0;
}

.news-entry__post-meta div {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.news-entry__post-meta div:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: calc(100% - 4px * 1);
    background: #fff;
}

.news-entry__post-meta.news-entry__post-meta--colored div:not(:last-child):after {
    background: var(--link-color);
}

.news-entry__post-meta div:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.news-entry-full-width__excerpt {
    padding: 13px 15px;
    min-height: 74px;
}

.news-col-item-normal {
    margin-bottom: 15px;
}

.news-col-item-normal__inner {
    background: var(--content-bg);
    color: var(--color-default);
    border-radius: var(--border-radius-default);
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
}

.news-col-item-normal__image {
    background-size: cover;
    background-position: center;
    width: 90px;
    flex: 0 0 90px;
    height: 51px;
}

.news-col-item-normal__image--bonus-offer {
    flex: 0 0 90px;
}

.news-col-item-normal__title__link {
    font-size: 1.4rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 5px;
    display: block;
    min-height: 30px;
    padding-left: 100px;
    color: var(--color-default);
    text-decoration: none;
}

.news-col-item-normal__title__link--bonus-offer {
    padding-left: 0;
    min-height: 0;
}

.news-col-item-normal__title__link:hover {
    color: var(--link-color-flashy);
    text-decoration: none;
}

.news-entry-cat-badge {
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 1.1rem;
    color: #fff;
    background: var(--theme-color-1);
    letter-spacing: 0.05em;
}

.news-col-item-normal__badge,
.strategies-complexity-carousel__badge--news-col {
    text-transform: uppercase;
    padding: 4px;
    font-size: 1rem;
    color: #fff;
    background: var(--theme-color-1);
    letter-spacing: 0.05em;
    margin-left: 100px;
}

.news-col-item-normal__text {
    padding: 25px 15px 0;
    margin-left: -105px;
}

.news-col-item-normal__text--bonus-offer {
    margin-left: 15px;
    padding: 0;
}

.news-col-item-normal__inner {
    border-radius: var(--border-radius-default);
    overflow: hidden;
}

.news-entry-outer-box {
    margin-bottom: 20px;
}

.news-entry__title {
    text-decoration: none;
    font-size: 2rem;
    color: var(--color-default);
    font-weight: var(--font-weight-bold);
    margin-bottom: .5em;
    display: block;
    line-height: 1.2;
}

.news-entry-full-width:hover .news-entry-full-width__title__link,
.news-entry-half-height:hover .news-entry-half-height__title__link,
.news-entry-outer-box:hover .news-entry__title,
.news-entry__title:hover {
    color: var(--link-color-flashy);
    text-decoration: none;
}

.news-entry-outer-box--img-desc {
    height: 100%;
}

@media (min-width: 768px) {
    .news-grid-cell-left {
        padding-right: 15px;
        border-right-style: solid;
        border-right-width: 1px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .news-grid-cell-right {
        padding-left: 15px;
        border-left-style: solid;
        border-left-width: 1px;
        margin-bottom: 20px;
    }
}

.news-grid-cell-left,
.news-grid-cell-right,
.news-entries-first-line,
.news-entry-new-line:not(:nth-last-child(2)) {
    border-color: var(--border-color);
}

/** bonus offer section **/
.bonus-offer-item-wrapper {
    margin-bottom: 15px;
}

.bonus-offer-item {
    background: var(--shortcode-box-bg);
    height: 100%;
}

.carousel-item .bonus-offer-item {
    background: none;
}

.bonus-offer_head-tags {
    padding: 10px 0 5px;
    border-bottom: 1px solid var(--border-color);
    margin: 0 15px;
}

.bonus-offer_head-tags__rating {
    font-size: 1.3rem;
    margin-top: 5px;
}

.bonus-offer_head-tags__rating-wrapper {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, .3);
    line-height: 1;
    align-self: center;
}

.bonus-offer_head-tags__rating-wrapper > div:first-of-type {
    margin-right: 5px;
    font-weight: var(--font-weight-medium);
}

.bonus-offer_head-date-wrapper {
    color: var(--label-color);
}

.head-tags__label {
    background: var(--theme-color-1);
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 5px 8px;
    margin-right: 5px;
    border-radius: var(--border-radius-default);
}

.head-tags__label--exclusive {
    background: #222;
}

.head-tags__label--deposit {
    background: #207756;
}

.head-tags__label--refer_a_friend {
    background: #329c1f;
}

.head-tags__label--free_bet {
    background: #868813;
}

.head-tags__label--free_spins {
    background: #962727;
}

.head-tags__label--welcome_bonus {
    background: #2669a2;
}

.head-tags__label--mobile_bonus {
    background: #7b2e8e;
}

.head-tags__label--reload_bonus {
    background: #a97149;
}

.head-tags__label--cashback {
    background: #bd2121;
}

.head-tags__label--risk_free_bet {
    background: #bcbf1f;
}

.head-tags__label--high_roller {
    background: #651da7;
}

.head-tags__label--no_deposit {
    background: #2dbbb5;
}

.head-tags__label--other {
    background: #ce6490;
}

.bonus-offer_operator-name {
    text-transform: uppercase;
    color: var(--cell-title);
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.bonus-offer__overview-cta {
    position: relative;
    z-index: 1;
    margin: 10px 0 !important;
}

.bonus-offer-item--expired .bonus-offer-item__bonus-title-wrapper {
    text-decoration: line-through;
}

.bonus-offer-item__expired-badge {
    text-decoration: none;
    background: #c72121;
    color: #fff;
    padding: 4px 5px;
    margin-left: 5px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-size: .8125em;
}

.single-post-meta-data {
    margin: 15px 0;
    font-size: 1.1rem;
}

.single-post-meta-data--review {
    padding: 0;
}

.h1-headline ~ .single-post-meta-data--review {
    /* "other" pages */
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .single-post-meta-data--review {
        padding: 0;
        margin-bottom: 30px;
    }
}

.single-post-meta-data__elem__wrapper:not(.single-post-meta-data__elem__wrapper--last) {
    padding-right: 0;
}

@media (min-width: 576px) {
    .single-post-meta-data__elem__wrapper:not(.single-post-meta-data__elem__wrapper--last) {
        padding-right: 15px;
        border-right: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    }
}

.single-post-meta-data__fact-checked {
    align-items: center;
    /* white-space: nowrap; */
    padding-left: 55px;
    padding-right: 0;
}

@media (min-width: 576px) {
    .single-post-meta-data__fact-checked {
        padding-left: 0;
        width: 0;
    }
}

.single-post-meta-data__elem__label {
    font-weight: var(--font-weight-bold);
}

.single-post-meta-data__elem__image {
    max-width: 40px;
    margin-right: 15px;
    align-items: center;
    width: 100%;
}

.single-post-meta-data--page {
    margin: 10px 0;
}

.single-post-meta-data--page-fullwidth .single-post-meta-data__elem__wrapper {
    border-color: #d4d4d4;
}

.single-post-meta-data__elem__section,
.single-post-meta-data__elem__experience,
.single-post-meta-data__mobile-toggle-menu .single-post-meta-data__elem__wrapper {
    border: none;
    padding: 0;
    margin: 0;
}

.single-post-meta-data__mobile-toggle-menu .single-post-meta-data__elem:not(:last-child) {
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    .single-post-meta-data__elem__section,
    .single-post-meta-data__elem__experience {
        margin-left: 20px;
    }

    .single-post-meta-data__mobile-toggle-menu .single-post-meta-data__elem {
        margin-left: 0;
        width: 100%;
    }
}

/* @media (max-width: 575px) { will shift social buttons into first row on mobile, but problematic with longer user names
	.single-post-meta-data__elem__author {
		max-width: calc(100% - 50px * 1);
		order: 1;
		margin-bottom: .5rem;
	}
	.single-post-meta-data__social-sharing {
		order: 2;
	}
	.single-post-meta-data__fact-checked {
		order: 3;
	}
} */
.single-post-meta-data__mobile-toggle-btn:before,
.sticky-footerbar__show-extended-tc-btn {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    background: var(--color-default);
    -webkit-mask-image: url("../images/header-icon-info-gray.svg");
    mask-image: url("../images/header-icon-info-gray.svg");
    -webkit-mask-size: 12px auto;
    mask-size: 12px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.single-post-meta-data__mobile-toggle-btn:before {
    content: "";
    margin-left: 0;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    background: var(--author-data-color);
    -webkit-mask-size: 10px auto;
    mask-size: 10px auto;
}

.single-post-meta-data__mobile-toggle-btn {
    background: var(--author-data-bg);
    color: var(--author-data-color);
    border-radius: 10px 4px 4px 10px;
    font-size: .85rem;
    text-transform: uppercase;
    display: flex;
    font-weight: var(--font-weight-bold);
    align-items: center;
    line-height: 1;
    padding: 3px 5px 3px 3px;
    cursor: pointer;
    margin: 3px 0;
}

.single-post-meta-data__mobile-toggle-btn:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--author-data-bg);
    position: absolute;
    bottom: -3px;
    left: 15px;
    transition: all 0.2s ease-out;
    opacity: 0;
}

.single-post-meta-data__mobile-toggle-btn.--active:after {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.single-post-meta-data__mobile-toggle-btn span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    pointer-events: none;
    /* important for bodyToggleAuthorDesc with inner span */
}

.single-post-meta-data__mobile-toggle-menu {
    position: absolute;
    background: var(--author-data-bg);
    top: 30px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    padding: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    width: 300px;
    z-index: 11;
    color: var(--author-data-color);
    font-weight: normal;
    border-radius: var(--border-radius-default);
    user-select: none;
}

.single-post-meta-data__mobile-toggle-menu.--active {
    display: flex !important;
    opacity: 1;
    pointer-events: all;
}

.single-post-meta-data__elem__wrapper,
.single-post-meta-data__elem__value--loading {
    width: 100%;
}

.single-post-meta-data__elem__wrapper p:last-child {
    margin-bottom: 0;
}

.single-post-meta-data__elem__author-name {
    font-weight: var(--font-weight-bold);
    font-size: 1.2rem;
    padding-right: 5px;
    text-decoration: none;
    color: currentColor;
}

.single-post-meta-data__author-social {
    padding-right: 5px;
    font-size: 1.1rem;
    z-index: 1;
    transform: translateY(-15%);
}

.author-overview-social-icon {
    width: 36px;
    height: 36px;
    background: var(--light-gray-bg) !important;
    border: 1px solid var(--light-gray-bg);
    border-radius: 50%;
    display: inline-flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
}

.author-overview-social-icon:hover {
    background-color: transparent;
}

.author-overview-social-icon span {
    text-align: center;
    font-size: 1.3rem;
    color: var(--color-default);
    pointer-events: none;
}

.author-overview-social-icon span:before {
    text-indent: 0;
    margin: 0;
    width: auto;
}

.single-post-meta-data__author-social-icon {
    margin: 0 5px;
    width: 12px;
    height: 10px;
    text-indent: -9999px;
    text-decoration: none !important;
    color: currentColor !important;
}

.single-post-meta-data__author-social-icon:hover {
    opacity: .7;
}

/* new social sharing */
.single-post-meta-data__social-sharing {
    position: relative;
    margin-left: auto;
    padding-left: 10px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.single-post-meta-data__social-sharing__icons {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 40px 5px 5px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    display: flex;
    border-radius: var(--border-radius-default);
}

.single-post-meta-data__social-sharing__icons.--active {
    /* same rules as on author-toggle-info */
    opacity: 1;
    pointer-events: all;
}

.single-post-meta-data__social-sharing__link {
    text-decoration: none;
    color: var(--color-dark);
}

.author-footer-box .single-post-meta-data__social-sharing__link {
    color: var(--color-default);
}

.single-post-meta-data__social-sharing__link span {
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.2s ease-out;
    text-indent: -9999px;
    overflow: hidden;
}

.single-post-meta-data__social-sharing__link:hover {
    color: var(--link-color-flashy);
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.single-post-meta-data__social-sharing__link:not(:last-child) {
    margin-bottom: 10px;
}

.single-post-meta-data__social-sharing__mobile-toggle {
    border: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    border-radius: var(--border-radius-default);
    position: relative;
    width: 40px;
    height: 36px;
    align-self: flex-start;
    cursor: pointer;
    /* transition: all 0.2s ease-out; not working with color-mix */
    margin-left: auto;
}

.single-post-meta-data__social-sharing__mobile-toggle:hover:not(.--active) {
    border-color: color-mix(in srgb, currentColor 30%, transparent);
}

.single-post-meta-data__social-sharing__mobile-toggle.--active {
    border-color: transparent;
    transition: all 0.2s ease-out;
    opacity: .5;
}

.single-post-meta-data__social-sharing__mobile-toggle[class*=" socialicon-"]:before,
.single-post-meta-data__social-sharing__link span:before {
    color: currentColor;
    /* previously var(--color-default); */
    z-index: 1;
    width: 38px;
    height: 34px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.single-post-meta-data__social-sharing__link span.socialicon-mail:before {
    font-size: 1.6rem;
}

.single-post-meta-data__social-sharing__mobile-toggle.--active[class*=" socialicon-"]:before {
    color: var(--color-dark)
}

.single-post-meta-data__social-sharing__link span:before {
    width: 100%;
    color: currentColor;
}

/* new social sharing */
.author-icon {
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px;
    cursor: pointer;
}

.author-icon.no-pointer,
.author-footer-box .author-icon {
    cursor: default;
}

.js-clickable {
    cursor: pointer;
}

.wp-pagenavi {
    margin: 15px 0;
    padding: 0 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    margin: 0 5px 5px 0;
    background: var(--content-bg);
    box-shadow: 0 0 0 1px var(--border-color) inset;
    font-size: 1.3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-default);
    font-weight: var(--font-weight-bold);
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.wp-pagenavi span.pages {
    width: auto;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover,
.wp-pagenavi span[data-current="1"] {
    box-shadow: 0 0 0 1px transparent inset;
    transition: all 0.2s ease-out;
    background-color: var(--tab-bg-active);
    color: var(--tab-color-active);
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
    width: auto;
    padding: 0 10px;
}

@media (min-width: 576px) {
    .half-height-news-col {
        margin: 0 -15px 30px;
        max-width: calc(100% - 30px * 1)
    }

    .news-entry-half-height:not(.news-entry-half-height--carousel) {
        padding-top: 28.125%;
        margin: 0 15px;
    }

    .news-col-item-normal__inner {
        min-height: 350px;
        padding: 0;
        height: 100%;
        /* newly added: 07-02-2020 */
    }

    .news-col-item-normal__image {
        height: 152px;
        width: 100%;
    }

    .news-col-item-normal__badge {
        margin-left: 0;
        padding: 6px 15px;
        font-size: 1.1rem;
    }

    .news-col-item-normal__text {
        margin: 0;
        padding: 15px;
    }

    .news-col-item-normal__title__link {
        padding-left: 0;
        min-height: 45px;
        font-size: 1.8rem;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .half-height-news-col {
        margin: 0;
    }

    .news-entry-half-height {
        height: calc(50% - 7.5px * 1)
    }

    .news-entry-full-width,
    .news-entry-half-height {
        margin-bottom: 0;
    }

    .news-entry-half-height:first-of-type {
        margin-bottom: 15px;
    }

    /* .news-entry-full-width__title__link {
		font-size: 2.4rem;
	} */
    .news-entries-first-line .news-entry-half-height__title__link {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .news-entry-full-width__title__link {
        font-size: 2.8rem;
    }

    .news-entry-half-height__title__link,
    .news-entries-first-line .news-entry-half-height__title__link {
        font-size: 1.4rem;
    }

    .news-entry-half-height--carousel {
        min-height: 180px;
    }
}

@media (min-width: 1200px) {

    .news-entry-half-height__title__link,
    .news-entries-first-line .news-entry-half-height__title__link {
        font-size: 1.8rem;
    }
}

/* ---- NEWS END ---- */

/* ---- BETTING TIPS BEGIN ---- */

.custom-mb-15 {
    margin-bottom: 15px !important;
}

.custom-mb-20 {
    margin-bottom: 20px !important;
}

.custom-mt-10 {
    margin-top: 10px !important;
}

.custom-mt-20 {
    margin-top: 20px !important;
}

.custom-mt-40 {
    margin-top: 20px !important;
}

@media (min-width: 992px) {
    .custom-mt-40 {
        margin-top: 40px !important;
    }
}

.template-image-header--betting-tips {
    background: rgba(53, 79, 36, 1);
    background: linear-gradient(270deg, rgba(53, 79, 36, 1) 0%, rgba(77, 122, 51, 1) 100%);
    padding-top: 0;
}

/* @media (min-width: 768px) { optional
	.template-image-header--betting-tips {
	}
} */
.full-width-logo-line {
    background: var(--content-bg);
    padding: 5px 0;
    border-bottom: 1px solid var(--border-color);
}

@media (min-width: 768px) {
    .full-width-logo-line {
        padding: 8px 0;
    }
}

.comparison-filter__toggle-line__label:before,
.comparison-filter__toggle-line__toggle-btn {
    content: "";
    width: 40px;
    min-width: 40px;
    background: url("../images/filter-funnel-icon.svg") center no-repeat;
    background-size: auto 25px;
    height: 40px;
    margin-right: 10px;
}

.comparison-filter__toggle-line__label:before {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.filter-league-label-mobile-toggle__btn:after,
.comparison-filter__toggle-line__toggle-btn {
    background-image: url("../images/filter-menu.svg");
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
    background-size: auto 18px;
}

.comparison-filter__toggle-line__toggle-btn {
    margin-top: -8px;
    margin-bottom: -8px;
    cursor: pointer;
}

.comparison-filter__toggle-line__toggle-btn:after,
.icon-box__link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.comparison-filter__toggle-line__toggle-btn:hover,
.comparison-filter__toggle-line__toggle-btn.--active {
    opacity: .5;
}

.full-width-logo-line-mobile__icon-wrapper {
    padding: 15px 0;
    margin-bottom: -30px;
}

.custom-pl-5 {
    padding-left: 5px;
}

.custom-pr-5 {
    padding-right: 5px;
}

.row-custom-m-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.limited-widget-width {
    max-width: 390px;
}

.filter-league-label {
    padding-right: 25px;
    font-size: 1.1rem;
    line-height: 1.25;
    max-width: 175px;
    min-width: auto;
    flex-basis: 0;
}

@media (min-width: 768px) {
    .filter-league-label {
        font-size: inherit;
        max-width: 100%;
        flex-basis: auto;
    }
}

.full-width-logo-line__icon-wrapper {
    margin-right: 15px;
    padding: 8px 0;
}

@media (min-width: 768px) {
    .full-width-logo-line__icon-wrapper {
        padding: 5px 0;
    }
}

@media (min-width: 768px) {
    .filter-league-icon__link {
        padding: 0 25px;
    }
}

.filter-league-icon__link-bubble {
    padding: 5px 8px;
    border-radius: 50px;
    margin-right: 10px;
    background: var(--tab-bg);
    text-decoration: none;
    font-size: 1.1rem;
    color: var(--tab-color);
}

@media (min-width: 768px) {
    .filter-league-icon__link-bubble {
        padding: 7px 14px;
        font-size: 1.3rem;
    }
}

.filter-league-icon__link-bubble:hover,
.filter-league-icon--active .filter-league-icon__link-bubble {
    background: var(--tab-bg-active);
    text-decoration: none;
    color: var(--tab-color-active);
}

/* ---- BETTING TIPS END ---- */

/* ---- RELATED ARTICLES BEGIN ---- */

.related-articles-bottom {
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

.related-pages-bottom {
    margin-top: 30px;
}

.related-articles-bottom:before {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--border-color);
    position: absolute;
    left: 0;
    top: -7px;
    border-radius: 50%;
}

.headline-below-content {
    color: var(--label-color);
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.headline-below-content--less-margin {
    margin-bottom: 15px !important;
}

.headline-below-content--little-margin {
    margin-bottom: 5px !important;
}

.related-articles-bottom__entry {
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
    background: var(--shortcode-box-bg);
    height: 100%;
    box-shadow: none;
}

.related-articles-bottom__entry__img {
    /* new */
    flex: 1 0 100%;
    aspect-ratio: 90 / 51;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.related-articles-bottom__entry__content {
    /* new */
    padding: 0;
    flex: 1 0 100%;
    margin-top: 15px;
}

.related-articles-bottom__entry__link,
.related-pages-bottom__entry__link {
    color: var(--color-default);
}

.related-articles-bottom__entry__link:hover,
.related-pages-bottom__entry__link:hover {
    color: var(--link-color-flashy);
}

.related-articles-bottom__entry__headline,
.related-pages-bottom__entry__headline {
    font-size: 1.8rem;
    color: var(--color-default);
    margin-bottom: 5px;
    font-weight: var(--font-weight-bold);
}

.related-pages-bottom-wrapper-row {
    margin-left: -8px;
    margin-right: -8px;
}

.related-pages-bottom__entry__headline {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.related-articles-bottom__promo {
    margin: 30px 0;
}

.related-pages-bottom__entry-wrapper {
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.related-pages-bottom__entry {
    height: 100%;
    border-radius: var(--border-radius-default);
    border: 1px solid var(--border-color);
}

.related-pages-bottom__entry__img-col {
    padding: 5px 0 5px 5px;
    align-self: center;
}

.related-pages-bottom__entry__content {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
}

@media (min-width: 576px) {
    .related-articles-bottom__entry__img {
        flex: 0 0 250px;
        height: 140px;
    }

    .related-articles-bottom__entry__content {
        flex: 1 0 calc(100% - 250px * 1);
        max-width: 100%;
        padding: 0 15px;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .related-articles-bottom__entry-wrapper {
        margin-bottom: 15px;
    }

    .headline-below-content {
        margin-bottom: 30px;
    }

    .related-articles-bottom__entry {
        border: 1px solid var(--border-color);
        padding: 0;
        height: 100%;
        border-radius: var(--border-radius-default);
        overflow: hidden;
        box-shadow: inherit;
    }

    .related-articles-bottom__entry__img {
        flex: 0 0 100%;
        height: 130px;
    }

    .related-articles-bottom__entry__content {
        padding: 15px;
    }

    .related-articles-bottom__entry__headline {
        margin-bottom: 10px;
    }

    .related-articles-bottom__promo {
        margin: 0 auto;
        padding-bottom: 15px;
    }
}

/* ---- RELATED ARTICLES END ---- */

/* ---- FOOTER BEGIN ---- */

.site-footer {
    background: var(--footer-primary-bg);
    color: var(--footer-primary-color);
}

.site-footer__line-first {
    padding: 20px 0 15px;
}

@media (min-width: 992px) {
    .site-footer__line-first {
        padding-top: 50px;
    }
}

.site-footer__logo-row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid color-mix(in srgb, var(--footer-primary-color) 20%, transparent);
    max-width: calc(100% - 30px * 1);
    align-self: center;
}

.site-footer__site-logo {
    width: 25%;
    object-fit: contain;
}

@media (max-width: 586px) {
    .site-footer__site-logo {
        width: 50%;
    }
}

.footer__partner-logos__title {
    font-size: 1.4rem;
    color: var(--footer-primary-color);
}

.footer__partner-logos__inner {
    border-top: 1px solid color-mix(in srgb, var(--footer-primary-color) 20%, transparent);
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .footer__partner-logos__inner {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .footer__partner-logos {
        margin-bottom: 0;
    }
}

.site-footer__line-second {
    padding: 20px 0;
    font-size: 1.3rem;
    line-height: 1.25;
    background: var(--footer-secondary-bg);
    color: var(--footer-secondary-color);
}

.site-footer__line-second.site-footer__line-second--highlighted-player-protection {
    padding: 30px 0;
}

.site-footer__line-third {
    background: var(--footer-tertiary-bg);
    color: var(--footer-tertiary-color);
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-footer__line-third__li {
    margin: 0 10px 10px;
}

@media (min-width: 768px) {
    .site-footer__line-third__li {
        margin: 0 30px 10px 0;
    }
}

.footer__legal-logos {
    gap: 15px 30px;
}

.site-footer__line-second--highlighted-player-protection .footer__legal-logos {
    margin-bottom: 2em;
    grid-auto-flow: column;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    padding: 0 15px;
    gap: 15px;
}

@media (min-width: 768px) {
    .site-footer__line-second--highlighted-player-protection .footer__legal-logos {
        gap: 15px 30px;
    }
}

.site-footer__line-second--highlighted-player-protection .footer__legal-claim {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-default);
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.footer__legal-logos__img {
    max-height: 36px;
    max-width: 60px;
    width: auto;
}

.footer__legal-logos__img.footer__legal-logos__img--local-overwrite {
    max-height: 35px;
    max-width: 100%;
    width: auto;
}

@media (min-width: 768px) {
    .footer__legal-logos__img.footer__legal-logos__img--local-overwrite {
        max-height: 68px;
    }
}

@media (min-width: 992px) {
    .footer__legal-logos__img {
        max-width: 150px;
    }
}

.footer__legal-german-hotline {
    font-size: 1.3rem;
    font-weight: var(--font-weight-bold);
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

@media (min-width: 768px) {
    .footer__legal-german-hotline {
        font-size: 1.6rem;
    }
}

.footer-col {
    margin-bottom: 20px;
}

.footer-col__title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.footer-col .menu-item {
    font-size: 1.3rem;
    margin-bottom: .75rem;
}

.footer-col .menu-item a,
.footer-col .menu-item span {
    color: var(--footer-primary-color);
    text-decoration: none;
    opacity: 1;
    display: flex;
    align-items: center;
}

.footer-col .menu-item a:empty,
.footer-col .menu-item span:empty {
    display: none;
}

.footer-col .menu-item a:hover,
.footer-col .menu-item span:hover {
    opacity: .5;
}

.footer-col .menu-item a:before,
.footer-col .menu-item span:before {
    content: "";
    background: currentColor;
    -webkit-mask-image: url("../images/arrow-more-white.svg");
    mask-image: url("../images/arrow-more-white.svg");
    -webkit-mask-size: auto 8px;
    mask-size: auto 8px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0px center;
    mask-position: 0px center;
    width: 20px;
    min-width: 20px;
    height: calc(1.3rem * 1.65 * 1);
    /* font-size * line height */
    opacity: .5;
    transition: all .25s ease-in-out;
    align-self: flex-start;
}

.footer-col .menu-item a:hover:before,
.footer-col .menu-item span:hover:before {
    -webkit-mask-position: 5px center;
    mask-position: 5px center;
    transition: all .25s ease-in-out;
}

.footer-legal-menu__link {
    font-size: 1.3rem;
    text-decoration: none;
    color: var(--footer-secondary-color);
    cursor: pointer;
}

.footer-legal-menu__link:hover {
    color: var(--footer-secondary-color);
    opacity: .7;
    text-decoration: none;
}

.footer__lang-switch-label {
    font-size: 1.3rem;
    margin: 25px 0 10px;
}

.footer__lang-switch-label--no-margin {
    margin-top: 0;
}

.footer__lang-switch {
    font-size: 1.3rem;
    max-width: 350px;
}

.lang-switcher__toggle {
    color: #fff;
    padding: 0 20px 0 10px;
    background: url("../images/arrow-language-switcher.svg") calc(100% - 10px * 1) center no-repeat;
    border: 1px solid rgba(255, 255, 255, .25);
    background-size: 8px auto;
    position: relative;
    transition: all .25s ease-in-out;
    user-select: none;
    line-height: 1;
    border-radius: var(--border-radius-default);
    display: flex;
    align-items: center;
    height: 40px;
}

.lang-switcher__toggle__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
}

.lang-switcher__toggle.--active,
.lang-switcher__toggle:hover {
    background-color: var(--theme-color-3);
    transition: all .25s ease-in-out;
}

.lang-switcher__toggle__img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.language-switcher__entries {
    border: 1px solid rgba(255, 255, 255, .25);
    background: var(--theme-color-3);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease-in-out;
    display: flex;
    padding: 0 !important;
    max-height: 250px;
    position: absolute;
    bottom: 45px;
    overflow: auto;
    border-radius: var(--border-radius-default);
    transform: translateY(20px);
}

.language-switcher__entries.--show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.language-switcher__link {
    color: #fff;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

.language-switcher__link__isocode {
    flex: 0 0 30px;
}

.language-switcher__link__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.language-switcher__link--active,
.language-switcher__link:hover {
    text-decoration: none;
}

.language-switcher__link:hover:not(.language-switcher__link--active) {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.language-switcher__link--active {
    cursor: default;
}

.language-switcher__link--active,
.language-switcher__link--active:hover {
    font-weight: var(--font-weight-bold);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.language-switcher__link__image {
    flex: 0 0 34px;
}

.language-switcher__link__image__img {
    max-width: 24px;
    height: auto;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

.footer__partner-logos__img {
    margin: 10px 20px 10px 0;
    max-width: 40px;
    width: auto;
    max-height: 40px;
}

@media (min-width: 992px) {
    .footer__partner-logos__img {
        margin: 15px 20px 0;
        max-width: 80px;
        max-height: 80px;
    }
}

.footer_show-more-btn {
    height: 40px;
    background: currentColor;
    -webkit-mask-image: url("../images/footer-show-more-plus.svg");
    mask-image: url("../images/footer-show-more-plus.svg");
    -webkit-mask-size: 40px 40px;
    mask-size: 40px 40px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    cursor: pointer;
}

.footer_show-more-btn:hover {
    opacity: .7;
}

.js-link {
    user-select: none;
}

.back-to-top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .3) url("../images/arrow-more-white.svg") center no-repeat;
    background-size: 6px auto !important;
    cursor: pointer;
    border: 0;
    border-radius: var(--border-radius-default);
    text-decoration: none;
    transition: opacity 0.2s ease-out, background-color 0.2s ease-out, bottom 0.2s ease-out;
    opacity: 0;
    pointer-events: none;
    text-indent: -9999px;
    transform: rotate(-90deg);
}

.back-to-top-btn.--reduced-zindex {
    z-index: 999;
}

.back-to-top-btn.visible {
    opacity: 1;
    pointer-events: all;
}

.back-to-top-btn:hover {
    background-color: rgba(0, 0, 0, .4);
}

.body--no-scroll .back-to-top-btn {
    z-index: 1;
}

/* ---- FOOTER END ---- */

@media (min-width: 768px) {
    .back-to-top-btn {
        width: 40px;
        height: 40px;
        background-size: 8px auto;
    }
}

@media (min-width: 992px) {
    .flex-lg-row-custom {
        flex-direction: row !important;
    }

    .show-on-desktop {
        display: inherit;
    }

    .p-lg-0-custom {
        padding: 0 !important;
    }

    .toc-section,
    .content-section {
        border-left-width: 1px;
        border-right-width: 1px;
        border-radius: var(--border-radius-default);
    }
}

@media (min-width: 1200px) {
    .flex-xl-row-custom {
        flex-direction: row !important;
    }
}

.pointer {
    cursor: pointer;
}

/* PROVIDER NA EXCEPTIONS */
.review-hero-not-available {
    padding: 0;
}

.not-available-anymore-notice {
    margin-top: 1rem !important;
    padding: 15px 15px 15px 45px;
    background: var(--warning-bg);
    border-radius: var(--border-radius-default);
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 75px;
    position: relative;
    z-index: 0;
    color: var(--warning-color);
}

.single-review--other-content .not-available-anymore-notice {
    margin-bottom: 30px !important;
}

@media (min-width: 768px) {
    .not-available-anymore-notice {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .not-available-anymore-notice--license-not-valid .not-available-anymore-notice__hint-box {
        margin-left: -15px;
        margin-right: 15px;
        padding-right: 80px;
    }
}

.not-available-anymore-notice__headline {
    font-size: 1.8rem;
    margin-bottom: 3px;
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
}

.not-available-anymore-notice:before {
    height: auto;
    width: 30px;
    line-height: 1;
    font-size: 4rem;
    position: absolute;
    content: "!";
    /* background: #222; */
    left: 15px;
    top: 15px;
    color: var(--warning-color);
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-weight: var(--font-weight-bold);
    z-index: 1;
    /* new */
}

.not-available-anymore-notice.not-available-anymore-notice--inside-content {
    padding-left: 60px;
}

.not-available-anymore-notice.not-available-anymore-notice--inside-content:before {
    left: 10px;
    justify-content: center;
}

@media (min-width: 768px) {
    .not-available-anymore-notice:before {
        width: 50px;
        font-size: 5rem;
    }

    .not-available-anymore-notice {
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .not-available-anymore-notice__hint-box {
        z-index: 1;
    }

    .not-available-anymore-notice__goto-box {
        min-height: 100%;
        flex: 1;
        margin: -15px -30px -15px 0;
        background: #fff;
        border-radius: 0 var(--border-radius-default) var(--border-radius-default) 0;
        padding: 15px 15px 15px 0;
        font-size: 1.6rem;
        z-index: 1;
        color: #212529;
    }

    .not-available-anymore-notice__goto-box:after {
        content: " ";
        position: absolute;
        display: block;
        width: 90px;
        height: 100%;
        top: 0px;
        left: -90px;
        z-index: -1;
        background: #febf01;
        transform-origin: bottom left;
        transform: skew(-25deg, 0deg);
    }
}

/*-- PROVIDER NA EXCEPTIONS -- BLACKLISTED --*/
.not-available-anymore-notice--is-blacklisted {
    background: #000;
    color: #fff;
    border: 2px solid darkred;
}

.not-available-anymore-notice--is-blacklisted:before {
    /* background: darkred; */
    color: #fff;
}

.review-blacklisted-message {
    margin: 15px 0;
    position: relative;
    z-index: 1;
}

.review-blacklisted-message div {
    background-color: #E92E3C;
    color: #fff;
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    padding: 15px;
    line-height: 1.3;
    padding-left: 60px;
    background-image: url("../images/blacklisted-warning-icon.svg");
    background-position: 15px center;
    background-size: 30px auto;
    background-repeat: no-repeat;
    border-radius: var(--border-radius-default);
}

@media (min-width: 768px) {
    .review-blacklisted-message div {
        font-size: 1.8rem;
    }
}

.review-blacklisted-sub-message {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: -10px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .review-blacklisted-sub-message {
        font-size: 1.6rem;
    }
}

/*-- PROVIDER NA EXCEPTIONS -- BLACKLISTED --*/
/*-- PROVIDER NA EXCEPTIONS -- STILL GO TO PROVIDER --*/
.not-available-still-goto-provider-box {
    background: #fff;
    padding: 15px;
    font-size: 1.6rem;
    border-radius: var(--border-radius-default);
    margin-top: 5px;
    color: var(--color-default);
}

.not-available-still-goto-provider-box__link {
    text-decoration: underline;
    font-weight: var(--font-weight-semi-bold);
    display: inline-block;
}

.not-available-still-goto-provider-box__link:hover {
    color: var(--link-color-flashy);
}

/*-- PROVIDER NA EXCEPTIONS -- STILL GO TO PROVIDER --*/

.not-available-anymore-notice--inside-content {
    margin-bottom: 30px;
    border: 2px solid #222;
}

.not-available-anymore-notice--inside-content .not-available-anymore-notice__headline {
    margin-bottom: 0;
}

/*-- PROVIDER NA EXCEPTIONS -- INSIDE CONTENT --*/
.review-hero-not-available .top3-row {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 30px;
}

.review-hero-not-available .top3-row:not(.owl-loaded) {
    padding-top: 30px;
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
}

.review-hero-not-available .top3-row:not(.owl-loaded) .top3-row__element {
    min-width: calc(var(--site-width, 100vw) - 30px);
}

.review-hero-not-available .top3-row .top3-row__element {
    max-width: calc(var(--site-width, 100vw) - 30px);
}

@media (min-width: 700px) {

    /* custom carousel breakpoint */
    .review-hero-not-available .top3-row:not(.owl-loaded) {
        grid-template-columns: 1fr 1fr;
    }

    .review-hero-not-available .top3-row:not(.owl-loaded) .top3-row__element {
        min-width: calc(50vw - 30px);
    }

    .review-hero-not-available .top3-row .top3-row__element {
        max-width: calc(50vw - 30px);
    }
}

@media (min-width: 992px) {
    .review-hero-not-available .top3-row:not(.owl-loaded) {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .review-hero-not-available .top3-row:not(.owl-loaded) .top3-row__element {
        min-width: calc(33.33vw - 30px);
    }

    .review-hero-not-available .top3-row .top3-row__element {
        max-width: calc(33.33vw - 30px);
    }
}

@media (min-width: 1199px) {
    .review-hero-not-available .top3-row:not(.owl-loaded) .top3-row__element {
        min-width: calc(33.33% - 30px);
        max-width: calc((1200px / 3) - 30px);
        /* wrapper width, remove - 30px sometimes */
    }
}

.review-hero-not-available .top3-row .owl-stage-outer {
    /* to make shadows appear */
    padding: 15px;
    margin: -15px;
}

.review-hero-not-available .top3-row.owl-carousel-inactive {
    display: flex;
    flex-wrap: nowrap !important;
    overflow: hidden;
    align-items: flex-start;
    padding-bottom: 39px;
    /* 29px owl-dots + 10px margin-top */
    margin: 0 !important;
    /* 02-08-2023 */
}

@media (min-width: 992px) {
    .review-hero-not-available .top3-row.owl-carousel-inactive {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {

    .review-hero-not-available .top3-row .owl-dots,
    .review-hero-not-available .top3-row .owl-nav {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .custom-mt-lg-0 {
        margin-top: 15px !important;
    }

    .not-available-anymore-notice__headline {
        font-size: 2.2rem;
    }
}

@media (min-width: 1200px) {
    .top3-row__element_legal-hint {
        margin-bottom: 10px;
    }
}

/* highlight code fields with exclusive bonus codes -- data coming from ctaLinkData */
.code-input-field[data-is-exclusive="1"],
.comparison-row__code-field-ppc[data-is-exclusive="1"],
.general-code-field[data-is-exclusive="1"] {
    position: relative;
}

.code-input-field[data-is-exclusive="1"]:not(.code-input-field--disabled):before,
.comparison-row__code-field-ppc[data-is-exclusive="1"]:not(.code-input-field--disabled):before,
.general-code-field[data-is-exclusive="1"]:not(.general-code-field--disabled):not(.exclusive-promo-code-field):before {
    content: var(--exclusive-tag);
    /* filter needed: addLocalizedCssVariables */
    position: absolute;
    top: -4px;
    right: -4px;
    background: #E02D57;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding: 2px 8px;
    letter-spacing: normal !important;
    border-radius: 2px;
    font-weight: normal;
    pointer-events: none;
    /* new */
}

/* why you can trust us header box begin */
.why-you-can-trust-us-header-box {
    margin-top: 20px;
    position: relative;
    line-height: 1.3;
}

.why-you-can-trust-us-header-box__headline {
    font-weight: var(--font-weight-bold);
    text-decoration: underline;
    text-decoration-color: var(--theme-color-2);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease-out;
    padding-left: 30px;
    color: var(--fp-hero-color);
}

.why-you-can-trust-us-header-box__headline:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
    vertical-align: middle;
    background: currentColor;
    -webkit-mask-image: url("../images/hero-trust-icon-dark.svg");
    mask-image: url("../images/hero-trust-icon-dark.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

@media (min-width: 992px) {
    .why-you-can-trust-us-header-box__headline:not(.--active):hover {
        transition: all 0.2s ease-out;
        opacity: .8;
    }
}

.why-you-can-trust-us-header-box__headline:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent var(--theme-color-2) transparent;
    border-style: solid;
    position: absolute;
    bottom: -15px;
    left: 30px;
    transition: all 0.2s ease-out;
    opacity: 0;
    z-index: 2;
}

.why-you-can-trust-us-header-box__headline.--active:after {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.why-you-can-trust-us-header-box__content {
    position: absolute;
    /* don't add 'top' value */
    margin-top: 15px;
    background: var(--theme-color-2);
    opacity: 0;
    pointer-events: none;
    padding: 12px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    width: 400px;
    max-width: calc(var(--site-width, 100vw) - 30px * 1);
    z-index: 2;
    color: #fff;
    font-weight: normal;
    border-radius: var(--border-radius-default);
    font-size: 1.1rem;
    transition: all 0.2s ease-out;
    user-select: none;
}

.why-you-can-trust-us-header-box__content.--active {
    opacity: 1;
    transition: all 0.2s ease-out;
    pointer-events: all;
}

.why-you-can-trust-us-header-box__content p:last-child {
    margin: 0;
}

/* why you can trust us header box end */

/* key points */
.posts-key-points:not(.posts-key-points--unstyled) {
    background: var(--light-gray-bg);
    padding: 15px;
    border-radius: var(--border-radius-default);
    margin-bottom: 15px;
}

.posts-key-points--unstyled {
    margin-bottom: 20px;
}

.posts-key-points__label {
    color: var(--badge-color);
    font-size: 1.1rem;
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    display: inline-flex;
    align-self: flex-start;
    text-transform: uppercase;
    padding: 4px 8px;
    background: var(--badge-bg);
    border-radius: var(--border-radius-default);
    margin-bottom: 10px;
}

.posts-key-points__label-unstyled {
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    margin-bottom: 10px;
}

.posts-key-points__ul {
    margin: 0;
    padding: 0;
    padding-inline-start: 15px;
}

.posts-key-points__li:not(:last-child) {
    margin-bottom: .75rem;
}

.us-states-archive-entry {
    text-align: center;
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
}

.us-states-archive-entry a {
    display: block;
}

.us-states-archive-entry:before {
    width: 80px;
    font-size: 60px;
    color: var(--theme-color-2);
}

.us-states-archive-entry a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* new code field */
.general-code-field {
    display: block;
    position: relative;
}

.general-code-field__field-label {
    /* add more precise exceptions if needed */
    position: absolute;
    left: 25px;
    top: -.5em;
    background: #fff;
    padding: 0 5px;
    font-size: 1.1rem;
    font-weight: var(--font-weight-bold);
    display: block;
    z-index: 1;
    text-transform: uppercase;
    line-height: 1;
    color: var(--label-color);
    pointer-events: none;
}

.review-header-info-new--header-layout .general-code-field__field-label {
    background: var(--review-header-bg-mobile);
    color: var(--cell-title)
}

.review-header-info-new--widget-layout .general-code-field__field-label,
.provider-bonus-details-widget .general-code-field__field-label {
    background: var(--widget-bg);
}

.general-code-field label {
    margin: 0;
    display: block;
}

.general-code-field__input {
    background: var(--code-field-bg);
    color: var(--code-field-color);
    border: none;
    border-radius: var(--border-radius-default);
    padding: 5px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 1.4rem;
    min-height: 41px;
}

/* only on desktop devices -- 10-04-2024 */
@media (min-width: 992px) {
    .general-code-field__input {
        transition: color .25s ease-in-out, border .25s ease-in-out, letter-spacing .05s ease-in-out;
    }
}

.general-code-field__input--disabled,
.general-code-field__input--disabled:hover {
    pointer-events: none;
    color: #666;
    font-size: 1.8rem;
}

.general-code-field__input:not(.--is-tracking):not(.--active):not(.general-code-field__input--disabled) {
    font-size: 1.8rem;
    letter-spacing: 3px;
    padding-top: .75rem;
    padding-bottom: 0;
}

.general-code-field__input.--is-tracking:not(.--active):not(.--is-exclusive):not(.general-code-field__input--disabled) {
    font-size: 1.6rem;
    padding-top: .25rem;
    /* 0.75 before ? */
    padding-bottom: 0;
}

.general-code-field__input.--is-tracking.--is-exclusive:not(.--active):not(.general-code-field__input--disabled) {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-top: .2rem;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .general-code-field__input:not(.--active):not(.--is-tracking) {
        letter-spacing: 5px;
    }

    .general-code-field__input:not(.--is-tracking):not(.--active):not(.general-code-field__input--disabled):hover {
        letter-spacing: 6px;
    }

    .general-code-field__input.--is-tracking.--is-exclusive:not(.--active):not(.general-code-field__input--disabled):hover,
    .general-code-field__input.--is-tracking:not(.--active):not(.--is-exclusive):not(.general-code-field__input--disabled):hover {
        letter-spacing: 3px;
    }
}

.general-code-field.--has-code:not(.--hide-copy-btn) .general-code-field__input {
    padding-right: 35px;
}

.general-code-field.--is-tracking:not(.--active) .general-code-field__input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.general-code-field:not(.general-code-field--disabled):hover .general-code-field__input:not(.--active) {
    color: var(--highlight-color);
}

.general-code-field__input.--active {
    color: var(--highlight-color);
    font-weight: var(--font-weight-bold);
    border: 1px solid var(--highlight-color) !important;
    background: #f6fdfb;
}

.general-code-field__input.--active.--has-code {
    /* no further conversion possible, for allowing copy code */
    cursor: default;
}

.general-code-field__cpy-btn {
    text-indent: -9999px;
    cursor: pointer;
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-mask-image: url("../images/copy-code-icon-black.svg");
    mask-image: url("../images/copy-code-icon-black.svg");
    -webkit-mask-size: 14px auto;
    mask-size: 14px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: currentColor;
}

.general-code-field.--active .general-code-field__cpy-btn {
    background: var(--highlight-color);
}

.general-code-field__cpy-btn:hover {
    opacity: .7;
}

.general-code-field__cpy-btn.general-code-field__cpy-btn--hidden {
    width: 0;
    background: none;
}

.general-code-field__copied-notice.--active {
    position: absolute;
    transform: translateX(-50%);
    max-width: 90%;
    min-width: 55%;
    left: 50%;
    top: 34px;
    background: var(--theme-color-2);
    color: #fff;
    padding: 4px 8px;
    line-height: 1.2;
    text-align: center;
    font-size: 1.1rem;
    border-radius: var(--border-radius-default);
    letter-spacing: 0;
    pointer-events: none;
    z-index: 1;
}

/* new code field -- styling exceptions */
.--bonus-comparison .general-code-field__input,
.--provider-comparison-mobile .general-code-field__input,
.--bonus-details-sc .general-code-field__input,
.--sticky-footerbar .general-code-field__input:not(.--active),
.--top5-bonus .general-code-field__input:not(.--active),
.--top5-provider .general-code-field__input:not(.--active),
.--bonus-calc-comp .general-code-field__input:not(.--active) {
    border: 1px dashed var(--border-color-dark);
}

.--review-header-new .general-code-field__input:not(.--active) {
    border: 1px solid color-mix(in srgb, var(--review-header-color) 30%, transparent);
    background-color: var(--review-code-field-bg);
    color: var(--review-code-field-color);
}

.review-header-info-new.review-header-info-new--widget-layout .general-code-field__input:not(.--active),
.provider-bonus-details-widget .general-code-field__input:not(.--active) {
    border: 1px solid color-mix(in srgb, var(--widget-color) 15%, transparent);
}

.--award-winner-bonus .general-code-field__input:not(.--active) {
    border: 1px solid var(--highlight-color);
    background: none;
    color: var(--highlight-color);
}

.--bonus-comparison .general-code-field__input:not(.general-code-field__input--disabled):hover,
.--sticky-footerbar .general-code-field__input:not(.general-code-field__input--disabled):hover,
.--top5-bonus .general-code-field__input:not(.general-code-field__input--disabled):hover,
.--top5-provider .general-code-field__input:not(.general-code-field__input--disabled):hover,
.--bonus-calc-comp .general-code-field__input:not(.general-code-field__input--disabled):hover {
    border-color: var(--highlight-color);
}

.--bonus-details-sc .general-code-field__input {
    min-height: 40px;
}

.--bonus-comparison .general-code-field__input:not(.--active),
.--provider-comparison-mobile .general-code-field__input:not(.--active),
.--bonus-details-sc .general-code-field__input:not(.--active),
.--sticky-footerbar .general-code-field__input:not(.--active),
.--top5-bonus .general-code-field__input:not(.--active),
.--top5-provider .general-code-field__input:not(.--active),
.--bonus-calc-comp .general-code-field__input:not(.--active),
.--bonus-highlightbox .general-code-field__input:not(.--active) {
    background: var(--code-field-bg-light);
    color: var(--code-field-color-light);
}

.--sticky-footerbar .general-code-field__copied-notice.--active {
    bottom: -8px;
}

.individual_evidence_box {
    margin-top: 50px;
}

.content-section--references-single-field .individual_evidence_box {
    margin-top: 30px;
    margin-bottom: 50px;
}

.individual_evidence_box_headline {
    font-size: 2.2rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: .5em;
}

.individual_evidence_box_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.individual_evidence_box_ul li {
    margin-bottom: 5px;
    padding-left: 20px;
}

.individual_evidence_box_ul a {
    font-weight: var(--font-weight-bold);
    word-break: break-all;
}

/* font size fix (needed at end of file)  -- https://stackoverflow.com/questions/49076662/font-sizing-vw-buggy-on-mobile-chrome */
.main-wrapper {
    max-height: 999999px;
}

/* new search */
.search__results-overlay {
    position: absolute;
    top: var(--menu-row-height-mobile);
    left: 0;
    width: 100%;
    max-width: var(--site-width, 100vw);
    background: var(--light-gray-bg);
    /* box-shadow: 0 0 15px rgba(0,0,0,.25); */
    font-size: 1.3rem;
    z-index: 99;
}

.main-site-search .search__results-overlay {
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
}

.main-site-search .search__results-overlay.search__results-overlay--active {
    opacity: 1;
    pointer-events: all;
    transition: all .25s ease-in-out;
}

@media (min-width: 768px) {
    .search__results-overlay {
        top: var(--menu-row-height-desktop);
        font-size: initial;
        padding: 0 15px;
    }
}

.search__results-overlay__loading {
    margin: 15px auto;
    width: 100px;
}

.search-result-container {
    display: flex;
    flex-direction: column;
}

.search__results-overlay__output {
    max-height: 65vh;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .header-search .search__results-overlay__output {
        max-height: calc(100vh - 150px * 1);
    }
}

.search__results-overlay__output em.req___highlighted {
    background: color-mix(in srgb, var(--theme-color-2) 12%, transparent);
    font-weight: var(--font-weight-bold);
    font-style: normal;
}

.req___search-result-container__tabs {
    background: var(--light-gray-bg);
    padding: 15px 15px 5px;
    /* border: 1px solid #fafafa; */
    position: sticky;
    top: 0;
    z-index: 1;
    overflow: auto;
}

.req___search-result-container__tab-item {
    border: 1px solid var(--border-color);
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: var(--border-radius-default);
    white-space: nowrap;
    color: var(--label-color);
    line-height: 1;
    background: #fff;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .req___search-result-container__tab-item {
        padding: 12px 15px;
        font-size: 1.4rem;
    }
}

.req___search-result-container__tab-item:hover,
.req___search-result-container__tab-item.--active {
    /*background: var(--theme-color-1); */
    color: var(--color-dark);
    border-color: var(--color-dark);
}

.req___search-result-container__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.req___search-result-container__list li {
    padding: 10px 5px;
    position: relative;
}

.req___search-result-container__list li.--text {
    padding: 12px 5px;
}

.req___search-result-container__list li:hover {
    background: rgba(0, 0, 0, .05);
}

.req___search-result-container__list li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.req___search-result-container__show-more {
    text-align: center;
    font-size: 1.3rem;
    font-weight: var(--font-weight-bold);
    margin-top: 15px;
    cursor: pointer;
    text-decoration: underline;
}

.req___search-result-container__list__operator-entry {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.req___search-result-container__list a {
    text-decoration: none;
    color: var(--color-default);
}

.req___search-result-container__list a:hover {
    color: var(--link-color-flashy);
}

.req___search-result-container__list a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.req___search-result-container__list__logo {
    width: 60px;
    min-width: 60px;
    height: 30px;
    border-radius: var(--border-radius-default);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.req___search-result-container__list__logo.req___search-result-container__list__logo--game {
    width: 40px;
    min-width: 40px;
}

.req___search-result-container__list__logo img {
    max-height: 100%;
    width: auto;
}

.req___search-result-container__list__title {
    flex-grow: 1;
    padding-right: 15px;
}

.req___search-result-container__list__rating {
    display: flex;
    grid-gap: 0 5px;
    align-items: center;
}

.req___search-result-container__list__provider-name {
    max-width: 40%;
    display: flex;
    align-items: center;
}

.req___search-result-container__list__rating .rating-stars-box__active-stars {
    background-color: transparent;
}

.req___search-result-container__nothing-found {
    padding: 15px;
}

/* main search */
.main-site-search__wrapper {
    position: relative;
}

.main-site-search__wrapper .search__results-overlay {
    top: 50px;
}

/* social profiles */
.social-media-profiles--footer {
    margin: 15px -5px -10px;
}

.social-media-profiles--header {
    margin: 0 -3px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header-social-media--menu-row .social-media-profiles--header {
        margin: 0 -5px;
    }
}

.social-media-profile-icon {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin: 0 5px 10px;
    display: inline-flex;
    font-size: 1.4rem;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.social-media-profiles--header .social-media-profile-icon {
    width: 25px;
    height: 25px;
    margin: 0 3px;
}

.header-social-media--top-row .social-media-profiles--header .social-media-profile-icon {
    background: #fff;
    color: var(--color-default);
    border-radius: 15px;
    font-size: 1.3rem;
}

.header-social-media--menu-row .social-media-profiles--header {
    padding-right: 10px;
}

.header-social-media--menu-row .social-media-profiles--header .social-media-profile-icon {
    color: var(--menu-desktop-link-color);
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .header-social-media--menu-row .social-media-profiles--header .social-media-profile-icon {
        font-size: 2rem;
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }
}

.social-media-profiles--footer .social-media-profile-icon {
    color: var(--footer-primary-color);
    width: 30px;
    height: 30px;
    font-size: 2rem;
}

.social-media-profile-icon:before {
    text-indent: 0 !important;
}

.social-media-profile-icon__label {
    text-indent: -9999px;
}

.social-media-profile-icon:hover {
    text-decoration: none;
    opacity: .7;
}

.social-media-profiles--footer .social-media-profile-icon:hover {
    color: var(--footer-primary-color);
}

/* cross promo banner */
.cross-promo-banner-link__explanation {
    display: flex;
    background: rgba(0, 0, 0, .08);
    padding: 8px;
    text-align: center;
    text-transform: none !important;
    color: var(--color-default) !important;
    justify-content: center;
    border-radius: var(--border-radius-default);
}

@media (min-width: 992px) {
    .cross-promo-banner-link__explanation {
        min-width: fit-content;
        width: 0;
    }
}

.cross-promo-banner-link__label {
    text-align: center;
    font-size: 1.2rem !important;
}

.cross-promo-banner-link {
    display: flex;
    align-items: stretch;
    padding: 8px 25px 8px 8px;
    background: var(--btn-primary-bg);
    color: var(--btn-primary-color);
    border-radius: var(--border-radius-default);
    line-height: 1.4;
    justify-content: center;
}

.cross-promo-banner-link:hover {
    background: var(--btn-primary-bg-hover);
    color: var(--btn-primary-color-hover);
}

.cross-promo-banner-link__logo-bg {
    width: 65px;
    flex: 0 0 65px;
    min-height: 30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-default);
    pointer-events: none;
    /* because of span in span and linkmas.. */
}

.cross-promo-banner-link__text {
    align-self: center;
    font-weight: var(--font-weight-bold);
    pointer-events: none;
    /* because of span in span and linkmas.. */
}

/* archive news new layout */
.news-entries-new-layout__section {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .news-entries-new-layout__section {
        margin-bottom: 50px;
    }
}

/* single news new layout */
.single-news-layout-new__category {
    text-transform: uppercase;
    margin-top: 15px;
}

.single-news-layout-new .h1-headline {
    --headline-multiplier: 1.4;
}

.single-news-layout-new__intro-text {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .single-post-meta-data__elem__author {
        padding-right: 0;
    }
}

/* new single-post-meta-data */
.single-news-layout-new .single-post-meta-data {
    margin-top: 0;
}

.single-news-layout-new .single-post-meta-data__elem__author-name {
    font-size: 1.5rem;
    font-weight: normal;
    color: var(--color-default);
    margin-bottom: .25em;
}

@media (min-width: 576px) {
    .single-news-layout-new .single-post-meta-data__elem__author-name {
        font-size: 1.8rem;
    }
}

.single-news-layout-new .single-post-meta-data__elem__author-name:hover {
    color: var(--link-color-flashy);
    text-decoration: none;
}

.single-news-layout-new .single-post-meta-data__mobile-toggle-btn {
    background: none;
    color: var(--link-color-flashy);
    padding: 0;
    text-transform: none;
    font-size: 1.1rem;
    z-index: 1;
    position: relative
}

.single-news-layout-new .single-post-meta-data__mobile-toggle-btn:before {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    -webkit-mask-size: 14px auto;
    mask-size: 14px auto;
    -webkit-mask-image: url(../images/author-check-icon.svg);
    mask-image: url(../images/author-check-icon.svg);
}

.single-news-layout-new .single-post-meta-data__mobile-toggle-btn:before,
.single-news-layout-new .single-post-meta-data__mobile-toggle-btn.--active:before,
.single-news-layout-new .single-post-meta-data__mobile-toggle-btn:hover:before {
    background: var(--link-color-flashy);
}

.single-news-layout-new .single-post-meta-data__mobile-toggle-btn:after {
    transform: rotate(180deg);
    bottom: -14px;
    left: 0;
}

.single-news-layout-new .single-post-meta-data__mobile-toggle-btn span {
    border-bottom: 1px solid var(--link-color-flashy);
}

.single-news-layout-new .single-post-meta-data__mobile-toggle-menu {
    left: -10px;
}

.single-post-meta-data--new-news-layout .single-post-meta-data__elem__wrapper:not(.single-post-meta-data__elem__wrapper--last) {
    border-right: none;
}

.single-post-meta-data__social-sharing-new-news-layout {
    display: grid;
    grid-gap: 0 12px;
    grid-auto-flow: column;
    padding-left: 55px;
    padding-top: 10px;
}

@media (min-width: 576px) {
    .single-post-meta-data__social-sharing-new-news-layout {
        padding-top: calc(1.8rem * var(--line-height-reduced) + 5px);
    }
}

.social-sharing-new-news-layout__icon {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    background: var(--color-default);
    text-indent: -9999px;
    overflow: hidden;
    display: flex;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.social-sharing-new-news-layout__icon--facebook {
    -webkit-mask-image: url("../images/social-icon-new-facebook.svg");
    mask-image: url("../images/social-icon-new-facebook.svg");
}

.social-sharing-new-news-layout__icon--x {
    -webkit-mask-image: url("../images/social-icon-new-x.svg");
    mask-image: url("../images/social-icon-new-x.svg");
    -webkit-mask-size: 13px auto;
    mask-size: 13px auto;
}

.social-sharing-new-news-layout__icon--reddit {
    -webkit-mask-image: url("../images/social-icon-new-reddit.svg");
    mask-image: url("../images/social-icon-new-reddit.svg");
}

.social-sharing-new-news-layout__icon--mail {
    -webkit-mask-image: url("../images/social-icon-new-mail.svg");
    mask-image: url("../images/social-icon-new-mail.svg");
}

.single-news-layout-new .single-post-meta-data__elem__value {
    margin: 3px 0;
}

.single-news-layout-new .single-post-meta-data__author-meta {
    gap: 3px 15px;
}

.single-news-layout-new .single-post-meta-data__fact-checked {
    padding-left: 0;
    white-space: nowrap;
    min-height: 13px;
    gap: 0 5px;
}

@media (min-width: 576px) {
    .single-news-layout-new .single-post-meta-data__fact-checked {
        padding-left: 15px;
        border-left: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    }
}

.single-news-layout-new .single-post-meta-data__fact-checked .single-post-meta-data__elem__label {
    font-weight: normal;
}

@media (min-width: 576px) {
    .single-news-layout-new .single-post-meta-data__fact-checked .single-post-meta-data__elem__label {
        white-space: initial;
    }
}

.single-post-meta-data__elem__fact-checker-name {
    display: flex;
}

.single-post-meta-data__elem__fact-checker-name:before {
    content: "";
    width: 13px;
    height: 13px;
    min-width: 13px;
    -webkit-mask-image: url("../images/checkmark-outline-circle-thicker.svg");
    mask-image: url("../images/checkmark-outline-circle-thicker.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-right: 5px;
    background: var(--pro-bg, #0fc47e);
}

/* new single-post-meta-data */

.single-news-layout-new__post-image {
    margin-bottom: 30px;
}

/* new list styling */

.content-section__toggle-content__content-boxes > ul:not([class]),
.content-section > ul:not([class]),
.flex-content__main-content > .main-content-wrapper > ul:not([class]),
.flex-content__main-content--reviews > ul:not([class]),
.fullwidth-section__content > .row > [class*="col-"] > ul:not([class]),
.content-section__toggle-content__content-boxes > ol:not([class]),
.content-section > ol:not([class]),
.flex-content__main-content > .main-content-wrapper > ol:not([class]),
.flex-content__main-content--reviews > ol:not([class]),
.fullwidth-section__content > .row > [class*="col-"] > ol:not([class]) {
    margin: 15px 0 30px;
    padding: 0;
    list-style: none;
    counter-reset: section;
}

.content-section__toggle-content__content-boxes > ul:not([class]) > li,
.content-section > ul:not([class]) > li,
.flex-content__main-content > .main-content-wrapper > ul:not([class]) > li,
.flex-content__main-content--reviews > ul:not([class]) > li,
.fullwidth-section__content > .row > [class*="col-"] > ul:not([class]) > li,
.content-section__toggle-content__content-boxes > ol:not([class]) > li,
.content-section > ol:not([class]) > li,
.flex-content__main-content > .main-content-wrapper > ol:not([class]) > li,
.flex-content__main-content--reviews > ol:not([class]) > li,
.fullwidth-section__content > .row > [class*="col-"] > ol:not([class]) > li {
    margin-bottom: 10px;
    padding-left: 30px;
}

.content-section__toggle-content__content-boxes > ul:not([class]) > li:before,
.content-section > ul:not([class]) > li:before,
.flex-content__main-content > .main-content-wrapper > ul:not([class]) > li:before,
.flex-content__main-content--reviews > ul:not([class]) > li:before,
.fullwidth-section__content > .row > [class*="col-"] > ul:not([class]) > li:before {
    content: "";
    display: inline-flex;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: -30px;
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    vertical-align: middle;
    background: var(--list-point-bg, var(--badge-bg));
    -webkit-mask-image: url(../images/circle-checkmark-green.svg);
    mask-image: url(../images/circle-checkmark-green.svg);
}

.content-section__toggle-content__content-boxes > ol:not([class]) > li:before,
.content-section > ol:not([class]) > li:before,
.flex-content__main-content > .main-content-wrapper > ol:not([class]) > li:before,
.flex-content__main-content--reviews > ol:not([class]) > li:before,
.fullwidth-section__content > .row > [class*="col-"] > ol:not([class]) > li:before {
    counter-increment: section;
    content: counter(section);
    display: inline-flex;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
    margin-right: 8px;
    margin-left: -30px;
    background: var(--list-point-bg, var(--badge-bg));
    color: var(--list-point-color, var(--badge-color));
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}

:target {
    scroll-margin-top: calc(var(--icon-row-height-desktop) + var(--menu-row-height-desktop) + 10px);
}

.bonus-highlight-scs {
    font-size: 120%;
    color: #0aa60a;
    display: inline-block;
}

.display-inline-block {
    display: inline-block;
}

.single-post .teaser-image-wrapper {
    max-height: 30vh;
    overflow: hidden;
    margin: 10px 0;
}

.single-post .teaser-image-wrapper img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.site-header__icon-row.empty {
    height: 0 !important;
}
