/* Banner */
.hasfullbanner {
    padding-bottom:0;
}

#banner h1 {
    text-shadow: 1px 1px 5px black;
    color: white;
}

#banner-inner {
    min-height: 270px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: column nowrap;
}

/*
colors:
green: #385b1d #467125 #4d7d29 #51842b #5e9633
*/

/* Bootstrap nav bar */
.navbar-default {
    background-color: #5e9633;
    border-color: #467125;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 700;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #467125;
}
.navbar-default .navbar-nav > li > a {
    color: #eee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: #ddd;
}

/* Bootstrap menu buttons */
.btn-default {
    color: #fff;
    background-color: #467125;
    border-color: #385b1d;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus
{
    color: #fff
}
.btn-default:hover,
.btn-default:focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus
{
  background-color: #4d7d29;
  border-color: #467125;
}

.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus
{
    background-color: #51842b;
    border-color: #4d7d29;
}

/* Bootstrap menu buttons - mobile */
.navbar-default .navbar-toggle {
    background-color: #467125;
    border-color: #385b1d;
}
.navbar-default .navbar-toggle:hover {
    background-color: #4d7d29;
    border-color: #467125;
}
.navbar-default .navbar-toggle:focus {
    background-color: #51842b;
    border-color: #4d7d29;
}

.navbar-default .navbar-text {
    color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


/* childList includlet - to match filteredItemList */
.childList .item.well {
    background-color: inherit;
    text-align: center;
}

/* filteredItemIncludelet full */
.item-content-left .thumbnail {
    text-align: left;
    padding: 12px;
}

/* link list */
.link-list .item a,
.link-list .item .teaser {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 15px;
}
.link-list .item .teaser .image {
    width:auto;
}
@media screen and (max-width: 360px)  {
    .link-list .item a,
    .link-list .item .teaser {
        justify-content: center;
        text-align: center;
    }
}


/* <=== custom content ===> */
p.icon-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* meta element including tags and hidden input for meta data*/
div.meta ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}
div.meta ul li {
    background-color:#5e9633;
    color:#fff;
    border-radius: 4px;
    padding: 4px 8px;
}
div.meta fieldset {
    display:none;
}


/* OpenStreetMap */
#map {
    width: 100%;
    height: 400px;
}
.route-links {
    background-color: #eee;
    padding: 5px;
}
.route-links a {
    margin-right: 15px;
}



