/*
Theme Name: bigslam-rsvdl
Description: BigSlam fuer den RSVLD
Author: fabrik19
Author URI: http://www.fabrik19.de
Template: bigslam
Version: 1.2.8
Tags:
Text Domain: bigslam
*/

/* outfit-200 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Outfit-Light.ttf') format('truetype');  
}
/* outfit-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Outfit-Regular.ttf') format('truetype'); 
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Outfit-SemiBold.ttf') format('truetype'); 
}
/* outfit-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Outfit-ExtraBold.ttf') format('truetype'); 
}

@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-Regular.ttf");
}

@font-face {
  font-family: "Alternate";
  src: url("fonts/Alternate-Bold.ttf");
}

@font-face {
  font-family: "Condensed";
  src: url("fonts/Condensed-Bold.ttf");
}

@font-face {
  font-family: "RopaSansRegular";
  src: url("fonts/RopaSans-Regular.ttf");
}

body {
  font-size: 100%;
  font-family: "Outfit" !important;
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit" !important;
  text-transform: initial !important;
}

h1,
h2,
h3 {
  border-bottom: 2px solid !important;
  border-color: #f59c00 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Outfit" !important;
  text-transform: initial !important;
}

div.gdlr-core-blog-grid-frame h3.gdlr-core-blog-title {
  font-size: 24px !important;
}

.gdlr-core-title-item-caption {
  font-family: "Outfit" !important;
}

/*header*/
.bigslam-header-background {
  opacity: 1 !important;
}

.bigslam-top-bar-container {
  position: relative;
}

.bigslam-top-bar-background {
  opacity: 1 !important;
  background-color: #f59c00 !important;
}

.bigslam-custom-wpml-flag img {
    width: 29px;
}

.bigslam-top-bar-right-social a {
  color: black !important;
  font-size: 20px;
}

.bigslam-top-bar-center {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 10%;
    right: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor_title {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.sponsor_logo {
  z-index: 9999;
}

.sponsor_logo > div {
    background-image: url(images/buderus-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
}

.bigslam-page-title-container {
  display: none;
}

.partner-text-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 10px;
}

.partner-text-item {
  background-color: #fff;
  padding: 20px;
}

.partner-image-grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-gap: 10px;
}

.partner-image-grid-6 {
  display: grid;
  grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
  grid-gap: 10px;
}

.partner-image-item {
  background-color: #fff;
  padding: 20px;
}

.partner-slider-wrapper {
  display: grid;
  grid-template-columns: 5% 90% 5%;
  grid-gap: 0px;
}

.partner-slider-button {
  position: relative;
  top: 30%;
  cursor: pointer;
}

.partner-slider-button i {
  font-size: 3rem;
  color: #f59c00;
}

.partner-slider-wrapper button {
  display: none;
}

.partner-slider-wrapper.startseite-banner-wrapper {
  max-height: 205px;
}

.spieler-number {
  background-color: #005ca9;
  color: #f59c00;
  padding: 15px;
}

.grid-name {
  padding-left: 15px;
  font-weight: bold;
  color: #005ca9;
  font-size: 1.25rem;
}

.grid-item {
  cursor: pointer;
}

.grid-item-content-wrapper:hover {
  border-top: 5px solid #f59c00 !important;
  background-color: whitesmoke;
}

.grid-item:hover .spieler-number {
  background-color: #f59c00;
  color: #005ca9;
  padding: 15px;
}

.grid-item:hover .grid-name {
  color: #f59c00;
}

.grid-item h3 {
  font-size: 1.5rem !important;
}

.grid-content {
  display: none;
}

.mitarbeiter-grid,
.spieler-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 10px;
}

@media (max-width: 1200px) {
  .mitarbeiter-grid,
  .spieler-grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
  }
}
@media (max-width: 800px) {
  .mitarbeiter-grid,
  .spieler-grid {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 600px) {
  .mitarbeiter-grid,
  .spieler-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .partner-slider-wrapper {
    grid-template-columns: 10% 80% 10%;
  }
  .partner-slider-wrapper img {
    padding: 3px;
  }

  .tns-outer {
    margin-left: 5px;
  }

  .liste-number {
    padding-left: 0px !important;
  }
}

.item-head {
  min-height: 60px;
}

.mitarbeiter-grid .grid-name {
  padding-left: 0px;
}

.grid-item {
  padding-top: 25px;
}

.grid-item-content-wrapper {
  border: 1px solid #005ca9;
  background-color: white;
  padding: 15px;
  border-top: 5px solid #005ca9 !important;
}

.bigslam-blog-title-wrap {
  background-image: none !important;
  background-color: whitesmoke;
}

.bigslam-header-background,
.bigslam-sticky-menu-placeholder,
.bigslam-header-style-boxed .bigslam-fixed-navigation,
.bigslam-footer-wrapper {
  background-color: #005ca9 !important;
}

.bigslam-footer-wrapper {
  color: white !important;
}

.bigslam-body .bigslam-blog-title-wrap .bigslam-single-article-title {
  color: #706f6f !important;
}

.bigslam-blog-info-wrapper {
  display: none;
}

.bigslam-column-40 {
  width: 80% !important;
}

.newsletter-email {
  padding: 20px;
  width: 100%;
}

/* .current-menu-item a{
    background-color: #f59c00 !important;
    color: white !important;
} */

.liga-tabelle-row,
.liga-tabelle-grid-head {
  display: grid;
  grid-template-columns: 10% 40% 10% 10% 10% 10% 10%;
  grid-gap: 0px;
}

.liga-tabelle-row div,
.liga-tabelle-grid-head div {
  padding: 10px;
}

.liga-tabelle-icon {
  font-size: 3rem;
  color: #f59c00;
  float: right;
}

.liga-tabelle-row {
  border-bottom: 2px solid #fff !important;
  padding: 10px;
  background-color: #f3f3f3;
}

.teamname,
.rang {
  color: #000 !important;
  font-weight: 600 !important;
}

.liste-number,
.rang,
.liga-tabelle-grid-head div:first-child {
  padding-left: 30px !important;
}

.liga-tabelle-grid-head {
  background-color: #262626 !important;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 10px;
}

.liste-item {
  display: grid;
  grid-template-columns: 20% 40% 40%;
  grid-gap: 10px;
  padding: 15px;
}

.spieler-liste {
  min-width: 100%;
  margin: auto;
  color: #000;
}

.spieler-liste-head {
  background-color: #f59c00;
  color: #fff !important;
  font-weight: bold;
}

.rm-button {
  text-align: center;
  margin: 10px;
}

.liste-number {
  font-weight: bold;
}

.flex-active {
  background-color: #fff !important;
}

.gdlr-core-flexslider .flex-control-nav li a {
  border-color: #fff !important;
}

#search-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  z-index: 10000;
}

.gdlr-core-toggle-box-item-title {
  text-transform: none !important;
}

.liga-tabelle {
  display: none;
  font-family: "Outfit", sans-serif !important;
  font-size: 1.05rem;
  color: #000;
}

.liga-tabelle-spieltag {
  background-color: #f59c00;
  padding: 25px;
}

.liga-tabelle-spieltag h4 {
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: -5px !important;
  font-size: 1.25rem !important;
}

.paging {
    margin-top: 20px !important;
    display: flex;
    font-size: 0.75rem;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.paging a {
    cursor: pointer;
}

.paging_prev {
  background-color: #262626;
  color: #fff !important;
  padding: 15px;
  text-align: center;
}

.paging_next {
  background-color: #262626;
  color: #fff !important;
  padding: 15px;
  text-align: center;
}

.paging_prev.disabled,
.paging_next.disabled {
    background-color: #26262650;
}

.paging_page {
  background-color: #262626;
  color: #fff !important;
  padding: 15px;
}

.paging_page_current {
  color: #000;
  background-color: #f59c00 !important;
  padding: 15px;
}

.gdlr-core-item-list.gdlr-core-blog-widget {
  background-color: white;
  padding: 15px;
}

.startseite-premium-wrapper.startseite-premium-wrapper {
  /*     position:relative;
    top: 20%; */
}

.gdlr-core-blog-thumbnail.gdlr-core-media-image {
  text-align: center;
  background-color: white;
}

.partner-slider-wrapper .startseite-o-wrapper .partner-slider-button i,
.partner-slider-wrapper .startseite-m-wrapper .partner-slider-button i {
  font-size: 1.5rem !important;
}

.gdlr-core-toggle-box-item-tab:first-of-type {
  margin-top: -30px;
}

.gdlr-core-toggle-box-item-tab.clearfix {
  background-color: #f3f3f3 !important;
}

.gdlr-core-toggle-box-item-tab.clearfix:nth-child(2n) {
  background-color: #c4c4c4 !important;
}

.gdlr-core-toggle-box-item-content {
  color: #000;
}

.gdlr-core-toggle-box-item-title:hover {
  color: #f59c00 !important;
}

.gdlr-core-toggle-box-item-title {
  margin-top: 30px !important;
}

.gdlr-core-toggle-box-item-icon {
  background-color: transparent !important;
  border-color: transparent !important;
  margin-top: 30px !important;
}

.gdlr-core-blog-title a:hover {
  color: #f59c00 !important;
}

.bigslam-header-background {
  border-bottom: 3px solid #f59c00 !important;
}

.newsletter-footer {
  background-color: #f59c00;
  padding: 25px;
}

.newsletter-header {
  color: #fff;
  font-size: 1.25rem;
}

@media (max-width: 800px) {
  .newsletter-header {
    color: #fff;
    font-size: 1rem;
  }

  .newsletter-submit input {
    padding: 0px 10px;
    font-size: 0.5rem;
  }
}

.mc4wp-form-fields {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-gap: 10px;
  padding: 20px;
}

#bigslam-top-search i:hover {
  font-size: 1.25rem;
  color: #f59c00;
}

#hallenmagazin {
  position: fixed;
  z-index: 9999;
  top: 70%;
  right: -70px;
  background-color: #f59c00;
  padding: 20px;
  color: white;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transition: 0.3s;
  border: 2px solid #005ca9;
  height: 90px;
}

#hallenmagazin a {
  color: white;
}

#hallenmagazin:hover {
  background: #005ca9;
  right: -55px;
  transition: 0.3s;
  border: 2px solid #f59c00;
}

#hallenmagazin:hover a {
  color: #f59c00;
}

.player-sponsor {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 100px;
  line-height: 1em;
}

.player-sponsor img {
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

.gdlr-core-flexslider-nav {
  position: relative !important;
  left: -6%;
}

.flex-nav-next {
  position: relative;
  right: -103%;
}

.flex-direction-nav {
  position: relative;
  top: 360px;
}

.gdlr-core-blog-thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 10%;
}

.item-popup-wrapper {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  height: 100vh;
  z-index: 10001;
  overflow: auto;
}

.item-popup {
  background-color: #fff;
  border: 5px solid;
  padding: 50px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 200px;
}

.item-popup-grid {
  margin-top: -50px;
  display: grid;
  grid-template-columns: 30% 70%;
}

.item-popup-content {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}

@media (max-width: 800px) {
  .item-popup-grid {
    display: block;
  }

  .item-popup-content {
    margin-left: 0px;
  }

  .item-popup {
    margin: 0px;
    margin-top: 200px;
  }
}

.item-popup-close {
  display: inline-block;
  font-size: 2.5rem;
  color: #000;
  position: relative;
  top: -50px;
  left: 100%;
  margin-bottom: -100px;
  cursor: pointer;
}

.item-popup-close:hover {
  color: #f59c00;
}

.sp-header {
  z-index: 100 !important;
}

.tickets {
  font-family: "Outfit", sans-serif;
}

.tickets-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.tickets-grid div {
  background-color: #f3f3f3;
  padding: 20px;
  color: #000;
  border-bottom: 2px solid #fff;
}

.tickets-first {
  padding: 20px;
  color: #fff !important;
  background-color: #262626 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
}

.table-grid-5 {
  display: grid;
  grid-template-columns: 20% 30% 20% 20% 10%;
}

@media (max-width: 600px) {
  .liste-number {
    padding-left: 0px !important;
  }
}

.gdlr-core-blog-info-author {
  display: none !important;
}

#comments {
  display: none;
}

#slider-overlay {
  margin-top: -290px !important;
  color: #fff;
}

.slider-overlay-head {
  max-width: 100%;
  font-size: 1.5rem !important;
  font-weight: bold;
  margin-bottom: -10px !important;
}

.slider-overlay-text {
  font-size: 2rem !important;
}

.slider-overlay-text span {
	margin-right: 3em;
}

.slider-overlay-head,
.slider-overlay-text {
  background-color: rgba(0, 92, 169, 0.9);
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.tp-bullets {
  display: none !important;
}

.tickets-box {
  padding: 25px !important;
  background-image: url("https://rsvlahndill.de/wp-content/uploads/2023/11/ticketbox-112023.jpg");
  background-size: cover;
  min-height: 285px;
  max-width: 79%;
  margin: 0 auto;
}

.tickets-box h3 a {
  color: #fff !important;
}

.senioren-banner {
  width: 100%;
  margin-top: 25px;
}

@media (max-width: 800px) {
  #slider-overlay {
    margin-top: -180px;
    color: #fff;
  }

  .slider-overlay-head {
    max-width: 100%;
    font-size: 1rem !important;
  }

  .slider-overlay-text {
    font-size: 1rem !important;
  }
  
  .slider-overlay-text span {
    display: block;
      margin-right: 0;
  }
}

.premium-partner-image-wrapper {
  margin-top: -130px;
}

.bigslam-sp-team-name {
  font-size: 1.5rem !important;
}

@media (max-width: 767px) {
  .tickets-box {
    margin-top: 0px !important;
    min-height: 200px !important;
    width: 100%;
  }
}

@media (max-width: 750px) {
  .liga-tabelle-grid-head {
    font-size: 0.5rem;
  }

  .mc4wp-form-fields {
    display: block;
  }

  .newsletter-submit {
    height: 50px;
    margin-top: 15px;
  }

  .newsletter-header {
    margin-bottom: 15px;
  }

  .senioren-banner {
    margin-left: 0px;
    width: 100%;
  }
}

.item-popup-c {
  color: #696969;
}

.pp-banner {
  display: inline;
}

/*Tabellen*/

.rsv-table {
}

.rsv-table-headline {
  background-color: #f59c00;
  padding: 25px;
}

.rsv-table-headline-inactive {
  background-color: #005ca9;
  padding: 25px;
}

.rsv-table-headline h4,
.rsv-table-headline-inactive h4 {
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: -5px !important;
  font-size: 1.25rem !important;
}

.rsv-table-head {
  background-color: #706f6f !important;
  font-family: "Outfit";
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 20px;
  font-size: 100%;
}

.rsv-table-body {
  background-color: #f3f3f3;
}

.rsv-row {
  border-bottom: 2px solid #fff !important;
  padding: 20px;
  background-color: #f3f3f3;
  color: #000;
}

.rsv-grid {
  display: grid;
  grid-gap: 10px;
}

.rsv-grid-no-gap {
  display: grid;
  grid-gap: 0px;
}

.rsv-grid-spieler {
  grid-template-columns: 5% 25% 10% 15% 15% 10% 20%;
  cursor: pointer;
}

.rsv-upp {
  text-transform: uppercase;
}

.rsv-spieler-sponsor {
  height: 50px !important;
}

.rsv-grid-matches-small {
  grid-template-columns: 45% 10% 45%;
  font-size: 1.1rem;
}

.rsv-grid-matches-small div {
  text-align: center;
}

.rsv-match-desc {
  text-align: center;
  margin-top: 15px;
  font-size: 1rem;
}

.rsv-match-link {
  text-align: center;
  margin-top: 15px;
}

.rsv-match-link a:hover {
  color: #f59c00 !important;
}

.rsv-grid-headline-switch {
  grid-template-columns: 50% 50%;
}

.no-underline {
  border: none !important;
}

.player-sponsor img {
  height: auto !important;
  width: 100px !important;
}

/* .partner-slider-wrapper{
  margin-left: -20px !important;
} */

/* .partner-slider-button-next{
  margin-left: -20px !important;
} */

.promo-wrapper {
  max-height: 250px;
}

.claim {
  min-width: 550px;
  margin-left: -300px;
}

@media (max-width: 767px) {
  .rsv-table-head,
  .rsv-row {
    font-size: 0.7rem;
  }

  .rsv-spieler-sponsor {
    height: 25px;
  }

  .rsv-table-head,
  .rsv-row {
    padding: 10px;
  }

  .rsv-grid-spieler {
    grid-template-columns: 10% 45% 45%;
  }

  .rsv-grid-hide-on-mobile {
    display: none;
  }

  .rsv-match-desc {
    font-size: 0.75rem;
  }

  .rsv-grid-matches-small {
    grid-template-columns: 40% 20% 40%;
    font-size: 0.75rem;
  }

  .switch-next-matches h4,
  .switch-last-matches h4 {
    font-size: 0.8rem !important;
  }

  .liga-tabelle-row,
  .liga-tabelle-grid-head {
    display: grid;
    grid-template-columns: 15% 40% 10% 10% 25%;
    grid-gap: 0px;
  }

  .liste-number,
  .rang,
  .liga-tabelle-grid-head div:first-child {
    padding-left: 10px !important;
  }

  .paging {
    margin-top: 20px !important;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    font-size: 0.75rem;
  }

  .claim {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
  }

  .partner-slider-button-next{
    margin-left: 0px !important;
  }
}
.ticket-master-img {
    position: relative;
    top: -160px;
    left: 85%;
    height: 170px !important;
}

.rsv-button-blue{
  background-color: #005ca9 !important;
  background: #005ca9 !important;
}

.switch-last-matches{
  cursor: pointer;
}

.switch-next-matches{
  cursor: pointer;
}

.matches-small-result {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 5px;
}

.rsv-match-ticketmaster {
  text-align: center;
  margin-top: 20px;
}

.gdlr-core-product-grid.gdlr-core-product-grid-content-wrap.onsale,
.onsale {
  border-radius: 0 !important;
  min-width: 110px !important;
  padding: 10px !important;
  margin: 0 !important;
  display: inline !important;
}

.gdlr-core-product-grid {
  border: 2px solid #3a3a3a !important;
  padding: 10px !important;
}

.gdlr-core-product-grid-content {
  min-width: 100% !important;
}

.gdlr-core-product-grid .gdlr-core-product-title {
    min-height: 44px;
}

.gdlr-core-pagination.gdlr-core-style-round.gdlr-core-right-align.gdlr-core-item-pdlr {
  text-align: center !important;
}

.bigslam-woocommerce-social-share {
  display:none;
}

.woocommerce.single-product .related.products {
    clear: both;
}

.woocommerce-perpage {
    float: left;
    padding-left: 20px;
    margin-top: -3px;
}

.woocommerce-perpage select {
    padding: 5px;
}

.woocommerce .woocommerce-ordering {
    margin-top: -3px;
}

.woocommerce .woocommerce-ordering select {
    padding: 5px;
}

.woocommerce .product .shop_image {
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease-in-out 500ms;
    position: relative;
}

.woocommerce .product .shop_image:hover {
    transform: scale(1.1);
}

.woocommerce .product .shop_image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 1em 0;
}

.woocommerce ul.products li.product .price {
    margin-top: 0.5em;
    font-size: 1em;
    display: inline-block;
}

.product p.wc-gzd-additional-info {
    margin-top: 0;
}

.woocommerce ul.products li.product .onsale {
    bottom: 0;
    right: 0;
    left: auto;
    top: 7px;
    height: 70px !important;
    min-height: auto !important;
    width: 70px !important;
    min-width: auto !important;
    border-radius: 100% !important;
    background-color: #005ca9;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
}

@media (max-width: 900px) {
    .woocommerce ul.products li.product .onsale {
        height: 50px !important;
        width: 50px !important;
    }
}

@media (max-width: 400px) {
    .woocommerce ul.products li.product .onsale {
        height: 35px !important;
        width: 35px !important;
    }
}

html .woocommerce span.onsale {
    line-height: 29px;
}

.single-product.woocommerce div.product form.cart.variations_form {
    width: auto;
}

.woocommerce div.product form.cart .variations select {
    float: none;
}

.woocommerce div.product form.cart a.reset_variations {
    display: inline-block;
    margin-left: 2.2em;
}

span.availability-badge {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
}

span.availability-badge.in-stock {
    background-color: #228b22;
}
span.availability-badge.out-of-stock {
    background-color: #b22222;
}

span.woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins
{
    float: left;
    margin-right: 5px;
}

.woocommerce ul.products li.product a.button.product_type_variable,
.woocommerce ul.products li.product a.button.product_type_simple{
    padding: 10px;
    float: right;
    margin-top: 10px;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    width: 100%;
    text-align: right;
}

.woocommerce ul.products li.product a.button.product_type_variable i.fa,
.woocommerce ul.products li.product a.button.product_type_simple i.fa{
    font-size: 25px;
}

.woocommerce ul.products li.product a.product_link {
    color: #ffffff;
    background-color: #f59c00;
    padding: 10px;
    float: left;
    margin-top: 10px;
}

.woocommerce ul.products li.product a.product_link:hover {
    color: #ffffff;
}

.gdlr-core-product-thumbnail-info a.product_link {
    display: none;
}

.woocommerce table.shop_table.wishlist_table {
    border-collapse: collapse;
    font-size: 100%;
}

.woocommerce table.shop_table.wishlist_table tr:nth-child(odd),
.woocommerce table.shop_table.wishlist_table tr:nth-child(even) {
    background-color: #ffffff;
}

.woocommerce table.shop_table.wishlist_table tr td {
    text-align: left;
}

.woocommerce table.shop_table.wishlist_table .product-add-to-cart a.button {
    border-collapse: separate;
    padding: 15px 25px;
}

/*size swatches*/
#ivpa-content .ivpa_attribute[data-attribute="pa_groesse"].ivpa_html .ivpa_term.ivpa_active div,
#ivpa-content .ivpa_attribute[data-attribute="pa_hosengroesse"].ivpa_html .ivpa_term.ivpa_active div {
    border: 1px solid #005ca9;
    color: #005ca9;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    float: left;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
}

#ivpa-content .ivpa_attribute[data-attribute="groesse"].ivpa_text.ivpa_border .ivpa_term.ivpa_active,
#ivpa-content .ivpa_attribute[data-attribute="hosengroesse"].ivpa_text.ivpa_border .ivpa_term.ivpa_active {
    border: 1px solid #005ca9 !important;
    color: #005ca9 !important;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    padding: 0;
}

#ivpa-content .ivpa_attribute[data-attribute="groesse"].ivpa_text.ivpa_border .ivpa_term.ivpa_active.ivpa_clicked,
#ivpa-content .ivpa_attribute[data-attribute="hosengroesse"].ivpa_text.ivpa_border .ivpa_term.ivpa_active.ivpa_clicked {
    color: #ffffff !important;
    background-color: #005ca9 !important;
}

#ivpa-content .ivpa_attribute[data-attribute="pa_groesse"].ivpa_html .ivpa_term.ivpa_active.ivpa_clicked div,
#ivpa-content .ivpa_attribute[data-attribute="pa_hosengroesse"].ivpa_html .ivpa_term.ivpa_active.ivpa_clicked div {
    color: #ffffff;
    background-color: #005ca9;
}

#ivpa-content .ivpa_attribute[data-attribute="groesse"].ivpa_text.ivpa_border .ivpa_term.ivpa_outofstock,
#ivpa-content .ivpa_attribute[data-attribute="hosengroesse"].ivpa_text.ivpa_border .ivpa_term.ivpa_outofstock {
    border: 1px solid #f3f3f3 !important;
    background-color: #f3f3f3 !important;
    color: #d3d3d3 !important;
}

#ivpa-content .ivpa_attribute.ivpa_text.ivpa_border .ivpa_term.ivpa_active.ivpa_outofstock:after {
    display: none;
}

#ivpa-content .ivpa_attribute[data-attribute="pa_groesse"].ivpa_html .ivpa_term.ivpa_outofstock div,
#ivpa-content .ivpa_attribute[data-attribute="pa_hosengroesse"].ivpa_html .ivpa_term.ivpa_outofstock div {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #d3d3d3;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
    clear: both;
    padding-top: 15px;
    text-align: center;
}

form.woocommerce-checkout #order_review_heading {
    margin-top: 20px;
}

dl.variation dt {
    margin-top: 0;
}

.bigslam-body .bigslam-top-bar a {
    color: #0a0304 !important;
}

.bigslam-body .bigslam-top-bar .top-bar-shop {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
}

.bigslam-body .bigslam-top-bar .top-bar-shop i {
    margin-right: 5px;
}

.top-bar-shop {
  background-color: #c6c6c6;
  margin: -5pt;
  padding: 4pt 12pt;
  color: #005ca9 !important;
}

.top-bar-fanshop {
  background-image: url(https://rsvlahndill.de/wp-content/uploads/2024/08/button-fanshop.png);
  margin: -5pt;
  padding: 4pt 12pt;
  display: inline-block;
  width: 200px;
  height: 50px;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.top-bar-ticketshop {
  background-image: url(https://rsvlahndill.de/wp-content/uploads/2024/08/button-tickets.png);
  margin: -5pt;
  padding: 4pt 12pt;
  display: inline-block;
  width: 200px;
  height: 50px;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1400px) {
  .top-bar-fanshop {
    background-image: url(https://rsvlahndill.de/wp-content/uploads/2024/08/button-fanshop.png);
    margin: -5pt -5pt -10pt -5pt;
    padding: 4pt 12pt;
    display: inline-block;
    width: 100px;
    height: 50px;
  
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .top-bar-ticketshop {
    background-image: url(https://rsvlahndill.de/wp-content/uploads/2024/08/button-tickets.png);
    margin: -5pt -5pt -10pt 10pt;
    padding: 4pt 12pt;
    display: inline-block;
    width: 100px;
    height: 50px;
  
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.bigslam-body .shop-menu-bar {
    background-color: #f59c00;
    height: 60px;
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bigslam-body .shop-menu-bar div.product-cat {
    padding: 0 10px;
}

.bigslam-body .shop-menu-bar div.product-cat a {
    color: #ffffff;
}

.bigslam-body .shop-menu-bar .aws-container {
    min-width: 100px;
    position: relative;
}

.bigslam-body .shop-menu-bar .aws-container .aws-search-form {
    position: absolute;
    top: 30px;
    width: 300px;
}

.bigslam-body .shop-menu-bar .aws-container .aws-search-form .aws-wrapper {
    display: none;
}

.bigslam-body .shop-menu-bar div.shop-search, .bigslam-body .shop-menu-bar div.my-account {
    color: #ffffff;
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.bigslam-body .aws-search-result {
    min-width: 300px;
    top: 246px !important;
}

.bigslam-body .shop-menu-bar .bigslam-main-menu-cart {
    padding-left: 0;
    margin-top: 3px;
}

.bigslam-body .shop-menu-bar .bigslam-main-menu-cart i {
    margin-top: 0;
    font-size: 20px;
}

.bigslam-body .shop-menu-bar .bigslam-main-menu-cart > .bigslam-top-cart-count {
    background-color: #005ca9;
    color: #ffffff;
    top: -5px;
    right: -10px;
}

.woocommerce-variation-add-to-cart-disabled {
  display: inline-block !important;
}

.shop-menu-bar-categories {
  display: flex;
  flex-wrap: wrap;
}

.flexbox-dynamic-spacer {
  flex-grow: 1;
}

.categories-menu-label {
  font-weight: bold;
}

.categories-hover-menu {
  position: absolute;
  visibility: hidden;
  z-index: 99;
  padding-top: 60px;
  margin-top: -40px;
  transition: opacity 400ms, transform 400ms;
  transform: translate3d(0, 15px, 0);
  opacity: 0;
}

.categories-hover-menu-bg {
  display: flex;
  padding: 20pt;
  flex-direction: column;
  background-color: black;
}

.product-cat-hover {
  padding: 10px;
  font-weight: bold;
}

.product-cat-hover.sub-cat {
    margin-left: 15px;
}

.categories-menu-label:hover + .categories-hover-menu, .categories-hover-menu:hover {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 900px) {
  .woocommerce-result-count {
    float: none !important;
  }
  .woocommerce-perpage {
    float: none !important;
    margin-top: 5px !important;
    padding-left: 0px !important;
  }
  .woocommerce-ordering {
    float: none !important;
    margin-top: 5px !important;
  }
}

.bigslam-top-bar-left {
  float: left !important;
}

.bigslam-top-bar-right {
  float: right !important;
}

li.product {
  border: 2px solid #e1e2e3;
  padding: 0px 8px 11px 8px !important;
}

.onsale-label-wrapper {
  font-size: 50px;
}

@media (max-width: 900px) {
  .onsale-label-wrapper {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .onsale-label-wrapper {
    font-size: 20px;
  }
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  line-height: 1 !important;
}

.my-account-dropdown-wrapper {
  position: absolute;
  padding-top: 60px;
  margin-top: -40px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  right: 0;
  width: 260px;
  transition: opacity 400ms, transform 400ms;
  transform: translate3d(0, 15px, 0);
}

.my-account {
  position: relative;
}

.my-account-dropdown {
  background-color: black;
  padding: 20px 10px 10px 20px;
  display: flex;
  flex-direction: column;
}

.my-account-dropdown-entry {
  color: white;
  font-weight: bold;
  margin: 0px 10px 10px 0px;
  font-size: 16px;
}

div.my-account:hover .my-account-dropdown-wrapper, .my-account-dropdown-wrapper:hover {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.woocommerce-message > a {
  font-size: 15px !important;
}

.gdlr-core-product-price.gdlr-core-title-font > p {
  display: none;
}

.product-cat .product-sub-cat {
  display: none;
  z-index: 9999;
}

.product-cat:hover .product-sub-cat,
.product-sub-cat:hover {
  display: block;
}


.product-sub-cat {
  position: absolute;
  background-color: #f59c00;
  min-width: 100px;
  padding: 10px;
}

.product-sub-cat>div {
  padding-top: 5px;
}

.product-sub-cat>div>a {
  color: white !important;
}

#platin-partner-headline h3 {
  border-color: #005ca9 !important;
}
@media (max-width: 1400px) {
  .shop-menu-bar-categories {
    display: none;
  }

  .categories-menu {
    margin-left: 200px;
  }

  .aws-container {
    min-width: auto !important;
  }
}

@media (max-width: 1100px) {
  .partner-text-grid,
  .partner-image-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
  }

  .liga-tabelle-grid-head {
    font-size: 0.75rem;
  }

  .bigslam-sidebar-right {
    min-width: 100% !important;
  }

  .bigslam-sidebar-center {
    min-width: 100% !important;
  }

  #hallenmagazin {
    display: none;
  }

  .sbox {
    margin-top: 20px !important;
  }

  .partner-image-grid-6 {
    grid-template-columns: 33% 33% 33%;
  }

  .claim {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
  }

  .woocommerce-widget-layered-nav-list {
    margin: 0px 0px 20px 0px !important;
  }

  .bigslam-sidebar-left {
    display: none;
  }

  .bigslam-sidebar-center {
    width: 100% !important;
  }

  .bigslam-mobile-header-wrap {
    display: block;
  }

  .bigslam-header-wrap.bigslam-header-style-plain, .bigslam-header-wrap.bigslam-header-style-bar, .bigslam-navigation-bar-wrap, .bigslam-header-background-transparent, .bigslam-header-boxed-wrap, .bigslam-header-side-nav, .bigslam-header-transparent-substitute, .bigslam-sticky-navigation {
    display: none !important;
  }

  .categories-menu {
     margin-left: 0px;
   }
}

@media (min-width: 1400px) {
  .categories-menu {
    display: none;
  }

  .small-layout-category-bar-spacer {
    display: none;
  }
}


@media (min-width: 1100px) {
  .bigslam-column-20 {
    width: 20% !important;
  }
}

.crefopay-logo {
    float: left;
}

.crefopay-logo > div {
    background-image: url(images/crefopay-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    padding-top: 240px;
    max-width: 47vw;
}

@media (max-width: 768px){
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        display: flex;
        flex-direction: column-reverse;
    }

    .crefopay-logo > div {
        max-width: 100vw;
    }

  td.product-price,
  td.product-subtotal,
  tr.order-total{
    margin-bottom: 20px !important;
  }

  tr.order-tax{
    padding-bottom: 20px !important;
  }

  .coupon .button {
    padding: 15px !important;
  }

  tr.cart-subtotal td {
    margin-bottom: 20px !important;
  }
}

span.woocommerce-Price-amount {
  margin-left: 10px !important;
}

div.v-i-select-box {
  border: 2px solid;
  text-align: center;
  min-width: 31%;
  float: left;
  padding: 2%;
  margin: 0% 2% 2% 0;
}

div.v-i-input {
  clear: both;
  min-width: 100%;
}

div.v-i-input input {
  padding: 2%;
  border: 1px solid;
}

.v-i-input-nr {
  width: 25%;
}
.v-i-input-name {
  width: 75%;
}

fieldset.v-i-fieldset div {
  padding: 5px;
  border: 1px solid;
  margin: 5px 0px;
}
fieldset.v-i-fieldset div>input {
  margin: 5px;
}

.v-i-input,
.v-i-fieldset {
  display: none;
}

.v-i-selected {
  background: #706f6f;
  color: white;
}

.embed-container {
  --video--width: 1296;
  --video--height: 540;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.woocommerce-loop-product__title {
  font-family: "Outfit" !important;
}

.slider-overlay-head a {
  color: #ffffff !important;
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title {
  font-size: 16px !important;
}


.bigslam-navigation .sf-menu>li>a {
  font-family: "Outfit" !important;
}

.header-button-tickets,
.header-button-fanshop {
    position: absolute !important;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}

.header-button-tickets {
    right: 170px;
}

.header-button-tickets a,
.header-button-fanshop a {
    background: #f0f0f0 !important;
    color: #333 !important;
    padding: 12px 24px !important;
    border: 1px solid #ddd !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: block !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.header-button-tickets a:hover,
.header-button-fanshop a:hover {
    background: #e0e0e0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

.gdlr-core-navigation {
    position: relative;
}

@media (max-width: 768px) {
    .header-button-tickets,
    .header-button-fanshop {
        display: none !important;
    }
}

.next-game-countdown .team-logo img {
  transform: scale(3);
}

.next-game-countdown .team-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 20px;
	margin: 40px 40px;
}

.next-game-countdown a{
	color: #fff !important;
}

.next-game-countdown .sp-template-event-blocks .sp-row.sp-post {
  position: relative;
  cursor: pointer;
}

.next-game-countdown .sp-template-event-blocks .sp-row.sp-post > td {
  position: relative;
}

.next-game-countdown .sp-template-event-blocks .sp-row.sp-post .sp-event-results a::after,
.next-game-countdown .sp-template-event-blocks .sp-row.sp-post .sp-event-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}

.next-game-countdown .sp-template-event-blocks .sp-row.sp-post.alternate .sp-event-results a::after,
.next-game-countdown .sp-template-event-blocks .sp-row.sp-post.alternate .sp-event-title a::after { 
	inset: 0; 
}

.bottom-social-media i.fa.fa-twitter:before {
    content: "𝕏";
    font-family: Arial, sans-serif;
    font-size: 1em;
}

.sp-event-blocks .sp-row.sp-post.alternate > td,
.sp-template-event-blocks .sp-row.sp-post.alternate > td {
  background-color: #f59c00 !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.25) !important;
}

.sp-event-blocks .sp-row.sp-post.alternate *,
.sp-template-event-blocks .sp-row.sp-post.alternate * {
  color: #fff !important;
}