/*   
Theme Name: Wettanbietererfahrungen
Theme URI: http://www.wettanbietererfahrungen.com/
Description: WP-Theme for wettanbietererfahrungen.com
Version: 1.0
*/
/*

/*-------------------------------------------------------------------------*/
/*	1. General style
/*-------------------------------------------------------------------------*/
body {
	overflow-x: hidden;
	image-rendering: -webkit-optimize-contrast;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

*:focus {
	outline: 0 !important;
}

a {
	outline: 0 !important;
	word-wrap: break-word;
}

a:hover , a:focus , a:active {
	text-decoration: none;
	outline: 0 !important;
}

ul {
	list-style: none;
	padding: 0;
}

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

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.relative {
	position: relative;
}

.general-text p, .archive-item-text {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	line-height: 26px;
}
.home .page-content .container {
	padding-top: 40px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
button {
	border: none;
}
h1 {
	font-family: 'Asap', sans-serif;
	font-size: 40px;
	line-height: 42px;
	color: #2d3047;
	margin: 0 0 15px;
}
.home h1 {
	font-size: 36px;
	color: #009a93;
}
h2 {
	font-family: 'Asap', sans-serif;
	font-size: 32px;
	line-height: 34px;
	color: #2d3047;
	margin: 0 0 10px;
}

h3 {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #2d3047;
	margin: 0 0 15px;
}
h4, h5 {
	font-family: 'Asap', sans-serif;
	color: #2d3047;
}
.content > h2, .content > h3, .content > h4 {
	margin-top: 20px;
}
.section-subtitle p {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin-bottom: 20px;
}

.section-big-subtitle p {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #2d3047;
	margin-bottom: 20px;
	margin-left: 30px;
}
.cyan-btn a, button.cyan-btn, .cyan-btn span {
	background: #009a93;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
}
.recommandation-section .cyan-btn span, .anbietervergleich .cyan-btn span, #overlaybox-conversion  .cyan-btn span {
	padding: 10px;
	display: inline-block;
}
.anbietervergleich .cyan-btn span {
	padding: 7px 10px;
	margin-top: 0;
}
.cyan-btn a:hover, button.cyan-btn:hover, .cyan-btn span:hover {
	-webkit-box-shadow: 0px 0px 29px -5px rgba(0,154,147,0.5);
	-moz-box-shadow: 0px 0px 29px -5px rgba(0,154,147,0.5);
	box-shadow: 0px 0px 29px -5px rgba(0,154,147,0.5);
}
.wp-caption {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.page-content p.wp-caption-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	margin: 0;
	padding: 10px 10px 10px 0;
	border-radius: 0 5px 0 0;
	font-size: 13px;
}
.alignleft {
	margin: 0 15px 10px 0;
	float: left;
}
.alignright {
	margin: 0 0 10px 15px;
	float: right;
}
.aligncenter, .alignnone {
	margin: 25px auto;
	display: block;
}
.content img.aligncenter, .content img.alignnone {
	margin: 30px auto;
}
.main-content img, .main-content iframe, .sidebar img {
	max-width: 100%;
}
.main-content .alignleft, .main-content .alignright {
	max-width: 45%;
}
.main-content img, .sidebar img {
	height: auto;
}
button.cyan-btn {
	width: 100%;
	padding: 9px 10px;
}
.edit-acf-field {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #2E3142 !important;
    font-size: 10px;
    padding: 4px;
    line-height: 1;
    display: inline-block;
    opacity: .35;
}
.edit-acf-field:hover {
    opacity: 1;
}
/*-------------------------------------------------------------------------*/
/*	2. Header style
/*-------------------------------------------------------------------------*/

.header {
	position: relative;
	-webkit-box-shadow: 0px 5px 32px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 32px -5px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 32px -5px rgba(0,0,0,0.4);
	z-index: 999;
}
.header-topline {
	background: #3b3f51;
}
.out-of-container {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.in-container-header {
	height: 75px;
	background: #2E3142;
}
.in-container-header.sticky {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 99;
}
.admin-bar .in-container-header.sticky {
	top:32px;
}

.header .logo-box {
	padding: 15px 0;
	display: inline-block;
}

.logo-small {
	display: none !important;
}

.header .logo-box img {
	width: 100%;
	max-width: 390px;
}

.search-box {
	background: #292B40;
	position: relative;
	top: 18px;
}

.search-box input[type="text"] {
    display: block;
    width: 275px;
    height: 40px;
    border: none;
    background: #3b3f51;
    color: #fff;
    padding: 5px 55px 5px 10px;
}
.search-box input[type="text"]:focus {
    background: #404456;
}

.search-box input[type="submit"], .search-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	text-indent: -9999px;
	border: none;
	background: url(img/search-toggle.png) center center no-repeat;
	background-size: 18px 18px;
	width: 40px;
	height: 40px;
}
.search-toggle {
	display: none;
	top: 8px;
	background-size: 20px 20px;
}

.main-menu-box {
	position: absolute;
	padding: 26px 0;
	margin-right: 15px;
	margin-left: -15px;
}

.main-menu-btn:hover {
	cursor: pointer;
}

.main-menu-content {
	position: absolute;
	top: 65px;
	left: calc(-140px + 50% * 1);
	width: 280px;
	background: #951b81;
	border-radius: 5px;
	z-index: 999;
	display: none;
}

.main-menu-content-active {
	display: block !important;
}

.main-menu-content .main-menu-content-relative {
	position: relative;
	display: block;
}

.main-menu-content .main-menu-content-relative .ancle {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #951b81;
	top: -8px;
	left: 0;
	right: 0;
	margin: auto;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.main-menu-content ul {
	margin: 0;
	padding: 10px 0;
}

.main-menu-content ul li a {
	margin: 0;
	padding: 10px 20px;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #fff;
	border-bottom: 2px solid #ad2d98;
}

.main-menu-content ul li a:hover {
	background: #ad2d98;
}
.main-menu-content ul li:last-child a {
	border: none;
}

.main-menu {
	padding-left: 40px;
	float: left;
	margin-left: -15px;
	border-bottom: 2px solid #009a93;
}

.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-menu ul li {
	display: inline-block;
}

.main-menu ul li a {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	margin-right: 25px;
	transition: all 300ms ease 0s;
	line-height: 75px;
}
.main-menu ul li:last-child a {
	margin-right: 0;
}

.main-menu ul li a:hover {
	color: #fff;
}

.header-contact {
	padding: 20px 0 0 50px;
	/*background: #2E3047;*/
}

.header-contact-icon {
	float: left;
	margin-right: 10px;
}

.header-contact-icon img {
	margin-top: 2px;
}

.header-contact-text {
	float: left;
}

.header-contact-text h4 {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 0;
}

.header-contact-text p {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	color: #6c788d;
	margin: 0;
}
#menu-catmenu {
	text-align: right;
	padding: 19px 0;
	margin: 0;
}
#menu-catmenu li {
	display: inline-block;
}
#menu-catmenu li.sportwetten {
	margin-right: 16px;
}
#menu-catmenu li a {
	display: block;
	padding: 7px;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	background: #009a93;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Asap', sans-serif;
	line-height: 1;
	width: 75px;
	text-align: center;
	box-sizing: border-box;
}
#menu-catmenu li a:hover {
	opacity: .85;
}
#menu-catmenu li.casino a {
	background: #951b81;
}
/*-------------------------------------------------------------------------*/
/*	3. Page Content style
/*-------------------------------------------------------------------------*/

.breadcrumbs {
	margin-top: 20px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
}

.breadcrumbs a {
	color: #6c788d;
}

.breadcrumbs span {
	margin-right: 10px;
}

.page-content {
	padding: 50px 0;
	font-family: 'Arial', sans-serif;
	color: #6c788d;
}
.page-content.home {
	padding: 0;
	overflow-x: hidden;
}
.page-content > .container > .row {
	position: relative;
}
.page-content p {
    line-height: 26px;
	font-size: 16px;
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------------*/
/*	3.1. Reviewbox 
/*-------------------------------------------------------------------------*/
.reviewpart  {
	margin-bottom: 50px;
}
.reviewpart#ergebnis {
	margin-bottom: 20px;
}
#wettsteuer.reviewpart {
	background: #F4F9FF;
	padding: 20px;
	border-radius: 5px;
}
.reviewpart .part-content, .reviewpart .part-footer {
	display: block;
}
.reviewpart:not(#wettsteuer):not(#ergebnis) .part-content {
	border-bottom: 1px solid #F4F9FF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.reviewpart .part-footer .button {
	background: #F4F9FF;
	display: inline-block;
	padding: 12px;
	border-radius: 5px;
	color: #2E3142 !important;
	font-weight: bold;
	line-height: 1;
	font-family: 'Asap', sans-serif;
	border: 2px solid #F4F9FF;
}
.reviewpart .part-footer .button:hover {
	background: none;
}
.reviewpart .ergebnis, .reviewpart .part-title {
	position: relative;
	padding-right: 65px;
}
.reviewpart .ergebnis {
	margin-bottom: 15px;
}
.reviewpart .ergebnis .result {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #009a93;
	color: #fff;
	border-radius: 2px;
	width: 55px;
	height: 55px;
	line-height: 1;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	font-family: 'Asap', sans-serif;
}
.reviewpart .ergebnis .result small {
	display: block;
	font-size: 11px;
	line-height: 1;
	font-weight: 300;
}
.reviewpart .ergebnis .balken-outer {
	height: 8px;
	display: block;
	background: #D6DDE7;
	margin-bottom: 15px;
	border-radius: 2px;
	overflow: hidden;
}
.reviewpart .ergebnis .balken-outer .balken {
	height: 8px;
	display: block;
	background: #009a93;
}
.reviewpart .part-footer .scrolluplink {
	float: right;
	margin-top: 7px;
}
.reviewpart .part-footer .fa {
	background: #D6DDE7;
	color: #fff;
	border-radius: 50%;
	line-height: 1;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-size: 75%;
}
.reviewpart .part-footer .fa:hover {
	background: #009a93;
}
#snippet-box-footer {
	margin-top: 10px;
	font-size: 11px;
}
#snippet-box-footer .item {
	display: inline-block;
	margin: 0 20px 5px 0;
}
#snippet-box-footer .rating {
	height: 14px;
	background: url(img/rating-star-gray.png);
	width: 75px;
	display: inline-block;
}
#snippet-box-footer .stars {
	height: 14px;
	background: url(img/rating-star-gold.png);
	display: block;
}
/* Section 1 */

.rate-box {
	margin-top: 20px;
	min-height: 35px;
	margin-bottom: 10px;
}
.rate-box .rateit {
	margin-right: 15px;
	vertical-align: middle;
}

.rate-box .stars {
	float: left;
	margin-right: 15px;
	font-size: 16px;
}

.rate-box p {
	float: left;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	margin-right: 15px;
}

.rate-box .users-rate {
	float: left;
}

.rate-box .users-rate p, .rate-box .users-rate a  {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #06bbb4;
}

/* Section 2 */
ol.numbers {
	margin: 20px 0;
	padding: 0;
	counter-reset: section;
}
.content ol.numbers {
	margin-bottom: 30px;
}
.section-2 .numbering-box .numbering-item, ol.numbers li  {
	/*min-height: 30px;*/
	margin-bottom: 15px;
}

ol.numbers li {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #2d3047;
	line-height: 26px;
	list-style: none;
	padding: 0 0 0 35px;
}

.section-2 .numbering-box span, ol.numbers li:before {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 3px 8px;
	background: #06bbb4;
	border-radius: 4px;
	float: left;
	margin-right: 12px;
	margin-left: -35px;
	margin-top: 0;
	counter-increment: section;
    content: counter(section);
	line-height: 18px;
}

/* Section 3 */

.section-3 {
	margin-top: 40px;
}

.section-3 .h3-title {
	margin-bottom: 20px;
}

/* Section 4 */

.section-4 {
	margin-top: 40px;
}

.grey-box, .page-content ul.checklist {
	background: #F4F9FF;
	padding: 20px 30px;
	border-radius: 5px;
	margin: 20px 0;
	display: block;
}
.grey-box.toc-review {
	margin-bottom: 40px;
}
.grey-box .checklist-box ul li, .content ul li {
	margin-bottom: 7px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	padding-left: 30px;
	position: relative;
}
.content ul.arrow {
	margin-bottom: 1em;
}
.content ul.arrow li {
	padding-left: 25px;
	margin-bottom: 10px;
}
.content > ul, .content > ol, .part-content > ul, .part-content > ol {
	margin: 0 0 30px;
}
.content > ul:not(.checklist) li, .content > ol li, .part-content > ul:not(.checklist) li, .part-content > ol li {
	margin-left: 20px;
}
#toc {
	width: 45%;
    min-width: 275px;
    display: inline-block;
    margin: 0.5em 3% 1em 0;
    float: left;
}
#toc.fullwidth {
	width: 100%;
	float: none;
	margin-bottom: 1.5em;
}
#toc li {
	background: none;
	padding: 0;
	font-family: 'Asap', sans-serif;
	color: #2d3047;
}
#toc li:before {
	display: none;
}
#toc .jumpernav-box > ul li > ul > li {
	margin-left: 20px;
	font-size: 13px;
}
#toc .jumpernav-box > ul li > ul > li > a {
	font-size: 13px;
}
#toc .jumpernav-box > ul li > ul > li > ul li {
	margin-left: 20px;
	font-size: 11px;
	font-weight: bold;
}
#toc .jumpernav-box > ul li > ul > li > ul li > a {
	font-size: 11px;
}
.grey-box .checklist-box ul li:before, ul.checklist li:before, .content ul li:before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 14px;
	background: url('img/check-icon.png');
}
.content ul.arrow li:before {
	background: url('img/ul-icon-arrow.png') no-repeat;
	width: 14px;
}
.grey-box .jumpernav-box ul li {
	font-family: 'Arial', sans-serif;
	list-style: decimal inside;
	font-size: 16px;
	color: #6c788d;
}	
.grey-box .jumpernav-box ul li a {
	margin-bottom: 7px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}

.grey-box .jumpernav-box ul li span {
	font-family: 'Asap', sans-serif;
	color: #2d3047;
}

.jumpernav-2-row {
	margin-top: 30px;
}

.jumpernav-item {
	padding: 8px 20px 8px 45px;
	min-height: 38px;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
	width: 48.5%;
	min-width: 200px;
	float: left;
	background: #fff url('img/star-icon.png') no-repeat;
	background-position: 15px 11px;
}
.jumpernav-item:nth-child(odd) {
	margin-right: 3%;
}
.jumpernav-item:hover {
	background-color: #FCFDFF;
}


.jumpernav-item a {
	float: left;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}
.jumpernav-item a:after, .sidebar-stories a:after, .sidebar-article a:after, .sidebar-related-article a:after, .sidebar-stories a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.jumpernav-item span {
	float: right;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #06bbb4;
}

/* Section 5 */

.section-5 {
	margin-top: 40px;
}

.section-5 .section-subtitle p {
	margin-left: 30px;
}

/* Table */
.table-outer {
	overflow-x: auto;
	margin: 0.25em auto 0.75em;
	padding: 0.25em 0;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
	width: 12px;
}
::-webkit-scrollbar:horizontal {
	height: 12px;
}
::-webkit-scrollbar-thumb {
	background-color: #06bbb4;
	border-radius: 10px;
	border: 3px solid #fff;
}
::-webkit-scrollbar-track {
	border-radius: 10px;  
	background-color: #fff; 
}
.col-md-8 table {
    border-collapse: separate;
    width: 100%;
	border-spacing: 0;
    font-size: 13px;
    line-height: 1.5em;
	border-radius: 5px;
}
.col-md-8 table th {
    background: #F4F9FF;
    border-right: 1px solid #F4F9FF;
    border-bottom: 1px solid #F4F9FF;
    padding: 10px 15px;
	color: #6c788d;
	font-weight: normal;
}

.table {
	border-radius: 5px;
	overflow: hidden;
	border: 2px solid #F4F9FF;
	margin: 0;
}

.table .table-header-row {
	background: #F4F9FF;
}

.table .table-item-header {
	padding: 20px;
	border-right: 2px solid #eff5fc;
}

.table .col-md-3:last-child .table-item-header {
	border: none;
}

.table .table-item-header p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
}

.table .table-content-row {
	border-bottom: 2px solid #F4F9FF;
}

.table .table-content-row:last-child {
	border-bottom: none;
}

.table .table-item-content {
	padding: 20px;
	border-right: 2px solid #F4F9FF;
}

.table .col-md-3:last-child .table-item-content {
	border: none;
}

.table .table-item-content p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
}

/* End Table */

/* Section 6 */

.section-6 {
	margin-top: 40px;
}

.section-6 .section-subtitle p {
	margin-left: 30px;
}

/* accordion */

#accordion, .panel-default {
	border: 2px solid #eff5fc;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
}

#accordion .panel {
	border: none !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

#accordion .panel-heading, .panel-default > .panel-heading {
	border-bottom: 2px solid #eff5fc !important;
	background: #F4F9FF !important;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0 !important;
	padding: 0;
}

#accordion .panel:last-child .panel-heading {
	border: none !important;
}

#accordion .panel-heading h4 a, .panel-default > .panel-heading span {
	display: block;
	padding: 20px 50px 20px 20px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	position: relative;
	cursor: pointer;
}

#accordion .panel .panel-heading h4 a:before, .panel-default > .panel-heading span:before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 14px;
	height: 14px;
	background: url('img/open-panel.png') no-repeat;
	background-position: center center;
}

#accordion .panel .panel-heading h4 .collapsed:before, .panel-default > .panel-heading span.collapsed:before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 14px;
	height: 14px;
	background: url('img/closed-panel.png') no-repeat;
	background-position: center center;
}

#accordion .panel-body, .panel-default .panel-collapse .kategorievergleich {
	border: none;
	padding: 20px;
}

#accordion .panel-body h4 {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #2d3047;
}

#accordion .panel-body p {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	line-height: 26px;
}

/* end accordion */

/* Section 7 */

.section-7 {
	margin-top: 40px;
}

.rating-section {
	border: 2px solid #EEF5FD;
	border-radius: 5px;
}

.rating-item {
	padding: 28px 30px 28px 30px;
	border-right: 2px solid #EEF5FD;
}

.rating-section .col-md-3:last-child .rating-item {
	border: none;
}

.rating-item:hover {
	border: 2px solid #06bbb4 !important;
	margin: -2px 0 -2px -2px;
	border-radius: 5px;
	cursor: pointer;
}

.rating-section .col-md-3:last-child .rating-item:hover {
	margin-right: -2px;
}

.rating-item .rating-img-box {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.rating-item .rating-img-box img, .top-anbieter-content .top-anbieter-item .rating-img-box img, .top-bonus-content .top-bonus-item .rating-img-box img {
	width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.rating-item .rating-title {
	text-align: center;
}

.rating-item .rating-title p {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #2d3047;
	margin-top: 10px;
	margin-bottom: 3px;
}

.rating-stars .stars2 {
	display: inline-block;
	margin-right: 2px;
}

.rating-stars {
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
}
.anbietervergleich .rating-stars {
	font-size: 16px;
}
.anbietervergleich .rating-stars .stars-on {
	height: 18px;
	background: #fff url(img/rating-star-gold-big.png);
}
.anbietervergleich .rating-stars .stars-off {
	height: 18px;
	width: 95px;
	background-image: url(img/rating-star-gray-big.png);
	margin-left: 5px;
}
.rating-bonus p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

/* Section 8 */

.section-8 {
	margin-top: 40px;
}

.top-bonus-content {
	border: 2px solid #EEF5FD;
	border-radius: 5px;
}

.top-bonus-content .top-bonus-item {
	padding: 23px 28px;
	border-bottom: 2px solid #EEF5FD;
}

.top-bonus-content .top-bonus-item:last-child {
	border-bottom: none;
}

.top-bonus-content .top-bonus-item .rating-img-box {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.top-bonus-content .top-bonus-item .rating-img-box img {
	width: auto;
	max-height: 60px;
}

.top-bonus-content .top-bonus-item .top-bonus-title {
	padding-left: 15px;
}

.top-bonus-content .top-bonus-item .bonus, .top-bonus-content .top-bonus-item .rating-stars.margin {
	padding-left: 15px;
}
.top-bonus-content .top-bonus-item .rating-stars.margin {
	margin: 0 0 5px;
}
.top-bonus-content .top-bonus-item .top-bonus-title h3 {
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	color: #2d3047;
	margin-top: 13px;
	margin-bottom: 5px;
}
.top-bonus-content.zahlungsmethode .top-bonus-item .top-bonus-title h3 {
	margin-top: 0;
}
.top-bonus-content.zahlungsmethode p {
	margin-bottom: 5px;
}
.top-bonus-content .payment-logo {
	margin: 8px 0;
}
.top-bonus-content .top-bonus-item .bonus p {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #6c788d;
}

.top-bonus-content .top-bonus-item .rating-stars {
	margin-top: 25px;
	font-size: 13px;
	font-family: 'Arial', sans-serif;
}

.top-bonus-content .top-bonus-item .cyan-btn {
	margin-top: 20px !important;
}
.top-bonus-content  .col-md-2:last-child {
	padding-left: 10px;
}
.code-input {
	display: block;
	padding: 5px;
	margin-bottom: -15px;
	text-align: center;
	border-radius: 5px;
	background: #EEF5FD;
}
/* Section 9 */

.section-9 {
	margin-top: 40px;
}

.top-anbieter-content, .top-bonus-content {
	border: 2px solid #EEF5FD;
	border-radius: 5px;
	margin: 15px 0 30px;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #6c788d;
}
.top-anbieter-content p, .top-bonus-content p, .top4-anbieter-box p, .recommandation-section p, .page-content p.wp-caption-text, .anbietervergleich  p {
	line-height: 1.5;
}
.top-anbieter-content .top-anbieter-item {
	padding: 23px 28px;
	border-bottom: 2px solid #EEF5FD;
}

.top-anbieter-content .top-anbieter-item:last-child {
	border-bottom: none;
}

.top-anbieter-content .top-anbieter-item .rating-img-box {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.top-anbieter-content .top-anbieter-item .rating-img-box img {
	width: 100%;
}

.top-anbieter-content .top-anbieter-item .top-anbieter-title {
	padding-left: 15px;
}

.top-anbieter-content .top-anbieter-item .top-anbieter-title h3 {
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	color: #2d3047;
	margin: 0 0 5px 0;
}

.top-anbieter-content .top-anbieter-item .rating-stars {
	margin-left: 15px;
	font-size: 13px;
}

.top-anbieter-content .top-anbieter-item .cyan-btn {
	padding-left: 15px;
}
.top-anbieter-content .top-anbieter-item .top-anbieter-benefits ul {
	margin-bottom: 0;
}
.top-anbieter-content .top-anbieter-item .top-anbieter-benefits ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
	font-size: 13px;
}

.top-anbieter-content .top-anbieter-item .top-anbieter-benefits li:before {
	content: "";
	position: absolute;
	margin: auto;
	top: -2px;
	left: 0;
	width: 13px;
	height: 10px;
	background: url('img/green-check.png');
}

.top-anbieter-content .top-anbieter-item .bonus p {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #6c788d;
	margin-top: 20px;
	display: inline-block;
}

.top-anbieter-content .top-anbieter-item .bonus {
	display: inline-block;
}

.top-anbieter-content .top-anbieter-item .bonus p:first-child {
	margin-right: 30px;
}

.top-anbieter-content .top-anbieter-item .price {
	float: right;
}

.top-anbieter-content .top-anbieter-item .price span {
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	color: #06bbb4;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0;
	display: inline-block;
}
.rating-stars .stars-off {
	height: 14px;
	background: url(img/rating-star-gray.png);
	width: 75px;
	display: inline-block;
	vertical-align: top;
}
.rating-stars .stars-on {
	height: 14px;
	background: #fff url(img/rating-star-gold.png);
	display: inline-block;
	vertical-align: top;
}
/* Section 10 */

.section-10 {
	margin-top: 40px;
}

.section-10 .section-subtitle p {
	margin-left: 30px;
}

.banner-box {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.banner-box img {
	width: 100%;
}

.banner-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 10px 15px 0 0;
	border-top-right-radius: 5px;
}

.banner-text p, .wp-caption-text {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #6c788d;
	margin: 0;
}

/* Section 11 */

.section-11 {
	margin-top: 40px;
}

.section-11 .section-subtitle p {
	margin-left: 30px;
}



/*** NEW FRONTPAGE ***/
/*** HOMESLIDER ***/
.home-slider {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	top: -2px;
	font-family: 'Arial', sans-serif;
}
#rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
#rslides > li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
#rslides > li:first-child {
	position: relative;
	display: block;
	float: left;
}
#rslides .slider-image {
	display: block;
	height: auto;
	float: left;
	height: 670px;
    min-width: 100%;
	border: 0;
	background-position: right 0;
	background-size: cover;
}
#rslides > li, .home-slider .rslides_tabs li {
	background: 0;
	padding: 0;
	margin: 0;
}
#rslides > li > div.slider-text {
	position: absolute;
	left: 320px;
	top: 0;
	color: #fff;
	z-index: 9999;
	max-width: 880px;
	box-sizing: border-box;
	padding: 100px 50px;
	font-family: Asap, sans-serif;
	font-size:18px;
}
#rslides > li > div.slider-text ul {
	margin: 20px 0;
}
#rslides > li > div.slider-text ul li {
	position: relative;
	padding-left: 18px;
	list-style: none;
	margin-bottom: .5em;
}
#rslides > li > div.slider-text ul.checklist li {
	padding-left: 25px;
}
#rslides > li > div.slider-text ul li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	left: 0;
	top: 9px;
	background: #009a93;
}
#rslides > li > div.slider-text ul.checklist li:before {
	position: absolute;
	width: 13px;
	height: 13px;
	background: url("img/ul-checklist-icon.png") no-repeat;
	background-size: 100% auto;
	top: 0;
}
#rslides > li > div .title {
	color: #fff;
	margin-bottom: .75em;
	font-size: 58px;
	line-height: 1;
	font-weight: bold;
}
#rslides > li > div .title small {
	font-size: 24px;
	font-weight: normal;
	display: block;
	color: #fff;
	margin-top: .25em;
}

.home-slider .rslides_tabs {
	position: absolute;
	width: 120px;
	margin-left: 490px;
	left: 50%;
	bottom: 20px;
	text-align: center;
	z-index: 99;
}
.home-slider .rslides_tabs li {
	margin: 0 4px;
	display: inline-block;
}
.home-slider .rslides_tabs li a {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	background: #fff;
}
.home-slider .rslides_tabs li.rslides_here a {
	background: #009a93;
}
.home-toc {
	background: #009a93;
	height: calc(100% - 2px * 1);
	width: 310px;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 9;
	padding: 20px 35px;
	box-sizing: border-box;
	color: #fff;
	-moz-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
	overflow: hidden;
}
.home-toc.sticky {
	position: fixed;
	top: 75px;
	height: 670px;
	z-index: 999;
}
.admin-bar .home-toc.sticky {
	position: fixed;
	top: 107px;
	height: 670px;
}
.home-toc .close {
	width: 30px;
	height: 30px;
	float: right;
	background: url("img/slider/home-toc-icons.png") no-repeat;
	background-size: 28px auto;
	background-position: 0px -419px;
	margin-bottom: 10px;
	cursor: pointer;
	opacity: .3;
}
.home-toc .close:hover {
	opacity: .5;
}
.home-toc .head {
	font-size: 28px;
	display: block;
	clear: both;
	height: 55px;
	line-height: 1;
	font-family: 'Asap', sans-serif;
}
.home-toc .head small {
	opacity: .5;
	font-size: 40%;
	display: block;
	margin-top: 12px;
	min-width: 240px;
}
.home-toc.closed .head small {
	margin-left: -100px;
}
.home-toc ol {
	margin: 10px 0;
	padding: 0;
	counter-reset: section;
	font-size: 14px;
	clear: both;
}
.home-toc ol li {
	border-bottom: 1px solid #33aea9;
	list-style: none;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-toc ol li:hover {
	background-color: rgba(0,0,0,.1);
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-toc ol li a {
	padding: 8px 5px 8px 2px;
	color: #fff;
	display: block;
}
.home-toc ol li a span {
	display: inline-block;
	min-width: 185px;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-toc ol li a span:before {
	counter-increment: section;
    content: counter(section) ". ";
}
.home-toc ol li a i, .home-toc.closed .head i {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background: url("img/slider/home-toc-icons.png") no-repeat;
	background-size: 21px auto;
}
.home-toc ol li:first-child a i {
	background-position: 2px -41px;
}
.home-toc ol li:nth-child(2n) a i {
	background-position: 1px -82px;
}
.home-toc ol li:nth-child(3n) a i {
	background-position: 2px -114px;
	background-size: 20px auto;
}
.home-toc ol li:nth-child(4n) a i {
	background-position: 1px -158px;
}
.home-toc ol li:nth-child(5n) a i {
	background-position: 1px -198px
}
.home-toc ol li:nth-child(6n) a i {
	background-position: 0px -274px;
    background-size: 24px auto;
}
.home-toc .head i {
	opacity: 0;
}
.home-toc.closed .head i {
	background-size: 40px auto;
    height: 55px;
    width: 100%;
    background-position: center -2px;
    margin: 0;
    float: left;
	opacity: 1;
}
.home-toc .special-offer {
	margin: 50px auto 0;
	display: block;
	text-align: center;
	opacity: 1;
	overflow: hidden;
	max-height: 185px;
}
.home-toc .special-offer img {
	max-width: 100%;
	height: 100%;
}
.home-toc.closed {
	width: 70px;
	padding: 20px 10px;
	box-shadow: 10px 0px 20px -15px rgba(0,0,0,.75);
	-moz-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.home-toc.closed .close {
	float: none;
	margin: 0 auto 10px;
	background-position: -1px -499px;
	background-color: rgba(0,0,0,.2);
	background-size: 30px auto;
}
.home-toc.closed .head span, .home-toc.closed ol li a span {
	margin-left: -50vw;
	float: left;
	opacity: 0;
}
.home-toc.closed .head {
	height: 55px;
}
.home-toc.closed ol li a {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
}
.home-toc.closed ol li a i {
	margin-right: 0;
}
.home-toc.closed ol li a span {
	width: 0;
}
.home-toc.closed .special-offer {
	opacity: 0;
	margin-right: 0;
	margin-left: -350px;
	display: none;
	width: 0;
}
.slider-icons-outer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(40,43,64,.85);
	height: 120px;
	z-index: 10000;
}
.slider-icons {
	width: 1170px;
	max-width: 100%;
	padding: 35px 100px 35px 0;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
	left: 370px;
}
.slider-icons > div {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 42px auto;
	background-position: 0px 6px;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0px 20px 0px 60px;
	width: 300px;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	font-family: 'Asap', sans-serif;
	margin-right: 50px;
	border-right: 1px solid #fff;
}
.slider-icons > div:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.slider-icons > div a {
	color: #fff;
	line-height: 1;
}
.slider-icons > div a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.slider-icons > div small {
	font-size: 16px;
	text-transform: none;
	display: block;
}
/*** HOMESLIDER ENDE ***/
/*** ANBIETERVERGLEICH NEU ***/
h3.two-line span, h3.two-line span {
	color: #2e3142 !important;
	font-size: 24px;
	display: block;
	line-height: 28px;
	margin-top: 5px;
}
.provider-comparison-columns {
	margin: 3em 0;
	display: block;
}
.provider-comparison-columns .columns {
	margin: 4em -25px 0;
	display: block;
}
.provider-comparison-columns .column {
	display: inline-block;
	float: left;
	width: calc((100% / 3) - 50px);
	margin: 0 25px 60px;
	border: 2px solid #eff5fc;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 15px 25px;
	position: relative;
	background: #fff;
}
.lightblue .provider-comparison-columns .column {
	border-color: #dee3f1;
}
.provider-comparison-columns .column.active {
	box-shadow: 0 0 50px 0px rgba(0, 0, 0,.175);
    border-color: #cbd7e2;
}
.provider-comparison-columns .column.hidden {
	display: none;
}
.provider-comparison-columns .column.bonus {
	border-bottom-width: 8px;
}
.provider-comparison-columns .column:nth-child(3n+1) {
   clear: both;
}
.provider-comparison-columns .column .provider-name {
	color: #2e3142;
	font-size: 24px;
	font-weight: 400;
	min-height: 50px;
	padding-right: 80px;
	word-wrap: break-word;
	font-family: Asap, sans-serif;
}
.provider-comparison-columns .column .logo:not(.bonus) {
	height: 136px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.provider-comparison-columns .column .logo .vertical-align {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.provider-comparison-columns .column .logo:not(.bonus) {
	background: #eff5fc;
	border-radius: 5px;
	padding: 15px 30px;
	text-align: center;
	margin-bottom: 15px;
}
.provider-comparison-columns .column .logo.bonus {
	margin-bottom: 15px;
}
.provider-comparison-columns .column .logo.bonus img {
	border-radius: 5px;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	min-height: 130px; /*lazyload needs it */
}
.provider-comparison-columns .column .highlightlist {
	font-size: 13px;
	line-height: 1.35;
}
.provider-comparison-columns .column .highlightlist ul {
	margin: 0;
	min-height: 130px;
	margin-bottom: 5px;
}
.provider-comparison-columns .column .highlightlist li {
	margin-bottom: 5px;
    background: url(img/check-icon-cyan.png) 4px 1px no-repeat;
    background-size: 14px auto;
    padding-left: 28px;
    font-size: 13px;
}
.provider-comparison-columns.casino .column .highlightlist li {
    background-image: url(img/check-icon-darkblue.png);
}
.provider-comparison-columns .column .highlightlist li:before {
	display: none;
}
.provider-comparison-columns .column .conversionbuttons {
	display: table;
	border-spacing: 10px;
	margin: 0 -10px;
	width: 100%;
	width: calc(100% + 20px);
	table-layout: fixed;
}
.provider-comparison-columns .column .conversionbuttons > a, .provider-comparison-columns .column .conversionbuttons span, .provider-comparison-columns .column .conversionbuttons div {
	display: table-cell;
	height: 30px;
	line-height: 1.25;
	vertical-align: middle;
	text-align: center;
	padding: 12px 5px;
	width: 100%;
	font-size: 12px;
}
.provider-comparison-columns .column .conversionbuttons > a.show-code, .provider-comparison-columns .column .conversionbuttons div.show-code {
	background: url("img/show-code-btn-bg.png");
	border: 2px solid #dee3f1;
    color: #2e3142 !important;
}
.provider-comparison-columns .column .conversionbuttons > a.show-code:hover, .provider-comparison-columns .column .conversionbuttons div.show-code:hover {
	color: #999;
}
.provider-comparison-columns .column .conversionbuttons  .button.convlink {
	width: 110px;
	padding: 5px;
	font-size: 12px;
}
.provider-comparison-columns .column .middle-data {
	border: 2px solid #eff5fc;
	border-radius: 5px;
	margin-bottom: 15px;
}
.provider-comparison-columns .column.bonus .middle-data {
	margin-bottom: 10px;
}
.provider-comparison-columns .column .calculator {
	display: block;
	padding: 5px 10px 10px;
	border-bottom: 2px solid #eff5fc;
}
.provider-comparison-columns .column .calculator .input-field {
	display: inline-block;
	width: 26.6666%;
	float: left;
}
.provider-comparison-columns .column .calculator .input-field > div, .provider-comparison-columns .column .calculator input {
	border: none;
	border-radius: 5px;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 700;
	color: #6e777f;
	background: #eff5fc;
	padding: 0 5px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	outline: 0;
}
.provider-comparison-columns .column .calculator .input-field > div, .provider-comparison-columns .column .calculator input {
	display: inline-block;
}
.provider-comparison-columns .column .calculator .input-field .calculatedBonus {
	background: #fdedeb;
	color: #e94c3d;
}
.provider-comparison-columns.casino .column .calculator .input-field .calculatedBonus {
	background: #f4e8f2;
	color: #951b81;
}
.provider-comparison-columns .column .calculator .input-field .calculatedResult {
	background: #e94c3d;
	color: #fff;
}
.provider-comparison-columns.casino .column .calculator .input-field .calculatedResult {
	background: #951b81;
}
.provider-comparison-columns .column .calculator .sep {
	font-size: 24px;
	display: inline-block;
	width: 10%;
	text-align: center;
	float: left;
	padding-top: 24px;
	font-weight: 300;
	line-height: 1;
}
.provider-comparison-columns .column .middle-data small {
	font-size: 11px;
	color: #a3adb5;
}
.provider-comparison-columns .column .middle-data .additional-infos {
	width: 100%;
	display: table;
}
.provider-comparison-columns .column .middle-data .additional-infos > div {
	display: table-cell;
	width: 50%;
	padding: 5px 10px;
}
.provider-comparison-columns .column:not(.bonus) .middle-data .additional-infos > div:first-child {
	border-right: 2px solid #eff5fc;
}
.provider-comparison-columns .column .middle-data .additional-infos .icons {
	text-align: center;
	margin-top: 5px;
}
.provider-comparison-columns .column .middle-data .additional-infos .icons img {
	max-height: 30px;
}
.provider-comparison-columns .column .middle-data .additional-infos .icons.licence img {
	display: block;
	margin: -5px auto 0;
}
.provider-comparison-columns .column.bonus .small-link-blue {
	font-size: 11px;
	color: #0054a5;
	display: inline-block;
	padding-left: 18px;
	background: url("img/foldericon-blue.png") 0 1px no-repeat;
	background-size: 11px auto;
}
.provider-comparison-columns .column .conversionbuttons > a.show-code:hover, .provider-comparison-columns .column .conversionbuttons div.show-code:hover {
	border-color: #2e3142 ;
}
.comparison-show-all {
	position: relative;
	top: -1em;
	margin: 0;
	clear: both;
	padding: 0 2%;
}
.comparison-show-all .button, .button.arrow {
	background-image: url("img/button-arrow-white.png");
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: right 15px center;
	padding-right: 40px;
}
hr {
	border: 0;
    height: 2px;
    background: #eff5fc;
	position: relative;
	margin: 3em 0;
}
hr:before, hr:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: -4px;
	background: #eff5fc;
	border-radius: 50%;
}
hr:after {
	left: auto;
	right: 0;
}
h3.subcontent.fullwidth, .divider-home {
	margin: 0;
	position: relative;
	padding: 22px 0 22px 60px;
	line-height: 1.25;
	font-size: 24px;
	clear: both;
	font-family: 'Asap', sans-serif;
	color: #2e3142;
	min-height: 75px;
}
h3.subcontent.fullwidth:after, .divider-home:after {
	position: absolute;
	top: 0;
	left: -50vw;
	width: 150vw;
	height: 100%;
	border-top: 2px solid #eff5fc;
	border-bottom: 2px solid #eff5fc;
	content: "";
}
h3.subcontent.fullwidth.sicherheit {
	background: url("img/headline-icon-sicherheit.png") -3px center no-repeat;
}
h3.subcontent.fullwidth.datensicherheit {
	background: url("img/headline-icon-datensicherheit.png") -3px center no-repeat;
}
h3.subcontent.fullwidth.sportwettenangebot {
	background: url("img/headline-icon-sportwettenangebot.png") -3px center no-repeat;
}
h3.subcontent.fullwidth.sponsoring {
	background: url("img/headline-icon-sponsoring.png") -3px center no-repeat;
}
h3.subcontent.fullwidth.wettsteuer {
	background: url("img/headline-icon-wettsteuer.png") -3px center no-repeat;
}
h3.subcontent.fullwidth.kundenservice {
	background: url("img/headline-icon-kundenservice.png") -3px center no-repeat;
}
h3.subcontent.fullwidth.zahlungsverkehr {
	background: url("img/headline-icon-zahlungsverkehr.png") -3px center no-repeat;
}
h2.two-line.casino, h3.two-line.casino {
	color: #07b4b6;
}
h2.two-line.poker, h3.two-line.poker {
	color: #094d64;
}
h2.two-line.bingo, h3.two-line.bingo {
	color: #9503b4;
}
h2.two-line.finanzen, h3.two-line.finanzen {
	color: #9503b4;
}
h2.two-line.sportwetten, h3.two-line.sportwetten {
	color: #009a93;
}
.subcontent {
	padding: 3em 0;
	position: relative;
	z-index: 0;
	display: block;
}
.subcontent:first-child {
	padding-top: 0;
}
.subcontent.lightblue {
	background: #f4f7ff;
}
.subcontent.lightblue.higher-zindex {
	position: relative;
    z-index: 1000;
}
.subcontent.no-margin {
	margin-bottom: 0;
}
.subcontent.no-padding {
	padding-bottom: 0;
}
.subcontent.lightblue:after {
	position: absolute;
	top: 0;
	left: -50vw;
	width: 150vw;
	height: 100%;
	background: #f4f7ff;
	content: "";
	z-index: -1;
}
.subcontent h2 {
	color: #009a93;
}
.subcontent.casino h2 {
	color: #951b81;
}
.subcontent h3 {
	font-size: 24px;
	line-height: 28px;
	color: #2d3047;
	margin: 20px 0 10px;
}
.subcontent.casino h3 {
	color: #951b81;
}
.subcontent h4 {
	font-size: 20px;
}
.subcontent h5 {
	color: #2d3047;
	font-size: 22px;
	margin: 2em 0 .325em;
	clear: left;
}
.subcontent a {
	color: #0054a6;
	text-decoration: underline;
}
.home-triple-linkbox {
	margin: -1em -2.5em 1em;
    display: table;
    border-spacing: 2.5em;
    box-sizing: border-box;
}
.home-triple-linkbox > .linkbox-item {
	display: table-cell;
	background: #fff;
	border-radius: 5px;
	padding: 25px;
	max-width: 360px;
	position: relative;
	border: 1px solid #e9f0f5;
	border-bottom-width: 10px;
	font-family: Asap, sans-serif;
}
.home-triple-linkbox > .linkbox-item-image {
	display: table-cell;
	position: relative;
}
.home-triple-linkbox > .linkbox-item-image .providercount {
	position: absolute;
	top: 47%;
	left: 10%;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	text-decoration: none;
}
.home-triple-linkbox > .linkbox-item:hover, .home-triple-linkbox > .linkbox-item-image:hover {
	transform: scale(1.05);
}
.home-triple-linkbox > .linkbox-item:before {
	content: "";
	position: absolute;
	right:25px;
	top: -7px;
	background: url("img/ribbon-small-cyan.png") no-repeat;
	width: 56px;
	height: 30px;
}
.home-triple-linkbox.casino > .linkbox-item:before {
	background: url("img/ribbon-small-pink.png") no-repeat;
}
.home-triple-linkbox > .linkbox-item .title a {
	color: #009a93;
	font-size: 24px;
	text-decoration: none;
	line-height: 1;
}
.home-triple-linkbox.casino > .linkbox-item .title a {
	color: #951b81;
}
.home-triple-linkbox > .linkbox-item .title a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.home-triple-linkbox > .linkbox-item .subtitle {
	color: #2b333a;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 16px;
}

.faq-entries {
	counter-reset: section;
}
.faq-entry-item {
	position: relative;
	padding: 50px 0;
}
.faq-entries .faq-entry-item:first-child {
	padding-top: 30px;
}
.faq-entry-item.less-margin {
	padding-bottom: 0;
}
.faq-entry-item .faq-title {
	font-size: 22px;
	color: #2d3047;
	font-family: "Asap", sans-serif;
	margin-bottom: 15px;
	padding-left: 50px;
	position: relative;
}
.faq-entry-item .faq-title:before {
	counter-increment: section;
    content: counter(section) ".";
	width: 36px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	background: #009a93;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
	margin-top: -3px;
}
.faq-entry-item:after {
	position: absolute;
    top: 0;
    left: -100%;
    width: 9999px;
    height: 100%;
	content: "";
	z-index: -1;
}
.faq-entry-item.lightblue:after {
	background: #f4f7ff;
}
.faq-entry-item .faq-content {
	display: block;
}
.faq-entry-item .faq-content p:only-child, .faq-entry-item .faq-content p:last-child, .subcontent p:only-child, .subcontent p:last-child {
	margin-bottom: 0;
}
.carousel.slick-slider {
	padding: 0;
	margin: 1em -1em 2em;
}
.carousel button {
	background: none;
	text-indent: -9999px;
	width: 54px;
	height: 54px;
	position: absolute;
	border: none;
	color: #fff;
	top: 50%;
	margin-top: 0;
	left: -65px;
	line-height: 1;
	outline: 0;
	cursor: pointer;
}
.carousel button:hover {
	opacity: .85;
}
.carousel button.slick-next {
	left: auto;
	right: -65px;
	background: url("img/carousel-nav-icons.png") 0 -54px;
}
.carousel button.slick-prev {
	background: url("img/carousel-nav-icons.png");
}
.carousel-item {
	margin: 0 1%;
	position: relative;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.carousel-item a {
	text-decoration: none;
}
.carousel-item:hover {
	opacity: .85;
}
.carousel-item .head {
	background: #2e3142;
	color: #fff;
	padding: 10px 60px 10px 20px;
	border-radius: 8px 8px 0 0;
	min-height: 68px;
	box-sizing: border-box;
	position: relative;
	top: 0;
	font-size: 16px;
	text-decoration: none;
	max-width: 358px;
}
.carousel-item .head span {
	background: #009a93;
	color: #fff;
	font-weight: 600;
	line-height: 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: -20px;
	text-align: center;
	font-size: 24px;
	font-family: Asap, sans-serif;
}
.home-iconbox {
	width: 100%;
	text-align: center;
	margin: 3em auto;
}
.home-iconbox > div {
	width: 15%;
	margin: 0 4.5%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #6e777f;
	line-height: 1.35;
	word-wrap: break-word;
}
.home-iconbox > div img {
	display: block;
	margin: 0 auto 10px;
}
.home-iconbox.five-columns > div {
	width: 15%;
	margin: 0 2%;
}

/*** -- EASYPIE -- ***/
.result-chart {
    position: absolute;
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    right: 25px;
    top: -37px;
    float: right;
    background: #fff;
    border-radius: 50%;
	color: #2E3142;
}
.result-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.result-chart .percent {
  display: inline-block;
  line-height: 60px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.75em;
  font-family: Asap, sans-serif;
}
.result-chart .percent:after {
	content: "Punkte";
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 11px;
    text-align: center;
    width: 75px;
    font-weight: normal;
	color: #a3adb5;
}
.provider-comparison-columns.bonus {
	counter-reset: section;
	position: relative;
	z-index: 1000;
}
.provider-comparison-columns.bonus .column:before {
	position: absolute;
	left: -25px;
	background: #009a93;
	height: 25px;
	width: 25px;
	counter-increment: section;
    content: counter(section);
	top: 10px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50% 0 0 50%;
	font-size: 12px;
	font-weight: bold;
}
.provider-comparison-columns.casino h2.two-line, .provider-comparison-columns.casino h3.two-line {
	color: #951b81;
}
.provider-comparison-columns.casino .column .calculator .input-field .calculatedResult {
	background: #951b81;
}
.result-chart .text {
	margin-top: 10px;
}
.divider-home {
	height: 194px;
	box-sizing: border-box;
	margin-bottom: 0;
}
.divider-home:after {
	border-top: none;
}
.divider-home.casino:after {
	background: #5e4344 url("img/casino-home-divider.jpg") top center no-repeat;
}
.divider-home:before {
	width: 145px;
	height: 105px;
	content: "";
	position: absolute;
	left: -100px;
	top: -11px;
	z-index: 99;
	background-size: 100%;
	background-repeat: no-repeat;
}
.divider-home.casino:before {
	background-image: url("img/ribbon-casino.png");
}
.mobile-icon {
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url("img/icons-mobile-app.png") no-repeat;
}
.mobile-icon.desktop {
	background-position: -5px -2px;
}
.mobile-icon.tablet {
	background-position: -33px -2px;
}
.mobile-icon.smartphone {
	background-position: -60px -2px;
}
/*** ANBIETERVERGLEICH ENDE ***/
/*** FAZITBOX HOME ***/
.fazitbox-home {
	display: table;
	width: 100%;
	margin: 2em auto;
}
.fazitbox-home > div  {
	display: table-cell;
	vertical-align: top;
}
.fazitbox-home div.column-left  {
	width: 35%;
	padding-right: 2.5%;
}
.fazitbox-home div .button  {
	margin: 2em 0;
}
.fazitbox-home div.column-right .button  {
	margin-right: 1.5em;
	margin-bottom: 1em;
	line-height: 1.42857143;
}
/*** FAZITBOX HOME ***/
/*** QUOTENNIVEAU TABLE ***/
.quotenNiveau-outer {
	border: 2px solid #EEF5FD;
	border-radius: 5px;
	margin: 30px auto;
	padding: 28px 30px 45px;
	width: 100%;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	color: #6c788d;
}
.quotenNiveau-table {
	width: 100%;
}
.quotenNiveau-table td {
	border: none;
}
.quotenNiveau-table tr td {
	padding-bottom: 12px;
	position: relative;
}
.quotenNiveau-table tr:last-child td {
	padding-bottom: 0;
}
.quotenNiveau-table tr:first-child td.sportart {
	position: relative;
}
.quotenNiveau-table tr td.sportart {
	width: 175px;
	max-width: 175px;
	border-left: 0;
}
.quotenNiveau-table tr td.sportart span {
	font-style: normal;
	padding-left: 28px;
	display: inline-block;
	color: #2d3047;
}
.quotenNiveau-table tr td.sportart.fussball span {
	background: url(img/odds-icons/football.png) 0 1px no-repeat;
}
.quotenNiveau-table tr td.sportart.basketball span {
	background: url(img/odds-icons/basketball.png) 0 1px no-repeat;
}
.quotenNiveau-table tr td.sportart.tennis span {
	background: url(img/odds-icons/tennis.png) 0 1px no-repeat;
}
.quotenNiveau-table tr td.sportart.eishockey span {
	background: url(img/odds-icons/eishockey.png) 0 1px no-repeat;
}
.quotenNiveau-table tr td.sportart.motorsport span {
	background: url(img/odds-icons/motorsport.png) 0 1px no-repeat;
}
.quotenNiveau-table tr td.sportart.handball span {
	background: url(img/odds-icons/handball.png) 0 1px no-repeat;
}
.quotenNiveau-table tr td.sportart.pferderennen span {
	background: url(img/odds-icons/pferderennen.png) 0 1px no-repeat;
}
.quotenNiveau-table tr td.sportart.hunderennen span {
	background: url(img/odds-icons/hunderennen.png) 0 1px no-repeat;
}
.quotenNiveau-table td .bar-gray {
	padding-right: 150px;
	position: relative;
}
.quotenNiveau-table td.bar span {
	position: absolute;
	right: 0;
	top: 0;
}
.quotenNiveau-table td .bar-gray .bar-invisible {
	height: 2px;
	background: #d6dce6;
}
.quotenNiveau-table td .bar-gray .bar-active {
	background: #06bbb4;
	height: 2px;
	position: relative;
}
.quotenNiveau-table td .bar-gray .bar-active:not(.smaller):before {
	background: #06bbb4;
	width: 2px;
	content: "";
	height: 14px;
	position: absolute;
	left: 0;
	top: -6px;
}
.quotenNiveau-table td .bar-gray .bar-active:after {
	background: #06bbb4;
	width: 2px;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	top: -6px;
}
.quotenNiveau-table td .bar-gray > div {
	float: left;
}
.quotenNiveau-table td .bar-gray > div.prozentanzeige {
	width: 25%;
}
.quotenNiveau-table td .bar-gray > div.prozentanzeige:before {
	height: 10px;
	background: #eff5fc;
	width: 1px;
	margin-top: -8px;
	content: "";
	display: block;
}
.quotenNiveau-table td .bar-gray > div.prozentanzeige:last-child {
	width: 0;
}
.quotenNiveau-table tr:last-child  td .bar-gray > div.prozentanzeige em {
	display: block;
	position: relative;
	left: -6px;
	font-style: normal;
}
.quotenNiveau-table tr:last-child  td .bar-gray > div.prozentanzeige em.last {
	left: -11px;
}
.quotenNiveau-table td.values .bar-gray {
    margin-top: -20px;
    top: 30px;
}

/* Odds Bar */

.odds-bar-box .grey-bar {
	width: 100%;
	height: 2px;
	background: #d6dce6;
	margin-top: 10px;
	position: relative;
}

.odds-bar-box .grey-bar .cyan-bar {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #06bbb4;
}

.odds-bar-box .grey-bar .cyan-bar .bar-left-indicator {
	position: absolute;
	width: 4px;
	height: 16px;
	background: #06bbb4;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0; 
}

.odds-bar-box .grey-bar .cyan-bar .bar-right-indicator {
	position: absolute;
	width: 4px;
	height: 16px;
	background: #06bbb4;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0; 
}

.odds-percent {
	text-align: right;
}

.odds-percent p {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}

/* Section 12 */

.section-12 {
	margin-top: 40px;
}

.section-12 .section-subtitle p {
	margin-left: 30px;
}

.compact-calculator-box {
	border: 2px solid #EEF5FD;
	border-radius: 5px;
	padding: 28px 20px;
	margin: 15px 0 20px;
}

.calculator-img-box {
	float: left;
	border-radius: 5px;
	overflow: hidden;
	max-width: 100px;
}

.calculator-img-box img {
	width: 100%;
}

.calculator-text p {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin-bottom: 0;
	margin-top: 2px;
}

.calculator-text a {
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #0054a6;
	line-height: 1;
	margin-top: 2px;
}

.calculator-text {
	float: left;
	max-width: 130px;
	padding-left: 10px;
}

.add-number-box {
	float: left;
	max-width: 85px;
	margin-left: 20px;
	text-align: center;
}

.add-number-box input {
	padding: 6px 15px;
	width: 100%;
	border: none;
	background: #F4F9FF;
	border-radius: 4px;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #06bbb4;
	text-align: center;
}

.add-number-box p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
	line-height: 13px;
	margin-top: 5px;
}

.addition-icon {
	float: left;
}

.addition-icon img {
	padding: 0 10px;
	margin-top: 11px;
}
.bet-calculator-section .addition-icon img {
	margin-top: 22px;
}

.calculator-bnus-value-box {
	float: left;
	text-align: center;
}

.calculator-bnus-value-box p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
	line-height: 13px;
	margin-top: 5px;
}

.calculator-bnus-value {
	border: 2px solid #EEF5FD;
	min-width: 85px;
	text-align: center;
	border-radius: 4px;
	padding: 8px 15px;
}

.calculator-bnus-value > div {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin: 0;
	line-height: 1;
}

.equal-icon {
	float: left;
}

.equal-icon img {
	padding: 0 10px;
	margin-top: 15px;
}

.calculator-cyan-btn {
	float: left;
	margin-left: 13px;
}

.calculator-cyan-btn a, .calculator-cyan-btn span {
	margin-top: 1px;
	padding: 9px 18px;
}

/* Section 13 */

.section-13 {
	margin-top: 30px;
}

.section-13 .section-subtitle p {
	margin-left: 15px;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 22px;
}

.bet-calculator-box {
	border: 2px solid #EEF5FD;
	border-radius: 5px;
	padding: 28px 30px;
	background: url('img/cup-bg.png') no-repeat;
	background-position: calc(50% + 80px) bottom;
	background: #fff;
}
.bet-calculator-box .no-margin.hint {
	position: absolute;
	top: 65px;
	width: 300px;
}
.bet-price-box-first-price {
	float: left;
}

.bet-calculator-box .bet-price-box {
	padding-left: 15px;
}

.bet-calculator-box .bet-price-box p {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	color: #8d99ae;
	margin: 0;
}

.bet-calculator-box .bet-price-box div.value {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #2d3047;
	margin-top: 4px;
	margin-bottom: 0;
}

.bet-calculator-box .addition-icon {
	padding-top: 17px; 
}

.bet-calculator-box .addition-icon p {
	line-height: 25px;
}
.bet-calculator-box .col-md-5.quote {
	background: url(img/addition-icon.png) 0 40px no-repeat;
	padding-left: 100px;
}

.bet-calculator-box .bet-calculator-textarea-box .textbox {
	border: none;
	width: 100%;
	background: #F4F9FF;
	padding: 15px;
	border-radius: 4px;
	margin-top: 30px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	line-height: 18px;
}

.bet-calculator-box .right-prices .right-prices-item {
	margin-bottom: 20px;
}

.bet-calculator-box .right-prices .right-prices-item:last-child {
	margin-bottom: 0;
}

.bet-calculator-box .equal-icon {
	padding-top: 26px; 
}

/* Section 14 */

.section-14 {
	margin-top: 40px;
}

.section-14 .section-subtitle p {
	margin-left: 30px;
}

/* Payment Table */

.table-2 {
	border-radius: 5px;
	overflow: hidden;
	border: 2px solid #F4F9FF;
	margin: 0;
}

.payment-table-col {
	position: relative;
	min-height: 1px;
	float: left;
	width: 20%;
}

.table-2 .table-header-row {
	background: #F4F9FF;
}

.table-2 .table-item-header {
	padding: 20px;
	border-right: 2px solid #eff5fc;
}

.table-2 .payment-table-col:last-child .table-item-header {
	border: none;
}

.table-2 .table-item-header p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
}

.table-2 .payment-table-col:last-child .table-item-content {
	border: none;
}

.table-2 .table-item-content img {
	max-height: 30px;
}

.table-2 .table-content-row {
	border-bottom: 2px solid #F4F9FF;
}

.table-2 .table-content-row:last-child {
	border-bottom: none;
}

.table-2 .table-item-content {
	padding: 13px;
	border-right: 2px solid #F4F9FF;
}

.table-2 .table-item-content p {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	color: #6c788d;
	margin: 0;
}

.checkandtimes-box span {
	margin: 0 5px;
	color: #6c788d;
}

/* Section 15 */

.section-15 {
	margin-top: 40px;
}

.section-15 .section-subtitle p {
	margin-left: 30px;
}

.conclusion-box {
	border: 2px solid #eff5fc;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 40px;
	display: table;
	width: 100%;
	font-family: 'Arial', sans-serif;
}

.conclusion-left-box {
	padding: 10px 20px;
	width: 70%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
.conclusion-left-box .title {
	font-size: 125%;
	margin-bottom: 10px;
	display: block;
	font-family: 'Asap', sans-serif;
}
.conclusion-box .conclusion-item {
	margin-bottom: 10px;
}
.conclusion-box .conclusion-item.pro:before, .conclusion-box .conclusion-item.con:before {
	background: url(img/green-add.png) 0 2px no-repeat;
	content: "";
	width: 15px;
	margin-right: 10px;
	float: left;
	height: 20px;
}
.conclusion-box .conclusion-item.con:before {
	background-image: url(img/red-decrease.png);
	background-position: 0 8px;
}
.conclusion-box .conclusion-item:last-child {
	margin: 0;
}

.conclusion-box .conclusion-item a {
	margin-right: 15px;
	float: left;
}

.conclusion-box .conclusion-item p, .conclusion-box .conclusion-item {
	font-size: 16px;
	color: #6c788d;
}

.conclusion-right-box {
	display: table-cell;
	width: 30%;
	background: #3b3f51;
	padding: 20px 10px;
	text-align: center;
	position: relative;
	right: -4px;
	border-radius: 0 3px 3px 0;
}

.conclusion-right-box .bet-logo {
	text-align: center;
}

.conclusion-right-box .bet-logo img {
	width: 85%;
	max-width: 150px;
}

.conclusion-right-box .conclusion-bet-btn {
	margin-top: 10px;
}

.conclusion-right-box .conclusion-bet-btn a, .conclusion-right-box .conclusion-bet-btn .btn {
	display: block;
	text-align: center;
	background: #009a93;
	padding: 10px 10px;
	margin: 0 auto;
	border-radius: 4px;
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Section 16 */

.section-16 {
	margin-top: 40px;
}

.section-16 .section-subtitle p {
	margin-left: 30px;
}

.related-box a:hover .related-item .related-item-title h4 {
	color: #009a93;
}

.related-box .related-item .related-img-box {
	border-radius: 5px;
	overflow: hidden;
	max-height: 137px;
	margin-bottom: 15px;
}

.related-box .related-item .related-img-box img {
	width: 100%;
}

.related-box .related-item .category-link-box span {
	background: #2E3047;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}

.related-box .related-item .related-item-title h4 {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #2d3047;
	transition: all 300ms ease 0s;
}

/* Section 17 */

.section-17 {
	margin-top: 40px;
}

.section-17 .section-subtitle p {
	margin-left: 30px;
}

.user-rating-box {
	border: 2px solid #eff5fc;
	border-radius: 5px;
}

.user-rating-form-box {
	padding: 38px 30px;
}

.user-rating-subtitle p {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin-bottom: 20px;
}

.user-rating-form-box .rating-form {
	float: left;
	width: 70%;
	padding-right: 15px;
}

.user-rating-form-box .rating-form input {
	width: 100%;
	border: none;
	background: #F4F9FF;
	padding: 10px 15px;
	border-radius: 5px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
}

.user-rating-form-box .rating-form textarea {
	width: 100%;
	border: none;
	background: #F4F9FF;
	padding: 10px 15px;
	border-radius: 5px;
	min-height: 130px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
}

.user-rating-form-box .user-rating-stars-box {
	float: left;
	width: 30%;
}

.user-rating-form-box .user-rating-stars-box .rating-stars-square {
	border-top: 2px solid #eff5fc;
	border-left: 2px solid #eff5fc;
	border-right: 2px solid #eff5fc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px;
	margin: 0 10px;
	text-align: center;
	font-family: 'Asap', sans-serif;
    font-size: 16px;
    color: #2d3047;
}

.user-rating-form-box .user-rating-stars-box .rate-btn .cyan-btn a, .user-rating-form-box .user-rating-stars-box .rate-btn .cyan-btn input[type="submit"] {
	margin-top: 0;
	padding: 10px 5px;
	border: none;
}
.user-rating-form-box .user-rating-stars-box .rate-btn .cyan-btn input[type="submit"] {
	width: 100%;
}

.user-rating-box .user-all-rating-box {
	background: #EEF5FD;
	padding: 20px 30px;
}
.user-rating-box .user-all-rating-box .rateit {
	float: left;
	margin-right: 10px;
}
.user-rating-box .user-all-rating-box .rateit .rateit-range, .user-review-text-header .rateit .rateit-range, .rate-box .rateit .rateit-range, .rate-box .rateit  {
	cursor: default;
}
.user-rating-box .user-all-rating-box .user-rating-subtitle {
	display: inline-block;
}

.user-rating-box .user-all-rating-box .user-rating-subtitle p {
	margin-bottom: 0;
}

.user-rating-box .user-all-rating-box .all-rating {
	margin-top: 5px;
}

.user-rating-box .user-all-rating-box .all-rating .stars2 {
	float: left;
}

.user-rating-box .user-all-rating-box .all-rating p {
	float: left;
	line-height: 19px;
	margin-bottom: 0;
}

.user-rating-box .user-all-rating-box .all-rating p span {
	color: #8d99ae;
}

.user-rating-box .user-review-box {
	padding: 40px 30px;
}

.user-rating-box .user-review-box .user-review-item {
	margin-bottom: 30px;
}

.user-rating-box .user-review-box .user-review-item:last-child {
	margin: 0;
}

.user-rating-box .user-review-box .user-review-item .review-user-img {
	float: left;
	width: 8%;
	margin-right: 2%;
	overflow: hidden;
	border-radius: 50%;
}

.user-rating-box .user-review-box .user-review-item .review-user-img img {
	width: 100%;
}

.user-rating-box .user-review-box .user-review-item .user-review-text {
	float: left;
	width: 90%;
}

.user-review-item .user-review-text .user-review-text-header {
	margin-top: 5px;
}

.user-review-item .user-review-text .user-review-text-header .review-user-name {
	float: left;
	margin-right: 30px;
}

.user-review-item .user-review-text .user-review-text-header .review-user-name span {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #2d3047;
	margin: 0;
	line-height: 26px;
}

.user-review-item .user-review-text .user-review-text-header .review-post-time {
	float: left;
}

.user-review-item .user-review-text .user-review-text-header .review-post-time p {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #6c788d;
	margin: 0;
	line-height: 26px;
}

.user-review-item .user-review-text .user-review-text-header .stars2 {
	float: left;
}

.user-review-item .user-review-text .user-review-text-header .all-rating {
	margin-top: 3px;
}

.user-review-item .user-review-text .user-review-text-header .all-rating p {
	float: left;
	line-height: 19px;
	margin-left: 10px;
	margin-bottom: 0;
}

.user-review-item .user-review-text .user-review-text-content {
	margin-top: 15px;
}

.user-review-item .user-review-text .user-review-text-content p {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	color: #6c788d;
	line-height: 26px;
}

.user-rating-box .more-user-reviews a {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #0054a6;
}

/* Section 18 */

.section-18 {
	margin-top: 40px;
}

.section-18 .section-subtitle p {
	margin-left: 30px;
}

.recommandation-box, .top4-anbieter-box {
	border: 2px solid #eff5fc;
	border-radius: 5px;
	margin: 15px 0 30px;
}
.top4-anbieter-box {
	border: none;
}

.recommandation-left {
	float: left;
	width: 30%;
	padding: 28px;
}

.recommandation-img-box {
	border-radius: 4px;
	overflow: hidden;
}

.recommandation-img-box img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 200px;
}

.recommandation-left .recommandation-left-text {
	text-align: center;
}

.recommandation-left .recommandation-left-text h4 {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin-top: 20px;
}

.recommandation-left .recommandation-progress .progress-values {
	text-align: center;
}

.recommandation-left .recommandation-progress .progress-values p {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #06bbb4;
}

.recommandation-left .recommandation-progress .progress-values p span {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}

.recommandation-left .recommandation-progress .progress-box {
	display: block;
	height: 10px;
	background: #D6DDE7;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}

.recommandation-left .recommandation-progress .progress-box .progress-cont {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #009a93;
	margin: auto;
}

.recommandation-left .recommandation-left-link {
	text-align: center;
	margin-top: 10px;
}

.recommandation-left .recommandation-left-link a {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #0054a6;
}

.recommandation-right {
	float: left;
	width: 70%;
	padding: 28px;
	border-left: 2px solid #eff5fc;
}

.recommandation-right .recommandation-right-title h4 {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #2d3047;
	margin: 0;
}

.recommandation-right .recommandation-right-check-list {
	margin-top: 20px;
}

.recommandation-right .recommandation-right-check-list .recommandation-right-check-item {
	padding-left: 30px;
	display: block;
	position: relative;
}

.recommandation-right .recommandation-right-check-list .recommandation-right-check-item:before {
	background: rgba(0, 0, 0, 0) url("img/check-icon.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 18px;
}

.recommandation-right .recommandation-right-check-list .recommandation-right-check-item p {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}

.recommandation-right-btn .cyan-btn a {
	width: auto;
	display: inline-block;
	padding: 8px 12px;
	margin-top: 8px;
}

/* Section 19 */

.section-19 {
	margin-top: 40px;
}

.section-19 .section-subtitle p {
	margin-left: 30px;
}
.panel {
	box-shadow: none;
}
.panel-group .panel {
	margin-bottom: 25px;
}
.category-ratings-box {
	padding: 25px;
}

.category-ratings-item {
	float: left;
	width: 9%;
	margin-right: 1%;
}

.category-ratings-item:last-child {
	margin: 0;
}

.category-ratings-item .category-ratings-img {
	border-radius: 4px;
	overflow: hidden;
}

.category-ratings-item .category-ratings-img img {
	width: 100%;
	max-height: 31px;
}

.category-ratings-item .category-ratings-bar {
	height: 170px;
	position: relative;
	margin-top: 5px;
	overflow: hidden;
}

.category-ratings-item .category-ratings-bar .category-ratings-bar-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F4F9FF;
	border-radius: 4px;
	transition: all 300ms ease 0s;
}
.category-ratings-item.current .category-ratings-bar .category-ratings-bar-content {
	background: #cedbec;
}
.category-ratings-item:hover {
	cursor: pointer;
}

.category-ratings-item:hover .category-ratings-bar .category-ratings-bar-content {
	background: #009a93;
}

.category-ratings-item .category-value {
	text-align: center;
	margin-top: 5px;
}

.category-ratings-item .category-value p {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}

/* Section 20 */

.section-20 {
	margin-top: 40px;
}

.section-20 .section-subtitle p {
	margin-left: 30px;
}

.ranking-item {
	border: 2px solid #eff5fc;
	padding: 18px;
	border-radius: 4px;
}

.ranking-item-50 {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.ranking-item-33 {
	width: 31%;
	float: left;
	margin-right: 2%;
	margin-top: 10px;
}

.ranking-item .rankink-img {
	float: left;
	width: 30%;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 15px;
}

.ranking-item .rankink-img img {
	width: 100%;
}

.ranking-item .ranking-text {
	float: left;
	width: 62%;
}

.ranking-item-50 .ranking-text h4 {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin-bottom: 7px;
	margin-top: 25px;
}

.ranking-item-50 .ranking-text p {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #06bbb4;
}

.ranking-item-50 .ranking-text p span {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}

.ranking-item-33 .ranking-text h4 {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #2d3047;
	margin-bottom: 5px;
}

.ranking-item-33 .ranking-text p {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	color: #06bbb4;
}

.ranking-item-33 .ranking-text p span {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
}

/* Section 21 */

.section-21 {
	margin-top: 40px;
}


.archive-item {
	margin-bottom: 30px;
}
.archive-item .col-md-3 {
	width: 25%;
	float: left;
}
.archive-item .col-md-9 {
	width: 75%;
	float: left;
}
.archive-item .archive-img-box {
	border-radius: 4px;
	overflow: hidden;
}

.archive-item .archive-img-box img {
	width: 100%;
	max-width: 175px;
}

.archive-item h2 a {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #2d3047;
	line-height: 24px;
	margin-top: 0;
	transition: all 300ms ease 0s;
}

.archive-item h2 a:hover {
	color: #009a93;
}

.archive-item .archive-item-text p {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	line-height: 26px;
}

/* Section 22 */

.links-section {
	margin-top: 40px;
}

.links-section .link-item {
	margin-bottom: 15px;
}

.button {
	display: inline-block;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	padding: 14px 25px;
	line-height: 1.25;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
	background-color: #009a93;
	margin: 0 5px 10px;
	cursor: pointer;
}
.subcontent .button {
	text-decoration: none;
}
.button:hover {
	color: #fff;
}
.button.cyan {
	background-color: #009a93;
}

.button.green {
	background-color: #26af5f;
}

.button.orange  {
	background-color: #F39C11;
}

.button.cyan:hover, .button:hover {
	background-color: #0aa9a2;
}

.button.green:hover {
	background-color: #34ba6c;
}
.button.orange:hover {
	background-color: #DD8500;
}

.button.darkblue {
	background-color: #2E3047;
}

.button.blue {
	background-color: #545a74;
}

.button.lightblue {
	background-color: #00ADEF;
}

.button.implied {
	background: none;
	color: #2E3142 !important;
	box-shadow: 0 0 0 1px #eff5fc inset;
}
.button.implied.shadow {
	box-shadow: 0 0 0 1px #eff5fc inset, 0 0 8px #eff5fc;
}
.button.implied:hover {
	background-color: #eff5fc;
}

.button.darkblue:hover {
	background-color: #1E2038;
}

.button.blue:hover {
	background-color: #5e6480;
}

.button.lightblue:hover {
	background-color: #008FC4;
}

/* SUB-CONTENT RANKING */
.provider-ranking-bottom {
	margin-top: 50px;
	display: block;
}
.provider-ranking-bottom .title {
	font-family: 'Asap', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #2d3047;
    margin: 0 0 15px;
	text-align: center;
}
.provider-ranking-bottom .sidebar-article {
	width: 32.3333%;
	border: 2px solid #eff5fc;
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
	vertical-align: top;
	padding: 10px;
	min-height: 75px;
}
.provider-ranking-bottom  .sidebar-article .sidebar-article-img {
	width: 100px;
	margin-right: 0;
}
.provider-ranking-bottom  .sidebar-article .sidebar-article-img img {
	max-height: 50px;
}
.provider-ranking-bottom .sidebar-article .sidebar-article-text {
	width: calc(100% - 100px);
	padding: 16px 0 0 10px;
}
.provider-ranking-bottom .sidebar-article .sidebar-article-text p {
	line-height: 1;
}
.provider-ranking-bottom .sidebar-article:nth-child(3n+3) {
	margin-left: 1.5%;
	margin-right: 1.5%;
}
/*-------------------------------------------------------------------------*/
/*	4. Sidebar style
/*-------------------------------------------------------------------------*/
.col-md-4.aside {
	position: static;
}
/* sidebar-section-1 */
.widget {
	margin-bottom: 40px;
}
.widget-bottom-link {
	text-align: right;
	margin-top: 5px;
	padding: 0 10px;
}
.widget-bottom-link a:before {
	content: "\00BB\ ";
}
.testergebnisWidget {
	position: relative;
	top: 0;
}
.testergebnisWidget.sticky {
	position: fixed;
	top: 95px;
	width: 33.33333333%;
	max-width: 360px;
	box-sizing: border-box;
	transition: top 0.4s ease-out;
}
.testergebnisWidget.sticky.sticky-bottom, .admin-bar .testergebnisWidget.sticky.sticky-bottom {
	position: absolute;
	top: auto;
	bottom: 0;
	width: calc(33.33333333% + 40px);
}
.admin-bar .testergebnisWidget.sticky {
	top: 137px;
}
.sidebar-banner {
	text-align: center;
	background: #3b3f51;
	padding:30px;
	border-radius: 5px;
}

.sidebar-banner img {
	max-width: 200px;
}

.sidebar-banner .sidebar-banner-text p {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 3px;
}

.sidebar-banner .sidebar-progress-box .sidebar-progress-value p {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #009a93;
}

.sidebar-banner .sidebar-progress-box .sidebar-progress-bar {
	display: block;
	height: 10px;
	background: rgba(0,0,0,.35);
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}

.sidebar-banner .sidebar-progress-box .sidebar-progress-bar .sidebar-progress-bar-cont {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	background: #009a93;
}

.sidebar-banner .sidebar-banner-link {
	margin-top: 30px;
}

.sidebar-banner .sidebar-banner-link a, .sidebar-banner .sidebar-banner-link span {
	background: #009a93;
	padding: 13px 25px;
	display: inline-block;
	border-radius: 4px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
}

.sidebar-banner .sidebar-banner-link a:hover, .sidebar-banner .sidebar-banner-link span:hover {
	-webkit-box-shadow: 0px 0px 58px -5px rgba(0,154,147,0.5);
	-moz-box-shadow: 0px 0px 58px -5px rgba(0,154,147,0.5);
	box-shadow: 0px 0px 58px -5px rgba(0,154,147,0.5);
}

/* sidebar-section-2 */

.sidebar-section-2, .uebersichtWidget {
	margin-top: 40px;
	padding-top: 10px;
	border: 2px solid #eff5fc;
	border-radius: 5px;
}

.sidebar-red-title h4, .uebersichtWidget .uebersicht-widget-header {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #06bbb4;
	margin-top: 0;
	margin-bottom: 25px; 
}
.uebersichtWidget .uebersicht-widget-header {
	margin-bottom: 15px;
}

.sidebar-info-section, .uebersichtWidget .widget-wrap {
	padding: 20px 28px 0;
	border-bottom: 2px solid #eff5fc;
}
.uebersichtWidget .wettanbieter-sbwidget-body {
	padding: 0 28px 20px;
	border-bottom: 2px solid #eff5fc;
	margin: 0 -28px 20px;
}

.uebersichtWidget .widget-wrap > div:last-child .wettanbieter-sbwidget-body, .uebersichtWidget .widget-wrap {
	border: none;
}
.uebersichtWidget .widget-wrap > div:last-child .wettanbieter-sbwidget-body {
	padding-bottom: 0;
}

.info-item p, .uebersichtWidget {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #2d3047;
}
table#uebersichtWidget {
	width: 100%;
}
table#uebersichtWidget tr td {
	padding-bottom: 10px;
}
table#uebersichtWidget tr td:last-child {
	text-align: right;
	color: #6c788d;
}

.info-item p span {
	float: right;
	color: #6c788d;
}
.uebersichtWidget  .zahlungsmethoden img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	opacity: .75;
	height: 25px;
	width: auto;
	margin-bottom: 10px;
}
.sidebar-info-3 .info-payment-images img, .uebersichtWidget  .zahlungsmethoden img, .uebersichtWidget  .awards img  {
	margin-right: 15px;
}
.uebersichtWidget  .awards img {
	max-height: 100px;
	width: auto;
}
.sidebar-info-3 .leagues {
	margin: 15px 0;
}

.info-item-text {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
	line-height: 26px;
}
h3.widgettitle {
	font-size: 18px;
	padding-left: 18px;
	font-weight: 500;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* sidebar-section-3 */

.sidebar-black-title h4 {
	margin: 40px 0 15px 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.sidebar-section-3 {
	border: 2px solid #eff5fc;
	border-radius: 5px;
}

.sidebar-article {
	padding: 18px;
	border-bottom: 2px solid #eff5fc;
}
.sidebar-stories, .sidebar-article {
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	position: relative;
}
.sidebar  .sidebar-stories:last-child, .sidebar .sidebar-article:last-child  {
	border: none;
}
.sidebar-article:hover, .sidebar-stories:hover {
	-moz-transition: box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.sidebar-article .sidebar-article-img {
	float: left;
	width: 30%;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 15px;
}

.sidebar-article .sidebar-article-img img {
	width: 100%;
}

.sidebar-article .sidebar-article-text {
	float: left;
	width: 62%;
}

.sidebar-article .sidebar-article-text h4 {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin-bottom: 7px;
	margin-top: 3px;
}

.sidebar-article .sidebar-article-text p {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #06bbb4;
	margin: 0;
}

.sidebar-article .sidebar-article-text p span {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}

/* sidebar-section-4 */

.sidebar-section-4 {
	border: 2px solid #eff5fc;
	border-radius: 5px;
}

.sidebar-article .sidebar-article-bonus-text {
	float: left;
	width: 65%;
}

.sidebar-article .sidebar-article-bonus-text h4 {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin-bottom: 7px;
	margin-top: 3px;
}

.sidebar-article .sidebar-article-bonus-text p {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
}

/* sidebar-section-5 */ 

.sidebar-section-5 {
	margin-top: 20px;
}

.sidebar-section-5 .sidebar-related-article:hover .sidebar-related-article-text .title {
	color: #009a93;
}

.sidebar-related-article {
	margin-bottom: 15px;
	position: relative;
}

.sidebar-related-article .sidebar-article-img {
	float: left;
	width: 27%;
	margin-right: 15px;
	border-radius: 3px;
	overflow: hidden;
	max-width: 120px;
}

.sidebar-related-article .sidebar-article-img img {
	width: 100%;
}

.sidebar-related-article .sidebar-related-article-text {
	float: left;
	width: 67%;
}

.sidebar-related-article .sidebar-related-article-text .title {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px;
	transition: all 300ms ease 0s;
}

.sidebar-related-article .sidebar-related-article-text p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin: 0;
}

/* sidebar-section-6 */ 

.sidebar-guides {
	border: 2px solid #eff5fc;
	padding: 28px 30px;
	margin-top: 20px;
	border-radius: 5px;
}

.sidebar-guides .guide-item {
	margin-bottom: 15px;
}

.sidebar-guides .guide-item img {
	float: left;
	margin-right: 10px;
}

.sidebar-guides .guide-item p {
	float: left;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #2d3047;
	margin: 0;
}

.sidebar-guides .guide-item span {
	float: right;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #6c788d;
	margin: 0;
}

/* sidebar-section-7 */

.sidebar-subscribe-box {
	text-align: center;
	border: 2px solid #009a93;
	padding: 38px 45px;
	border-radius: 5px;
	margin-top: 30px;
}

.sidebar-subscribe-box h4 {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	line-height: 28px;
}

.sidebar-subscribe-box p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
}

.sidebar-subscribe-box .subscribe-form-box {
	padding: 0 15px;
	margin-top: 25px;
}

.sidebar-subscribe-box .subscribe-form-box input {
	width: 100%;
	border: none;
	background: #F4F9FF;
	padding: 10px 15px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	border-radius: 5px;
}

.sidebar-subscribe-box .subscribe-form-box .cyan-btn a {
	padding: 9px 10px;
}

/* sidebar-section-8 */

.sidebar-section-8 {
	border: 2px solid #eff5fc;
	border-radius: 5px;
}

.sidebar-section-8 .sidebar-stories:hover .sidebar-stories-bonus-text .title {
	color: #009a93;
}

.sidebar-stories {
	padding: 18px;
	border-bottom: 2px solid #eff5fc;
	position: relative;
}

.sidebar-section-8 a:last-child .sidebar-stories {
	border: none;
}

.sidebar-stories .sidebar-stories-img {
	float: left;
	width: 25%;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 15px;
	margin-top: 3px;
	max-width: 120px;
}
.sidebar-stories .sidebar-stories-img > div {
	height: 40px;
	overflow: hidden;
}
.sidebar-stories .sidebar-stories-img img {
	width: 100%;
	margin-top: -27%;
}


.sidebar-stories .sidebar-stories-bonus-text {
	float: left;
	width: 68.5%;
}

.sidebar-stories .sidebar-stories-bonus-text .title {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #2d3047;
	margin-bottom: 7px;
	margin-top: 3px;
	line-height: 22px;
	margin: 0;
	transition: all 300ms ease 0s;
}

/* sidebar-section-9 */ 

.sidebar-redaction {
	border: 2px solid #eff5fc;
	padding: 28px 30px;
	border-radius: 5px;
}

.sidebar-redaction ul {
	margin: 0;
}
.sidebar-redaction .redaction-item {
	margin-bottom: 5px;
}

.sidebar-redaction .redaction-item a {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #06bbb4;
	margin: 0;
	padding: 8px 0 5px 25px;
	display: block;
}
.sidebar-redaction .redaction-item.einzahlungsbonus {
    background: url(img/related-icons/04_Icon_Einzahlungsbonus.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.app {
    background: url(img/related-icons/03_Icon_App.png) left center no-repeat;
    background-position: 0 center;
}
.sidebar-redaction .redaction-item.erfahrungsbericht {
    background: url(img/related-icons/01_Icon_Erfahrungsbericht.png) left center no-repeat;
    background-position: 0 center;
}
.sidebar-redaction .redaction-item.bonus {
    background: url(img/related-icons/02_Icon_Bonus.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.bonusohneeinzahlung {
    background: url(img/related-icons/05_Icon_Bonus_ohne_Einzahlung.png) left center no-repeat;
    background-position: 0 center;
}
.sidebar-redaction .redaction-item.einzahlungauszahlung {
    background: url(img/related-icons/06_Icon_Einzahlung_Auszahlung.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.paysafecard {
    background: url(img/related-icons/07_Icon_Paysafecard.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.skrill {
    background: url(img/related-icons/08_Icon_Skrill.png) left center no-repeat;
    background-position: 0 center;
}
.sidebar-redaction .redaction-item.kombiwette {
    background: url(img/related-icons/09_Icon_Kombiwette.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.livewetten {
    background: url(img/related-icons/10_Icon_Live-Wetten.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.systemwette {
    background: url(img/related-icons/11_Icon_Systemwette.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.accountkuendigen, .sidebar-redaction .redaction-item.kontoloeschen {
    background: url(img/related-icons/12_Icon_Account_kuendigen.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.freundewerben {
    background: url(img/related-icons/13_Icon_Freunde_werben.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.livestream, .sidebar-redaction .redaction-item.sportwettenlive {
    background: url(img/related-icons/14_Icon_Livestream.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.gutschein, .sidebar-redaction .redaction-item.gutscheincode, .sidebar-redaction .redaction-item.partnercode, .sidebar-redaction .redaction-item.voucher, .sidebar-redaction .redaction-item.wettgutschein {
    background: url(img/related-icons/15_Icon_Gutschein.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.paypal, .sidebar-redaction .redaction-item.paypalkonto, .sidebar-redaction .redaction-item.paypaleinzahlung {
    background: url(img/related-icons/16_Icon_PayPal.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.steuer {
    background: url(img/related-icons/17_Icon_Steuer.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.bonusregeln {
    background: url(img/related-icons/18_Icon_Bonusregeln.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.wettangebot {
    background: url(img/related-icons/19_Icon_Wettangebot.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.bewertung {
    background: url(img/related-icons/20_Icon_Bewertung.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.gebuehren, .sidebar-redaction .redaction-item.mindesteinzahlung {
    background: url(img/related-icons/21_Icon_Gebuehren.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.auszahlungsdauer {
    background: url(img/related-icons/22_Icon_Auszahlungsdauer.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.appdownload {
    background: url(img/related-icons/23_Icon_Appdownload.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.kundenservice {
    background: url(img/related-icons/24_Icon_Kundenservice.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.bonuscode, .sidebar-redaction .redaction-item.angebotscode, .sidebar-redaction .redaction-item.aktionscode, .sidebar-redaction .redaction-item.casinobonus {
    background: url(img/related-icons/25_Icon_Bonus_Code.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.doppeltechance {
    background: url(img/related-icons/26_Icon_Doppelte_Chance.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.wettestornieren, .sidebar-redaction .redaction-item.kontosperren {
    background: url(img/related-icons/27_Icon_Wette_stornieren.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.filialen {
    background: url(img/related-icons/28_Icon_Filialen.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.gewinnlimit {
    background: url(img/related-icons/29_Icon_Gewinnlimit.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.cashout {
    background: url(img/related-icons/30_Icon_Cashout.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.ergebnisse, .sidebar-redaction .redaction-item.bonusbedingungen {
    background: url(img/related-icons/31_Icon_Ergebnisse.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.quoten, .sidebar-redaction .redaction-item.livescore {
    background: url(img/related-icons/32_Icon_Quoten.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.betrug {
    background: url(img/related-icons/33_Icon_Betrug.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.mindesteinsatz, .sidebar-redaction .redaction-item.zahlungsmoeglichkeiten {
    background: url(img/related-icons/34_Icon_Mindesteinsatz.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.anmeldung {
    background: url(img/related-icons/35_Icon_Anmeldung.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.bundesliga, .sidebar-redaction .redaction-item.sportwetten {
    background: url(img/related-icons/36_Icon_Bundesliga.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.handicap {
    background: url(img/related-icons/37_Icon_Handicap.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.hunderennen {
    background: url(img/related-icons/38_Icon_Hunderennen.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.vipprogramm, .sidebar-redaction .redaction-item.promocode {
    background: url(img/related-icons/39_Icon_Vip-Programm.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.registrierung {
    background: url(img/related-icons/40_Icon_Registrierung.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.startanleitung {
    background: url(img/related-icons/41_Icon_Startanleitung.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.sportwettenapp, .sidebar-redaction .redaction-item.mobilecasino {
    background: url(img/related-icons/44_Icon_App.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.geldauszahlen, .sidebar-redaction .redaction-item.auszahlungbonus {
    background: url(img/related-icons/46_Icon_Auszahlung.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.neukundenbonus, .sidebar-redaction .redaction-item.ersteinzahlungsbonus, .sidebar-redaction .redaction-item.werbecode {
    background: url(img/related-icons/50_Icon_Neukundenbonus.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.pferderennen {
    background: url(img/related-icons/51_Icon_Pferderennen.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.treuebonus {
    background: url(img/related-icons/52_Icon_Treuebonus.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.finanzwetten, .sidebar-redaction .redaction-item.lastschrift {
    background: url(img/related-icons/53_Icon_Finanzwetten.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.wettbonus, .sidebar-redaction .redaction-item.wettguthaben {
    background: url(img/related-icons/54_Icon_Wettbonus.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.freebet, .sidebar-redaction .redaction-item.promotion {
    background: url(img/related-icons/55_Icon_Freebet.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.startguthaben {
    background: url(img/related-icons/56_Icon_Startguthaben.png) left center no-repeat;
	background-position: 0 center;
}
.sidebar-redaction .redaction-item.kosten {
    background: url(img/related-icons/57_Icon_Kosten.png) left center no-repeat;
	background-position: 0 center;
}

/*-------------------------------------------------------------------------*/
/*	5. Page Bottom style
/*-------------------------------------------------------------------------*/

.full-width-section-title h3 {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #2d3047;
	margin-bottom: 20px;
	margin-left: 30px;
}

.page-bottom-section {
	border: 2px solid #eff5fc;
	border-radius: 5px;
}

.bookmaker-item {
	padding: 15px 28px;
	border-bottom: 2px solid #eff5fc;
}

.bookmaker-item:last-child {
	border-bottom: none;
}

.bookmaker-item .bookmaker-img-box {
	border-radius: 5px;
	overflow: hidden;
}
.anbietervergleich {
	margin: 15px 0 30px;
}

.anbietervergleich .bookmaker-item .bookmaker-img-box {
	margin-top: 40px;
}
.bookmaker-item .bookmaker-img-box img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.bookmaker-item .bookmaker-text .bookmaker-text-top {
	margin: 10px 0 20px;
}

.bookmaker-item .bookmaker-text .bookmaker-text-top h3 {
	margin: 0 5px 0 0;
	float: left;
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #2d3047;
}

.bookmaker-item .bookmaker-text .bookmaker-text-top .bookmaker-text-rating-stars {
	float: right;
	margin-top: 3px;
}

.bookmaker-item .bookmaker-text .bookmaker-text-top .rating-stars p {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #6c788d;
	margin-right: 10px;
	float: left;
}

.bookmaker-item .bookmaker-text .bookmaker-text-top .rating-stars .stars {
	margin: 0;
	float: left;
}

.bookmaker-item .bookmaker-text .bookmaker-text-bottom .bookmaker-checklist .bookmaker-checklist-item {
	padding-left: 20px;
	position: relative;
}

.bookmaker-item .bookmaker-text .bookmaker-text-bottom .bookmaker-checklist .bookmaker-checklist-item:before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 10px;
	background: url('img/green-check.png');
}

.bookmaker-item .bookmaker-text .bookmaker-text-bottom .bookmaker-checklist .bookmaker-checklist-item p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin-bottom: 5px;
}

.bookmaker-item .bookmaker-text .bookmaker-links {
	margin-top: 25px;
}

.bookmaker-item .bookmaker-text .bookmaker-links .grey-btn {
	float: left;
}

.bookmaker-item .bookmaker-text .bookmaker-links .cyan-btn {
	float: left;
	margin-right: 10px;
}

.bookmaker-item .bookmaker-text .bookmaker-links .grey-btn a {
	margin: 0;
	padding: 7px 10px;
	background: #EEF5FD;
	display: block;
	border-radius: 4px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6c788d;
	margin-right: 10px;
	transition: all 300ms ease 0s;
	text-transform: uppercase;
}

.bookmaker-item .bookmaker-text .bookmaker-links .grey-btn a:hover {
	background: #D8EAFF
}

.bookmaker-item .bookmaker-text .bookmaker-links .cyan-btn a {
	margin: 0;
	padding: 7px 10px;
	display: block;
	border-radius: 4px;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

.bookmaker-item  .regulierung {
	display: inline-block;
	margin-right: 20px;
}

.bookmaker-item .regulierung p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin-bottom: 5px;
}

.bookmaker-item  .regulierung p span {
	color: #0054a6;
}

.bookmaker-item .bookmaker-bonus {
	float: left;
}

.bookmaker-item .bookmaker-bonus .bookmaker-bonus-box {
	text-align: center;
	background: #F4F9FF;
	padding: 20px 10px;
	margin-right: -2px;
	margin-top: 22px;
	border: 2px solid #eff5fc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 125px;
}

.bookmaker-item .bookmaker-bonus .bookmaker-bonus-box p {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #6c788d;
	margin-bottom: 0;
}

.bookmaker-item .bookmaker-bonus .bookmaker-bonus-box span {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
	margin-bottom: 5px;
	display: inline-block;
}

.bookmaker-item .bookmaker-device {
	display: inline-block;
}

.bookmaker-item .bookmaker-device span {
	margin: 0 5px 0 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #0054a6;
	display: inline-block;
}

.bookmaker-item .bookmaker-values {
	float: left;
	text-align: center;
	border: 2px solid #eff5fc;
	padding: 38px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.bookmaker-item .bookmaker-values p {
	font-family: 'Asap', sans-serif;
	font-size: 32px;
	color: #06bbb4;
	margin-bottom: 10px;
	line-height: 1.25;
}

.bookmaker-item .bookmaker-values span {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6c788d;
}

/*-------------------------------------------------------------------------*/
/*	6. Footer style
/*-------------------------------------------------------------------------*/

.main-footer {
	background: #2E3047;
	padding-top: 50px;
}


.footer-text {
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}
.footer-text h3 {
 	text-align: center;
	margin-bottom: 30px;
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	color: #fff;
}

.footer-menu {
	padding-bottom: 50px;
	max-width: 70%;
	left: 0;
	right: 0;
	margin: auto;
}

.footer-menu .footer-menu-title h4 {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #fff;
	margin-top: 0;
}

.footer-menu .footer-menu-list ul li a {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #6c788d;
}
.footer-menu .footer-menu-list ul li a:hover {
	color: #8a96ab;
}
.footer-menu .footer-menu-list ul li.fb a {
	color: #0054a6;
}

.footer-menu .footer-menu-list ul li.twitter a {
	color: #00aeef;
}

.footer-menu .footer-menu-list ul li.gplus a {
	color: #06bbb4;
}

.footer-rights {
	text-align: center;
	padding: 30px 0;
	background: #2B2D44;
}

.footer-rights p {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
}
/**** OVERLAY ****/
.overlay-bg-conversion {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
#overlaybox-conversion {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -200px;
	z-index: 10000;
	background: #fff;
	width: 460px;
	height: 400px;
	text-align: center;
	box-shadow: 5px 5px 35px rgba(0,0,0,.35);
	padding: 20px;
	box-sizing: border-box;
	display: none;
}
#overlaybox-conversion .overlay-logo {
	width: 120px;
	height: auto;
}
#overlaybox-conversion .bonuslist-span {
	font-weight: bold;
}
#overlaybox-conversion .bonuslist {
	margin-bottom: 10px;
}
#overlaybox-conversion .overlay-head strong {
	font-size: 1.5em;
}
#overlaybox-conversion .codebox.overlay {
	width: 75%;
	padding: 8px;
	border: 2px dashed #009a93;
	margin: 5px auto 15px;
	font-size: 1.75em;
	font-weight: bold;
}
#overlaybox-conversion .overlay-hint {
	font-size: 13px;
	line-height: 1.35em;
}
#overlaybox-conversion .overlay-hint .button {
	margin-top: 10px;
}
#overlaybox-conversion .overlayClose {
	position: absolute;
	top: 0;
	right: 0;
	background: #F4F9FF;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 1.25em;
	color: #222;
}
#overlaybox-conversion .overlayClose:hover {
	color: #fff;
	background: #2E3142;
}

/*-------------------------------------------------------------------------*/
/*	7. Responsive style
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1820px) {
	.home-toc {
		padding: 20px 10px;
		width: 220px;
	}
	.home-toc .head {
		font-size: 22px;
	}
	.home-toc ol li a span {
		font-size: 12px;
		min-width: 155px;
	}
	#rslides > li > div.slider-text {
		left: 220px;
	}
	.slider-icons {
		left: 270px;
	}
}
@media only screen and (max-width: 1649px) {
	#rslides > li > div.slider-text, .slider-icons {
		left: 7.5%;
		width: 1170px;
		margin-left: -585px;
		left: 50%;
		padding-left: 0;
	}
	.subcontent:first-child {
		padding-top: 0;
	}
	#rslides > li > div {
		left: 0;
	}
	.home-slider .rslides_tabs {
		bottom: auto;
		top: 600px;
	}
}
@media (max-width:1649px) and (min-width:1201px) {
	.home-toc {
		position: static;
		width: 100%;
		padding: 0;
	}
	.home-toc .head, .home-toc .close, .home-toc .special-offer {
		display: none;
	}
	.home-toc ol {
		margin: 0;
		display: table;
		width: 100%;
	}
	.home-toc ol li {
		display: table-cell;
		width: calc(100% / 8);
		vertical-align: middle;
		padding: 10px 5px;
		border-bottom: 0;
		border-right: 1px solid #33aea9;
	}
	.home-toc ol li:last-child {
		border-right: none;
	}
	.home-toc ol li a {
		text-align: center;
		padding: 0;
	}
	.home-toc ol li a span {
		min-width: 0;
		line-height: 1.25;
	}
	.home-toc ol li a i {
		margin: 0 auto 5px;
		float: none;
		display: block;
	}
}
@media only screen and (max-width: 1365px) {
	.carousel.slick-slider {
		width: calc(100% - 130px);
		margin-left: auto;
		margin-right: auto;
	}
	.divider-home {
		height: 150px;
	}
	.divider-home:after {
		background-size: cover !important;
		background-position: top left !important;
	}
	.divider-home:before {
		left: 0;
		bottom: -25px;
	}
}
@media (max-width: 1468px) {
	.main-menu-content {
		left: 0;
	}
	.main-menu-content .main-menu-content-relative .ancle {
		left: -250px;
	}
}
@media (max-width: 1200px) {
	/* HOME TOC */
	.home-toc {
		position: static;
		width: 100%;
		max-width: 1200px;
		margin: -4px auto 0;
		padding: 5px 5px 0;
		position: relative;
	}
	.home-toc.closed {
		width: 100%;
		padding: 5px 5px 0;
	}
	.home-toc.sticky,.admin-bar .home-toc.sticky {
		height: auto;
		position: relative;
		top: 0;
	}
	.home-toc .head {
		height: auto;
		line-height: 24px;
		display: block;
		position: relative;
		cursor: pointer;
	}
	.home-toc .head small {
		display: none;
	}
	.home-toc ol li a {
		position: relative;
	}
	.home-toc.closed .close {
		background-image: url("img/menu-submenu-toggle.png");
		background-position: 0 -41px;
		background-color: transparent;
		background-size: 41px auto;
	}
	.home-toc li a:after {
		content: "";
		right: 15px;
	}
	.home-toc.closed .head {
		height: auto;
		background-color: rgba(0,0,0,.1);
	}
	.home-toc.closed .head span, .home-toc.closed ol li a span, .home-toc.closed .head i {
		float: none;
		opacity: 1;
		width: auto;
		margin: 0;
	}
	.home-toc ol li {
		border-bottom: 1px solid #33aea9;
		width: 970px;
		margin: 0 auto;
	}
	.home-toc.closed ol li a {
		text-align: left;
		padding-left: 5px;
		padding-right: 60px;
		box-sizing: border-box;
	}
	.home-toc ol, .home-toc .special-offer {
		margin: 0;
		max-height: 0;
		overflow: hidden;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.home-toc.closed ol, .home-toc.closed .special-offer {
		max-height: 1000px;
		overflow: hidden;
		display: block;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.home-toc.closed .special-offer {
		margin: 15px auto;
		opacity: 1;
		width: 100%;
	}
	.home-toc .head, .home-toc ol li a {
		padding: 10px 60px 10px 5px;
	}
	.home-toc .head i, .home-toc ol li a i, .home-toc.closed .head i, .home-toc ol li:nth-child(3n) a i {
		width: 50px;
		height: 50px;
		margin-right: 20px;
		background-size: 44px auto;
		opacity: 1;
		display: inline-block;
		vertical-align: middle;
	}
	.home-toc ol li a i,  .home-toc.closed ol li a i {
		margin-right: 20px;
		margin-left: 0;
		box-sizing: border-box;
	}
	.home-toc .head i, .home-toc.closed .head i {
		background-image: url(img/slider/home-toc-icons.png);
		background-position: 2px -802px;
		background-repeat: no-repeat;
	}
	.home-toc .head {
		font-size: 24px;
		vertical-align: middle;
		width: 1170px;
		margin: 0 auto;
	}
	.home-toc ol li a span, .home-toc.closed ol li a span {
		font-size: 18px;
	}
	.home-toc .close {
		opacity: 1;
	}
	.home-toc .close, .home-toc li a:after, .home-toc.closed .close  {
		position: absolute;
		right: 20px;
		top: 15px;
		width: 41px;
		height: 41px;
		background: url("img/menu-submenu-toggle.png");
		background-size: 41px auto;
	}
	.home-toc .close, .home-toc.closed .close  {
		right: 25px;
		top: 19px;
	}
	.home-toc .close  {
		background-position: 0 0;
	}
	.home-toc .close.active  {
		background-position: 0 -41px;
	}
	.home-toc ol li:first-child {
		border-top: 1px solid #33aea9;
	}
	.home-toc ol li:first-child a i {
		background-position: 2px -87px;
	}
	.home-toc ol li:nth-child(2n) a i {
		background-position: 3px -173px;
	}
	.home-toc ol li:nth-child(3n) a i {
		background-position: 3px -252px;
	}
	.home-toc ol li:nth-child(4n) a i {
		background-position: 2px -333px;
	}
	.home-toc ol li:nth-child(5n) a i {
		background-position: 3px -414px;
	}
	.home-toc ol li:nth-child(6n) a i {
		background-position: 3px -497px;
	}
	/* HOME TOC */
	#rslides > li > div.slider-text, .slider-icons {
		padding: 20px;
	}
	.slider-icons {
		width: 100%;
	}
	.slider-icons-outer {
		height: 90px;
	}
	#rslides > li > div.slider-text {
		padding: 30px 0;
	}
	#rslides > li > div .title {
		font-size: 42px;
	}
	#rslides > li > div .title small {
		font-size: 22px;
	}
	#rslides .slider-image {
		height: 500px;
	}
	.home-slider .rslides_tabs {
		top: 450px;
		left: auto;
		right: 0;
	}
	.home-toc.closed .close, .home-toc .close, .home-toc li a:after {
		width: 34px;
		height: 34px;
		background-size: 34px auto;
		top: 19px;
	}
	.home-toc.closed .close, .home-toc .close {
		top: 22px;
		left: 50%;
		margin-left: 430px;
	}
	.home-toc.closed .close {
		background-position: 0 -34px;
		background-color: transparent;
		background-size: 34px auto;
	}
	.provider-comparison-columns .columns {
		margin-left: 0;
		margin-right: 0;
	}
	.footer-menu {
		width: 100% !important;
		max-width: 100%;
	}
	.testergebnisWidget.sticky {
		width: 24.25%;
		max-width: 293px;
	}
	.testergebnisWidget.sticky.sticky-bottom, .admin-bar .testergebnisWidget.sticky.sticky-bottom {
		width: calc(24.25% + 56px);
	}
}
@media (max-width: 1199px) {
	.header .logo-box {
		padding-top: 20px;
	}
	#rslides > li > div.slider-text, .slider-icons {
		width: 970px;
		margin: 0 auto;
		left: 50%;
		margin-left: -485px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.slider-icons-outer {
		height: 80px;
	}
	.slider-icons > div {
		width: 240px;
		font-size: 18px;
		background-size: 32px auto;
		padding-left: 50px;
		margin-right: 30px;
	}
	.slider-icons > div small {
		font-size: 14px;
	}
	.home-toc .head {
		width: 970px;
		margin: 0 auto;
	}
	.top-anbieter-content .top-anbieter-item .bonus p {
		display: block;
	}
	.top-anbieter-content .top-anbieter-item .bonus p:first-child {
		margin: 15px 0 0;
	}
	.top-anbieter-content .top-anbieter-item .bonus p {
		margin-top: 10px;
	}
	.top-anbieter-content .top-anbieter-item .price {
		float: none;
	}
	.top-anbieter-content .top-anbieter-item .price span {
		margin: 0;
	}
	.anbietervergleich .bookmaker-item .bookmaker-values {
		padding: 19px;
	}
	.anbietervergleich .bookmaker-item .bookmaker-bonus .bookmaker-bonus-box {
		/*padding: 25px 10px; // vor ausgabe inkl. bonuslink*/
		padding: 10px;
		margin-top: 8px;
	}
	.bookmaker-item .bookmaker-text .bookmaker-text-top h3, .bookmaker-item .bookmaker-text .bookmaker-text-top .bookmaker-text-rating-stars {
		float: none;
	}
	.add-number-box {
		clear: left;
		margin-left: 0;
	}
	.bet-calculator-box .bet-price-box div.value {
		font-size: 22px;
	}
	.provider-comparison-columns .column {
		width: calc((100% / 2) - 50px);
	}
	.provider-comparison-columns .column:nth-child(3n+1) {
		clear: none;
	}
	.provider-comparison-columns .column:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 1086px) {
	.top-anbieter-content .top-anbieter-item .bonus p:first-child {
		margin-right: 10px !important;
	}

	.sidebar-article .sidebar-article-bonus-text {
		width: 63%;
	}

	.sidebar-related-article .sidebar-related-article-text .title {
		font-size: 14px;
		line-height: 24px;
	}

	.sidebar-stories .sidebar-stories-bonus-text {
		width: 68%;
	}

	.sidebar-stories .sidebar-stories-bonus-text .title {
		font-size: 14px;
		line-height: 24px;
	}

	.sidebar-redaction .redaction-item p {
		font-size: 12px;
	}

	.sidebar-redaction .redaction-item span {
		font-size: 12px;
	}

	.conclusion-box .conclusion-item p {
		width: 90%;
	}
}

@media (max-width: 991px) {
	.header .logo-box img {
		max-width: 300px;
	}
	.top-bonus-content .top-bonus-item {
		padding-left: 15px;
	}
	.top-bonus-content .top-bonus-item .rating-stars {
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.top-bonus-content .top-bonus-item .cyan-btn {
			margin-top: 10px !important;
	}
	.code-input {
		margin-bottom: -5px;
	}
	.top-anbieter-content .top-anbieter-item .cyan-btn {
		padding-left: 0;
	}
	.rating-item {
		border:none;
		border-bottom: 2px solid #EEF5FD;
	}
	.anbietervergleich .bookmaker-item .bookmaker-img-box {
		margin-top: 0;
	}
	.anbietervergleich .col-sm-3 {
		float: none;
		width: 100%;
	}
	.anbietervergleich .col-sm-5, .anbietervergleich .col-sm-4 {
		width: 50%;
	}
	.bookmaker-item .bookmaker-text .bookmaker-links .grey-btn {
		margin-bottom: 10px;
	}
	.sidebar-article .sidebar-article-img img {
		max-width: 125px;
	}
	.col-md-4 {
		margin-top: 40px;
	}
	.bet-calculator-box .no-margin.hint {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	.bet-calculator-box .bet-calculator-textarea-box .textbox {
		margin-top:0;
	}
	.bet-calculator-box .col-md-5.quote{
		padding-left: 20px;
		background-position: 10px 40px;
	}
	.bet-calculator-box .col-md-4 {
		margin-top: 0;
	}
	.bet-calculator-box .einsatz {
		margin-left: 20px;
	}
	#rslides > li > div.slider-text, .slider-icons {
		width: 750px;
		margin-left: -375px;
	}
	#rslides .slider-image {
		background-position: 70% 0;
	}
	.slider-icons {
		width: 100%;
		padding: 20px 10px;
	}
	.home-toc .head,	.home-toc ol li {
		width: 750px;
	}
	.home-toc.closed .close, .home-toc .close {
		margin-left: 320px;
	}
	.slider-icons > div {
		width: 220px;
		font-size: 14px;
		background-size: 26px auto;
	}
	.slider-icons > div small {
		font-size: 12px;
	}
	.provider-comparison-columns .column {
		width: calc((100% / 2) - 20px * 1);
		margin: 0 10px 60px;
	}
	h3.subcontent.fullwidth {
		min-height: 55px;
		background-size: 44px auto !important;
		padding-left: 50px;
	}
	h3.subcontent.fullwidth, .toggle-fullwidth .toggle-title-full span {
		font-size: 18px;
	}
	h3.subcontent.fullwidth.support, h3.subcontent.fullwidth.bonus {
		background-position: 5px 18px;
	}
	.toggle-fullwidth .toggle-title-full span {
		padding: 15px 0 15px 40px;
		background-position: 0 9px;
		background-size: 34px auto;
	}
	img.alignright.alignright-custom, img.alignleft.alignleft-custom {
		max-width: 45%;
	}
}

@media (max-width: 782px) {
	.admin-bar .in-container-header.sticky {
		top:46px;
	}
}
@media (max-width: 860px) {
	.slider-icons > div {
		width: 200px;
		padding-left: 40px;
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.header {
		top: 34px;
	}
	.header .logo-box {
		width: 100% !important;
		padding: 16px 60px;
	}
	.cat-switch {
		position: absolute;
		top: -34px;
		left: 0;
		width: 100%;
		height: 34px;
		background: #2E3142;
	}
	#menu-catmenu {
		text-align: center;
		padding: 6px;
	}
	#menu-catmenu li, #menu-catmenu li.sportwetten {
		margin: 0 5px;
	}
	#menu-catmenu li a {
		width: 60px;
		font-size: .85em;
		padding: 4px;
	}
	.header-topline.sticky {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.header-topline.sticky .main-menu-box, .in-container-header.sticky .main-menu-btn {
		position: fixed;
		top: 20px;
	}
	.in-container-header.sticky .main-menu-content {
		top: 52px;
	}
	.in-container-header.sticky .main-menu-btn {
		margin: 0;
	}
	img.alignleft, img.alignright {
		max-width: 45% !important;
	}
	.home-slider {
		top: 33px;
	}
	#rslides > li > div.slider-text, .slider-icons, .home-toc .head, .home-toc ol li {
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	#rslides > li > div.slider-text {
		padding-left: 15px;
	}
	.home-toc.closed .close, .home-toc .close {
		margin: 0;
		left: auto;
		right: 15px;
	}
	.home-toc li a:after {
		right: 10px;
	}
	.slider-icons-outer {
		display: none;
	}
	.subcontent:first-child {
		padding-top: 1.5em;
	}
	.home-toc .head, .home-toc.closed ol li a span {
		font-size: 18px;
	}
	.home-toc ol li a span, .home-toc.closed ol li a span {
		font-size: 16px;
	}
	.home h1 {
		font-size: 26px;
	}
	.provider-comparison-columns{
		margin: 2em 0;
	}
	.provider-comparison-columns .columns {
		margin-top: 2.75em;
	}
	/* Header */
	.header, .header-topline {
		height: 58px;
	}

	.out-of-container {
		position: static;
	}
	.in-container-header {
		height: 0;
	}
	.header .logo-box {
		padding: 16px 60px;
		text-align: center;
	}
	.search-box {
		float: none !important;
		display: block;
		display: none;
		text-align: right;
		width: 100%;
	}
	.search-box.active {
		position: absolute;
		top: -1px;
		left: 0;
		display: block;
		z-index: 999;
		box-shadow: 0 3px 15px rgba(0,0,0,.25);
	}
	.search-box.active form {
		padding: 10px;
	}
	.search-box.active input[type="text"] {
		height: 40px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.25);
		background: none;
	}
	.search-box.active input[type="submit"] {
		right: 3px;
		top: 9px;
		background-size: 20px 20px;
	}
	.search-toggle  {
		display: block;
		position: absolute;
		top: -51px;
		right: 5px;
	}
	.in-container-header.sticky .search-toggle {
		position: fixed;
		top: 9px;
	}
	.in-container-header.sticky .search-box.active {
		top: 57px;
	}
	.search-toggle.active {
		opacity: .5;
	}
	.main-menu {
		/*float: none;*/
		display: none;
	}

	.main-menu-box {
		margin: 0 !important;
		float: none;
		padding: 0;
	}

	.main-menu-btn {
		float: left;
		margin-top: -40px;
	}

	.main-menu-content {
		position: relative;
		top: -5px;
		left: -5px;
	}

	.main-menu ul li {
		display: block;
		text-align: center;
	}

	.main-menu ul li a {
		margin: 0;
		display: block;
		padding: 7px 0;
	}

	.main-menu-box {
		margin-left: 10px;
	}

	.page-content {
		padding: 60px 0 20px 0;
	}

	/* Section 1 */

	h1, .h1-title h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.general-text p {
		font-size: 14px;
		line-height: 24px;
	}

	/* Section 2 */

	.section-2 {
		margin-top: 20px;
	}

	.h2-title h2, h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.section-2 .numbering-box p {
		font-size: 16px;
		line-height: 25px;
		width: 80%;
	}

	.section-2 .numbering-box span {
		margin-right: 10px;
	}

	/* Section 3 */

	.section-3 {
		margin-top: 20px;
	}

	.h3-title h3, h3 {
		font-size: 18px;
		line-height: 28px;
	}

	/* Section 6 */

	#accordion .panel-heading h4 a {
		font-size: 12px;
		padding-right: 40px;
		line-height: 22px;
	}

	#accordion .panel-body h4 {
		font-size: 12px;
		line-height: 22px;
	}

	#accordion .panel-body p {
		font-size: 12px;
		line-height: 22px;
	}

	.rating-item {
		border-right: none;
		border-bottom: 2px solid #eef5fd;
	}

	/* Section 9 */

	.section-9 {
		margin-top: 20px;
	}

	.top-anbieter-content .top-anbieter-item .rating-img-box {
		margin-bottom: 15px;
	}

	.top-anbieter-content .top-anbieter-item .rating-stars {
		margin-bottom: 10px;
	}

	.top-anbieter-content .top-anbieter-item .bonus p:first-child {
		margin-right: 48px;
	}

	.top-anbieter-content .top-anbieter-item .price {
		float: none;
		text-align: center;
	}

	.top-anbieter-content .top-anbieter-item .price h3 {
		margin-left: 0;
		font-size: 22px;
	}

	.banner-text {
		margin-right: 36px;
	}

	.banner-text p {
		font-size: 10px;
	}

	/* Section 11 */

	.section-11 {
		margin-top: 20px;
	}

	.odds-item {
		margin-bottom: 10px;
	}

	.odds-box .odds-item .odds-item-title {
		text-align: left;
	}

	.odds-item-title {
		margin-bottom: 10px;
	}

	.odds-box .odds-item .odds-item-title p {
		margin: 0;
	}

	.odds-percent p {
		font-size: 14px;
	}

	.odds-bar-box .grey-bar .cyan-bar .bar-left-indicator {
		height: 10px;
		width: 2px;
	}

	.odds-bar-box .grey-bar .cyan-bar .bar-right-indicator {
		height: 10px;
		width: 2px;
	}

	/* Section 12 */

	.add-number-box {
		max-width: 100%;
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}

	.compact-calculator-section .addition-icon {
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	.compact-calculator-section .calculator-bnus-value-box {
		float: none;
	}
	.compact-calculator-section .addition-icon, .compact-calculator-section .equal-icon {
		float: none;
		clear: both;
	}
	.bet-calculator-box {
		padding: 10px;
	}
	.calculator-bnus-value {
		max-width: 100%;
		width: 100%;
		margin: 10px 0 5px;
		clear: both;
	}

	.compact-calculator-section .equal-icon {
		width: 100%;
		text-align: center;
	}

	.calculator-cyan-btn {
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}

	.bet-price-box-first-price {
		float: none;
		display: inline-block;
	}

	/* Section 14 */

	.payment-table-col {
		float: none;
		width: 100%;
	}

	.table-2 {
		text-align: center;
	}

	.table-2 .table-item-header {
		border-right: 0;
		border-bottom: 2px solid #eff5fc;
	}

	.table-2 .table-item-header:last-child {
		border-right: 0;
	}

	.table-2 .table-item-content {
		border-right: 0;
		border-bottom: 2px solid #f4f9ff;
	}

	.table-2 .table-item-content:last-child {
		border-right: 0;
	}

	/* Section 15 */

	.conclusion-right-box {
		position: static;
		width: 100%;
	}

	.conclusion-right-box .conclusion-bet-btn {
		padding-bottom: 20px;
		margin-top: 0;
	}

	.conclusion-box .conclusion-item a {
		float: left;
		width: 7%;
	}

	.conclusion-box .conclusion-item p {
		float: left;
		display: block;
		width: 87%;
		font-size: 14px;
	}

	/* Section 17 */

	.user-rating-form-box .rating-form {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	.user-rating-form-box .user-rating-stars-box {
		float: none;
		width: 100%;
	}

	.user-review-item .user-review-text .user-review-text-header {
		margin: 0;
	}

	.user-review-item .user-review-text .user-review-text-header .review-user-name h4 {
		line-height: 18px;
	}

	.user-review-item .user-review-text .user-review-text-header .review-post-time p {
		line-height: 20px;
	}

	.user-review-item .user-review-text .user-review-text-header .all-rating {
		float: none !important;
		margin-top: 30px;
	}

	/* Section 18 */

	.recommandation-left {
		float: none;
		width: 100%;
	}

	.recommandation-right {
		float: none;
		width: 100%;
		padding-top: 10px;
	}

	.recommandation-right .recommandation-right-title h4 {
		font-size: 19px;
		line-height: 29px;
	}

	.recommandation-right-btn .cyan-btn a {
		display: block;
		margin-top: 15px;
	}

	/* Section 19 */


	.ranking-item-50 {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.ranking-item-33 {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.ranking-item-50 .ranking-text h4 {
		margin-top: 9px;
	}

	/* Sidebar */

	.info-item p {
		font-size: 14px;
	}

	.sidebar-article .sidebar-article-bonus-text {
		width: 64%;
	}

	.sidebar-stories .sidebar-stories-bonus-text {
		width: 68%;
	}

	.sidebar-stories .sidebar-stories-bonus-text .title {
		font-size: 15px;
		line-height: 23px;
	}

	.sidebar-redaction .redaction-item p {
		font-size: 14px;
	}

	.sidebar-redaction .redaction-item span {
		font-size: 14px;
	}

	.bookmaker-item .bookmaker-text .bookmaker-text-top h3 {
		float: none;
	}

	.bookmaker-item .bookmaker-text .bookmaker-text-top .bookmaker-text-rating-stars {
		float: none;
		margin-top: 7px;
	}

	.bookmaker-item .bookmaker-text .bookmaker-links .grey-btn {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		display: inline-block;
	}

	.bookmaker-item .bookmaker-text .bookmaker-links .grey-btn a {
		margin-right: 0;
	}

	.bookmaker-item .bookmaker-text .bookmaker-links .cyan-btn {
		float: none;
	}

	.bookmaker-item .bookmaker-bonus {
		float: none;
	}

	.bookmaker-item .bookmaker-bonus .bookmaker-bonus-box {
		border-radius: 5px;
		width: 100%;
	}

	.bookmaker-item .bookmaker-values {
		float: none;
		margin-top: 10px;
	}

	.footer-menu {
		text-align: center;
	}
	.footer-menu .col-sm-3 {
		margin-bottom: 20px;
	}
	.footer-menu .col-sm-3 ul li {
		margin-bottom: 10px;
	}
	.category-ratings-box {
		padding: 10px;
	}
	.category-ratings-item .category-ratings-bar {
		height: 10px;
		background: #F4F9FF;
		border-radius: 5px;
	}
	.category-ratings-item .category-ratings-bar .category-ratings-bar-content {
		background: #cedbec;
	}
	.category-ratings-item .category-ratings-img img {
		width: 60px;
		margin: 0 auto;
		display: block;
		max-height: 100px;
	}
	.category-ratings-item {
		width: 100%;
		margin-top: 10px !important;
	}
	.grey-box.toc-review  {
		padding: 10px;
	}
	.jumpernav-item {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}
	#accordion .panel-heading h4 a, .panel-default > .panel-heading span {
		font-size: 14px;
		padding: 15px 45px 15px 15px;
	}
	.quotenNiveau-outer {
		font-size: 13px;
		padding: 15px 20px 35px;
	}
	.quotenNiveau-table tr td.sportart span {
		background: none !important;
		padding-left: 0;
	}
	.quotenNiveau-table tr td.sportart {
		width: 95px;
	}
	.quotenNiveau-table td .bar-gray {
		padding-right: 90px;
	}
	.top-anbieter-content .top-anbieter-item .bonus p, .top-anbieter-content .top-anbieter-item .price {
		display: inline-block !important;
		margin-right: 20px !important;
	}
	.anbietervergleich .col-sm-5, .anbietervergleich .col-sm-4 {
		width: 100%;
	}
	.provider-ranking-bottom .sidebar-article, .provider-ranking-bottom .sidebar-article:nth-child(3n+3) {
		width: 48%;
		margin: 0 1% 10px;
	}
	#rslides > li > div h1 {
		font-size: 36px;
		line-height: 1;
		margin-bottom: 15px;
	}
	#rslides > li > div h2 {
		margin-bottom: 10px;
	}
	#rslides > li > div h1 small {
		font-size: 18px;
		line-height: 1.25;
		margin-top: 5px;
	}
	#rslides > li > div {
		font-size: 14px;
	}
	#rslides > li {
		background: #000;
	}
	#rslides .slider-image {
		opacity: .65;
		height: 420px;
	}
	.home-slider .rslides_tabs {
		top: 380px;
		margin-left: -60px;
		right: auto;
		left: 50%;
	}
	.home-triple-linkbox {
		display: block;
		margin: 2em auto;
	}
	.home-triple-linkbox > .linkbox-item {
		padding: 25px 15px 15px;
		display: block;
		margin: 0 auto 2em;
		max-width: 300px;
		box-sizing: border-box;
	}
	.home-triple-linkbox > .linkbox-item-image {
		max-width: 360px;
		margin: 0 auto 2em;
		display: block;
	}
	.home-iconbox.four-columns > div, .home-iconbox.five-columns > div {
		width: 40%;
		margin: 0 5% 2em;
	}
	.home-iconbox > div:nth-child(2n+1) {
		clear: both;
	}
	.divider-home {
		height: 80px;
	}
	.divider-home:before {
		width: 85px;
		height: 60px;
		left: 0;
		top: -7px;
	}
	.subcontent {
		padding: 1.5em 0;
	}
	.result-chart {
		width: 60px;
		height: 60px;
		right: 15px;
		top: -30px;
	}
	.result-chart canvas {
		width: 60px !important;
		height: 60px !important;
	}
	.result-chart .percent {
		line-height: 46px;
		font-size: 1.1em;
	}
	.result-chart .percent:after {
		width: 60px;
		top: 15px;
	}
	.toggle-fullwidth .toggle-title-full span {
		padding: 15px 0 15px 40px;
		background-position: 0 9px;
		background-size: 34px auto;
	}
	.toggle-fullwidth .toggle-content-full {
		padding: 1.5em 0;
	}
	h3.subcontent.fullwidth.support, h3.subcontent.fullwidth.bonus {
		background-position: 5px 18px;
	}
	img.alignright.alignright-custom, img.alignleft.alignleft-custom {
		float: none;
		clear: both;
		display: block;
		margin: 1.5em auto;
		max-width: 100% !important;
	}
	.carousel-item a {
		display: block;
		margin: 0 auto;
		max-width: 358px;
	}
	.fazitbox-home {
		display: block;
	}
	.fazitbox-home > div  {
		display: block;
		margin-bottom: 2em;
	}
	.fazitbox-home div.column-left  {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.faq-entry-item .faq-title {
		padding-left: 38px;
		font-size: 18px;
	}
	.faq-entry-item .faq-title:before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		margin-top: 0;
		font-size: 14px;
	}
}

@media (max-width: 656px) {
	#rslides .slider-image {
		height: 380px;
	}
	#rslides > li > div .title {
		font-size: 36px;
	}
	#rslides > li > div .title small {
		font-size: 18px;
	}
	#rslides > li > div.slider-text {
		font-size: 14px;
		padding-top: 15px;
	}
	.home-slider .rslides_tabs {
		top: 340px;
	}
	.provider-comparison-columns .column {
		margin: 0 15px 4em;
		clear: both;
		width: calc(100% - 30px);
	}
	.provider-comparison-columns .column .calculator .sep {
		font-size: 18px;
		padding-top: 28px;
	}
	.provider-comparison-columns .column .highlightlist ul {
		min-height: 0;
	}
}
@media (max-width: 479px) {
	.header .logo-box {
		padding-top: 18px;
	}
	.header .logo-box img {
		max-width: 220px;
	}
	#rslides .slider-image {
		height: 320px;
	}
	.home-slider .rslides_tabs {
		top: 285px;
	}
	.home-slider .rslides_tabs li {
		margin: 0 8px;
	}
	#rslides > li > div {
		line-height: 1.35em;
	}
	#rslides > li > div.slider-text {
		font-size: 13px;
	}
	#rslides > li > div .title {
		font-size: 26px;
		margin-bottom: .325em;
		line-height: 1.1;
	}
	#rslides > li > div .title small {
		font-size: 16px;
		margin-top: .25em;
	}
	#rslides > li > div.slider-text ul {
		margin: 12px 0;
		padding: 0;
	}
	#rslides > li > div.slider-text ul li {
		padding-left: 15px;
		margin-bottom: .25em;
	}
	#rslides > li > div.slider-text ul.checklist li {
		padding-left: 18px;
	}
	#rslides > li > div.slider-text ul.checklist li:before {
		width: 10px;
		height: 10px;
		top: 0;
	}
	#rslides > li > div.slider-text ul li:before {
		width: 4px;
		height: 4px;
		top: 7px;
	}
	.home-toc.closed ol li a i, .home-toc .head i, .home-toc ol li a i, .home-toc.closed .head i {
		margin-right: 10px;
	}
	.home-toc .head, .home-toc.closed ol li a span {
		font-size: 16px;
	}
	.home-toc ol li a span, .home-toc.closed ol li a span {
		font-size: 14px;
	}
	.recommandation-img-box img, .rating-item .rating-img-box img, .top-anbieter-content .top-anbieter-item .rating-img-box img, .top-bonus-content .top-bonus-item .rating-img-box img {
		max-width: 150px;
	}
	.top-anbieter-content .top-anbieter-item {
		padding: 10px;
	}
	.top-anbieter-content .top-anbieter-item .bonus p, .top-anbieter-content .top-anbieter-item .price {
		display: inline-block !important;
		margin-right: 10px !important;
		font-size: 11px;
	}
	.breadcrumbs {
		font-size: 11px;
	}
	.breadcrumbs img {
		max-height: 8px;
		width: auto;
	}
	.conclusion-left-box, .conclusion-right-box {
		width: 100%;
		display: block;
	}
	.conclusion-right-box {
		border-radius: 0 0 3px 3px;
	}
	.user-rating-box .user-all-rating-box .all-rating, .user-review-item .user-review-text .user-review-text-header .review-post-time, .user-review-item .user-review-text .user-review-text-header .review-user-name {
		float: none !important;
	}
	.user-review-item .user-review-text .user-review-text-header .all-rating {
		margin-top: 5px;
	}
	table#uebersichtWidget tr td {
		width: 100%;
		display: block;
	}
	table#uebersichtWidget tr td:last-child {
		text-align: left;
	}
	.footer-title h3 {
		font-size: 18px;
	}
	.archive-item .col-md-3 {
		padding: 5px;
	}
	ol.numbers li {
		font-size: 18px;
		line-height: 20px;
	}
	.provider-ranking-bottom .sidebar-article, .provider-ranking-bottom .sidebar-article:nth-child(3n+3) {
		width: 100%;
		margin: 0 0 10px;
	}
	ul.checklist {
		padding: 15px;
	}
	.grey-box .checklist-box ul li, .content ul li {
		padding-left: 25px;
	}
	.grey-box .checklist-box ul li:before, ul.checklist li:before, .content ul:not(.arrow) li:before {
		height: auto;
		background-size: 11px auto;
		background-repeat: no-repeat;
		background-position: 5px 6px;
	}
	.reviewpart .ergebnis, .reviewpart .part-title {
		font-size: 20px;
		line-height: 22px;
	}
	#overlaybox-conversion {
		width: 300px;
		margin-left: -150px;
	}
	#overlaybox-conversion .overlay-logo {
		width: 60px;
	}
	#overlaybox-conversion .overlay-head strong {
		font-size: 1.1em;
	}
	#overlaybox-conversion .codebox.overlay {
		font-size: 1.75em;
	}
	.provider-comparison-columns .column {
		padding: 15px;
	}
	.provider-comparison-columns .column .conversionbuttons, .provider-comparison-columns .column .conversionbuttons > a, .provider-comparison-columns .column .conversionbuttons span, .provider-comparison-columns .column .conversionbuttons div, .provider-comparison-columns .column .conversionbuttons .button.convlink {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	.provider-comparison-columns .column .conversionbuttons > a, .provider-comparison-columns .column .conversionbuttons span, .provider-comparison-columns .column .conversionbuttons div, .provider-comparison-columns .column .conversionbuttons .button.convlink {
		padding: 15px;
		margin: 10px 0;
		height: auto;
	}
	.provider-comparison-columns .column .conversionbuttons .button.convlink {
		margin-bottom: 0;
	}
	.home-iconbox > div {
		font-size: 12px;
	}
	.home-iconbox > div img {
		max-width: 60px;
	}
	.carousel button {
		width: 40px;
		height: 40px;
		background-size: 40px auto !important;
		left: -40px;
	}
	.carousel.slick-slider {
		width: calc(100% - 80px);
	}
	.carousel button.slick-next {
		background-position: 0 -40px;
		right: -40px;
	}
	.carousel-item .head {
		line-height: 1.25;
		font-size: 13px;
		padding-right: 40px;
		padding-left: 15px;
	}
	.carousel-item .head span {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		right: 10px;
		top: -15px;
	}
	.divider-home {
		height: 40px;
		min-height: 60px;
	}
	.divider-home:before {
		width: 65px;
		height: 50px;
		left: 0;
		top: -5px;
	}
}
@media (max-width: 359px) {
	.header .logo-box {
		padding-top: 20px;
	}
	.header .logo-box img {
		max-width: 180px;
	}
	#rslides > li > div .title {
		font-size: 24px;
	}
	#rslides > li > div .title small {
		font-size: 14px;
	}
	#rslides > li > div.slider-text {
		font-size: 12px;
	}
	#rslides > li > div.slider-text ul {
		margin: 10px 0;
	}
}
@media (min-width: 992px) {
	.anbietervergleich.sidebar .bookmaker-item .bookmaker-text .bookmaker-text-top h3 {
		float: none;
	}
	.anbietervergleich.sidebar .bookmaker-item .bookmaker-text .bookmaker-text-top .bookmaker-text-rating-stars {
		float: none;
		margin-top: 5px;
	}
	.anbietervergleich.sidebar .bookmaker-item .bookmaker-text .bookmaker-links .grey-btn {
		display: inline-block;
		margin-bottom: 10px;
		float: none;
	}
	.anbietervergleich.sidebar .bookmaker-item .bookmaker-bonus {
		float: none;
	}
	.anbietervergleich.sidebar .bookmaker-item .bookmaker-bonus .bookmaker-bonus-box {
		border-radius: 5px 5px 0 0;
		margin: 0 0 -2px 0;
		width: 100%;
	}
	.anbietervergleich.sidebar .bookmaker-item .bookmaker-values {
		padding: 15px;
		width: 100%;
		border-radius: 0 0 5px 5px;
	}
	.anbietervergleich.sidebar .bookmaker-item  .regulierung {
		display: block;
		margin: 10px 0 5px;
		clear: both;
	}
}
/* STICKY TOC RULES */
@media (min-width: 1600px) {
	.grey-box.toc-review.stickyversion, #toc.grey-box.stickyversion {
		padding: 5px 5px 2px;
		position: fixed;
		top: 195px;
		left: 0;
		width: 210px;
		border-radius: 0 5px 5px 0;
		transition: top 300ms ease 0s;
		min-width: 210px;
		float: none;
		margin: 0;
	}
	.admin-bar .grey-box.toc-review.stickyversion, .admin-bar #toc.grey-box.stickyversion {
		top: 227px;
	}
	.fewer-padding .grey-box.toc-review.stickyversion, .fewer-padding #toc.grey-box.stickyversion{
		top: 95px;
	}
	.admin-bar .fewer-padding .grey-box.toc-review.stickyversion, .admin-bar  .fewer-padding #toc.grey-box.stickyversion{
		top: 137px;
	}
	.grey-box.toc-review.stickyversion.sticky-toc-bottom, #toc.grey-box.stickyversion.sticky-toc-bottom {
		top: auto !important;
		transition: top 300ms ease 0s;
		bottom: 0;
		margin-bottom: 0;
		position: absolute;
		left: calc(-50vw + 591px);
	}
	.grey-box.toc-review.stickyversion.sticky-toc-bottom {
		bottom: 10px;
	}
	.grey-box.toc-review.stickyversion h3, #toc.grey-box.stickyversion #toc_title p {
		font-size: 12px;
		line-height: 14px;
		padding-top: 5px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.grey-box.toc-review.stickyversion .jumpernav-item, .grey-box.toc-review.stickyversion .jumpernav-item:nth-child(odd), #toc.grey-box.stickyversion li {
		margin: 0 0 5px 0;
		width: 100%;
		transition: all 300ms ease 0s;
		padding: 6px 15px 6px 35px;
		background-position: 10px 7px;
		min-height: 28px;
	}
	#toc.grey-box.stickyversion li {
		border-radius: 4px;
		margin-bottom: 5px;
		position: relative;
		display: inline-block;
		float: left;
		background-color: #fff;
		background-image: url(img/star-icon.png);
		background-repeat: no-repeat;
		line-height: 1.25;
		padding-top: 4px;
	}
	#toc.grey-box.stickyversion li:hover {
		background-color: #FCFDFF;
	}
	#toc.grey-box.stickyversion li a {
		padding: 0;
		
	}
	#toc.grey-box.stickyversion li a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#toc.grey-box.stickyversion li > ul {
		display: none;
	}
	.grey-box.toc-review.stickyversion .jumpernav-item a, .grey-box.toc-review.stickyversion .jumpernav-item span, #toc.grey-box.stickyversion li a {
		font-size: 12px;
	}
	.grey-box.toc-review.stickyversion  .jumpernav-box ul li {
		list-style: none;
	}
	.grey-box.toc-review.stickyversion  .jumpernav-item.active, .grey-box.toc-review.stickyversion  .jumpernav-item.active a, #toc.grey-box.stickyversion li.active a {
		color: #06bbb4;
		font-weight: bold;
		transition: all 300ms ease 0s;
	}
}
@media (min-width: 1900px) {
	.grey-box.toc-review.stickyversion, #toc.grey-box.stickyversion {
		padding: 10px 10px 7px;
		border-radius: 0 5px 5px 0;
		width: 360px;
		margin: 0;
	}
	.grey-box.toc-review.stickyversion h3, #toc.grey-box.stickyversion #toc_title p {
		font-size: 18px;
		line-height: 20px;
		padding-top: 5px;
		font-weight: bold;
	}
	#toc.grey-box.stickyversion li a {
		font-size: 16px;
	}
	.grey-box.toc-review.stickyversion .jumpernav-item, .grey-box.toc-review.stickyversion  .jumpernav-item:nth-child(odd), #toc.grey-box.stickyversion li {
		margin: 0 0 5px 0;
		width: 100%;
		transition: all 300ms ease 0s;
		padding: 8px 20px 6px 45px;
		background-position: 15px 10px;
		min-height: 35px;
		line-height: 1.25;
	}
	.grey-box.toc-review.stickyversion .jumpernav-item a, .grey-box.toc-review.stickyversion .jumpernav-item span, #toc.grey-box.stickyversion .jumpernav-item a, #toc.grey-box.stickyversion .jumpernav-item span {
		font-size: 16px;
	}
	.grey-box.toc-review.stickyversion .jumpernav-item.active, .grey-box.toc-review.stickyversion .jumpernav-item.active a, #toc.grey-box.stickyversion .jumpernav-item.active, #toc.grey-box.stickyversion .jumpernav-item.active a  {
		color: #06bbb4;
		font-weight: bold;
		transition: all 300ms ease 0s;
	}
}