/*
.container-header .grid-child {

  max-width: 100%;
  padding:  0;
  margin-left: auto;
  margin-right: auto;
}
*/
@supports (display: grid) {
  @media (width >= 992px) {
    .site-grid {
      grid-template-areas: ".banner banner banner." ".top-a top-a top-a." ".top-b top-b top-b." ".side-l comp side-r." ".bot-a bot-a bot-a." ".bot-b bot-b bot-b.";
    }
  }
  .site-grid {
    grid-gap: 0 1em;
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(3, minmax(0, 26.875rem)) [main-end] minmax(0, 1fr) [full-end];
  }
}
.container-header .mod-menu {
  flex-direction: row;
  justify-content: right;
  flex-wrap: wrap;
}

.container-header .mod-menu > li + li {
  margin-left: 1.55em;
}

.container-header .navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}

@media (width >= 992px) {
  .container-topbar .mod-menu {
    justify-content: right;
  }
}
.container-header .container-nav {
  max-width: 100%;
  padding-bottom: 0.5em;
}

.container-banner {
  margin-bottom: 0em;
}

.container-header .container-nav .mod-menu,
.container-header .container-nav nav {
  max-width: 1320px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  justify-content: left;
}

.navbar-toggler {
  font-size: 1.5rem;
}

.container-topbar {
  padding: 0.2em 1.2em;
}

.com-content-article, .fc_page {
  padding: 2em;
}

.card-header {
  border-bottom: none;
}

.footer .grid-child {
  padding: 0.5em;
}
.footer .mod-menu {
  flex-direction: row;
  text-align: left;
  margin: 0 auto;
}
.footer .mod-menu li {
  padding: 0.25em 0.5em;
}

/* FSV Daten */
.fsv_team {
  width: 100%;
  text-align: center;
}

.fsv_person {
  width: 33%;
  width: 165px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}

.fsv_person-name {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.fsv_person-art {
  padding-top: 5px;
}

/* Sponsoren */
.fsv_sponsor {
  width: 270px;
  margin: 10px;
  display: inline-block;
  text-align: center;
}

.fsv_sponsoren {
  text-align: center;
}

.fsv_sponsor img {
  max-height: 120px;
}

.fsv_team_sponsor {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fsv_team_wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

.social-links {
  background-image: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 200;
  padding: 14px 24px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000080;
  border: solid 1px #000080;
  -webkit-transition: all 0.5s;
  /* transition:all .5s; */
  border-radius: 5px;
  margin: 10px;
  text-decoration: none;
}

.social-links:hover {
  background: #007BA8;
  border: solid 1px #007BA8;
  color: #fff;
  text-decoration: none;
}

.social-links-wrapper {
  text-align: center;
}

.social {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 1em;
  text-decoration: none;
}

.fsv_saison {
  width: 270px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
