/** HIGHLIGHTBOX **/
.highlights
{
	background: #eeeeee;
	box-sizing: border-box;
	clear: both;
	padding: 0 9px 11px 8px;
	max-width: 615px;
	width: 100%;
}

.highlights .box-head
{
	border-bottom: 9px solid #3a3a3a;
	box-sizing: border-box;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	height: 48px;
	margin: 6px 0 0 0;
	position: relative;
	width: 100%;
}

.highlights .box-head:before
{
	background: url(../images/highlightbox/highlightbox_headlinebg.png) no-repeat top left;
	box-sizing: border-box;
	content: attr(data-mainhead);
	color: white;
	display: block;
	font-family: BebasNeueRegular,arial,Georgia,serif;
	font-size: 22px;
	font-style: normal;
	height: 55px;
	left: 0;
	overflow: hidden;
	padding: 14px 10px;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	top: -6px;
	white-space: nowrap;
	width: 152px;
}

.highlights .box-head .box-heading
{
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 1px 10px 10px 194px;
	position: relative;
	text-overflow: ellipsis;
	top: -5px;
	white-space: nowrap;
}

.highlights.noimage .box-head .box-heading
{
	padding: 14px 10px 10px 175px;
}

.highlights .box-head .box-heading:before
{
	color: #919191;
	content: "\201C";
	display: inline-block;
	font-size: 51px;
	left: -14px;
	position: relative;
	top: 24px;
}

.highlights.noimage .box-head .box-heading:before
{
	display: none;
}

.highlights .box-head .box-heading:after
{
	color: #919191;
	content: "\201D";
	display: inline-block;
	font-size: 51px;
	right: -6px;
	position: relative;
	top: 29px;
}

.highlights.noimage .box-head .box-heading:after
{
	display: none;
}

.highlights .box-content
{
	background: #3a3a3a;
	color: white;
	font-size: 15px;
	overflow: hidden;
	min-height: 250px;
	padding: 10px 40px 18px 15px;
	position: relative;
	width: 100%;
}

.highlights.noimage .box-content
{
	padding: 10px 15px 18px 15px;
}

.highlights .box-content .image
{
	bottom: 0;
	display: inline-block;
	position: absolute;
	right: 0;
}

.highlights .box-content .image img
{
	border: none;
}

.highlights .box-content .box-items ul.box-item-list
{
	margin: 0;
}

.highlights .box-content .box-items ul.box-item-list li.box-item
{
	background: url('../images/highlightbox/highlightbox_listitem.png') top left no-repeat;
	background-position: top 12px left;
	border-bottom: 1px solid #5e5e5e;
	list-style: none;
	margin: 0 0 0 0;
	padding: 8px 0 8px 30px;
}

.highlights .box-content .box-items ul.box-item-list li:nth-child(n+2) .text
{
	display: block;
	padding: 0 140px 0 0;
}

.highlights.noimage .box-content .box-items ul.box-item-list li:nth-child(n+2) .text
{
	padding: 0;
}

.highlights .box-content .box-items
{
	min-height: 222px;
	position: relative;
}

.highlights.noimage .box-content .box-items
{
	min-height: 235px;
}

.highlights .box-content .box-items ul.box-item-list li:last-child
{
	border: none;
}

.highlights .box-content .box-items .orangeBonusButton
{
	bottom: 0;
	/*display: block;*/
	height: 41px;
	left: 28px;
	position: absolute;
}

/*.highlights .box-content .box-items .orangeBonusButton:after
{
	clear: both;
	content: " ";
	display: block;
}

.highlights .box-content .box-items .orangeBonusButton > span
{
	float: left;
}*/

.highlights .box-content .box-items .orangeBonusButton > span:nth-of-type(1)
{
	/*background: #12b444;*/
}

.highlights .box-content .box-items .orangeBonusButton > span:nth-of-type(2)
{
	/*background: #12b444;*/
	font-size: 18px;
	min-width: 261px;
	max-width: 371px;
	overflow: hidden;
	padding: 5px 12px 5px 19px;
	padding-top: 0px;
    padding-bottom: 0px;
    line-height: 41px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 600px)
{
	.highlights .box-content
	{
		padding: 10px 15px 18px 15px;
	}
	
	.highlights .box-content .image
	{
		display: none;
	}
	
	.highlights .box-content .box-items ul.box-item-list
	{
		margin-bottom: 10px;
	}
	
	.highlights .box-content .box-items ul.box-item-list li:nth-child(n+2) .text
	{
		padding: 0;
	}
	
	.highlights .box-content .box-items .orangeBonusButton
	{
		bottom: auto;
		left: auto;
		position: relative;
		width: 100%;
	}
	
	.highlights .box-head:before {
	    display: block;
	    font-family: BebasNeueRegular,arial,Georgia,serif;
	    font-size: 18px;
	    font-style: normal;
	    height: 48px;
	    left: -5px;
	    overflow: hidden;
	    padding: 14px 10px;
	    padding-top: 12px;
	    padding-right: 4px;
	    padding-left: 4px;
	    position: absolute;
	    text-align: center;
	    text-overflow: ellipsis;
	    text-transform: uppercase;
	    top: -6px;
	    white-space: nowrap;
	    width: 138px;
	    background-size: auto 48px;
	}
	
	/*.highlights .box-head .box-heading
	{
		padding: 8px 10px 10px 175px;
		top: auto;
	}*/
	
	.highlights .box-head .box-heading,
	.highlights.noimage .box-head .box-heading {
	    display: block;
	    top: auto;
	    max-height: 38px;
	    padding-left: 136px;
	    padding-right: 0px;
	    padding-top: 2px;
	    padding-bottom: 4px;
	    font-size: 15px;
	    line-height: 17px;
	    white-space: normal;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;  
	}
	
	.highlights .box-head .box-heading:before,
	.highlights .box-head .box-heading:after
	{
		display: none;
	}
}

@media all and (max-width: 425px)
{
	.highlights .box-content .box-items .orangeBonusButton>span:nth-of-type(2)
	{
		min-width: initial;
		max-width: calc(100% - 45px);
		width: calc(100% - 45px);
		padding-left: 0px;
		padding-right: 4px;
	}
}

/** REDAKTIONSTESTBOX **/
.redaktionstest-box
{
	background: #3a3a3a;
	box-sizing: border-box;
	float: left;
	height: 232px;
	margin: 0 22px 38px 0;
	padding: 0;
	width: 199px;
}

.redaktionstest-box > .generatedRLM,
.redaktionstest-box > a,
.redaktionstest-box > a:link,
.redaktionstest-box > a:visited
{
	text-decoration: none;
}

.redaktionstest-box .box-content
{
	background: #3a3a3a;
	box-sizing: border-box;
	height: 196px;
	margin: 0 auto;
	padding: 4px 6px 7px 6px;
	width: 100%;
}

.redaktionstest-box.bonus .box-content
{
	height: 212px;
}

.redaktionstest-box .box-content .box-content-head
{
	color: white;
	font-size: 14px;
	margin-bottom: 6px;
}

.redaktionstest-box.bonus .box-content .box-content-head
{
	margin-bottom: 9px;
}

.redaktionstest-box .box-content .box-content-head .text-test
{
	display: block;
}

.redaktionstest-box .box-content .box-content-head .text-provider
{
	display: block;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
}

.redaktionstest-box.bonus .box-content .box-content-head .text-provider
{
	text-transform: capitalize;
}

.redaktionstest-box.bonus .box-content .box-content-head .text-provider:after
{
	content: "\00a0 Bonus";
	display: inline-block;
}

.redaktionstest-box.bonus .box-content .box-content-head
{
	position: relative;
}

.redaktionstest-box.bonus[data-exklusiv="1"] .box-content .box-content-head:after
{
	background: url('../images/redaktionstest/rdbox-exklusiv.png') no-repeat top right;
	bottom: -25px;
	content: " ";
	display: block;
	height: 26px;
	position: absolute;
	right: 5px;
	width: 79px;
	z-index: 2;
}

.redaktionstest-box .box-content .box-content-logo
{
	margin-bottom: 6px;
	max-height: 88px;
	overflow: hidden;
	width: 100%;
}

.redaktionstest-box.bonus .box-content .box-content-logo
{
	margin-bottom: 3px;
	max-height: 72px;
	position: relative;
}

.redaktionstest-box .box-content .box-content-logo img
{
	border: none;
	display: block;
	height: auto;
	max-width: 100%;
	position: relative;
	top: -26px;
	width: 100%;
}

.redaktionstest-box .box-content .box-content-rating
{
	background: url(../images/redaktionstest/redaktionstest_spowebode_logo.png) no-repeat left center white;
	background-position: 6px center;
	box-sizing: border-box;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: bold;
	height: 47px;
	overflow: hidden;
	padding: 15px 15px 10px 40px;
	text-align: right;
}

.redaktionstest-box.bonus .box-content .rdboxbonus
{
	background: #2b2b2b;
	border: 1px dashed #7e7c7d;
	box-sizing: border-box;
	color: white;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
	padding: 4px 5px 2px 5px;
}

.redaktionstest-box .box-content .box-content-rating .max:before
{
	display: inline-block;
	content: "/";
}

.redaktionstest-box .box-footer
{
	background: #eeeeee;
	font-size: 11px;
	height: 36px;
	overflow: hidden;
	padding: 8px 6px 8px 6px;
	width: 100%
}

.redaktionstest-box .box-footer:after
{
	clear: both;
	content: " ";
	display: block;
}

.redaktionstest-box .box-footer .footer-text
{
	color: black;
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
}

.redaktionstest-box .box-footer .footer-logo
{
	float: left;
}

.redaktionstest-box .box-footer .footer-logo img
{
	border: none;
	max-width: 87px;
}

@media all and (max-width: 370px)
{
	.redaktionstest-box
	{
		float: none;
		margin: 0 auto 30px auto;
	}
}

/** REQUIREMENTSBOX */
.requirementsbox
{
	border-bottom: 4px solid #777777;
	box-shadow: 0 0 3px #cacaca;
	clear: both;
	max-width: 612px;
	padding: 18px 15px 22px 19px;
	position: relative;
}

.requirementsbox:after
{
	clear: both;
	content: " ";
	display: block;
}

.requirementsbox img
{
	border: none;
}

.requirementsbox img.exclusive
{
	border: none;
	position: absolute;
	right: 24px;
	top: -18px;
}

.requirementsbox:before
{
	background: url(../images/requirementbox/rqboxsymbol.png) no-repeat;
	content: " ";
	display: block;
	height: 39px;
	left: 0;
	position: absolute;
	top: 0;
	width: 39px;
}

.requirementsbox .headline
{
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 3px 0 0 40px;
	max-width: 577px;
}

.requirementsbox .headline > h2,
.requirementsbox .headline > h3
{
	margin-top: 2px;
}

.requirementsbox .requirement_items
{
	max-width: 577px;
}

.requirementsbox .requirement_items .item_line
{
	margin: 0 0 8px 0;
}

.requirementsbox .requirement_items .item_line:after
{
	clear: both;
	content: " ";
	display: block;
}

.requirementsbox .requirement_items .item_line .item_label
{
	background: #eeeeee;
	color: black;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 14px;
	height: 30px;
	margin: 0 8px 0 0;
	overflow: hidden;
	padding: 4px 4px 4px 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 151px;
}

.requirementsbox .requirement_items .item_line.sum .item_label
{
	background: url(../images/requirementbox/sum.png) no-repeat #eeeeee;
	background-position: 9px 6px;
}

.requirementsbox .requirement_items .item_line.type .item_label
{
	background: url(../images/requirementbox/type.png) no-repeat #eeeeee;
	background-position: 9px 7px;
}

.requirementsbox .requirement_items .item_line.example .item_label
{
	background: url(../images/requirementbox/example.png) no-repeat #eeeeee;
	background-position: 9px 7px;
}

.requirementsbox .requirement_items .item_line.rollover .item_label
{
	background: url(../images/requirementbox/rollover.png) no-repeat #eeeeee;
	background-position: 9px 6px;
}

.requirementsbox .requirement_items .item_line.quote .item_label
{
	background: url(../images/requirementbox/quote.png) no-repeat #eeeeee;
	background-position: 7px 6px;
}

.requirementsbox .requirement_items .item_line.payment .item_label
{
	background: url(../images/requirementbox/payment.png) no-repeat #eeeeee;
	background-position: 8px 7px;
}

.requirementsbox .requirement_items .item_line.time .item_label
{
	background: url(../images/requirementbox/time.png) no-repeat #eeeeee;
	background-position: 9px 6px;
}

.requirementsbox .requirement_items .item_line.cashable .item_label
{
	background: url(../images/requirementbox/cashable.png) no-repeat #eeeeee;
	background-position: 9px 6px;
}

.requirementsbox .requirement_items .item_line .item_field
{
	background: white;
	color: black;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
	padding: 4px 4px 4px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 418px;
}

.requirementsbox .requirement_items .item_line.sum .item_field
{
	background: #f88d01;
	color: white;
	font-weight: 700;
}

.requirementsbox .requirement_items .item_line.type .item_field
{
	font-weight: 700;
}

.requirementsbox .requirement_items .item_line.cashable .item_field img
{
	border: none;
	position: relative;
	top: -2px;
	max-width: 15px;
}

.requirementsbox .requirement_bonuscode,
.requirementsbox a:link.requirement_bonuscode,
.requirementsbox a:visited.requirement_bonuscode
{
	background: url(../images/requirementbox/bonuscodebg_stripe.png) repeat top left;
	border: 1px dashed #a19b9b;
	box-sizing: border-box;
	color: black;
	display: block;
	float: left;
	font-family: BebasNeueRegular,arial,Georgia,serif;
	font-size: 19px;
	height: 41px;
	margin: 0 8px 0 0;
	overflow: hidden;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 151px;
}

.requirementsbox .requirement_bonuscode .stars
{
	margin: 0 0 0 4px;
	position: relative;
	top: 4px;
}

.requirementsbox .requirement_bonusbutton.orangeBonusButton,
.requirementsbox a:link.requirement_bonusbutton.orangeBonusButton,
.requirementsbox a:visited.requirement_bonusbutton.orangeBonusButton
{
	box-sizing: border-box;
	/*display: block;
	float: left;*/
	max-width: 418px;
	width: 100%;
}

.requirementsbox .requirement_bonusbutton.orangeBonusButton:after
{
	/*clear: both;
	content: " ";
	display: block;*/
}

.requirementsbox .requirement_bonusbutton.orangeBonusButton > span
{
	/*float: left;*/
}

.requirementsbox .requirement_bonusbutton.orangeBonusButton > span:nth-child(1)
{
	/*background: #12b444;*/
}

.requirementsbox .requirement_bonusbutton.orangeBonusButton > span:nth-child(2)
{
	/*background: #12b444;*/
	font-size: 18px;
    /*line-height: 38px;
    padding-top: 2px;*/
    padding-bottom: 0px;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*width: calc(100% - 43px);*/
}

@media all and (max-width: 660px)
{
	.requirementsbox .requirement_items .item_line .item_label
	{
		float: none;
		width: 100%;
	}
	
	.requirementsbox .requirement_items .item_line .item_field
	{
		float: none;
		height: auto;
		min-height: 30px;
		white-space: normal;
		width: 100%;
	}
	
	.requirementsbox .requirement_bonuscode,
	.requirementsbox a:link.requirement_bonuscode,
	.requirementsbox a:visited.requirement_bonuscode
	{
		float: none;
		margin: 0 0 8px 0;
		width: 100%;
	}
	
	.requirementsbox .requirement_bonusbutton.orangeBonusButton,
	.requirementsbox a:link.requirement_bonusbutton.orangeBonusButton,
	.requirementsbox a:visited.requirement_bonusbutton.orangeBonusButton
	{
		float: none;
		max-width: none;
	}
}

/** FAZITBOX **/
.result_box_shortcode_wrapper
{
	background: #eeeeee;
	border-bottom: 5px solid #f88d01;
	clear: both;
	color: black;
	font-size: 15px;
	margin: 20px 0 20px 0;
	padding: 17px 105px 9px 72px;
	position: relative;
}

.result_box_shortcode_wrapper .result_box_background
{
	border: none;
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
}

.result_box_shortcode_wrapper:before
{
	background: url('../images/resultbox/resultbox-symbol.png') no-repeat;
	content: " ";
	display: block;
	height: 37px;
	left: -14px;
	position: absolute;
	top: -19px;
	width: 36px;
}

.result_box_shortcode_wrapper:after
{
	clear: both;
	content: " ";
	display: block;
}

.result_box_shortcode_wrapper .result_box_label
{
	display: block;
	font-family: BebasNeueRegular,arial,Georgia,serif;
	font-size: 22px;
	left: 22px;
	position: absolute;
}

.result_box_shortcode_wrapper .result_box_content .result_box_content_wrapper
{
	margin-bottom: 5px;
}

.result_box_shortcode_wrapper .result_box_content .result_box_content_wrapper a:link,
.result_box_shortcode_wrapper .result_box_content .result_box_content_wrapper a:visited
{
	color: #01999c;
}

.result_box_shortcode_wrapper .result_box_content .result_box_cta,
.result_box_shortcode_wrapper .result_box_content a:link.result_box_cta,
.result_box_shortcode_wrapper .result_box_content a:visited.result_box_cta
{
	color: #01999c;
	display: inline-block;
	position: relative;
}

.result_box_shortcode_wrapper .result_box_content .result_box_cta:before
{
	background: url('../images/resultbox/resultbox-angle.png') no-repeat center center;
	content: " ";
	display: inline-block;
	height: 9px;
	margin-right: 6px;
	width: 5px;
}

.result_box_shortcode_wrapper .result_box_content .result_box_cta:after
{
	background: url('../images/resultbox/resultbox-link.png') no-repeat center center;
	content: " ";
	display: inline-block;
	height: 15px;
	margin-left: 6px;
	top: 2px;
	width: 17px;
}

.result_box_shortcode_wrapper .result_box_content .result_box_cta .provider_name
{
	text-transform: capitalize;
}

@media all and (min-width: 800px){
	.result_box_shortcode_wrapper {
		padding-right: 165px;
	}
}

@media all and (max-width: 800px)
{
	.result_box_shortcode_wrapper
	{
		padding: 17px 19px 9px 72px;
	}
	
	.result_box_shortcode_wrapper .result_box_background
	{
		display: none;
	}
}

/** BONUS DETAILS **/
.bonus_details_shortcode_wrapper ul
{
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.bonus_details_shortcode_wrapper ul:after
{
	clear: both;
	content: " ";
	display: block;
}

.bonus_details_shortcode_wrapper ul li
{
	display: block;
	float: left;
	height: 115px;
	margin: 0 0 17px 29px;
	width: 133px;
}

.bonus_details_shortcode_wrapper ul li:nth-child(1),
.bonus_details_shortcode_wrapper ul li:nth-child(5n)
{
	margin: 0 0 17px 0;
}

.bonus_details_shortcode_wrapper ul li .bonus_detail_item_headline
{
	background: #3a3a3a;
	color: white;
	display: block;
	font-family: BebasNeueRegular,arial,Georgia,serif;
	font-size: 17px;
	height: 33px;
	margin: 0 0 5px 0;
	padding: 8px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.bonus_details_shortcode_wrapper ul li .bonus_detail_item_content
{
	background: #eeeeee;
	color: #3a3a3a;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 77px;
	margin: 0;
	overflow: hidden;
	padding: 12px 5px 12px 5px;
	text-align: center;
	text-overflow: ellipsis;
	width: 100%;
}

.bonus_details_shortcode_wrapper ul li .bonus_detail_item_content .main
{
	display: block;
	font-size: 29px;
	font-weight: 700;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.bonus_details_shortcode_wrapper ul li .bonus_detail_item_content .sub
{
	display: block;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_amount .bonus_detail_item_content
{
	padding: 11px 5px 12px 5px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_amount .bonus_detail_item_content .main
{
	margin-bottom: 6px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_type .bonus_detail_item_content
{
	font-size: 14px;
	padding: 16px 5px 12px 5px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_require .bonus_detail_item_content
{
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 22px;
	padding: 16px 1px 12px 1px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_payout .bonus_detail_item_content
{
	padding: 23px 5px 12px 5px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_payout .bonus_detail_item_content img
{
	margin-right: 5px;
	position: relative;
	top: -4px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_quote .bonus_detail_item_content
{
	padding: 10px 5px 12px 5px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_quote .bonus_detail_item_content .main
{
	border: 1px solid #f8920c;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 26px;
	height: 58px;
	padding: 13px 0;
	margin: 0 auto;
	width: 58px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_tax .bonus_detail_item_content
{
	padding: 11px 0 12px 0;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_tax .bonus_detail_item_content .main
{
	margin-bottom: 6px;
}

.bonus_details_shortcode_wrapper .bonus_detail_item.bonus_minpayin .bonus_detail_item_content
{
	padding: 23px 5px 12px 5px;
}

@media all and (max-width: 1000px)
{
	.bonus_details_shortcode_wrapper ul li:nth-child(1),
	.bonus_details_shortcode_wrapper ul li:nth-child(5n)
	{
		margin: 0 0 17px 29px;
	}
}

@media all and (max-width: 400px)
{
	.bonus_details_shortcode_wrapper ul
	{
		margin: 10px auto 15px auto;
		width: 295px;
	}
	
	.bonus_details_shortcode_wrapper ul li:nth-child(odd)
	{
		margin: 0 0 17px 0;
	}
	
	.bonus_details_shortcode_wrapper ul li:nth-child(even)
	{
		margin: 0 0 17px 29px;
	}
}

@media all and (max-width: 340px)
{
	.bonus_details_shortcode_wrapper ul
	{
		width: 133px;
	}
	
	.bonus_details_shortcode_wrapper ul li:nth-child(odd),
	.bonus_details_shortcode_wrapper ul li:nth-child(even)
	{
		margin: 0 0 17px 0;
	}
}

/** NEW BUTTON **/
/*.orangeBonusButton.new_button_short
{
	display: block;
	height: 41px;
}

.orangeBonusButton.new_button_short:after
{
	clear: both;
	content: " ";
	display: block;
}

.orangeBonusButton.new_button_short > span
{
	float: left;
}

.orangeBonusButton.new_button_short > span:nth-of-type(1)
{
	background: #12b444;
}

.orangeBonusButton.new_button_short > span:nth-of-type(2)
{
	background: #12b444;
	font-size: 19px;
	min-width: 261px;
	max-width: 371px;
	overflow: hidden;
	padding: 5px 12px 5px 19px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 450px){
.orangeBonusButton.new_button_short > span:nth-of-type(2)
{
	min-width: initial;
	max-width: calc(100% - 45px);
}
}*/

/* ZAHLUNGSMETHODEN TABELLE (Redesign) */
/* @since #3051 2016-01-11 
 * Example: https://www.sportwettenbonus.de/zahlungsmethoden/sportwetten-mit-paypal/
 * Add CTA button to payment method table, restyle for mobile. 
 * */ 

.zahlungsmethodensc.fullsize {
	position: relative;
}

.zahlungsmethodensc.fullsize .paymentComparisonTable {
	display: table;
    width: 100%;
    max-width: 100%;
}

.zahlungsmethodensc.fullsize .elementWrapper {
	display: table-row;
}

.zahlungsmethodensc.fullsize [class*="provider-"],
.zahlungsmethodensc.fullsize .elementWrapper>span[class*="provider-"]{
	/*outline: 1px solid red;*/
    text-align: center;
    display: table-cell;
    font-size: 15px !important;
}
.zahlungsmethodensc.fullsize .provider-rank {
    width: 42px;
}
.zahlungsmethodensc.fullsize .provider-logo,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-logo {
    width: 95px;
    text-align: center;
}
.zahlungsmethodensc.fullsize .provider-rating,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-rating {
    /*width: 75px;*/
    width: auto;
}
.zahlungsmethodensc.fullsize .provider-bonus, 
.zahlungsmethodensc.fullsize .elementWrapper>span.provider-bonus {
    padding-left: 5px;
    padding-right: 5px;
    color: #107d34;
    font-weight: bold;
}
.zahlungsmethodensc.fullsize .provider-bonus a, 
.zahlungsmethodensc.fullsize .elementWrapper>span.provider-bonus a {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}
.zahlungsmethodensc.fullsize .provider-bonus a .bonus-text, 
.zahlungsmethodensc.fullsize .elementWrapper>span.provider-bonus a .bonus-text{
    display: inline-block;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
}
.zahlungsmethodensc.fullsize .provider-review,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review {
    text-align: center;
}
.zahlungsmethodensc.fullsize .provider-cta,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-cta {
    width: 180px;
    min-width: 180px;
    text-align: right;
}
/*.zahlungsmethodensc.fullsize .provider-cta .orangeBonusButton {
    position: relative;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
}
.zahlungsmethodensc.fullsize .provider-cta .orangeBonusButton > span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.zahlungsmethodensc.fullsize .provider-cta .orangeBonusButton span:nth-of-type(2) {
    padding-left: 6px;
    padding-right: 6px;
}*/

@media (max-width: 990px) {
.zahlungsmethodensc.fullsize .provider-rating,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-rating {
    width: 75px;
}
.zahlungsmethodensc.fullsize .provider-bonus,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-bonus {
    width: 110px;
}
.zahlungsmethodensc.fullsize .provider-review br,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review br {
    display: none;
}
.zahlungsmethodensc.fullsize .provider-review a,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review a,
.zahlungsmethodensc.fullsize .provider-review a:link,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review a:link,
.zahlungsmethodensc.fullsize .provider-review a:visited,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review a:visited {
    font-size: 15px;
}
}
@media (max-width: 768px) {
.zahlungsmethodensc.fullsize .provider-review br,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review br {
    display: initial;
}
.zahlungsmethodensc.fullsize .provider-review a,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review a,
.zahlungsmethodensc.fullsize .provider-review a:link,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review a:link,
.zahlungsmethodensc.fullsize .provider-review a:visited,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review a:visited {
    font-size: 0.8em; 
}
}
@media (max-width: 600px) {
/*.zahlungsmethodensc.fullsize .provider-cta .orangeBonusButton span:nth-of-type(3) {
    display: none;
}*/
.zahlungsmethodensc.fullsize .provider-cta,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-cta {
    width: 100px;
}
.zahlungsmethodensc.fullsize .provider-cta,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-cta {
    width: 130px;
    min-width: 130px;
    text-align: right;
}
}

@media (max-width: 540px) {
.zahlungsmethodensc.fullsize .provider-rating,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-rating {
    display: none;
}
.zahlungsmethodensc.fullsize .provider-bonus,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-bonus {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
}
@media (max-width: 440px) {
.zahlungsmethodensc.fullsize .provider-review,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-review {
    display: none;
}
}
@media (max-width: 375px){
.zahlungsmethodensc.fullsize .provider-cta,
.zahlungsmethodensc.fullsize .elementWrapper > span.provider-cta {
    width: 90px;
    min-width: 90px;
    text-align: right;
}
}

/**
 * Advantages and Disadvantages
 *
 * @since #2834 2016-12-21
 */
 
.pro-contra-box .box.error .tie-shortcode-boxicon:before {
	content: "";
}
.pro-contra-box .box.success .tie-shortcode-boxicon:before {
	content: "";
}
.pro-contra-box .entry ul li {
	list-style-position: inside;
}
.pro-contra-box .box {
	padding: 10px 10px 10px 0px;
	background-color: #eeeeee;
	margin-bottom: 20px;
	word-wrap: break-word;
	float: left;
	width: 50%;
	border-right: solid #ffffff 10px;
}
.pro-contra-box .box.success {
	background: #eeeeee;
	float: right;
	border-color: #ffffff;
}
.pro-contra-box .box.error {
	background: #eeeeee;
	border-color: #ffffff;
}
.pro-contra-box .box.success li:before {
	font-family: FontAwesome;
	content: "\f058";
	color: #12b643;
	padding: 0px 10px 10px 0px;
}
.pro-contra-box .box.error li:before {
	font-family: FontAwesome;
	content: "\f057";
	color: #da021a;
	padding: 0px 10px 10px 0px;
}
.pro-contra-box .box.success ul li {
	border-bottom: solid 1px #D0D0D0;
	list-style-position: inside;
	display: flex;
	padding: 5px 0px 10px 0px;
}
.pro-contra-box .box.success ul {
	list-style-position: inside;
}
.pro-contra-box .box.success ul li:last-child {
	list-style-image: url(../images/icons/wettanbieter/icon_wettanbieter_check.png);
	border-bottom: solid 1px #eeeeee;
}
.pro-contra-box .box.error ul li {
	list-style-image: url(../images/icons/wettanbieter/icon_wettanbieter_deny.png);
	border-bottom: solid 1px #D0D0D0;
	display: flex;
	padding: 5px 0px 10px 0px;
}
.pro-contra-box .box.error ul li:last-child {
	list-style-image: url(../images/icons/wettanbieter/icon_wettanbieter_deny.png);
	border-bottom: solid 1px #eeeeee;
}
.pro-contra-box .box div.box-inner-block {
	padding-left: 0px;
	min-height: 50px;
}

.pro-contra-box {
	position: relative;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    margin-top: 2em;
}
.pro-contra-box .box, .pro-contra-box .box.success, .pro-contra-box .box.error {
	position: relative;
    box-sizing: border-box;
    display: table-cell;
    float: none;
    clear: both;
}
@media (max-width: 640px) {
.pro-contra-box .box,
.pro-contra-box .box.error, 
.pro-contra-box .box.success {
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
}

.pro-contra-box .box.warning {
	display: block;
	position: relative;
	box-sizing: border-box;
	float: none;
	clear: both;
	width: 100%;
}


.pro-contra-box .box:before {
    content: '';
    position: relative;
    box-sizing: border-box;
    display: block;
    width: calc(100% + 10px);
    height: 40px;
    top: -10px;
    right: -10px;
    left: 0px;
    background: #3A3A3A;
    color: white;
    font-weight: bold;
    line-height: 40px;
    padding-left: 15px;
}

.pro-contra-box .box.success:before {
    content: 'Vorteile';
}

.pro-contra-box .box.error:before {
    content: 'Nachteile';
}

@media (max-width: 480px) {
	.pro-contra-box .box.success .box-inner-block ul, 
	.pro-contra-box .box.error   .box-inner-block ul {
		margin-left: 15px;
	}
	.pro-contra-box .box.success .box-inner-block, 
	.pro-contra-box .box.error .box-inner-block {
		padding-left: 0px;
	}
}

/* @since #3174 2017-04-28 */
/* # START Author Box */

.rokkyt_author_box {
	padding: 3px 12px 12px 12px;
}

.rokkyt_author_box, .rokkyt_author_box * {
	position: relative;
	box-sizing: border-box;
}

.rokkyt_author_box .author-box {
	background: #eee;
	padding: 10px;
}

.rokkyt_author_box .author-box .author-box-head {
	margin-bottom: 12px;
}

.rokkyt_author_box .author-box .author-box-head .author-meta {
	display: table;
	width: 100%;
}

.rokkyt_author_box .author-box .author-box-head .author-meta > * {
	display: table-cell;
	vertical-align: top;
}

.rokkyt_author_box .author-box .author-box-head .author-meta > * * {
	display: inline-block;
	vertical-align: middle;
}

.rokkyt_author_box .author-box .author-box-head .author-meta .meta {
	padding: 0;
}

.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container {
	display: inline-table;
	table-layout: initial;
	width: 100%;
	height: 35px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container > * {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 6px;
}

.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container > *:before {
	content: '';
	display: inline-block;
	font-family: FontAwesome;
	width: 20px;
	text-align: left;
	font-size: 15px;
	color: #969B9F;
}

.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container > .name:before {
	content: '\f007';
}

.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container > .post-date:before {
	content: '\f133';
}

.rokkyt_author_box .author-box .author-box-content .author-ava {
	float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.rokkyt_author_box .author-box .author-box-content .author-ava .icon {
	width: 105px;
	height: 100px;
}

.rokkyt_author_box .author-box .author-box-content .author-ava .icon img {
	max-width: 105px;
	max-height: 100px;
}

.rokkyt_author_box .author-box .author-box-content .author-bio {
	display: inline;
    position: relative;
    box-sizing: border-box;
    font-size: 12px;
}

@media (min-width: 768px) {
	.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container {
		display: block;
	}
	.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container:before {
		content: "";
	    display: inline-block;
	    vertical-align: middle;
	    height: 100%;
	}
	.rokkyt_author_box .author-box .author-box-head .author-meta .meta .meta-container > * {
		display: inline-block;
		padding-right: 16px;
	}
}

/* #END */

