/* verlaeufe */
.tx-ext-gallery001a .galerie {
  position: relative;
  min-height: calc(100vh - 255px);
  max-height: calc(100vh - 255px);
  height: 10000vh;
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.tx-ext-gallery001a .galerie .item {
  width: 25%;
  padding: 0;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.tx-ext-gallery001a .galerie .item img {
  display: block;
  width: 101%;
  height: auto;
  -webkit-transform: translate(-0.5%);
  -moz-transform: translate(-0.5%);
  -ms-transform: translate(-0.5%);
  -o-transform: translate(-0.5%);
  transform: translate(-0.5%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tx-ext-gallery001a .galerie .item .hover {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  -webkit-transform: translate(-50.5%, -50.5%);
  -moz-transform: translate(-50.5%, -50.5%);
  -ms-transform: translate(-50.5%, -50.5%);
  -o-transform: translate(-50.5%, -50.5%);
  transform: translate(-50.5%, -50.5%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
}
.tx-ext-gallery001a .galerie .item .hover > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.tx-ext-gallery001a .galerie .item .hover > div h4 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
}
.tx-ext-gallery001a .galerie .item .hover > div p {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
}
.tx-ext-gallery001a .galerie .item:active,
.tx-ext-gallery001a .galerie .item:focus,
.tx-ext-gallery001a .galerie .item:hover {
  z-index: 0 !important;
}
.tx-ext-gallery001a .galerie .item:active .hover,
.tx-ext-gallery001a .galerie .item:focus .hover,
.tx-ext-gallery001a .galerie .item:hover .hover {
  opacity: 1;
}
.tx-ext-gallery001a .galerie .item:active a .text,
.tx-ext-gallery001a .galerie .item:focus a .text,
.tx-ext-gallery001a .galerie .item:hover a .text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.tx-ext-gallery001a .galerie .item.notvisible {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.tx-ext-gallery001a .galerie .item .text {
  background-color: rgba(25, 44, 40, 0.7);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
.tx-ext-gallery001a .galerie .item .text .inner {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tx-ext-gallery001a .bx-wrapper .slide {
  overflow: hidden;
}
.tx-ext-gallery001a .bx-wrapper .slide img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tx-ext-gallery001a .bx-wrapper .slide .text {
  background-color: rgba(25, 44, 40, 0.7);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
.tx-ext-gallery001a .bx-wrapper .slide .text .inner {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tx-ext-gallery001a .bx-wrapper .slide:hover a .text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.tx-ext-gallery001a .bx-wrapper .bx-next {
  background: url(../images/arrow-right-offer.svg) no-repeat center center;
}
.tx-ext-gallery001a .bx-wrapper .bx-prev {
  background: url(../images/arrow-left-offer.svg) no-repeat center center;
}
.tx-ext-gallery001a .text-content {
  margin-bottom: 30px;
}
.tx-ext-gallery001a .galerylist {
  position: relative;
}
.tx-ext-gallery001a .contenttwoline {
  background-color: #c2caca;
  float: left;
  width: 33.3333%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .tx-ext-gallery001a .contenttwoline {
    padding: 45px 45px 0;
  }
}
@media screen and (max-width: 991px) {
  .tx-ext-gallery001a .contenttwoline {
    width: 100%;
    position: relative;
    height: auto !important;
    padding-bottom: 195px;
  }
}
.tx-ext-gallery001a .contenttwoline .description {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  letter-spacing: .05em !important;
  color: #192c28;
  padding: 0 25%;
  font-family: "Fieldwork", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tx-ext-gallery001a .contenttwoline .description {
    padding-top: 45px;
  }
}
.tx-ext-gallery001a .twoline {
  float: right;
  width: 66.6666%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tx-ext-gallery001a .twoline {
    width: 100%;
  }
}
.tx-ext-gallery001a .twoline.single.issmaller .image {
  float: right;
}
.tx-ext-gallery001a .twoline.single .image {
  height: 100%;
}
.tx-ext-gallery001a .twoline.single .image img {
  display: block;
  height: 100%;
  width: auto;
}
.tx-ext-gallery001a .twoline .galerie-inner {
  overflow: auto;
  overflow-y: hidden;
  height: 800px;
}
.tx-ext-gallery001a .twoline.issmaller .element {
  float: right;
}
.tx-ext-gallery001a .twoline .element {
  height: 50%;
}
@media screen and (max-width: 991px) {
  .tx-ext-gallery001a .twoline .element {
    float: none !important;
    margin: 0 auto;
  }
}
.tx-ext-gallery001a .twoline .element .image {
  height: 100%;
  overflow: hidden;
  float: left;
}
.tx-ext-gallery001a .twoline .element .image img {
  display: block;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tx-ext-gallery001a .twoline .element .image:last-child {
  margin-right: 0;
}
.tx-ext-gallery001a .twoline.zoom .element .image a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.tx-ext-gallery001a .twoline .navigation .navitem {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  display: none;
  cursor: pointer;
  background-color: rgba(240, 238, 232, 0.8);
  z-index: 6;
}
.tx-ext-gallery001a .twoline .navigation .navitem.prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tx-ext-gallery001a .twoline .navigation .navitem.next {
  right: 0;
}
.tx-ext-gallery001a .twoline .navigation .navitem .icon {
  background: url(../images/arrow_twoline.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 36px;
}
