section {
	margin-bottom: 50px;
}

.paypal,
#prepayment {
	position: absolute;
	width: 187px;
}

.paypal {
	top: 661px;
	background: url(../img/btn_paypal.png);
}

#pp-ger,
#prepayment {
	left: 102px;
}

#pp-eu {
	left: 299px;
}

#pp-int {
	left: 497px;
}

#prepayment {
	top: 711px;
	background: url(../img/btn_prepayment.png);
}

#button-container,
#checkbox {
	pointer-events: none;
	transition: opacity ease-in-out 0.2s;
}

#button-container.show,
#button-container.show + img {
	opacity: 1;
	pointer-events: inherit;
}

#button-container {
	opacity: 0.3;
}

#checkbox {
	opacity: 0;
	position: absolute;
	left: 100px;
	top: 766px;
	cursor: pointer;
}

#button-container.show + img {
	display: block;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
	.paypal {
		background: url(../img/btn_paypal_2x.png) 0 0 / 187px 76px;
	}

	#prepayment {
		background: url(../img/btn_prepayment_2x.png) 0 0 / 187px 76px;
	}
}
