/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.seilbahnensuche {
/*    border: 5px solid greenyellow;*/
}

.seilbahnensuche:not(.seilbahnensuche_map) * {
    color: #314C9D !important;
}
.seilbahn-infos .card-body p,
.seilbahn-infos .card-body p *,
.seilbahn-infos .card-body .sb_description,
.seilbahn-infos .card-body .sb_description * {
    color: #333 !important;
    font-weight: lighter !important;
    line-height: 1.3;
}

.seilbahnensuche .search-info {
    margin-bottom: 25px;
    line-height: 1.8;
    padding-left: 25px;
}

.seilbahnensuche .search-form.box {
    padding: 25px !important;
}

.seilbahn-infos .card {
    border-color: rgba(145, 145, 145, 0.13);
}
.seilbahn-infos .card-img-top {
    padding: 5px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;

    height: auto;
    /*
    height: 45%;
    object-fit: cover;
    */
}
.seilbahn-infos .card-body {
    padding: 0.65rem 1rem 1rem 1rem;
}
.seilbahn-infos .card-title {
    margin-bottom: 0.55rem;
}

.seilbahnensuche .search-form .title {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
}

.seilbahnensuche .search-form .form_section {
    margin-top: 15px;
}
.seilbahnensuche .search-form .form_section.ausstattungen {
    margin-top: 30px;
}
.seilbahnensuche .search-form .form_section.submit {
    margin-top: 30px;
}

.seilbahnensuche .search-form .form_section.search {
    margin-top: 0;
}
.seilbahnensuche .search-form .form_section label {
    font-size: 13px;
}

.seilbahnensuche .ausstattungen > label {
    display: block;
    border-top: 1px solid #3d5cb8;
    border-bottom: 1px solid #3d5cb8;
    line-height: 1.4;
    padding: 0.7em 1.4em 0.7em 0;
}

.seilbahnensuche .ausstattungen .ausstattung {
    display: block;
}

.seilbahnensuche .ausstattungen > label::before {
    /*
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    */
    font-family: "Ionicons";
    content: "\f123";
    font-weight: normal;
    float: right;
    transition: all 0.5s;
    margin-right: -0.7em;
    transition-duration: 200ms;
}
.seilbahnensuche .ausstattungen > label.active::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.seilbahnensuche .ausstattung .label {
    display: inline-block;
    text-align: left;
    max-width: 90%;
    word-wrap: break-word;
    white-space: normal;

    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 0.2rem 0 0.1rem 0;
}

.seilbahnensuche input[type="checkbox"] {
    margin-left: 0;
    vertical-align: middle;
    margin-right: 0.3rem;
}

.seilbahn-infos .card-body .sb_description,
.seilbahn-infos .card-body .sb_description * {
    font-size: 0.75rem;
    line-height: 1.2 !important;
}


.seilbahnensuche .btn-vds,
.seilbahnensuche .btn-vds:hover {
    background-color: #314c9d !important;
    color: #ffffff !important;
    border-color: transparent !important;
    padding-left: 2em !important;
    padding-right: 2em !important;
    font-weight: bold !important;
}
.seilbahnensuche .btn-vds:hover {
    background-color: #3d5cb8 !important;
}
.btn-vds.sb_ext,.btn-vds.sb_ext:hover,
.btn-vds.sb_webcam,.btn-vds.sb_webcam:hover,
.btn-vds.sb_ausstattungen, .btn-vds.sb_ausstattungen:hover{
    font-weight: normal !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    border-radius: 2px !important;
    padding: 2px 25px !important;
}
.seilbahn-infos .card-body div:last-of-type {
    margin-bottom: 0.5rem !important;
}


.active .current.page-link {
    font-weight: bold;
}
.pagination .ellipse {
    margin: 0 5px;
}

.seilbahn-infos .card-container {
    display: inline-block;
}
.seilbahn-infos .card .img_button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    /*background: #314c9d;*/
    background: transparent;
    border-radius: 16px;
    pointer-events: none;
}
.seilbahn-infos .card .img_button svg {
    display: block;
    width: 100%;
    height: 100%;
    /*padding: 5px;*/
    padding: 0;
}
.seilbahn-infos .card .img_button svg use {
    /*transform: scale(1.4);*/
}

ul.sb_ausstattungen.content {
    padding: 0;
    margin: 15px 0 0 0;
    display: block;
}
.sb_ausstattungen.content li {
    list-style: none;
    padding: 2px 5px 3px 5px;
    margin: 0 5px 5px 0;
    border: 1px solid #314c9d;
    display: inline-block;
    border-radius: 2px;
    font-size: 0.78rem;
    line-height: 1.25;
}
.sb_ausstattungen.content li.special {
    /*border-color: #b9babb;*/
}



.seilbahnensuche .seilbahnensuche_header {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;

    color: #ffffff !important;
    background-color: #314c9d !important;
    display: inline-block !important;

    margin-top: 0.5rem;
    padding: 0.2rem 1rem;
}


.seilbahnensuche .card-title {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
}




.seilbahnensuche #map_canvas {
    display: block;
    width: 100vw;
    height: 65vh;

    position: relative;
    left: 50%;
    margin-left: -50vw;

    padding-left: 15px;
    padding-right: 15px;
}
.seilbahnensuche #map_canvas > div {
    width: 98% !important;
    left: 1% !important;
}

@media only screen and (min-width: 992px) {
    .seilbahn-infos .card-container {
        width: 48%;
        margin: 0 2% 2% 0 !important;
        float: left;
    }
}





.seilbahn-infos .card-img-container {
    display: block;
    overflow: hidden;
}
.seilbahn-infos .card-img-top {
    height: 100%;
    object-fit: cover;
}



#post-687 .entry-content.container {
    padding-top: 70px;
}
@media (min-width:1220px) {
    #post-687 .entry-content.container {
        padding-top: 115px;
    }
}

/* streetview back to map */
.gm-bundled-control-on-bottom + div,
.gm-bundled-control-on-bottom + div + div {
    top: 40px !important;
}

.infowindowcontent a {
    color: #314c9d !important;
}


.seilbahnensuche .hidden {display: none !important;}
.seilbahnensuche .font-weight-bold,
.seilbahnensuche b,
.seilbahnensuche strong,
.seilbahn-infos .card-body b,
.seilbahn-infos .card-body strong,
.seilbahn-infos .card-body .sb_description b,
.seilbahn-infos .card-body .sb_description strong
{font-weight: bold !important;}



#map_legend ul {
    list-style: none;
    margin: 0;
    padding: 0;

    position: absolute;
    right: 0;
}
#map_legend li {
    display: inline-block;
    display: none;
    margin-right: 0.5em;
    font-size: 0.9rem;
    color: #314C9D !important;
}
#map_legend .item-legend img {
    max-width: 10px;
    margin-right: 0.2rem;
}





._brlbs-embed._brlbs-google-maps,
._brlbs-embed._brlbs-google-maps ._brlbs-thumbnail {
    width: 100%;
}
._brlbs-embed._brlbs-google-maps ._brlbs-caption {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
._brlbs-embed._brlbs-google-maps ._brlbs-caption input[name="unblockAll"],
._brlbs-embed._brlbs-google-maps ._brlbs-caption input[name="unblockAll"] + * {
    display: none !important;
}