/* BRIDGECLUB BAERENRUNDE HANNOVER w BOOTSTRAP 5 CSS - 2025 */
* {
  margin: 0;
  padding: 0;
}
html, body {
  background: #80c7e0;
  background: linear-gradient(180deg, rgba(128, 199, 224, 1) 0%, rgba(200, 222, 230, 1) 30%, rgba(108, 147, 163, 1) 100%);
  background-attachment: fixed;
}
body {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #3f3f3f;
  height: 100%;
}
h1, h2, h3, h4, h5 {
  color: #3f3f3f;
  font-variant: normal;
  font-weight: 400;
}
h1 {
  margin: 0 0 .5rem 0;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
h2 {
  margin: 0 0 .5rem 0;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
}
h3 {
  font-weight: 700;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
h4 {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
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: 500;
}
a:link, a:visited {
  color: #54839C;
}
a:hover, a:active {
  text-decoration: underline;
}
strong, b {
  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;
}
.bg-primary {
  background-color: #6C93A3 !important;
}
/*MOBILE LOGO*/
.section-mobile-nav .container {
  background-color: inherit;
  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: 8px;
  transition: var(--bs-navbar-toggler-transition);
  background-color: #ffffff;
  line-height: 1;
  margin: 5px 0;
}
/*LOGO*/
.moduletable.logo .custom {
  text-align: center;
  color: #fff;
  padding: 20% 10% 10% 10%;
  line-height: 18px;
}
.moduletable.logo .custom img {
  width: 80%;
  padding-bottom: 15px;
}
.moduletable.logo p {
  margin: 0;
}
/*SLIDER*/
.section-logo-slider .container {
  padding: 0;
  background-color: inherit;
}
/*MAIN NAVIGATION*/
.main-navigation {
  background-color: #54839C;
  padding: 0;
}
.main-navigation li {
  display: inline-block;
  padding: 10px 0;
}
.main-navigation li a {
  font-weight: 700;
  color: #fff;
  padding: 9px 15px 12px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.main-navigation .fa-solid {
  color: #fff;
}
.main-navigation li a:hover {
  background-color: #77a4bc;
  text-decoration: none;
  color: #ffffff;
}
.main-navigation li a:current {
  background-color: #77a4bc;
  text-decoration: none;
  color: #ffffff;
}
.main-navigation li .p-2 {
  padding: 0 10px 5px 0 !important;
}
.main-navigation li .fa-solid {
  font-size: 1rem;
  padding: 0 0 20px 0;
}
/*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: #54839C;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  border: 1px solid#77a4bc;
  display: block;
}
#nav-mobile .main-navigation li a:hover {
  background-color: #77a4bc;
  text-decoration: none;
  color: #ffffff;
}
/*BASIC CONTENT FORMATS*/
.section-main .container {
  background-color: #ffffff;
}
.section-main .main-content, .content-upper, .content-lower {
  margin: 30px 10px;
}
.section-main .main-content a {
  font-weight: 700;
}
.main-content hr {
  border: 0;
  border-bottom: 1px solid #bbb;
  background: #aaa;
}
.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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.item-page .image figcaption {
  font-size: 0.95rem;
  padding: 8px 0;
}
.item, .blog-item {
  margin: 0 0 2rem 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;
}
.float-end.item-image {
  padding: 0 0 2rem 2rem;
  max-width: 250px;
}
.blog-item .page-header h2 {
  margin-bottom: .5rem;
}
.frontpage-article .blog-item .page-header h2 {
  margin-bottom: 5px;
}
.article-info {
  margin-bottom: 10px;
}
.article-info-term {
  display: none;
}
.blog-items.news-articles .blog-item {
    border-bottom:1px solid #aaaaaa;
    padding-bottom:1.5rem;
}
.blog-items.news-articles .blog-item:last-child {
    border-bottom:none;
    padding-bottom:1rem;
}

/*INTRO ABOUT MODUL*/
.club-about, .category-desc {
    padding:1rem;
    border-radius: 8px;
    border:1px solid #c1dbe2;
    background-color:#effbff;
    margin-bottom:2rem;
}
.club-about p:last-child, .category-desc p:last-child {
    margin-bottom:0;
}

/*TURNIERE*/
.turniere-articles .fields-container {
    margin:0 0 1rem 1rem;
    background-color:#f6f6f6;
    padding:.75rem;max-width:40%;
    min-width:272px;
    float:right;  
    -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;display:block;
}
.turniere-articles .fields-container li {list-style:none;}
.turniere-articles .field-entry.karte {width:100%;max-width:400px;margin-bottom:.6rem;}
.turniere-articles .fields-container li {list-style:none;}
.turniere-articles .field-entry.karte img {border:2px solid #ccc;}
.turniere-articles .blog-item {margin-top:1rem;padding-top:1rem;border-top:1px solid #ccc;}
.turniere-articles .blog-item:first-child {margin-top:0;padding-top:0;border-top:none;}
.com-content-category-blog .blog-item {clear:both;}
.field-entry.acf-link {margin-top:14px;}
.field-entry.acf-link a {
 padding:.25rem 0.5rem;
 background-color:rgba(84, 131, 156, 1);
 color:#fff;margin:10px 0 0 0;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
}
@media (max-width: 576px) {
.turniere-articles .fields-container {min-width:160px;max-width:200px;float:right;}
.turniere-articles .field-entry.karte {width:100%;max-width:180px;margin-bottom:.6rem;}
}
.field-entry.acf-link a:before {font-family: "Font Awesome 6 Free";
font-weight: 500;
content: "\f279";
font-size:0.85rem;
padding-right: 5px;
}
.field-entry.acf-link a:hover {
 text-decoration:none;
 background-color:rgba(84, 131, 156, 0.7)
}

/*SIDEBOXES*/
.sideboxes {
  margin: 30px 0 0 0;
}
.sideboxes .moduletable {
  border: 1px solid #dee2e6;
  font-variant: normal;
  margin: 20px 10px;
  font-weight: 400;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 85px;
  border-radius: 8px;
}
.sidebox p {
  margin: 0;
}
.sideboxes .spieltage i {
  font-size: 14px;
  padding: 0 3px 0 0;
}
.sideboxes .spieltage a {
  font-weight: 500;
}
/*SIDEBOXES MOBILE*/
.section-sideboxes-mobile .moduletable {
  border: 1px solid #dee2e6;
  font-variant: normal;
  font-weight: 400;
  padding: 15px;
  margin: 10px 10px 20px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/*SPECIAL CONTENT FORMATS*/
.system-message-container {
  margin-top: 10px;
}
.form-check-input:checked {
  background-color: #54839C;
  border-color: #54839C;
}
.mod-login-logout__button {
  margin-top: 15px;
}
.mod-login__username .input-group {
  margin-bottom: .5rem;
}
/*UEBER UNS*/
.ueber-uns-articles .bridgebears {width:200px;max-width:40%;}

/*CONTENT SIDEBOXES MOBILE*/
.section-sideboxes-mobile .container {
  padding: 15px;
  background-color: #fff;
}
.section-sideboxes-mobile .spieltage a {
    font-weight: 500;
}
/*FOOTER SECTION*/
.section-footer .container {
  background-color: #54839C;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}
.section-footer .mod-custom {
  padding: 20px 20px 10px 20px;
}
.section-footer .mod-custom a {
  color: #fff;
}
.ft-logo img {
  width: 100px;
  height: auto;
}
/*CONTENT: GOOGLE CALENDAR*/
.simple_ical_block {
  margin-top: 40px;
}
.list-group-item.py-0.head {
  background-color: #54839C;
  color: #fff;
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.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;
}
.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: #54839C;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.list-group-item .dsc br {
  display: none;
}
.google-calendar-sidebar #simpleicalblock124 {
  margin: 0;
}
.google-calendar-sidebar .list-group-item.py-0.head {
  background-color: inherit;
  color: #54839C;
  padding: 0;
  margin: 0 0 1rem 0;
  border: none;
}
.google-calendar-sidebar .ical_summary.google-event-sidebar {
  font-weight: 700;
}
.google-calendar-sidebar .ical-date {
  font-weight: 700;
  padding: 3px 6px;
  display: block;
  margin-bottom: 5px;
  background-color: #54839C;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ical_details.google-event-sidebar .time {
  display: none;
}
.ical_details .location {
  display: block;
}
.google-calendar-sidebar .list-group-item.py-0 {
  border: none;
  padding: 0;
  margin: 0;
}
/*CONTENT: TURIERE*/
.main-content #dbv_erg {
  font-family: 'Assistant', sans-serif !important;
  display: inline-block;
  overflow: auto;
  box-sizing: border-box;
  margin: 20px 0 !important
}
.main-content #dbv_erg > a.turitem:hover {
  background-color: #54839C !important;
}
.formdiv {
  border: 1px solid #dee2e6 !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  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: VEREINSINFO*/
.moduletable.clubinfo {
  background-color: #7ed3fc;
  padding: 20px;
  border-radius: 8px;
}
/*CONTENT:KONTAKTFOMULAR*/
.convertforms.cf-success .cf-response {
  background-color: #54839C;
}
.convertforms.cf-success .cf-response p {
  margin: 0;
}
/*CONTENT: MITGLIEDSBEREICH*/
.member-article p a {
  border: 1px solid #dee2e6;
  padding: 1rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
}
.member-article i {
  padding-right: 5px;
}
.standard-tabelle {
  width: 100%!important;
  max-width: 100%!important;
  font-size: 1rem!important;
  border-collapse: collapse;
  border: none;
  margin-bottom: 2rem;
  white-space: nowrap;
  overflow: auto;
}
.standard-tabelle tr {height:inherit!important;}
.standard-tabelle tr:nth-child(odd) {
  background: #efefef;
}
.standard-tabelle td, .standard-tabelle th {
  padding: 5px 4px 5px 0;
  vertical-align: bottom;width:inherit!important;
}
.standard-tabelle td:first-child, .standard-tabelle th:first-child {
  padding-left: 5px;
}
.mitgliederliste {
  display: block;
}
.mitgliederliste td:first-child {
  font-weight: 700;
}
.mitgliederliste th {
  color: #ffffff;
  background-color: #54839C;width:inherit!important;
}
/*BOOTSTRAP BUTTONS*/
a.btn {
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.btn-primary {
  background-color: #54839C;
  border-color: #54839C;
  color: #fff;
}
a.btn-primary {
  color: #fff;
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid #54839C;
  color: #54839C;
}
a.btn-secondary {
  color: #54839C;
}
.btn-link {
  font-weight: 400;
  color: #fff;
  btn-bg: #54839C;
  btn-border-color: #54839C;
  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: #77a4bc;
}
.section-main .btn i {
  font-size: 1rem;
  color: #fff;
  margin: 0 .25rem;
  padding: 0;
}
.btn:hover {
  color: #fff;
  background-color: #77a4bc;
  border-color: #77a4bc;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #54839C;
  border-color: #375f982;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #357fc6;
  border-color: #357fc6;
}
/*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: #54839C;
  margin: 0;
  background-image: none;
  font-size: 12px;
}
/*PAGINATION*/
.disabled > .page-link, .page-link.disabled {
  color: #fff;
  pointer-events: none;
  background-color: #efefef;
  border-color: #dee2e6;
}
.active > .page-link, .page-link.active {
  z-index: 3;
  color: #ffffff;
  background-color: #54839C;
  border-color: #54839C;
}
/*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: 0.9rem;
  line-height: 1.1rem;
}
.developer-link .bild-links {
  float: left;
  padding-right: .5rem;
}
/* X-Small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .section-main .main-content, .content-upper, .content-lower {
    margin: 20px 6px;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .moduletable.logo {
    font-size: 14px;
  }
  .sideboxes {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .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;
  }
  .sideboxes {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .section-main .main-content, .content-upper, .content-lower {
    margin: 30px 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;
  }
  .sideboxes {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .section-main .main-content, .content-upper, .content-lower {
    margin: 30px 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;
  }
  .section-main .main-content, .content-upper, .content-lower {
    margin: 30px 20px;
  }
  .section-footer .ft-kontakt {
    text-align: left;
  }
  .section-footer .ft-legal {
    text-align: right;
  }
}