/*
Theme Name: Little Affiliate Theme
Author:
Author URI: https://www.wwweb-media.de
Description: A simple theme for wordpress affiliate projects
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENCE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Variables */
/*
Connecting sass var-files
*/
/*
Color variables
*/
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding-right: 0 !important; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Typographie */
/*
Font Styles for this website
*/
html {
  font-size: 60.5%; }
  html body {
    font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #484848;
    -webkit-font-smoothing: antialiased; }
    html body .navigation ul li a {
      font-family: 'Roboto', 'Quicksand', sans-serif;
      font-weight: 500; }
    html body p {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 24px;
      font-weight: 400;
      color: #484848;
      webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      html body p a {
        color: #60CE77;
        font-weight: 700; }
    html body strong {
      font-weight: bold; }
    html body a {
      text-decoration: none; }

@font-face {
  font-family: 'Quicksand';
  src: url("assets/fonts/Quicksand/static/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Quicksand';
  src: url("assets/fonts/Quicksand/static/Quicksand-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Quicksand';
  src: url("assets/fonts/Quicksand/static/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Quicksand';
  src: url("assets/fonts/Quicksand/static/Quicksand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), local("Roboto-Regular"), url("assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold"), local("Roboto-Bold"), url("assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Italic"), local("Roboto-Italic"), url("assets/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url("assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light"), local("Roboto-Light"), url("assets/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url("assets/fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium"), local("Roboto-Medium"), url("assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
/* Roboto-Regular.ttf       400 */
/* Roboto-Bold.ttf          700 */
/* Roboto-Italic.ttf        400 */
/* Roboto-BoldItalic.ttf    700 */
/* Roboto-Medium.ttf        500 */
/* Roboto-MediumItalic.ttf  500 */
/* Roboto-Light.ttf         300 */
/* Roboto-LightItalic.ttf   300 */
/*
Headline Styles for this website
*/
h1, h2, h3, h4, h5 {
  color: #111;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

h1 {
  font-size: 3rem;
  color: #333333;
  margin: 0.2em 0; }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  margin: 20px 0 10px 0;
  font-size: 2.5rem;
  color: #333333;
  display: block;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 3rem; } }

h3 {
  margin: 20px 0 10px 0;
  font-size: 2.3rem; } 
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 2.6rem; }}

/*
Link Styling
*/
body a {
  cursor: pointer; }
  body a:hover {
    cursor: pointer; }
body .wp-block-buttons {
  justify-content: center; }
  body .wp-block-buttons .wp-block-button .wp-block-button__link {
    color: #fff;
    background-color: #4daa63;
    margin: 20px auto; }
    body .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
      background-color: #399e2d; }

/* Affiliate Elements */
/*
Styling for Affiliate Button Elements
*/
.btn-link {
  font-size: 1.5rem;
  padding: 5px 10px;
  background: #4daa63;
  color: #fff; }
  .btn-link:hover {
    background: #399e2d;
    text-decoration: unset;
    color: #fff;
    transition: none; }

.external-link-btn {
  color: #fff;
  box-shadow: 0px 0px 4px 5px #05d26d70;
  background: #60CE77;
  position: relative;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 45px !important;
  display: block; }
  .external-link-btn:after {
    content: '18+';
    position: absolute;
    top: -10px;
    right: 0;
    padding: 5px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .external-link-btn:hover {
    text-decoration: underline;
    color: #fff; }

.cta-green {
  display: inline-block;
  background-color: #4daa63;
  text-align: center;
  margin: 50px auto;
  padding: 10px 35px;
  color: #fff; }
  .cta-green:hover {
    text-decoration: none;
    color: #fff; }

.btn-cta-dark {
  background-color: #3c3c3b;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 13px 1px #3c3c3b;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 1.3rem; }
  .btn-cta-dark:hover {
    color: #fff; }

.rating-text {
  display: block; }

img.rating.rating-star {
  width: 25px;
  height: 25px;
  object-fit: contain; }

.rating-star.star-in {
  color: #484848; }
  .rating-star.star-in.filled {
    color: #ffe200; }

/* Shortcodes */
/*
Shortcode Stylings
*/
/*
Styling for Teaser Shortcode
*/
.teaser-card-group .card {
  margin: 0 auto;
  border: none; }
  .teaser-card-group .card:first-child, .teaser-card-group .card:last-child {
    background-color: #f5f5f5; }
  .teaser-card-group .card .card-img-top {
    text-align: center;
    padding: 2em 2em 0 2em; }
    .teaser-card-group .card .card-img-top i {
      text-align: center;
      font-size: 3rem;
      color: #0072BC; }
  .teaser-card-group .card .card-body {
    text-align: center; }
    .teaser-card-group .card .card-body .card-title {
      font-size: 2rem;
      min-height: 40px; }
    .teaser-card-group .card .card-body .card-text {
      min-height: 100px; }

/*
Styling for CTA Box Shortcode
*/
div.product-box {
  overflow: hidden;
  margin: 20px auto;
  padding: 5%;
  height: 100%; }
  @media screen and (min-width: 520px) {
    div.product-box {
      padding: 10px 5%; } }
  @media screen and (min-width: 1200px) {
    div.product-box {
      padding: 2%; } }
  div.product-box img.box_img {
    width: 30%;
    object-fit: contain;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px; }
    @media screen and (min-width: 600px) and (max-width: 991px) {
      div.product-box img.box_img {
        width: 15%; } }
  div.product-box p.box_description {
    display: none;
    font-size: 1.8rem; }
    @media screen and (min-width: 400px) {
      div.product-box p.box_description {
        display: inherit; } }
    @media screen and (min-width: 600px) {
      div.product-box p.box_description {
        font-size: 2rem; } }
  div.product-box .rating-container {
    display: flex;
    flex-flow: column;
    margin-bottom: 5px; }
    div.product-box .rating-container span {
      flex-flow: row;
      text-align: center;
      font-size: 1.3rem;
      font-style: italic;
      color: #fff; }
  div.product-box a.btn.btn-link {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    font-size: 1.5rem;
    overflow: hidden; }
    div.product-box a.btn.btn-link i {
      float: right;
      padding: 1.2%; }

/*
Styling for Teaser Shortcode
*/
.card.content-card {
  padding: 1%;
  height: max-content; }
  .card.content-card .product-box .affiliate-headline {
    text-align: center; }
  .card.content-card .product-box .affiliate-image {
    display: block; }
    .card.content-card .product-box .affiliate-image img {
      float: none;
      width: 50%;
      display: block;
      margin: 20px auto; }
  .card.content-card .product-box span {
    display: block;
    color: #111;
    text-align: center; }
  .card.content-card .product-box a.btn.btn-link {
    position: inherit;
    cursor: pointer;
    display: block;
    left: 10%;
    width: 100%;
    font-size: 1.5rem;
    overflow: hidden;
    margin-top: 10px; }

/*
Styling for CTA Button Shortcode
 */
.cta-container {
  margin: 20px auto; }
  .cta-container a.btn.btn-link {
    font-size: 1.5rem; }
    .cta-container a.btn.btn-link i {
      margin-left: 10px; }

/*
Styling for top comparison
*/
#wrapper .comparison_container h2 {
  margin-bottom: 0;
  padding: 10px; }
#wrapper .comparison_container .operator-comparison {
  margin: 0 0 50px 0;
  font-size: 1.5rem; }
  #wrapper .comparison_container .operator-comparison .operator-comparison-row {
    display: none;
    grid-template-columns: 50% 50%;
    grid-template-areas: "Rank Rank" "Logo Score" "Bonus Cta";
    padding: 1rem;
    align-items: center;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-radius: 20px; }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rank {
      grid-area: Rank;
      background-color: #60CE77;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      font-size: 2rem;
      border-radius: 50px;
      padding: 5px 0; 
      width: 30px;
      height: 30px; 
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%; }
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rank.rank-1 {
        background-color: #f7c628; }
      @media screen and (min-width: 1024px) {
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rank {
          width: 50px;
          height: 50px; } }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_logo {
      grid-area: Logo;
      padding: 0;      
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      align-content: center;
      text-align: center; }
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_logo .operator_name {
        align-self: stretch;            
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 10px;
        text-align: center; }
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_logo .operator_name a {
          text-align: center;
          color: #333333; } 
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_logo a {
        display: inline-block;
        width: 100%;
        height: 100%; 
        text-align: center; }    
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_logo img {   
        width: 90px;
        height: 90px;     
        margin-top: 0;
        margin-bottom: 0;        
        object-fit: contain; }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_infos {
      display: none;
      grid-area: Highlights;      
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 600px) {
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_infos {
          display: flex; } }      
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_infos .operator_highlights {
        width: 100%; 
        padding: 0;}
        @media screen and (min-width: 1024px) {
          #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_infos .operator_highlights {
            padding: 0 10px; };
          }
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_infos .operator_highlights ul {
          padding-left: 0; }
          #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_infos .operator_highlights ul li {
            font-size: 0.9em;
            list-style: none;
            position: relative;
            margin: 5px auto 5px 20px;
            font-weight: bold; }
            #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_infos .operator_highlights ul li::before {
              display: inline-block;
              width: 10px;
              height: 10px;
              position: absolute;
              top: 0;              
              left: -15px;       
              margin-right: 10px;
              transform: translateY(50%);       
              /* background-image: url('assets/images/icons/star-solid.svg'); */              
              content: "\2605";
              color: #399e2d;
              line-height: 1.2em;
              background-size: 20px 20px; }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rating {
      display: flex;
      grid-area: Score;
      position: relative;      
      justify-content: center;
      align-items: center;
      text-align: center; 
      @media screen and (min-width: 1024px) {          
        display: flex;
      }};
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-text {
        font-size: 1.3rem;
        font-weight: 500;
        font-style: italic; }
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-value {
        font-size: 1.1em;
        background: url(assets/images/star-regular.svg) center center no-repeat;
        width: 85px;
        height: 85px;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center; }
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-value span {
          margin-top: 12px;
          color: #fff;
          font-size: 2rem;
          text-shadow: 0 0 4px #399e2d, 0 0 4px #399e2d, 0 0 4px #399e2d, 0 0 4px #399e2d; } 
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-field {
        border-top: none;
        border-bottom: none;
        font-weight: bold; }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_bonus-chances {
      grid-area: Bonus;
      font-family: 'Quicksand', sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      padding: 15px 5%;
      color: #fff;
      text-align: center;
      min-height: 135px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
      background-color: #5FCE76;
      /* background-image: url("http://localhost:8080/wp-content/uploads/2022/11/comparison_bg-1.png"); */
      background-size: cover;
      margin: 5px; }
      @media screen and (min-width: 1024px) {
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_bonus-chances {
          min-width: 250px;
          --mask: radial-gradient(11.93px at 16.50px 50%, #000 99%, #0000 101%) 0 calc(50% - 20px)/51% 40px repeat-y,
          radial-gradient(11.93px at -6.5px 50%, #0000 99%, #000 101%) 10px 50%/calc(51% - 10px) 40px repeat-y,
          radial-gradient(11.93px at calc(100% - 16.50px) 50%, #000 99%, #0000 101%) 100% calc(50% - 20px)/51% 40px repeat-y,
          radial-gradient(11.93px at calc(100% + 6.50px) 50%, #0000 99%, #000 101%) calc(100% - 10px) 50%/calc(51% - 10px) 40px repeat-y;
          -webkit-mask: var(--mask);
          mask: var(--mask); } }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_linking {
      grid-area: Cta;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 135px;
      border-radius: 20px;
      background-color: #5FCE76;
      /* background-image: url("http://localhost:8080/wp-content/uploads/2022/11/comparison_bg-1.png"); */
      background-size: cover;
      margin: 5px; }
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_linking a {
        background-color: #fff;
        color: #000;
        border-radius: 50px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 12px 25px !important;
        box-shadow: 0 3px 5px -2px #000;
        font-size: 1.2rem;
        text-decoration: none; }
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_linking a.external-link-btn {
          color: #4daa63;
          background: #ffe200;
          position: relative; }
          #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_linking a.external-link-btn:after {
            content: '18+';
            position: absolute;
            top: -10px;
            right: 0;
            padding: 5px;
            border-radius: 50%;
            background-color: red;
            color: white;
            font-size: 10px; }
      #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_linking .operator_inlink {
        margin-bottom: 30px; }
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_linking .operator_inlink i {
          margin-right: 5px; }
      @media screen and (min-width: 1024px) {
        #wrapper .comparison_container .operator-comparison .operator-comparison-row .operator_linking {
          --mask: radial-gradient(11.93px at 16.50px 50%, #000 99%, #0000 101%) 0 calc(50% - 20px)/100% 40px,
          radial-gradient(11.93px at -6.5px 50%, #0000 99%, #000 101%) 10px 50%/100% 40px repeat-y;
          -webkit-mask: var(--mask);
          mask: var(--mask);
          margin-left: 25%; } }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row:first-child {
      margin-top: 0; }
    @media screen and (min-width: 1024px) {
      #wrapper .comparison_container .operator-comparison .operator-comparison-row {
        grid-template-columns: 7% 12% 18% 15% 25% 23%;
        border-left: 3px solid #60CE77;
        grid-template-areas: "Rank Logo Highlights Score Bonus Cta";
        padding: 0; } }
    #wrapper .comparison_container .operator-comparison .operator-comparison-row.row-active {
      display: grid; }
  #wrapper .comparison_container .operator-comparison.operator-comparison-small {
    width: 100%; }
  #wrapper .comparison_container .operator-comparison.comparison_small .operator-comparison-row {
    max-width: 850px;
    grid-template-areas: "Logo Highlights" "Bonus Cta"; }
    @media screen and (min-width: 1024px) {
      #wrapper .comparison_container .operator-comparison.comparison_small .operator-comparison-row {
        grid-template-columns: 13% 28% 30% 23%;
        grid-template-areas: "Logo Highlights Bonus Cta"; 
        grid-gap: 2%;}
        #wrapper .comparison_container .operator-comparison.comparison_small .operator-comparison-row .operator_infos {
          padding-left: 10px; } }
    @media screen and (min-width: 1024px) {
      #wrapper .comparison_container .operator-comparison.comparison_small .operator-comparison-row .operator_linking {
        margin-left: 0; } }
    #wrapper .comparison_container .operator-comparison.comparison_small .operator-comparison-row .operator_infos {
      display: inherit;
      margin-left: 5px; }
#wrapper .comparison_container .operator-comparison.newest-operator .operator-comparison-row {
  width: 80%; }
#wrapper .comparison_container.comparison_container_small {
  width: 65%; }
#wrapper .comparison_container .show_more_container {
  text-align: center; }
  #wrapper .comparison_container .show_more_container .btn_show_more {
    display: inline-block;
    background-color: #4daa63;
    text-align: center;
    padding: 10px 35px;
    color: #fff;
    border: none; }

#loadMore {
  background-color: #60CE77 !important;
  font-size: 12px;
  display: block;
  width: fit-content;
  color: #fff !important;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
  padding: 10px 10px !important;
  border: none !important;
  box-shadow: 0 3px 5px -2px white;
  font-weight: 600 !important; }

.reviewcard-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 220px 220px 220px 220px 220px;
  font-family: 'Helvetica', sans-serif; }
  .reviewcard-container .card {
    background: url("https://www.casinozentrum.de/wp-content/uploads/2019/04/weitere-Anbieter-DESKTOP.png") no-repeat;
    max-height: 320px;
    border: none;
    background-position: center;
    background-size: cover; }
    .reviewcard-container .card .product-box {
      margin: 0;
      padding: 12px 20px 10px; }
      .reviewcard-container .card .product-box .affiliate-container {
        text-decoration: none; }
        .reviewcard-container .card .product-box .affiliate-container .affiliate-container-image {
          display: block;
          box-shadow: 0 5px 7px 0 #60ce77;
          border-radius: 5px 5px 2px 2px;
          background-size: cover;
          background-repeat: no-repeat; }
          .reviewcard-container .card .product-box .affiliate-container .affiliate-container-image img {
            border-radius: 5px 5px 2px 2px;
            display: block;
            width: 100%;
            object-fit: contain; }
        .reviewcard-container .card .product-box .affiliate-container .product-infos span, .reviewcard-container .card .product-box .affiliate-container .product-info-footer span {
          color: #fff; }
        .reviewcard-container .card .product-box .affiliate-container .product-infos span {
          font-size: 1.5rem;
          text-align: left; }
        .reviewcard-container .card .product-box .affiliate-container .product-infos {
          margin-top: 40px; }
        .reviewcard-container .card .product-box .affiliate-container .product-info-footer {
          display: flex;
          justify-content: space-between;
          margin-top: 10px;
          font-weight: bold; }
          .reviewcard-container .card .product-box .affiliate-container .product-info-footer i {
            height: 20px;
            width: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            border-radius: 50%;
            background-color: #4daa63; }
    .reviewcard-container .card:hover {
      background-image: url(https://www.casinozentrum.de/wp-content/uploads/2019/04/weitere-Anbieter-DESKTOP-1.png);
      padding: 20px 10px 10px;
      background-position: center;
      background-size: cover;
      opacity: 1;
      transform: scale(1.2, 1.2); }
      .reviewcard-container .card:hover .product-box .affiliate-container .affiliate-container-image {
        box-shadow: 0 5px 7px 0 #4D5159; }
      .reviewcard-container .card:hover .product-box .affiliate-container .product-info-footer i {
        background-color: #4D5159; }
  @media (max-width: 1300px) {
    .reviewcard-container {
      grid-template-columns: 220px 220px 220px 220px;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .reviewcard-container {
      grid-template-columns: 220px 220px 220px;
      grid-gap: 15px;
      justify-content: center; } }
  @media (max-width: 720px) {
    .reviewcard-container {
      grid-template-columns: 220px 220px;
      grid-gap: 10px;
      justify-content: center; } }
  @media (max-width: 460px) {
    .reviewcard-container {
      grid-template-columns: 220px;
      grid-gap: 10px;
      justify-content: center; } }

.skillbar-container .animated-bars-left,
.skillbar-container .animated-bars-right {
  display: flex;
  flex-direction: column;
  align-items: center; }
.skillbar-container .animated-bars-right {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .skillbar-container .animated-bars-right {
      margin-top: 0; } }
.skillbar-container .bar-inner {
  position: relative;
  width: 0;
  height: 10px;
  line-height: 35px;
  background: #db3a34;
  border-radius: 5px 0 0 5px;
  overflow: inherit !important; }
  .skillbar-container .bar-inner:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    border: 7px solid #60CE77;
    position: absolute;
    right: -7px;
    top: -2px; }
.skillbar-container .bar {
  width: 90%;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 2s linear;
  margin-bottom: 30px;
  z-index: 0; }
  .skillbar-container .bar span, .skillbar-container .bar .bar-percent {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    color: #60CE77; }
  .skillbar-container .bar .bar-percent {
    right: 0;
    left: initial;
    color: #fff; }
  .skillbar-container .bar:nth-child(4), .skillbar-container .bar:nth-child(8) {
    margin-bottom: 0; }
.skillbar-container .bar-1,
.skillbar-container .my-skills {
  width: 80%;
  margin: 10px auto 25px; }
.skillbar-container .bar-percent {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px; }

.show_posts-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(auto-fill, 300px);
  grid-gap: 3rem; }
  .show_posts-container .single_post-container .affiliate-container:hover {
    color: #399e2d;
    text-decoration: underline; }
  .show_posts-container .single_post-container .affiliate-container .affiliate-container-image {
    height: 220px; }
    .show_posts-container .single_post-container .affiliate-container .affiliate-container-image img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  .show_posts-container .single_post-container .post-infos {
    padding: 1rem; }
    .show_posts-container .single_post-container .post-infos .post-name {
      color: #333333;
      font-size: 2rem;
      margin-top: 10px;
      margin-bottom: 5px; }
      .show_posts-container .single_post-container .post-infos .post-name:hover {
        color: #399e2d; }
  .show_posts-container .single_post-container .post-category-link {
    color: #aaa; }
    .show_posts-container .single_post-container .post-category-link:hover {
      color: #399e2d; }
  .show_posts-container .single_post-container:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }
  @media screen and (min-width: 426px) {
    .show_posts-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 769px) {
    .show_posts-container {
      grid-template-columns: repeat(3, 1fr); } }

.show_operator-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(auto-fill, 240px);
  grid-gap: 3rem; }
  .show_operator-container .single_operator-container .affiliate-container {
    position: relative; }
    .show_operator-container .single_operator-container .affiliate-container:hover {
      color: #399e2d;
      text-decoration: underline; }
    .show_operator-container .single_operator-container .affiliate-container .affiliate-container-image {
      height: 240px; }
      .show_operator-container .single_operator-container .affiliate-container .affiliate-container-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; }
  .show_operator-container .single_operator-container .post-infos {
    padding: 1rem;
    position: absolute;
    bottom: 10px;
    left: 1rem;
    background: rgba(0, 0, 0, 0.6); }
    .show_operator-container .single_operator-container .post-infos .post-name {
      color: #fff;
      font-size: 2rem;
      margin-top: 10px;
      margin-bottom: 5px; }
      .show_operator-container .single_operator-container .post-infos .post-name:hover {
        color: #399e2d; }
  .show_operator-container .single_operator-container .post-category-link {
    color: #aaa; }
    .show_operator-container .single_operator-container .post-category-link:hover {
      color: #399e2d; }
  .show_operator-container .single_operator-container:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }
  @media screen and (min-width: 426px) {
    .show_operator-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 769px) {
    .show_operator-container {
      grid-template-columns: repeat(3, 1fr); } }

.listing_points {
  flex-basis: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-left: 4px solid #60CE77;
  margin: 10px 0;
  padding: 5px 0; }
  .listing_points.disadvantage {
    border-left-color: #CE6060; }
  .listing_points li {
    list-style: none;
    margin: 10px auto !important;
    display: flex;
    align-items: center; }
    .listing_points li img {
      margin-right: 5px; }

/*.visual_box.theme_bg {*/
/*  background: url("assets/bg_boxes_wettzentrum.png") center center no-repeat;*/
/*  background-size: cover;*/
/*}*/
.visual_boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin: 100px 0 50px 0; }
  .visual_boxes .visual_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-radius: 25px; }
    .visual_boxes .visual_box.with_bg {
      min-height: 200px;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: auto;
      display: flex;
      justify-content: flex-end; }
  .visual_boxes .visual_box.with_img {
    margin-top: 80px; }
  .visual_boxes .visual_box_icon {
    position: relative;
    min-height: 75px; }
    .visual_boxes .visual_box_icon img {
      width: 100px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
  .visual_boxes a {
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0 0 10px 10px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6); }
    .visual_boxes a .visual_box_link {
      z-index: 2;
      text-align: center;
      margin: 20px 0; }
  @media screen and (min-width: 375px) {
    .visual_boxes .visual_box_link a {
      font-size: 0.8rem; } }

@media screen and (min-width: 768px) {
  .visual_boxes {
    grid-template-columns: 1fr 1fr 1fr; }

  .visual_box_icon {
    min-height: 100px; }
    .visual_box_icon img {
      width: 150px; }

  .visual_box_link a {
    font-size: 1rem; } }
.iframe-container .preview-banner {
  position: relative; }
  .iframe-container .preview-banner img {
    display: inline-block;
    width: 100%; }
  .iframe-container .preview-banner .banner-overlay {
    content: '';
    top: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .iframe-container .preview-banner .play-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url("/wp-content/themes/littleaffiliate/assets/images/icons/play-solid.svg") no-repeat;
    z-index: 1;
    border: none; }
  .iframe-container .preview-banner span {
    position: absolute;
    z-index: 1;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2px 10px;
    display: inline-block;
    color: #000;
    border-radius: 25px;
    font-size: 12px; }
.iframe-container iframe {
  display: none; }
  .iframe-container iframe.visible {
    display: inherit; }
.iframe-container iframe.fullScreen {
  display: inherit !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11; }
.iframe-container .hide {
  display: none !important; }
.iframe-container .btn-iframe-fullscreen {
  display: none;
  align-items: center;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
  margin: 20px auto; }
  .iframe-container .btn-iframe-fullscreen.show {
    display: flex; }
  .iframe-container .btn-iframe-fullscreen img {
    width: 25px;
    height: 25px;
    margin-right: 5px; }
.iframe-container .btn-iframe-close {
  display: none;
  position: fixed;
  right: 2vw;
  top: 5vh;
  z-index: 9999999;
  background-color: transparent;
  border: none; }
  .iframe-container .btn-iframe-close img {
    width: 25px;
    height: 25px;
    margin-right: 5px; }
  .iframe-container .btn-iframe-close.show {
    display: inherit; }

/* Widgets */
.widget {
  margin-bottom: 40px; }
  .widget .widget_title {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px; }
  .widget .widget_content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    font-size: 0.8em; }
    .widget .widget_content .widget_content_single {
      margin-bottom: 15px;
      background-color: #f5f5f5;
      border-radius: 5px; }
      .widget .widget_content .widget_content_single:last-child {
        margin-bottom: 0; }

/*
Styling for sidebar box
*/
.widget_affiliatebox_widget {
  position: relative; }
  .widget_affiliatebox_widget .widget-product-box {
    text-align: center; }
    .widget_affiliatebox_widget .widget-product-box .badge-container {
      position: absolute;
      top: 39px;
      left: 5px; }
    .widget_affiliatebox_widget .widget-product-box .widget-title {
      color: #0072BC;
      font-size: 1.7rem; }
      .widget_affiliatebox_widget .widget-product-box .widget-title span {
        font-size: 1.5rem; }
    .widget_affiliatebox_widget .widget-product-box .widget-image {
      display: block;
      width: 100%;
      height: auto;
      margin: 20px auto; }
    .widget_affiliatebox_widget .widget-product-box .widget-rating .rating {
      margin: 10px auto; }
    .widget_affiliatebox_widget .widget-product-box .btn.btn-link i {
      margin-left: 10px; }

.widget_operator_infos {
  display: grid;
  width: calc(100% - 10px);
  grid-template-columns: 50% 50%;
  grid-template-areas: "bonus bonus" "foundation operator" "contact max_payment" "software payment";
  grid-gap: 10px; }
  .widget_operator_infos .widget-box-single {
    display: flex;
    flex-direction: column;
    align-content: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-weight: bold;
    min-height: 100px;
    font-size: 1.1rem; }
    .widget_operator_infos .widget-box-single > div {
      padding: 2px 5px;
      text-align: center; }
      .widget_operator_infos .widget-box-single > div.widget-box-single-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        height: 100%; }
        .widget_operator_infos .widget-box-single > div.widget-box-single-content span {
          font-size: 1.2rem; }
    .widget_operator_infos .widget-box-single.contact-box .widget-box-single-content {
      display: flex;
      justify-content: center; }
      .widget_operator_infos .widget-box-single.contact-box .widget-box-single-content img {
        width: 50px; }
    .widget_operator_infos .widget-box-single.icon-list .widget-box-single-content {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; }
      .widget_operator_infos .widget-box-single.icon-list .widget-box-single-content img {
        width: 45px; }
    .widget_operator_infos .widget-box-single.bonus {
      grid-area: bonus;
      position: relative;
      min-height: 130px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .widget_operator_infos .widget-box-single.bonus .sign-icon {
        position: absolute;
        top: 5px;
        right: 5px; }
        .widget_operator_infos .widget-box-single.bonus .sign-icon button {
          background: none;
          border: none; }
          .widget_operator_infos .widget-box-single.bonus .sign-icon button .icon-close {
            display: none; }
        .widget_operator_infos .widget-box-single.bonus .sign-icon.show-icon-close .icon-sign {
          display: none; }
        .widget_operator_infos .widget-box-single.bonus .sign-icon.show-icon-close .icon-close {
          display: inherit; }
      .widget_operator_infos .widget-box-single.bonus .layers {
        display: flex;
        padding: 0; }
        .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-1,
        .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-2 {
          display: flex;
          align-items: center;
          justify-content: center; }
          .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-1.active,
          .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-2.active {
            width: 100%; }
        .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-2 {
          display: none;
          flex-direction: column;
          background-color: #ffe800;
          width: 310px;
          height: 130px;
          padding: 10px;
          text-align: center; }
      .widget_operator_infos .widget-box-single.bonus span {
        font-size: 2.2rem; }
    .widget_operator_infos .widget-box-single.foundation {
      grid-area: foundation; }
    .widget_operator_infos .widget-box-single.operator {
      grid-area: operator; }
    .widget_operator_infos .widget-box-single.contact {
      grid-area: contact; }
    .widget_operator_infos .widget-box-single.max_payment {
      grid-area: max_payment; }
    .widget_operator_infos .widget-box-single.sofware {
      grid-area: software; }
    .widget_operator_infos .widget-box-single.payment {
      grid-area: payment; }

.operator_container {
  display: flex;
  flex: 1; }
  .operator_container .widget_content_single_img {
    margin-right: 10px; }
    .operator_container .widget_content_single_img img {
      min-height: 70px;
      object-fit: cover;
      border-radius: 5px 0 0 5px; }
  .operator_container .widget_content_single_link {
    display: flex;
    align-items: center;
    font-size: 1.3rem; }
    .operator_container .widget_content_single_link a {
      color: #60CE77; }

/* Site Sections */
/*
 Styling of Header Elements
*/
#header {
  position: fixed;
  background-color: #60ce77;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(23, 23, 23, 0.06);
  z-index: 11;
  top: 0; }
  #header .container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0; }
    #header .container .logo-holder {
      display: flex;
      align-items: center;
      width: 280px;
      margin-left: 75px; }
      #header .container .logo-holder a, #header .container .logo-holder img {
        width: 100%; }
@media screen and (min-width: 768px) {
  #header .container .logo-holder {
    margin-left: 0; } }

.admin-bar #header {
  margin-top: 32px;}
    
#ajaxsearchlite1 {
  z-index: 1; }

.landing-image, .teaser-image {
  overflow: hidden;
  position: relative;
  max-height: 150px; }
  @media screen and (min-width: 1000px) {
    .landing-image, .teaser-image {
      min-height: 350px; } }
  @media screen and (min-width: 1000px) {
    .landing-image, .teaser-image {
      min-height: unset;
      max-height: 300px; } }
  .landing-image div#landing, .teaser-image div#landing {
    margin-top: 0; }

/*
Navigation of website
*/
#header.scrolled {
  background-color: #60ce77;
  z-index: 999; }
#header .main-nav {
  display: flex; }
  #header .main-nav #menu-hauptmenue {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    
      #header .main-nav #menu-hauptmenue li a {
        color: #fff;
        font-size: 1.55rem;
        font-weight: 200;
        font-family: sans-serif;
        margin-right: 25px; }
      @media (min-width: 1024px) {
        #header .main-nav #menu-hauptmenue li {
          position: relative;
          display: flex; } }
    #header .main-nav #menu-hauptmenue > li.menu-item-has-children > a:after {
      font-family: "Font Awesome 5 Free";
      content: "\f078";
      display: inline-block;
      padding-left: 5px;
      font-size: 1rem;
      vertical-align: middle;
      font-weight: 900; }
    #header .main-nav #menu-hauptmenue ul {
      display: none;
      position: absolute;
      top: 3em;
      left: 0;
      z-index: 99999;
      width: 300px;
      line-height: 30px;
      padding: 10px 30px;
      background: #fff;
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
      #header .main-nav #menu-hauptmenue .submenu {
        position: absolute; }
      #header .main-nav #menu-hauptmenue ul li a {
        color: #111;
        font-size: 1.4rem; }
    #header .main-nav #menu-hauptmenue li:hover > ul {
      display: block; }

#offcanvasLittleAffiliate {
  /* background: url("/wp-content/uploads/2023/01/beste-casinos-casinozentrum-devoloper-1-e1558550162698-484x1024-1.webp"); */
  background-size: cover;
  border-right: none; }

@media (min-width: 1024px) {
  .dropdown-toggle::after {
    display: none; } }
li#menu-item-1709 {
  padding: 0 !important; }

li#menu-item-7192 {
  background: none !important; }

/*
Displays styling for main website content
*/
#wrapper .container {
  margin-top: 40px;
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px; }
  #wrapper .container.main-content {
    margin: 100px auto;
    overflow: hidden; }
    #wrapper .container.main-content .primary {
      width: 100%;
      padding-right: 20px; }
      @media screen and (min-width: 1000px) {
        #wrapper .container.main-content .primary {
          width: 70%; } }
    #wrapper .container.main-content .secondary {
      display: none;
      padding-right: 20px;
      float: right; }
      @media screen and (min-width: 1000px) {
        #wrapper .container.main-content .secondary {
          display: inherit;
          width: 30%; } }
      #wrapper .container.main-content .secondary.card {
        padding: 2%; }
    #wrapper .container.main-content article {
      width: 100%;
      margin: 20px auto; }
      #wrapper .container.main-content article ol {
        padding-left: 0; }
      #wrapper .container.main-content article li {
        margin: 20px auto; }
  #wrapper .container.full .primary {
    width: 100%; }
  #wrapper .container .centered-container {
    text-align: center; }
  #wrapper .container .space-to-top {
    margin-top: 60px; }
  #wrapper .container.single-operator-container {
    margin-top: 0; }
@media screen and (max-width: 425px) {
  #wrapper article, #wrapper .row {
    margin: 0 !important; }
  #wrapper .slick-arrow.slick-next {
    right: 0; }
    #wrapper .slick-arrow.slick-next::before {
      font-size: 4rem; }
  #wrapper .slick-arrow.slick-prev {
    left: 0;
    z-index: 99999; }
    #wrapper .slick-arrow.slick-prev::before {
      font-size: 4rem; } }
#wrapper table {
  width: 100%;
  margin: 1.75em auto; }
  #wrapper table tr {
    border-bottom: 1px solid #f5f5f5; }
    #wrapper table tr td, #wrapper table tr th {
      border: none !important;
      padding: 10px 10px; }
    #wrapper table tr th {
      border: none !important; }
  #wrapper table tbody tr:last-child {
    border: none; }

@media (min-width: 1200px) {
  .single-operator .main-content .content-container,
  .single .main-content .content-container {
    display: flex; }
    .single-operator .main-content .content-container .primary,
    .single .main-content .content-container .primary {
      flex: 1 1 calc(100% - 310px);
      width: 70%;
      margin-bottom: 0; }
    .single-operator .main-content .content-container aside,
    .single .main-content .content-container aside {
      flex: 0 1 310px; } }

/*
Styling for footer
*/
#footer {
  background: #000;  
  }
  #footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #footer li {
    padding: 10px 0;
    margin-left: 10px; }
    #footer li a,
    #footer span {
      color: #fff; }
    #footer span {
      font-size: 0.9em; }

/* Pages */
/*
 Styling of Home Page
*/
.home #wrapper .landing-image {
  background-size: cover;
  min-height: 650px; }
  .home #wrapper .landing-image .container {
    padding-top: 100px;
    max-width: 750px; }
    .home #wrapper .landing-image .container h1, .home #wrapper .landing-image .container h2 {
      text-align: center;
      background-color: transparent;
      color: #333333; }
    .home #wrapper .landing-image .container h2 {
      font-size: 1.6rem; }
    .home #wrapper .landing-image .container .searchform {
      text-align: center; }
      .home #wrapper .landing-image .container .searchform input[type="text"] {
        margin: 0;
        background: 0 0;
        height: 50px;
        font-size: 15px;
        padding: 0 20px;
        font-family: quicksand,helvetica,sans-serif;
        font-weight: 400;
        padding-right: 50px;
        line-height: 1.42857143;
        color: #000;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        width: 82%; }
      .home #wrapper .landing-image .container .searchform #searchsubmit {
        border-radius: 2px;
        background: #4daa63;
        color: #fff;
        font-weight: 600;
        width: auto;
        padding: 0 40px;
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
        border: none; }
      @media screen and (min-width: 1024px) {
        .home #wrapper .landing-image .container .searchform {
          padding-top: 50px; } }
.home #wrapper .container {
  overflow: initial; }
  .home #wrapper .container .herocard-container {
    margin-top: -250px;
    padding: 20px 20px 20px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -20px 20px 0 rgba(82, 47, 54, 0.3); }
    .home #wrapper .container .herocard-container .card {
      position: relative;
      background-image: url(https://www.casinozentrum.de/wp-content/uploads/2019/04/web-final-casinozentrum-sponsored-ads-design.png);
      padding: 20px 10px 10px 10px;
      background-position: center;
      background-size: cover;
      height: 290px;
      margin-bottom: 25px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      margin-right: 10px; }
      .home #wrapper .container .herocard-container .card .product-box {
        margin: 0;
        padding: 10px; }
        .home #wrapper .container .herocard-container .card .product-box .affiliate-image {
          width: 100%;
          margin: 0; }
          .home #wrapper .container .herocard-container .card .product-box .affiliate-image img {
            margin: 0;
            width: inherit;
            object-fit: contain; }
        .home #wrapper .container .herocard-container .card .product-box .operator-name {
          font-size: 1.8rem;
          color: #41b85c;
          margin: 15px 0;
          font-weight: bold; }
        .home #wrapper .container .herocard-container .card .product-box .bonus-text {
          font-size: 1.5rem;
          margin-top: 30px;
          font-weight: bolder;
          color: #fff;
          min-height: 65px; }
        .home #wrapper .container .herocard-container .card .product-box .product-info-rating-stars {
          display: flex;
          margin: 0;
          justify-content: center; }
      .home #wrapper .container .herocard-container .card .product-info-footer {
        display: flex;
        position: absolute;
        left: 50%;
        font-size: 1.2rem;
        bottom: -38px;
        width: 100%;
        transform: translate(-50%, -50%);
        justify-content: space-between; }
        .home #wrapper .container .herocard-container .card .product-info-footer a {
          background-color: #fff;
          color: #000;
          border-radius: 50px;
          width: 48%;
          text-transform: uppercase;
          font-weight: bold;
          padding: 12px 15px !important;
          box-shadow: 0 3px 5px -2px #000; }
          .home #wrapper .container .herocard-container .card .product-info-footer a.external-link-btn {
            color: #4daa63;
            background: #ffe200;
            position: relative; }
            .home #wrapper .container .herocard-container .card .product-info-footer a.external-link-btn:after {
              content: '18+';
              position: absolute;
              top: -10px;
              right: 0;
              padding: 5px;
              border-radius: 50%;
              background-color: red;
              color: white;
              font-size: 10px; }

/*
 Styling of Single Operator Page
*/

.single-operator-head {
  background-color: #3c3c3b;
  background-size: inherit; }
  .single-operator-head .single-operator-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 50px; }
    .single-operator-head .single-operator-container .ccol-1, .single-operator-head .single-operator-container .ccol-2, .single-operator-head .single-operator-container .ccol-3 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 10px 0; }
    .single-operator-head .single-operator-container .ccol-1 .ccol-1-top {
      margin-bottom: 10px; }
    .single-operator-head .single-operator-container .ccol-2 .ccol-2-middle {
      margin: 20px 0;
      color: #60CE77;
      text-align: center;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: 600;
      font-family: sans-serif; }
      .single-operator-head .single-operator-container .ccol-2 .ccol-2-middle span {
        color: #fff;
        display: block; }
    .single-operator-head .single-operator-container .ccol-3 .ccol-3-star-container {
      position: relative; }
      .single-operator-head .single-operator-container .ccol-3 .ccol-3-star-container i {
        font-size: 13rem;
        color: gold; }
      .single-operator-head .single-operator-container .ccol-3 .ccol-3-star-container span {
        font-family: sans-serif;
        font-weight: bold;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 2rem;
        margin-top: 5px; }
    .single-operator-head .single-operator-container .ccol-4 {
      width: 100%;
      margin: 10px 0; }
      @media screen and (min-width: 1024px) {
        .single-operator-head .single-operator-container .ccol-4 {
          width: 50%; } }
    @media screen and (min-width: 1024px) {
      .single-operator-head .single-operator-container {
        flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .single-operator-head {
      display: flex;
      background: url("/wp-content/themes/littleaffiliate/assets/images/new-review-page-design-casinozentrum-dark-v31-1.png") no-repeat;
      height: 410px;
      background-size: cover; } }

.star-container {
  position: relative; }
  .star-container i {
    font-size: 13rem;
    color: gold; }
  .star-container span {
    font-family: sans-serif;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    margin-top: 5px; }

#sticky-review-bar {
  display: flex;
  opacity: 0;
  background-color: #3c3c3b;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  #sticky-review-bar .teaser-image img {
    width: 100px !important;
    height: 100px !important; }
  #sticky-review-bar .star-container {
    margin: 0 15px; }
    #sticky-review-bar .star-container svg {
      width: 100px !important;
      height: 100px !important; }
  #sticky-review-bar.sticky {
    opacity: 1;
    position: fixed;
    bottom: 0;
    width: 100%; }
  @media screen and (min-width: 768px) {
    #sticky-review-bar {
      display: none; } }

/*
Styling of main comparison page
*/
.page-template-content-fullwidth-mainpage .container.main-content {
  background: #fff !important;
  padding: 30px; }
  .page-template-content-fullwidth-mainpage .container.main-content .intro-section {
    display: flex; }
    .page-template-content-fullwidth-mainpage .container.main-content .intro-section .intro-section__image {
      width: 30%; }
      .page-template-content-fullwidth-mainpage .container.main-content .intro-section .intro-section__image img {
        width: 100%; }
    .page-template-content-fullwidth-mainpage .container.main-content .intro-section .intro-section__content {
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-content-fullwidth-mainpage .container.main-content .intro-section .intro-section__content h1 {
        color: #4daa63;
        margin: 0.67em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.single .container.main-content {
  padding: 0; }

.error404 .not-found-image-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .error404 .not-found-image-text span {
    font-size: 1.5em;
    text-align: center; }
@media screen and (max-width: 425px) {
  .error404 .visual_boxes {
    grid-template-columns: 1fr;
    margin: 30px 0; }
    .error404 .visual_boxes .visual_box {
      margin-top: 20px; } }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.back-to-top.show {
  display: flex;
  align-items: center;
  justify-content: center;
}     
/*# sourceMappingURL=style.css.map */
