video {
    padding-bottom: 5px;
    padding-top: 5px;
}

body {
    margin-top: 50px;
}

a {
    cursor: pointer;
}

.width-100 {
    width: 100%;
}

.full {
    background: url('https://www.siebenmuehlental-hexen.de/ressources/images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

.exchange-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.badge-google {
    position: absolute;
    top: 18%;
    right: 18%;
    width: 16%;
}

.badge-apple {
    position: absolute;
    top: 19%;
    right: 1%;
    width: 18%;
}

.content-row {
    min-height: 55vh;
}

.padding-0 {
    padding: 0;
}

.mapsNavi {
    cursor: pointer;
}

.btn-modal {
    padding: 0;
    margin-top: -6px;
}

.btn-modal-small {
    padding: 0;
    margin-top: -17px;
}

.form-group.has-error {
    border-color: red;
}

.btn-padding-small {
    padding-left: 1px;
    padding-right: 1px;
    max-width: 30px;
}

#map {
    width: 100%;
    min-height: calc(100vh - 4em - 100px);
}

#legend {
    background: #fff;
    padding: 5px;
    margin: 5px;
    border: 1px solid #000;
}

    #legend h3 {
        margin-top: 0;
    }

    #legend img {
        vertical-align: middle;
    }

.routeColor {
    color: #6060FB;
}

.posColor {
    color: #00FF00;
}

.busColor {
    color: #FF6A00;
}

.clubHeader {
    margin: 0 0 -3px 0;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    transition: 0.5s;
    background-color: white;
    background-color: rgba(245,245,245,0.5);
}

.clubLocation {
    font-style: italic;
    font-size: 12px;
    color: dimgray;
    padding-left: 2em;
}

.clubCalling {
    font-size: 14px;
    color: dimgray;
}

.highlight > b {
    text-shadow: 0 0 5px red;
}

.jumbotron {
    box-shadow: 5px 5px 20px black;
    background-color: whitesmoke;
    background-color: rgba(238,238,238,0.5);
}

.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background-color: #2a2929;
        color: #fff;
    }

.galleryItem:hover, .galleryItem:active, .galleryItem:focus {
    text-decoration: none;
}

.galleryItem > img {
    box-shadow: 2px 2px 5px black;
    margin: 2px;
}

    .galleryItem > img:hover {
        box-shadow: 2px 2px 5px darkBlue;
        -webkit-transition: .5s; /* Safari */
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

a {
    outline: 0 !important;
}

.mailSpan {
    width: 150%;
    word-wrap: break-word;
}

    .mailSpan > a {
        word-wrap: break-word;
    }

.list-group-item {
    background-color: transparent;
    border: none;
}

.link {
    color: #23527c;
}

    .link:hover {
        text-decoration: underline;
    }

.nav:not(.nav-tabs) > li > a {
    color: #fff;
}

    .nav > li > a:focus, .nav > li > a:hover {
        color: #23527c;
    }

.centerme {
    text-align: center;
}

.img-footer {
    opacity: 0.6;
    position: fixed;
    bottom: 0;
    left: 0;
    animation-name: bgOpacity;
    animation-duration: 6s;
}

.myIndicators {
    bottom: -30px;
}

.myCaption {
    bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.myCaption > p{
    bottom: 0px;
    text-align: center;
    font-size: 12px;
    margin-bottom:0px;
    padding-bottom: 0px;
    color: black;
}

.carousel-image{
    margin: auto;
}

@keyframes bgOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.6;
    }
}