body { margin: 0; padding: 0; background: #090c15 url(images/bg.jpg) no-repeat; background-position: calc(50% - 120px) 0; background-size: 515px; background-attachment: fixed; }

@media (min-width: 360px) and (min-height: 741px){
	body { background-position: calc(50% - 120px) 140px; }
}

@media (min-width: 768px){
	body { background-position: calc(50% - 250px) 0; background-size: 1100px; }
}

@media (min-width: 768px) and (min-height: 1025px){
	body { background-position: calc(50% - 250px) 70px; }
}

@media (min-width: 1024px){
	body { background-position: -320px 50%; background-size: 900px; }
}

@media (min-width: 1280px){
	body { background-position: -385px 50%; background-size: 1000px; }
}

@media (min-width: 1440px){
	body { background-position: -415px 50%; background-size: auto; }
}


.links-wrapper { position: absolute; left: 0; right: 0; bottom: 30px; }

@media (min-width: 360px) and (min-height: 741px){
	.links-wrapper { bottom: 140px; }
}

@media (min-width: 768px){
	.links-wrapper { bottom: 30px; }
}

@media (min-width: 768px) and (min-height: 1023px){
	.links-wrapper { bottom: 60px; }
}

@media (min-width: 1024px){
	.links-wrapper { top: 50%; margin-top: -117px; left: auto; right: 5%; bottom: auto; }
}

@media (min-width: 1920px){
	.links-wrapper { right: 18%; }
}



.contacts { position: relative; width: 290px; height: 115px; background: #161729; padding: 29px; border-radius: 70px; margin: 0 auto; text-align: center; transition: .3s; box-sizing: border-box; }
.contacts span { font: 16px system-ui, -apple-system, 'Segoe UI', sans-serif; color: #667298; }
.contacts .link { display: block; width: 160px; height: 25px; margin: 15px auto 0; background: url(images/igaming-logo.png) no-repeat 0 0; background-size: contain; font-size: 0; line-height: 0; color: transparent; }
.contacts .link:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (min-width: 1280px){
	.contacts { display: flex; align-items: center; justify-content: center; width: 535px; height: 110px; }
	.contacts:hover { background: #1f2038; }
	.contacts .link { display: inline-block; width: 200px; height: 30px; margin: 0 0 0 18px; }
}

/* ── Responsible-Gambling-Hinweis pro Brand-Listing (Compliance, via casinode_rg_notice()) ── */
.rg-listing-note { margin: 12px 0 0; padding-top: 10px; font-size: 11px; font-style: italic; line-height: 1.5; color: rgba(240,244,248,0.48); }
.rg-listing-note a { color: rgba(240,244,248,0.7); text-decoration: underline; }
.rg-listing-note a:hover { color: #F5A623; }
/* In Vergleichstabellen-Karten: volle Karten-Breite, mehr Abstand, links eingerückt, vertikal mittig */
.compare-card .rg-listing-note,
.compare-card-live .rg-listing-note,
.ct-row .rg-listing-note { margin: 0; padding: 14px 28px; }
/* In Spielbank-Karten (/spielbank/): Abstand zu Rand passend zum Card-Body (18px) */
.asb-card .rg-listing-note { margin: 0; padding: 12px 18px 16px; }
@media (max-width: 767px) {
  .compare-card .rg-listing-note,
  .compare-card-live .rg-listing-note,
  .ct-row .rg-listing-note { padding: 12px 18px; }
}