/* gkmb location map */
.container-golfanlagen > div {
    background: #f0f0f0;
    padding: 3em 0;
}

.container-golfanlagen > div:nth-of-type(2n) {
    background: #fff;
}

.golfmap-image img {
    border: 1px solid white;
}

.container-golfanlagen > div:nth-of-type(2n) .golfmap-image img {
    border: 1px solid #c8c8c8;
}

.golfmap-marker {
    width: 36px;
    height: 61px;
    overflow: hidden;
    float: left;
}

.golfmap-contentwrap {
    margin-left: 60px;
}

#gkmb_locationmap_preview {
    position: relative;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}

.gkmb_locationmap_previewtext {
    padding: 1rem 2rem;
    font-size: 87%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}

#gkmb_locationmap_previewimage {
    cursor: pointer;
    object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

.gkmb_locationmap_legendflag img {
    width: 18px;
    margin-right: 10px;
}

.gkmb_locationmap_legenditem {
    margin-bottom: 0.5em;
    line-height: 30px;
}

.gkmb_locationmap_mapwrap {
    height: 500px;
    width: 100%;
}

.gkmb_locationmap_wrap {
    width: 80%;
    float: left;
}

.tx-gkmblocationmap-pi1 {
    background: #fff;
    overflow: hidden;
}

.gkmb_locationmap_legendwrap {
    width: 20%;
    float: right;
    padding: 20px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#gkmblocationmapmap {
    height: 100%;
}

.gkmb_locationmap_version {
    font-size: 80%;
    width: 100%;
    float: left;
    padding-top: 0.5em;
}

.gkmb_locationmap_legendtext {
    vertical-align: bottom;
    padding-right: 30px
}

.golfmap-container .csc-header {
    margin-bottom: 1em;
}

.golfmap-address {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 48%;
    margin-bottom: 1em;
    margin-right: 3%;
}

.golfmap-linkwrap {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 48%;
}

.golfmap-linkwrap .textbutton {
    margin-top: 0.8em;
}

.golfmap-link {
    overflow: hidden;
}

.golfmap-link a {
    color: black;
}

.no-touch .golfmap-link a:hover {
    color: #d90000;
}

.golfmap-link .iconfont {
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    color: black;
}