@charset "UTF-8";

/*!
Theme Name: alp24
Theme URI: achtsekunden
Author: nh
Author URI: achtsekunden
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alp24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
	color: 000000;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.post,
.page {
	margin: 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* ##################### cb24 Styles ############################################## */


/* FONTS */


/* archivo-narrow-regular - latin */

@font-face {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/googlefonts/archivo-narrow-v8-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("Archivo Narrow Regular"), local("ArchivoNarrow-Regular"), url("fonts/googlefonts/archivo-narrow-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/googlefonts/archivo-narrow-v8-latin-regular.woff2") format("woff2"), url("fonts/googlefonts/archivo-narrow-v8-latin-regular.woff") format("woff"), url("fonts/googlefonts/archivo-narrow-v8-latin-regular.ttf") format("truetype"), url("fonts/googlefonts/archivo-narrow-v8-latin-regular.svg#ArchivoNarrow") format("svg");
    font-display: swap;
	/* Legacy iOS */
}


/* archivo-narrow-700 - latin */

@font-face {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/googlefonts/archivo-narrow-v8-latin-700.eot");
	/* IE9 Compat Modes */
	src: local("Archivo Narrow Bold"), local("ArchivoNarrow-Bold"), url("fonts/googlefonts/archivo-narrow-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/googlefonts/archivo-narrow-v8-latin-700.woff2") format("woff2"), url("fonts/googlefonts/archivo-narrow-v8-latin-700.woff") format("woff"), url("fonts/googlefonts/archivo-narrow-v8-latin-700.ttf") format("truetype"), url("fonts/googlefonts/archivo-narrow-v8-latin-700.svg#ArchivoNarrow") format("svg");
    font-display: swap;
	/* Legacy iOS */
}


/* barlow-regular - latin */

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/googlefonts/barlow-v3-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("Barlow Regular"), local("Barlow-Regular"), url("fonts/googlefonts/barlow-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/googlefonts/barlow-v3-latin-regular.woff2") format("woff2"), url("fonts/googlefonts/barlow-v3-latin-regular.woff") format("woff"), url("fonts/googlefonts/barlow-v3-latin-regular.ttf") format("truetype"), url("fonts/googlefonts/barlow-v3-latin-regular.svg#Barlow") format("svg");
    font-display: swap;
	/* Legacy iOS */
}


/* barlow-700 - latin */

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/googlefonts/barlow-v3-latin-700.eot");
	/* IE9 Compat Modes */
	src: local("Barlow Bold"), local("Barlow-Bold"), url("fonts/googlefonts/barlow-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/googlefonts/barlow-v3-latin-700.woff2") format("woff2"), url("fonts/googlefonts/barlow-v3-latin-700.woff") format("woff"), url("fonts/googlefonts/barlow-v3-latin-700.ttf") format("truetype"), url("fonts/googlefonts/barlow-v3-latin-700.svg#Barlow") format("svg");
    font-display: swap;
	/* Legacy iOS */
}


/* / FONTS */


/* Basestyle */

body {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: black;
}

h1 {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 120%;
	margin-bottom: 10px;
	color: #424240;
}

h2 {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	color: #424240;
}

h3 {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #424240;
}

a {
	transition: .4s all ease;
}

ol {
	list-style: none;
	counter-reset: li;
}

ol li::before {
	content: counter(li);
	color: white;
	background-color: #cdcdcd;
	display: inline-block;
	width: 1.5em;
	text-align: center;
	margin-left: -2em;
	font-size: 20px;
	margin-right: 10px;
}

ol li {
	counter-increment: li;
	padding-bottom: 10px;
	margin-left: 20px;
}

.clear {
	clear: both;
}


/* / Basestyle */


/* SECTIONS */

.cnt_pagewidth {
	max-width: 1200px;
	margin: 0 auto;
}

.site-header {
	text-align: center;
	background-color: #f4f0e7;
}

.site-branding {
	margin-bottom: 0px;
	width: 20%;
	text-align: left;
}

.site-branding img {
	width: 100%;
}

.headerinner_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
}

.site-content {
	margin-top: 30px;
	padding: 0px 10px;
}

.with_sidebar {
	max-width: 70%;
	float: left;
}

#secondary {
	width: 30%;
	float: right;
}

.newsbar {
	background-color: #63deff;
	height: 30px;
	width: 100%;
}

.with_sidebar {
	padding-right: 60px;
}

.entry-content {
	margin-top: 10px;
}

.oc_front_header {
	background-color: #1b1b4d;
	background-image: url(../alp24/images/casinobonus24-home2.jpg);
	background-repeat: no-repeat;
	background-size: 2100px;
	padding-bottom: 20px;
}

.home .site-content:first-of-type {
	margin-top: 0px;
}

.oc_front_header_wrapper {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
}

.fh_title {
	width: 45%;
	padding-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fh_title h1 {
	color: white;
	font-size: 30px;
}

.fh_title h2 {
	color: white;
	font-weight: 400;
	font-size: 16px;
}

.fh_count {
	width: 55%;
}

.fh_count .bnews_count .bnc_item .bnc_right {
	font-size: 15px;
}

.fh_count .fh_count_ln1_item {
	text-align: center;
}

.fh_count .fh_count_ln1_item img {
	width: 65%;
}

.fh_count .fh_count_ln1 {
	display: flex;
}

.fh_count .fhcount_item1 {
	width: 33%;
	padding-top: 20px;
}

.fh_count .fhcount_item2 {
	width: 35%;
	padding-top: 10px;
}

.fh_count .fhcount_item3 {
	width: 31%;
	padding: 10px;
}

.oc_cas_carousel {
	position: relative;
}

.oc_cas_carousel .carousel_wrap {
	width: 90%;
	margin: 0 auto;
}

.oc_cas_carousel .oc24_latestnews {
	display: flex;
}

.oc_cas_carousel .oc24_latestnews .oc24_ln_item {
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: white;
	transition: .4s all ease;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 4px solid #ff285b;
	margin-left: 5px;
	margin-right: 5px;
	width: 33.3%;
}

.oc_cas_carousel .oc24_latestnews .oc24_ln_left {
	width: 30%;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 4px;
}

.oc_cas_carousel .oc24_latestnews .oc24_ln_right {
	width: 70%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.oc_cas_carousel .oc24_latestnews .oc24_ln_ln1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e4e4e2;
	padding-bottom: 4px;
	font-size: 17px;
	line-height: 1.2;
	padding-top: 5px;
	font-family: 'Archivo Narrow';
	font-weight: 700;
}

.oc_cas_carousel .oc24_latestnews .oc24_ln_ln1 a {
	color: #424240;
	text-decoration: none;
}

.oc_cas_carousel .oc24_latestnews .oc24_ln_ln2 {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
}

.oc_slider {
	height: 135px !important;
}

.oc_slider .lSSlideOuter {
	overflow: visible;
}

.oc_slider .lSAction>.lSPrev {
	left: -32px;
	top: 50px;
}

.oc_slider .lSAction>.lSNext {
	right: -32px;
	top: 50px;
}

.content_break_wrap .htb_item_wrap {
	margin-top: 0px !important;
}

.content_break_wrap .htb_item {
	margin-top: 3px !important;
}

.outer_topboxes {
	background-color: #f0f6f6;
	padding-top: 60px;
	padding-bottom: 40px;
}

.contentbreak_padding {
	padding: 20px;	
}


/* /SECTIONS */


/* MENU */

.main-navigation {
	width: 70%;
	text-align: center;
	display: inline-block;
	padding-top: 8px;
}

.oc_dropdownmenu {
	width: 10%;
	padding-top: 7px;
}

.oc_dropdownmenu img {
	width: 40%;
}

#primary-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}

#primary-menu li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}

#primary-menu a {
	color: #8e8e8e;
	text-transform: uppercase;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.3;
	border-bottom: 1px solid #f4f0e7;
}

#primary-menu a:hover {
	color: #ff285b;
	border-bottom: 1px solid;
}

#primary-menu .current_page_item a {
	color: #ff285b;
	border-bottom: 1px solid;
}

#primary-menu li:before {
	content: "\25C6";
	position: absolute;
	margin-right: 8px;
	left: -25px;
	top: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
}

#primary-menu li:first-child:before,
.children li:before {
	content: "";
	display: none;
}

.main_mobmenu {
	display: none;
	width: 100%;
	text-align: center;
	background-color: #424240;
	padding: 5px;
}

.main_mobmenu .mm_icon {
	display: block;
	width: 100%;
}

.main_mobmenu .mm_icon img {
	height: 25px;
}

.main_mobmenu ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main_mobmenu ul li {
	margin: 5px;
	line-height: 1;
}

.main_mobmenu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: white;
	font-weight: 700;
}

.sub-menu li{
	background:white;
	list-style:none;
	padding:5px 10px;
	text-align:left;
	margin-left:0px !important;
		margin-right:0px !important;
}
.sub-menu li::before{
	display:none;
}
.sub-menu{
	background:white;
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
}
.sub-menu li a{
	font-size:14px !important;
}
@media(max-width:600px){
	.oc_dropdownmenu{
		padding-top:10px;
	}
}


/* /MENU */


/* SIDEBAR */

.widget-area ul {
	margin-left: 11px;
	padding-left: 5px;
}


/* /SIDEBAR */


/* FOOTER */

.site-footer {
	background: #f4f0e7;
}


/* /FOOTER */


/* CONTENT */

.content-area ul,
.content-area ol {
	margin-left: 20px;
	padding-left: 0px;
}


/* / CONTENT */


/* FUNCTIONS */

.htb_wrapper {
	display: flex;
	/*justify-content: center;  */
}

.htb_item_wrap {
	width: 31.33%;
}

.item_bez_wrap {
	/*margin-left:40px;
  margin-right:40px;*/
}

.htb_item {
	background-color: #e4e4e2;
	border-top: 4px solid #f9b12d;
	padding-bottom: 1px;
	padding-top: 2px;
}

.htb_item span.htb_head {
	color: white;
	background-color: #424240;
	text-align: center;
	width: 70%;
	padding: 3px 5px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Archivo Narrow';
	font-weight: 400;
}

.htb_contentwrap {
	width: 100%;
	display: flex;
	background-color: white;
	margin: 20px 10px;
	width: 95%;
	border-radius: 4px;
	height: 103px;
	transition: .3s all ease;
	position: relative;
}

.htb_contentwrap:hover {
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
}

.htb_content_logo {
	width: 30%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.htb_content_logo a {
	display: block;
	height: auto;
	width: 100%;
}

.htb_content_logo img {
	padding: 5px;
	width: 90%;
}

.htb_content_cnt {
	width: 70%;
	padding: 10px 8px;
}

.htb_content_cnt_ln1 {
	display: flex;
	border-bottom: 1px solid #e4e4e2;
	padding-bottom: 10px;
}

.htb_content_cnt_ln1_left {
	font-weight: 700;
	text-align: left;
	width: 65%;
}

.htb_content_cnt_ln1_right {
	text-align: center;
	width: 35%;
}

.htb_content_cnt_ln2 {
	font-size: 16px;
	padding-top: 5px;
	line-height: 20px;
}

.htb_content_cnt_ln2 span:after {
	content: ", ";
}

.htb_content_cnt_ln2 span:last-child:after {
	content: "";
}

.htb_goli {
	border: 2px solid #ff285b;
	color: #ff285b;
	text-decoration: none;
	border-radius: 6px;
	padding: 4px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	background-color: white;
}

a.htb_goli:active,
a.htb_goli:focus,
a.htb_goli:visited {
	color: #ff285b;
}

.htb_goli:hover {
	color: white !important;
	text-decoration: none;
	background-color: #ff285b;
}

.htb_morelk {
	width: 60%;
	text-align: center;
	margin: 10px auto;
}

.htb_morelk .htb_goli {
	display: block;
}

.htb_badge {
	position: absolute;
	left: -4px;
	top: -3px;
	width: 60px;
	height: 60px;
}

.htb_badge span {
	background-size: 60px;
}

.htb_badge_inner {
	display: block;
	width: 100%;
	height: 100%;
}

.htb_hot {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABECAYAAAArxNNGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MEQwMjRDQTFCMDMxMUU5OTg2MUIxOTI5MUM3OTRENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MEQwMjRDQjFCMDMxMUU5OTg2MUIxOTI5MUM3OTRENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFOTAzMUZGMUIwMzExRTk5ODYxQjE5MjkxQzc5NEQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNFOTAzMjAwMUIwMzExRTk5ODYxQjE5MjkxQzc5NEQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lmSueAAACk5JREFUeNrsnAlw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");
	background-repeat: no-repeat;
}

.htb_exklusiv {
	background-repeat: no-repeat;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABGCAYAAABmDHJNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRTkwMzFGRDFCMDMxMUU5OTg2MUIxOTI5MUM3OTRENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRTkwMzFGRTFCMDMxMUU5OTg2MUIxOTI5MUM3OTRENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFOTAzMUZCMUIwMzExRTk5ODYxQjE5MjkxQzc5NEQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNFOTAzMUZDMUIwMzExRTk5ODYxQjE5MjkxQzc5NEQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iYs7qgAAD3RJREFUeNrsmwl4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");
}

.htb_neu {
	background-repeat: no-repeat;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABDCAYAAAA2weP+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRTkwMzFGOTFCMDMxMUU5OTg2MUIxOTI5MUM3OTRENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRTkwMzFGQTFCMDMxMUU5OTg2MUIxOTI5MUM3OTRENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFOTAzMUY3MUIwMzExRTk5ODYxQjE5MjkxQzc5NEQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNFOTAzMUY4MUIwMzExRTk5ODYxQjE5MjkxQzc5NEQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fQgpkgAADPBJREFUeNrsnAd0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");
}

.htb_pagination {
	display: none;
	position: static !important;
}

.swiper-pagination-bullet {
	background: #8e8e8e !important;
	width: 12px !important;
	height: 12px !important;
	cursor: pointer !important;
}

.sec_willbo {
	margin-bottom: 50px;
}

.sec_willbo .htb_item_wrap {
	width: 100%;
	margin-top: 30px;
}

.sec_willbo .htb_item {
	width: 100%;
	margin-top: 50px;
	background-color: #63deff;
	border-top: 0px;
}

.item_willkommensbo {
	padding-top: 2px;
}

.item_willkommensbo .htb_head {
	margin-bottom: 10px !important;
}

.item_willkommensbo .htb_contentwrap {
	width: 33%;
}

.willbo_inner_wrap {
	display: flex;
}

.htb_item.item_willkommensbo span.htb_head {
	width: 50%;
}

.item_willkommensbo .htb_content_logo img {
	width: 100%;
}

.cb_t_big_head {
	color: white;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.cb_t_big {
	margin: 20px 0px;
	display: flex;
	width: 100%;
	text-align: center;
}

.cb_t_big .cb_t_big_left {
	background-color: #424240;
	width: 70%;
	position: relative;
	overflow: hidden;
}

.cb_t_big .cb_t_big_left a {
	display: block;
}

.cb_t_big .cb_t_big_left img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.cb_t_big .cb_t_big_left a:hover {
	opacity: 0.92;
}

.cb_t_big .cb_t_content {
	background-color: white;
	padding: 10px;
}

.cb_t_big .cb_t_content .cb_t_content_ln1 {
	font-size: 20px;
	display: block;
	font-family: "Archivo Narrow";
	font-weight: 700;
}

.cb_t_big .cb_t_content .cb_t_content_ln2 {
	font-size: 16px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cb_t_big .cb_t_big_right {
	background-color: #424240;
	width: 30%;
	padding: 5px 10px 10px 10px;
}

.cb_t_big .cb_t_logo a {
	display: block;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cb_t_big .cb_t_logo a:hover {
	opacity: 0.92;
}

.cb_t_big .cb_t_link {
	display: block;
	text-align: center;
}

.cb_t_big .cb_t_link .htb_goli {
	display: block;
}

.three_tea {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.three_tea a {
	text-decoration: none;
	color: #424240;
	display: flex;
	height: 100%;
	width: 100%;
	padding-top: 8px;
	background-color: #e6e6e6;
	border-top: 4px solid #ff285b;
}

.three_tea a:hover {
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
	transform: translate(0, -3px);
}

.three_tea .three_tea_item {
	width: 33%;
}

.three_tea .three_item_middle {
	margin-left: 10px;
	margin-right: 10px;
}

.three_tea .three_tea_left {
	width: 30%;
	text-align: center;
}

.three_tea .three_tea_right {
	width: 70%;
}

.three_tea .three_tea_right .three_tea_ln1 {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Archivo Narrow';
	font-weight: 700;
}

.three_tea .three_tea_right .three_tea_ln2 {
	display: block;
	width: 100%;
	font-size: 15px;
}

.table_fr_ohne .table_fr_ohne_item {
	display: flex;
	background-color: #e4e4e2;
	margin: 15px 0px;
}

.table_fr_ohne .tfo_fr {
	text-align: center;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.table_fr_ohne .tfo_fr::after {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 1px;
	background: white;
	right: 10px;
}

.table_fr_ohne .tfo_logo,
.table_fr_ohne .tfo_fr {
	width: 20%;
}

.table_fr_ohne .tfo_link {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_fr_ohne .tfo_games {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 5px;
}

.table_fr_ohne .tfo_games span:after {
	content: ", ";
}

.table_fr_ohne .tfo_games span:last-child:after {
	content: "";
}

.oc24_bonusnews h2 {
	width: 100%;
}

.oc24_bonusnews h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: 'Archivo Narrow';
	font-weight: 700;
	color: #424240;
}

.oc24_bonusnews .oc24_bn_item_large {
	width: 48%;
	float: left;
	margin-right: 10px;
	height: 384px;
	overflow: hidden;
}

.oc24_bonusnews .oc24_bn_item_large a {
	text-decoration: none;
}

.oc24_bonusnews .oc24_bn_item_large .oc24_bn_logo:hover {
	opacity: 0.92;
}

.oc24_bonusnews .oc24_bn_item_small {
	width: 48%;
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

.oc24_bonusnews .oc24_bn_item_small .bn_small_wrap {
	display: flex;
	transition: .4s all ease;
}

.oc24_bonusnews .oc24_bn_item_small .oc24_bn_logo {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.oc24_bonusnews .oc24_bn_item_small .oc24_bn_content {
	width: 70%;
	padding: 5px;
	padding-left: 8px;
	background-color: #e4e4e2;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.oc24_bonusnews .oc24_bn_item_small .oc24_bn_content a {
	text-decoration: none;
}

.oc24_bonusnews .bn_small_of {
	background-color: #424240;
	color: #63deff;
	font-size: 13px;
	padding: 3px 5px;
}

.oc24_bonusnews .bn_inner_bar {
	border-top: 2px solid white;
	padding-top: 8px;
	margin-top: 5px;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
}

.oc24_bonusnews .oc24_bn_item_small:hover {
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
}

.bn_more {
	width: 100%;
	text-align: center;
	display: inline-block;
	border-top: 2px solid #424240;
	margin-top: 30px;
	padding: 20px 0px;
}

.oc24_soe_item {
	margin: 15px 0px;
	display: flex;
}

.oc24_soe_item .oc24_soe_item_logo {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oc24_soe_item .oc24_soe_item_content {
	width: 80%;
	padding: 10px;
	display: flex;
	flex-flow: wrap;
	background-color: #e4e4e2;
}

.oc24_soe_item .soe_item_ln1 {
	width: 100%;
	display: flex;
}

.oc24_soe_item .soe_item_ln1 .soe_item_inner_left {
	width: 75%;
	font-family: 'Archivo Narrow';
	font-weight: 700;
	font-size: 20px;
}

.oc24_soe_item .soe_item_ln1 .soe_item_inner_right {
	width: 25%;
	text-align: center;
}

.oc24_soe_item .soe_item_ln2 {
	width: 100%;
	display: flex;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 2px solid white;
	font-size: 14px;
}

.oc24_soe_item .soe_item_ln2 .soe_item_ln2_1 {
	width: 50%;
	padding-right: 2px;
}

.oc24_soe_item .soe_item_ln2 .soe_item_ln2_2 {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
}

.oc24_soe_item .soe_item_ln2 .soe_item_ln2_3 {
	width: 25%;
	text-align: center;
	padding-top: 7px;
}

.bo_co {
	border: 2px dashed #f9b12d;
	padding: 5px 10px;
}

.soe_mob_btn {
	text-align: right;
	width: 100%;
	display: inline-block;
	padding-right: 15px;
	color: #f9b12d;
}

.soe_mob_btn_inner {
	background: white;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: #f9b12d;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 14px;
	color: black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.soe_mob_btn_inner:hover {
	color: #424240;
}

.soe_mob_cont {
	margin-top: 20px;
	font-size: 15px;
}

.soe_mob_cont .soe_mob_cont_item {
	display: flex;
	margin-bottom: 15px;
}

.soe_mob_cont .soe_mob_cont_left {
	width: 30%;
}

.soe_mob_cont .soe_mob_cont_right {
	width: 70%;
	padding-left: 5px;
	padding-right: 5px;
}

.table_bonus .soe_mob_cont_left {
	width: 40%;
}

.table_bonus .soe_mob_cont_right {
	width: 60%;
	font-weight: 700;
	font-size: 16px;
}

.table_bonus .soe_mob_cont_right .stf_umsatz_ln2 {
	font-size: 10px !important;
}

.table_bonus .soe_mob_cont_right .soe_mob_cont_right_right .smaller {
	font-weight: 400;
	font-size: 10px;
	padding-left: 20px;
}


/* /FUNCTIONS */


/* FOOTER */

.footerwidgets_wrap {
	display: flex;
}

.footerwidgets_wrap .widget-area h4 {
	text-transform: uppercase;
}

#footer-sidebar_left {
	width: 70%;
	padding-right: 20px;
}

#footer-sidebar_right {
	width: 30%;
}

.soc_icons {
	background-color: white;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
	line-height: 2;
}

.soc_icons:hover {
	background-color: #424240;
	color: white;
}

.site-footer {
	padding: 10px;
	border-top: 4px solid #63deff;
	margin-top: 40px;
}

.footer_upper {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}


/* /FOOTER */


/* SIDEBAR */

#secondary .widget_text {
	background-color: #e4e4e2;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 3px;
}

#secondary h4 {
	text-align: center;
	margin-bottom: 0px;
	width: 80%;
	background-color: #424240;
	color: white;
	display: block;
	font-weight: 400;
	display: block;
	margin: 0 auto;
}

#secondary .oc24_ln_item {
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: white;
	transition: .4s all ease;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 4px solid #ff285b;
}

#secondary .oc24_ln_item:hover {
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
}

#secondary .oc24_ln_left {
	width: 30%;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 4px;
}

#secondary .oc24_ln_right {
	width: 70%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

#secondary .oc24_ln_ln1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e4e4e2;
	padding-bottom: 4px;
	font-size: 17px;
	line-height: 1.2;
	padding-top: 5px;
	font-family: 'Archivo Narrow';
	font-weight: 700;
}

#secondary .oc24_ln_ln1 a {
	color: #424240;
	font-weight: 700;
	text-decoration: none !important;
}

#secondary .oc24_ln_ln1 a:hover {
	color: black;
}

#secondary .oc24_ln_ln2 {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
}


.sidebar_newest_cas {
	text-align: center;
}

.sidebar_newest_cas .snc_cnt_wrap {
	background: white;
}

.sidebar_newest_cas h4 {
	padding-bottom: 10px;
}

.sidebar_newest_cas .snc_bo_ln1 {
	display: block;
	font-size: 22px;
	padding-top: 10px;
}

.sidebar_newest_cas .snc_bo_ln2 {
	display: block;
	margin: 10px 0px;
	font-size: 16px;
}

.sidebar_newest_cas .snc_content {
	display: flex;
}

.sidebar_newest_cas .snc_cnt_ln1 {
	width: 100%;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #e4e4e2;
}

.sidebar_newest_cas .snc_cnt_item {
	width: 25%;
	margin: 2px;
	border: 1px solid #e4e4e2;
}

.sidebar_newest_cas .snc_cnt_ln2 img {
	width: 20px;
}

.sidebar_newest_cas .snc_cnt_ln2 {
	padding: 5px 2px;
	display: block;
}

.sidebar_newest_cas .snc_lk {
	margin: 10px 0px;
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
}

.sidebar_newest_cas .snc_lk .htb_goli {
	display: block;
	width: 100%;
}

.sidebar_table_fr .table_fr_ohne_item {
	background: white;
	border-radius: 5px;
	transition: .4s all ease;
}

.sidebar_table_fr .table_fr_ohne_item:hover {
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
}

.sidebar_table_fr .htb_badge span {
	background-size: 50px;
}

.sidebar_table_fr .oc24_ln_left_fr {
	width: 30%;
}

.sidebar_table_fr .oc24_ln_right_fr {
	width: 70%;
	display: flex;
	flex-flow: wrap;
	padding: 5px;
}

.sidebar_table_fr .tfo_logo {
	width: 100% !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar_table_fr .tfo_fr {
	width: 60%;
}

.sidebar_table_fr .tfo_link {
	width: 40%;
	padding: 5px;
}

.sidebar_table_fr .tfo_games {
	width: 100%;
	font-size: 14px;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid #e4e4e2;
	text-align: left !important;
	justify-content: flex-start;
}

.sidebar_table_fr .table_fr_ohne_item {
	flex-flow: wrap;
}

.sidebar_table_fr .tfo_logo {
	width: 30%;
}

.sidebar_table_fr .tfo_fr::after {
	background: transparent;
}

.sidebar_bonusnews_bp {
	background-color: #424240;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 8px;
}

.sb_bnews .widget_text {
	background-color: transparent !important;
	padding: 0px !important;
}


/* / SIDEBAR */


/* PROMO POSTS */


/* Buchmacher NEWS Übersicht */

.bookie_promo_wrap {
	display: flex;
	flex: 0 0 50%;
	margin-bottom: 20px;
}

.b_promo_logo {
	position: relative;
	height: 170px;
	overflow: hidden;
}

.b_item_2 .b_promo_logo img,
.b_item_3 .b_promo_logo img {
	min-width: 320px;
	max-width: none;
	height: 170px;
	margin: 0 -7%;
}

.b_promo_logo {
	transition: all .2s ease-in-out;
}

.b_promo_logo:hover .b_promo_badge {
	background: white;
	color: #009fe3;
}

.b_promo_badge {
	position: absolute;
	right: 15px;
	top: 15px;
	background-color: #009fe3;
	border-radius: 5px;
	text-align: center;
	color: white;
	padding: 2px 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.b_promo_title {
	font-weight: 700;
	padding: 10px 15px 2px 15px;
	line-height: 18px;
	height: 70px;
	overflow: hidden;
}

.b_promo_title a {
	color: black;
	text-decoration: none;
}

.b_promo_title a:hover {
	opacity: 0.9;
}

.b_infos {
	text-align: center;
	background-color: #575656;
	color: white;
	padding: 3px 15px;
}

.b_infos:hover {
	color: white;
	opacity: 0.9;
}

.b_ext {
	text-transform: uppercase;
	text-align: center;
	background-color: #57ac41;
	color: white;
	padding: 3px 15px;
	margin-left: 2px;
}

.b_ext:hover {
	background-color: #52c92f;
	color: white;
}

.b_promo_item {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f0f0f0;
	padding-bottom: 20px;
	border-bottom: 2px solid #ff285b;
}

.b_item_1 {
	width: 50%;
}

.b_item_2,
.b_item_3 {
	width: 25%;
}

.b_item_2 {
	margin-left: 10px;
	margin-right: 10px;
}

.b_promo_date {
	/*display: inline-block;
   width: 19%;*/
	padding: 3px 5px;
	text-align: center;
	background-color: #424240;
	border-radius: 3px;
	font-size: 13px;
	float: left;
	color: #63deff;
}

.b_promo_links {
	text-align: right;
	/*display: inline-block;
  width: 80%; */
	float: right;
}

.b_promo_linkbar {
	padding: 4px 15px;
	border-top: 2px solid white;
	padding-top: 10px;
}

.b_item_2 .b_promo_date,
.b_item_3 .b_promo_date {
	display: none;
}

.b_item_2 .b_promo_links,
.b_item_3 .b_promo_links {
	width: 100%;
}

.bookienews_promo {
	margin-bottom: 60px;
}


/* / PROMO */


/* sort TABLE */

.oc24_tcs {
	width: 100%;
	padding-left: 12.1%;
	padding-right: 14%;
	font-size: 14px;
	background-color: #f0f6f6;
}

.oc24_tcs i {
	border: 1px solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 1.5;
	margin-right: 5px;
}

.oc24_tcs_inner {
	background-color: white;
	padding: 10px 10px;
	width: 100%;
	display: block;
}

.table-header {
	display: flex;
	width: 100%;
	background: #353336;
	padding: 5px 0;
	color: white;
}

.table-row {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	padding: 0px;
	background: #e4e4e2;
	margin-bottom: 20px;
}

.stf_row,
.header__item {
	/*flex: 1 1 16.6%;*/
	text-align: center;
	font-size: 15px;
}

.valuemargin {
	padding-right: 5px;
}

.header__item {
	text-transform: uppercase;
}

.filter__link {
	color: white;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	/*margin-top: -5px;*/
}

.stf_logo {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tfo_logo {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.stf_row .tfo_logo {
	font-size: 30px;
	height: 100%;
}

.tfo_logo img {
	padding: 4px;
}

.stf_anzahl {
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stf_spiele {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.table-content .stf_spiele:before {
	content: '';
	height: 40px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 24%;
	background-color: white;
}

.table-content .stf_umsatz,
.table-content .stf_spiele {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.table-content .stf_spiele:after {
	content: '';
	height: 40px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 22%;
	background-color: white;
}

.stf_umsatz {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stf_bonuscode {
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stf_angebot {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.table-content .stf_anzahl {
	font-weight: 700;
	font-size: 20px;
}

.tfo_games_inner .valuemargin {
	padding-right: 0px;
}

.tfo_games_inner span::after {
	content: ", ";
}

.tfo_games_inner span:last-child::after {
	content: "";
}

.filter__link a {
	color: white;
}

.arrow_orange {
	color: #f9b12d;
	margin-left: 2px;
    font-size:14px;
}

.arrow_white {
	color: white;
	margin-left: 2px;
    font-size:14px;
}

.filter__link:hover {
	opacity: 0.6;
}

.stf_bar {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.stf_bar_links {
	width: 70%;
}

.stf_bar_rechts {
	width: 30%;
	text-align: right;
}

.stf_bar_rechts .htb_goli {
	padding-top: 8px;
	padding-bottom: 8px;
}

.stf_bar_links_item {
	background-color: #cdcdcd;
	padding: 10px 15px;
	margin-right: 5px;
	color: white;
}

.stf_item_lk {
	cursor: pointer;
	transition: .4s all ease;
}

.stf_item_lk:hover {
	background-color: #f9b12d !important;
}

.stf_no {
	background-image: url("https://www.nettcasinoer.com/wp-content/themes/alp24/images/icon_filter.png");
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-right: 65px;
	cursor: pointer;
}

.stf_no:hover {
	background-color: #f9b12d;
}

.tb_ohne_einzahlung .stf_logo {
	width: 10%;
}

.tb_ohne_einzahlung .stf_anzahl {
	width: 15%;
}

.tb_ohne_einzahlung .stf_spiele {
	width: 15%;
}

.tb_ohne_einzahlung .stf_mindest {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tb_ohne_einzahlung .stf_umsatz {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tb_ohne_einzahlung .stf_bonuscode {
	width: 10%;
}

.tb_ohne_einzahlung .stf_angebot {
	width: 20%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tb_ohne_einzahlung .stf_angebot .htb_goli {
	font-size: 15px;
}

.tb_ohne_einzahlung .tfo_inner {
	padding: 5px;
}

.tb_ohne_einzahlung .stf_anzahl_ln2 {
	display: block;
	font-weight: 400;
	font-size: 13px;
}

.stf_bonuscode a,
.soe_mob_cont_right a {
	color: #424240;
	text-decoration: none;
}

.stf_bonuscode a:hover {
	color: black;
}

.stf_mindest .tfo_games_inner {
	font-weight: 700;
	font-size: 20px;
}

.btcloser {
	background: #f9b12d;
}

.soe_mob_btn_inner.btcloser::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f077";
	margin-left: 3px;
}

.soe_mob_btn_inner::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	margin-left: 3px;
}

.table_bonus .oc24_soe_mob_wrap {
	width: 100%;
}

.table_bonus .stf_logo {
	width: 12%;
}

.table_bonus .stf_bonuspaket {
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_bonus .stf_deposit {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_bonus .stf_bonuserste {
	width: 18%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_bonus .stf_prozent {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_bonus .stf_umsatz {
	width: 20%;
}

.table_bonus .stf_angebot {
	width: 15%;
}

.table_bonus .stf_bonuspaket_inner {
	font-weight: 700;
	font-size: 20px;
	padding: 0px 10px;
}

.table_bonus .stf_bonuspaket_inner .bonuspaket_ln2 {
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.table_bonus .table-content .stf_row .tfo_logo {
	font-size: 15px;
}

.table_bonus .table-content .logo_bewertung {
	font-size: 12px;
	color: #f9b12d;
	border: 1px solid #f9b12d;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.table_bonus .table-content .stf_umsatz_ln2 {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
}

.table_bonus .table-content .stf_deposit_inner {
	background: #f9b12d;
	border-radius: 8px;
	padding: 5px 8px;
}

.table_bonus .table-content .valuemargin {
	padding-right: 0px;
}

.table_bonus .table-content .stf_deposit {
	font-weight: 700;
	font-size: 20px;
}

.table_bonus .table-content .stf_bonuserste,
.table_bonus .table-content .stf_prozent,
.table_bonus .table-content .stf_umsatz {
	font-weight: 700;
	font-size: 20px;
	padding-top: 0px;
}

.tfo_logo img {
	vertical-align: middle;
}

.sort_table_freispiele .tfo_logo {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* mob sort bar */

.table_mob_bar_filter {
	display: flex;
	flex-flow: wrap;
	background-color: #cdcdcd;
	color: white;
}

.table_mob_bar_filter .tmb_left {
	width: 10%;
	text-align: center;
	background-color: #f9b12d;
}

.table_mob_bar_filter .tmb_right {
	width: 90%;
	padding-left: 10px;
	padding-right: 5px;
}

.table_mob_bar_filter .table-header {
	display: block;
}

.table_mob_bar_filter .table-header .stf_row a {
	color: white;
	display: block;
	padding: 12px 4px;
	border-bottom: 1px solid #2d2d2d;
}

.table_mob_bar_filter .tmb_content {
	width: 100%;
}

.table_mob_bar_filter .tmb_content .filter__link {
	color: black;
}


/* / mob sort bar */


/* /sort TABLE */

.oc_intro {
	margin-bottom: 40px;
}

.rat_wrap {
	display: block;
	position: relative;
	width: 70px;
	text-align: left;
}

.rat_ln1 {
	position: relative;
	z-index: 99;
	display: inline-block;
}

.rat_ln2 {
	position: absolute;
	z-index: 98;
	top: 0;
	left: 0;
	color: #f9b12d;
	overflow: hidden;
	width: 100%;
}

.fa.fa-star-o {
	color: red;
}

.logo_bewertung .table-data {
	display: none;
}

.tmb_right::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	margin-left: 3px;
	right: 10px;
	position: absolute;
}

.tmb_right.tmb_close::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f077";
	margin-left: 3px;
	right: 10px;
	position: absolute;
}

.tmb_content {
	display: none;
}

.stf_logo {
	position: relative;
}

.stf_logo .htb_badge {
	left: -4px;
	top: -1px;
	width: 56px;
	height: 55px;
}

.stf_logo .htb_badge span {
	background-size: 52px;
}

.oc24_soe_item .oc24_soe_item_logo,
.table_fr_ohne .tfo_logo {
	position: relative;
}

#toTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	font-size: 25px;
	background: #63deff;
	color: white;
	text-align: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	opacity: 0.93;
	display: none;
	z-index: 999;
	line-height: 45px;
}

#toTop:hover {
	background: #575656;
}

.bp_bid_wrap {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bp_bid_wrap .htb_badge {
	width: 56px;
	height: 50px;
	left: -4px;
	top: -3px;
}

.bp_bid_wrap .htb_badge .htb_hot,
.bp_bid_wrap .htb_badge .htb_neu,
.bp_bid_wrap .htb_badge .htb_exklusiv {
	background-size: 50px;
}

.bp_bid_wrap .bp_bid_item {
	/* width:16.6%;*/
	flex-grow: 1;
	background-color: #e4e4e2;
	text-align: center;
	border-radius: 5px;
	margin: 6px;
	transition: .4s all ease;
}

.bp_bid_wrap .bp_bid_item:hover {
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
}

.bp_bid_wrap .bp_bid_logo {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}

.bp_bid_wrap .bp_bid_content {
	padding: 5px;
	font-size: 16px;
	line-height: 1.4;
	min-height: 110px;
}

.bp_bid_wrap .bp_bid_content .bp_content_ln1,
.bp_bid_wrap .bp_bid_content .bp_content_ln2 {
	font-weight: 700;
	display: block;
}

.bp_bid_wrap .bp_bid_content .bp_content_ln2 {
	padding-bottom: 5px;
}

.bp_bid_wrap .bp_bid_content .bp_content_ln3,
.bp_bid_wrap .bp_bid_content .bp_content_ln4 {
	display: block;
	font-size: 13px;
}

.bp_bid_wrap .bp_bid_content .bp_content_ln3 {
	border-top: 1px solid white;
	padding-top: 5px;
}

.bp_bid_wrap .bp_bid_lk {
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 10px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.bp_bid_wrap .bp_bid_lk .htb_goli {
	display: block;
}

.table-data.td_no {
	display: none;
}


/* TIPP BOX */

.content_infobox {
	display: inline-block;
	width: 100%;
	background: #e6e6e6;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 4px solid #ff285b;
	color: #424240;
}

.content_infobox_head i {
	margin-right: 5px;
	color: #8e8e8e;
}

.ci_inner {
	border: 1px solid white;
	padding: 20px;
}

h2.content_infobox_head {
	border: 0px;
	margin: 0px;
	padding: 5px;
}


/* BONUS NEWS COUNTER */

.bnews_count {
	display: flex;
	margin-bottom: 40px;
}

.bnews_count .bnc_item:hover {
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
}

.bnews_count .bnc_item {
	transition: .4s all ease;
}

.bnews_count .bnc_left a {
	color: #63deff;
	text-decoration: none;
}

.bnews_count .bnc_right a {
	text-decoration: none;
	color: white;
}

.bnews_count .bnc_left {
	border-top-left-radius: 5px;
}

.bnews_count .bnc_item_left {
	width: 35%;
}

.bnews_count .bnc_item_left .bnc_left {
	width: 80px;
}

.bnews_count .bnc_item_middle {
	margin-left: 10px;
	margin-right: 10px;
	width: 35%;
}

.bnews_count .bnc_item_middle .bnc_left {
	width: 135px;
}

.bnews_count .bnc_item_right {
	width: 30%;
}

.bnews_count .bnc_item_right .bnc_left {
	width: 105px;
}

.bnews_count .bnc_item {
	border-bottom: 5px solid #ff285b;
	display: flex;
	border-radius: 5px;
	background-color: #8e8e8e;
}

.bnews_count .bnc_item .bnc_left {
	background-color: #232629;
	color: #63deff;
	padding: 5px 10px;
	text-align: center;
	font-size: 35px;
	line-height: 42px;
}

.bnews_count .bnc_item .bnc_right {
	background-color: #8e8e8e;
	color: white;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 5px;
}

.bnews_count .bnc_item .bnc_right span {
	display: block;
}

.home .oc24_bonusnews .oc24_bn_item_small .bn_small_of {
	width: auto;
}


/* /BONUS NEWS COUNTER */


/* BOX LEFT RIGHT */

.oc_box_wrapping {
	position: relative;
}

.oc_box {
	height: 540px;
	width: 280px;
	border: 1px solid #8e8e8e;
	text-align: center;
	position: absolute;
}

.oc_box .oc_box_img {
	background-color: #e4e4e2;
	padding: 20px;
}

.oc_box_left {
	left: -310px;
}

.oc_box_right {
	right: -310px;
}

.htb_green {
	text-align: center;
	color: white;
	border-radius: 30px;
	font-size: 14px;
	display: block;
	background-color: #68ba7b;
	padding: 12px 40px;
	text-decoration: none;
}

.htb_green:hover {
	background-color: #12ba7b;
	color: white;
}

.oc_box_lk {
	padding: 20px 10px;
}

.oc_box_cnt {
	font-size: 35px;
	color: #325f5d;
	padding: 10px;
	line-height: 1.3;
}

.oc_box_cnt .oc_box_ln1 {
	font-size: 12px;
	display: block;
}

.oc_box_cnt .oc_box_ln2,
.oc_box_cnt .oc_box_ln3 {
	display: block;
}

.oc_box_lk_ln2 {
	margin-top: 10px;
	display: block;
}

.oc_box_lk_ln2 a {
	font-size: 14px;
	color: #325f5d;
}

.oc_box_lk_ln2 a:hover {
	color: black;
}

.fixed_left {
	position: fixed;
	left: 48px;
	top: 20px;
}

.fixed_right {
	position: fixed;
	right: 48px;
	top: 20px;
}

.site-content {
	position: relative;
}


/* /BOX LEFT RIGHT */

.oc_rating_heart {
	display: block;
	width: 100%;
	text-align: center;
}

.stf_angebot {
	flex-direction: column;
}

.newsbar {
	text-align: center;
}

.newsbar .oc_h_news {
	color: white;
	text-transform: uppercase;
	font-size: 18px;
}

.newsbar .oc_h_news .oc_n_lk {
	color: white;
	text-decoration: none;
}

.newsbar .oc_h_news .oc_n_lk:hover {
	color: #424240;
	text-decoration: none;
}

.rating_stats {
	display: none !important;
}

.table_default {
	border-spacing: 0;
}

.table_default tr,
.table_default td {
	border: 0px solid;
	border-spacing: 0px;
}

.table_default tr:nth-child(even) {
	background: #e6e6e6;
}

.table_default tr:nth-child(odd) {
	background: #FFF;
}

.table_default td {
	padding-left: 10px;
	padding-right: 10px;
}

.table_default tr.firsttr,
.table_default tablehead {
	background: #353336 !important;
	color: white;
}

.table_default tr.firsttr td,
.table_default tablehead td {
	padding: 5px 10px;
	font-size: 16px;
	border-top: 3px solid #ff285b;
}

.table_default tr.firsttr td p,
.table_default tablehead td p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.category-3 .navigation.posts-navigation {
	display: none;
}

.home .bnitem_0 .oc24_bn_logo {
	max-height: 205px;
	overflow: hidden;
}


/* Related Posts Bonusnews*/

.bnews_related_wrap {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bnews_wrap_item {
	width: 50%;
}

.bnews_item_left {
	margin-right: 20px;
}

.bnews_item_right {
	margin-left: 20px;
}

.bnews_item_left .bnews_header {
	background-color: #232629;
}

.bnews_item_right .bnews_header {
	background-color: #424240;
}

.bnews_header {
	display: flex;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.bnews_logo {
	max-width: 80px;
	padding: 5px;
	padding-top: 7px;
	position: relative;
}

.bnews_logo::after {
	content: "";
	display: block;
	background-color: white;
	width: 1px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 12px;
}

.bnews_content {
	background-color: #e4e4e2;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bnews_content ul {
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
	position: relative;
	margin-bottom: 2px;
}

.bnews_content ul li {
	position: relative;
	padding-left: 6px;
	margin-bottom: 2px;
}

.bnews_content ul li a {
	color: black;
	text-decoration: none;
	font-size: 16px;
}

.bnews_content ul li a:hover {
	color: #424240;
	text-decoration: none;
	font-size: 16px;
}

.bnews_content ul li::before {
	position: absolute;
	top: 6px;
	left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 12px;
}

.bnews_name {
	line-height: 55px;
	padding-left: 15px;
	font-weight: 700;
}


/* /Related Posts Bonusnews*/

.btn_regular {
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.btn_regular a {
	padding: 5px 45px;
}

.casinfobox {
	background-color: #e4e4e2;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.casinfobox .oc24_soe_item_logo {
	width: 15%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.casinfobox .oc24_soe_item_logo img {
	padding: 0px 5px;
}

.casinfobox .casinofo_bullet {
	width: 35%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.casinfobox .casinofo_bullet ul {
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	margin-left: 5px;
}

.casinfobox .casinofo_bullet li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 2px;
	line-height: 1.5;
}

.casinfobox .casinofo_bullet li:before {
	position: absolute;
	top: 2px;
	left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #91c644;
	font-size: 13px;
}

.casinfobox .casinofo_bo {
	width: 25%;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.casinfobox .casinofo_bo::after {
	content: "";
	display: block;
	width: 1px;
	background: white;
	position: absolute;
	height: 60px;
	right: -2px;
}

.casinfobox .casinofo_bo::before {
	content: "";
	display: block;
	width: 1px;
	background: white;
	position: absolute;
	height: 60px;
	left: -2px;
}

.casinfobox .casinofo_lk {
	width: 25%;
	padding: 10px;
	text-align: Center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.casinfobox .logo_bewertung {
	font-size: 12px;
	color: #f9b12d;
	border: 1px solid #f9b12d;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.casinfobox .oc24_soe_item_logo {
	flex-flow: wrap;
}

.casinfobox .casinfo_ln1 {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
}

.casinfobox .casinfo_ln2 {
	display: block;
	width: 100%;
	font-size: 14px;
}


/* 404 */

.error-404 h1 {
	font-size: 15em;
	margin-top: 30px;
	text-align: center;
	line-height: 0.8;
}

.error-404 h2 {
	font-size: 1.5em;
	margin-top: 0px;
	text-align: center;
}

.error-404 .page-content {
	width: 50%;
	margin: 80px auto;
}

.error-404 .page-content .search-field {
	border: 1px solid #f82656;
	padding: 5px 10px;
	padding-top: 8px;
	font-size: 20px;
	border-radius: 5px;
	color: #424240;
	width: 80%;
	margin-right: 5px;
	font-weight: 300;
}

.error-404 .search-submit {
	background-color: #f82656;
	border: 1px solid #f82656;
	color: white;
	padding: 11px 10px;
	font-size: 20px;
	position: absolute;
	font-weight: 300;
	cursor: pointer;
}


/* /404 */


/* Single Cas */

.alp_cas_heading {
	background-color: #e4e4e2;
	padding: 80px 0px 40px 0px;
}

.single-casino .site-content {
	margin-top: 0px;
}

.cas_heading_wrap {
	display: flex;
}

.cas_heading_logo {
	width: 20%;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cas_heading_infos {
	width: 50%;
	padding-left: 30px;
	padding-right: 70px;
}

.cas_heading_infos h1 {
	font-size: 40px;
	margin-top: 0px;
}

.cas_heading_infos .snc_content {
	display: flex;
	text-align: center;
}

.cas_heading_infos .snc_content .snc_cnt_item {
	width: 25%;
	margin: 2px;
	border: 1px solid #cdcdcd;
}

.cas_heading_infos .snc_content .snc_cnt_item .snc_cnt_ln1 {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #cdcdcd;
	padding: 5px 2px;
	display: block;
	color: #424240;
}

.cas_heading_infos .snc_content .snc_cnt_item .snc_cnt_ln2 {
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
	color: #f9b12d;
	font-size: 25px;
}

.cas_heading_wertung {
	width: 30%;
}

.cas_rating {
	font-size: 16px;
	color: #f9b12d;
	border-radius: 5px;
	padding: 0px 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.cas_rating .rat_wrap {
	width: 90px;
}

.wertungwrap {
	background-color: white;
	border-left: 4px solid #f9b12d;
	padding: 10px;
	padding-bottom: 0px;
}

.cas_heading_logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.heading_infos_ln3 {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.snc_cnt_item_margin {
	margin-left: 20px !important;
}

.wertung {
	color: #424240;
	padding-left: 5px;
	padding-right: 10px;
}

.heading_infos_ln1 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.cas_link {
	margin-left: 20px;
	width: 50%;
}

.cas_link .htb_goli {
	padding: 8px;
	display: block;
}

.heading_infos_ln2 {
	display: flex;
}

.heading_infos_ln2 .cas_link {
	width: 50%;
}

.heading_infos_ln2 .wertungwrap {
	width: 50%;
}

.cas_heading_wertung .hw_heading {
	color: white;
	background: #424240;
	padding: 5px 15px;
	padding-bottom: 2px;
	display: flex;
}

.cas_heading_wertung .hw_heading .rf_rating_rs .def.rating_score {
	padding-top: 2px;
	color: white;
	padding-right: 0px;
}

.cas_heading_wertung .hw_heading .def.rating_total {
	display: none !important;
}

.cas_heading_wertung .hw_heading .thankyou {
	background-color: #424240 !important;
	color: white !important;
	text-align: right;
	display: inline-block;
	padding-top: 4px !important;
}

.cas_heading_wertung .hw_heading .hw_heading_left {
	width: 50%;
}

.cas_heading_wertung .hw_heading .hw_heading_right {
	width: 50%;
	text-align: right;
}

.cas_heading_wertung .hw_heading .hw_heading_right .rating_form_wrap {
	padding-top: 5px;
}

.cas_heading_wertung .hw_content {
	background: white;
	padding: 30px 10px;
	text-align: center;
	color: #8e8e8e;
}

.cas_heading_wertung .hw_content .hw_content_head {
	font-style: italic;
	font-family: "Barlow";
	font-size: 21px;
	text-transform: lowercase;
	line-height: 1;
	padding-top: 20px;
}

.cas_heading_wertung .hw_content .hw_content_subhead {
	font-size: 14px;
	display: block;
}

.cas_ankermenu {
	background-color: #cdcdcd;
	margin-bottom: 30px;
	display: flex;
	padding: 7px;
}

.ankermenu_item {
	width: 11%;
	text-align: center;
}

.ankermenu_item img {
	transition: all .2s ease-in-out;
	max-width: 25px;
}

.ankermenu_item a {
	display: block;
	text-decoration: none;
	color: #424240;
}

.ankermenu_item a:hover {
	color: black;
	text-decoration: underline;
}

.ankermenu_item a:hover img {
	transform: scale(1.1);
}

.ankermenu_txt {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}

.hw_content_item .swiper-button-prev {
	left: 0px !important;
}

.hw_content_item .swiper-button-next {
	right: 0px !important;
}

.hw_content_head,
.hw_content_subhead {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.hw_content_item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hw_content {
	min-height: 170px;
}

.sticky_anchor {
	position: fixed;
	top: 50px;
	width: 70px;
	z-index: 99;
	margin-left: -100px;
}

.cas_ankermenu.sticky_anchor {
	flex-direction: column;
	text-align: center;
	border-radius: 3px;
}

.cas_ankermenu.sticky_anchor .ankermenu_item {
	width: 100%;
	margin-bottom: 10px;
}

.cas_ankermenu.sticky_anchor .ankermenu_item .ankermenu_txt {
	font-size: 10px;
}

.cas_user_rat {
	width: 100%;
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cas_user_rat_left {
	width: 7%;
	background-color: #424240;
	padding: 20px 10px;
	text-align: center;
	color: white;
	font-size: 20px;
}

.cas_user_rat_middle {
	width: 62%;
	background-color: #e4e4e2;
	padding: 20px 10px;
	font-weight: 600;
	font-size: 20px;
}

.cas_user_rat_right {
	width: 30%;
	text-align: right;
	background-color: #e4e4e2;
	padding: 20px 10px;
}

.cas_user_rat_right .def.rating_total,
.cas_user_rat_right .def.rating_total {
	display: none !important;
}

.cas_user_rat_right .def.rating_score {
	background-color: transparent;
	padding-right: 0px;
}

.cas_user_rat_right .rating_form .item {
	font-size: 20px !important;
}

.cas_user_rat_right .rating_form_wrap {
	padding-top: 5px;
}

.cas_user_rat_right .thankyou {
	background: transparent !important;
	color: black;
}

.cas_news_wrap {
	width: 100%;
	display: flex;
}

.cas_news_wrap .cas_news_item.casnews_item_2 {
	margin-left: 15px;
	margin-right: 15px;
}

.cas_news_wrap .cas_news_item {
	background-color: #e4e4e2;
	border-bottom: 2px solid #ff285b;
	width: 33.3%;
}

.cas_news_wrap .cas_news_t {
	display: block;
	width: 100%;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

.cas_news_wrap .cas_news_t a {
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: 700;
}

.cas_news_wrap .cas_news_t a:hover {
	color: #424240;
}

.cas_news_wrap .cas_news_link {
	display: block;
	width: 100%;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
}

.cas_news_wrap .cas_news_content {
	padding: 10px;
}

.cas_news_outerwrap h3 {
	background-color: #424240;
	color: white;
	text-align: Center;
	font-weight: normal;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.cas_news_outerwrap {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #f0f6f6;
	padding: 0px 20px 20px 20px;
}

.heading_infos_ln3 .snc_cnt_ln2 img {
	padding-right: 4px;
}

.cas_sidebar_wrap {
	background-color: #e4e4e2;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.cas_sidebar_wrap h3 {
	background-color: #424240;
	color: white;
	text-align: Center;
	font-weight: normal;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 4px;
}

.cas_sidebar_item {
	background-color: white;
	display: flex;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 17px;
}

.cas_sidebar_item .csi_icon {
	width: 15%;
	text-align: center;
	padding-top: 10px;
}

.cas_sidebar_item .csi_icon img {
	max-width: 30px;
}

.cas_sidebar_item .csi_content {
	width: 55%;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.4;
}

.cas_sidebar_item .csi_link {
	width: 30%;
	text-align: center;
	padding-top: 10px;
}

.cas_sidebar_item .csi_content_ln1,
.cas_sidebar_item .csi_content_ln2 {
	display: block;
}

.cas_sidebar_welcome {
	background-color: white;
	padding: 4px;
	text-align: center;
}

.cas_sidebar_welcome .csw_ln1 {
	display: block;
	font-size: 25px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.cas_sidebar_welcome .csw_ln2 {
	display: block;
	font-size: 17px;
}

.cas_sidebar_welcome .csw_link {
	display: block;
	padding: 10px 5px;
}

.cas_sidebar_welcome .csw_link .htb_goli {
	display: block;
}

.snc_cnt_ln2 .count {
	width: 50px;
	display: inline-block;
}


/* / Single Cas */


/* GALLERY */

.alp_gallery ul {
	margin-left: 0px;
}


/* Effects Lightbox*/


/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/* / GALLERY */

.site-main ul.thumbsup, .content_break_wrap ul.thumbsup {
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	margin-left: 5px;
}

.site-main ul.thumbsup li, 
.content_break_wrap ul.thumbsup li 
{
	position: relative;
	padding-left: 12px;
	margin-bottom: 2px;
	line-height: 1.5;
}

.site-main ul.thumbsup li:before, 
.content_break_wrap ul.thumbsup li:before 
{
	position: absolute;
	top: 2px;
	left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f164";
	color: #91c644;
	font-size: 16px;
}

.site-main ul.thumbsdown,
.content_break_wrap ul.thumbsdown
{
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	margin-left: 5px;
}

.site-main ul.thumbsdown li,
.content_break_wrap ul.thumbsdown li
{
	position: relative;
	padding-left: 12px;
	margin-bottom: 2px;
	line-height: 1.5;
}

.site-main ul.thumbsdown li:before,
.content_break_wrap ul.thumbsdown li:before
{
	position: absolute;
	top: 2px;
	left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f165";
	color: #ff285b;
	font-size: 16px;
}

.content_break_wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}

.content-column.one_half,
.content-column.two_third {
	padding-right: 40px;
}

.content-column.one_half.last_column {
	padding-left: 40px;
}

.content_casinogames {
	background-color: #1b1b4d;
	background-image: url(https://www.nettcasinoer.com/wp-content/themes/alp24/images/casinobonus24-home2.jpg);
	background-repeat: no-repeat;
	background-position: 40% 0%;
	background-size: 1500px;
	padding-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content_casinogames_wrap {
	display: flex;
}

.content_casinogames_wrap img {
	max-width: 60%;
	transition: .4s all ease;
}

.content_casinogames_wrap .ccg_item {
	width: 20%;
	text-align: center;
}

.content_casinogames_wrap .ccg_item_text {
	display: block;
	text-transform: uppercase;
	color: white;
	font-size: 15px;
}

.content_casinogames_wrap a {
	text-decoration: none;
	display: block;
}

.content_casinogames_wrap a:hover {
	color: lightgrey;
}

.content_casinogames_wrap a:hover img {
	transform: scale(1.04);
}

.content_newestcas {
	background-color: #e4e4e2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 20px;
}

.content_newestcas h4 {
	text-align: center;
	width: 80%;
	background-color: #424240;
	color: white;
	margin: 2px auto;
	font-weight: 300;
	padding: 2px 3px;
}

.content_newestcas .oc24_ln_item {
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: white;
	transition: .4s all ease;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 4px solid #ff285b;
}

.content_newestcas .oc24_ln_left {
	width: 30%;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 4px;
}

.content_newestcas .oc24_middle {
	width: 30%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content_newestcas .oc24_middle a {
	color: #424240;
	text-decoration: none;
}

.content_newestcas .oc24_right {
	width: 40%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content_newestcas .oc24_right .htb_goli {
	display: block;
	width: 100%;
}

.content_newestcas .oc24_ln_ln1 {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 17px;
	line-height: 1.2;
	padding-top: 5px;
	font-family: 'Archivo Narrow';
	font-weight: 700;
}

.imagewrap {
	float: left;
	height: auto;
	padding-bottom: 65px;
	max-width: 40%;
}

.content_break_app {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content_break_app .content-column.one_half,
.content_break_app .content-column.two_third {
	padding-right: 20px;
}

.oc_small_infobox {
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_break_bestslots h4 {
	background: #424240;
	color: white;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 4px 3px;
}

.content_break_bestslots {
	padding-top: 1px;
	padding-bottom: 30px;
}



/* Slot Review */

.slot-template-default .site-content {
	margin-top: 0px;
}

.rf_rating_rs .def.rating_total {
	display: none;
}

.rf_rating_rs .def.rating_score {
	/*background-color: #424240 !important;
  color:white !important;
  padding:0px;*/
	padding-top: 4px;
}

.stf_angebot .rf_rating_rs .def.rating_total {
	display: block !important;
}

.slotrev_heading {
	display: flex;
}

.slotrev_gallery {
	width: 70%;
	padding-right: 50px;
}

.slotrev_info {
	width: 30%;
}

.slotrev_logo a:hover {
	opacity: 0.9;
}

.slotrev_logo a {
	display: block;
}

.slotrev_rating {
	background-color: #424240;
	padding: 4px 4px 4px 10px;
	color: white;
	text-transform: uppercase;
	display: flex;
}

.srt {
	width: 47%;
	font-size: 16px;
	font-weight: 700;
	padding-top: 6px;
}

.srr {
	width: 35%;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

.srr .rat_wrap {
	width: 110px;
}

.srr .rat_ln1 {
	color: #f9b12d;
}

.srr .rat_ln2 {
	color: #f9b12d;
}

.srp {
	width: 17%;
	text-align: center;
	background-color: #f9b12d;
}

.srn {
	display: block;
	color: #424240;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.srnn {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.slotrev_info_table {
	background-color: #f0f6f6;
	font-size: 14px;
	color: #424240;
	padding: 10px;
}

.slotrev_info_table tr td:first-child {
	text-align: center;
}

.slotrev_info_table tr td:last-child {
	text-align: right;
	padding-right: 5px;
}

.slotrev_info_table tr:nth-child(even) {
	background: #f0f6f6;
}

.slotrev_info_table tr:nth-child(odd) {
	background: #FFF;
}

.slotrevtb {
	margin-bottom: 0px;
	border: 0px solid;
}

.slotrevtb td,
.slotrevtb tr {
	border: 0px solid;
}

.slotrev_link {
	text-align: center;
	padding-top: 10px;
}

.slotrev_link .htb_goli {
	background-color: transparent;
}

.slotrev_link .htb_goli:hover {
	background-color: #ff285b;
}

.slotrev_logo img {
	display: block;
	margin: 0 auto;
	max-height: 175px;
}

.slot-template-default .htb_item_wrap {
	margin-top: 10px;
}

.slot-template-default .sec_willbo .htb_item {
	margin-top: 0px;
}

.slot-template-default .cas_user_rat_right,
.slot-template-default .cas_user_rat_middle,
.slot-template-default .cas_user_rat_left {
	padding: 10px 10px;
}

.slotrev_info_table h4 {
	display: none;
	font-size: 18px;
}

#secondary .slotrev_info_table {
	padding-top: 0px;
}

#secondary .slotrev_info_table h4 {
	margin-bottom: 10px;
}

#text-14, #text-12 {
	padding: 0px !important;
	background: transparent !important;
}

.slots_tag_wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}

.slot_tag_inner {
	width: 100%;
	display: flex;
}

.sti_left {
	background-color: #424240;
	color: white;
	padding: 8px 15px;
	text-align: center;
	font-weight: 700;
	width: 10%;
}

.sti_right {
	background-color: #e4e4e2;
	padding: 8px 15px;
	width: 90%;
}

.sti_right a {
	margin-right: 10px;
	color: #ff285b;
	text-decoration: none;
}

.latestslots {
	background-color: #f0f6f6;
	padding-bottom: 50px;
	margin-top: 50px;
	display: block;
}

.latestslots h4 {
	text-align: center;
	margin-bottom: 0px;
	width: 400px;
	background-color: #424240;
	color: white;
	display: block;
	font-weight: 400;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.latestslots .swiper-wrapper {
	margin-bottom: 10px;
	padding: 10px;
}

.latestslots .swiper-scrollbar-drag {
	background-color: #e4e4e2;
}

.latestslots .swiper-scrollbar {
	background: transparent;
	height: 5px;
}

.latestslots .swiper-slide-active img {
	/*transform: scale(1.2);
	-moz-box-shadow: 0px 0px 5px #858585;
	-webkit-box-shadow: 0px 0px 5px #858585;
	box-shadow: 0px 0px 5px #858585;
	border-radius: 4px;*/
}
.slot-template-default .swiper-scrollbar{
    opacity:1 !important;   
}

.latestslots_inner .swiper-slide{
    transition: .4s all ease;
}

.latestslots_inner .swiper-slide:hover{
    transform:scale(1.02);
}
.latestslots_inner .swiper-slide a{
    transition: .4s all ease; 
}
.latestslots_inner .swiper-slide a::after{
    content:"";
    position:absolute;
    width:80px;
    height:61px;       
    text-align:center;   
    top: 25%;
    left: 30%;
    background-image:url(https://www.nettcasinoer.com/wp-content/themes/alp24/images/playnow_frame_small.png);
    background-repeat:no-repeat; 
    opacity:0;
    transition: .2s all ease; 
    cursor:pointer;
}
.latestslots_inner .swiper-slide a:hover::after{
    opacity:1;
}

/* / Slot Review */


/* TAG ARCHIVE */

.tag_item {
	width: 32.33%;
	padding: 10px;
	border-bottom: 2px solid #f4f0e7;
	margin-right: 4px;
}

.tag_item a {
	color: black;
	text-decoration: none;
}

.tag_item img {
	width: 100%;
}

.tagitem_wrap {
	display: flex;
	flex-flow: wrap;
}


/* / TAG ARCHIVE */


/* ECHTG SIDEBAR*/

#secondary .sec_willbo {
	margin-bottom: 5px;
}

#secondary .htb_wrapper .htb_item {
	background-color: transparent;
}

#secondary .htb_wrapper .htb_item_wrap {
	margin-top: 0px;
}

#secondary .htb_wrapper .htb_item span.htb_head {
	width: 90%;
}

#secondary .htb_wrapper .item_willkommensbo .htb_contentwrap {
	width: 100%;
	margin: 10px;
}

#secondary .htb_wrapper .willbo_inner_wrap {
	flex-flow: wrap;
}

#secondary .htb_wrapper .htb_content_cnt_ln1 {
	border-bottom: 0px;
}

#secondary .htb_wrapper .htb_content_cnt_ln1_left {
	width: 60%;
	padding-top: 8px;
}

#secondary .htb_wrapper .htb_content_cnt_ln1_right {
	width: 40%;
	padding-top: 8px;
}

#secondary .htb_wrapper .htb_contentwrap {
	height: auto;
}


/* /ECHTG SIDEBAR*/


/* SLOT GALLERY */

.gil {
	display: none;
}

.sil_0 {
	display: block;
}

.slotgallery_thumbcontainer span {
	cursor: pointer;
	transition: .4s all ease;
}

.slotgallery_thumbcontainer span:hover {
	opacity: 0.9;
}


/* IFRAME OPENER */

.shortcode_iframe {
	display: none;
}

.iframe_image {
	position: relative;
}

span.iframe_image_opener {
	cursor: pointer;
	position: absolute;
	top: 42%;
	left: 0px;
	width: 100%;
	text-align: center;
	padding: 8px;
}

.btn_sofortspiel img {
	width: 220px;
	transition: .6s all ease;
	filter: brightness(0.9);
	opacity: 0.8;
}

.btn_sofortspiel:hover img {
	filter: brightness(1.2);
	opacity: 1;
}

.iframemessage {
	display: none;
	font-weight: 700;
	font-size: 18px;
}

.btn_sofortspiel img {
	width: 20%;
}

.slotgallery_maincontainer {
	margin-bottom: 10px;
}


/* END OPENER */


/* / SLOT GALLERY */



/* MENU SLIDE */


.mobilemenu {
    width: 200px;
    height: 100%;
    position: fixed;
    right: -200px;
    top: 0;
    background-color: #f0f0f0;
    box-shadow: 1px 0 5px #c0c0c0;
    transition: all ease 1s;
    padding-top: 15px;
    z-index:999;
}

.close-menu {
  float: right;
  min-height: 25px;
  padding-right: 18px;  
  cursor: pointer;
    font-size:30px;
    transition: .4s all ease;
}

.mobilemenu ul {
  padding-left: 0;
  margin-top: 80px;
    margin-left:0px;
}

.mobilemenu li {
  list-style: none;
  text-decoration-style: none;
  line-height: 1.3;
  padding: 10px 0 10px 10px;
}

.mobilemenu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #292929;
}

.mobilemenu li:hover {
  background-color: #63deff;
  cursor: pointer;
}
.menu-ham img{
    cursor: pointer;
    filter: contrast(1);
    transition: .4s all ease;
}
.menu-ham img:hover{
   opacity: 0.9; 
    filter: contrast(0.2);
}
.close-menu:hover {
    color:#ff285b;
}

/* / MENU SLIDE */

.htb_goli_in, .htb_goli_in:visited{
    border: 2px solid #424240;
    color: #424240;
    text-decoration: none;
    border-radius: 6px;
    padding: 4px 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    background-color: white;   
}
.htb_goli_in:hover{
    color:white;
    background-color:#424240;
}

.oc_small_heading_box{
    padding-left:20px;   
    padding-right:20px;   
    padding-bottom:20px;
    margin-top:20px;
    margin-bottom:20px;
}
.oc_small_heading_box h3{
    display:block;
    margin:0 auto;
    margin-top:2px;
    max-width:80%;
    padding:5px;
    background-color:#424240;
    color:white;
    text-align:center;
    font-weight:normal;
    
}
.cas_heading_wertung .hw_content .swiper-slide{
    width: 100% !important;
}

/* MAIN TABLE  */ 
.logo_bewertung {
    font-size: 12px;
    color: #f9b12d;
    border: 1px solid #f9b12d;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.sort_table_main .tfo_logo{
    display:flex;
    font-size:14px;
}
.sort_table_main .stf_anzahl{
    font-weight:normal;    
}
.sort_table_main .table-header .stf_umsatz, .table-content.sort_table_main .stf_umsatz,
.sort_table_main .table-header .stf_bonuscode, .table-content.sort_table_main .stf_bonuscode
{
    width:10%;
}
.sort_table_main .table-header .stf_anzahl, .table-content.sort_table_main .stf_anzahl
{
    width:25%;
}
.sort_table_main .table-header .stf_spiele, .table-content.sort_table_main .stf_spiele
{
    width:25%;
}
.table-content.sort_table_main .stf_spiele .snc_content, .soe_mob_cont_right .snc_content{
    display:flex;
}
.table-content.sort_table_main .stf_spiele .snc_cnt_item, .soe_mob_cont_right .snc_cnt_item{
    background-color:white;
    margin: 2px;
    width:25%;
}
.table-content.sort_table_main .stf_spiele .snc_cnt_ln1, .soe_mob_cont_right .snc_cnt_ln1{
    display:block;
    background-color:#353336;
    color:white;
    font-size:10px;
    padding:2px;
    text-transform: uppercase;
    text-align:center;
}
.soe_mob_cont_right .snc_cnt_ln1{
    font-size:9px;
}
.soe_mob_cont_right .snc_cnt_item{
    border:1px solid #e4e4e2;
}
.table-content.sort_table_main .stf_spiele .snc_cnt_ln2 img, .soe_mob_cont_right .snc_cnt_ln2 img{
    width:17px;
}
.soe_mob_cont_right .snc_cnt_ln2 img{
    display:block;
}
.table-content.sort_table_main .stf_spiele .snc_cnt_ln2, .soe_mob_cont_right .snc_cnt_ln2{
    padding:6px 4px;
    display: block;
}
.inner_spielauswahl{
    width:100%;
}
.highlights_inner ul{
    margin:0px;
    margin-left:25px;
    text-align:left;
}
.table-content.sort_table_main .stf_anzahl{
    justify-content: left;
}
.table-content.sort_table_main .stf_spiele::after, .table-content.sort_table_main .stf_spiele::before{
    width: 0px;
}

.entry-content .highlights_inner ul {
    list-style-type: none;
    padding-left: 15px;
    text-align: left;
    margin: 0px;
    margin-left: 0px;
    margin-left: 5px;
    font-size:15px; 
}
.entry-content .highlights_inner ul li::before {
    position: absolute;
    top: 2px;
    left: -10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #91c644;
    font-size: 12px;
}
.entry-content .highlights_inner ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 2px;
    line-height: 1.5;
}
.sort_table_main .stf_row, .header__item{
    font-size:14px;
}
.innerlarger{
    display:block;
    font-weight:800;
    text-align:center;
    font-size: 20px;
}
/*
.sort_table_main .table-row{
    margin-bottom: 0px;
}
.sort_table_main .oc24_tcs{
    background-color: white;
}
.sort_table_main .oc24_tcs{
    margin-bottom: 20px;
    padding-left:10%;
}*/


/* GAMES MENU */

.games_menu {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

.games_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.games_menu ul li {
	display: inline-block;
	font-size: 14px;
	margin: 5px 4px;
	background-color: #e4e4e2;
	border-radius: 6px;
	padding: 2px 8px;
	cursor: pointer;
}

.games_menu ul li:hover {
	background-color: #353336;
	color: white;
	-moz-box-shadow: 0px 0px 8px #adadad;
	-webkit-box-shadow: 0px 0px 8px #adadad;
	box-shadow: 0px 0px 8px #adadad;
}

.ac {
	color: grey;
}

.ac_main {
	background-color: #f9b12d;
}
/* /GAMES MENU */

/* IMAGE CAPTION */ 

.wp-caption{
    border:1px solid #cdcdcd;  
}
.wp-caption .wp-caption-text{
    margin: 0;
    padding:5px;
    font-size:14px;
}
/* / IMAGE CAPTION */ 

/* BULLETS ARROW */ 

.entry-content ul, .site-main ul, .content_break_wrap ul {
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
    margin: 0px;
    margin-left: 0px;
    margin-left: 5px; 
}
.entry-content ul li::before,
.site-main ul li::before, 
.content_break_wrap ul li::before 
{
    position: absolute;
    top: 4px;
    left: -6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: #8e8e8e;
    font-size: 13px;
}
.entry-content ul li,
.site-main ul li, 
.content_break_wrap ul li 
{
    position: relative;
    padding-left: 12px;
    margin-bottom: 2px;
    line-height: 1.5;
}

/* / BULLETS ARROW */ 

.casinfobox .def.rating_total{
    display:block;
}

.lSSlideWrapper ul{
    margin-left:0px !important;
}
.site-main .lSSlideWrapper ul li::before{
   content: "" !important;
}
.site-main .lSSlideWrapper ul li{
   padding-left: 0px; !important;
}
.lSSlideOuter .lSPager.lSpg > li::before{
   content: "" !important;
}
.entry-content .games_menu ul li::before{
   content: "" !important; 
}
.entry-content .games_menu ul {
   margin-left:0px !important; 
}
.entry-content .games_menu ul li {
   padding-left:8px !important; 
}

/* BONUS TEMPLATE */ 

.alp_b_intro, .alp_b_data{
    display:flex;
    padding-left:25px;
    padding-right:25px;
}
.alp_b_logo{
    width:15%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.alp_b_introtext{
    width:85%; 
    padding-left:30px;
}    
.alp_b_introtext h1{
    margin-top:0px;
}
.alp_b_data{
    margin-top:40px;        
}
.alp_b_data_screen{
    width:70%;
    padding-right:40px;
}    
.alp_b_data_infos{
    width:30%;
}
.alp_b_data_infos .cas_sidebar_wrap{
    background-color:#f0f6f6;
}
.single-bonus .site-content{
    margin-top:0px;
}
.single-bonus .site-content:first-child{
    margin-top:40px;
}
.alp_b_data .slotrev_info_table tr td:first-of-type{
    width:120px;
    padding-left:5px;
    text-align:left;
}    
.alp_b_data .cas_sidebar_wrap{
    margin-bottom:0px;
}    
.alp_b_data .cas_sidebar_wrap{
    padding-top:3px;
}
/* Bonus Box */ 
.alp_boco_box{
    background-color:#f4f0e7;
    padding:20px;
    border-left:4px solid #efb34c;
    margin:20px 0px;
    display:inline-block;
    width:100%;
}    
.alp_boco_box h3{
    margin-top:0px;
}    
.alp_boco_box h4{
    margin-top:0px;       
    margin-bottom:20px !important;       
    width:70%;
    background-color:#424240;
    color:white;
    text-align: center;
    margin:0 auto;
    font-weight:300;
    font-size:16px;
    display:block;        
}    
.alp_boco_box .htb_goli{
    display:block;
    margin-top:30px;        
}
.boco_box_inner{
    display:flex;   
}
.boco_box_left{
    width:50%;   
    padding-right:25px;
}    
.boco_box_right{
    padding-left:25px;
    width:50%;  
    background-color:#f0f6f6;
    padding:0px 10px 10px 10px;
}
.boco_box_left ul{
    font-size:16px;
}   
.boco_box_left ul li{
    margin-bottom:0px;
}
.boco_box_item{
    display:flex;  
    margin-top:7px;
    margin-bottom:7px;
}
.bbr_inner_left{
    width:50%;   
}      
.bbr_inner_left span{
    font-size:16px;   
}   
.bbr_inner_right{
    width:50%;         
}
.bbr_scalabar{
    background-color:white;
    height:35px;      
    position:relative;
}    
.bbr_scalabar .item_left{
    color:#ec425f;
    font-size:13px;
    position:absolute;
    left:10px;
    top:7px;        
}    
.bbr_scalabar .item_right{        
    color:#9bc458; 
    font-size:13px;  
    position:absolute;
    right:10px;
    top:7px;
}
.scale_item{
    position:absolute;
    color:#63deff;
    font-size:12px;
}
.scale_item_top{       
    top:-4px;       
}    
.scale_item_bottom{   
    bottom:-4px; 
}
.scaleinner{
    position:relative;
    width:92%;
    display:block;
    height:100%;      
}

.site-main .boco_box_left ul li::before {
    content: "\f054";
}

 /* / Bonus Box */ 

#secondary .slotrevtb tr td:first-of-type{
    text-align:left;
    padding-left:5px;
}

/* Rel News Bonustemplate*/
.bo_rev_related_news{
    background-color:#f0f6f6;
    padding:2px 10px 10px 10px;        
}    
.bo_rev_related_news h4{
    background-color:#424240;
    color:white;
    text-align:center;
    width:40%;
    margin:0 auto;
    font-weight:normal;
    margin-bottom:20px;        
}
.bo_rev_inner{
    display:flex;   
}
.bo_rev_item{
   background-color:#e4e4e2; 
    margin-left:5px;
    margin-right:5px;
    border-bottom:3px solid #eb2f4f;
    width:33%;
}
.bo_rev_title{
    padding:5px;
    line-height:1.1;
    border-bottom:1px solid white;
    padding-top:2px;
}
.bo_rev_title a{
    color:black;
    font-size:15px;
    font-weight:bold;
    text-decoration: none;        
}
.bo_rev_link{
    display:block;
    padding:10px 5px;
    text-align:right;
}
    
/* / Rel News Bonustemplate*/


/* BONUS NEWS BUGS 0519*/
.oc24_bn_logo{
    max-height:200px;
    overflow:hidden;
}
.bn_small_wrap .oc24_bn_content{
    height:125px;
    overflow:hidden;
}
.oc24_bonusnews .oc24_bn_item_large{
    height: 430px;
}
.oc24_bonusnews .oc24_bn_item_large h4{
    margin-top:8px;
}

/* BONUS NEWS BUGS */

.latestslotscontent .swiper-scrollbar{
    opacity: 1 !important;   
}
.latestslotscontent .latestslots_inner .swiper-slide a::after{
    top: 13%;
    left: 23%;
}
.page-template-template_fullscreen .latestslotscontent .latestslots_inner .swiper-slide a::after{
    top: 25%;
    left: 30%;
}

.widget-area .bnews_related_wrap{
    flex-flow:wrap;
}
.widget-area .bnews_wrap_item{
    width:100%;
    margin:10px 0px 15px 0px;
}

.custom-logo {
    max-width: 130px;
}

.galleryitem_large{
	width:100%;
}

.widget_column3_wrap{
display:flex;
flex-flow: row wrap;
justify-content: space-between;
text-align:center;
background-color:#6dacbe;
padding:15px 10px;
}
#primary .widget_column3_wrap{
margin-bottom:20px;
margin-top:20px;
}
#primary .widget_column3_item{
width:13%;
margin:10px;
color:White;   
}
#secondary .widget_column3_item{
width:33.3%;
color:white;
margin-top:10px;
margin-bottom:10px;
}
.widget_column3_imagewrap{
background-color:white;
padding:8px;
border-radius:5px;
display:inline-block;
}
.widget_column3_imagewrap img{
max-width:76px;
}
.widget_software_name{
text-transform: uppercase;
margin-top:10px;
font-size:12px;
display:block;
line-height: 16px;
}
.avs_widget_recent_item{
background-color:#e6e6e6;
margin-bottom:3px;
padding:10px;
line-height:22px;
}
.avs_widget_recent_item p{    
margin-bottom:2px;
}
.avs_widget_recent_item a{    
color:#3a3a3a;
font-weight:bold;
text-transform:uppercase;
}
.avs_widget_recent_item a:hover{    
opacity:0.9;
}
#secondary .widget-title{
padding:5px 10px;
} 
.btn_freeplay{
    display:inline-block;
    width:100%;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
.btn_global_freeplay{
    background: #8fc53f;
    background-color: rgb(143, 197, 63);
    color: white;
    display:inline-block;
    padding:10px 30px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align:center;
}


/* Resp Table */
.dot_tb_wrap {
    width: 100%;
    overflow-y: auto;
    margin: 20px 0 1em;
}
.dot_tb_wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.dot_tb_wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.dot_tb_wrap table {
    border: 0px;
}
/* jede zweite*/
.dot_tb_wrap tr:nth-child(2n+1) {
    background-color: #e4e4e2;
}
.dot_tb_wrap tr, #content-area .dot_tb_wrap table tr {
    padding: 10px;
}
.dot_tb_wrap td{
    border:0px !important;
}
.dot_tb_wrap table tr:first-of-type td {
    border-top: 3px solid #424240!important;
}
.dot_tb_wrap table tr:first-of-type, .dot_tb_wrap table tr:first-of-type a {
    background-color: #424240 !important;
    color: white;
}
.dot_tb_wrap table tr:first-of-type th{
	text-align:left;
}
.dot_tb_wrap th, .dot_tb_wrap td{
	padding:2px 5px;
}
/* END Resp Table  */

/* ########################################### MOBIL ########################################################*/

@media (max-width: 1830px) {
	/* */
	.oc_box_wrapping {
		display: none;
	}
}

@media (max-width: 1366px) {
	/* */
	.with_sidebar {
		padding-right: 30px;
		padding-left: 20px;
	}
}

@media (max-width: 1024px) {
	/* IPAD Landscape*/
	.home_topboxes {
		margin-left: 20px;
		margin-right: 20px;
	}
	.htb_contentwrap {
		height: 120px;
	}
	.htb_morelk {
		width: 80%;
	}
	.htb_pagination {
		display: inline-block;
	}
	.b_item_2 .b_infos,
	.b_item_2 .b_ext,
	.b_item_3 .b_infos,
	.b_item_3 .b_ext {
		width: 100%;
		display: block;
		margin-top: 3px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.b_promo_title {
		height: 66px;
	}
	.b_promo_date {
		width: 29%;
	}
	.b_promo_links {
		width: 70%;
	}
	.stf_row,
	.header__item {
		font-size: 13px;
	}
	.htb_content_cnt_ln1_left {
		width: 60%;
	}
	.htb_content_cnt_ln1_right {
		width: 40%;
	}
	.htb_content_cnt_ln2 {
		font-size: 14px;
	}
	.snc_cnt_ln2 {
		text-align: center;
	}
	.snc_cnt_ln2 img {
		display: block;
		margin: 0 auto;
	}
	.sidebar_newest_cas .snc_cnt_ln1 {
		font-size: 10px;
	}
	.three_tea .three_tea_right .three_tea_ln1 {
		font-size: 16px;
	}
	.three_tea .three_tea_right .three_tea_ln2 {
		line-height: 16px;
	}
	.oc24_bonusnews .oc24_bn_item_small .bn_small_of {
		width: 100%;
		font-size: 11px;
	}
	.oc24_bonusnews .oc24_bn_item_small .bn_small_lk {
		width: 50%;
		text-align: center;
	}
	.bp_bid_wrap {
		flex-flow: wrap;
	}
	.bp_bid_wrap .bp_bid_item {
		width: 31.33%;
	}
	.bnews_count .bnc_item_left,
	.bnews_count .bnc_item_right,
	.bnews_count .bnc_item_middle {
		width: 33.33%;
	}
	.bnews_count .bnc_item_left .bnc_left,
	.bnews_count .bnc_item_right .bnc_left,
	.bnews_count .bnc_item_middle .bnc_left {
		width: 100%;
	}
	.bnews_count .bnc_item_left .bnc_right,
	.bnews_count .bnc_item_right .bnc_right,
	.bnews_count .bnc_item_middle .bnc_right {
		width: 100%;
	}
	.bnews_count .bnc_item_middle {
		width: 33.33%;
	}
	.bnews_count .bnc_item_right {
		width: 33.33%;
	}
	.bnews_count .bnc_item {
		flex-flow: wrap;
	}
	.bnews_count .bnc_item .bnc_right {
		font-size: 15px;
		text-align: center;
	}
	.casinfobox {
		flex-flow: wrap;
	}
	.casinfobox .oc24_soe_item_logo {
		width: 30%;
	}
	.casinfobox .casinofo_bullet {
		width: 70%;
	}
	.casinfobox .casinofo_bo {
		width: 50%;
	}
	.casinfobox .casinofo_lk {
		width: 50%;
	}
	.casinfobox .casinfobox .logo_bewertung {
		width: 100%;
		font-size: 10px;
	}
	.casinfobox .rat_wrap {
		width: 100%;
	}
	.casinfobox .casinfobox .casinofo_bullet ul {
		margin-left: 10px;
	}
	.alp_cas_heading {
		padding-left: 15px;
		padding-right: 15px;
	}
	.alp_cas_heading .wertung {
		font-size: 15px;
		padding-right: 2px;
	}
	.alp_cas_heading .wertungwrap {
		padding: 5px;
	}
	.alp_cas_heading .cas_rating {
		padding-left: 2px;
		padding-right: 2px;
		font-size: 14px;
		margin-bottom: 0px;
	}
	.alp_cas_heading .cas_rating .rat_wrap {
		width: 80px;
	}
	.cas_heading_infos .snc_content .snc_cnt_item .snc_cnt_ln1 {
		font-size: 12px;
	}
	.cas_heading_infos .snc_content .snc_cnt_item .snc_cnt_ln2 {
		font-size: 22px;
	}
	.hw_heading_left {
		font-size: 15px;
	}
	.cas_heading_wertung .hw_heading {
		padding-right: 5px;
		padding-left: 10px;
	}
	.cas_heading_wertung .hw_heading .hw_heading_right .rating_form_wrap {
		padding-top: 2px;
	}
	.sticky_anchor {
		position: static;
	}
    #primary-menu a {
        font-size:15px;
    }
    #primary-menu li:before{
        top:-1px;
    }
    .oc_front_header_wrapper{
        padding-left:10px;
        padding-right:10px;
    }
    .oc_cas_carousel .oc24_latestnews .oc24_ln_ln1{
        font-size:15px;
    }
    .oc_cas_carousel .oc24_latestnews .oc24_ln_ln2{
        font-size:13px;
    }
    .home_topboxes .htb_contentwrap{
        height:103px;
    }    
    .sec_willbo .htb_contentwrap{
        height:auto;
    }
    .sec_willbo .htb_content_cnt_ln1_left{
        font-size:15px;
    }
    .latestslots_inner{
        padding-left:10px;   
        padding-right:10px;   
    } 
    .alp_b_intro, .alp_b_data{
        padding-left:0px;
        padding-right:0px;
    }
    .alp_b_data_screen{
        width:100%;
        padding-right: 0px;
    }
    .alp_b_data{
        flex-flow:wrap;   
    }
    .alp_b_data_infos{
        width:100%;   
    }
    .alp_b_data .cas_sidebar_wrap{
        display:flex;
        flex-flow:wrap;
    }    
    .alp_b_data .cas_sidebar_item{
        width:48.5%; 
        margin-left:3px;
        margin-right:3px;
    }    
    .alp_b_data .slotrev_info_table, .alp_b_data .cas_sidebar_welcome{
        width:48.5%;
    }
    
    
}

@media (max-width: 768px) {
	/* PADS */
	.footerwidgets_wrap {
		flex-flow: wrap;
		margin-bottom: 20px;
		padding: 10px;
	}
	#footer-sidebar_left {
		width: 100%;
	}
	#footer-sidebar_right {
		width: 100%;
	}
	.bookie_promo_wrap {
		flex-flow: row wrap;
	}
	.b_promo_date {
		width: 25%;
	}
	.b_item_1 .b_promo_links {
		width: 70%;
	}
	.b_item_1 {
		width: 100%;
		margin: 2px;
	}
	.b_item_2,
	.b_item_3 {
		width: 49%;
		margin: 2px;
	}
	.wt_mbout {
		display: none;
	}
	.x-column.x-sm {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.cas_heading_infos {
		padding-right: 20px;
		padding-left: 20px;
	}
	.alp_cas_heading .wertungwrap {
		text-align: center;
		line-height: 1;
	}
	.cas_link .htb_goli {
		padding: 6px 2px;
	}
	.hw_content {
		max-height: auto;
		min-height: auto;
		height: auto;
	}
	.cas_heading_wertung .hw_content .hw_content_head {
		padding-top: 0px;
	}
	.cas_heading_wertung .hw_content .hw_content_head {
		font-size: 17px;
	}
	.snc_cnt_item_margin {
		margin-left: 2px !important;
	}
	.cas_heading_wertung .hw_heading .rf_rating_rs .def.rating_score {
		display: none;
	}
	.hw_heading_right .rating_form_2 .rating_form .item {
		font-size: 15px;
	}
	.hw_heading_left {
		font-size: 13px;
	}
	.cas_heading_wertung .hw_heading .hw_heading_right {
		line-height: 1;
	}
	.cas_heading_wertung .hw_heading {
		padding-bottom: 5px;
	}
	.cas_heading_infos h1 {
		font-size: 27px;
	}
	.heading_infos_ln1 {
		margin-bottom: 0px;
	}
	.snc_cnt_ln2 img {
		max-width: 27px;
	}
	.cas_heading_infos .snc_content .snc_cnt_item .snc_cnt_ln2 {
		font-size: 17px;
		padding-bottom: 0px;
	}
	.heading_infos_ln3 {
		margin-top: 5px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 15px !important;
		height: 22px !important;
		background-size: 43px 25px !important;
	}
	.cas_sidebar_item .csi_link {
		width: 100%;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cas_sidebar_item .csi_link .htb_goli {
		display: block;
	}
	.cas_sidebar_item {
		flex-flow: wrap;
	}
	.cas_sidebar_item .csi_content {
		width: 75%;
		font-size: 15px;
		padding-left: 10px;
	}
	.cas_user_rat_left {
		width: 15%;
		padding: 10px 10px;
	}
	.cas_user_rat_middle {
		width: 45%;
		padding: 10px;
		font-size: 17px;
	}
	.cas_user_rat_right {
		width: 40%;
		padding: 10px;
	}
	.snc_cnt_ln2 .count {
		width: 35px;
	}
    .slotrev_heading {
        flex-flow: wrap; 
    }
    .slotrev_gallery {
        width: 60%;
        padding-right: 20px; 
    }
    .slotrev_info {
        width: 40%; 
    }
    .alp_cas_heading {
        padding-top: 30px; 
    }
    .latestslots_inner {
        padding-left: 10px;
        padding-right: 10px; 
    }
    .latestslots {
        display: inline-block !important;
        width: 100%; 
    }     
    #primary-menu a{
        font-size:12px;
    }
    #primary-menu li:before{
        top: -3px;
        left: -14px;
    }
    #primary-menu li{
        margin-left: 10px;
        margin-right: 10px;
    }
    .oc_cas_carousel .oc24_latestnews .oc24_ln_item{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .fh_count .bnews_count .bnc_item .bnc_right{
        font-size: 13px;
    }
    .stf_row, .header__item{
        font-size:10px;
    }
    .stf_row .htb_goli{
        font-size:12px;
    }
    .oc24_tcs_inner{
        font-size:10px;   
    }
    .oc24_tcs i{
        width: 17px;
        height: 17px;
    }
    .content_newestcas{
        padding-left:4px;
        padding-right:4px;
        padding-bottom:10px;
    }
    .content_newestcas .oc24_middle{
        width: 70%;
    }    
    .content_newestcas .oc24_right{
        width: 100%;
        font-size:12px;
        padding-top:5px;
        padding-bottom:5px;
    }   
    .content_newestcas .oc24_right .htb_goli{        
        font-size:12px;
    }    
    .content_newestcas h4{        
        width:100%;
    }
    .content_newestcas .oc24_ln_item{
        flex-flow:wrap;
    }
    .oc_small_heading_box h3{
        max-width:100%;
    }
    .alp_b_intro .alp_b_logo{
        width:30%;
    }    
    .alp_boco_box .boco_box_inner{
        flex-flow:wrap;   
    }
    .boco_box_left, .boco_box_right{
        width:100%; 
        margin-bottom:10px;
        padding-left:0px;
        padding-right:0px;
    }
    .boco_box_left .htb_goli{
        margin-bottom:15px;
    }    
    .alp_boco_box h4{
        width:100%;
    }
    .alp_b_intro{
        padding-left: 0px;
        padding-right: 0px;
    }
    .alp_b_data .cas_sidebar_item{
        width:100%; 
        margin-left:3px;
        margin-right:3px;
    }    
    .alp_b_data .slotrev_info_table, .alp_b_data .cas_sidebar_welcome{
        width:100%;
    }
    .single-bonus .site-content:first-child{
        margin-top: 0px;
    }

    
}/* END 768 */

@media only screen and (max-width: 768px) and (min-width: 667px) {
    .slotrev_info .slotrev_info_table {
        display: none; 
    }

    .cas_ankermenu .ankermenu_item {
        width: 16.66%; 
    }

    .srt {
        width: 38%;
        padding-top: 0px; 
    }

    .srr {
        width: 40%; 
    }

    .srp {
        width: 22%; 
    }

    .slotrev_info .slotrev_link {
        padding-top: 20px; 
    }

  .widget-area .slotrev_link .htb_goli {
        font-size: 12px; 
    } 
    
}

@media (max-width: 667px) {
	/* IPHONE Portrait*/
	#primary-menu {
		display: block;
	}
	.htb_wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.with_sidebar {
		min-width: 100%;
	}
	#secondary {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.cb_t_big {
		flex-direction: column;
	}
	.cb_t_big .cb_t_big_left img {
		position: static;
	}
	.cb_t_big .cb_t_big_right,
	.cb_t_big .cb_t_big_left {
		width: 100%;
	}
	.willbo_inner_wrap {
		flex-flow: wrap;
	}
	.item_willkommensbo .htb_contentwrap {
		width: 100%;
	}
	.three_tea {
		flex-direction: column;
	}
	.three_tea .three_tea_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.three_tea .three_item_middle {
		margin-left: 0px;
		margin-right: 0px;
	}
	.oc24_soe_item {
		margin-bottom: 0px;
	}
	.oc24_soe_item .soe_item_ln2 {
		display: none;
	}
	.oc24_soe_item .soe_item_ln1 {
		flex-flow: wrap;
	}
	.oc24_soe_item .soe_item_ln1 .soe_item_inner_left,
	.oc24_soe_item .soe_item_ln1 .soe_item_inner_right {
		width: 100%;
	}
	.oc24_soe_item .soe_item_ln1 .soe_item_inner_left {
		margin-bottom: 10px;
	}
	.soe_item_inner_right .htb_goli {
		display: block;
	}
	.oc24_soe_item .oc24_soe_item_logo {
		width: 30%;
	}
	.oc24_soe_item .oc24_soe_item_content {
		width: 70%;
	}
	.soe_mob_cont {
		display: none;
	}
	.sort_table_freispiele .oc24_soe_mob_wrap {
		margin-bottom: 20px;
	}
	.table_fr_ohne .oc24_soe_mob_wrap {
		margin-bottom: 20px;
	}
	.table_fr_ohne .table_fr_ohne_item {
		flex-flow: wrap;
	}
	.table_fr_ohne .tfo_logo {
		width: 40%;
	}
	.table_fr_ohne .tfo_fr {
		width: 60%;
	}
	.table_fr_ohne .tfo_games {
		width: 100%;
		margin: 10px 0px;
	}
	.table_fr_ohne .tfo_link {
		width: 100%;
		margin: 10px 0px;
	}
	.table_fr_ohne .tfo_link .htb_goli {
		display: block;
		width: 90%;
	}
	.oc24_bonusnews .oc24_bn_item_large {
		width: 100%;
		margin-bottom: 15px;
	}
	.oc24_bonusnews .oc24_bn_item_small {
		width: 100%;
	}
	.with_sidebar {
		padding-right: 10px;
		padding-left: 10px;
	}
	.home_topboxes {
		margin-left: 0px;
		margin-right: 0px;
	}
	.htb_contentwrap {
		margin: 10px;
		height: auto;
	}
	.htb_item.item_willkommensbo span.htb_head {
		width: 90%;
	}
	.main-navigation {
		display: none;
	}
	.main_mobmenu {
		display: block;
	}
	.site-branding {
		margin-bottom: 0px;
	}
	.headerinner_wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.newsbar {
		display: none;
	}
	.bookienews_promo .b_promo_date {
		width: 40%;
	}
	.bookienews_promo .b_promo_links {
		width: 50% !important;
	}
	.stf_container .table-row {
		margin-bottom: 0px;
	}
	.stf_container .table-content .stf_logo {
		width: 25%;
	}
	.stf_container .table-content .stf_anzahl {
		width: 35%;
		font-size: 16px;
		padding: 5px;
	}
	.stf_container .table-content .stf_angebot {
		width: 40%;
	}
	.stf_container .table-content .stf_angebot .htb_goli {
		font-size: 14px;
	}
	.stf_container .table-content .stf_spiele,
	.stf_container .table-content .stf_umsatz,
	.stf_container .table-content .stf_bonuscode,
	.stf_container .table-content .stf_mindest {
		display: none;
	}
	.soe_mob_cont .soe_mob_cont_item {
		flex-flow: wrap;
	}
	.stf_bar,
	.table-header {
		display: none;
	}
	.stf_container {
		margin-top: 20px;
	}
	h1 {
		font-size: 22px;
	}
	.site-branding img {
		width: 44%;
	}
	.table_bonus .stf_container .table-row .oc24_soe_mob_wrap {
		margin-bottom: 35px !important;
		border: 2px solid red;
	}
	.table_bonus .stf_deposit,
	.table_bonus .stf_bonuserste,
	.table_bonus .stf_prozent,
	.table_bonus .stf_umsatz {
		display: none;
	}
	.table_bonus .stf_angebot {
		width: 30%;
	}
	.table_bonus .stf_logo {
		width: 30%;
	}
	.table_bonus .stf_bonuspaket {
		width: 40%;
	}
	.rat_wrap {
		width: 57px;
	}
	.table_bonus .table-content .logo_bewertung {
		font-size: 10px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.table_bonus .stf_bonuspaket_inner .bonuspaket_ln2 {
		font-size: 13px;
	}
	.table_bonus .oc24_soe_mob_wrap {
		background: white;
	}
	.table_bonus .table-row {
		flex-flow: wrap;
		margin-bottom: 20px;
	}
	.table_bonus .table-row .stf_angebot {
		width: 33%;
	}
	.table_bonus .oc24_soe_mob_wrap {
		width: 100%;
	}
	.oc24_bonusnews .oc24_bn_item_large {
		height: auto;
	}
	.bnews_wrap_item {
		width: 100%;
	}
	.bnews_related_wrap {
		flex-flow: wrap;
	}
	.bnews_item_left {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.bnews_item_right {
		margin-left: 0px;
	}
	.alp_cas_heading {
		padding: 30px 10px;
	}
	.cas_heading_wrap {
		flex-flow: wrap;
	}
	.cas_heading_wertung {
		width: 100%;
		margin-top: 10px;
	}
	.cas_heading_infos {
		width: 70%;
		padding-left: 10px;
		padding-right: 0px;
	}
	.cas_heading_logo {
		width: 30%;
	}
	.ankermenu_item {
		width: 16.66%;
	}
	.ankermenu_txt {
		font-size: 11px;
	}
	.mobile_cas_heading_infos {
		width: 100%;
		margin-top: 5px;
		padding-left: 0px;
	}
	.cas_link .htb_goli {
		font-size: 12px;
		padding: 12px 2px;
	}
	.cas_link {
		margin-left: 5px;
	}
	.heading_infos_ln2 .wertungwrap {
		width: 45%;
	}
	.heading_infos_ln2 .cas_link {
		width: 55%;
	}
	.cas_user_rat_right {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cas_news_wrap .cas_news_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.cas_news_wrap {
		flex-flow: wrap;
	}
	.cas_news_wrap .cas_news_item.casnews_item_2 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.cas_news_outerwrap {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cas_news_outerwrap h3,
	.cas_sidebar_wrap h3,
	#secondary h4 {
		width: 100%;
	}
	.snc_cnt_ln2 img {
		display: inline;
		max-width: 25px;
	}    

    .slotrev_gallery {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .slotrev_info {
        width: 100%;
    }

    .slotrev_logo img {
        width: 100%;
    }

    .latestslots_inner h4 {
        width: 100%;
    }

    .slot_tag_inner {
        flex-flow: wrap;
    }

    .sti_left {
        width: 100%;
    }

    .sti_right {
        width: 100%;
    }

    .cas_user_rat_middle {
        width: 40%;
    }

    .cas_user_rat_right {
        width: 45%;
    }

    .slot-template-default .cas_user_rat_left {
        padding-top: 20px;
    }

    .cas_user_rat_right .rating_form .item {
        font-size: 16px !important;
    }

    .slot-template-default .cas_user_rat_right {
        padding-top: 20px;
    }
    
    .fh_title{
         width:100%;  
        padding-right:0px;
    }
    .fh_count{
        width:100%;
    }
    .oc_front_header_wrapper{
        flex-flow:wrap;
    }
    .fh_count .bnews_count .bnc_item .bnc_right{
        font-size:10px;
    }
    .site-branding{
        width:40%; 
        padding-left:5px;
        padding-top:2px;
    }
    .site-branding img{
        width:100%;
    }
    .oc_dropdownmenu{
        text-align:right;  
        width:60%;
        padding-right:15px;
        padding-top: 3px;
    }
    .headerinner_wrap{
        align-content: space-between;
    }
    .oc_dropdownmenu img{
        width:auto;
    }
    .content-column.one_half.last_column{
        padding-left: 0px;
    }
    .content-column.one_half, .content-column.two_third{
        padding-right: 0px;
    }
    .oc_slider{
        height:auto !important;
    }
    .oc_front_header_wrapper{
        padding-bottom:10px;
    }
    .contentbreak_padding{
        padding:10px;
    }
    .contentbreak_padding .tmb_right::after{
        right: 16px;
    }
    .oc24_tcs{
        padding-left:0px;   
        padding-right:0px;   
    }
    .contentbreak_padding .table_bonus .oc24_soe_mob_wrap{
        background-color:#f0f6f6 !important;        
    }
    .content_casinogames_wrap{
        flex-flow:wrap;
    }
    .content_casinogames_wrap .ccg_item{
        width:50%;
    }
    .content_break_app .content-column.one_half, .content_break_app .content-column.two_third{
        padding-right:5px;
        padding-left:5px;
    }
    
    .content_break_wrap .content-column.one_third .size-full{
        margin: 0 auto;
        display: block;
    }
    .mobilemenu ul{
        text-align: center;
    }
    /* MAINTABLE */
    .stf_container .table-content.sort_table_main .stf_umsatz{
        display:block;
        width:35%;
    }     
  
    .stf_container .table-content.sort_table_main .stf_anzahl{
        display:none;
    }
    .stf_container .table-content.sort_table_main .logo_bewertung{
        font-size: 10px;
    }
    .soe_mob_cont_right .innerlarger{
        text-align: left;
    }
    .soe_mob_cont_right .highlights_inner ul{
        padding-left:0px;
    }
    .soe_mob_cont{
        width:100%;
    }
    .sort_table_main .oc24_soe_mob_wrap{
        width:100%;
        margin-bottom:0px;
    }
    .sort_table_main .table-row{
        margin-bottom:20px;
    }    
    .sort_table_main .soe_mob_btn, .sort_table_main .soe_mob_cont{
        background-color: white;
    }
    .sort_table_main .soe_mob_cont{
        margin-top:0px;
        padding-top:20px;
    }
    .content_break_wrap{
        padding-left:5px;
        padding-right:5px;
    }
    .content_newestcas .oc24_middle{
        width: 40%;
    }    
    .content_newestcas .oc24_right{
        width: 30%;
    }
    .alp_b_intro{
        flex-flow:wrap; 
        padding-left:0px;
        padding-right:0px;
    }
    .alp_b_intro .alp_b_logo{
        width:100%;
    }
    .alp_b_logo{
        border-radius: 0px; 
    }
    .alp_b_introtext{
        width:100%;
        padding-left:0px;
        margin-top:10px;
    }
    .alp_b_data {
        flex-flow:wrap; 
        padding-left:0px;
        padding-right:0px;
    }
    .alp_b_data_screen{
        width:100%; 
        padding-right: 0px;
    }    
    .alp_b_data_screen img{
        width:100%;   
    }
    .alp_b_data .alp_b_data_infos{
        width:100%;
        margin-top:10px;
    }
    .bo_rev_inner{
        flex-flow:wrap;        
    }
    .bo_rev_item{
        width:100%;
        margin-bottom:15px;
    }
    .bo_rev_related_news h4{
        width:100%;
    }


}


/* END 667 */

@media only screen and (max-width: 768px) and (min-width: 480px) {
	.item_willkommensbo .htb_contentwrap {
		height: 110px;
	}
	.item_willkommensbo .htb_content_cnt_ln1 .htb_content_cnt_ln1_left {
		font-size: 13px;
	}
	.item_willkommensbo .htb_content_cnt_ln1 .htb_content_cnt_ln1_right .htb_goli {
		font-size: 11px;
	}
	.item_willkommensbo .htb_content_cnt_ln2 {
		font-size: 13px;
	}
	#secondary h4 {
		width: 100%;
		font-size: 15px;
	}
	.sidebar_newest_cas .snc_content {
		flex-flow: wrap;
	}
	.sidebar_newest_cas .snc_cnt_item {
		width: 47%;
	}
	.oc24_soe_item .soe_item_ln1 .soe_item_inner_left {
		width: 60%;
	}
	.oc24_soe_item .soe_item_ln1 .soe_item_inner_right {
		width: 40%;
	}
	.table_fr_ohne .table_fr_ohne_item {
		font-size: 15px;
	}
	.table_fr_ohne .table_fr_ohne_item .htb_goli {
		font-size: 10px;
	}
	.table_fr_ohne .table_fr_ohne_item .htb_badge {
		top: -2px;
		left: -2px;
	}
	.table_fr_ohne .table_fr_ohne_item .htb_badge span {
		background-size: 50px;
	}
	.table_fr_ohne .tfo_fr {
		width: 25%;
	}
	.table_fr_ohne .tfo_games {
		width: 30%;
	}
	.oc24_bonusnews .oc24_bn_item_large {
		width: 100%;
		margin-bottom: 20px;
	}
	.oc24_bonusnews .oc24_bn_item_small {
		width: 100%;
	}
	.cb_t_big .cb_t_big_left,
	.cb_t_big .cb_t_big_right {
		width: 100%;
	}
	.cb_t_big {
		flex-flow: wrap;
	}
	.sidebar_table_fr .oc24_ln_right_fr .tfo_fr,
	.sidebar_table_fr .oc24_ln_right_fr .tfo_link,
	.sidebar_table_fr .oc24_ln_right_fr .tfo_games {
		width: 100%;
	}
	.sidebar_table_fr .oc24_ln_right_fr .htb_goli {
		width: 100%;
		display: block;
	}
	.sidebar_table_fr .tfo_games {
		font-size: 12px;
	}
    
}

@media (max-width: 480px) {
	/* smaller Phones*/
	.b_item_2,
	.b_item_3 {
		width: 48%;
		margin: 2px;
	}
	.b_promo_title {
		height: auto;
	}
	.b_infos,
	.b_ext,
	.b_promo_links,
	.b_item_1 .b_promo_links {
		width: 100%;
		display: block;
		margin-top: 4px;
		font-size: 12px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.b_item_2,
	.b_item_3 {
		width: 100%;
	}
	.b_promo_logo {
		height: auto;
	}
	.b_item_2 .b_promo_logo img,
	.b_item_3 .b_promo_logo img {
		min-width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 0%;
	}
	.b_promo_date {
		width: auto;
		padding: 3px;
	}
	.b_promo_linkbar {
		text-align: center;
	}
	.bnews_count .bnc_item .bnc_right {
		font-size: 12px;
	}
	.bnews_count .bnc_item .bnc_left {
		font-size: 28px;
	}
	.sort_table_freispiele .table-row {
		margin-top: 5px;
	}
	.casinfobox .logo_bewertung {
		font-size: 9px;
	}
	.error-404 .page-content {
		width: 90%;
	}
	.error-404 h1 {
		font-size: 12em;
	}
	.error-404 h2 {
		font-size: 1em;
	}
    .page-template-template_fullscreen .latestslotscontent .latestslots_inner .swiper-slide a::after{
        top: 13%;
        left: 21%;
    }
	#primary .widget_column3_item{
		width:calc(33.333% - 5px);
	}
	
}

@media (max-width: 320px) {
	/* extra small Phones*/
	.casinofo_lk .htb_goli {
		font-size: 14px;
	}
	.casinfobox .casinofo_bullet {
		font-size: 12px;
		padding-left: 20px;
	}
	.alp_cas_heading .wertung {
		font-size: 13px;
	}
	.main_mobmenu ul li a {
		font-size: 11px;
	}
	.cas_link .htb_goli {
		font-size: 12px;
		padding: 4px 2px;
	}
	.alp_cas_heading .cas_rating {
		font-size: 12px;
	}
}
/* BUGFIXES */ 
.oc24_soe_mob_wrap, .soe_mob_cont{
    width:100%;   
}
.table_mob_bar_filter{
    margin-bottom:10px;   
}
.tmb_right::after, .tmb_right.tmb_close::after{
    right:20px;
}

.oc24_soe_mob_wrap{
    display:none;
}

@media (max-width:1024px){
    .stf_bar_links{
        width:60%;
    }
    .stf_bar_rechts{
        width:40%;   
    }
    .site-branding{
        padding-left:5px;   
    }
}

@media (max-width:768px) and (min-width:667px){
    .sort_table_main .stf_row, .header__item{
        font-size:12px;
        padding-left:4px;
        padding-right:4px;
    }
    .table-header{
        display:none;
    }
    .bnews_name{
        line-height:1.4;   
    }
    .cas_news_link .htb_goli{
        width:100%;
        display: block;
        font-size:14px;
    }

    .sort_table_main .stf_spiele, 
    .sort_table_main .stf_anzahl, 
    .sort_table_main .stf_logo, 
    .sort_table_main .stf_umsatz, 
    .sort_table_main .stf_bonuscode, 
    .sort_table_main .stf_angebot{
        width: 33.33% !important;
    }
    .sort_table_main .stf_logo .htb_badge span{
        margin-left:4px;
    }
    .stf_bar{
        flex-flow:wrap;
    }
    .stf_bar_links{
        width:100%;
    }
    .stf_bar_rechts{
        margin-top:30px;
        width:100%;   
    }    
    .table-content .stf_anzahl{
        font-size:16px;
    }
    .content_break_wrap{
        padding-left:15px;
        padding-right:15px;
    }
    .table_bonus .stf_bonuspaket_inner .bonuspaket_ln2{
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width:667px){
    .oc24_soe_mob_wrap{
        display:block;
    }
    .site-navigation{
        display:none;
    }
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
    .table-header{
        display:none;   
    }
}