/* BRIDGE VERBAND HANNOVER BRAUNSCHWEIG w BOOTSTRAP 5 CSS - 2026 */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  background-color: #0b2d1c;
  background-image: url("../images/seamless-pattern-cards-grey.png");
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #484848;
}
h1, h2, h3, h4, h5 {
  color: #295c3c;
  font-variant: normal;
  font-weight: 700;
}
h1 {
  font-family: "Noto Serif";
  font-optical-sizing: auto;
  margin: 0 0 8px 0;
  font-size: 1.5rem;
  line-height: 1.6rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
h2 {
  font-family: "Noto Serif";
  font-optical-sizing: auto;
  margin: 0 0 8px 0;
  font-size: 1.5rem;
  line-height: 1.6rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1rem;
}
h3 {
  font-family: "Noto Serif";
  font-optical-sizing: auto;
  margin: 0px;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 15px;
}
h4 {
  font-size: 16px;
  line-height: 24px;
}
h5 {
  margin: 0px;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 15px;
}
a {
  transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  text-decoration: none;
  font-weight: 400;
}
a:link, a:visited {
  color: #295c3c;
}
a:hover, a:active {
  text-decoration: underline;
}
strong, b, strong a {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  color: inherit;
  margin: 1rem 0;
}
[class*="span"] {
  min-height: 0px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
[href$=".pdf"]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1"/ "download PDF";
  padding-right: 4px;
}
.bg-primary {
  background-color: #295c3c !important;
}
/*MOBILE LOGO*/
.section-mobile-nav .container {
  background: #37765d;
  padding: 10px 20px;
}
.section-mobile-nav .mod-custom p {
  padding: 5px 0 0 0;
  margin: 0;
}
.navbar {
  padding: 0;
}
.navbar-toggler {
  font-size: 15px;
  color: var(--bs-navbar-color);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: 5px;
  transition: var(--bs-navbar-toggler-transition);
  background-color: #ffffff;
  line-height: 1;
  margin: 5px 0;
}
.navbar .logo-mobile img {
  max-height: 48px;
  padding-left: 5px;
  margin-bottom: 1rem;
}
/*LOGO*/
.moduletable.logo .custom {
  text-align: center;
  color: #fff;
  padding: 12% 10% 10% 13%;
  line-height: 18px;
}
.moduletable.logo .custom img {
  width: 95%;
  margin: auto;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.37);
  margin-bottom: 1rem;
}
.moduletable.logo .custom p {
  margin: 0;
  color: #a0d4ba;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;  
  font-family: "Noto Serif";
}
.moduletable.logo .custom p:first-child {
  margin: 0;
  padding: 0;
}
/*SLIDER*/
.section-logo-slider .container {
  padding: 0;
  background: #15452D;
  background: linear-gradient(180deg, rgba(21, 69, 45, 1) 0%, rgba(64, 119, 91, 1) 50%);
}
/*MAIN NAVIGATION*/
.main-navigation {
  background-color: #295c3c;
  font-weight: 500;
  padding: 15px 20px;
}
.main-navigation li {
  border-right: 1px solid #69a38e;
  display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation li a {
  color: #fff;
  padding: 0 6px;
}
/*NAVIGATION - MOBILE VIEW*/
#nav-mobile .mod-menu {
  flex-direction: column;
  justify-content: left;
}
#nav-mobile .mod-list li {
  padding: 5px;
}
#nav-mobile .main-navigation {
  padding: 0;
  background-color: inherit;
}
#nav-mobile .main-navigation li {
  border: none;
}
#nav-mobile .main-navigation li a {
  background-color: #295c3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  border: none;
  display: block;
}
/*BASIC CONTENT FORMATS*/
.section-main .container {
  background-color: #ffffff;
}
.section-main .main-content, .content-upper, .content-lower {
  margin: 40px 10px;
}
.section-main .main-content a {
  font-weight: 600;
}
.main-content hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  background: #ddd;
}
.item-image.float-start {
  padding: 0 2rem 2rem 0;
}
.items-leading {
  margin: 0 0 20px 0;
}
.main-content img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.item-image .caption {
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding: 8px 0;
}
.item-page .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.item-page .image figcaption {
  font-size: 0.95rem;
  padding: 8px 0;
}
.item, .blog-item {
  margin: 0 0 4rem 0;
}
.com-content-category-blog .item-content {
  display: contents;
}
.com-content-category-blog .page-header {
  order: -1;
}
.com-content-category-blog .page-header h1 {
  margin-bottom: 2rem;
}
.article-info {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.blog-item .page-header h2 {
  margin-bottom: 20px;
}
.frontpage-article .blog-item .page-header h2 {
  margin-bottom: 5px;
}
.standard-tabelle {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.standard-tabelle tr:nth-child(even) {
  background: #efefef;
}
.standard-tabelle td, .standard-tabelle th {
  padding: 5px;
  vertical-align: top;
}
.standard-tabelle th {
  background-color: #295c3c;
  color: #fff;
}
.standard-tabelle td:first-child, .mitgliedertabelle th:first-child {
  padding-left: 5px;
}
.unterricht-article .standard-tabelle td:first-child, .mitgliedertabelle th:first-child {
  padding-left: 5px;
  width: 100px;
}
/*SIDEBOXES*/
.sideboxes {
  margin: 40px 0 0 0;
}
.sideboxes .moduletable {
  font-variant: normal;
  margin: 20px 10px;
  font-weight: 400;
}
.sideboxes p {
  margin: 0;
}
.sideboxes .moduletable.google-calendar .list-group-item, .section-sideboxes-mobile .moduletable.google-calendar .list-group-item {
  border: none;
  padding: 20px 0;
  margin-bottom: 10px;
  font-size: 0.95rem !important;
}
.sideboxes .moduletable.google-calendar .list-group-item .ical-date, .section-sideboxes-mobile .moduletable.google-calendar .list-group-item .ical-date {
  background-color: #295c3c;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sideboxes .moduletable.google-calendar .dsc, .section-sideboxes-mobile .moduletable.google-calendar .dsc {
  margin: 0 0 10px 0;
  display: block;
}
/*SIDEBOXES MOBILE*/
.section-sideboxes-mobile .moduletable {
  font-variant: normal;
  font-weight: 400;
  margin: 10px 10px 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*SPECIAL CONTENT FORMATS*/
.system-message-container {
  margin-top: 10px;
}
.form-check-input:checked {
  background-color: #295c3c;
  border-color: #295c3c;
}
.mod-login-logout__button {
  margin-top: 15px;
}
/*LOWER*/
.liga-ordnung {
    margin:0 0 2rem 0;
    background-color:#efefef;
    padding:1rem;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*CONTENT SIDEBOXES MOBILE*/
.section-sideboxes-mobile .container {
  padding: 15px;
  background-color: #fff;
}
.section-sideboxes-mobile .spieltage a {
  font-weight: 600;
}
/*FOOTER SECTION*/
.section-footer .container {
  background-color: #295c3c;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.section-footer .mod-custom {
  padding: 20px 20px 10px 20px;
}
.section-footer .mod-custom a {
  color: #fff;
}
.ft-logo img {
  width: 100px;
  height: auto;
}
/*CONTENT: SIDEBAR NEWS*/
.mod-articles-items.mod-list {
  list-style: none;
  padding: 0;
}
.mod-articles-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 1rem;
  line-height: 1.4rem;  background-color: #f5f5f5;  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mod-articles-item-content a {
    font-weight:700;
}
.mod-articles-item-content > * {
  flex: 1 1 100%;
  padding: .5rem;
  width: 100%;
}
.mod-articles-item-content p:first-child {
margin-bottom:5px;
}
.mod-articles-item-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-inline {
  order: 2;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 100%;
  font-style: italic;
  text-align: right;
}
.mod-articles-title {
  font-family: "Noto Serif";
  font-optical-sizing: auto;
  margin: 0px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
/*CONTENT: GOOGLE CALENDAR*/
.simple_ical_block {
  margin-top: 20px;
}
.list-group-item.py-0.head {
  background-color: #295c3c;
  color: #fff;
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ical-date {
  font-weight: 700;
  padding: 5px 20px;
  display: block;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item .ical_details {
  margin-bottom: 10px;
}
.ical_summary.google-event {
  font-weight: 700;
  padding: 5px 0 5px 0;
}
.dates-calendar p > a {
  overflow: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  padding: 5px 10px;
  color: #fff;
  background-color: #295c3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*CONTENT: Verbands-Sport*/
.category-desc {
  background-color: #f5f5f5;
  padding: 1rem;
  margin-bottom: 2.5rem;
}
.main-content #dbv_erg {
  font-family: 'Noto Sans', sans-serif !important;
  display: inline-block;
  overflow: auto;
  box-sizing: border-box;
  margin: 20px 0 !important;
  width: 100%;
  max-height: 140px;
}
.main-content #dbv_erg > a.turitem:hover {
  background-color: #295c3c !important;
}
.main-content #dbv_erg > .turpaused {
  background-image: linear-gradient(to left, #a8cacc, white, #295c3c) !important;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.formdiv {
  border: 1px solid #dee2e6 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
/*CONTENT: LINKS*/
.page-links .list-group-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-links .list-group-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.com-content-categories__item {
  border: 1px solid #dee2e6;
  padding: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.com-content-categories__item a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0ac";
  padding-right: 5px;
}
.com-weblinks-category .list-title.list-group-item a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c1";
  padding-right: 5px;
}
.com-weblinks-categories.categories-list .badge.bg-info {
  float: right;
  background-color: #7ed3fc;
}
.com-weblinks-categories.categories-list a {}
/*CONTENT: CLUBS*/
.links-clubs .list-title:before {
  font-family: "Font Awesome 6 Free";
  content: "\e533";
  font-weight: 900;
  padding: 0 5px 0 0;
}
.links-clubs .list-title {
  padding: 15px;
}
.links-clubs .club-kontakt {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.links-clubs .club-kontakt .club-kontakt-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  padding: 20px;
  background-color: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
}
.links-clubs tr:first-child td i {
  font-size: 36px;
  padding: 0 0 15px 0;
}
.links-clubs h2 {
  border: none;
  margin: 0;
}
.tabelle-clubs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.tabelle-clubs tr:first-child td {
  background-color: #f5f5f5;
  padding: 2rem .5rem 1rem .5rem;
  text-align: center;
  font-weight: 700;
}
.tabelle-clubs tr:first-child td:first-child::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ac \A";
  font-weight: 900;
  padding: 0 0 20px 0;
  display: block;
  color: #cccccc;
  font-size: 48px;
}
.tabelle-clubs tr:first-child td:nth-child(n+2)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f098 \A";
  font-weight: 900;
  padding: 0 0 20px 0;
  display: block;
  color: #cccccc;
  font-size: 48px;
}
.tabelle-clubs tr:first-child td:nth-child(n+3)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0 \A";
  font-weight: 900;
  padding: 0 0 20px 0;
  display: block;
  color: #cccccc;
  font-size: 48px;
}
.tabelle-clubs tr:first-child td:nth-child(n+2) {
  border-right: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
}
.tabelle-clubs tr:nth-child(n+2) {
  border-bottom: 1px solid #cccccc;
}
.tabelle-clubs td, .tabelle-clubs th {
  vertical-align: top;
  width: 33%;
  padding: .5rem 0;
}
/*CONTENT:KONTAKTFOMULAR*/
.convertforms.cf-success .cf-response {
  background-color: #295c3c;
}
.convertforms.cf-success .cf-response p {
  margin: 0;
}
.standard-tabelle {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.standard-tabelle tr:nth-child(even) {
  background: #ffffff;
}
.standard-tabelle tr:nth-child(odd) {
  background: #f5f5f5;
}
.standard-tabelle td {
  padding: .5rem;
  vertical-align: top;
}
.standard-tabelle td img {
  margin-bottom: 1rem;
}
/*BOOTSTRAP BUTTONS*/
a.btn {
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.btn-primary {
  background-color: #295c3c;
  border-color: #295c3c;
  color: #fff;
}
a.btn-primary {
  color: #fff;
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid#295c3c;
  color: #295c3c;
}
a.btn-secondary {
  color: #9F9F9F;
}
.btn-link {
  font-weight: 400;
  color: #fff;
  btn-bg: #136AB2;
  btn-border-color: #f77b0b;
  btn-hover-border-color: transparent;
  btn-active-border-color: transparent;
  btn-disabled-color: #6d757e;
  btn-disabled-border-color: transparent;
  btn-box-shadow: 0 0 0 #000;
  btn-focus-shadow-rgb: 67, 105, 183;
  text-decoration: none;
}
.btn-link:hover {
  color: #fff;
  background-color: #136AB2;
}
.section-main .btn i {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 3px;
  padding: 0;
}
.btn:hover {
  color: #fff;
  background-color: #32845c;
  border-color: #32845c;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #9ad3bc;
  border-color: #9ad3bc;
}
/*ICONS*/
.icon-angle-left:before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font-weight: 900;
  color: #888888;
  margin: 0;
  background-image: none;
}
.icon-angle-double-left:before {
  font-family: "Font Awesome 6 Free";
  content: "\f100";
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font-weight: 900;
  color: #888888;
  margin: 0;
  background-image: none;
}
.icon-angle-right:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font-weight: 900;
  color: #888888;
  margin: 0;
  background-image: none;
}
.icon-angle-double-right:before {
  font-family: "Font Awesome 6 Free";
  content: "\f101";
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font-weight: 900;
  color: #888888;
  margin: 0;
  background-image: none;
}
.readmore a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  display: inline-block;
  padding: 0 3px 0 0;
  vertical-align: middle;
  font-weight: 900;
  color: #295c3c;
  margin: 0;
  background-image: none;
  font-size: 12px;
}
/*PAGINATION*/
.pagenavigation {
  margin-top: 30px;
}
.pagenavigation a:first-child {
  margin: 0 20px 0 0;
}
.disabled > .page-link, .page-link.disabled {
  color: #fff;
  pointer-events: none;
  background-color: #f1efe1;
  border-color: #dee2e6;
}
.active > .page-link, .page-link.active {
  z-index: 3;
  color: #ffffff;
  background-color: #295c3c;
  border-color: #295c3c;
}
/*FORMS*/
.convertforms .cf-form-wrap {
  padding: 40px 0;
}
/*LOGINBOX*/
.loginform .input-group {
  margin-bottom: 15px;
}
.mod-login__remember.form-group {
  margin-bottom: 15px;
}
.icon-user:before {
  font-family: "Font Awesome 6 Free";
  content: "\f007";
  font-weight: 900;
}
.icon-eye:before {
  font-family: "Font Awesome 6 Free";
  content: "\f06e";
  font-weight: 900;
}
.mod-login__options {
  margin-top: 15px;
}
#user-registration legend {
  font-size: 1.1rem;
}
/*DEVELOPER LINK*/
.developer-link {
  font-size: 14px;
  line-height: 18px;
}
.developer-link .bild-links {
  float: left;
  padding-right: 10px;
}
/*X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
@media (min-width: 128px) {}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .moduletable.logo {
    font-size: 14px;
  }
  .section-footer .ft-kontakt {
    text-align: left;
  }
  .section-footer .ft-legal {
    text-align: right;
  }
    
    /*
  .content-lower {
    display: flex;
    gap: 40px;
  }*/
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .moduletable.logo {
    font-size: 15px;
  }
  .section-main .main-content, .content-upper, .content-lower {
    margin: 40px 20px;
  }
  .section-footer .ft-kontakt {
    text-align: left;
  }
  .section-footer .ft-legal {
    text-align: right;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .moduletable.logo {
    font-size: 15px;
  }
  .main-navigation li a {
    padding: 0 9px;
  }
  .section-main .main-content, .content-upper, .content-lower {
    margin: 40px 20px;
  }
  .section-footer .ft-kontakt {
    text-align: left;
  }
  .section-footer .ft-legal {
    text-align: right;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .moduletable.logo {
    font-size: 18px;
  }
  .main-navigation li a {
    padding: 0 9px;
  }
  .section-main .main-content, .content-upper, .content-lower {
    margin: 40px 20px;
  }
  .section-footer .ft-kontakt {
    text-align: left;
  }
  .section-footer .ft-legal {
    text-align: right;
  }
}