:root {
  --black: #07182c;
  --steel-blue: #2b70a2;
  --light-green: #9fe3a0;
  --deep-sky-blue: #6bb1e1;
  --white-smoke: #f6f9fc;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #07182c;
  font-family: open sans local, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

h3 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--steel-blue);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #d4d4d4;
  margin-bottom: 10px;
  padding: 10px 20px 11px;
  font-size: 1.2em;
  line-height: 1.45em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.style-section {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.style-section.off {
  background-color: #f8f8f8;
  border-top: 1px solid #0000000d;
  border-bottom: 1px solid #0000000d;
}

.clean-flex-row {
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.clean-flex-row.check-captcha-image-row {
  justify-content: flex-start;
}

.clean-flex-column {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.clean-flex-column.check-captcha-image-column {
  flex: 0 auto;
}

.clean-list-parent {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.clean-list-parent.sg-grid-list-parent {
  margin-bottom: 2px;
}

.clean-list-symbol-div {
  flex: none;
}

.clean-list-symbol-div.sg-grid-list-symbol {
  width: 128px;
}

.clean-list-symbol-div.sg-list-icon-1 {
  padding-right: 12px;
}

.clean-list-content-div {
  flex: 1;
}

.color-code-section {
  z-index: 1;
  height: 4px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.color-code-div {
  flex: 1;
  height: 100%;
}

.color-code-div.code-blue {
  background-color: #1194f6;
}

.color-code-div.code-orange {
  background-color: #ff5722;
}

.color-code-div.code-green {
  background-color: #27d827;
}

.color-code-div.code-purple {
  background-color: #9d1bb2;
}

.color-code-div.code-turquoise {
  background-color: #00bcd6;
}

.color-code-div.code-pink {
  background-color: #ec1561;
}

.cs-h3-impressum {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.45em;
}

.cs-h2-impressum {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.style-paragraph {
  color: #333;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45em;
}

.clean-li {
  margin-bottom: 10px;
}

.clean-li.circle-medium-grey {
  color: #4b4b4b;
}

.clean-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.clean-ul.no-bullets {
  list-style-type: none;
}

.clean-section-sg {
  padding-top: 65px;
  padding-bottom: 55px;
}

.clean-styleguide-line {
  background-color: #00000040;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 1px;
}

.clean-styleguide-line.sub-headline {
  background-color: #0000001a;
  margin-top: 10px;
  margin-bottom: 0;
}

.clean-sg-section-heading {
  opacity: .9;
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45em;
}

.clean-sg-section-heading.typo {
  color: #00bcd6;
}

.clean-sg-section-heading.color {
  color: #9d1bb2;
}

.clean-sg-section-heading.grid {
  color: #ec1561;
}

.clean-sg-section-heading.logo {
  color: #1194f6;
}

.clean-sg-section-heading.components {
  color: #27d827;
}

.clean-sg-grid-block {
  background-color: #4b4b4b1a;
  border-left: 2px solid #ec15614d;
  border-right: 2px solid #ec15614d;
  padding-top: 60px;
}

.clean-sg-grid-block.grid-block-first {
  border-left-color: #ec1561;
}

.clean-sg-grid-info-container {
  margin-top: 25px;
}

.clean-sg-text {
  color: #858585;
  font-size: 11px;
  line-height: 1.3em;
}

.clean-sg-text.clean-sg-type-typo {
  color: #00bcd6;
  font-weight: 700;
}

.clean-sg-text.sg-type-extra {
  margin-left: 20px;
}

.clean-sg-text.bold, .clean-sg-text.clean-sg-type-logo {
  font-weight: 700;
}

.clean-sg-text.sg-extra-download {
  letter-spacing: .2px;
  border-bottom: 1px solid #1194f600;
  margin-top: -2px;
  margin-bottom: -1px;
  padding-top: 2px;
  padding-bottom: 1px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}

.clean-sg-text.sg-extra-download:hover {
  color: #1194f6;
  border-bottom-color: #1194f6;
}

.clean-sg-color-element-wrapper {
  margin-bottom: 25px;
}

.clean-sg-color-div {
  padding-top: 40%;
}

.clean-sg-color-div.sg-text-color-1 {
  background-color: var(--black);
}

.clean-sg-color-div.sg-element-color-1 {
  background-color: var(--light-green);
}

.clean-sg-color-div.sg-element-color-2 {
  background-color: var(--steel-blue);
}

.clean-sg-color-div.sg-element-color-3 {
  background-color: var(--deep-sky-blue);
}

.clean-sg-type-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.clean-sg-type-text-wrapper.sg-type-typography-wrapper {
  margin-bottom: 40px;
}

.clean-sg-content-heading {
  color: #4b4b4b;
  margin-bottom: 8px;
  font-weight: 600;
}

.clean-sg-text-extra {
  color: #c2c2c2;
}

.default-button {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #4b4b4b;
  border-radius: 3px;
  padding: 7px 11px 7px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.default-button:hover {
  color: #fff;
  background-color: #000;
}

.clean-testemonial-wrapper {
  padding: 15px 25px 18px;
  position: relative;
}

.clean-testemonial-text {
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.clean-testemonial-icon {
  opacity: .15;
  font-family: "FontAwesome 4.7.0";
  font-size: 36px;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 0;
  transform: translate(0%, -50%);
}

.clean-sg-logo-div {
  text-align: center;
  background-color: #4b4b4b05;
  background-image: url('../images/image_background_raster_1image_background_raster.png');
  background-position: 0 0;
  background-size: 20px;
  border: 1px solid #0000000a;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 25px 50px;
}

.clean-sg-logo-div.sg-logo-dark {
  background-color: #4b4b4bd9;
}

.clean-sg-list-icon-1 {
  opacity: .74;
  width: 16px;
  margin-top: -2px;
}

.clean-t-cookie-container {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 15px;
  right: 25px;
}

.clean-full-section {
  background-color: var(--white-smoke);
  background-image: url('../images/bg-dotted-pattern.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.clean-404-headline-wrapper {
  position: relative;
}

.clean-404-button-wrapper {
  align-items: center;
  display: flex;
}

.clean-404-paragraph {
  max-width: none;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.clean-success-container {
  max-width: 640px;
  padding-left: 25px;
}

.clean-h2-datenschutz-increment {
  margin-top: 35px;
  font-size: 25px;
  line-height: 35px;
}

.clean-h3-datenschutz-increment {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
}

.clean-h4-datenschutz-increment {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.clean-list-datenschutz-default {
  margin-top: 15px;
  margin-bottom: 15px;
}

.clean-check-captcha-image {
  cursor: not-allowed;
  background-image: url('../images/image_info_captcha_correct.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 184px;
  width: 184px;
  height: 78px;
}

.clean-check-captcha-image.image-captcha-wrong {
  background-image: url('../images/image_info_captcha_wrong.png');
}

.clean-check-captcha-image-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}

.clean-check-captcha-headline {
  letter-spacing: -.2px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2em;
  position: relative;
}

.check-captcha-headline-bold {
  color: #303030;
  font-weight: 800;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.clean-t-cookie-icon-div {
  background-color: #0000000d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  position: relative;
}

.clean-t-cookie-button-wrap {
  align-items: center;
  display: flex;
}

.clean-t-cookie-message-arrow {
  opacity: .8;
  border: 6px solid #000;
  border-color: #0000 #000 #000 #0000;
  border-bottom-right-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 23px;
  transform: rotate(-135deg);
}

.clean-t-cookie-headline {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-t-cookie-message-surface {
  background-color: #000c;
  border-radius: 6px;
  margin-top: 6px;
}

.clean-t-cookie-text {
  color: #ffffffd9;
  letter-spacing: .2px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.5em;
}

.clean-t-cookie-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1194f6;
  border-radius: 2px;
  padding: 9px 14px 10px;
  font-weight: 800;
  transition: background-color .25s;
}

.clean-t-cookie-button:hover {
  color: #fff;
  background-color: #ff5722;
}

.clean-t-cookie-button.full-width {
  text-align: center;
  width: 100%;
  margin-right: 10px;
}

.clean-t-cookie-icon {
  opacity: .75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clean-t-cookie-message {
  position: absolute;
  top: 33px;
  right: -12px;
}

.clean-t-cookie-message-contant {
  min-width: 290px;
  padding: 24px 25px 25px 35px;
}

.clean-t-cookie-message-contant.larger-message {
  padding-left: 25px;
  padding-right: 15px;
}

.clean-t-cookie-link {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .2s;
}

.clean-t-cookie-link.clean-t-style-intext-link {
  color: #9d1bb2;
}

.clean-t-cookie-link.clean-t-style-intext-link:hover {
  color: #ff5722;
}

.clean-span-optional {
  color: #ff5722;
  font-style: italic;
  font-weight: 400;
}

.clean-span-replace {
  color: #2ac902;
  font-style: italic;
}

.clean-t-pre-h2-template {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.clean-t-pre-h2-template.grid {
  color: #1194f6;
}

.clean-t-pre-h2-template.elements {
  color: #00bcd6;
}

.clean-t-container {
  position: relative;
}

.clean-t-flex-column {
  flex: 1;
  padding: 15px;
}

.clean-t-flex-column.fluent {
  flex: none;
  width: 50%;
}

.clean-t-flex-column.fluent._25 {
  flex: none;
  width: 25%;
}

.clean-t-flex-column.fluent._33 {
  flex: none;
  width: 33.3333%;
}

.clean-t-flex-column._50 {
  flex: none;
  width: 50%;
}

.clean-t-flex-column._33 {
  flex: none;
  width: 33.3333%;
}

.clean-t-flex-column.clean-sg-typo-column {
  padding-left: 30px;
  padding-right: 30px;
}

.clean-t-h2-template {
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4em;
}

.clean-t-flex-row {
  justify-content: space-between;
  margin: -15px;
  display: flex;
}

.clean-t-flex-row.wrapped {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.clean-t-flex-row.wrapped.style {
  margin-bottom: 10px;
}

.clean-t-flex-row.clean-sg-typo-row {
  margin-left: -30px;
  margin-right: -30px;
}

.style-column-fill {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  background-color: #1194f666;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.style-column-fill.style-fluent-content {
  background-color: #1194f6b3;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.style-column-fill.style-fluent-content.flex {
  background-color: #1194f6b3;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.style-layouts-paragraph {
  color: #1194f6;
  letter-spacing: .02em;
  font-size: .6em;
  line-height: 1.5em;
}

.style-layout-full-footer-div {
  border-top: 1px solid #00000026;
  justify-content: flex-end;
}

.style-layout-full-footer-div.no-container {
  padding-right: 20px;
  display: flex;
}

.style-layouts-window-header-button {
  background-color: #fff6;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  display: inline-block;
}

.layout-full-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.layout-sidebar-content {
  flex: 1;
  overflow: auto;
}

.layout-full-content {
  flex: 1;
}

.style-window-body {
  background-color: #1194f6;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.style-window-header {
  border-bottom: 1px solid #ffffff59;
  align-items: center;
  height: 20px;
  padding-left: 7px;
  display: flex;
}

.style-layout-full-container {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.style-layout-full-container.content {
  margin-top: 30px;
  padding-top: 15px;
}

.style-layout-full-container.footer {
  justify-content: flex-end;
  display: flex;
}

.style-layout-full-container.style-navbar {
  display: flex;
}

.style-layout-full-navbar-div {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 3px 1px #00000026;
}

.layout-sidebar-menu {
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
}

.layout-sidebar-menu.style {
  flex-direction: column;
  flex-basis: 75px;
  align-items: flex-start;
  padding-top: 13px;
  padding-left: 15px;
  display: flex;
  box-shadow: 0 0 4px 1px #00000026;
}

.content-body {
  flex: 1;
  display: flex;
  position: relative;
}

.content-body.layout-full-vertical {
  flex-direction: column;
  height: 100%;
}

.style-layouts-sidebar-content-div {
  width: 220px;
  margin: 15px 0 20px 15px;
}

.style-layouts-sidebar-nav-link {
  color: #1194f6;
  letter-spacing: .06em;
  margin-bottom: 2px;
  font-size: .7em;
  font-weight: 700;
}

.style-layouts-sidebar-nav-link.normal-nav {
  margin-bottom: 0;
  margin-right: 5px;
}

.style-layouts-sidebar-nav-link.footer {
  margin-bottom: 0;
  margin-left: 7px;
}

.style-window-content-body {
  background-color: #fff;
  margin: 7px;
  display: flex;
  overflow: hidden;
}

.style-window-content-body.layouts {
  height: 200px;
  position: relative;
}

.elements-tooltip-text-div {
  background-color: #fff;
  border: 1px solid #0000000d;
  padding: 10px 10px 5px 15px;
}

.clean-t-lists-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.clean-t-ul-bg-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.clean-t-li-bg-icon {
  background-image: url('../images/icon_tick_turquoise.svg');
  background-position: 6px 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.clean-t-white-surface {
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 2px;
}

.clean-t-white-surface.style {
  padding: 25px 15px;
}

.clean-t-list-symbol-div {
  flex: none;
}

.clean-t-list-symbol-div.style {
  color: #00bcd6;
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
}

.clean-t-list-content-div {
  flex: 1;
}

.clean-t-list-parent {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.list-symbol-icon {
  display: block;
}

.list-symbol-icon.style-tick {
  margin-top: 4px;
}

.clean-t-content-limiter {
  max-width: 616px;
}

.clean-t-blog-rt h2 {
  letter-spacing: -.6px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 2.4em;
}

.clean-t-blog-rt figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.clean-t-blog-rt figcaption {
  color: #0006;
  font-size: .857em;
  font-weight: 400;
  line-height: 1.4em;
}

.clean-t-blog-rt h3 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.8em;
}

.clean-t-blog-rt h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.clean-t-blog-rt blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.6em;
}

.clean-t-blog-rt em {
  letter-spacing: .2px;
  font-size: 1em;
  font-weight: 400;
}

.clean-t-blog-rt ul {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.clean-t-blog-rt li {
  margin-bottom: 10px;
}

.clean-t-blog-rt ol {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 35px;
}

.image-base {
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
}

.image-base.fill-height {
  height: 100%;
}

.clean-t-content-container {
  margin-top: 60px;
}

.cllb-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.cllb-section.bg-lightblue {
  background-color: var(--white-smoke);
  background-image: url('../images/bg-dotted-pattern.svg');
  background-position: 0 0;
}

.cllb-section.bg-lightgradient {
  background-image: linear-gradient(#eff0f380, #fff);
}

.cllb-section.bg-darkblue {
  background-color: var(--black);
  color: #fff;
}

.cllb-section.bg-darkblue.bg-image-3schritte {
  background-image: url('../images/image-background-online-casino-geld-zurueck-3schritte.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cllb-section.bg-darkblue.bg-image-facts {
  background-image: url('../images/image-background-online-casino-geld-zurueck-facts.jpg');
  background-position: 50%;
  background-size: cover;
}

.cllb-section.bg-darkblue.bg-image-cta {
  background-image: url('../images/image-background-section-cta-PLACEHOLDER-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cllb-section.hero-section {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.cllb-section.intro-section {
  padding-top: 260px;
}

.cllb-section.intro-section.no-box-above {
  padding-top: 150px;
}

.cllb-section.section-padding-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cllb-section.section-padding-large {
  padding-top: 170px;
  padding-bottom: 170px;
}

.cllb-section.overflow-hidden {
  overflow: hidden;
}

.cllb-section.footer {
  background-color: var(--black);
  background-image: linear-gradient(225deg, var(--black), #6bb1e133);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cllb-section.section-padding-xlarge {
  padding-top: 220px;
  padding-bottom: 170px;
}

.cllb-section.bg-darkblue-gradient {
  color: #fff;
  background-image: linear-gradient(158deg, #0d2542, #07182c);
}

.cllb-section.bg-darkblue-gradient.bg-image-3schritte {
  background-image: url('../images/image-background-online-casino-geld-zurueck-3schritte.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cllb-section.bg-darkblue-gradient.bg-image-facts {
  background-image: url('../images/image-background-online-casino-geld-zurueck-facts.jpg');
  background-position: 50%;
  background-size: cover;
}

.cllb-section.bg-darkblue-gradient.bg-image-cta {
  background-image: url('../images/image-background-section-cta-PLACEHOLDER-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.cllb-preheadline-tag {
  color: #60aadc;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #6bb1e133;
  border: 1px #000;
  border-radius: 2px;
  margin-bottom: 6px;
  padding: 6px 24px;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
}

.cllb-preheadline-tag.invert {
  color: #ffffffb3;
  background-color: #ffffff1f;
  border-color: #6bb1e105;
}

.cllb-preheadline-tag.intro-logos {
  color: #07182c99;
  background-color: #07182c14;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: -20px 0% auto;
  transform: translate(0, -100%);
}

.cllb-preheadline-tag.small {
  padding-left: 12px;
  padding-right: 12px;
}

.cllb-flex-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.cllb-flex-row.spacing-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cllb-flex-row.spacing-xsmall {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.cllb-flex-column {
  flex: 1;
  position: relative;
}

.cllb-flex-column.bigger-column {
  flex: none;
  width: 60%;
}

.cllb-flex-column.shrink {
  flex: 0 auto;
}

.cllb-flex-column.column-intro-image {
  flex: 0 auto;
  width: 45%;
}

.text-highlighter {
  background-image: linear-gradient(to bottom, #fff0 50%, var(--light-green) 50%);
  padding-left: 4px;
  padding-right: 4px;
}

.text-highlighter.bg-dark {
  background-image: linear-gradient(#fff0 50%, #9fe3a080 50%);
}

.text-highlighter.full-marker {
  background-image: linear-gradient(to bottom, var(--light-green), var(--light-green));
}

.image-wrapper {
  border: 1px solid #07182c1a;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 30px -15px #07182c26;
}

.image-wrapper.is--square {
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

.image-wrapper.is--portrait {
  padding-top: 150%;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.margin-bottom {
  margin-bottom: 80px;
}

.margin-bottom._20 {
  margin-bottom: 20px;
}

.margin-bottom._50 {
  margin-bottom: 50px;
}

.margin-bottom._40 {
  margin-bottom: 40px;
}

.margin-bottom._120 {
  margin-bottom: 120px;
}

.margin-bottom._15 {
  margin-bottom: 15px;
}

.margin-bottom._5 {
  margin-bottom: 5px;
}

.text-weight-bold {
  font-weight: 700;
}

.button-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.button-wrapper.align-center {
  justify-content: center;
}

.button-wrapper.align-right {
  justify-content: flex-end;
}

.button-wrapper.align-right.urteile-card {
  margin-top: 30px;
}

.button {
  background-color: var(--light-green);
  color: var(--black);
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s, border-radius .4s, background-color .4s, color .2s;
  display: flex;
  box-shadow: 0 20px 30px -15px #163f1733;
}

.button:hover {
  color: var(--black);
  background-color: #8dd18e;
  box-shadow: 0 20px 30px -15px #163f1766;
}

.button.white {
  color: #fff;
  background-color: #e9e9e966;
}

.button.white:hover {
  background-color: #fff6;
}

.button.white.invert-padding {
  padding-left: 12px;
  padding-right: 24px;
}

.button.light {
  background-color: #2b70a21f;
  box-shadow: 0 20px 30px -15px #2b70a226;
}

.button.light:hover {
  background-color: #2b70a233;
  box-shadow: 0 20px 30px -15px #07182c33;
}

.button.blue {
  background-color: var(--deep-sky-blue);
  color: #fff;
  box-shadow: 0 20px 30px -15px #2b70a266;
}

.button.blue:hover {
  background-color: #4b99ce;
  box-shadow: 0 20px 30px -15px #2b70a299;
}

.button.icon-left {
  padding-left: 12px;
  padding-right: 24px;
}

.button.btn-modal {
  cursor: pointer;
}

.button.no-icon {
  padding-right: 24px;
}

.icon-24x24 {
  width: 24px;
  height: 24px;
}

.cllb-anchor-link-item {
  color: var(--steel-blue);
  letter-spacing: -.4px;
  background-color: #fff;
  border: 1px solid #2b70a208;
  border-radius: 2px;
  flex: 1;
  align-items: center;
  min-height: 74px;
  padding: 12px 72px 12px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
  box-shadow: 0 3px 12px #07182c0a;
}

.cllb-anchor-link-item:hover {
  color: #1c537a;
  background-color: #f0f7fc;
  border-color: #2b70a20f;
}

.cllb-anchor-link-item.contact {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-left-color: #2b70a200;
}

.cllb-anchor-link-item.contact:hover {
  background-color: #4b99ce;
}

.cllb-anchor-link-item.small {
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.cllb-anchor-link-icon-wrap {
  border-left: 1px solid #2b70a21f;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cllb-anchor-link-icon-wrap.contact {
  background-color: #ffffff26;
}

.cllb-anchor-link-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.cllb-anchor-link-wrapper.small {
  grid-row-gap: 10px;
}

.cllb-illegal-casinos-item {
  color: var(--steel-blue);
  border-bottom: 1px solid #07182c1a;
  align-items: center;
  padding-bottom: 6px;
  font-weight: 600;
}

.cllb-illegal-casinos-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.cllb-illegal-casinos-list._2-rows {
  grid-template-columns: 1fr 1fr;
}

.cllb-claim-example-wrapper {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.cllb-claim-example-wrapper.hero {
  z-index: 1;
  justify-content: flex-start;
  position: relative;
  transform: translate(0, 50%);
}

.cllb-claim-example {
  color: #fff;
  background-color: #07182c;
  background-image: linear-gradient(270deg, #07182c00, #6bb1e133);
  border-radius: 2px;
  max-width: 640px;
  padding: 24px 24px 40px;
  position: relative;
}

.cllb-claim-example.hero {
  background-image: linear-gradient(270deg, #07182c33, #9fe3a033);
}

.cllb-claim-example.full-width {
  max-width: 100%;
}

.cllb-claim-example.is--quote-box {
  color: var(--black);
  background-color: #fff;
  background-image: none;
  padding: 30px 50px;
}

.cllb-claim-example-icon-wrapper {
  background-color: var(--deep-sky-blue);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  box-shadow: 0 20px 30px -15px #07182c33;
}

.cllb-claim-example-icon-wrapper.green {
  background-color: var(--light-green);
}

.cllb-claim-example-preheading {
  grid-column-gap: 24px;
  color: var(--deep-sky-blue);
  letter-spacing: .2px;
  text-transform: uppercase;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.cllb-claim-example-content {
  grid-column-gap: 40px;
  align-items: center;
  padding-left: 72px;
  display: flex;
}

.cllb-claim-shadow {
  z-index: -1;
  background-color: var(--deep-sky-blue);
  border-radius: 2px;
  margin: 20px -15px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -15px #07182c33;
}

.cllb-claim-shadow.green {
  background-color: var(--light-green);
}

.image-badge {
  z-index: 2;
  position: absolute;
  inset: -20px 0% auto auto;
}

.image-badge-wrapper {
  position: relative;
}

.content-align-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-align-vertical.align-left {
  align-items: flex-start;
}

.cllb-3steps-item {
  border-radius: 10px;
  padding: 30px;
  transition: background-color .4s;
}

.cllb-3steps-item:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
}

.cllb-3steps-icon-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6bb1e133;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.position-sticky-top {
  position: sticky;
  top: 0;
}

.position-sticky-top._170 {
  top: 170px;
}

.cllb-fact-list-item {
  grid-column-gap: 18px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-radius: 2px;
  align-items: center;
  padding: 12px 24px 12px 18px;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.cllb-fact-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.text-size-medium {
  letter-spacing: -.9px;
  font-size: 20px;
  line-height: 1.4em;
}

.text-size-large {
  letter-spacing: -.9px;
  font-size: 24px;
  line-height: 1.4em;
}

.cllb-intro-logo-wrapper {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cllb-intro-logo-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cllb-intro-logo-column {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.cllb-intro-logo-column.right-column {
  padding-top: 40px;
}

.cllb-intro-logo {
  position: absolute;
}

.cllb-intro-logo-background {
  border-radius: 2px;
  overflow: hidden;
}

.cllb-claim-example-border {
  background-image: linear-gradient(-300deg, #6bb1e100, var(--deep-sky-blue));
  border-radius: 2px;
  padding: 2px;
}

.cllb-claim-example-border.green {
  background-image: linear-gradient(300deg, var(--light-green), #9fe3a000);
}

.cllb-icon-with-text-wrapper-blue-aktenzeichen {
  grid-column-gap: 5px;
  color: var(--steel-blue);
  border-top: 1px solid #07182c1a;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.cllb-hero-subheading {
  color: #ffffffd9;
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75em;
}

.cllb-hero-heading-wrapper {
  align-self: center;
  width: 45%;
}

.cllb-hero-heading-wrapper.max-width-680 {
  max-width: 680px;
}

.cllb-hero-facts-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin: 40px auto 0;
  padding-left: 0;
  display: flex;
}

.cllb-hero-fact-item {
  grid-column-gap: 9px;
  align-items: center;
  padding: 0;
  display: flex;
}

.cllb-hero-content {
  margin-top: 240px;
  margin-bottom: 40px;
}

.cllb-hero-content.subpage, .cllb-hero-content.mb-extra {
  margin-bottom: 110px;
}

.cllb-navbar {
  z-index: 99;
  background-color: #ddd0;
  display: inline;
  position: fixed;
  inset: 0% 0% auto;
}

.cllb-nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cllb-nav-link {
  color: #fff;
  letter-spacing: -.1px;
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s, color .2s;
}

.cllb-nav-link:hover {
  color: #fff;
  background-color: #ffffff0f;
  border-radius: 2px;
}

.cllb-nav-link.w--current {
  color: #fff;
  border-bottom-color: #ffffff1a;
}

.cllb-nav-logo-wrapper {
  background-color: var(--deep-sky-blue);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  margin-top: -21px;
  margin-bottom: -20px;
  margin-right: 12px;
  padding-left: 0;
  display: flex;
}

.cllb-nav-content-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #243b57cc;
  border: 1px solid #ffffff0d;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  margin: 20px -20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cllb-nav-menu-button-wrapper {
  flex: none;
  margin-left: 60px;
}

.cllb-nav-link-wrapper {
  flex: 1;
}

.cllb-menu-button {
  border-radius: 2px;
}

.cllb-nav-logo {
  width: 80%;
}

.about-cllb-logo-wrapper {
  background-color: var(--deep-sky-blue);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  inset: -120px 0% auto auto;
}

.max-width {
  max-width: 100%;
}

.max-width._620px {
  max-width: 620px;
}

.about-cllb-content-wrapper {
  max-width: 680px;
}

.cllb-vertical-divider-information-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
}

.cllb-vertical-divider {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
}

.about-cllb-youtube-card {
  background-color: #ffffff0d;
  border-radius: 2px;
  padding: 30px;
}

.heading-small {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.html-embed {
  color: var(--black);
}

.about-cllb-youtube-card-heading-wrap {
  margin-bottom: 20px;
}

.about-cllb-youtube-card-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.cllb-media-list-item {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.cllb-media-list-item-content-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 60px;
  display: flex;
}

.cllb-media-list-item-date {
  flex: none;
  min-width: 100px;
  font-size: 14px;
  font-weight: 600;
}

.cllb-media-list-item-heading {
  font-weight: 700;
}

.button-icon {
  margin-left: 8px;
}

.button-icon.margin-right {
  margin-left: 0;
  margin-right: 8px;
}

.cllb-media-list-item-button-wrapper {
  flex: none;
}

.spacing-align-center {
  margin-left: auto;
  margin-right: auto;
}

.clean-t-m-content-container {
  text-align: left;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clean-t-modal-overlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #07182ce6;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.clean-t-modal-overlay.show {
  display: block;
}

.clean-t-modal-close-overlay-link-div {
  z-index: 20;
  color: #ffffffb3;
  background-color: #000;
  background-image: url('../images/ui_icon_close_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: absolute;
  top: 0;
  right: -55px;
}

.clean-t-modal-close-overlay-link-div:hover {
  color: #fff;
  background-color: #4b4b4b;
}

.clean-t-modal-close-overlay-link-div.style-cllb {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/icon-close-line.svg');
  background-size: 32px;
  border-radius: 2px;
}

.clean-t-modal-close-overlay-link-div.style-cllb:hover {
  background-color: var(--steel-blue);
}

.clean-t-m-content-div {
  padding: 45px;
}

.clean-t-modal-close-overlay-div {
  z-index: 1;
  position: fixed;
  inset: 0;
}

.clean-t-modal-content {
  padding: 60px 40px;
}

.clean-t-modal-wrapper.display-inlineblock {
  align-self: flex-start;
  display: inline-block;
}

.clean-t-m-content-wrapper {
  z-index: 10;
  position: relative;
}

.cllb-erfolgsurteile-map-wrapper {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.cllb-erfolgsurteile-map-image {
  width: 100%;
}

.cllb-erfolgsurteile-map-text-wrapper {
  grid-column-gap: 10px;
  color: var(--steel-blue);
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
}

.text-block {
  letter-spacing: -.2px;
}

.heading-size-large {
  font-size: 48px;
  line-height: 1.25em;
}

.cllb-accordion {
  background-color: #fff;
  border: 1px solid #2b70a208;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 3px 12px #2b70a20a;
}

.cllb-accordion-top {
  color: var(--steel-blue);
  cursor: pointer;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 60px 15px 30px;
  font-weight: 700;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cllb-accordion-bottom {
  overflow: hidden;
}

.cllb-accordion-bottom-content-wrapper {
  padding: 30px;
}

.cllb-accordion-icon-wrapper {
  border-left: 1px solid #2b70a21a;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cllb-accordion-divider {
  background-color: #2b70a21a;
  width: 100%;
  height: 1px;
}

.cllb-accordion-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.cllb-urteile-card-contant-div {
  text-align: left;
  padding: 30px 30px 15px;
  position: relative;
}

.cllb-urteile-card-contant-div.video-slider {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
}

.cllb-video-card {
  color: #fff;
  background-image: linear-gradient(225deg, #07182cd9, #07182c), url('../images/cllb-bg-video-kachel.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #07182c0a;
  border-radius: 2px;
  flex: 1;
}

.cllb-video-card.einzelcasino-unterseite {
  max-width: 50%;
}

.cllb-aktuelles-card {
  background-color: #fff;
  border: 1px solid #2b70a20d;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px 20px;
  display: flex;
}

.cllb-icon-with-text-wrapper-blue {
  grid-column-gap: 5px;
  color: var(--steel-blue);
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.cllb-aktuelles-card-preheadline {
  grid-column-gap: 15px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.cllb-catergory-tag {
  grid-column-gap: 5px;
  color: var(--steel-blue);
  letter-spacing: -.4px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(#6bb1e133, #6bb1e133);
  border: 1px solid #2b70a20d;
  border-radius: 2px;
  align-items: center;
  padding: 7px 14px 7px 10px;
  font-size: 12px;
  font-weight: 800;
  display: none;
}

.cllb-footer-logo-wrapper {
  background-color: var(--deep-sky-blue);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.cllb-footer-contact-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.cllb-footer-location-row {
  grid-column-gap: 50px;
  display: flex;
}

.cllb-icon-with-text-wrapper-white {
  grid-column-gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.cllb-footer-location-item {
  display: flex;
}

.cllb-footer-link {
  color: #fff;
  letter-spacing: .2px;
  text-decoration: none;
}

.cllb-footer-link:hover {
  color: #fffc;
}

.cllb-footer-location-item-disc {
  min-width: 54px;
}

.cllb-footer-location-item-wrapper {
  margin-top: 8px;
}

.cllb-footer-content-wrapper {
  letter-spacing: .2px;
  justify-content: space-between;
  font-size: 14px;
  display: flex;
}

.cllb-footer-content-left {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.cllb-footer-links-wrapper {
  flex-direction: column;
  display: flex;
}

.cllb-footer-links-heading {
  color: #fff6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.cllb-footer-trustlogos {
  text-align: center;
  background-color: #ffffff0d;
  border-radius: 2px;
  padding: 30px;
  font-size: 17px;
  font-weight: 600;
}

.cllb-trustlogo-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

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

.cllb-aktuelles-rt p {
  margin-bottom: 20px;
}

.cllb-aktuelles-rt h1 {
  margin-bottom: 30px;
  font-size: 2em;
}

.cllb-aktuelles-rt blockquote {
  border-left-color: var(--black);
  font-size: 1em;
}

.cllb-aktuelles-info-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #07182c99;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.size-max-width {
  max-width: 100%;
}

.size-max-width._680 {
  max-width: 680px;
}

.cllb-aktuelles-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cllb-urteile-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.swiper-wrapper {
  align-items: stretch;
  position: relative;
}

.swiper-button-next {
  padding: 0;
  transition: opacity .2s;
  position: absolute;
  inset: auto auto -42px 48px;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  width: auto;
  display: inline-block;
}

.swiper-slide.g-swiper-slide {
  text-align: left;
}

.swiper-button-prev {
  padding: 0;
  transition: opacity .2s;
  position: absolute;
  inset: auto auto -42px 0;
}

.swiper-slider-wrapper {
  height: auto;
  padding-bottom: 42px;
  overflow: hidden;
}

.swiper-slider-wrapper.wrapper-3 {
  overflow: visible;
}

.cllb-swiper-button {
  background-color: var(--white-smoke);
  background-image: url('../images/icon-arrow-left-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #07182c0a;
  border-radius: 2px;
  width: 42px;
  height: 42px;
  transition: background-color .2s, border-color .2s;
}

.cllb-swiper-button:hover {
  background-color: #e8eff6;
}

.cllb-swiper-button.next {
  background-image: url('../images/icon-arrow-right-line.svg');
}

.cllb-urteile-card-wrap {
  max-width: 420px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.cllb-background-image-wrapper {
  z-index: -1;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.cllb-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cllb-h1.hero-video {
  font-size: 36px;
}

.cllb-3steps-note {
  color: #ffffffb3;
  letter-spacing: 1.2px;
  background-color: #ffffff14;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.cllb-footer-provenexperts-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.cllb-video-testimonial {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.cllb-video-testimonial:hover {
  color: var(--black);
}

.cllb-video-testimonial-mockup {
  z-index: 2;
  position: relative;
}

.cllb-video-testimonial-bg-video {
  width: 50%;
  height: 82%;
  position: absolute;
  inset: 7% 0% 0% 25%;
}

.cllb-h3.video-testimonial {
  z-index: 3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 24px;
  position: absolute;
  inset: 13.5% 0% auto;
}

.cllb-erfolgsurteile-map-image-wrapper {
  position: relative;
}

.cllb-erfolgsurteile-map-arrow {
  width: 210px;
  position: absolute;
  inset: 32.5% auto auto 86%;
}

.cllb-video-testimonial-wrapper {
  position: relative;
}

.cllb-video-testimonial-text-wrapper {
  grid-column-gap: 10px;
  color: var(--steel-blue);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
  position: relative;
  top: -30px;
}

.cllb-content-row {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.cllb-content-wrapper {
  max-width: 680px;
}

.cllb-content-sidebar {
  min-width: 260px;
  max-width: 320px;
  position: relative;
}

.cllb-h2-small {
  letter-spacing: -.2px;
  font-size: 20px;
}

.cllb-content-item {
  padding-top: 80px;
}

.cllb-content-item.is--first {
  padding-top: 0;
}

.cllb-cta-box {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  background-image: url('../images/img-bg-cta.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 2px;
  padding: 40px 60px;
}

.cllb-claim-quote-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cllb-claim-quote {
  text-align: center;
  border-left-style: none;
  margin-bottom: 30px;
  padding: 0;
  font-size: 18px;
  font-style: italic;
}

.cllb-claim-quote-person-wrapper {
  display: flex;
}

.cllb-claim-quote-person-img-wrap {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/img-quote-istvan-cocron_1img-quote-istvan-cocron.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: relative;
}

.cllb-claim-quote-person-name-wrap {
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

.cllb-claim-quote-person-name {
  color: var(--steel-blue);
  margin-bottom: -4px;
  font-weight: 700;
}

.cllb-claim-quote-person-title {
  color: #07182cb3;
  font-size: 13px;
}

.cllb-claim-quote-person-img-icon-wrap {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -2px -2px auto auto;
}

.cllb-claim-quote-person-img-icon {
  background-color: var(--deep-sky-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.cllb-sidebar-element {
  background-color: #fff;
  border: 1px solid #2b70a226;
  border-radius: 2px;
  box-shadow: 0 3px 12px #2b70a20a;
}

.cllb-sidebar-element-content-wrap {
  padding: 30px 20px 20px;
}

.cllb-sidebar-element-heading {
  text-align: center;
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 700;
}

.cllb-sidebar-facts-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cllb-sidebar-fact-item {
  grid-column-gap: 9px;
  align-items: center;
  padding: 0;
  display: flex;
}

.cllb-website-preview-mockup {
  border: 10px solid var(--black);
  background-color: #fff;
  border-radius: 10px;
  height: 380px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #07182c33;
}

.cllb-website-preview-mockup-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
}

.cllb-list {
  margin-top: 20px;
}

.cllb-list-item {
  margin-bottom: 15px;
}

.cllb-h2-label {
  margin-top: -10px;
  font-style: italic;
}

.cllb-sidebar-element-wrap {
  position: sticky;
  top: 155px;
}

.cllb-sidebar-element-contact {
  color: #fff;
  background-color: #07182c;
  background-image: linear-gradient(270deg, #07182c00, #6bb1e133);
  border-radius: 2px;
  padding-top: 15px;
  position: relative;
}

.cllb-sidebar-el-contact-heading-row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.cllb-sidebar-el-contact-heading-img {
  border-radius: 2px;
  width: 100px;
  height: 110px;
}

.cllb-sidebar-el-contact-heading-text-wrap {
  background-color: var(--deep-sky-blue);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px 20px 15px;
  display: flex;
  box-shadow: 0 20px 30px -15px #07182c33;
}

.txt-contact-title {
  letter-spacing: .2px;
  font-size: 13px;
}

.txt-contact-name {
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 700;
}

.cllb-sidebar-element-contact-wrap {
  margin-bottom: 40px;
}

.cllb-sidebar-el-contact-logo-wrap {
  grid-row-gap: 40px;
  place-items: center start;
  margin-bottom: 10px;
}

.cllb-sidebar-el-contact-logo-heading-wrap {
  grid-column-gap: 8px;
  color: #ffffffbf;
  letter-spacing: .2px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.cllb-sidebar-el-contact-logo-heading-line {
  background-color: #ffffff80;
  flex: 1;
  height: 1px;
  margin-top: 2px;
}

.cllb-sidebar-el-contact-logo-heading-line.small {
  max-width: 20px;
}

.show-mobile {
  display: none;
}

.cllb-icon-button {
  grid-column-gap: 10px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 2px;
  align-items: center;
  padding: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: flex;
}

.cllb-icon-button:hover {
  color: #ffffffbf;
  background-color: #5394c0;
}

.cllb-icon-button.slide-from-bottom:hover {
  background-color: #5193c0;
}

.cllb-icon-button-icon {
  opacity: .75;
  width: 30px;
}

.video-iframe-wrap {
  color: var(--black);
}

.cllb-video-hero-content {
  grid-column-gap: 40px;
  display: flex;
}

.cllb-hero-video-wrapper {
  flex: 1;
  align-self: center;
}

.cllb-hero-video-play-btn {
  background-color: var(--light-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.cllb-hero-bg-video {
  height: auto;
  padding-top: 69%;
}

.cllb-hero-video-link-wrapper {
  border: 10px solid var(--white-smoke);
  background-color: var(--black);
  border-radius: 10px;
  display: block;
  position: relative;
}

.cllb-hero-video-play-btn-overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cllb-hero-video-el {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.cllb-hero-video-color-overlay {
  background-color: var(--black);
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.cllb-hero-bg-video-pause-btn {
  opacity: 0;
}

.cllb-hero-video-play-btn-icon {
  width: 36px;
}

.text-color-darkblue {
  color: var(--black);
}

.h3-video-slider {
  margin-bottom: 0;
  font-size: 18px;
}

.cllb-video-reihe-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cllb-urteile-card {
  background-color: #fff;
  background-image: linear-gradient(#2b70a20a, #2b70a20a);
  border: 1px solid #07182c0a;
  border-radius: 2px;
  flex: 1;
}

.cllb-illegal-casinos-item-text-gericht {
  margin-right: 5px;
  display: inline;
}

.cllb-illegal-casinos-item-text-name {
  display: inline;
}

.cllb-illegal-casinos-item-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cllb-illegal-casinos-item-link-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--steel-blue);
  background-image: none;
  align-items: center;
  text-decoration: none;
  transition: color .3s, color .2s;
  display: flex;
  position: relative;
}

.cllb-illegal-casinos-item-link-wrapper:hover, .cllb-illegal-casinos-item-link-wrapper.w--current {
  color: var(--black);
}

.inline-block {
  display: inline-block;
}

.cllb-illegal-casinos-item-notification {
  border: 1px solid var(--light-green);
  background-color: #9fe3a080;
  border-radius: 50vh;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 50% auto auto -18px;
  transform: translate(0, -50%);
}

.clean-t-etracker-consent-button {
  margin-bottom: 15px;
}

.clean-span-replace-2 {
  color: #27d827;
  font-style: italic;
}

.cllb-img-description {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.cllb-flex {
  display: flex;
}

.cllb-flex.justify-center {
  justify-content: center;
}

.img-mobile {
  display: none;
}

.img-badge-trustpilot {
  position: absolute;
  inset: auto -10px -10px auto;
}

.cllb-so-funktionierts-list {
  align-items: flex-start;
  display: flex;
}

.cllb-so-funktionierts-list-content {
  flex: 1;
  padding-top: 4px;
}

.cllb-so-funktionierts-list-symbol {
  width: 24px;
}

.cllb-surface-blue-trans {
  background-color: #ffffff0d;
  border-radius: 10px;
}

.cllb-surface-content {
  padding: 30px;
}

.cllb-partner-logo-wrap {
  align-items: center;
  min-height: 129px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  .style-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clean-sg-grid-block {
    padding-top: 40px;
  }

  .clean-success-container {
    padding-left: 15px;
  }

  .clean-t-cookie-message-arrow {
    opacity: .9;
  }

  .clean-t-cookie-message-surface {
    background-color: #000000e6;
  }

  .clean-t-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 50%;
  }

  .clean-t-flex-column.fluent._25 {
    width: 33.3333%;
  }

  .clean-t-flex-column.fluent._33 {
    width: 50%;
  }

  .clean-t-flex-column._33 {
    width: 40%;
  }

  .style-layouts-sidebar-content-div {
    width: auto;
    margin-right: 25px;
  }

  .cllb-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .cllb-section.section-padding-small {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cllb-section.section-padding-large {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cllb-section.section-padding-xlarge {
    padding-bottom: 150px;
  }

  .cllb-flex-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cllb-flex-row.vertical-tablet {
    flex-direction: column;
  }

  .cllb-flex-column.bigger-column {
    flex: 1;
    width: auto;
  }

  .image-wrapper.is--portrait {
    padding-top: 130%;
  }

  .cllb-anchor-link-item {
    min-height: 74px;
  }

  .cllb-anchor-link-wrapper {
    align-content: flex-start;
  }

  .cllb-navbar {
    color: #fff;
  }

  .cllb-nav-menu {
    background-color: #fff;
    border: 1px solid #07182c26;
    border-radius: 2px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  .cllb-nav-link {
    color: var(--black);
    margin-left: 0;
    padding: 15px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .cllb-nav-link:hover {
    color: #07182cbf;
  }

  .cllb-nav-link.w--current {
    color: var(--deep-sky-blue);
  }

  .cllb-nav-menu-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    display: flex;
  }

  .cllb-nav-link-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cllb-menu-button {
    font-size: 50px;
  }

  .cllb-menu-button.w--open {
    background-color: #ffffff0f;
  }

  .about-cllb-logo-wrapper {
    width: 160px;
    height: 160px;
    top: -110px;
  }

  .about-cllb-content-wrapper {
    max-width: 100%;
    margin-top: 60px;
  }

  .cllb-vertical-divider-information-wrapper {
    width: auto;
    height: 32px;
    margin: 5px -10px;
  }

  .cllb-vertical-divider {
    width: 100%;
    height: 1px;
  }

  .html-embed {
    height: 100%;
  }

  .clean-t-modal-close-overlay-link-div {
    color: #fff;
    top: -20px;
    right: -20px;
  }

  .heading-size-large {
    font-size: 42px;
  }

  .cllb-footer-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .cllb-footer-content-right {
    max-width: 360px;
  }

  .cllb-aktuelles-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cllb-h3.video-testimonial {
    font-size: 19px;
  }

  .cllb-erfolgsurteile-map-arrow {
    width: 150px;
  }

  .cllb-content-wrapper {
    flex: 1;
  }

  .cllb-content-sidebar {
    max-width: 260px;
  }

  .cllb-cta-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cllb-sidebar-element-wrap {
    position: relative;
    top: 0;
  }

  .cllb-sidebar-element-contact {
    padding-top: 10px;
  }

  .cllb-sidebar-el-contact-heading-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .cllb-sidebar-element-contact-wrap {
    margin-bottom: 30px;
  }

  .cllb-video-reihe-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.5em;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  .style-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .clean-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .clean-section-sg {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .clean-sg-grid-block {
    padding-top: 50px;
  }

  .clean-success-container {
    padding-left: 10px;
  }

  .clean-check-captcha-image {
    background-size: cover;
    width: 215px;
    height: 91px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .clean-check-captcha-image-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .clean-t-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .clean-t-flex-column.quarter {
    flex: none;
    width: 50%;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 100%;
  }

  .clean-t-flex-column.fluent._25 {
    flex: none;
    width: 50%;
  }

  .clean-t-flex-column.fluent._33 {
    flex-grow: 0;
  }

  .clean-t-flex-column._50 {
    flex: none;
    width: 100%;
  }

  .clean-t-flex-column._33 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-column.inside-content {
    padding-left: 0;
    padding-right: 0;
  }

  .clean-t-flex-column.inline-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .clean-t-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: wrap;
    align-content: stretch;
  }

  .clean-t-flex-row.inside-content {
    margin-left: 0;
    margin-right: 0;
  }

  .clean-t-flex-row.inline-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout-sidebar-content {
    overflow: visible;
  }

  .style-window-body {
    margin-bottom: 15px;
  }

  .style-layout-full-container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-layout-full-container.content {
    padding-bottom: 10px;
  }

  .layout-sidebar-menu {
    flex-direction: row;
  }

  .layout-sidebar-menu.style {
    flex-direction: row;
    flex-basis: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    box-shadow: 0 0 4px 1px #00000029;
  }

  .content-body.layout-sidebar {
    flex-direction: column;
  }

  .style-layouts-sidebar-content-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .style-layouts-sidebar-nav-link {
    margin-bottom: 0;
    margin-right: 7px;
  }

  .style-window-content-body {
    height: auto;
  }

  .style-window-content-body.layouts {
    height: auto;
    min-height: 150px;
  }

  .image-base {
    height: 60vw;
  }

  .image-base.style-image {
    object-position: 50% 60%;
    height: 60vw;
  }

  .image-base.fill-height {
    height: 50vw;
  }

  .cllb-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cllb-section.intro-section {
    padding-top: 220px;
  }

  .cllb-section.intro-section.no-box-above {
    padding-top: 90px;
  }

  .cllb-section.section-padding-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cllb-section.section-padding-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cllb-section.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cllb-section.section-padding-xlarge {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .cllb-preheadline-tag.intro-logos {
    position: static;
    transform: none;
  }

  .cllb-flex-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .cllb-flex-row.mobile-invert, .cllb-flex-row.reverse-mobile {
    flex-direction: column-reverse;
  }

  .cllb-flex-column.column-intro-image {
    flex: 1;
    width: auto;
  }

  .image-wrapper.is--portrait {
    padding-top: 100%;
  }

  .margin-bottom {
    margin-bottom: 60px;
  }

  .cllb-illegal-casinos-list {
    grid-template-columns: 1fr 1fr;
  }

  .cllb-claim-example.is--quote-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cllb-claim-example-content {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cllb-claim-example-content.media-list {
    padding-left: 0;
  }

  .cllb-intro-logo-wrapper {
    max-width: 380px;
  }

  .cllb-intro-logo-column.right-column {
    justify-content: flex-end;
  }

  .cllb-hero-heading-wrapper {
    align-self: flex-start;
    width: 100%;
  }

  .cllb-hero-facts-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cllb-hero-content {
    margin-bottom: 0;
  }

  .cllb-nav-logo-wrapper {
    width: 120px;
    height: 120px;
  }

  .about-cllb-logo-wrapper {
    display: none;
    top: -90px;
  }

  .about-cllb-content-wrapper {
    margin-top: 0;
  }

  .about-cllb-youtube-card-player-wrap {
    margin-left: -50px;
    margin-right: -50px;
  }

  .about-cllb-youtube-card-heading-wrap {
    margin-bottom: 10px;
  }

  .about-cllb-youtube-card-content-wrap {
    display: block;
  }

  .cllb-media-list-item {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .cllb-media-list-item-content-wrapper {
    grid-column-gap: 10px;
    align-items: flex-start;
    padding-right: 0;
  }

  .cllb-media-list-item-button-wrapper {
    align-self: flex-end;
  }

  .clean-t-m-content-div {
    padding: 30px 25px 30px 30px;
  }

  .clean-t-modal-content {
    padding: 40px 30px;
  }

  .cllb-erfolgsurteile-map-wrapper {
    width: 100%;
  }

  .heading-size-large {
    font-size: 36px;
  }

  .cllb-accordion-top {
    padding-left: 20px;
  }

  .cllb-accordion-icon {
    width: 1.75rem;
  }

  .cllb-footer-logo-wrapper {
    width: 120px;
    height: 120px;
  }

  .cllb-aktuelles-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cllb-urteile-list {
    grid-template-columns: 1fr;
  }

  .cllb-urteile-card-wrap {
    max-width: 80vw;
  }

  .cllb-video-testimonial {
    top: 0;
  }

  .cllb-h3.video-testimonial {
    font-size: 24px;
  }

  .cllb-erfolgsurteile-map-arrow {
    display: none;
  }

  .cllb-content-row {
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .cllb-content-sidebar {
    max-width: none;
  }

  .cllb-cta-box {
    padding: 30px;
  }

  .cllb-claim-quote {
    font-size: 16px;
  }

  .cllb-sidebar-facts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cllb-website-preview-mockup {
    height: 320px;
  }

  .hide-mobile {
    display: none;
  }

  .cllb-sidebar-el-contact-logo-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .cllb-sidebar-el-contact-logo-heading-line.small {
    max-width: none;
  }

  .show-mobile {
    display: block;
  }

  .cllb-video-hero-content {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cllb-hero-video-wrapper {
    width: 100%;
  }

  .cllb-video-reihe-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cllb-illegal-casinos-item-notification {
    left: -16px;
  }

  .img-desktop {
    display: none;
  }

  .img-mobile {
    display: block;
  }

  .cllb-partner-logo-wrap {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 42px;
  }

  .clean-section-sg {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .clean-sg-grid-block {
    padding-top: 40px;
  }

  .clean-sg-color-div {
    padding-top: 25%;
  }

  .clean-full-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clean-success-container {
    margin-top: 30px;
    padding-left: 0;
  }

  .clean-t-cookie-text {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .clean-t-cookie-message-contant {
    min-width: 265px;
    padding: 22px 20px 24px 30px;
  }

  .clean-t-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .clean-t-flex-column.quarter {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-column.auto, .clean-t-flex-column.fluent {
    flex: 1;
  }

  .clean-t-flex-column.fluent._25 {
    width: auto;
  }

  .clean-t-flex-column.fluent._33 {
    flex: 1;
    width: 100%;
  }

  .clean-t-flex-column._50 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: column;
    justify-content: flex-start;
  }

  .style-window-content-body.layouts {
    min-height: 0;
  }

  .elements-tooltip-text-div {
    position: relative;
  }

  .elements-tooltip-text-div.overflow-text-limit {
    overflow: hidden;
  }

  .cllb-section.section-padding-xlarge {
    padding-top: 150px;
  }

  .cllb-illegal-casinos-list {
    grid-template-columns: 1fr;
  }

  .cllb-claim-example-preheading {
    grid-column-gap: 12px;
  }

  .cllb-claim-example-content {
    padding-top: 24px;
    padding-left: 0;
  }

  .cllb-claim-shadow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .cllb-3steps-item {
    padding: 20px;
  }

  .cllb-intro-logo-wrapper {
    max-width: 320px;
  }

  .cllb-intro-logo-row {
    padding-top: 40px;
  }

  .cllb-intro-logo-column.right-column {
    padding-top: 0;
  }

  .cllb-media-list-item-content-wrapper {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .clean-t-modal-close-overlay-link-div {
    top: -10px;
    right: -10px;
  }

  .clean-t-m-content-div {
    padding: 25px 20px;
  }

  .clean-t-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cllb-footer-contact-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cllb-footer-location-row {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .cllb-aktuelles-info-text {
    margin-left: 7px;
    font-size: 13px;
    line-height: 1.7em;
  }

  .cllb-urteile-list {
    grid-template-columns: 1fr;
  }

  .swiper-slide {
    width: 100%;
  }

  .cllb-h3.video-testimonial {
    font-size: 18px;
  }

  .cllb-cta-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cllb-sidebar-facts-wrapper {
    grid-template-columns: 1fr;
  }

  .cllb-sidebar-el-contact-logo-wrap {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .cllb-sidebar-el-contact-logo-heading-wrap {
    grid-column-gap: 6px;
  }

  .cllb-video-reihe-wrapper {
    grid-template-columns: 1fr;
  }

  .cllb-surface-content {
    padding: 20px;
  }
}


@font-face {
  font-family: 'open sans local';
  src: url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open sans local';
  src: url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open sans local';
  src: url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open sans local';
  src: url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}