.container-golfanlagen > div {
  background: rgb(var(--c-neutral-lighter));
  padding: 3em 0;
}

.container-golfanlagen > div:nth-of-type(2n) {
  background: rgb(var(--c-neutral-lightest));
}

.golfmap-image img {
  border: 1px solid rgb(var(--c-neutral-lightest));
}

.container-golfanlagen > div:nth-of-type(2n) .golfmap-image img {
  border: 1px solid rgb(var(--c-neutral-light));
}

.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(var(--c-neutral-lightest),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: rgb(var(--c-neutral-lightest));
  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: rgb(var(--c-neutral-darker));
}

.no-touch .golfmap-link a:hover {
  color: rgb(var(--c-primary));
}

.golfmap-link .iconfont {
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  color: rgb(var(--c-neutral-darker));
}