/* 00 Settings */
/* 01 Tools */
/* 02 Generic */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*[class*=offset],
#fancybox-wrap,
#fancybox-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.teaser .teaser-entries-outer {
  display: flex;
  width: 100%;
  position: relative;
}
.teaser .teaser-entries-outer::before, .teaser .teaser-entries-outer::after {
  content: "";
  z-index: 3;
  height: 40px;
  width: 5px;
  background-color: white;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries-outer::before, .teaser .teaser-entries-outer::after {
    top: -15px;
    height: 15px;
  }
}
.teaser .teaser-entries-outer::after {
  top: auto;
  bottom: -40px;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries-outer::after {
    bottom: -15px;
  }
}
.teaser .teaser-entries {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -40px -25px;
}
.teaser .teaser-entries .btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries .btn {
    display: none;
  }
}
.teaser .teaser-entries::before {
  content: "";
  z-index: 3;
  height: 100%;
  width: 5px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
}
.teaser .teaser-entries::after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries {
    margin: -15px 0;
  }
}
.teaser .teaser-entries .teaser-entry {
  position: relative;
  padding: 40px;
  color: white;
  -moz-box-shadow: 1px 1px 0px rgb(245, 245, 245);
  -webkit-box-shadow: 1px 1px 0px rgb(245, 245, 245);
  box-shadow: 1px 1px 0px rgb(245, 245, 245);
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries .teaser-entry {
    padding: 15px;
  }
}
.teaser .teaser-entries .teaser-entry::before {
  content: "";
  height: 5px;
  width: 40px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries .teaser-entry::before {
    width: 15px;
  }
}
.teaser .teaser-entries .teaser-entry--big {
  width: 100%;
}
.teaser .teaser-entries .teaser-entry--big::after {
  content: "";
  height: 5px;
  width: 40px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries .teaser-entry--big::after {
    width: 15px;
  }
}
.teaser .teaser-entries .teaser-entry--small {
  width: 50%;
}
.teaser .teaser-entries .teaser-entry--small + .teaser-entry--small::before {
  display: none;
}
.teaser .teaser-entries .teaser-entry--small + .teaser-entry--small::after {
  content: "";
  height: 5px;
  width: 40px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  right: 0;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries .teaser-entry--small + .teaser-entry--small::after {
    width: 15px;
  }
}
.teaser .teaser-entries .teaser-entry .teaser-entry-inner {
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: transform, box-shadow;
  -moz-transition-property: transform, box-shadow;
  -ms-transition-property: transform, box-shadow;
  -o-transition-property: transform, box-shadow;
  transition-property: transform, box-shadow;
}
.teaser .teaser-entries .teaser-entry .teaser-entry-inner:hover {
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
.teaser .teaser-entries .teaser-entry .teaser-entry-inner img {
  display: block;
  width: 100%;
}
.teaser .teaser-entries .teaser-entry .teaser-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries .teaser-entry .teaser-text {
    padding: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  .teaser .teaser-entries .teaser-entry .teaser-text p {
    display: none;
  }
}
.teaser .teaser-entries .teaser-entry .teaser-text .teaser-title {
  font-size: 42px;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) {
  .teaser .teaser-entries .teaser-entry .teaser-text .teaser-title {
    font-size: 23px;
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .teaser .teaser-entries .teaser-entry .teaser-text .teaser-title {
    font-size: 16px;
  }
}

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