.tx-mapmaker {
  /*==========  EVENT-ITEMS  ==========*/
}
.tx-mapmaker .container .row > .grid {
  /*margin-top: 430px;*/
}
.tx-mapmaker .eventNav {
  display: none !important;
}
.tx-mapmaker #wrap {
  background: #3eb0e5;
}
.tx-mapmaker main section.intro {
  background: none;
}
.tx-mapmaker main section.white h1, .tx-mapmaker main section.white h2, .tx-mapmaker main section.white h3, .tx-mapmaker p a,
.tx-mapmaker main section.grey h1, .tx-mapmaker main section.grey h2, .tx-mapmaker main section.grey h3 {
  color: #3eb0e5;
}
.tx-mapmaker section.eventMap {
  padding: 0;
  /*
  overflow: hidden;
  position: absolute;
  top: 107px;
  */
  width: 100%;
  z-index: 20;
}
.tx-mapmaker section.eventMap:before, .tx-mapmaker section.eventMap:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  width: 100%;
  height: 100%;
  background: #3eb0e5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.tx-mapmaker section.eventMap:after {
  height: 50px;
  top: 50%;
  margin-top: -32px;
  content: "loading map...";
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  z-index: 100;
}
.tx-mapmaker section.eventMap #map {
  background-color: #d3d3d3 !important;
}
.tx-mapmaker section.eventMap a:first-child {
  display: none;
}
.tx-mapmaker section.eventMap #gmap_canvas {
  width: 100% !important;
  height: 500px !important;
  color: #cccccc;
}
.tx-mapmaker section.eventMap .mapFilter {
  padding: 0 0 0 0;
  color: #fff;
  background: #b0b0b0;
}
.tx-mapmaker section.eventMap .mapFilter .h1 {
  margin: 20px 0 0 0;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 15px 10px;
  cursor: pointer;
  color: #fff;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tx-mapmaker section.eventMap .mapFilter .h1 .arrow {
  display: inline-block;
  color: #fff;
  width: 38px;
  height: 35px;
  font-size: 15px;
  line-height: 36px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -10px;
  margin-left: 10px;
}
.tx-mapmaker section.eventMap .mapFilter .h1 span {
  display: inline-block;
  position: relative;
}
.tx-mapmaker section.eventMap .mapFilter .h1:hover .arrow, .tx-mapmaker section.eventMap .mapFilter .h1:active .arrow {
  background: #fff;
  color: #3eb0e5;
}
.tx-mapmaker section.eventMap .mapFilter .h1.open span {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: -4px;
}
.tx-mapmaker section.eventMap .mapFilter .filterContent {
  display: none;
}
.tx-mapmaker section.eventMap .mapFilter .filterContent .filterYear .ical {
  position: absolute;
  left: 14px;
  top: 20px;
}
.tx-mapmaker section.eventMap .mapFilter .filterContent .filterYear .ical img {
  width: 40px;
}
.tx-mapmaker section.eventMap .mapFilter .filterContent .zeiger {
  background: rgba(0, 0, 0, 0) url("/typo3conf/ext/gfprovider/Resources/Public/Img/finder-arrow2.png") no-repeat scroll 0 0;
  height: 180px;
  left: 204px;
  position: absolute;
  top: -164px !important;
  width: 140px;
  z-index: 1000;
}
.tx-mapmaker section.eventMap .mapFilter h3 {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-bottom: 7px;
  margin-top: 30px;
}
.tx-mapmaker section.eventMap .mapFilter input[type=checkbox], .tx-mapmaker section.eventMap .mapFilter input[type=radio] {
  display: none;
}
.tx-mapmaker section.eventMap .mapFilter ul {
  padding: 0;
}
.tx-mapmaker section.eventMap .mapFilter li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
  padding: 11px 30px 8px 3px;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 13px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.tx-mapmaker section.eventMap .mapFilter li:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.075);
}
.tx-mapmaker section.eventMap .mapFilter li:hover, .tx-mapmaker section.eventMap .mapFilter li:active {
  background: rgba(0, 0, 0, 0.1);
}
.tx-mapmaker section.eventMap .mapFilter li:hover:after, .tx-mapmaker section.eventMap .mapFilter li:active:after {
  color: white;
  /*transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);*/
}
.tx-mapmaker section.eventMap .mapFilter li:not(.unchecked) {
  background: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
.tx-mapmaker section.eventMap .mapFilter li:not(.unchecked):after {
  color: #fff;
}
.tx-mapmaker section.eventMap .mapFilter li.unchecked:after {
  color: rgba(255, 255, 255, 0.65);
}
.tx-mapmaker section.eventMap .mapFilter li.unchecked:hover:after, .tx-mapmaker section.eventMap .mapFilter li.unchecked:active:after {
  color: #fff;
}
.tx-mapmaker section.eventMap .mapFilter .btnFilter {
  position: relative;
  z-index: 1;
  margin: 30px 0 50px;
  text-align: center;
}
.tx-mapmaker section.eventMap .mapFilter .btnFilter:before {
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background: #fff;
  z-index: 1;
}
.tx-mapmaker section.eventMap .mapFilter .btnFilter .btn {
  z-index: 2;
  position: relative;
  min-width: 23%;
}
.tx-mapmaker .eventItem {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.tx-mapmaker .eventItem .infoLabel {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  background: #fff;
  color: #3eb0e5;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
  width: calc(100% - 20px);
  padding: 13px 15px 11px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tx-mapmaker .eventItem .eventBadge {
  /* padding: 10px;
   margin: 0 0 0 20px;
   transform: scale(0.75);
   -o-transform: scale(0.75);
   -ms-transform: scale(0.75);
   -moz-transform: scale(0.75);
   -webkit-transform: scale(0.75);
   transform-origin: 0 0;
   -o-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -webkit-transform-origin: 0 0;*/
}
.tx-mapmaker .eventItem .eventBadge .eventName {
  font-size: 30px;
  margin: 10px 20px;
}
.tx-mapmaker .eventItem .eventBadge .eventLogo {
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 110px;
  position: relative;
  margin: 10px;
}
.tx-mapmaker .eventItem .eventBadge .eventLogo img {
  width: 80%;
  height: auto;
}
.tx-mapmaker .eventItem .eventBadge .eventDate, .tx-mapmaker .eventItem .eventBadge .eventSubline {
  display: none;
}
.tx-mapmaker .eventItem .eventBadge.logo .eventLogo {
  position: absolute;
  max-width: none;
  max-height: none;
}
.tx-mapmaker .eventItem .eventBadge.transparent {
  background: none;
  padding: 0;
}
.tx-mapmaker .eventItem .eventImage {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.tx-mapmaker .eventItem .eventImage .image {
  height: 100%;
  background-image: url('vhs-assets-css-4c22a3dfc055845517cd7e44a91fe9ed.jpg');
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.tx-mapmaker .eventItem .info {
  height: 140px;
  overflow: hidden;
  background: #3eb0e5;
  padding: 14px 15px 5px;
  color: #fff;
}
.tx-mapmaker .eventItem .info .cat {
  margin-bottom: 5px;
  font-size: 14px;
}
.tx-mapmaker .eventItem .info .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 92%;
  margin-bottom: 7px;
}
.tx-mapmaker .eventItem .info .date {
  line-height: 1;
  font-size: 16px;
}
.tx-mapmaker .eventItem .info .buttons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding-right: 40px;
}
.tx-mapmaker .eventItem .info .buttons .tooltip {
  border: 1px solid #FFF;
  z-index: 999;
}
.tx-mapmaker .eventItem .info .buttons .btn {
  width: auto !important;
}
.tx-mapmaker .eventItem .info .buttons .map {
  cursor: pointer;
}
.tx-mapmaker .eventItem .info .buttons .map img {
  width: 40px;
}
.tx-mapmaker .eventItem .info .buttons .ical {
  display: block;
  margin-right: 5px;
  cursor: pointer;
}
.tx-mapmaker .eventItem .info .buttons .ical img {
  width: 40px;
}
.tx-mapmaker .eventItem:hover .eventImage .image, .tx-mapmaker .eventItem:active .eventImage .image {
  transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.events.mapmaker-loading section.eventMap:before, .events.mapmaker-loading section.eventMap:after {
  opacity: 1;
  visibility: visible;
}
.events.mapmaker-loading section.eventMap .mapFilter {
  opacity: 0.65;
}

.grid-sizer {
  width: 100%;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 650px) {
  .grid-sizer {
    width: 50%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .grid-sizer {
    width: 375px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .grid-sizer {
    width: 323.328125px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .grid-sizer {
    width: 390px;
  }
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
.events .eventItem .infoLabel {
  width: calc(100% - 30px);
  margin-left: 15px;
  bottom: 15px;
}
.events .eventItem .info {
  height: auto;
  min-height: 140px;
}
.events .eventItem .info .title {
  font-size: 24px;
}
.events .eventItem .info .buttons {
  bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: absolute;
}
.events .eventItem .info .buttons .btn, .events .eventItem .info .buttons .btn.block {
  margin-top: 5px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .events_ .eventItem_ .infoLabel {
    width: calc(100% - 30px);
    margin-left: 15px;
    bottom: 15px;
  }
  .events_ .eventItem_ .info {
    height: auto;
    min-height: 140px;
  }
  .events_ .eventItem_ .info .title {
    font-size: 24px;
  }
  .events_ .eventItem_ .info .buttons {
    bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
  }
  .events_ .eventItem_ .info .buttons .btn, .events_ .eventItem_ .info .buttons .btn.block {
    margin-top: 5px;
  }

  .tx-mapmaker .eventItem .infoLabel {
    width: calc(100% - 30px);
    margin-left: 15px;
    bottom: 15px;
  }
  .tx-mapmaker .eventItem .info {
    height: auto;
    min-height: 140px;
  }
  .tx-mapmaker .eventItem .info .title {
    font-size: 24px;
  }
  .tx-mapmaker .eventItem .info .buttons {
    bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
  }
  .tx-mapmaker .eventItem .info .buttons .btn, .tx-mapmaker .eventItem .info .buttons .btn.block {
    margin-top: 5px;
  }
  .tx-mapmaker section.eventMap {
    top: 43px;
  }
  .tx-mapmaker .mapFilter .h1 {
    background-color: #b0b0b0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tx-mapmaker .container .row > .grid {
    /*margin-top: 440px;*/
  }
}
@media only screen and (max-width: 649px) {
  .events .col-xs-12 {
    width: 100%;
  }

  .events section.eventMap .mapFilter .filterContent {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .tx-mapmaker section.eventMap {
    top: 36px;
  }
  .tx-mapmaker .mapFilter .h1 {
    background-color: #b0b0b0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tx-mapmaker .container .row > .grid {
    /*margin-top: 480px;*/
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .events .eventItem .eventImage {
    height: 300px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 360px) {
  .events section.eventMap .mapFilter .h1 {
    font-size: 40px;
  }
  .events section.eventMap .mapFilter .h1 .arrow {
    top: -7px;
    margin-left: 8px;
  }

  .events .eventItem .eventImage {
    height: 253px;
  }

  .events .eventItem .eventBadge {
    margin-left: 10px;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
#filter-container {
  display: none;
}

@media only screen and (min-width: 991px) {
  .mapFilter li.odd {
    background: none !important;
  }

  .mapFilter li.even:hover, .mapFilter li.odd:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
  }

  .mapFilter li.even {
    background: rgba(255, 255, 255, 0.075) none repeat scroll 0 0 !important;
  }
}
.mapmaker .gm-style-iw, .mapmaker .gm-style-iw-c, .mapmaker .gm-style-iw-d {
  max-height: 800px !important;
  height: auto !important;
}
.mapmaker #tx-mapmaker-name-suggest {
  margin: 10px 0 10px 0;
}
.mapmaker #tx-mapmaker-name-suggest #tx-mapmaker-name {
  width: 100%;
}
.mapmaker #tx-mapmaker-name-suggest .tt-menu {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/*# sourceMappingURL=eventmap.css.map */


