/***** OWN STYLES ******/

/***** OWN STYLES ******/

/***** OWN STYLES ******/

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

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

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /* Für den IE6 und IE7 */
}

html {
    font-size: 10px;
    -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;
}

body {
    background: #eaf5fb;
    font-size: 1.5rem;
    line-height: 1.65;
    color: #052948;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    max-width: 100vw;
    min-height: 100%;
}

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

code {
    color: rgba(152, 35, 178, .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: #4bcefa;
    text-decoration: underline;
    background-color: transparent;
}

a:hover, .mark-external:hover {
    color: #5ed5fd;
}

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

/*a.dark {
	color: #101921;
}*/
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;
}

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;
}

.c-pointer {
    cursor: pointer;
}

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

.link-underline {
    border-bottom: 1px solid #a4b5c3;
}

.link-underline--blue {
    border-color: #a4b5c3;
}

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

.link-underline--green {
    border-color: #48da94;
}

.link-underline--green:hover {
    border-color: #61e8a8;
}

blockquote {
    background: #f3f4f4;
    padding: 40px 30px;
    border-left: 5px solid #4bcefa;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 40px auto;
    line-height: 1.5;
}

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

.table-wrapper table,
.content-section > table,
.content-section__toggle-content__content-boxes > table,
table.styled {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin: 30px 0;
}

.table-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,
.content-section > table th,
table.styled th,
.content-section__toggle-content__content-boxes > table th,
table.styled th {
    font-weight: 700;
    background: #f4f4f4;
}

.table-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 #052948;
    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 #41586c;
}*/
/* .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 #2a3360 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%;
}

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

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;
    max-height: 300px;
    width: auto;
    max-width: 50vw;
}

.col-lg-4 .fp-teaser-banner img.aligncenter {
    /* custom */
    max-width: 100%;
}

.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: #a4adb9;
    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: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: .75rem;
}

/* h2,
h3 {
	color: #fff;
} */
.h1-additional-margin-bottom {
    margin-bottom: 1.5rem;
}

/* custom */
h1, h2, .fullwidth-section-widget__headline, .provider-of-month-widget__outer-headline, .bonus-of-month-widget__outer-headline, .badge-line-small, .fullwidth-blocker__title, .footer-col__title, .provider-bonus-offer-cards-carousel__bonus-label, .cta-element-row__link {
    font-family: "Lato", "Roboto", sans-serif;
    font-weight: 900;
}

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

.main-content-wrapper > h2:after {
    /* custom */
    background-color: #4bcefa;
}

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;
}

.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: 4px;
    color: #052948;
}

.box-wrapper.box-wrapper--no-bg {
    /* custom */
    background: none;
}

.content-section {
    /*background: #fff;*/
    margin-bottom: 15px;
}

.content-section p:last-child { /* custom */
    margin-bottom: 0;
}

.content-section.content-section--conclusion { /* custom */
    padding: 15px !important;
    background: #f7fbfd;
}

.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: 700;
    border-radius: 4px;
    line-height: 1.5;
}

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

.review-main-headline-box .h1-headline {
    color: #fff;
    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: #4bcefa;
    display: inline-block;
    color: #fff;
    padding: 4px 8px;
    line-height: 1.2;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.2rem;
    margin: .5rem 0;
    border-radius: 5px; /* custom */
}

@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: #fff;
    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: 1em;
    }
}

.review-meta-data {
    background: #052948;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #a4adb9;
    border-radius: 4px;
}

@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: 700;
        padding: 0 3px;
        border-bottom: 2px solid #4bcefa;
        margin-bottom: 6px;
        color: #fff;
    }
}

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

[class^='label-color--'], [class*=' label-color--'] {
    background: #00b9ee;
    color: #fff;
}

.label-color--sport, .label-color--vpn, .label-color--dating {
    background-color: #00b9ee;
}

.label-color--casino {
    background-color: #ad4ec1;
}

.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 {
    padding-top: 82px;
}

body.has-submenu-row {
    padding-top: 122px;
}

@media (min-width: 768px) {
    body {
        padding-top: 112px;
    }

    body.has-submenu-row {
        padding-top: 152px;
    }
}

body.header--with-ticker {
    padding-top: 120px;
}

body.header--with-ticker.has-submenu-row {
    padding-top: 160px;
}

@media (min-width: 768px) {
    body.header--with-ticker {
        padding-top: 150px;
    }

    body.header--with-ticker.has-submenu-row {
        padding-top: 190px;
    }
}

@media (min-width: 783px) {
    body.admin-bar .site-header {
        top: 32px;
    }
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
}

body:not(.home):not(.page-template-template-full-width-head-section):not(.reviews-template-default) .site-header {
    /* custom */
    border-bottom: 1px solid #4bcefa;
}

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

.site-header.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: 46px;
}

@media (min-width: 783px) {
    .admin-bar .site-header {
        top: 32px;
    }
}

.site-header.sticky-shadow {
    /* box-shadow: 0 -10px 10px 10px rgba(19, 28, 70,.75); */
    border-bottom: 1px solid #4bcefa;
}

/* @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, .header-toggle-btn {
    height: 38px;
    color: #052948;
}

.site-header__icon-row {
    /* custom */
    background: #fff;
}

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

.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;
    background: url("../images/arrow-down-angular-darkblue.svg") center right no-repeat;
    background-size: 10px auto;
    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;
    background-image: url("../images/arrow-down-angular-cyan.svg");
}

.header-toggle-btn.--active {
    color: #4bcefa;
}

@media (min-width: 768px) {
    .site-header__icon-row, .header-toggle-icon, .header-toggle-btn {
        height: 52px !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;
}

.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 #4bcefa;
    left: 50%;
    margin-left: -6px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

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

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

.header-toggle-icon.header-toggle-icon--about-us {
    background-size: 18px 18px; /* 20 before */
    background-image: url("../images/header-icon-info-lightgray-v2b.svg");
}

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

.--active .header-toggle-icon.header-toggle-icon--about-us {
    /* background-image: url("../images/icon-user-red.svg"); also change value below */
    background-image: url("../images/header-icon-info-blue-v2.svg");
}

.single-post-meta-data__mobile-toggle-btn.--active {
    background: #4bcefa;
}

@media (min-width: 768px) {
    /* new rule for hover effect */
    .single-post-meta-data__mobile-toggle-btn:hover {
        background: #4bcefa;
    }
}

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

.header-toggle-label {
    color: #a4aab2;
}

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

.header-toggle-textbox {
    top: 37px;
    background: #fff;
    border-top: 4px solid #4bcefa;
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    z-index: 100000;
    color: #222;
    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: 51px;
    }
}

.admin-bar .header-toggle-textbox {
    top: 83px;
}

@media (min-width: 768px) {
    .admin-bar .header-toggle-textbox {
        top: 97px;
    }
}

@media (min-width: 783px) {
    .admin-bar .header-toggle-textbox {
        top: 83px;
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .admin-bar .header-toggle-textbox {
        top: 51px;
    }

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

    .header-toggle-textbox.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: #222;
		opacity: 1;
		pointer-events: all;
	}
}
.header-toggle-textbox__number {
	font-weight: 500;
}
.header-toggle-textbox__country-codes {
	margin-left: 10px;
}
.header-toggle-textbox__country-code {
	padding: 1px 8px;
	border-left: 1px solid #a4aab2;
	line-height: 1;
	color: #a4aab2;
} */
.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 {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #222;
    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: #4bcefa;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.header-commercial-content-hint {
    font-size: 1rem;
    color: #a4aab2;
}

/* extended disclosure text */
@media (max-width: 575px) {
    .site-header__icon-row__icons-limited {
        max-width: calc(100% - 155px * 1);
        padding-right: 5px;
    }
}

@media (max-width: 575px) {
    .header-commercial-content-hint--toggleable {
        margin-left: -15px;
    }
}

.header-commercial-disclosure__toggle {
    color: #a4aab2;
    position: relative;
    border: 1px solid;
    padding: 5px;
    border-radius: 4px;
    height: 22px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.header-commercial-disclosure__toggle.--active {
    color: #052948;
    transition: all .25s ease-in-out;
}

@media (min-width: 768px) {
    .header-commercial-disclosure__toggle {
        font-size: 1.1rem;
        height: 28px;
        padding: 5px 8px;
    }
}

@media (min-width: 992px) {
    .header-commercial-disclosure__toggle:hover {
        color: #052948;
        transition: all .25s ease-in-out;
    }
}

.header-commercial-disclosure__content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: #052948;
    width: 300px;
    right: 0;
    top: 29px;
    z-index: 10;
    padding: 15px;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    cursor: default;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.header-commercial-disclosure__content p:last-child {
    margin-bottom: 0;
}

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

.header-commercial-disclosure__content:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #052948 transparent;
    position: absolute;
    right: 15px;
    top: -5px;
}

@media (min-width: 768px) {
    .header-commercial-disclosure__content:before {
        border-width: 0 9px 10px 9px;
        top: -10px;
    }

    .header-commercial-disclosure__content {
        top: 39px;
    }
}

/* extended disclosure text */
.site-header__site-logo {
    height: 44px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 40%;
}

@media (min-width: 768px) {
    .site-header__site-logo {
        height: 60px;
        flex: 0 0 20%;
    }
}

.site-header__site-logo__img {
    max-height: 36px;
    max-width: 120px;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.site-header__top-row {
    background: #eaf5fb;
    width: 100%;
    position: relative;
}

.site-header__known-from--show-mobile {
    background: #fff;
    height: 40px;
    margin: 0 -15px;
    max-width: calc(100% + 30px * 1);
    display: flex;
    border-bottom: 1px solid #4bcefa;
    align-items: center;
    justify-content: left;
}

.header-col-label {
    color: #a4aab2;
    font-size: 1rem;
    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 3px;
}

@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: #052948;
    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: #4bcefa;
    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: 20px;
    background: url("../images/menu-icon.svg") center no-repeat;
    background-size: 20px auto;
    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: 160px;
        max-height: 50px;
    }
}

@media (min-width: 992px) {
    .site-header__menu-row {
        overflow: hidden;
    }

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

    .site-header__header-flex {
        height: 60px;
        position: relative;
    }

    .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: #a4adb9;
        font-size: 1.3rem;
    }

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

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

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

.site-menu {
    background: #052948;
    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 #4bcefa;
    opacity: 0;
    left: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    top: 44px;
}

@media (min-width: 768px) {
    .site-menu {
        top: 60px;
    }
}

.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 - 82px);
}

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

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

.header--with-ticker .site-menu--active {
    max-height: calc(100vh - 120px);
}

@media (min-width: 768px) {
    .header--with-ticker .site-menu--active {
        max-height: calc(100vh - 150px);
    }
}

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

.site-menu__link {
    color: #fff;
    text-decoration: none;
    padding: 13px 0;
    display: block;
    outline: none;
}

.site-menu__link--level-0 {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.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: #fff;
    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__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;
    background: url("../../master-theme/images/arrow-more-white.svg") no-repeat;
    background-size: 5px auto;
    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: #fff;
    margin: 0 -15px;
    list-style: none;
    padding: 0 15px;
    display: none;
    color: #222; /* custom */
}

.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: #222;
    background-image: url("../../master-theme/images/arrow-more-darkgray.svg"); /* splitted for css optimization */
    background-position: left 50%;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

.site-menu-toplist__li--custom { /* new */
    background-image: url("../../master-theme/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,
.site-menu__sub-menu-parent--level-2:hover > .site-menu__sub-menu__link--level-1,
.site-menu-toplist__li--custom:hover { /* new */
    background-position: 5px 50%;
}

.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-toplist__li--col-1:not(:last-child), .site-menu-toplist__li.site-menu-toplist__li--col-2:not(.last-row) {
    border-bottom: 1px solid #e2e6e9;
}

.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;
}

.site-menu-toplist__li {
    padding: 7px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.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;
}

.site-menu-toplist__li:hover .site-menu-toplist__rank, .site-menu-toplist__li.current-menu-item .site-menu-toplist__rank {
    color: #4bcefa;
}

.site-menu-toplist__title {
    padding: 13px 0 5px;
    font-weight: 700;
    position: relative;
    user-select: none;
    color: #222;
}

.site-menu-toplist__title:before {
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    width: 30px;
    background: #4bcefa;
    bottom: 2px;
}

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

.site-menu-toplist__logo__img {
    height: 22px;
    width: 30px;
    display: flex;
    margin: auto;
    opacity: 0;
}

.site-menu-toplist__logo__img.--loaded {
    opacity: 1;
    transition: opacity .1s ease-in-out;
}

@media (min-width: 992px) {
    .site-menu-toplist__logo__img {
        max-height: 30px;
        width: 41px;
        height: 30px;
    }
}

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

.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: #4bcefa;
    text-decoration: none;
}

.site-header__menu-row .submenu-topentry {
    font-weight: 700;
}

.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 span.site-menu__sub-menu__link:hover {
    color: inherit; /* maybe initial on some pages */
}

.header-search-form {
    margin: 0 -15px 0 -15px;
    background: #101921;
}

.header-search__input-text {
    background: none;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    border: none;
    color: #a4adb9;
    outline: 0;
    font-size: 1.3rem;
}

.header-search__input-text:focus {
    color: #fff;
}

.header-search__input-button {
    width: 26px;
    height: 42px;
    text-indent: -9999px;
    background: url("../../master-theme/images/search-icon.svg") center no-repeat;
    background-size: 18px 18px;
    border: none;
    outline: 0;
    margin: 0 15px 0 0;
}

@media (min-width: 0px) and (max-width: 991px) {
    /* ---- MENU BEGIN ---- */
    .site-header__menu-row {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .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: #4bcefa;
    }

    .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;
        background: url("../../master-theme/images/arrow-more-white.svg") no-repeat;
        background-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("../../master-theme/images/menu-show-more-icon-plus.svg") !important;
        mask-image: url("../../master-theme/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("../../master-theme/images/menu-show-more-icon-minus.svg") !important;
        mask-image: url("../../master-theme/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: 500;*/
        /*font-weight: 700;*/
        line-height: 1.1;
    }

    .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;
    }

    .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 {
        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: 999;
    }

    .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: #fff;
        text-decoration: none;
        border-radius: 4px;
        text-align: center;
        padding: 5px;
        border: 1px solid #fff;
        transition: all .25s ease-in-out;
        word-break: break-word; /* new */
    }

    .site-menu__mobile-top-menu__link:hover {
        text-decoration: none;
        color: #4bcefa;
        border-color: #4bcefa;
        transition: all .25s ease-in-out;
    }

    /* ---- 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: 60px;
        align-items: center;
        color: #052948;
        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,
    .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: 1.4rem;
    }

    /* .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: #4bcefa;
        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;
        color: #052948;
    }

    .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,
    .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: #4bcefa;
        text-decoration: none;
    }

    .site-menu__sub-menu-toggle__arrow {
        transform: rotate(0deg);
        background: url("../../master-theme/images/dropdown-arrow.svg") center no-repeat;
        background-size: 9px auto;
        height: 9px;
        width: 9px;
        margin-left: 10px;
        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("../../master-theme/images/menu-show-more-icon-plus.svg") !important;
        mask-image: url("../../master-theme/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 #4bcefa;
    }

    .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: #4bcefa;
    }

    .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;
    }

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

    .site-menu-toplist__logo {
        border-radius: 4px;
    }

    .site-menu__sub-menu__link, .site-menu-toplist__link {
        color: #222;
    }

    .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;
    }

    .site-menu .header-search-form {
        background: none;
        margin-right: 0;
        margin-left: 15px;
    }

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

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

    .site-menu .header-search__wrapper {
        background: #fff;
        width: 80%;
        max-width: 650px;
        min-width: 250px;
        box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, .6);
        transform: translateY(150px);
        transition: all .25s ease-in-out;
        opacity: 0;
        border-radius: 40px;
    }

    .site-menu .header-search--lg-active .header-search__wrapper {
        transform: translateY(0px);
        transition: all .25s ease-in-out;
        opacity: 1;
    }

    .site-menu .header-search__input-text {
        font-size: 2.4rem;
        padding: 0 30px;
        line-height: 80px;
        height: 80px;
    }

    .site-menu .header-search__input-button {
        height: 80px;
        width: 80px;
        background-size: 30px 30px;
    }

    .site-menu .header-search--lg-active .header-search__input-button:hover {
        opacity: .5;
    }

    .site-menu .header-search__input-text:focus {
        color: #101921;
    }

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

    .search__close {
        border-radius: 4px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        background: #052948;
        justify-content: center;
        margin-top: 30px;
        padding: 8px;
        line-height: 1;
        cursor: pointer;
        border: 1px solid #fff;
        transform: translateY(150px);
        box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, .6);
    }

    .site-menu .header-search--lg-active .search__close {
        transform: translateY(0px);
    }

    .search__close:hover {
        background: #4bcefa;
    }

    .search-toggle {
        height: 100%;
        width: 30px;
        cursor: pointer;
        margin-right: 0;
        background: url("../../master-theme/images/search-icon.svg") center no-repeat;
        background-size: 20px 20px;
    }

    .search-toggle:hover {
        opacity: .5;
    }

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

    /* -- SITE-MENU-EXTENDED -- */
    .site-menu-extended {
        background: #11212e;
        color: #fff;
        position: absolute;
        top: 60px;
        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 #4bcefa;
        z-index: 10;
        max-height: calc(100vh - 115px * 1);
        overflow: auto;
    }

    .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: #4bcefa;
    }

    .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("../../master-theme/images/arrow-more-white.svg");
        background-size: 8px auto;
        height: 12px;
        width: 8px;
        transform: rotate(90deg);
    }

    .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("../../master-theme/images/menu-show-more-icon-minus.svg") !important;
        mask-image: url("../../master-theme/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: #222;
    }

    .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 {
        background: url("../images/menu-icon-extended-toggle-darkblue.svg") no-repeat center;
        background-size: 26px auto;
        flex: 0 0 40px;
        min-width: 40px;
        height: 30px;
        margin: auto;
        /* margin-left: 15px !important; */
        border-radius: 4px;
        display: flex;
        cursor: pointer;
    }

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

    .site-menu-extended__li-wrapper.--active .site-menu-extended__toggle {
        background-color: #4bcefa;
        opacity: 1;
        background-image: url("../../master-theme/images/menu-icon-extended-toggle-white.svg");
    }

    .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: 4px;
    }

    .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;
    }
}

@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: #fff;
    padding: 0 15px;
    display: flex;
    height: 40px;
    border-top: 1px solid #c3dce9; /* custom */
    border-bottom: 1px solid #052948; /* custom */
}

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

.site-submenu-container:after {
    content: "";
    position: sticky;
    right: -1px;
    top: 0;
    height: 100%;
    width: 30px;
    flex: 0 0 30px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

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

.site-submenu-row .menu-item a {
    text-decoration: none;
    font-size: 1.4rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #052948;
}

.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: #4bcefa;
}

.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: #4bcefa;
    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;
}

@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: 2; /* new */
}

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

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

.single-reviews .site-breadcrumb.site-breadcrumb--review-hero-section-other {
    padding-top: 0;
    margin-top: -5px;
}

.site-breadcrumb--light {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .single-reviews .site-breadcrumb,
    .site-breadcrumb--post,
    .site-breadcrumb--fullwidth-separated,
    .site-breadcrumb--light {
        padding: 10px 0;
    }

    .single-reviews .site-breadcrumb.site-breadcrumb--review-hero-section-other {
        padding-top: 0;
    }
}

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

    .site-breadcrumb--fullwidth-separated {
        margin-bottom: 10px; /* custom */
    }

    /* custom */
    .page-template-template-full-width-head-section .site-breadcrumb.site-breadcrumb--fullwidth-separated,
    .us_states-template-template-full-width-head-section .site-breadcrumb.site-breadcrumb--fullwidth-separated,
    .post-type-archive-betting_guide .site-breadcrumb.site-breadcrumb--fullwidth-separated,
    .post-type-archive-betting_strategies .site-breadcrumb.site-breadcrumb--fullwidth-separated {
        margin-bottom: 0;
    }
}

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

.page-template-template-full-width-head-section .site-breadcrumb--fullwidth-separated:after,
.us_states-template-template-full-width-head-section .site-breadcrumb--fullwidth-separated:after {
    background: #0d3558;
}

@media (min-width: 992px) {
    .page-template-template-full-width-head-section .site-breadcrumb--fullwidth-separated:after,
    .us_states-template-template-full-width-head-section .site-breadcrumb--fullwidth-separated:after {
        background: linear-gradient(to right, rgba(5, 41, 72, 1) 0%, rgba(0, 67, 99, 1) 50%, rgba(5, 41, 72, 1) 100%);
    }
}

.post-type-archive-betting_guide .site-breadcrumb--fullwidth-separated:after, .post-type-archive-betting_strategies .site-breadcrumb--fullwidth-separated:after {
    /* custom */
    background: #052948;
    box-shadow: 0 -1px 0 0 #11416a inset;
}

/* @media (min-width: 992px) {
	.site-breadcrumb.site-breadcrumb--fullwidth-separated:after {
		box-shadow: 0 -1px 0 0 #b2ddeb inset;
	}
} */
.site-breadcrumb.site-breadcrumb--light:after {
    /* background: rgba(0,0,0,.4); */
    z-index: 0 !important;
}

.site-breadcrumb,
.site-breadcrumb a {
    font-size: 1.1rem;
    color: #65c6e7;
    text-decoration: none;
    line-height: 1.35;
}

.page-template-template-full-width-head-section .site-breadcrumb,
.page-template-template-full-width-head-section .site-breadcrumb a,
.review-header-new .site-breadcrumb,
.review-header-new .site-breadcrumb a {
    color: rgba(255, 255, 255, .5);
}

@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.site-breadcrumb--light, .site-breadcrumb.site-breadcrumb--light a {
    color: rgba(255, 255, 255, .65);
}

.site-breadcrumb a:hover, .breadcrumb_last {
    color: #65c6e7;
}

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

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

.review-breadcrumb-row {
    background: #0d3558;
}

@media (min-width: 992px) {
    .review-breadcrumb-row {
        background: linear-gradient(to right, rgba(5, 41, 72, 1) 0%, rgba(0, 67, 99, 1) 50%, rgba(5, 41, 72, 1) 100%);
    }
}

.h1-headline {
    font-size: 2.4rem;
}

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

h2 {
    font-size: 1.8rem;
}

h2#sub-h2-headline-for-some-more-information {
    font-size: 1.6rem;
    margin-top: -.125em;
}

@media (min-width: 768px) {
    h2 {
        /* font-size: 2.2rem; */
        font-size: 2.4rem;
    }

    h2#sub-h2-headline-for-some-more-information {
        /* font-size: 2rem; */
        font-size: 2.2rem;
    }
}

h3 {
    /* font-size: 1.6rem; */
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    h3 {
        font-size: 2rem;
    }
}

h4 {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    h4 {
        font-size: 1.6rem;
    }
}

.intro-h2-headline {
    margin-bottom: 8px;
    margin-top: -.75rem;
    font-size: 1.6rem;
    color: #4bcefa;
}

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

.h1-headline__subheadline--normal-size, .h1-headline__subheadline--slots {
    font-size: 1.5rem;
}

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

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

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

.h2-subheadline {
    font-size: 1.6rem;
    margin-top: -.25rem;
    margin-bottom: 8px;
}

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

.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 #052948;
    color: #052948;
    padding: 10px;
    line-height: 1.25;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 700;
    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: #052948;
    color: #fff;
}

/* custom */
.button.box-bg:hover, .button-sidebar:hover {
    /* custom */
    background-color: #41586c;
}

.button.filled {
    background-color: #a4adb9;
    color: #fff;
}

.button.filled:hover {
    text-decoration: none;
    background-color: #1c275d;
    border-color: #1c275d;
    color: #fff;
}

.button.green {
    color: #48da94;
    border-color: #48da94;
}

.button.green:hover {
    background-color: #61e8a8;
    color: #fff;
}

.button.green.filled, .button.button-arrow--popular-slots {
    background-color: #48da94;
    border-color: #48da94;
    color: #fff;
}

.button.green.filled:hover, .button.button-arrow--popular-slots:hover {
    text-decoration: none;
    background-color: #61e8a8;
    border-color: #61e8a8;
    color: #fff;
}

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

.button.white:hover {
    background-color: #fff;
    color: #1c275d;
    border-color: #fff;
}

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

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

.button.button-arrow {
    background-image: url("../images/arrow-more-darkblue.svg");
    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: url("../../master-theme/images/arrow-more-white.svg");
    background-position: right 9px center;
}

.button.button-green-arrow,
.button.button-arrow--popular-slots {
    background-image: url("../../master-theme/images/arrow-more-white.svg");
}

.button.button-green-arrow:hover,
.button.button-arrow--popular-slots:hover {
    background-image: url("../../master-theme/images/arrow-more-white.svg");
}

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

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

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

.button.button-white-arrow-outline:hover {
    background-image: url("../../master-theme/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: #052948;
    color: #052948;
}

.button.outline-dark:hover,
.button.button-sidebar:hover {
    background-color: #052948;
    color: #fff;
}

.button.outline-green {
    background-color: #fff;
    color: #48da94;
}

.button.outline-green:hover {
    background-color: #48da94;
    color: #fff;
}

a.dont-decorate-link {
    /*color: #131c46;*/
    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) {
    padding: 0;
}

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

.flex-content__main-content.flex-content__main-content--reviews.flex-content__main-content--reviews-other {
    margin-top: 0; /* custom */
}

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

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

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

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

@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;
    }

    .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 { # custom
		margin-top: 30px;
	} */
    .flex-content__main-content:not(.flex-content__main-content--no-style):not(.flex-content--comparison-column-template):not(.flex-content__main-content--slot-single), /* 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: 0 0 15px 15px;
        position: relative;
        border-radius: 0 4px 0 0;
    }

    .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: "";
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width: 100vw;
		background: #fff;
		height: 100%;
		z-index: -1;
	}
	.flex-content__main-content:not(.flex-content__main-content--transparent):after {
		box-shadow: 0 -1px 0 0 #41586c, 1px 0 0 0 #41586c;
		border-radius: 0 4px 0 0;
	}
	.flex-content__main-content.flex-content__main-content--no-margin:after {
		box-shadow: 1px 0 0 0 #41586c;
		border-radius: 0;
	}
*/
    .flex-content__col-sidebar, .flex-content__hero-side {
        flex: 0 0 380px;
        margin-left: 25px;
        min-height: 1%;
        min-width: 380px;
    }
}

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

/*.hero-section--margin-bottom {
	margin-bottom: 15px;
}*/
.cta-element-row {
    margin: 1px auto 40px;
    max-width: 940px;
    padding: 0 8px;
}

.home .cta-element-row {
    margin-bottom: 40px;
}

.cta-element-row__item {
    margin: 0 8px 10px;
    position: relative;
    padding: 15px 5px;
    background: #fff;
    border-radius: 4px;
    border-bottom: 2px solid #4bcefa;
    line-height: 1.25;
    font-weight: 700;
    font-size: 1.6rem;
    flex: 1 1 0;
    width: calc(50% - 16px * 1);
    word-break: break-word;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    text-align: center;
}

/* custom colors gguy */
.cta-element-row__item:nth-child(1) {
    border-color: #4bcefa;
}

.cta-element-row__item:nth-child(2) {
    border-color: #45ec9c;
}

.cta-element-row__item:nth-child(2) .cta-element-row__link:hover {
    color: #45ec9c;
}

.cta-element-row__item:nth-child(3) {
    border-color: #ffdd2b;
}

.cta-element-row__item:nth-child(3) .cta-element-row__link:hover {
    color: #ffdd2b;
}

.cta-element-row__item:nth-child(4) {
    border-color: #fe5e7a;
}

.cta-element-row__item:nth-child(4) .cta-element-row__link:hover {
    color: #fe5e7a;
}

.cta-element-row__item:hover {
    box-shadow: 0 0 20px 0 rgba(23, 141, 193, .6);
    transform: translateY(0);
}

.cta-element-row__link {
    color: #101921;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .cta-element-row__link {
        font-size: 1.5rem;
    }
}

.cta-element-row__link:hover {
    color: #4bcefa;
}

.cta-element-row__link:after, .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%;
}

.cta-element-row__description {
    /* custom */
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .cta-element-row__description {
        /* custom */
        font-size: 1.3rem;
    }
}

.cta-element-row__icon-wrapper {
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.cta-element-row__icon {
    width: 30px;
    height: auto;
    max-height: 30px;
    margin: auto;
}

@media (min-width: 768px) {
    .cta-element-row__item {
        margin-bottom: 0;
        width: 0;
        border-bottom-width: 3px;
    }

    .cta-element-row__item:hover {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {
    .cta-element-row__item {
        font-size: 1.8rem;
    }
}

/*.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-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: #052948;
    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: url("../images/star-golden.svg") left 3px no-repeat;
    background-size: 13px 13px;
    color: #052948;
}

/* .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: 4px;
}

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

.fullwidth-section-widget__right-section {
    background: #f7fbfd;
    padding: 5px 0 5px 15px;
    border-radius: 4px;
}

.fullwidth-section-widget:first-child .fullwidth-section-widget__entry:nth-child(1n) .fullwidth-section-widget__right-section {
    /* custom */
    box-shadow: 0 -3px 0 0 #4bcefa inset;
}

.fullwidth-section-widget__provider-name {
    font-weight: 700;
}

.fullwidth-section-widget__right-section__link {
    text-decoration: none;
    color: #052948;
}

.fullwidth-section-widget__right-section__link:hover {
    text-decoration: none;
    color: #4bcefa;
}

.fullwidth-section-widget__rating {
    border-left: 1px solid #e7e7e7;
    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__icon {
    align-self: center;
    max-width: 35px;
    max-height: 100%;
}

/* .fullwidth-section-widget__right-section--highlight { // custom hidden
	box-shadow: 0 -2px 0 0 #4bcefa inset;
} */
.fullwidth-section__headline-wrapper {
    position: relative;
    padding: 0;
    justify-content: center;
}

.fullwidth-background {
    position: relative;
    width: 100%;
}

.fullwidth-section__headline-wrapper:after,
.fullwidth-blocker: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: 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: #fff;
}

.home .single-post-meta-data {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e2e6e9;
}

/* .fullwidth-section__headline-wrapper--dark,
.fullwidth-section__headline-wrapper--dark:after {
	color: #fff;
	background: #12212e;
} */
.fullwidth-section__headline-wrapper.fullwidth-section__headline-wrapper--light {
    /* custom */
    padding: 17px 0;
}

.fullwidth-section__headline-wrapper.fullwidth-section__headline-wrapper--light, .fullwidth-section__headline-wrapper.fullwidth-section__headline-wrapper--light:after {
    color: #fff;
    background: #052948;
}

.fullwidth-section__headline-wrapper.fullwidth-section__headline-wrapper--light:after {
    border-bottom: none;
}

.fullwidth-section__headline {
    position: relative;
    padding: 0;
    font-size: 2.2rem;
    z-index: 0;
    display: inline-flex;
    margin-bottom: 2px;
    word-break: break-word;
}

/* .fullwidth-section__headline:before {
	position: absolute;
	left: 0;
	content: "";
	height: 1px;
	width: 75px;
	background: #4bcefa;
	bottom: -2px;
}
.fullwidth-section__headline-color--casino:before {
	background: #4bcefa;
}
.fullwidth-section__headline-color--poker:before {
	background: #005578;
}
.fullwidth-section__headline-color--sport:before {
	background: #00b9ee;
}
.fullwidth-section__headline-color--lotto:before {
	background: #5ed391;
} */
.fullwidth-section__headline__button-link, .headline-box__btn, .shortcode-slider-tabs__btn {
    /* custom */
    text-decoration: none;
    border: 1px solid #4bcefa;
    color: #4bcefa;
    border-radius: 20px;
    padding: 12px 30px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}

.shortcode-slider-tabs__btn {
    /* custom */
    width: auto;
    background-image: none !important;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 15px 5px 0;
    min-width: 120px;
    border-radius: 4px;
}

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

.fullwidth-section__headline__button-link.fullwidth-section__headline__button-link--light, .headline-box__btn {
    color: #fff;
}

.fullwidth-section__headline__button-link.fullwidth-section__headline__button-link--light:hover, .headline-box__btn:hover {
    color: #fff;
}

/* custom */
/* custom */
/* custom */
/* .fullwidth-section__headline__button-link--dark {
	color: #fff;
	border-color: #a4adb9;
	background-image: url("../../master-theme/images/arrow-more-white.svg");
} */
/* .fullwidth-section__headline__button-link--dark:hover, */
.headline-box__btn:hover, .fullwidth-section__headline__button-link:hover, .shortcode-slider-tabs__btn:hover, .shortcode-slider-tabs__btn.--active {
    /* custom */
    color: #fff;
    background-color: #4bcefa;
    opacity: 1;
}

.fullwidth-section__content {
    padding: 20px 0 30px;
    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: #052948;
}

/* .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:nth-child(3n + 1) .fullwidth-section__content--dark:after {
    /* custom */
    position: absolute;
    height: 100%;
    background: #4bcefa;
    background: linear-gradient(to bottom, #eaf5fb 0%, #21a6e0 50%, #eaf5fb 100%);
    content: "";
    z-index: -1;
    top: 0;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

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

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

@media (min-width: 768px) {
    /*.fullwidth-section__headline-wrapper {
		padding: 17px 0;
	}*/
    .fullwidth-section__headline {
        /* font-size: 2.4rem; */
        font-size: 2.6rem;
    }

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

    .fullwidth-section__content {
        /* custom */
        padding-bottom: 40px;
    }
}

.fullwidth-blocker {
    position: relative;
    background: #052948;
    color: rgba(255, 255, 255, .5);
}

.fullwidth-blocker:after {
    background: #052948;
}

.fullwidth-blocker__image__img {
    /* custom */
    max-height: 250px;
}

.fullwidth-blocker__title {
    /* custom */
    color: #fff;
}

.fullwidth-blocker__entry {
    padding: 15px;
    border-color: #394e63;
    border-style: solid;
    border-width: 0;
}

/*.fullwidth-blocker__image {
	padding-top: 40px;
}*/
.fullwidth-blocker__content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.fullwidth-blocker__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.fullwidth-blocker__icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.fullwidth-blocker__icon--first {
    background-image: url("../../master-theme/images/bookmaker-comparison.svg");
}

.fullwidth-blocker__icon--second {
    background-image: url("../../master-theme/images/casino-comparison.svg");
}

.fullwidth-blocker__icon--third {
    background-image: url("../../master-theme/images/user-reviews.svg");
}

.fullwidth-blocker__icon--fourth {
    background-image: url("../../master-theme/images/bonus-total.svg");
}

.fullwidth-blocker__counter {
    font-size: 2.4rem;
    color: #4bcefa;
    font-weight: 700;
    margin: 10px auto 5px;
}

.fullwidth-blocker__label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .5);
}

@media (min-width: 0px) and (max-width: 767px) {
    .fullwidth-blocker__main-row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fullwidth-blocker__entry:nth-child(1) {
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    .fullwidth-blocker__entry:nth-child(2) {
        border-bottom-width: 1px;
    }

    .fullwidth-blocker__entry:nth-child(3) {
        border-right-width: 1px;
    }
}

@media (min-width: 768px) {
    .fullwidth-blocker__entry:not(:last-child) {
        border-right-width: 1px;
    }
}

/* @media (min-width: 1200px) {
	.fullwidth-section__headline-wrapper:after,
	.fullwidth-section__content--dark:after,
	.fullwidth-blocker:after {
		left: calc(-50vw + 585px * 1);
		width: calc(100vw + 15px * 1);
	}
} */
.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: #052948;
    border-radius: 50%;
    position: relative;
    top: -.125rem;
    flex: 0 0 5px;
    vertical-align: middle;
}

.review-header-info-new--header-layout .review-header-info-new-box__highlights__li:before { /* custom */
    background: #fff;
}

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

.rating-stars-box {
    width: 50px;
    height: 10px;
    background-image: url("../../master-theme/images/rating-star-gray.svg");
    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: url("../../master-theme/images/rating-star-golden.svg");
    background-repeat: repeat-x;
    background-size: 10px auto;
    background-color: #fff;
}

/* .rating-stars-box__active-stars--comparison-row__rating__stars, */
.rating-stars-box__active-stars.rating-stars-box__active-stars--normal-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--provider-test-result-widget__single-rating, .fullwidth-section-widget__rating .rating-stars-box__active-stars,
.rating-stars-box__active-stars.rating-stars-box__active-stars--bottom-more-providers-small-cols__entry {
    /* custom */
    background-color: #f7fbfd;
}

.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: 10px;
    background-size: 10px 10px;
}

/*
.rating-stars-box__active-stars--top3-row__element_rating-stars */
.rating-stars-box__active-stars.rating-stars-box__active-stars--gray {
    background-color: #f4f4f4;
}

.rating-stars-box__active-stars.rating-stars-box__active-stars--lightgray,
.rating-stars-box__active-stars.rating-stars-box__active-stars--provider-bonus-offer-cards-carousel__item,
.bonus-offer-item.bonus-offer-item--single .rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg {
    background-color: #f6f8f9;
}

/* custom */
.rating-stars-box__active-stars.rating-stars-box__active-stars--award-cards-carousel__rating, .bonus-offer-item--carousel .rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg, .bonus-offer-item .rating-stars-box__active-stars.rating-stars-box__active-stars--normal-bg,
.rating-stars-box__active-stars.rating-stars-box__active-stars--review-header-info-box,
.rating-stars-box__active-stars--normal.campaign__entry-rating-stars {
    background-color: #fff;
}

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

.legal-text, .legal-text .pointer, .legal-text .c-pointer {
    color: #a4adb9;
}

.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: 700;
}

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

.bonus-box-colored {
    /*padding: 7px;*/
    border: 1px solid #4bcefa;
    border-radius: 4px;
    height: 100%;
    width: 100%;
}

.bonus-box-colored__inner {
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    min-height: 64px;
    color: #052948;
}

.comparison-row__bonus-new .bonus-box-colored__inner {
    /* new */
    min-height: 56px;
    padding: 2px; /* custom ? */
}

.bonus-box-colored__font-big {
    font-size: 2.4rem;
    font-weight: 900;
}

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

.bonus-box__value--normal {
    font-size: 2rem;
    font-weight: 700;
}

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

.bonus-box__value--normal-bigger {
    font-size: 2.4rem;
    font-weight: 700;
}

.bonus-box__value--normal-small {
    font-weight: 700;
    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: 700;
}

.bonus-box-colored__font-middle {
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-word;
}

.bonus-box-colored__font-smallest {
    font-size: 1rem;
    font-weight: 600;
}

.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;
    color: #101921;
}

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

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

.bonus-overlay-window__close {
    align-self: flex-end;
    background: #052948;
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 700;
}

.bonus-overlay-window__close:hover {
    color: rgba(255, 255, 255, .5);
}

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

.bonus-overlay-window__bonus {
    font-size: 2.4rem;
    font-weight: 700;
}

.bonus-overlay-window__title {
    font-size: 2rem;
    margin: 5px 0 10px;
    color: #101921;
}

.bonus-overlay-window__codebox {
    font-size: 2.4rem;
    color: #101921;
    border: 2px dashed #101921;
    padding: 12px;
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    font-weight: 700;
    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: 700;
}

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

.reality-test-container__inner-wrapper {
    border: 1px solid #41586c;
}

.reality-test-container__header {
    border-bottom: 1px solid #41586c;
    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: #a4adb9;
    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: 700;
}

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

.reality-test-container__conclusion {
    background: #052948;
    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: #2e1348;
}

.template-image-header--bonus {
    background-image: url("../../master-theme/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: #4bcefa;
    background-image: url("../../master-theme/images/header/slots-lp-header-background-768.jpg");
    padding-top: 30px !important;
}

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

@media (min-width: 768px) {
    .single-slots .template-image-header--slots {
        padding-bottom: 205px;
        margin-bottom: -205px;
    }
}

.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("../../master-theme/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("../../master-theme/images/header/slots-lp-header-background.jpg");
    }

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

.review-hero-section {
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

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

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

.toc-section {
    background: #f7fbfd;
    margin-bottom: 15px;
    border-left-width: 0px;
    border-right-width: 0px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 4px;
    border-bottom: 1px solid transparent;
}

.toc-section__headline {
    padding: 15px 45px 15px 15px;
    font-weight: 700;
    cursor: pointer;
    background: url("../images/filter-menu-darkblue.svg") right 15px center no-repeat;
    background-size: 24px auto;
    border-bottom: 1px solid transparent;
    color: #052948;
}

.toc-section__headline:not(.--closed) {
    border-bottom-color: #e2e6e9;
}

.toc-section__headline:hover {
    color: #4bcefa;
}

.toc-section__content {
    padding: 15px;
}

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

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

.toc-section__ul__li_link:hover {
    color: #4bcefa;
    text-decoration: none;
}

.toc-section__ul__li_link:after {
    content: "";
    width: 0px;
    height: 2px;
    display: block;
    background: #4bcefa;
    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("../../master-theme/images/plus-icon-light-blue.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: #131c46; */
    line-height: 1.2;
    display: flex;
}

.toc-section__ul__li__li__link:hover {
    text-decoration: none;
    color: #052948;
}

.content-section__toggle-element {
    background: #4bcefa url("../../master-theme/images/minus-icon-outline-white.svg") 15px center no-repeat;
    background-size: 21px auto;
    padding: 12px 15px 12px 50px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.content-section__toggle-element--in-content {
    margin: 0 0 30px;
    border-radius: 4px;
}

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

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

.content-section__toggle-element--sport {
    background-color: #00b9ee;
}

.content-section__toggle-element--casino {
    background-color: #4bcefa;
}

.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: 4px;
    overflow: hidden;
    z-index: 0;
    background: #f7fbfd; /* custom */
}

.bottom-more-providers-small-cols__entry__inner:after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f7fbfd;
    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: 4px;
}

.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;
    color: #052948;
}

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

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

.bottom-more-providers-small-list__entry__inner a {
    color: initial;
}

.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: #4bcefa;
}

.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 #052948;
    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;
}

.news-filter-row__entry:hover {
    text-decoration: none;
    color: #052948;
}

.news-filter-row__entry.--active {
    border-color: #052948;
    color: #052948;
}

.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: #ccc;
    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: #fff;
    /* border-radius: 4px; */
    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;
}

/* maybe add again when wanted */
.news-entry-full-width__image:not(.news-entry-full-width__image--no-shadow):hover, .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: #4bcefa !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: 700;
    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: #4bcefa;
    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: #4bcefa;
    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: #4bcefa;
}

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

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

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

.news-col-item-normal__inner {
    background: #fff;
    color: #101921;
    border-radius: 4px;
    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.news-col-item-normal__image--bonus-offer {
    flex: 0 0 90px;
}

.news-col-item-normal__title__link {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    min-height: 30px;
    padding-left: 100px;
    color: #101921;
    text-decoration: none;
}

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

.news-col-item-normal__title__link:hover {
    color: #4bcefa;
    text-decoration: none;
}

.news-entry-cat-badge {
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 1.1rem;
    color: #fff;
    background: #101921;
    letter-spacing: .05em;
}

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

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

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

.news-col-item-normal__inner {
    border-radius: 4px;
    overflow: hidden;
}

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

.news-entry__title {
    text-decoration: none;
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    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: #4bcefa;
    text-decoration: none;
}

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

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

@media (min-width: 992px) {
    .news-grid-cell-right {
        padding-left: 15px;
        border-left: 1px solid;
        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: #ccc;
}

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

.bonus-offer-item {
    background: #fff;
    height: 100%;
    border-radius: 4px;
}

.bonus-offer_head-tags {
    padding: 10px 0 5px;
    border-bottom: 1px solid #e2e6e9;
    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 #41586c;
    line-height: 1;
    align-self: center;
}

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

.bonus-offer_head-date-wrapper {
    color: #a4adb9;
}

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

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

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

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

.head-tags__label.head-tags__label--free_bet {
    background: #868813;
}

.head-tags__label.head-tags__label--free_spins {
    background: #962727;
}

.head-tags__label.head-tags__label--welcome_bonus {
    background: #2669a2;
}

.head-tags__label.head-tags__label--mobile_bonus {
    background: #7b2e8e;
}

.head-tags__label.head-tags__label--reload_bonus {
    background: #a97149;
}

.head-tags__label.head-tags__label--cashback {
    background: #bd2121;
}

.head-tags__label.head-tags__label--risk_free_bet {
    background: #bcbf1f;
}

.head-tags__label.head-tags__label--high_roller {
    background: #651da7;
}

.head-tags__label.head-tags__label--no_deposit {
    background: #2dbbb5;
}

.head-tags__label.head-tags__label--other {
    background: #ce6490;
}

.bonus-offer_operator-name {
    text-transform: uppercase;
    color: #a4adb9;
    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 10px;
    font-size: 1.1rem;
}

.single-post-meta-data--review {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .single-post-meta-data--review {
        padding: 0;
        margin-bottom: 15px;
    }
}

.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 rgba(0, 0, 0, .1);
    }

    .hero-section--template-fullwidth .single-post-meta-data__elem__wrapper:not(.single-post-meta-data__elem__wrapper--last) { /* custom */
        border-color: rgba(255, 255, 255, .15);
    }
}

.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: 700;
}

.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: #052948;
}

.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: #052948;
    -webkit-mask-image: url("../../master-theme/images/header-icon-info-gray.svg");
    mask-image: url("../../master-theme/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: #fff;
    -webkit-mask-size: 10px auto;
    mask-size: 10px auto;
}

.single-post-meta-data__mobile-toggle-btn {
    background: #4bcefa;
    color: #fff;
    border-radius: 10px 4px 4px 10px;
    font-size: .85rem;
    text-transform: uppercase;
    display: flex;
    font-weight: 700;
    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 #4bcefa;
    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: #4bcefa;
    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: #fff;
    font-weight: normal;
    border-radius: 4px;
    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: 700;
    font-size: 1.2rem;
    padding-right: 5px;
    text-decoration: none;
    color: inherit;
}

.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: #f4f4f4;
    border: 1px solid #f4f4f4;
    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: #222;
}

.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;
    color: #222;
}

.hero-section--template-fullwidth .single-post-meta-data__author-social-icon { /* custom */
    color: #fff;
}

.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: 1;
}

.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: 4px;
}

.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: #222;
}

.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: #4bcefa;
    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 rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: relative;
    width: 40px;
    height: 36px;
    align-self: flex-start;
    cursor: pointer;
    transition: all 0.2s ease-out;
    margin-left: auto;
}

.hero-section--template-fullwidth .single-post-meta-data__social-sharing__mobile-toggle { /* custom */
    border-color: rgba(255, 255, 255, .5);
}

.single-post-meta-data__social-sharing__mobile-toggle:hover:not(.--active) {
    border-color: rgba(0, 0, 0, .4);
}

.hero-section--template-fullwidth .single-post-meta-data__social-sharing__mobile-toggle:hover:not(.--active) { /* custom */
    border-color: rgba(255, 255, 255, .7);
}

.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: #222;
    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;
}

.hero-section--template-fullwidth .single-post-meta-data__social-sharing__mobile-toggle[class*=" socialicon-"]:not(.--active):before { /* custom */
    color: #fff;
}

.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;
}

.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: #fff;
    font-size: 1.3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #052948;
    font-weight: 700;
    transition: all .2s ease-out;
    box-shadow: 0 0 0 1px #41586c inset;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover,
.wp-pagenavi span[data-current="1"] {
    box-shadow: 0 0 0 1px #4bcefa inset;
    transition: all .2s ease-out;
}

.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%;
        border-radius: 0;
    }

    .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: -webkit-linear-gradient(left, #052948 0%, #3e8bc7 100%);
    background: linear-gradient(to right, #052948 0%, #3e8bc7 100%);
    padding-top: 0;
}

/* @media (min-width: 768px) { # custom
	.template-image-header--betting-tips {
		background-image: url("../../master-theme/images/header/betting-tips-header-background.jpg");
	}
} */
.full-width-logo-line {
    background: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #4bcefa;
}

@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-darkblue.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-darkblue.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: #eaf5fb;
    text-decoration: none;
    font-size: 1.1rem;
    color: #052948;
}

@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: #4bcefa;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 0 1px #4bcefa inset;
}

/* ---- BETTING TIPS END ---- */

/* ---- RELATED ARTICLES BEGIN ---- */

.related-articles-bottom {
    padding-top: 30px;
    border-top: 1px solid #41586c;
    margin: 30px 0;
}

.related-pages-bottom {
    margin-top: 30px;
}

.related-articles-bottom:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #41586c;
    position: absolute;
    left: 0;
    top: -7px;
    border-radius: 50%;
}

.headline-below-content {
    color: #052948;
    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 #e2e6e9;
    padding: 15px 0;
    background: #fff;
    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: #222;
}

.related-articles-bottom__entry__link:hover,
.related-pages-bottom__entry__link:hover {
    color: #4bcefa;
}

.related-articles-bottom__entry__headline,
.related-pages-bottom__entry__headline {
    font-size: 1.8rem;
    color: #052948;
    margin-bottom: 5px;
    font-weight: 700;
}

.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: 4px;
    border: 1px solid #e1e6e9;
}

.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 #e2e6e9;*/
        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;
        border-radius: 0;
    }

    .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: #fff;
    color: #101921;
}

.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 rgba(255, 255, 255, .25);
    max-width: calc(100% - 30px * 1);
    align-self: center;
}

.site-footer__site-logo {
    max-width: 200px;
    max-height: 50px;
}

.footer__partner-logos__title {
    font-size: 1.4rem;
    color: #000;
}

.footer__partner-logos__inner {
    border-top: 1px solid #000;
    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: #fff;
}

.site-footer__line-third {
    background: #fff;
    color: #000;
    padding-top: 20px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .site-footer__line-third {
        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__img {
    max-height: 36px;
    max-width: 60px;
    width: auto;
    margin: 0 20px 15px 0;
}

@media (min-width: 992px) {
    .footer__legal-logos__img {
        max-width: 150px;
        margin: 0 15px;
    }
}

.footer-col {
    margin-bottom: 20px;
}

.footer-col__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.footer-col .menu-item {
    font-size: 1.4rem;
    margin-bottom: .75rem;
}

.footer-col .menu-item a, .footer-col .menu-item span {
    color: #052948;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer-col .menu-item a:hover, .footer-col .menu-item span:hover {
    opacity: .7;
}

.footer-col .menu-item a:before, .footer-col .menu-item span:before {
    content: "";
    background: url("../images/arrow-more-black.svg") 0px center no-repeat;
    background-size: auto 8px;
    width: 20px;
    min-width: 20px;
    height: calc(1.3rem * 1.65 * 1);
    transition: background .25s ease-in-out;
    align-self: flex-start;
}

.footer-col .menu-item a:hover:before, .footer-col .menu-item span:hover:before {
    background-position: 5px center;
    transition: background .25s ease-in-out;
    opacity: 1;
}

.footer-legal-menu__link {
    font-size: 1.3rem;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.footer-legal-menu__link:hover {
    color: #101921;
    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: #052948;
    padding: 0 20px 0 10px;
    background: url("../../master-theme/images/arrow-language-switcher.svg") calc(100% - 10px * 1) center no-repeat;
    border: 1px solid #052948;
    background-size: 8px auto;
    position: relative;
    transition: all .25s ease-in-out;
    user-select: none;
    line-height: 1;
    border-radius: 4px;
    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: #1a2a36;
    transition: all .25s ease-in-out;
    color: #fff;
}

.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 #052948;
    background: #1a2a36;
    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: 4px;
    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: 700;
    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: url("../images/footer-show-more-plus-purple.svg") center no-repeat;
    background-size: 40px 40px;
    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("../../master-theme/images/arrow-more-white.svg") center no-repeat;
    background-size: 6px auto !important;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity .2s ease-out, background-color .2s ease-out;
    opacity: 0;
    pointer-events: none;
    text-indent: -9999px;
    transform: rotate(-90deg);
}

.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: 4px;
    }

    .toc-section { /* custom */
        margin-left: 0;
        margin-right: 0;
    }
}

@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: #9f2c2c;
    border-radius: var(--border-radius-default);
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75px;
    position: relative;
    z-index: 0;
    color: #fff; /* custom */
}

@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: 700;
    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: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    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: 700;
    padding: 15px;
    line-height: 1.3;
    padding-left: 60px;
    background-image: url("../../master-theme/images/blacklisted-warning-icon.svg");
    background-position: 15px center;
    background-size: 30px auto;
    background-repeat: no-repeat;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .review-blacklisted-message div {
        font-size: 1.8rem;
    }
}

.review-blacklisted-sub-message {
    color: #052948;
    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: #222;
}

.not-available-still-goto-provider-box__link {
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
}

.not-available-still-goto-provider-box__link:hover {
    color: #4bcefa;
}

/*-- 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;
}

.review-hero-not-available .top3-row:not(.owl-loaded) {
    padding-top: 30px;
}

.review-hero-not-available .top3-row .owl-stage-outer { /* to make shadows appear */
    padding: 15px;
    margin: 0 -15px -15px;
}

.review-hero-not-available .top3-row.owl-carousel-inactive {
    display: flex;
    flex-wrap: nowrap !important;
    overflow: hidden;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 39px; /* 29px owl-dots + 10px margin-top */
}

@media (min-width: 992px) {
    .review-hero-not-available .top3-row.owl-carousel-inactive {
        padding-bottom: 0;
    }
}

.review-hero-not-available .top3-row.owl-carousel-inactive .top3-row__element {
    flex-shrink: 0;
    max-width: calc(100vw - 30px * 1);
    margin-bottom: 0 !important;
}

@media (min-width: 700px) {
    .review-hero-not-available .top3-row.owl-carousel-inactive .top3-row__element {
        max-width: calc(50vw - 25px * 1);
    }
}

@media (min-width: 992px) {
    .review-hero-not-available .top3-row.owl-carousel-inactive .top3-row__element {
        max-width: calc(33.33% - 23.5px * 1);
    }

    .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: 0px;
    position: relative;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
}

.why-you-can-trust-us-header-box__headline {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #4bcefa;
    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;
    font-size: 1.6rem;
}

.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(../../master-theme/images/hero-trust-icon-dark.svg) !important;
    mask-image: url(../../master-theme/images/hero-trust-icon-dark.svg) !important;
    -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 #052948 transparent;
    border-style: solid;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transition: all 0.2s ease-out;
    opacity: 0;
    z-index: 2;
    transform: translateX(-4px) !important;
}

.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: #052948;
    opacity: 0;
    pointer-events: none;
    padding: 12px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    width: 400px;
    max-width: calc(100vw - 30px * 1);
    z-index: 2;
    color: #fff;
    font-weight: normal;
    border-radius: 4px;
    font-size: 1.1rem;
    transition: all 0.2s ease-out;
    user-select: none;
    left: 50%;
    transform: translateX(-50%) !important;
}

.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 {
    background: #f6f8f9;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.posts-key-points__label {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    display: inline-flex;
    align-self: flex-start;
    text-transform: uppercase;
    padding: 4px 8px;
    background: #4bcefa;
    border-radius: 4px;
    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: 700;
}

.us-states-archive-entry a {
    display: block;
}

.us-states-archive-entry:before {
    width: 80px;
    font-size: 60px;
    color: #052948;
}

.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: -.75em;
    background: #033857;
    padding: 3px 5px;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    z-index: 1;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    pointer-events: none;
    border-radius: 3px; /* custom */
}

.general-code-field label {
    margin: 0;
    display: block;
}

.general-code-field__input {
    background: #f4f4f4;
    color: #222;
    border: none;
    border-radius: 4px;
    padding: 5px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 1.4rem;
    min-height: 41px;
    transition: color .25s ease-in-out, border .25s ease-in-out, letter-spacing .05s ease-in-out;
}

.review-header-info-new--header-layout .general-code-field__input { /* custom */
    background-color: #fff;
}

.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.4rem;
    letter-spacing: 3px;
    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,
    .general-code-field__input.--is-tracking:not(.--active):not(.--is-exclusive):not(.general-code-field__input--disabled):hover {
        letter-spacing: 6px;
    }
}

.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: #48da94;
}

.general-code-field__input.--active {
    color: #48da94;
    font-weight: 700;
    border: 1px solid #48da94 !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%;
    background-image: url(../../master-theme/images/copy-code-icon-black.svg);
    background-position: center;
    background-size: 14px auto;
    background-repeat: no-repeat;
}

.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: #0e1921;
    color: #fff;
    padding: 4px 8px;
    line-height: 1.2;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 5px;
    letter-spacing: 0;
    pointer-events: none;
}

/* 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 #052948;
}

.--review-header .general-code-field__input:not(.--active),
.--bonus-highlightbox .general-code-field__input:not(.--active),
.--bonus-details-widget .general-code-field__input:not(.--active),
.review-header-info-new--widget-layout .general-code-field__input:not(.--active),
.provider-bonus-details-widget .general-code-field__input:not(.--active),
.--bonus-offer-details .general-code-field__input:not(.--active) {
    border: 1px dashed #052948;
    background-color: #fff;
}

.--award-winner-bonus .general-code-field__input:not(.--active) {
    border: 1px solid #48da94;
    background: none;
    color: #48da94;
}

.--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: #48da94;
}

.--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: #fff;
}

.--sticky-footerbar .general-code-field__copied-notice.--active {
    bottom: -8px;
}

.individual_evidence_box {
    margin-top: 50px;
}

.individual_evidence_box_headline {
    font-size: 2.2rem;
    font-weight: 700;
    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: 700;
    color: #052948; /* custom */
}

/* 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;
}

.review-main-headline-box .h1-headline {
    color: #000;
}

.review-main-headline-box .intro-h2-headline {
    color: #000;
}
