.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}
.custom-float-left{
  float: left !important;
}

#searchnavbar::placeholder
{
  color:#000;
}
img {
    max-width: 100%;
}
.review-button-container{

  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
}

.productTitle{
  display: flex;
}

.banner-size{
  left: -180px;
}

@media (min-width: 768px) {

  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}



@media (max-width: 1350px) and (min-width: 1251px)
{
  .banner-size{
    /*display:none!important;*/
  }
  .bannerside{
    margin-left: 150px;
  }
}

@media (max-width: 1450px) and (min-width: 1351px)
{
  .banner-size{
    /*display:none!important;*/
  }
  .bannerside{
    margin-left: 250px;
  }
}

@media (max-width: 1250px)
{
  .banner-size{
    display:none!important;
  }

}


@media (min-width: 1200px) {

  /*.review ul {*/
  /*  list-style: none;*/
  /*  padding: 0;*/
  /*  margin-top: 5rem!important;*/
  /*}*/
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

.bg-light {
  background-color: #ffffff !important;
}

.gray-background {
  background-color: #f5f5f5;
}

.green-text {
  color: #97be0d;
}

.gray-text {
  color: #979595;
}

.flex-grow {
  flex-grow: 1;
}

.search-bar {
  margin: auto;
  width: 100%;
}

.amount-badge {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0px 3px 0px 0px;
  font-size: 0.8em;
  height: 30px;
  max-width: 30px;
  padding: 10%;
}

.green-link {
  color: #97be0d;
}

.green-link:hover {
  color: #97be0d;
}

.black-link {
  color: black;
}

.black-link:hover {
  color: black;
  text-decoration: none;
}

.black-link-underlined {
  color: black;
  text-decoration: underline;
}

.gray-link {
  color: #979595;
}

.gray-link:hover {
  color: #979595;
  text-decoration: none;
}

.link-container:hover {
  text-decoration: none;
}

.h5 a {
  color: black;
}

.title-small,
.title-small a {
  color: black;
  font-size: 0.8em;
}


.subtitle {
  font-size: 1em;
  color: #979595;
  font-weight: 400;
}

.subtitle-small {
  font-size: 0.8em;
  color: #000;
  font-weight: 400;
}
.subtitle-small a {

  color: #979595;
  text-decoration: underline;
}

.subtitle-small a:hover {
  color: #979595;
}

.green-background {
  background-color: #97be0d;
}

.rounded-box {
  border-radius: 5px;
}

.img-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid;
}

.image-cell-img {
  display: block;
  width: 80px;
  height: 28px;
}

.cta-button {
  padding: 0.75em 1em 0.75em 1em;
  background-color: #97be0d;
  border-radius: 4px;
  font-weight: bold;
  display: table;
  color: white;
}

 .cta-button-g {
   padding: 0.75em 1em 0.75em 1em;
   background-color: #b5b3b3;
   border-radius: 4px;
   font-weight: bold;
   display: table;
   color: white;
 }

.cta-button-product {
  padding: 0.75em 1em 0.75em 1em;
  background-color: #97be0d;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  color: white;
}
.cta-button-product-g {
  padding: 0.75em 1em 0.75em 1em;
  background-color: #b5b3b3;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  color: white;
}

.cta-button:hover {
  text-decoration: none;
  cursor: pointer;
}

/*************************
  NAVBAR
**************************/

.img-header-logo{
  padding-top: 6px;
}

.navbar-search {
  flex-grow: 0.4;
}

.navbar-search .search-bar {
  width: 100%;

}
.erfa-search-icon{


  background-color: #97BE0D!important;
  color: white;
}
.navbar-search .search-bar-color {
  border-radius: 25px;
  background-color: white;
  border: 1px solid #E9E9E9;
}

.navivation-pipeline-link:after {
  content: "|";
  position: absolute;
  top: 25px;
  margin-left: -10px;
}

.navbar-top-color {
  background-color: #353A40;
}

.navbar-top-fixed {

  margin-left: auto;
  margin-right: 0;
}

.inactiveLink {

  pointer-events: none;
  cursor: default;
}
.wide-size{
  margin-left: auto;
}
#c24-fin{
  left:20%
}
.c24-nav-hz .c24-nav-ele-title {
  font-size: 11px;
  line-height: 17px;
  list-style: none;
  color: white;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px){
  .c24-nav-hz .c24-nav-ele-title {
    font-size: 10px;
    line-height: 17px;
    list-style: none;

  }
  #c24-hot.c24-subnav {
    left: 45%!important;
    margin-left: -197px
  }
  #c24-flu.c24-subnav {
    left: 59%;
    margin-left: -200px
  }
  #c24-fin{
    left:16.2%
  }
  .c24-ver{
    margin:0;
    left:5%!important;
  }

  .erfa-registration-wrap{
    font-size: 14px;
  }
  .erfa-first-nav-inactive-link-size{
    width: 40px;
  }
  .erfa-second-nav-inactive-link-size{
    width: 90px;
  }
  .erfa-third-nav-inactive-link-size{
    width: 45px;
  }
  .erfa-known-from-size{
    font-size: 12px;
    color:#000;
  }
  .erfa-navbar-wrap{
    width: 100%;
    display: flex;
    flex: 0 0 calc(100% - 10%);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .img-logo-width{
    margin-right: 0;
    width:80%;
  }


  .content-mobile {
    display: none!important;
  }

  .content-desktop {
    display: flex!important;
  }

  .content-mobile-block {
    display: none!important;
  }

  .content-desktop-block {
    display: block!important;
  }
}

@media (min-width: 1440px) {
  .c24-nav {
    width: 102%;
  }

  #c24-hot.c24-subnav {
    left: 50%;
    margin-left: -197px
  }
  .c24-ver{
    margin:0;
    left:10%!important;
  }

  .c24-nav-hz .c24-nav-ele-title {
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    color: white;
  }

  .erfa-first-nav-inactive-link-size{
    width: 45px;
  }
  .erfa-second-nav-inactive-link-size{
    width: 95px;
  }
  .erfa-third-nav-inactive-link-size{
    width: 50px;
  }
  .erfa-known-from-size{
    font-size: 15px!important;
    color:#000;
  }
  .erfa-navbar-wrap{
    width: 100%;
    display: flex;
    flex: 0 0 calc(100% - 20%);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .wide-size{
    margin-left: 5%;
  }

  .content-mobile {
    display: none!important;
  }

  .content-desktop {
    display: flex!important;
  }

  .content-mobile-block {
    display: none!important;
  }

  .content-desktop-block {
    display: block!important;
  }
}
@media (min-width: 2560px) {
  .erfa-third-nav-inactive-link-size {
    width: 120px;
  }

  .erfa-first-nav-inactive-link-size {
    width: 70px;
  }

  .erfa-second-nav-inactive-link-size {
    width: 120px;
  }

  .erfa-known-from-size {
    font-size: 25px !important;
    color: #000;
  }

  #c24-hot.c24-subnav {
    left: 65% !important;
    margin-left: -197px
  }

  .wide-size {
    margin-left: 5%;
  }

  .erfa-navbar-top-color-mobile {
    display: none!important;
  }

  .erfa-toggle-menu-only-mobile {
    display: none;
  }


}

@media (max-width: 1299px) {
  .erfa-hide-on-mobile{
    display: block;
  }

  .erfa-toggle-menu-only-mobile{
    display: none;
  }

  .erfa-navbar-top-color-mobile{
    display: none!important;
    background-color: #ECEDED;
  }
}

@media (max-width: 990px) {
  .erfa-hide-on-mobile{
    display: none;
  }

  .erfa-toggle-menu-only-mobile{
    display: block;
  }

  .erfa-navbar-top-color-mobile{
    display: block!important;
    background-color: #ECEDED;
  }
}

@media (max-width: 768px) {
  .productTitle{
    display: flex;
    flex-direction: column-reverse;
  }

  .productTitle .cobrandLogo{
    margin-left: auto;
  }

  .erfa-registration-wrap{
    align-items: flex-end!important;
  }
  .erfa-toggle-menu-only-mobile{
    display: block;
  }
  .erfa-navbar-top-color-mobile{
    display: block!important;
    background-color: #ECEDED;
  }
  .erfa-hide-on-mobile{
    display: none;
  }
  .navivation-pipeline-link:after {
    display: none;
  }

  .content-mobile
  {
    display:flex!important;
  }
  .content-desktop
  {
    display:none!important;
  }
  .content-mobile-block
  {
    display:block!important;
  }
  .content-desktop-block
  {
    display:none!important;
  }

  .subauthor-row
  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center!important;
    margin-right: 15px;
    margin-left: 15px;

  }

  .subauthor-box
  {
    padding-top:15px;
    margin: 5px;
  }

  .sub-cta-button {
    padding: 0.75em 1em 0.75em 1em;
    border-radius: 4px;
    font-weight: bold;
    color: #97be0d;
  }

  .subauthor-box a {
    text-decoration: none;
  }

  .product-siegel {
    float: left;
    width: 130px;
    margin: 5px;
  }


}

@media only screen and (min-width: 769px) and (max-width: 1023px){
  .content-mobile
  {
    display:flex!important;
  }
  .content-desktop
  {
    display:none!important;
  }
  .content-mobile-block
  {
    display:block!important;
  }
  .content-desktop-block
  {
    display:none!important;
  }

  .subauthor-row
  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center!important;
    margin-right: 15px;
    margin-left: 15px;

  }

  .subauthor-box
  {
    padding-top:15px;
    margin: 5px;
  }

  .sub-cta-button {
    padding: 0.75em 1em 0.75em 1em;
    border-radius: 4px;
    font-weight: bold;
    color: #97be0d;
  }

  .subauthor-box a {
    text-decoration: none;
  }

  .product-siegel {
    float: left;
    width: 130px;
    margin: 5px;
  }
}

@media (max-width: 425px) {
  .custom-float-left{
    float: none !important;
  }
  .review-button-container{
    flex-direction: column;
  }
}

@media (max-width:375px ) {
  .custom-float-left{
    float: none !important;
  }
  .mobile-size{

    padding-right: 0.30rem !important;

  }
  .navbar-top-fixed{
    margin-left: 0;
    font-size: 14px;
  }
  .img-logo-width{
    width: 240px;
  }

  .review-button-container{
    flex-direction: column;
  }
  .header-search .search-bar {
    min-width: 320px!important;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 8px rgba(245, 245, 245, 0.3);
  }
}

@media (max-width:320px ) {
  .img-header-logo{
    width: 41px;
  }
  .mobile-size{
    padding-right: 0.30rem !important;
  }
  .navbar-top-fixed{
    font-size: 12px;
  }
  .img-logo-width{
    width: 215px;
  }
  .review-button-container{
    flex-direction: column;
  }
  .header-search .search-bar {
    min-width: 270px!important;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 8px rgba(245, 245, 245, 0.3);
  }
}

/*************************
  HEADER
**************************/

.header .jumbotron {
  margin-bottom: 0 !important;
  background-color: #6c757e !important;
}

.header-content h1 {
  color: white;
}

.header-content p {
  color: white;
}
/*************************
.header-image {
  background-image: url("../images/header-background.jpeg");
  background-size: cover;
}**************************/

.header-search .search-bar {
  min-width: 375px;
  border-radius: 1px;
  box-shadow: 0px 0px 0px 8px rgba(245, 245, 245, 0.3);
}

.header-search input {
  background-color: white;
  height: 50px;
}

.header-search .search-bar-color {
  background-color: white;
}

.no-hover-effect:hover {
  text-decoration: none;
  color: inherit;
}

/*************************
  ICONS
**************************/

.server-icon-left::before {
  content: "\f233";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 10px;
}

.edit-icon-left::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 10px;
}

.recycle-icon-left::before {
  content: "\f01e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 10px;
}

.cart-icon-left::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  padding-right: 10px;
}

.arrow-icon-right:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  padding-left: 10px;
}

.plus-icon-left:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  color: #616161;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
}

.minus-icon-left:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  color: #616161;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
}

.comment-icon-left:before {
  content: "\f27a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 10px;
}

.send-icon-left:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 10px;
}
.erfa-anmelden-style{
  color: #3D4246;
}
.register-icon:before {
  content: "\f406";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 5px;
}
.register-icon-megaMenu:before {
  content: "\f406";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #97BE0D;
  padding-left: 10px;
  padding-right: 5px;
}


.login-icon:before {
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 5px;
}

.search-icon::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 5px;
}

.facebook-icon::before {
  content: "\f082";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 5px;
}

.twitter-icon::before {
  content: "\f081";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 5px;
}

.google-plus-icon::before {
  content: "\f0d4";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 5px;
}

.youtube-icon::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #616161;
  padding-left: 10px;
  padding-right: 5px;
}

.stars-outer {
  display: inline-block;
  position: relative;
  color: #b5b3b3;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.stars-outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
}

.facebook-icon:hover::before,
.twitter-icon:hover::before,
.youtube-icon:hover::before,
.google-plus-icon:hover::before,
.server-icon-left:hover::before,
.edit-icon-left:hover::before,
.recycle-icon-left:hover::before,
.comment-icon-left:hover::before,
.minus-icon-left:hover::before,
.plus-icon-left:hover::before,
.send-icon-left:hover::before {
  color: white;
  text-decoration: none;
}

.send-icon-left:disabled::before {
  color: #ddd;
  text-decoration: none;
}

/*
 BREADCRUMBS
*/

.breadcrumb {
  background-color: transparent;
  font-size: 0.8em;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.breadcrumb-item a {
  color: black;
}

.breadcrumb-item.active {
  color: #97be0d;
}

.product-reviews-amount-badge {
  font-size: 1.2em;
}

.product-header ul li {
  list-style-image: url("../images/plus.png");
  list-style-position: inside;
  margin-left: 30px;
  padding: 0 0 5px;
}

/*.review-image {*/
/*  width: 25%;*/
/*}*/

.secondary-button {
  /*background-color: white;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #616161;
   */
  margin: auto;

}

.secondary-button,
.secondary-button a {
  color: black;
}

.secondary-button:hover,
.secondary-button:hover a,
.secondary-button-active {
  background-color: #616161;
  color: white;
  text-decoration: none;
}

.secondary-button:disabled:hover,
.secondary-button:disabled {
  background-color: white;
  color: #ddd;
  border-color: #ddd;
}

.review-button {
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #616161;
  color: #616161;
}

.review-button:hover {
  text-decoration: none;
  color: black;
}

.review h2 {
  font-size: 1.5em;
}

.review ul {
  list-style: none;
  padding: 0;
}
.review ul li {
  padding-left: 1.3em;
}
.review ul li:before {
  content: "\f00c";
  color: #97be0d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}.border-button {
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #616161;
}

.progress {
  height: 0.8em;
}

.progress-bar {
  background-color: #97be0d;
  border-radius: 5px;
}

.overlay {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(217, 217, 217, 1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(217, 217, 217, 1);
  box-shadow: 0px 2px 3px 0px rgba(217, 217, 217, 1);
  background-color: white;
  position: absolute;
  z-index: 1;
}

div.rating-field {
  font-size: 0;
  direction: rtl;
  background-color: transparent;
}

div.rating-field > input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

div.rating-field > label {
  font-size: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

div.rating-field > label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b5b3b3;
  content: "\f005";
  position: absolute;
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;
  text-indent: 0;
}

div.rating-field > input[type="radio"]:checked ~ label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  color: #f8ce0b;
}

div.rating-field > label:hover:before,
div.rating-field > label:hover ~ label:before {
  content: "\f005";
  color: #f8ce0b;
}

div.rating-field > label:active {
  position: relative;
}

.footer-bar {
  -webkit-box-shadow: 0 -1px 9px 0 rgba(41, 10, 10, 0.75);
  -moz-box-shadow: 0 -1px 9px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 -1px 9px 0 rgba(37, 37, 37, 0.16);
}

.footer-bar-img {
  max-height: 70px;
}

.footer .main {
  background-color: #333333;
}

.footer h5 {
  font-size: 0.8em;
  color: white;
  font-weight: bold;
}

.footer .main a {
  color: white;
  font-size: 0.8em;
}

.footer .secondary {
  background-color: #2c2c2c;
}

.footer .secondary a,
.footer-secondary-title {
  color: #fff;
}

.coupons-list {
  background-color: white;
}

.coupons-list .cell {
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ecebeb;
}

.coupons-list .col {
  padding-right: 0 !important;
}

.promo-categories {
  background-color: #97BE0D;
}

.promo-container {
  position: relative;
  background-color: white;
  border-radius: 3px;
}

.promo-categories img {
  max-height: 45px;
  max-width: 45px;
}

.promo-container p {
  color: #333333;
}

.promo-container .amount-badge {
  position: absolute;
  top: 0px;
  right: 0px;
}

.site-counter .counter-text {
  /*color: #97be0d;*/
  color: #353A40;
  font-weight: bold;
  font-size: 2em;
}

.site-counter .title {
  color: #333333;
  font-size: 15px;
}

.categories .title,
.products .title {
  background-color: #3f494e;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}

.categories .category-list,
.products .product-list {
  background-color: white;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px;
}

.categories .category-list li,
.products .product-list li {
  padding: 5px 0;
}

.top-categories {
  background-color: #eceded;
}

.top-categories img {
  width: 100%;
}

.top-categories .title-wrapper {
  background-color: #3f494e;
  position: absolute;
  color: white;
  display: table;
  font-weight: 600;
  margin-top: -1.75em;
}

.top-subcategories {
  background-color: white;
}

.green-arrow {
  background-color: #97be0d;
  border-radius: 4px;
  max-height: 25px;
  max-width: 25px;
}

.green-arrow img {
  padding: 15%;
}

.top-reports {
  background-color: #eceded;
}

.top-reports .cell-background {
  background-color: white;
}

.top-reports .row-space {
  padding-top: 0.1em;
}

.top-reports .col {
  padding-right: 0 !important;
}

.top-reports .arrow-img {
  transform: rotate(-90deg);
}

.top-user-list {
  background-color: white;
}

.top-user-list .row {
  padding: 20px, 10px, 20px, 10px;
  border-bottom: solid;
  border-width: 0.1em;
  border-color: #ecebeb;
}

.affili,
.internal {
  cursor: pointer;
}

/*
 BETTING PAGE
*/

.bet-circle-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.green-outline {
  border-radius: 5px;
  border: solid 1px #97be0d;
  text-align: center;
  padding: 5px 10px;
}

.top-bet {
  color: inherit;
}

.inherit-color {
  color: inherit;
}

.top-bet:hover {
  text-decoration: none;
  color: inherit;
}

.round-corner {
  border-radius: 5px;
}

.shadow {
  border: 1px solid #ECEBEB;
}

.site-counter-icon {
  min-height: 37px;
}

/*
 FAQ
 */
.faq_area {
  padding: 25px 0 0;
}

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

.faq_area .website_preview_screenshot {
  border: 1px solid #c0c0c0;
  padding: 2px;
  background: #fff;
}

/** exitPopup **/

.exit-popup-logo {
  width: 30% !important;
}

.exit-popup-cta-title {
  font-size: 1.2em;
}

/**
 Coupons
 */
.coupon-page {
  margin-bottom: 1rem;
}

.coupon-entry {
  padding: 1.5rem;
  margin-top: 1rem;
}

.coupon-entry .title {
  font-weight: bold;
}

.coupon-entry .product-logo {
  width: 100%;
  max-width: 200px;
}


.coupon-link {
  color: rgb(151, 190, 13);
}

.coupon-link:hover {
  text-decoration: none;
}

.coupon-entry .coupon-button {
  color: white;
  font-size: .9em;
  padding: 0.5em;
  text-align: center;
}

/*
 Sidebar
 */
.sidebar_category_container {
  margin-bottom: .8em;
}

.sidebar_maincategory {
  font-weight: bold;
}

.sidebar_maincategory img {
  max-width: 16px;
  display: block;
}

.sidebar_subcategory {
 font-size: .85em;
}

.sidebar_subcategory ul {
  list-style: none;
  padding: 0;
}

.sidebar_subcategory ul li {
  padding-left: 1em;
}

.green {
  color: #97be0d;
}
.gray {
  color: #747474;
}

.site-info-listing ul {
  list-style: square;
  padding: 1.3em;
}
.site-info-listing ul li {
  padding-left: 1.3em;
}

.site-info-listing a{
  color: black;
  text-decoration: underline;
}

/*
.site-info-listing ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.site-info-listing tr td a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}*/

.tiny-font {
  font-size: 0.5em;
}


.site-footer {
  background: #333;
  color: #fff
}

.site-footer__line-first {
  padding: 20px 0 15px
}

@media (min-width:992px) {
  .site-footer__line-first {
    padding-top: 50px
  }
}

.site-footer__logo-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  max-width: calc(100% - 30px*1);
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.site-footer__site-logo {
  max-width: 200px;
  max-height: 50px
}

.footer__partner-logos__title {
  font-size: 1.4rem;
  color: #fff
}

.footer__partner-logos__inner {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px
}

.cookie-fingerprint {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 42.5 42.5' %3E%3Cpath fill= '%23FFF' d= 'M6.2 15.7c-.2 0-.3 0-.5-.1-.8-.3-1.2-1.1-1-1.9 2-6.1 6.4-10.9 11.8-12.6 3.8-1.2 9.8-1.6 17 3.6.7.5.8 1.4.3 2.1s-1.4.8-2.1.3C26.9 3.6 22 2.5 17.5 4 13 5.4 9.3 9.4 7.6 14.6c-.2.7-.8 1.1-1.4 1.1zM13.7 39.9c-.6 0-1.2-.4-1.4-.9-.3-.8.1-1.6.8-1.9 3-1.2 12.2-4.9 13.5-11.3.3-1.5.5-2.6-.4-4.8-.5-1.1-1.3-2-2.2-2.3-.8-.2-1.6-.1-2.5.4-2.1 1.2-2.7 2.6-3.4 4.1-.2.4-.3.7-.5 1-1.4 2.8-6.1 6.5-9.8 7.6-.8.2-1.6-.2-1.9-1s.2-1.6 1-1.9c3.1-.9 7-4.1 7.9-6.1.1-.3.3-.6.4-.9.7-1.7 1.6-3.8 4.6-5.5 2.1-1.2 3.8-1 4.9-.7 1.7.6 3.1 2 4 3.9 1.3 3 .9 4.8.6 6.6-1.6 8.1-12 12.2-15.4 13.6.1 0-.1.1-.2.1z' /%3E%3Cpath fill= '%23FFF' d= 'M9.7 36.1c-.8 0-1.4-.6-1.5-1.3-.1-.8.5-1.6 1.3-1.6 3.5-.4 11-5.3 12-10.3.1-.8.9-1.4 1.7-1.2.8.1 1.4.9 1.2 1.7-1.2 6.7-10.2 12.3-14.6 12.8 0-.1-.1-.1-.1-.1z' /%3E%3Cpath fill= '%23FFF' d= 'M31.8 28.9c-.2 0-.4 0-.6-.1-.8-.3-1.1-1.2-.8-2 .5-1.3 2-5.9-1.8-10.2-2.5-2.9-6.5-3.7-8.5-2.6-2 1-2.8 1.9-4.1 4.4-2.2 4.4-9 8.4-9.3 8.6-.7.4-1.6.2-2.1-.5-.4-.7-.2-1.6.5-2.1 1.8-1 6.7-4.4 8.2-7.4s2.8-4.3 5.4-5.7c3.1-1.6 8.6-.8 12.2 3.3 5 5.6 3.1 11.7 2.3 13.4-.2.5-.8.9-1.4.9zM32.7 37.7c-.3 0-.6-.1-.8-.2-2.7-1.7-3.6-4.1-2.7-6.8v.1c.1-.8.9-1.4 1.7-1.2.8.1 1.4.9 1.2 1.7 0 .1 0 .2-.1.4-.2.6-.7 1.9 1.5 3.2.7.4.9 1.4.5 2.1-.3.5-.8.7-1.3.7zM19.3 42.2c-.4 0-.7-.1-1-.4-.6-.6-.7-1.5-.1-2.1 1.6-1.8 4.9-4.4 7.2-4.5 2.6-.1 4.1 1.1 4.7 3.5.2.8-.3 1.6-1.1 1.8s-1.6-.3-1.8-1.1c-.2-1-.4-1.3-1.7-1.2-.9 0-3.4 1.6-5.1 3.5-.3.3-.7.5-1.1.5z' /%3E%3Cpath fill= '%23FFF' d= 'M35.4 34.2c-.2 0-.3 0-.5-.1-.8-.3-1.2-1.1-.9-1.9 2.4-6.4 2.4-12.3.1-16.7-1.7-3.3-4.5-5.5-8.2-6.5-4.8-1.3-7.8-1.3-10.1 2.1-4.4 6.5-6.8 8.3-8.5 9.7-.4.3-.8.6-1.2 1-.6.6-1.6.5-2.1-.1-.6-.6-.5-1.6.1-2.1.5-.4.9-.8 1.4-1.1 1.6-1.2 3.7-2.8 7.8-9C17 4 22.1 4.9 26.7 6.1c4.5 1.2 8.1 4 10.1 8 2.7 5.1 2.7 11.9 0 19.1-.2.6-.7 1-1.4 1z' /%3E%3C/svg%3E);
  background-size: 30px;
  background-repeat: no-repeat;
  background-color: #f26122;
  background-position: 50%;
  position: fixed;
  border-radius: 30px;
  z-index: 1000;
  bottom: 20px;
  right: 104px;
  height: 60px;
  width: 60px;
  display: none;
}

.cookie-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 2000;
  display: none;
}

.cookie-container {
  margin-top: auto;
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
}

.cookie-content {
  max-width: 1140px;
  padding: 30px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: auto;
}

.cookie-options-list {
  list-style-type: none;
}

@media (min-width:992px) {
  .footer__partner-logos__inner {
    margin-top: 0
  }
}

@media (min-width:992px) {
  .footer__partner-logos {
    margin-bottom: 0
  }
}

.site-footer__line-second {
  padding: 20px 0;
  font-size: 1.3rem;
  line-height: 1.25;
  background: #212529
}

.site-footer__line-third {
  background: #fff;
  color: #212529;
  padding-top: 20px;
  padding-bottom: 5px
}

@media (min-width:768px) {
  .site-footer__line-third {
    padding-bottom: 20px
  }
}

.site-footer__line-third__li {
  margin: 0 10px 10px
}

@media (min-width:768px) {
  .site-footer__line-third__li {
    margin: 0 30px 10px 0
  }
}

.footer__legal-logos__img {
  max-height: 36px;
  max-width: 60px;
  margin: 0 20px 15px 0
}

@media (min-width:992px) {
  .footer__legal-logos__img {
    max-width: 150px;
    margin: 0 15px
  }
}

.footer-col {
  margin-bottom: 20px
}

.footer-col__title {
  margin-bottom: 1rem;
  font-size: 1.6rem
}

.footer-col .menu-item {
  font-size: 1.3rem;
  margin-bottom: .75rem
}

.footer-col .menu-item a,
.footer-col .menu-item span {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  display: flex;
  align-items: center
}

.footer-col .menu-item a:hover,
.footer-col .menu-item span:hover {
  opacity: .5
}

.footer-col .menu-item a:before,
.footer-col .menu-item span:before {
  content: "";
  background: url(//www.erfahrungen.com/magazin/wp-content/themes/erfahrungen-com-magazin/css/../../master-theme/images/arrow-more-white.svg) 0px center no-repeat;
  background-size: auto 8px;
  width: 20px;
  min-width: 20px;
  height: calc(1.3rem*1.65*1);
  opacity: .5;
  -webkit-transition: background .25s ease-in-out;
  -o-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
  align-self: flex-start
}

.footer-col .menu-item a:hover:before,
.footer-col .menu-item span:hover:before {
  background-position: 5px center;
  -webkit-transition: background .25s ease-in-out;
  -o-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out
}

.footer-legal-menu__link {
  font-size: 1.3rem;
  text-decoration: none;
  color: #212529;
  cursor: pointer
}

.footer-legal-menu__link:hover {
  color: #212529;
  opacity: .7;
  text-decoration: none
}

.footer__lang-switch-label {
  font-size: 1.3rem;
  margin: 25px 0 10px
}

.footer__lang-switch-label--no-margin {
  margin-top: 0
}

.footer__lang-switch {
  font-size: 0.8rem!important;
  max-width: 350px
}

.lang-switcher__toggle {
  color: #fff;
  padding: 0 20px 0 10px;
  background: url(//www.erfahrungen.com/magazin/wp-content/themes/erfahrungen-com-magazin/css/../../master-theme/images/arrow-language-switcher.svg) calc(100% - 10px*1) center no-repeat;
  border: 1px solid rgba(255, 255, 255, .25);
  background-size: 8px auto;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 40px
}

.lang-switcher__toggle__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5
}

.lang-switcher__toggle.--active,
.lang-switcher__toggle:hover {
  background-color: #212529;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.lang-switcher__toggle__img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px
}

.language-switcher__entries {
  border: 1px solid rgba(255, 255, 255, .25);
  background: #212529;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  max-height: 250px;
  position: absolute;
  bottom: 45px;
  overflow: auto;
  border-radius: 4px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.language-switcher__entries.--show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.language-switcher__link {
  color: #fff;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none
}

.language-switcher__link__isocode {
  flex: 0 0 30px;
}

.language-switcher__link__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.language-switcher__link--active,
.language-switcher__link:hover {
  text-decoration: none
}

.language-switcher__link:hover:not(.language-switcher__link--active) {
  background: rgba(255, 255, 255, .12);
  color: #fff
}

.language-switcher__link--active {
  cursor: default
}

.language-switcher__link--active,
.language-switcher__link--active:hover {
  font-weight: 700;
  background: rgba(255, 255, 255, .08);
  color: #fff
}

.language-switcher__link__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px
}

.language-switcher__link__image__img {
  max-width: 24px;
  height: auto;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff
}

.footer__partner-logos__img {
  margin: 10px 20px 10px 0;
  max-width: 40px;
  max-height: 40px
}

@media (min-width: 991px) and (max-width: 1299px) {
  .c24-subnav-ele a {
    color: black;
    font-size: 10px!important;
    text-decoration: none !important;
  }

  .c24-subnav-ele span {
    font-size: 10px!important;
  }

  .c24-subnav-ele-wrapper{
    padding-left:0%!important;
  }

  .erfa-anmelden-style{
    font-size: 12px!important;
  }

  .erfa-known-from-size{
    font-size: 12px!important;
  }
}

@media (min-width: 1300px) and (max-width: 1439px) {
  .c24-subnav-ele a {
    color: black;
    font-size: 10px!important;
    text-decoration: none !important;
  }

  .c24-subnav-ele span {
    font-size: 10px!important;
  }


  .erfa-anmelden-style{
    font-size: 12px!important;
  }

  .erfa-known-from-size{
    font-size: 12px!important;
  }
}

@media (min-width: 1300px) {
  .c24-subnav-ele-wrapper{
    padding-left:10%;
  }
}

@media (min-width:992px) {
  .footer__partner-logos__img {
    margin: 15px 20px 0;
    max-width: 80px;
    max-height: 80px
  }
}

.footer_show-more-btn {
  height: 40px;
  background: url(//www.erfahrungen.com/magazin/wp-content/themes/erfahrungen-com-magazin/css/../images/footer-show-more-plus.svg) center no-repeat;
  background-size: 40px 40px;
  cursor: pointer
}

.footer_show-more-btn:hover {
  opacity: .7
}


.position-relative {
  position: relative !important
}
ul.list-no-style,
ol.list-no-style,
.column-box ul,
.column-box ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.list-no-style li {
  list-style: none
}
.footer__lang-switch {
  font-size: 1.3rem;
  max-width: 350px;
}
.less-line-height {
  line-height: 1.2
}
.footer__lang-switch-label {
  font-size: 1.3rem;
  margin: 25px 0 10px;
}







  /*MEGA MENU*/
  #c24-header-bottom {
    background: #353A40;
    height: 42px
  }

  #c24-header-top .c24-header-content,
  #c24-header-bottom .c24-header-content {

    margin: 0 auto;
    position: relative
  }

  .c24-subnav {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 20px;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 2147483647;
    background: #fff;
    box-shadow: 10px 10px rgba(151,189,14,0.5);

    /*border: 3px solid #97bd0e;*/
    font-size: 14px;
    line-height: 26px
  }



  #c24-sho.c24-subnav,
  #c24-aut.c24-subnav,
  #c24-ask.c24-subnav {
    left: inherit;
    right: 10%;
  }

  #c24-mwa.c24-subnav {
    left: inherit;
    right: 26%;
    margin-right: -210px
  }

  .c24-header-inner a:hover {
    text-decoration: underline;
    color: #c05702
  }

.erfa-icon-custom-style{
  color: #98BD0D;
  font-size: xx-small;
  padding-left: 4px;

}
  /*/////////////////////*/

  #c24-header a,
  #c24-header a * {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none
  }
  .erfa-container{
    justify-content: space-between;
align-items: center;
    display: flex;
    min-width: unset!important;
    width: 100%;
  }
@media screen and (min-width: 1200px){
  .c24-nav-ele {
    width: 7.5% !important;
    float: left
  }


  .c24-nav-hz {
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    max-width: calc(100% - 20%)!important;
    left: 0;
    padding: 0;

    width: inherit;
    flex: 1
  }

}
  .c24-nav-hz {
    display: flex;
    margin: 0 auto;
    max-width: calc(100% - 10%);
    left: 0;
    padding: 0;

    width: inherit;
    flex: 1
  }


  .c24-nav-hz a,
  .c24-nav-hz a:hover {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    width: 100%
  }

  .c24-nav-hz .c24-nav-ele-title a:hover {
    text-decoration: none;
    color: #98BD0D
  }

  .c24-nav-ele {
    width: 12.5% !important;
    float: left
  }

  .c24-nav-hz .c24-nav-ele .c24-nav-ele-title {
    display: block;
    padding: 11px 0 14px;
    position: relative
  }

  .c24-nav-ele.open .c24-nav-ele-title {
    font-weight: 400;
    color: #97bd0e;
  }

  .c24-nav-hz .c24-nav-ele .c24-nav-ele-title span {
    display: block;
    width: 100%;
    text-align: center
  }

  .c24-nav-ele:first-child .c24-nav-ele-title span {
    /*text-align: left*/
  }

  .c24-nav-ele:last-child .c24-nav-ele-title span {
    /*text-align: right*/
  }

  .c24-nav-ele .c24-current.c24-nav-ele-title {
    font-weight: 700
  }

  .c24-nav-ele.open .c24-nav-ele-title:before,
  .c24-nav-ele .c24-current.c24-nav-ele-title:before {
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1001;
    background-color: #97b50e
  }

  #c24-nrg.c24-subnav {
    left: 29%;
    margin-left: -280px
  }

  #c24-tel.c24-subnav {
    left: 37%;
    margin-left: -280px
  }

  #c24-mof.c24-subnav {
    left: 46%;
    margin-left: -350px
  }

  #c24-pau.c24-subnav {
    left: 53%;
    margin-left: -310px
  }

  #c24-flu.c24-subnav {
    left: 59%;
    margin-left: -200px
  }



  .c24-subnav-ele {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 40px;
    color: #575757;
    text-align: left;
    white-space: nowrap
  }

  .c24-subnav-ele:last-child {
    margin-right: 0!important
  }

  .c24-subnav-ele.c24-nav-border {
    border-right: 1px solid #dcdcdc;
    padding-right: 38px;
    margin-right: 19px!important
  }
.c24-subnav-ele.c24-nav-border-review {

  padding-right: 38px;
  margin-right: 19px!important
}
  .c24-subnav-ele a {
    color: #575757;
    text-decoration: none
  }

  .c24-subnav-ele a:hover,
  .c24-subnav-ele-full a:hover {
    color: #97BE0D;
    text-decoration: underline
  }

  .c24-subnav-ele-listitem-new {
    position: relative;
    width: auto;
    display: inline-block!important
  }

  .c24-subnav-ele-full-new a:hover span.c24-subnav-ele-new {
    color: #fff
  }

  .c24-subnav-ele-full-new .c24-subnav-ele-new {
    background-color: #e30613;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 2px;
    line-height: 11px;
    display: inline-block;
    position: absolute;
    top: 8px;
    margin-left: 5px
  }

  .c24-subnav-ele-listitem-new .c24-subnav-ele-new {
    background-color: #e30613;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 2px;
    line-height: 11px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -42px
  }

  span.c24-subnav-ele-title,
  a.c24-subnav-ele-title {
    display: block;
    font-weight: 700;
    margin-bottom: 4px
  }

  a.c24-subnav-ele-title:hover {
    font-weight: 700
  }

  .c24-subnav-ele-title a,
  .c24-subnav-ele-title a:hover {
    font-weight: 700;
    display: inline
  }

  .c24-subnav-ele-list {
    display: inline-block;
    padding: 0;
    margin: 0 0 20px
  }

  .c24-subnav-ele .c24-subnav-ele-list:last-child {
    margin-bottom: 0
  }

  .c24-subnav-ele-list li {
    display: block;
    padding: 0;
    margin: 0
  }
  .c24-subnav-ele a {
    color: black;
    font-size: 15px;
  text-decoration: none!important;
  }

  .c24-subnav-ele-full {
    border-top: 1px solid #dcdcdc;
    padding-top: 14px;
    display: block;
    position: relative;
    margin-top: 14px
  }

  .c24-subnav-ele-full.last {
    border: 0;
    padding-top: 3px;
    margin-top: 0
  }

  .c24-subnav-ele-full span,
  .c24-subnav-ele-full.c24-subnav-ele-goldclub a {
    color: #575757
  }

  .c24-subnav-ele-full span span,
  .c24-subnav-ele-full span strong {
    color: #005ea8
  }

  .c24-subnav-ele-full a:hover span span,
  .c24-subnav-ele-full a:hover span strong {
    color: #c05702
  }

  .c24-subnav-ele-full.c24-subnav-ele-goldclub span,
  .c24-subnav-ele-full.c24-subnav-ele-goldclub strong {
    color: #b39656
  }

  .c24-subnav-ele-full.c24-subnav-ele-goldclub a:hover {
    color: #c05702
  }

  .c24-subnav-ele-full a:hover span {
    color: #c05702
  }

  .c24-nav-space-1 {
    margin-top: 26px
  }

  .c24-nav-space-2 {
    margin-top: 52px
  }

  .c24-nav-space-3 {
    margin-top: 78px
  }

  .c24-nav-list-space-1 {
    padding-left: 0;
    padding-bottom: 26px
  }

  .c24-nav-list-space-2 {
    padding-bottom: 52px
  }

  .c24-nav-list-space-3 {
    padding-bottom: 78px
  }

  .c24-nav-list-space-3_5 {
    padding-bottom: 96px
  }

  .c24-nav-list-space-4 {
    padding-bottom: 104px
  }

  .c24-nav-insurance {
    width: 125px!important;
  }

  .c24-nav-konto {
    width: 119px!important;
  }

  .c24-nav-strom {
    width: 120px!important;
  }

  .c24-nav-internet {
    width: 110px!important;
  }

  .c24-nav-mobilfunk {
    width: 150px!important;
  }

  .c24-nav-travel {
    width: 175px!important;
  }

  .c24-nav-flights {
    width: 110px!important;
  }

  .c24-nav-comparison {
    width: 71px
  }

  .c24-nav-price-comparison {
    width: 99px
  }

  .c24-nav-event {
    width: 65px
  }

.erfa-logo-right-wrap {
  display: flex;
align-items: inherit;
}
.erfa-registration-wrap{

  margin-left: 0;
  display: flex;
  align-items: center;
}
.erfa-search{

  align-items: center;
}

.erfra-mobile-menu-style{
  padding: 15px;
  background-color: #6C757E;
}
.erfa-anmelden-mobile-style{
  color: white!important;
}
.erfa-dropdown-menu-mobile{
  padding-left: 15px;
  background-color: transparent;
  border: 0;
}
.erfa-dropdown-item-style{
padding-left: 10px;
  color: white;
}
.navbar-light .navbar-toggler-icon{
  background-color: #6C757E;
}
.navbar-light .navbar-toggler{
  background-color: #6C757E;

}
.erfa-menu-list-dropdown-style{
  padding-left: 20px;
}
.erfa-main-sub-style{
  font-size: 13px;
}

.subauthor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
}
.subauthor-box
{
  padding-top:15px;
}

.sub-cta-button {
  padding: 0.75em 1em 0.75em 1em;
  border-radius: 4px;
  font-weight: bold;
  color: #97be0d;
}

.subauthor-box a {
  text-decoration: none;
}

.product-siegel {
  float: left;
  margin: 5px;
}
@media screen and (max-width: 768px)
{
 img
{
width: 100%;
}
h1
{
word-break: break-word;
  font-size: 1.8rem;
}
}
