html.touch .eventTypeOverviewBlock .types .type:hover .imageWrapper img {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html.touch .eventTypeOverviewBlock .types .type:hover .textLink {
  color: #BB8B52;
}
html.touch .eventTypeOverviewBlock .types .type:hover .textLink:after {
  width: 100%;
  right: auto;
  left: 0;
  background: #BB8B52;
}
.eventTypeOverviewBlock {
  margin: 10vw 0;
}
.eventTypeOverviewBlock .types {
  width: calc(100% + 5vw);
  margin-left: -2.5vw;
  margin-bottom: -2.5vw;
  text-align: center;
}
.eventTypeOverviewBlock .types .type {
  display: inline-block;
  margin: 0 2.5vw;
  vertical-align: top;
  width: calc(33.333% - 5vw);
  color: #F4F1E6;
  text-decoration: none;
  margin-bottom: 3.75vw;
  text-align: left;
}
.eventTypeOverviewBlock .types .type:nth-child(3n+1) {
  margin-top: 5vw;
}
.eventTypeOverviewBlock .types .type:nth-child(3n+2) {
  margin-top: 0;
}
.eventTypeOverviewBlock .types .type:nth-child(3n+3) {
  margin-top: 7.5vw;
}
.eventTypeOverviewBlock .types .type:hover .imageWrapper img {
  -webkit-transform: scale(1.05) translate3d(0, 0, 0);
  -moz-transform: scale(1.05) translate3d(0, 0, 0);
  -o-transform: scale(1.05) translate3d(0, 0, 0);
  -ms-transform: scale(1.05) translate3d(0, 0, 0);
  transform: scale(1.05) translate3d(0, 0, 0);
  -webkit-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
}
.eventTypeOverviewBlock .types .type:hover .textLink {
  color: #AEA391;
}
.eventTypeOverviewBlock .types .type:hover .textLink:after {
  width: 0;
  right: 0;
  left: auto;
  background: #AEA391;
}
.eventTypeOverviewBlock .types .type span {
  display: block;
}
.eventTypeOverviewBlock .types .type .imageWrapper {
  -webkit-border-top-right-radius: 0.5vw;
  -webkit-border-bottom-right-radius: 0.5vw;
  -webkit-border-bottom-left-radius: 0.5vw;
  -webkit-border-top-left-radius: 0.5vw;
  -moz-border-radius-topright: 0.5vw;
  -moz-border-radius-bottomright: 0.5vw;
  -moz-border-radius-bottomleft: 0.5vw;
  -moz-border-radius-topleft: 0.5vw;
  border-top-right-radius: 0.5vw;
  border-bottom-right-radius: 0.5vw;
  border-bottom-left-radius: 0.5vw;
  border-top-left-radius: 0.5vw;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 134.83146067%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eventTypeOverviewBlock .types .type img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.eventTypeOverviewBlock .types .type .innerContent {
  display: block;
  position: relative;
}
.eventTypeOverviewBlock .types .type .mediumTitle {
  margin-top: 1.25vw;
}
.eventTypeOverviewBlock .types .type .text {
  margin-top: 1.063vw;
}
.eventTypeOverviewBlock .types .type .textLink {
  display: inline-block;
  margin-top: 2.5vw;
}
@media all and (max-width: 1080px) {
  .eventTypeOverviewBlock {
    margin: 14.814vw 0;
  }
  .eventTypeOverviewBlock .types {
    width: calc(100% + 7.407vw);
    margin-left: -3.704vw;
    margin-bottom: -3.704vw;
  }
  .eventTypeOverviewBlock .types .type {
    margin: 0 3.704vw;
    width: calc(33.333% - 7.407vw);
    margin-bottom: 5.556vw;
  }
  .eventTypeOverviewBlock .types .type:nth-child(3n+1) {
    margin-top: 7.407vw;
  }
  .eventTypeOverviewBlock .types .type:nth-child(3n+3) {
    margin-top: 11.111vw;
  }
  .eventTypeOverviewBlock .types .type .imageWrapper {
    -webkit-border-top-right-radius: 0.741vw;
    -webkit-border-bottom-right-radius: 0.741vw;
    -webkit-border-bottom-left-radius: 0.741vw;
    -webkit-border-top-left-radius: 0.741vw;
    -moz-border-radius-topright: 0.741vw;
    -moz-border-radius-bottomright: 0.741vw;
    -moz-border-radius-bottomleft: 0.741vw;
    -moz-border-radius-topleft: 0.741vw;
    border-top-right-radius: 0.741vw;
    border-bottom-right-radius: 0.741vw;
    border-bottom-left-radius: 0.741vw;
    border-top-left-radius: 0.741vw;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .eventTypeOverviewBlock .types .type .mediumTitle {
    margin-top: 1.852vw;
  }
  .eventTypeOverviewBlock .types .type .text {
    margin-top: 1.574vw;
  }
  .eventTypeOverviewBlock .types .type .textLink {
    margin-top: 3.704vw;
  }
}
@media all and (max-width: 580px) {
  .eventTypeOverviewBlock {
    margin: 22.586vw 0;
  }
  .eventTypeOverviewBlock .types {
    width: calc(100% + 6.897vw);
    margin-left: -3.448vw;
    margin-bottom: -3.448vw;
  }
  .eventTypeOverviewBlock .types .type {
    -webkit-transform: translate(0, 0) translate3d(0, 0, 0) !important;
    -moz-transform: translate(0, 0) translate3d(0, 0, 0) !important;
    -o-transform: translate(0, 0) translate3d(0, 0, 0) !important;
    -ms-transform: translate(0, 0) translate3d(0, 0, 0) !important;
    transform: translate(0, 0) translate3d(0, 0, 0) !important;
    margin: 0 3.448vw;
    width: calc(100% - 6.897vw);
    margin-bottom: 13.793vw;
  }
  .eventTypeOverviewBlock .types .type:last-child {
    margin-bottom: 0;
  }
  .eventTypeOverviewBlock .types .type:nth-child(3n+1) {
    margin-top: 0;
  }
  .eventTypeOverviewBlock .types .type:nth-child(3n+3) {
    margin-top: 0;
  }
  .eventTypeOverviewBlock .types .type .imageWrapper {
    padding-bottom: 100%;
    -webkit-border-top-right-radius: 1.379vw;
    -webkit-border-bottom-right-radius: 1.379vw;
    -webkit-border-bottom-left-radius: 1.379vw;
    -webkit-border-top-left-radius: 1.379vw;
    -moz-border-radius-topright: 1.379vw;
    -moz-border-radius-bottomright: 1.379vw;
    -moz-border-radius-bottomleft: 1.379vw;
    -moz-border-radius-topleft: 1.379vw;
    border-top-right-radius: 1.379vw;
    border-bottom-right-radius: 1.379vw;
    border-bottom-left-radius: 1.379vw;
    border-top-left-radius: 1.379vw;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .eventTypeOverviewBlock .types .type .mediumTitle {
    margin-top: 3.448vw;
  }
  .eventTypeOverviewBlock .types .type .text {
    margin-top: 2.931vw;
  }
  .eventTypeOverviewBlock .types .type .textLink {
    margin-top: 6.897vw;
  }
}
