*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
body, html {
    margin:0;
    padding:0;
    font-family: 'Cairo';
}

html {
    scroll-behavior: smooth;
  }

/* Werbung benötigt das Flag damit Background nicht ersetzt wird */

body, #ip_content_wrapper { 
  background-color: #F3F4F5;
}

/* SAFARI Apple Fix */
html.dark body, html.dark #ip_content_wrapper {
    background-color: #18191a !important;
}

.backroundContainer {
  background-color: #f3f4f5 !important;
}

a,
a:hover,
a.visited {
  text-decoration: none;
  /*color:#000*/
  color: var(--bs-card-title-color);
}

.offcanvas-body a.nav-link {
  /* text-transform: uppercase; */
  font-weight: 500;
  color: #fff;
  font-size: 1.08rem;
}

.content--static a {
  text-decoration: none;
  color:#c80430
}

.zoomed {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.zoomed:hover {
  transform: scale(1.1);
}

/* ======= FONTS ===== */
/* cairo-regular - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(''),
       url('../fonts/cairo-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cairo-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cairo-500 - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(''),
       url('../fonts/cairo-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cairo-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cairo-700 - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(''),
       url('../fonts/cairo-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cairo-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cairo-800 - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local(''),
       url('../fonts/cairo-v20-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cairo-v20-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ======= FONTS .END ===== */

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #c80430;
}

.nav-link, .nav-link:hover, .nav-link:focus {
  --bs-nav-link-color: var(--bs-body-color) !important;
}


/* Überschrift der Section und Untersectionen */
.box-headline {
    color: #c80430;
    border-bottom: 1px solid #c80430;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.box-headline h2, .box-headline h1, .box-headline a, .box-headline h1 span, .box-headline h2 span, .box-head {
  /*color: #c80430;*/
  color: var(--bs-card-title-color);
}

.box-headline span {
    border-bottom: 2px solid #c80430;
    display: inline-block;
    height: inherit;
    padding-bottom: .3rem;
}


img.img-fluid.p-2.shadow-sm:hover {
    background: #d23647;

}

img.img-fluid.p-2.shadow-sm {
    background: #fff;
}

.container {
    max-width: 1200px;
}

.logo {
  width:64px;
}

.logobig {
  top:.4rem;
}

h1,
h2,
h3,
h4,
h5,
b,
#claim,
.spieler-number {
    font-family: 'Cairo';
    /*color: #0d4551;*/
    color: var(--bs-card-title-color);
}

/* .bg-secondary {
    background-color: #0d4551 !important;
} */

.bg-danger {
    background-color: rgb(200, 4, 48) !important;
}

.bg-table-head {
  --bs-table-bg: rgb(77 90 101);
  --bs-table-color-state: #fff;
 }

.bg-table-head2 {
  background-color: rgb(151 151 151) !important
}


.offcanvas-body li.nav-item {
    padding: 0.2em;
    border-bottom: 1px solid #686868;
}

.offcanvas-body li.nav-item:hover {
    background: #333;}

.twotextlines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-item-show10 {
    --swiffy-slider-item-count: 10;
}

#claim
{
	color:#4D5A65;
	font-family:"DEL2",sans-serif;
	font-weight:700;
	font-style:italic;
  font-size: 1.5rem;
}

#subclaim {
    color: #4D5A65;
    /* font-family: "DEL2", sans-serif; */
    font-weight: 600;
    font-size: .9rem;
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px;
  border-color: #ededed;
}

@media (max-width: 62rem) {
.slider-item-show10 {
    --swiffy-slider-item-count: 3;
}
#claim {
  font-size: 15px;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .slider-item-show6 {
    --swiffy-slider-item-count: 3;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .slider-item-show6 {
    --swiffy-slider-item-count: 3;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .slider-item-show6 {
    --swiffy-slider-item-count: 4;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .slider-item-show6 {
    --swiffy-slider-item-count: 6;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .slider-item-show6 {
    --swiffy-slider-item-count: 8;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1800px) {
  .slider-item-show6 {
    --swiffy-slider-item-count: 12;
  }
}

.redcolor
{
	color:#d2002d
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #888; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d2002d; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  /* TEAM SEITEN */
  .team_rvt {
    background-color: #08519d;
  }

  .mh105px {
    max-height: 103px;
  }

  .spieler-80 {
    height:80px;
  }

  /* ======= CLUB SLIDER STARTPAGE ===== */
  
  .clubslider div {
    background-color: #fff;
  }

  .clubslider div:hover {
    background: #c80430;
    color: #fff;
  }

  /* ======= TEAM SITE ===== */

  .bg-team, .bg-team-btt, .bg-team-kev  {
    background-color: #000; /* schwarz */
  }

  .bg-team-frb {
    background-color: #2965a6;
  }

  .bg-team-reg {
    background-color: #e30613;
  }

  .bg-team-eck
  {
    background-color: #1d3380;
  }

  .bg-team-esv, .bg-team-ecn
  {
    background-color: #e30613;
  }

  .bg-team-dre {
    background-color: #26ade7;
  }

  .bg-team-rvt {
    background-color: #1a3d83;
  }

  .bg-team-evl {
    background-color: #e41b12;
  }

  .bg-team-lfx, .bg-team-sel {
    background-color: #082355;
  }

  .bg-team-epc {
    background-color: #dd042b;
  }

  .bg-team-hnf {
  background-color: #004884;
}

 .bg-team-ebr {
    background-color: #8b0321;
  }

  /* Button für Teamstats */
  .mh-80 {
    min-height: 80px;
  }

  /* SPielplan Auswahl Hack */
  tfoot {
  display: table-header-group;
  }
  /* Suche nicht im Spielplan anzeigen */
  /* #tabelle_filter { display:none;} */

.news--content img {
  max-width:100%;
}

/* Statistikbereich */
nav.submenu {
	overflow-x:auto;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}


.starttable tr {
    line-height: 1.73rem;
    font-size: .95em;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/* .dataTables_wrapper {
  overflow-x: scroll;
} */

.dataTables_wrapper table {
  width: 100%;
}

/* #tabelle th:first-child,
#tabelle td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  border-right: 1px solid rgb(184 184 184 / 50%) !important;
} */

#tabelle td:first-child:not(.no-bg) {
background-color:#eeeeee !important;
}

#tabelle th:first-child {
  /* color: #fff; */
  background-color: #4d5a65;
}

.sorted-column {
  background: #00000008 !important;
}

.spieltagsrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.spieltagcolumn {
  flex-basis: 0;
  flex-grow: 1;
}

.new--content img:not(.teamlogo) {
  width: 100%;
}

.list-group-item-secondary {
  color: #fff;
  background-color: #4d5a65;
}

.list-group-item-secondary:hover {
  color: #fff;
  background-color: #272e33;
}

.timeline {
  width: calc(50% + 36px);
}

.timeline[data-is-home-team=false] {
  justify-content: flex-start;
}

.timeline[data-is-home-team=true] {
  justify-content: flex-end;
  text-align: right;
}

/* TimeLine Only */
.timelinerow[data-is-home-team=true] {
  display: flex;
  justify-content: flex-start;
}

.timelinerow[data-is-home-team=false] {
  display: flex;
  justify-content: flex-end;
}

.timelineclock {
  width:72px;
  text-align: center;
}

.timelineclock[data-is-home-team=true] {
  order: 9999;
}

.timelineclock[data-is-home-team=false] {
  order: -9999;
}
/* TimeLine Only - END */

.form-select {
	font-size: 0.875rem;
}
.select--label {
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

  .card-footer {
    border-top: 0px;
    background: #fff;
  }

  .card {
    border:0;
  }
  .offcanvas-body .nav-item .bi {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentcolor;
}

.erg {
  background: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: rgb(200, 4, 48) !important;
}

.vertical-center {
  vertical-align: middle !important;
}

/* thead>tr>th.sorting_desc, thead>tr>th.sorting_asc {
  background: rgb(33 37 41 / 50%);
} */

/* th:nth-child(2).sorted-column, td:nth-child(2).sorted-column {
  background: #eee !important;
} */

.form-select:focus {
  border-color: rgb(200 4 48);
  border-top-color: rgb(200, 4, 48);
  border-right-color: rgb(200, 4, 48);
  border-bottom-color: rgb(200, 4, 48);
  border-left-color: rgb(200, 4, 48);
  outline: 0;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 0.25rem rgb(200 4 48 / 22%);
}

.claimbox, .newsdetails {
  background: #fff;
}


html.dark #tabelle td:first-child:not(.no-bg), html.dark #tabelle-away td:first-child:not(.no-bg) {
  background: #333333 !important;
}

html.dark .newsdetails, html.dark .bg-white {
  background-color: #242526 !important;
}

html.dark .claimbox {
  /* background-color: #3a3a3a !important; */
  background-color: #242526 !important;
  /* border-bottom:  1px solid var(--bs-border-color-translucent); */
}

.headerlivegameslider {
    background-color: #f9fafa;
    height:84px;
}

html.dark .headerlivegameslider {
  background-color: #242526 !important;
  height:84px;
}

html.dark .bg-light
{
  background: #202225 !important;
}

html.dark .bg-dark {
  background-color: #444 !important;
}

.table thead th {
  background-color: #f8f9fa !important;
  color: #000 !important;
}

html.dark .table thead th {
  color: #eee !important;
  background-color: #202225 !important;
}


input[type="search"] {
  background: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 0.37rem .375rem 0.3rem 0.75rem;
}

input[type="search"]:focus {
  border-color: rgb(200 4 48);
  border-top-color: rgb(200, 4, 48);
  border-right-color: rgb(200, 4, 48);
  border-bottom-color: rgb(200, 4, 48);
  border-left-color: rgb(200, 4, 48);
  outline: 0;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 0.25rem rgb(200 4 48 / 22%);
}

/* LOGO FIX */
@media (min-width: 990px) and (max-width: 1196px) {
    .logobig {
        top: 2.6rem;
    }
}


  /* DARK MODE FIX */

    [data-bs-theme=dark] {

      body, #ip_content_wrapper, .backroundContainer {
        background-color: #18191a !important;
      }

    .sorted-column {
      background: #111 !important;
    }
    
    nav.submenu {
      border-top:  1px solid var(--bs-border-color-translucent);
      border-bottom:  1px solid var(--bs-border-color-translucent);
    }

    .newsdetails {
      border: 1px solid var(--bs-border-color-translucent);
    }

    .erg {
      background-color: #242526 !important;
    }
   
    .erg:hover {
      background: rgb(236 236 236 / 5%);
    }

    .clubslider div {
      background-color: unset;
      background-color: #212529;
    }

    .bg-dark {
      background-color: #444 !important;
    }

    #claim, #subclaim {
      color: unset;
    }

    .card, .card-footer, .newsdetails, .bg-white {
      background-color: #242526 !important;
      /*border:1px solid #3a3b3c;*/
      border:0px;
      /* var(--bs-body-bg) */
    }

    h4 {
      color:unset;
    }


    .table-bordered>:not(caption)>*>* {
      border-width: 0 1px;
      border-color: #000
  }

  #tabelle td:first-child:not(.no-bg), #tabelle-away td:first-child:not(.no-bg) {
    background-color: #333333 !important;
  }

  .bg-light {
    background: #202225 !important;
    /* background: #1c1c1c !important; */
  }

  .bg-table-head {
    --bs-table-bg:  #242526;
    --bs-table-color-state: #fff;
    border-bottom: 1px solid #a10024;
 
  }

  }
