/*FVL-Rot: #E50716*/

html {
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #FFF;
  padding: 0;
}

.container,
.container-fluid {
  background-color: #fff;
}

.page-link {
  color: #fff;
  background-color: #E50716;
  border: 1px solid #fff;
}

.page-item.active .page-link {
  z-index: 1;
  color: #E50716;
  background-color: #fff;
  border-color: #E50716;
}

.footer {
  border-top: 5px solid #E50716;
}

.table td,
.table th {
  padding: .5rem;
}

.fvl {
  background-color: #E50716;
  color: #fff;
}

@media (min-width: 768px) {
  .fvl-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    z-index: 1000;
    height: calc(100vh - 4rem);
  }
}

@media (min-width: 768px) {
  .fvl-sidebar {
    border-right: 1px solid rgba(0, 0, 0, .1);
  }
}

.fvl-sidebar .navbar {
  padding: 1rem 0;
}

.bg-fvl {
  background-color: #E50716;
  color: #fff;
}

.bg-fvl-white {
  background: #fff;
  color: #E50716;
}

.navbar-fvl {
  background-color: #E50716;
}

.nav-link {
  color: #000;
  font-size: 15px;
}

.fvl-sidebar .nav-link {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fvl-sidebar .nav-link:hover {
  color: #E50716;
}

.active {
  font-weight: bold;
  color: #E50716;
}

.fvl-sidebar ul li ul {
  padding-left: 0.75rem;
  font-size: 13px;
}

.btn-fvl {
  color: #fff;
  background-color: #E50716;
  border-color: #E50716;
}

.dotted {
  border-top: 1px dotted #000;
}

.page-link:focus,
.page-link:hover {
  color: #E50716;
  text-decoration: underline;
  background-color: #fff;
  border: 1px solid #E50716;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}


.font-weight-medium {
  font-weight: 500;
}

/*Cards*/
.card {
  border: 1px solid #E4E4E4;
  box-shadow: 0 0 5px #CCC;
  background: none;
}

.card-block {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 1);
}

.card-header {
  padding: .5rem 0.75rem;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 1);
  border-bottom: 2px solid #E50716;
  color: #E50716;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}

.card-body {
  padding: .75rem;
}

.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* Flexslider */

.flexslider {
  margin: 0;
  border: 0;
}

.flexslider .slides li {
  position: relative;
}

.flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
}

.flex-caption {
  width: 100%;
  padding: 0 2% 0 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.flex-title {
  color: #E50716;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 1rem;
  max-width: 100%;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 1.75rem;
}

.flexslider-subtitle {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.25rem 1rem;
  width: 80%;
  height: 30px;
}

.flexslider-lg-subtitle {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.25rem 1rem;
  width: 80%;
  height: 50px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.text-truncate-2-lines {
  white-space: normal;
  -webkit-line-clamp: 2;
}

.footer {
  background: #E50716;
  padding: 10px;
  color: #fff;
  margin: 5px 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff0000;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #E50716;
  border-bottom: 3px solid #E50716;
  padding-bottom: 0;
}

.bg-img-default {
  background-image: url(../Images/bg-img1.jpeg);
}

.bg-img-1 {
  background-image: url(../Images/bg-img1.jpeg);
}

.bg-img-2 {
  background-image: url(../Images/bg-img2.jpeg);
}

.bg-img-3 {
  background-image: url(../Images/bg-img3.jpeg);
}

.bg-img-1,
.bg-img-2,
.bg-img-3,
.bg-img {
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5);
}

div[class*="Herren"].bg-img-1 {
  background-image: url(../Images/bg-img-herren1.jpeg);
}

div[class*="Herren"].bg-img-2 {
  background-image: url(../Images/bg-img-herren2.jpeg);

}

div[class*="Herren"].bg-img-3 {
  background-image: url(../Images/bg-img-herren3.jpeg);
}


div[class*="Frauen"].bg-img-1 {
  background-image: url(../Images/bg-img-frauen1.jpeg);
}

div[class*="Frauen"].bg-img-2 {
  background-image: url(../Images/bg-img-frauen2.jpeg);
}

div[class*="Frauen"].bg-img-3 {
  background-image: url(../Images/bg-img-frauen3.jpeg);
}

div[class*="-Jun"].bg-img-1,
div[class*="-Mäd"].bg-img-1 {
  background-image: url(../Images/bg-img-junioren1.jpeg);
}

div[class*="-Jun"].bg-img-2,
div[class*="-Mäd"].bg-img-2 {
  background-image: url(../Images/bg-img-junioren2.jpeg);
}

div[class*="-Jun"].bg-img-3,
div[class*="-Mäd"].bg-img-3 {
  background-image: url(../Images/bg-img-junioren3.jpeg);
}

.instagram {
  width: 800px;
  height: 800px;
}

.facebook {
  width: 1150px;
  height: 800px;
}

.instastory {
  width: 540px;
  height: 960px;
}

.withoutdate .date {
  display: none;
}

.teamlogo img {
  filter: drop-shadow(0px 0px 100px #fff);
}

.website h1,
.facebook h1 {
  font-size: 3rem;
}

.website .result,
.facebook .result {
  font-size: 7rem;
}

.instagram .result {
  font-size: 5rem;
}

.withoutresult .result {
  display: none;
}

.teamname {
  padding: 0;
  margin: 0;
}

.instagram.matchTeaserSeveral .teamname,
.instagram.matchResultSeveral .teamname {
  font-size: 1.5rem;
}

.instagram.matchTeaserOne .teamname,
.instagram.matchResultOne .teamname {
  font-size: 1.75rem;
}

.website.matchTeaserOne .teamname,
.website.matchResultOne .teamname,
.facebook.matchTeaserOne .teamname,
.facebook.matchResultOne .teamname {
  font-size: 2rem;
}

.agegroup {
  display: inline;
  background: #E50716;
  padding: 10px;
}

.league {
  display: inline;
  background: #fff;
  padding: 10px;
  color: #E50716;
}

.groupDate {
  background-color: #E50716;
  padding: 5px;
}
