/* # orangeBonusButton (default button) */

.orangeBonusButton,
.orangeBonusButton > span, 
.orangeBonusButton > span:nth-child(1), 
.orangeBonusButton > span:nth-child(2), 
.orangeBonusButton > span:nth-child(3), 
.orangeBonusButton > span:nth-child(2) .hidden-mobile {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: auto;
    min-width: initial;
    max-width: none;
    height: auto;
    min-height: initial;
    max-height: none;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    color: white;
    background: transparent;
}

.orangeBonusButton, .entry .orangeBonusButton, a.orangeBonusButton,
.home .content a.orangeBonusButton {
    display: table;
    table-layout: fixed;
    position: relative;
    box-sizing: border-box;
    min-height: 41px;
    height: 41px;
    max-height: none;
    width: auto;
    max-width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
	font-family: BebasNeueRegular, arial, Georgia, serif;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: rgb(10, 163, 56);
    color: white;
}
.orangeBonusButton:hover {
	text-decoration: none !important;
}
a.orangeBonusButton, .entry a.orangeBonusButton {
	background: #f88c00;
}

.orangeBonusButton > span,
.orangeBonusButton > span:nth-child(1),
.orangeBonusButton > span:nth-child(2),
.orangeBonusButton > span:nth-child(3) {
	display: table-cell;
	white-space: nowrap;
}
.orangeBonusButton > span:nth-child(1) {
    width: 12px;
}
.orangeBonusButton > span:nth-child(2) {
	font-family: BebasNeueRegular, arial, Georgia, serif;
    font-size: 18px;
    padding-right: 12px;
    white-space: normal;
    line-height: 40px;
    top: 1px;
    /*line-height: 31px;
    padding-top: 6px;*/
}
.orangeBonusButton:hover > span:nth-child(2) {
	text-decoration: underline;
}
.orangeBonusButton > span:nth-child(2) .hidden-mobile {
	display: inline;
}
.orangeBonusButton>span:nth-of-type(3) {
	width: 41px;
    height: 100%;
    text-align: center;
}
.orangeBonusButton>span:nth-of-type(3):before {
	content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 1px;
    height: calc( 100% - 16px );
    background: white;
    top: 8px;
    left: 0px;
    opacity: 0.3;
}
.orangeBonusButton>span:nth-of-type(3):after {
	content: '\f105';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    box-sizing: border-box;
    float: right;
    width: 100%;
    height: 41px;
    margin-top: auto;
    margin-bottom: auto;
    top: calc( 50% - 20px);
    bottom: calc( 50% - 21px );
    right: 0px;
}

/* ## Comparison tables */

.vergleichWrapper .orangeBonusButton,
.zahlungsmethodensc .orangeBonusButton{
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.vergleichWrapper .orangeBonusButton > span:nth-child(2),
.zahlungsmethodensc .orangeBonusButton > span:nth-child(2){
	overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 6px;
}

@media (max-width: 640px) {
.vergleichWrapper .orangeBonusButton,
.zahlungsmethodensc .orangeBonusButton {
	height: 32px;
    min-height: 32px;
    line-height: 30px;
}
.vergleichWrapper .orangeBonusButton > span:nth-child(1),
.zahlungsmethodensc .orangeBonusButton > span:nth-child(1) {
    width: 6px;
}
.vergleichWrapper .orangeBonusButton > span:nth-child(2),
.zahlungsmethodensc .orangeBonusButton > span:nth-child(2) {
    padding-right: 4px;
    padding-top: 0;
    line-height: 32px;
    font-size: 14px;
    top: 1px;
}
.vergleichWrapper .orangeBonusButton > span:nth-child(2) .hidden-mobile,
.zahlungsmethodensc .orangeBonusButton > span:nth-child(2) .hidden-mobile {
	display: none;
}
.vergleichWrapper.bonus .orangeBonusButton > span:nth-child(2) {
    letter-spacing: 1px;
    letter-spacing: 1.5px;
}
.vergleichWrapper .orangeBonusButton>span:nth-of-type(3),
.zahlungsmethodensc .orangeBonusButton>span:nth-of-type(3) {
	width: 32px;
    height: 100%;
    text-align: center;
}
.vergleichWrapper .orangeBonusButton>span:nth-of-type(3):before,
.zahlungsmethodensc .orangeBonusButton>span:nth-of-type(3):before {
	height: calc( 100% - 12px );
    top: 6px;
    font-size: 14px;
}
.vergleichWrapper .orangeBonusButton>span:nth-of-type(3):after,
.zahlungsmethodensc .orangeBonusButton>span:nth-of-type(3):after {
    width: 30px;
    height: 32px;
    /*top: 52%;
    bottom: 48%;*/
    top: calc( 50% - 16px);
    bottom: calc( 50% - 16px );
    font-size: 14px;
}
}
@media (max-width: 375px) {
.vergleichWrapper .orangeBonusButton,
.zahlungsmethodensc .orangeBonusButton {
	height: 26px;
    min-height: 26px;
    line-height: 24px;
}
.vergleichWrapper .orangeBonusButton > span:nth-child(1),
.zahlungsmethodensc .orangeBonusButton > span:nth-child(1) {
    width: 4px;
}
.vergleichWrapper .orangeBonusButton > span:nth-child(2),
.zahlungsmethodensc .orangeBonusButton > span:nth-child(2),
.vergleichWrapper.bonus .orangeBonusButton > span:nth-child(2) {
    padding-right: 4px;
    line-height: 26px;
    font-size: 13px;
    letter-spacing: initial;
}
.vergleichWrapper .orangeBonusButton > span:nth-child(2) .hidden-mobile,
.zahlungsmethodensc .orangeBonusButton > span:nth-child(2) .hidden-mobile {
	display: none;
}
.vergleichWrapper .orangeBonusButton>span:nth-of-type(3),
.zahlungsmethodensc .orangeBonusButton>span:nth-of-type(3) {
	width: 26px;
    height: 100%;
    text-align: center;
}
.vergleichWrapper .orangeBonusButton>span:nth-of-type(3):before,
.zahlungsmethodensc .orangeBonusButton>span:nth-of-type(3):before {
	
}
.vergleichWrapper .orangeBonusButton>span:nth-of-type(3):after,
.zahlungsmethodensc .orangeBonusButton>span:nth-of-type(3):after {
    width: 24px;
    height: 24px;
    top: calc( 50% - 12px);
    bottom: calc( 50% - 12px );
    font-size: 14px;
}
}

/* ## Sidebar */

#sidebar .widget .orangeBonusButton { 
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ## Content Button (Shortcode [orangebutton]) */
.orangeBonusButton.contentButton.green, 
.entry .orangeBonusButton.contentButton.green {
    background: rgb(10, 163, 56);
}
.orangeBonusButton.contentButton.orange, 
.entry .orangeBonusButton.contentButton.orange {
    background: #f88c00;
}
@media (min-width: 768px) {
/*#main-content > .content .orangeBonusButton.contentButton {
	min-width: 360px;
}*/
}