/*!
 * Farben der Kategorien

.inhouse {
    color: #87888a;
}
.arbeit {
    color: #5b9a27;
}
.wohnen {
    color: #017783;
}
.kindheit {
    color: #0096bb;
}
.alter {
        color: #00508f;
}
.konzepte {
    color: #843165;
}
.zielgruppen {
    color: #c6092f;
}
.leitung {
    color: #ef8201;
}

.beeintraechtigungen {
    color: #fcc000;
}
*/

.body-bg-beeintraechtigungen {
    font-size: 1.2rem;
}

.body-bg-beeintraechtigungen .card a:not(.btn) {
    font-weight: 700;
}

.frame-pb-0 {
    padding-bottom: 0!important;
}

.imageborder {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
}

.square {
    min-width:16px;
    height:16px;
}

.category-menu .square.default,
.month-menu .square.default {
    background-color: #000;
}

.category-menu a.category-link,
.month-menu a {
    color: #000;
}
.month-menu > div {
    border-top: 1px solid #000;
    padding: 0.5rem 0;
}
.month-menu > div:last-child {
    border-bottom: 1px solid #000;
}
.event-list .row {
    padding-left: 0.5rem;
}

.inhouse .card {
    border: 10px solid #87888a;
}
.imageborder.inhouse {
    background: rgba(135,136,138,0.8);
}
.body-bg-inhouse .border-custom {
    border-bottom: 20px solid rgba(135,136,138,0.8);
}
.section.inhouse {
    background-color: #dddedf;
}

.category-menu .square.inhouse {
    background-color:  #87888a;
}

.body-bg-programm .event-list .row.inhouse {
    border-left: 5px solid #87888a;
}

.body-bg-inhouse .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid  #87888a;
    border-bottom: 1px solid #87888a;
}

.inhouse .card-footer a{
    color: #87888a;
}
.arbeit .card {
    border: 10px solid #5b9a27;
}
.imageborder.arbeit {
    background: rgba(91,154,39,0.8);
}
.body-bg-arbeit .border-custom {
    border-bottom: 20px solid rgba(91,154,39,0.8);
}
.section.arbeit {
    background-color: #d4e0bf;
}

.category-menu .square.arbeit {
    background-color:  #5b9a27;
}

.body-bg-programm .event-list .row.arbeit {
    border-left: 5px solid #5b9a27;
}

.body-bg-arbeit .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #5b9a27;
    border-bottom: 1px solid #5b9a27;
}

.arbeit .card-footer a{
    color: #5b9a27;
}
.wohnen .card {
    border: 10px solid #017783;
}
.imageborder.wohnen {
    background: rgba(1,119,131,0.8);
}
.body-bg-wohnen .border-custom {
    border-bottom: 20px solid rgba(1,119,131,0.8);
}
.section.wohnen {
    background-color: #bed2e6;
}

.category-menu .square.wohnen {
    background-color:  #017783;
}

.body-bg-programm .event-list .row.wohnen {
    border-left: 5px solid #017783;
}
.body-bg-wohnen .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #017783;
    border-bottom: 1px solid #017783;
}
.wohnen .card-footer a {
    color: #017783;
}
.kindheit .card {
    border: 10px solid #0096bb;
}
.imageborder.kindheit {
    background: rgba(0,150,187,0.8);
}
.body-bg-kindheit .border-custom {
    border-bottom: 20px solid rgba(0,150,187,0.8);
}
.section.kindheit {
    background-color: #bde0e8;
}

.category-menu .square.kindheit {
    background-color:  #0096bb;
}

.body-bg-programm .event-list .row.kindheit {
    border-left: 5px solid #0096bb;
}
.body-bg-kindheit .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #0096bb;
    border-bottom: 1px solid #0096bb;
}
.kindheit .card-footer a {
    color: #0096bb;
}
.alter .card {
    border: 10px solid #00508f;
}
.imageborder.alter {
    background: rgba(0,80,143,0.8);
}
.body-bg-alter .border-custom {
    border-bottom: 20px solid rgba(0,80,143,0.8);
}
.section.alter {
    background-color: #b1c0d9;
}

.category-menu .square.alter {
    background-color:  #00508f;
}

.body-bg-programm .event-list .row.alter {
    border-left: 5px solid #00508f;
}
.body-bg-alter .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #00508f;
    border-bottom: 1px solid #00508f;
}
.alter .card-footer a {
    color: #00508f;
}
.konzepte .card {
    border: 10px solid #843165;
}
.imageborder.konzepte {
    background: rgba(132,49,101,0.8);
}
.body-bg-konzepte .border-custom {
    border-bottom: 20px solid rgba(132,49,101,0.8);
}
.section.konzepte {
    background-color: #d8c1cc;
}

.category-menu .square.konzepte {
    background-color:  #843165;
}

.body-bg-programm .event-list .row.konzepte {
    border-left: 5px solid #843165;
}
.body-bg-konzepte .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #843165;
    border-bottom: 1px solid #843165;
}
.konzepte.card-footer a {
    color: #843165;
}
.zielgruppen .card {
    border: 10px solid #c6092f;
}
.imageborder.zielgruppen {
    background: rgba(198,9,47,0.8);
}
.body-bg-zielgruppen .border-custom {
    border-bottom: 20px solid rgba(198,9,47,0.8);
}
.section.zielgruppen {
    background-color: #eec2b5;
}

.category-menu .square.zielgruppen {
    background-color:  #c6092f;
}
.body-bg-programm .event-list .row.zielgruppen {
    border-left: 5px solid #c6092f;
}
.body-bg-zielgruppen .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #c6092f;
    border-bottom: 1px solid #c6092f;
}
.zielgruppen .card-footer a {
    color: #c6092f;
}
.leitung .card {
    border: 10px solid #ef8201;
}
.imageborder.leitung {
    background: rgba(239,130,1,0.8);
}
.body-bg-leitung .border-custom {
    border-bottom: 20px solid rgba(239,130,1,0.8);
}
.section.leitung {
    background-color: #fcdcb9;
}

.category-menu .square.leitung {
    background-color:  #ef8201;
}
.body-bg-programm .event-list .row.leitung {
    border-left: 5px solid #ef8201;
}
.body-bg-leitung .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #ef8201;
    border-bottom: 1px solid #ef8201;
}
.leitung .card-footer a {
    color: #ef8201;
}
.beeintraechtigungen .card {
    border: 10px solid #fcc000;
}
.imageborder.beeintraechtigungen {
    background: rgba(252,192,0,0.8);
}
.body-bg-beeintraechtigungen .border-custom {
    border-bottom: 20px solid rgba(252,192,0,0.8);
}
.section.beeintraechtigungen {
    background-color: #fff2d6;
}
.category-menu .square.beeintraechtigungen {
    background-color:  #fcc000;
}
.body-bg-programm .event-list .row.beeintraechtigungen {
    border-left: 5px solid #fcc000;
}
.body-bg-beeintraechtigungen .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #fcc000;
    border-bottom: 1px solid #fcc000;
}
.page-1 .beeintraechtigungen .card-title {
    display: inline;
}

.tx-sf-event-mgt .filter-border {
    padding: 0.5rem 0;
    border-top: 1px solid #000;
}
.tx-sf-event-mgt .filter-border:last-child {
    border-bottom: 1px solid #000;
}



.box {
    color: #fff;
}

.box p {
   margin-bottom: 0;
   margin-top: 0.7rem;
}
.box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color:#000;
}

.inhouse.box,
.inhouse.fake-box {
    background-color:#87888a;
}
.arbeit.box,
.arbeit.fake-box {
    background-color:#5b9a27;
}
.wohnen.box,
.wohnen.fake-box {
    background-color:#017783;
}
.kindheit.box,
.kindheit.fake-box {
    background-color:#0096bb;
}
.alter.box,
.alter.fake-box {
    background-color:#00508f;
}
.konzepte.box,
.konzepte.fake-box {
    background-color:#843165;
}
.leitung.box,
.leitung.fake-box {
    background-color:#ef8201;
}
.zielgruppen.box,
.zielgruppen.fake-box {
    background-color:#c6092f;
}
.beeintraechtigungen.box,
.beeintraechtigungen.fake-box {
    background-color:#fcc000;
}

b, strong {
    font-weight: 700;
}

.card-menu-item a:hover {
    text-decoration: none;
}

.card-menu-item .card-body {
    padding: 0.5rem;
}
.card-menu-item .card-footer {
    padding: 0 0.5rem 0.2rem;
}

.mt-10 {
    margin-top: 6rem;
}
.beeintraechtigungen .mt-10 {
    margin-top: 3rem;
}


@media (min-width: 992px) {
    .navbar-mainnavigation .navbar-brand-image img {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-mainnavigation {
        padding-top: 2rem;
        padding-bottom: 0;
    }
}

@media (min-width: 1520px) {
    .navbar-mainnavigation .navbar-brand-image img {
        margin-left: -120px;
        margin-right: 0;
    }
}

.navbar-mainnavigation .navbar-brand {
    margin-right: 1rem;
}


.navbar {
    display: block;
}

.navbar .lightblue .container  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-mainnavigation>.lightblue .container>.navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .nav-link {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .navbar-mainnavigation .dropdown-menu {
        border-left: 0px solid #0f6eb2;
    }

    .navbar-mainnavigation .dropdown-item {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        white-space: normal;
    }
    .dropdown-menu .input-group {
        padding: 0 2rem;
    }
}




.navbar-default .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
}

.navbar-nav li.active {
    background: #a7cee2;
}

.navbar-default .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-default .navbar-nav .nav-item:hover {
    background: #a7cee2;
}

.navbar-default .navbar-nav .active > .nav-link {
    color: #000 !important;
    font-weight: 700 !important;
}

@media (max-width: 767px) {
    .navbar-mainnavigation .navbar-nav .nav-link {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-mainnavigation .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 768px) {
    .navbar-mainnavigation .navbar-collapse {
        justify-content: space-between;
    }
    .navbar-mainnavigation>.lightblue .container>.collapse>.navbar-nav:last-child  {
        margin-right: 0;
    }
    .navbar-mainnavigation .navbar-nav {
        width: auto;
    }
    .navbar-mainnavigation .navbar-nav.search-nav {
        gap: 0;
    }
    .navbar .lightblue .container  {
        flex-wrap: nowrap;
    }
    .lightblue .navbar-nav {
        flex-direction: row;
    }
    .pe-md-25 {
        padding-right: 25%;
    }

    .pe-md-15 {
        padding-right: 15%;
    }

}

.navbar-mainnavigation .navbar-nav>li.show>.nav-link:before, .navbar-mainnavigation .navbar-nav>li.active>.nav-link:before {
    opacity: 0;
}
.navbar-mainnavigation .navbar-nav>li>.nav-link:focus:before, .navbar-mainnavigation .navbar-nav>li>.nav-link:hover:before, .navbar-mainnavigation .navbar-nav>li:hover>.nav-link:before {
    opacity: 0;
}
.lightblue {
    background: #cae7ef;
    margin-top: 2rem;
}
.lighterblue {
    background: #e5f3f7;
}



    .carousel .item {
        height: 200px;
    }

.border-custom {
    border-bottom: 20px solid rgba(15,110,178,0.8);
    bottom:0;
    height: 20px;
    width: 100%;
}


@media (min-width: 576px) {
    .carousel .carousel-content {
        border-bottom: 20px solid rgba(15,110,178,0.8);
    }

    .body-bg-inhouse .carousel .carousel-content {
        border-bottom: 20px solid rgba(135,136,138,0.8);
    }


    .body-bg-arbeit .carousel .carousel-content {
        border-bottom: 20px solid rgba(91,154,39,0.8);
    }

    .body-bg-wohnen .carousel .carousel-content {
        border-bottom: 20px solid rgba(1,119,131,0.8);
    }

    .body-bg-kindheit .carousel .carousel-content {
        border-bottom: 20px solid  rgba(0,150,187,0.8);
    }

    .body-bg-alter .carousel .carousel-content {
        border-bottom: 20px solid rgba(0,80,143,0.8);
    }

    .body-bg-konzepte .carousel .carousel-content {
        border-bottom: 20px solid rgba(132,49,101,0.8);
    }

    .body-bg-zielgruppen .carousel .carousel-content {
        border-bottom: 20px solid rgba(198,9,47,0.8);
    }

    .body-bg-leitung .carousel .carousel-content {
        border-bottom: 20px solid rgba(239,130,1,0.8);
    }
    .body-bg-beeintraechtigungen .carousel .carousel-content {
        border-bottom: 20px solid rgba(252,192,0,0.8);
    }

    .carousel .item {
        height: 300px;
    }
}

.trailer {
    width: 60%;
}

.trailer-link {
  text-decoration: none;
}

.title {
    font-weight: 300;
    font-size: 0.85rem;
    color: #0f6eb2;
    line-height: 1;
}
.title-bold {
    font-weight: 700;
    font-size: 0.9rem;
    color: #0f6eb2;
}

@media (min-width: 576px) {
    .trailer {
        width: 70%;
    }
    .title {
        font-size: 1rem;
    }

    .title-bold {
        font-size: 1.2rem;
    }
}
.navbar-mainnavigation .navbar-brand-image img {
    max-height: 50px;
}

.navbar-mainnavigation .navbar-brand-image {
    padding-top: 5px;
    padding-bottom: 5px;
}

.carousel .item {
    height: 220px;
}

@media (min-width: 768px) {

    .carousel .item {
        height: 400px;
    }

    .trailer {
        width: 100%;
    }
    .title {
        font-size: 1.8rem;
    }

    .title-bold {
        font-size: 2rem;
    }

    .navbar-mainnavigation .navbar-brand-image {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-mainnavigation .navbar-brand-image img {
        max-height: 90px;
    }
}
@media (min-width: 992px) {
    .title {
        font-size: 2.2rem;
    }

    .title-bold {
        font-size: 2.3rem;
    }
}

@media (min-width: 768px) {
    .w-lg-25 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25%;
    }
}


@media (min-width: 1200px) {

    .carousel .item {
        height: 600px;
    }
}

@media (min-width: 1400px) {

    .carousel .item {
        height: 700px;
    }
}


.nav-search {
    padding-left: 10px;
}

.search-nav .nav-item {
    background: #0f6eb2;
}
.search-nav .nav-item .nav-link {
    color: #fff !important;
}

.navbar-mainnavigation .nav-link:not(.nav-link-toggle).show:before, .navbar-mainnavigation .nav-link:not(.nav-link-toggle).active:before {
    opacity: 0;
}

.blue {
    background-color: #0f6eb2;
    padding: 10px 0;
    color: #fff;
}
.blue .frame-header h1,
.blue .frame-header h2,
.blue .frame-header h3,
.blue .frame-header h4,
.blue .frame-header h5 {
    margin-bottom: 0;
}

.blue .frame-header {
    margin-bottom: 0;
}

h2 {
    font-weight: 700;
    letter-spacing: 2px;
}
h4 {
    font-weight: 700;
    text-transform: uppercase;
}

h4.filelink-heading {
    font-weight: 500;
    text-transform: none;
}

.card h3 {
    font-weight: 500;
}

.tx-sf-event-mgt .card,
.news .card ,
.card-group-element .card {
    border: 0;
}
hr.border-programm {
    border-bottom: 20px solid rgba(15,110,178,0.8);
    margin: 2rem 0 3rem;
    opacity: 1;
}
hr.beeintraechtigungen-trenner {
    border-bottom: 2px solid #000;
    margin: 3rem 0;
    opacity: 1;
}

hr {
    border-bottom: 5px solid rgba(15,110,178,0.8);
    margin: 1rem 0 2rem;
    opacity: 1;
}
hr.inhouse {
    border-bottom: 5px solid rgba(135,136,138,0.8);
}
hr.arbeit {
    border-bottom: 5px solid rgba(91,154,39,0.8);
}
hr.wohnen {
    border-bottom: 5px solid rgba(1,119,131,0.8);
}
hr.kindheit {
    border-bottom: 5px solid rgba(0,150,187,0.8);
}
hr.alter {
    border-bottom: 5px solid rgba(0,80,143,0.8);
}
hr.konzepte {
    border-bottom: 5px solid rgba(132,49,101,0.8);
}
hr.zielgruppen {
    border-bottom: 5px solid rgba(198,9,47,0.8);
}
hr.leitung {
    border-bottom: 5px solid rgba(239,130,1,0.8);
}
hr.beeintraechtigungen {
    border-bottom: 5px solid rgba(252,192,0,0.8);
}

.tx-sf-event-mgt .card-body,
.news .card-body {
    padding: 10px 0;
}

.tx-sf-event-mgt h5 {
    font-weight: 700;
    font-size: 1.1rem;
}

.tx-sf-event-mgt .event-list .card-body{
    padding: 0;
}
.body-bg-programm .tx-sf-event-mgt .event-list .card {
    padding: 0.5rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.event-list .card a:not(.btn) {
    color: #000;
}

.tx-sf-event-mgt .card h5,
.news .card h5 {
    color: #000;
    font-weight: 500;
}
.news h5 a:hover {
    text-decoration: none;
}

.bp-page-footer ul {
    list-style: none;
    padding: 0;
    font-weight: 700;
}
.news .card .fake-box h5 {
    color: #fff;
}
.news .card .fake-box h5 {
    padding: 1.5rem;
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .news .card .fake-box h5 {
        padding: 2rem;
        font-size: 2rem;
    }
}
    .fake-box {
        width: 100%;
        height: 312px;
        max-width: 500px;
    }
@media (min-width: 768px) {
    .fake-box {
        height: 200px;
        width: 320px;
    }
    .news .card .fake-box h5 {
        padding: 1rem;
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .fake-box {
        height: 275px;
        width: 440px;
    }
    .news .card .fake-box h5 {
        padding: 1.8rem;
        font-size: 1.8rem;
    }
}
@media (min-width: 1200px) {
    .fake-box {
        height: 331px;
        width: 530px;
        max-width: 530px;
    }
    .news .card .fake-box h5 {
        padding: 1.8rem;
        font-size: 1.8rem;
    }
}

@media (min-width: 1400px) {
    .fake-box {
        height: 387px;
        width: 620px;
        max-width: 620px;
    }
}

.fake-box + div {
    padding-top: 43px;
}

.event-detail-row {
    background-color: #fff;
    margin: 30px 0;
    padding: 20px 30px;
}
.konzepte .event-detail-row {
    border: 1px solid #843165;
}

.arbeit .event-detail-row {
    border: 1px solid #5b9a27;
}
.beeintraechtigungen .event-detail-row {
    border: 1px solid #fcc000;
}
.alter .event-detail-row {
    border: 1px solid #00508f;
}
.kindheit .event-detail-row {
    border: 1px solid #0096bb;
}
.zielgruppen .event-detail-row {
    border: 1px solid #c6092f;
}

.leitung .event-detail-row {
    border: 1px solid #ef8201;
}
.inhouse .event-detail-row {
    border: 1px solid #87888a;
}
.wohnen.event-detail-row {
    border: 1px solid #017783;
}
@media print {

    .body-bg-top {
        padding-top: 0!important;
    }
    .event-detail-row {
        margin: 0 !important;
        padding: 10px 0 !important;
    }
    .konzepte .event-detail-row {
        border: 0 none;
    }

    .arbeit .event-detail-row {
        border: 0 none;
    }
    .beeintraechtigungen .event-detail-row {
        border: 0 none;
    }
    .alter .event-detail-row {
        border: 0 none;
    }
    .kindheit .event-detail-row {
        border: 0 none;
    }
    .zielgruppen .event-detail-row {
        border: 0 none;
    }
    .leitung .event-detail-row {
        border: 0 none;
    }
    .inhouse .event-detail-row {
        border: 0 none;
    }
    .wohnen.event-detail-row {
        border: 0 none;
    }
}


.section-menu {
    color: #0f6eb2;
    font-size: 0.9rem;
    font-weight: 500;
}

.section-menu .nav-link {
    display: inline-block;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}

.contentcontainer-column.tagungsorte {
   background-color: #bee0ea;
}


.contentcontainer-column.tagungsorte .textpic-text {
    padding: 0 15px;
    font-weight: 700;
}

.contentcontainer-column.tagungsorte .textpic-text a {
    color: #000;
}

.search-nav .dropdown-menu {
    padding: 0;
    min-width: 15rem;
}

h2 span.fobi-detail {
    font-weight: 300;
}

.trailer-link:hover {
    text-decoration: none;
}

.news-meta {
    font-style: italic;
}

.dropdown-menu {
background-color: rgba(229, 243, 247,1);
    color: #0f6eb2;
    border: 0 none;
}

.dropdown-item.active {
    color: #000;
    background-color: transparent;
}

.dropdown-item {
    color: #0f6eb2;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #000;
}

@media (min-width: 992px) {
    .news .contentcontainer[data-container-identifier="container_2_columns_left"] {
        grid-template-columns: 2fr 1fr;
    }
}

.f3-form-error {
    border: 2px solid #c6092f !important;
}

.filelink-item+.filelink-item {
    margin-top: 0;
}

.filelink-item.no-gap {
    gap: 0;
}

.uploads-divider {
    border-bottom: 1px solid #0f6eb2;
    margin: 1rem 0;
    opacity: 1;
}

.anmeldung-beeintraechtigung {
    background-color: #fcc000;
    color: #fff;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 500;
}
.anmeldung-beeintraechtigung a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 1rem;
}
.anmeldung-beeintraechtigung a:hover {
    color: #000;
    text-decoration: underline;
}
.cc-link, .cc-link:active, .cc-link:visited {
    color: #fff;
}

.page-81 .carousel .carousel-backgroundimage-container,
.page-81 .carousel .carousel-backgroundimage,
.page-82 .carousel .carousel-backgroundimage-container,
.page-82 .carousel .carousel-backgroundimage{
    background-position: top;
}

.leaflet-container {
    width: 100% !important;
    height: 200px !important;
}

@media (min-width: 576px) {
    .leaflet-container {
        height: 250px !important;
    }
}


@media (min-width: 768px) {
    .leaflet-container {
        height: 300px !important;
    }
}


@media (min-width: 992px) {
    .leaflet-container {
        height: 400px !important;
    }
}
@media (min-width: 768px) {
    .card-group-element-columns-3 {
        --cardgroup-columns: 2;
    }
}


@media (min-width: 1200px) {
    .leaflet-container {
        height: 500px !important;
    }

    .card-group-element-columns-3 {
        --cardgroup-columns: 3;
    }
}

@media (min-width: 1400px) {
    .leaflet-container {
        height: 600px !important;
    }
}


.card-group-element-item .card-body {
    padding: 0 1rem;
}



.bp-page-content a, .bp-page-footer a {
    text-decoration: none;
}

.bp-page-content a:hover, .bp-page-footer a:hover {
    text-decoration: underline;
}
