.searchWindow form {
  width: 100%;
  max-width: 730px;
}
.searchWindow input {
  font-size: 40px;
  height: 80px;
}

.caption.table {
  max-width: 100%;
  width: 100%;
}
.caption.table .space {
  width: 15px;
}

.med {
  background: none !important;
  color: #fa1e32 !important;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: 600;
  vertical-align: top;
  margin: 0 12px 0 0;
}

.tab.active[data-goto]:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 989px) {
  .galleryArticle .textCols {
    display: none;
  }
}
.galleryArticle .textCols .col {
  width: 24%;
  margin: 0 1.333% 0 0;
}
.galleryArticle .textCols .col:last-child {
  margin-right: 0;
}
.galleryArticle .textCols p {
  font: 500 14px/21px "IBM Plex Mono";
  padding: 0 0 10px;
}
.galleryArticle .textCols p b {
  font-weight: 600;
}
.galleryArticle .textCols p a {
  color: #000;
}
.galleryArticle .textCols p a:hover {
  text-decoration: underline;
}
.galleryArticle .textCols img {
  display: block;
  margin: 0 0 30px;
}
.galleryArticle .textCols .mapIcon {
  width: 13px;
  height: 11px;
  position: absolute;
  top: 8px;
  right: 0;
  background: url("../images/dosszie2.svg") no-repeat center 0/13px 11px;
}
.galleryArticle h4 {
  border-top: solid 1px #707070;
  padding: 3px 20px 20px 0;
  font: 400 16px/17px "Adieu";
  margin: 10px 0 0;
  position: relative;
}
.galleryArticle .type {
  padding: 0 0 5px;
}
.galleryArticle .table {
  width: 100%;
}
.galleryArticle .table .cell {
  vertical-align: top;
}
.galleryArticle .table.top {
  padding: 0 0 55px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top {
    display: block;
  }
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top > .cell {
    display: block;
  }
}
.galleryArticle .table.top > .cell:first-child {
  width: 400px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top > .cell:first-child {
    width: 100%;
  }
}
.galleryArticle .table.top > .cell:last-child {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top > .cell:last-child {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts {
    display: block;
  }
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts > .cell {
    display: block;
  }
}
.galleryArticle .table.texts > .cell:first-child {
  width: 75px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts > .cell:first-child {
    width: 100%;
  }
}
.galleryArticle .table.texts > .cell:last-child {
  padding: 0 180px 0 0;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts > .cell:last-child {
    padding: 10px 0 0;
  }
}
.galleryArticle .innerSlider h1 {
  font: 400 24px/32px "Adieu";
  padding: 0 0 30px;
}
.galleryArticle .innerSlider p {
  font: 400 17px/24px "IBM Plex Sans";
}
.galleryArticle .innerSlider p i {
  font-style: italic;
}
.galleryArticle .innerSlider .steps {
  font: 400 15px/24px "Adieu";
}
.galleryArticle .dateAndSocials {
  font-size: 0;
}
.galleryArticle .dateAndSocials .date {
  font: 500 14px/21px "IBM Plex Mono";
}
.galleryArticle .dateAndSocials .date, .galleryArticle .dateAndSocials a {
  display: inline-block;
  vertical-align: middle;
}
.galleryArticle .dateAndSocials a {
  height: 14px;
}
.galleryArticle .dateAndSocials a:hover {
  opacity: 0.8;
}
.galleryArticle .dateAndSocials .socials {
  padding: 0 0 0 20px;
  font-size: 0;
}
.galleryArticle .dateAndSocials .socials > * {
  display: inline-block;
  font-size: 15px;
  color: #000;
  line-height: 21px;
  margin: 0 0 0 12px;
}
.galleryArticle .dateAndSocials .socials > *:hover {
  opacity: 0.8;
}
.galleryArticle .theGallery {
  padding: 0 100px 55px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery {
    padding-left: 0;
    padding-right: 0;
  }
}
.galleryArticle .theGallery .slick-arrow {
  position: absolute;
  width: 35px;
  height: 80px;
  top: 50%;
  padding: 0;
  text-indent: -9999px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery .slick-arrow {
    bottom: -15px;
    top: auto;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.galleryArticle .theGallery .slick-arrow.slick-prev {
  left: 0;
  background: url("../images/arr_left.svg") no-repeat center center;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery .slick-arrow.slick-prev {
    left: 50%;
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
}
.galleryArticle .theGallery .slick-arrow.slick-next {
  right: 0;
  background: url("../images/arr_right.svg") no-repeat center center;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery .slick-arrow.slick-next {
    right: 50%;
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
}
.galleryArticle .theGallery .oneSlide img {
  opacity: 0;
}
.galleryArticle .theGallery .double .cell.space {
  width: 15px;
}

.deleteThis {
  position: relative;
}
.deleteThis .x {
  position: absolute;
  right: -17px;
  top: 15px;
  width: 14px;
  z-index: 10;
  cursor: pointer;
  height: 14px;
  background: url("../images/x_new.svg") no-repeat center center/cover;
}
.deleteThis .x:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 989px) {
  .deleteThis .x {
    right: 0;
  }
}
@media only screen and (max-width: 989px) {
  .deleteThis {
    padding: 0 20px 0 0;
  }
}

@media only screen and (max-width: 989px) {
  .cell:nth-child(4) .deleteThis {
    display: table;
  }
}