ul.hausliste {
  padding:0 1em;
}
.hausliste li {
  list-style:none;
}
.hausliste li label{
   font-weight:bold;
   margin-bottom:10px;
}
.mfp-counter {
  display:none;
}
.hausideex ul.slick-dots {
  margin-top:-40px;
}

/* -------------------------------- */

body {
  background: black;
}

 
.grid {
  position: relative;
  
  padding: 1em 0;
 
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
 
  overflow: hidden;
  margin: 10px 1%;
 
  width: auto;
  background: #000000;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
 
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}









.gridx {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;

  list-style: none;
  text-align: center;
}

/* Common style */
.gridx figure {
  position: relative;

  overflow: hidden;
  margin: 10px 1%;

  width: auto;
  background: #000000;
  text-align: center;
  cursor: pointer;
}

.gridx figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.gridx figure figcaption {
  padding: 2em;
  color: #fff;

  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gridx figure figcaption::before,
.gridx figure figcaption::after {
  pointer-events: none;
}

.gridx figure figcaption,
.gridx figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gridx figure figcaption>a {
  z-index: 1;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.gridx figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.gridx figure h2 span {
  font-weight: 800;
}

.gridx figure h2,
.gridx figure p {
  margin: 0;
}

.gridx figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}





/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption>div {
  position: absolute;
  bottom: 1em;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-roxy h2 {
  padding: 30% 0 10px 0;
}

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #9e5406;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
  background: #18a367;
}

figure.effect-layla img {
  height: 390px;
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}


figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
  background-color: #17819c;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
  background: #2e5d5a;
}

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
  background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
  background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
}

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
  opacity: 0.4;
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  background: #42b078;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 50em) {
  .content {
    
    text-align: center;
  }

  .gridx figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}


 




.mockup-kopf {
  position: relative;
  margin-right: -90px;

}



/* fluid 5 columns */
.grid-sizer,
.grid-item {
  width: 100%;
}

/* 2 columns wide */
.grid-item--width2 {
  width: 100%;
}


.fakten .logo2 {
  max-width: 100%;
  height: auto;
  min-width: 150px;
}



.leistungen ul,
.leistungen li {
  list-style: none;
  padding: 0;
  margin: 0;

}

.leistungen li {

  line-height: 1.5rem;
}


.leistungen li::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 0.5rem;
}

.leistungen .lead {
  font-size: 1.25rem;
  font-weight: 300;
  display: inline-block;
}




.sliderbox-referenzen-detail-mockup {
  display: none;
  text-indent: -9999em;
}













.zitatslider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  bottom: 1rem;
  margin: auto;
  left: 0;
}



.titelslider i.prev,
.zitatslider i.prev {
  padding-left: 0 !important;

}

.titelslider i.prev,
.zitatslider i.prev {
  left: -1rem;

}

.titelslider i.next,
.zitatslider i.next {
  right: -1rem;

}



.weblink a {
  color: #fff;
}



.sliderbox-referenzen-detail-x .sliderbox-text-referenzen {
  padding: 30px 20px;
  text-align: center;
  z-index: 4;
  position: relative;
  /* bottom: 0; */
  max-width: 1240px;
  margin: auto;
  height: inherit;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;

}



.sliderbox-referenzen-detail-x.text-left .sliderbox-text-referenzen {
  padding: 30px 20px;
  text-align: left;
  z-index: 4;
  position: relative;
  /* bottom: 0; */
  max-width: 1280px;
  margin: auto;
  height: inherit;
  display: flex;
  align-items: left;
  width: 100%;
  justify-content: left;
}




.sliderbox-referenzen-detail-x.text-left .sliderbox-text-referenzen .sliderbox-text-referenzen {
  text-align: left !important;
  padding: 50px 20px;
}

.sliderbox-referenzen-detail-x .sliderbox-text-referenzen .sliderbox-text-referenzen h3 {
  text-align: left;
  margin-left: 20px;
  padding: 0.5em;
}
















.sliderbox-referenzen-detail-xyy .sliderbox-text-referenzen {
  padding: 30px 20px;
  text-align: left;
  z-index: 4;
  position: relative;
  /* bottom: 0; */
  max-width: 1240px;
  margin: auto;
  height: inherit;
  display: flex;
  align-items: flex-end;
}







.white-popup2 {
  position: relative;
  background: #FFF;
  padding: 0em;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  transition: 1s all;
}


.white-popup2 .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 34px;
  position: absolute;
  right: 5px !important;
  top: 5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 16px 2px;
  color: #FFF;
  font-style: normal;
  /* font-size: 28px; */
  font-family: Arial, Baskerville, monospace;
  background: #000;
  color: #fff;
}

.white-popup2 .content {
  background: #fff;
  padding: 2em;
}

.white-popup2 .mfp-close {
  color: #fff !important;
}


.white-popup2 .copytext {
  width: 100%;
  float: none;
}

.white-popup2 .copytext2 h3 {
  font-size: 1.375em;
  margin-top: 1.5em;
}


.white-popup2 dl.technics {
  float: none;
  width: 100%;
}

.white-popup2 dl.technics img {
  max-width: 100%;
  height: auto;
  margin: 0 0em 0em -0.25em;
}

img.lightbox-mockup {
  max-width: 100%;
  height: auto;
  float: right;
  margin-top: -110px;
}

.bgholder {
  height: 100px;
}

.logox {
  width: 250px;
  margin: auto;
  border-radius: 70%;
  height: 80px;
}

.logox img {
  max-width: 100%;
  height: auto;
}

.logoffx::before {
  content: '';
  position: absolute;
  z-index: 0;
  height: 0px;
  width: 0px;
  top: 120px;
  left: 125px;
  box-shadow: 0px 0px 65px 65px rgba(255, 255, 255, 0.75);
}


.logossx::after {

  content: '';
  position: absolute;
  z-index: 1;
  height: 0px;
  width: 0px;
  top: 120px;

  box-shadow: 100px 0px 100px 70px rgba(255, 255, 255, 0.25);
  margin: auto;

}


.moveleft_bottom {
  display: inline-block;
  float: left;
}

.moveleft_bottom i {
  font-size: 2em;
  display: inline-block;
  float: left;
  padding-right: 5px;
}

.moveleft_bottom p {
  display: inline-block;
  padding: 0.2em;
}



.moveright_bottom {
  display: inline-block;
  float: right;
}

.moveright_bottom i {
  font-size: 2em;
  display: inline-block;
  float: right;
  padding-left: 5px;
}

.moveright_bottom p {
  display: inline-block;
  padding: 0.2em;
}


.projectnav {
  display: flex;
  width: 100%;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}

.projectnav a {
  color: #545454;
}

.projectnav a:hover {
  color: #00adef;
}



.projectnav_left {
  display: flex;
  width: 50%;
}

.projectnav_center {
  display: none;
  visibility: hidden;
  width: 34%;
  text-align: center;
}

.projectnav_right {

  width: 50%;
  text-align: right;
  padding-right: 0px;
}


.projectnav_left p {
  display: none;
}

.projectnav_left a:after {
  content: 'zurück';
  margin: 0.25em;
  position: absolute;
  font-weight: bold;

  margin-top: -30px;
  margin-left: 1.5rem;
}



.projectnav_right p {
  display: none;
}


.projectnav_right a:after {
  content: 'vor';
  margin: 0.25em;
  position: absolute;
  margin-left: -3em;
  font-weight: bold;

  margin-top: -30px;
  margin-right: 1.5rem;
}

.detailslider {
  cursor: zoom-in;
}

.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.logo2 {
  max-width: 100%;
  height: auto;
}

a.ext::before {
  font-family: 'FontAwesome';
  content: '\f0ac';
  float: left;
  display: table;


  width: 1.125em;
  margin-right: 0.35em;
  font-size: 1em;
  padding-top: 0px;
  display: block;
}

.ref_left h3 {
  text-transform: none;
  font-size: 1.375em;
}



.zitatdetail {

  margin: 2em auto;
  margin-bottom: 2em;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.175em;
  color: #738d9a !important;
  font-family: 'Source Sans Pro', sans-serif;
  background: #f9f9f9;
  /* border: 1px solid #f0f0f0; */
}

.zitatdetail br {
  display: none;
}

.zitatdetail strong {
  font-weight: normal;
  font-size: 0.875em;
  clear: both;
  margin-top: 5px;
}

.zitatdetail em {
  clear: both;
  display: inline-block;
}


/*
.zitatdetail blockquote p::before {
    content: "​‌\"";
    float: left;
     font-weight: 400;
    font-size: 4.5em;
    position: absolute;
    margin-left: -30px;
	font-style:italic;
    margin-top:-10px;
    color: rgb(195, 195, 195);
}
*/


.sliderbox-referenzen-detail-mockup .ribbon {
  margin-right: 13.5%;
  margin-top: 1px;
}

.white-popup {


  position: relative;
  background: #FFF;
  padding: 120px 0 0px 100px;
  width: auto;
  max-width: 600px;
  margin: 60px auto;
  text-align: center;
  top: -100px;
  background-size: cover;
  overflow: hidden;
  height: 300px;
  font-size: 0.675em;


}

.white-popup .mfp-close {

  /* height: 44px; */
  line-height: 44px;
  position: absolute;
  right: 5px !important;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  font-weight: 100;
}

.popup {
  display: none;
}

.mfp-content .popup {
  display: block;
}

.mfp-content .popup .mfp-close {

  /* height: 44px; */
  line-height: 44px;
  position: absolute;
  right: 5px !important;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  font-weight: 100;
}




.nochnichtonline {
  text-align: center;
  color: #fff;
  width: 60%;
  height: 160px;
  margin: auto;
  background: #000;
  padding-top: 40px;
  border: 1px solid #fff;
}

.nochnichtonline h2 {
  color: #fff;
}


.nochnichtonline .mfp-close {
  color: #fff !important;
}


.ribbon {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 999;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}









.ribbon2 {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon2 span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon2 span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}

.ribbon2 span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}






.ref_left img.background {
  max-width: 100%;
  height: auto;
}




dl.technics {
  margin: 0;
  background: #f9f9f9;
  padding: 0.75em;
  padding-right: 0;

}

dl.technics dt {
  font-weight: 600;
  font-size: 1em;
}

dl.technics dd {
  margin: 0.25em 0 1em 0;
}







.tx_projekte {
  margin-top: 1em;
}

.casestudy-list:after,
.casestudy-list:before {
  content: " ";
  display: table;
}

.casestudy-teaser {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
}


.casestudy-teaser {
  width: 100%;
}

.casestudy-teaser a:hover img.background {
  width: 105%;
  top: -2.5%;
}

.casestudy-teaser img.background {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 103%;
  transition: all .25s ease-in-out;
  object-fit: cover;
  object-position: top;
}

img {
  vertical-align: middle;
}

.casestudy-teaser a div.logobg {
  background: #9b9b9b;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 62px;
  margin: auto;
  z-index: 1000;
  /* text-align: center; */
}

.casestudy-teaser img.logox {
  position: absolute;
  bottom: 0;
  width: auto;
  /* max-width: 100%; */
  /* max-height: 100%; */
  height: auto;
  margin: auto;
  z-index: 1000;
  left: 50%;
  margin-left: -180px;
}

.casestudy-teaser a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 260px;
  border-radius: 2px;
}




.casestudy-teaser a:after {
  /*
    transition: all .15s ease-in-out;
    box-shadow: inset 0 0 140px rgba(0,0,0,.15);
    background-color: rgba(0,0,0,.15);
    */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}

.casestudy-teaser a:after {
  /*
    transition: all .15s ease-in-out;
    box-shadow: inset 0 0 140px rgba(0,0,0,.15);
    background-color: rgba(0,0,0,.15);
    */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}


.casestudy-teaserxxx a:hover:after {
  box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.15);
  font-family: 'Font Awesome 5 Free';
  content: '\f055';
  /* margin: 25% auto; */
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 3em;
  width: 100%;
  height: 100%;
  display: block;
  margin-left: -50%;
  text-align: center;
  margin-top: 0;
  display: table;
  vertical-align: middle;
  padding-top: 25%;


}



.casestudy-teaser a:before {
  transition: all .15s ease-in-out;
  box-shadow: inset 0 0 140px rgba(0, 0, 0, .15);
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}

/*
.casestudy-teaser a:hover:after {
     transition: all .15s ease-in-out;
    box-shadow: inset 0 0 140px rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
 	font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    color: #ffffff;
    font-size: 2em;
    width: 80px;
    height: 80px;
    display: block;
    margin-left: -40px;
    text-align: center;
    margin-top: -40px;
    display: table;
    vertical-align: middle;
    padding-top: 30px;
    border: 1px solid #fff;
}

*/


.casestudy-teaser a:hover:after {
  transition: all .15s ease-in-out;
  box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
  font-family: 'IcoMoon-Ultimate';
  content: '\ed5d';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 1.375em;
  font-weight: 100;
  width: 50px;
  height: 45px;
  display: block;
  margin-left: -25px;
  text-align: center;
  margin-top: -25px;
  display: table;
  vertical-align: middle;
  padding-top: 10px;
  border: 1px solid #fff;
  line-height: 1;
}







.detailslider .slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.titelslider .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}



.sliderbox-referenzen-detail {
  width: 100%;
  max-width: 100%;
  height: 140px;
  position: relative;
  margin: auto;
  /*
     background-size: 120%;
	background-attachment:fixed;
  */

  background-size: cover;

  overflow: hidden;
  z-index: 3;
}






.sliderbox-referenzen-detail-mockup {
  position: absolute;
  top: 170px;
  right: inherit;
  z-index: 3;
  margin-left: 0;
  z-index: 23;
  overflow: hidden;
}


















.scroll.fadeinx {
  display: block;
  opacity: 1;


  -webkit-animation: fadeinx 0.8s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeinx 0.8s;
  /* Firefox < 16 */
  -ms-animation: fadeinx 0.8s;
  /* Internet Explorer */
  -o-animation: fadeinx 0.8s;
  /* Opera < 12.1 */
  animation: fadeinx 0.8s;



}



@keyframes fadeinx {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadeinx {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinx {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadeinx {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadeinx {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}











.fadeout {


  -webkit-animation: fadeiny 0.8s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeiny 0.8s;
  /* Firefox < 16 */
  -ms-animation: fadeiny 0.8s;
  /* Internet Explorer */
  -o-animation: fadeiny 0.8s;
  /* Opera < 12.1 */
  animation: fadeiny 0.8s;

  opacity: 0;

}



@keyframes fadeiny {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadeiny {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeiny {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Internet Explorer */
@-ms-keyframes fadeiny {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadeiny {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}






.ref_left {
  width: 100%;
  float: none;
}


:after,
:before {
  box-sizing: border-box;
}








.sliderbox-referenzen-detail-x {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.sliderbox-referenzen-detail-x picture {
  position: fixed;
  overflow: hidden;
  object-fit: cover;
  height: 100vh;
  top: 0;
  z-index: 0;
}



section.content {
  position: relative;
  background: #fff;
  padding: 0.125rem 0 0 0;
}

















.filters-button-group {
  margin: auto;
  margin-bottom: 1.375em;
  text-align: center;
}




.button {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 10px;
  /*  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
 */
  color: #222;
  /* font-family: sans-serif;*/
  font-size: 1em;
  /* text-shadow: 0 1px white;*/
  cursor: pointer;
  border: 1px solid #333;

}

.button:hover {
  /*background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  */
  color: #c00418;

}

.button:active,
.button.is-checked {

  background-color: #333;
  color: #fff !important;

}

.button-group .button.is-checked {
  background-color: #333;
  color: #fff !important;

  /*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
}

.button:active {
  /*  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  /*float: left;*/
  border-radius: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
}



.button-group .button {
  display: inline-block;
  font-weight: normal;
  padding: 4px 10px;
  color: #000 !important;
  font-color: #000 !important;
  border: 1px solid #000;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  background: none;
  border-radius: 5px;
  background-color: #fff;
}



.button-group .button:hover,
.button-group .button:active {
  background-color: #333;
  color: #fff !important;
  transition: background-color 0.1s ease-in,
    color 0.1s ease-in;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
}

/*
.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
*/
/* ---- isotope ---- */
.titelslider {
  margin: auto;
}

.additional {
  margin: auto;
}

.titelslider .slick-list {
  margin: 0 60px;
}

.detailslider .slider {
  min-height: 30px;
}

.additional .slick-list {
  margin: 0px;
}

.additional .slider,
.titelslider .slider {

  min-height: inherit;

}

.arrow-right {
  position: absolute;
  font-size: 2em !important;
  z-index: 9999;
  right: 0;
  /* float: right; */
  top: 35%;
}

.arrow-left {
  position: absolute;
  font-size: 2em !important;
  z-index: 9999;
  left: 0;
  /* float: right; */
  top: 35%;
}

button.slider {
  height: 0;
  width: 0;
  border: 0;
}

.tx-content-slider .slider-nav {
  cursor: pointer;
}

.tx-content-slider .slider-nav .slick-current {
  color: #af191a;
  font-weight: bold;
}




.arrow-right-big {
  position: absolute;
  right: -50px;
  font-size: 4em !important;
  z-index: 9999;
}

.arrow-left-big {
  position: absolute;
  left: -50px;
  font-size: 4em !important;
  z-index: 9999;
}


.drop {
  width: 98%;
  margin: 5px;
  position: relative;
  float: none;
  display: table;
  text-align: right;
}

.drop:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: absolute;
  top: 6px;
  right: 8px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  pointer-events: none;


  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;






}

.drop select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0 none;
  background-color: transparent;
  width: 100%;
  height: 35px;
  padding-right: 5px;
  padding-left: 5px;
  display: block;
  position: relative;
  background: #f9f9f9;
  border: 1px solid #d4d4d4;
  float: right;
}



.drop:before {
  content: "Kategorie";
  float: left;
  font-weight: bold;
  padding: 0.25em;
  border: 1px solid #d4d4d4;
  display: none;
}

.titelslider {
  margin: 0 auto;
  max-width: calc(100% - 20px);
  text-align: center;
}

.additional {
  margin: 0 auto;
  max-width: 320px;
}

.zitatslider {
  margin: 0 auto;
  max-width: 300px;
}

.zitate {
  margin: auto;
  max-width: 100%;
}




.titelslider .slick-list {
  margin: 0 1em;
}

.moreprojects {
  display: block;
  clear: both;
  padding: 2em 0;
}

.moveleft,
.moveright {
  display: none;
}

.detailslider {
  max-width: 280px;
  margin: auto;
}


.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto !important;
  padding: 0;
  max-width: 280px;
  margin: auto;
}


@media screen and (min-width:420px) {



  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: inherit;
    margin: auto;
  }




  .detailslider {
    max-width: 340px;
    margin: auto;
  }

  .zitatslider {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }

  .sliderbox-referenzen-detail-mockup {
    position: absolute;
    top: 185px;
    right: inherit;
    z-index: 3;
    margin-left: 45%;
    z-index: 23;
    overflow: hidden;
  }

  .sliderbox-referenzen-detail {
    background-size: 120%;
    background-attachment: fixed;
    height: 150px;
  }


}






@media screen and (min-width:500px) {

  .zitatslider {
    margin: 0 auto;
    max-width: 460px;
  }


  .sliderbox-referenzen-detail-mockup {
    position: absolute;
    top: 155px;
    right: inherit;
    z-index: 3;
    margin-left: 51%;
    z-index: 23;
    overflow: hidden;
  }


  .sliderbox-referenzen-detail {
    background-size: 150%;
    background-attachment: fixed;
    height: 130px;
  }




}

@media screen and (min-width:580px) {

  .sliderbox-referenzen-detail {
    background-size: 120%;
    background-attachment: fixed;
    height: 150px;
  }

  .zitatslider {
    margin: 0 auto;
    max-width: 560px;
  }

  .white-popup {


    position: relative;
    background: #FFF;
    padding: 100px 20px 30px 200px;
    width: auto;
    max-width: 600px;
    margin: 60px auto;
    text-align: center;
    top: -100px;
    background: url(/../../fileadmin/basics/slider-websites-portale.png) -540px 50% no-repeat #ededee;
    background-size: cover;
    overflow: hidden;
    height: 300px;
    font-size: 1em;


  }



  .tx_projekte .inhalt {
    display: none;
  }





  .popup {


    position: relative;
    background: #FFF;
    padding: 50px 50px;
    width: auto;
    max-width: 60%;
    margin: 30px auto;
    text-align: left;

    background-size: cover;
    overflow: hidden;
    height: 80%;
    font-size: 1em;


  }


  img.lightbox-mockup {
    max-width: 50%;
    height: auto;
    float: right;
    margin-top: -210px;
    z-index: 88888888888888888;
    overflow: visible;
    position: absolute;
    right: 20px;
  }

  .bgholder {
    height: 280px;
  }


}

@media screen and (min-width:639px) {

  .sliderbox-referenzen-detail {
    background-size: 120%;
    background-attachment: fixed;
    height: 170px;
  }


  .additional,
  .zitatslider,
  .titelslider {
    margin: 0 auto;
    max-width: 600px;
  }

  .zitatslider {
    margin-top: 3rem !important;
  }

  .white-popup2 .copytext {
    width: 60%;
    float: left;
  }



  .white-popup2 dl.technics {
    float: right;
    width: 35%;
  }


}

@media screen and (min-width:768px) {


  .sliderbox-referenzen-detail-mockup {
    display: block;
    text-indent: inherit;
  }


  .sliderbox-referenzen-detail-x {
    position: relative;
    height: 300px;
    overflow: hidden;
  }

  .sliderbox-referenzen-detail-x picture {
    position: fixed;
    overflow: hidden;
    object-fit: cover;
    height: 100vh;
    top: 0;
    z-index: 0;
  }




  .zitatslider .slick-slide>div {
    padding: 0 5rem;
  }


  .titelslider i.prev,
  .zitatslider i.prev {
    left: 0rem;

  }

  .titelslider i.next,
  .zitatslider i.next {
    right: 0rem;

  }





  .projectnav_left {
    display: flex;
    width: 50%;
  }

  .projectnav_center {
    display: flex;
    visibility: hidden;
    width: 0%;
    text-align: center;
  }

  .projectnav_right {

    width: 50%;
    text-align: right;
    padding-right: 0px;
  }





  .projectnav_left p {
    display: inline-block;
  }

  .projectnav_left a:after {
    display: none;
  }



  .projectnav_right p {
    display: inline-block;
  }


  .projectnav_right a:after {
    display: none;
  }







  .detailslider {
    max-width: 680px;
    margin: auto;
  }

  .sliderbox-referenzen-detail-mockup {

    top: 185px;
    z-index: 23;

  }


  .titelslider {
    margin: 0 auto;
    max-width: 735px;
  }

  .additional .slick-dots {
    bottom: -50px;
  }

  .additional .slick-list {
    margin: 0 0px;
  }

  .zitatslider,
  .additional {
    margin: 0 auto;
    max-width: 740px;
  }



  .casestudy-teaser {
    width: 33.33%;
    padding: 10px;
  }



  .ribbon {

    right: 5px;
  }



  .additional .casestudy-teaser {
    width: 33.33%;
  }

  .additional .casestudy-teaser:nth-child(3) {
    width: 33.33%;
    margin-right: 0;
  }

  .sliderbox-referenzen-detail {
    background-size: 120%;
    background-attachment: fixed;
    height: 260px;
  }

  .ref_left {
    margin-top: 3em;
  }








  .moveright {
    position: fixed;
    top: 50%;
    display: inherit;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    background: #858585;
    color: #fff;
    cursor: pointer;
    border: 0;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;



  }

  .moveright i {
    font-size: 1.5em;
    padding-top: 12px;
    display: inherit;

  }

  .moveright p {
    display: none;
  }

  .moveright:hover {
    background: #e3000f;
    outline: none;
    width: auto;


  }


  .moveright:hover p {
    display: block;
    padding: 12px;
    white-space: nowrap;
    float: left;

  }

  .moveright:hover i {
    float: left;
    padding-right: 1em;
  }

  .moveright.show {
    opacity: 1;
    outline: none;
  }






  .moveleft {
    position: fixed;
    top: 50%;

    display: inherit;
    left: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    background: #858585;
    color: #fff;
    cursor: pointer;
    border: 0;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
  }

  .moveleft i {
    font-size: 1.5em;
    padding-top: 12px;
    display: inherit;
  }

  .moveleft p {
    display: none;
  }

  .moveleft:hover p {
    display: block;
    padding: 12px;
    white-space: nowrap;
    float: right;

  }

  .moveleft:hover i {
    float: right;
    padding-left: 1em;
  }

  .moveleft:hover {

    background: #ff0000;
    outline: none;
    width: auto;

  }

  .moveleft.show {
    opacity: 1;
    outline: none;
  }




  .gridmasonry {
    margin-left: -8px;
    margin-right: -8px;
  }


  /* Masonry */


  /* fluid 5 columns */
  .grid-sizer,
  .grid-item {
    width: 50%;
  }

  /* 2 columns wide */
  .grid-item--width2 {
    width: 50%;
  }






}



@media screen and (min-width:1024px) {

















  .content_inner .tx-projekte {
    /* max-width:990px;*/
  }


  .sliderbox-referenzen-detail-x {
    position: relative;
    height: 440px;
    overflow: hidden;
  }

  .sliderbox-referenzen-detail-x picture {
    position: fixed;
    overflow: hidden;
    object-fit: cover;
    height: 100vh;
    top: 0;
    z-index: 0;
  }




  .zitatslider .slick-slide>div {
    padding: 0 10rem;
  }


  .zitatslider {
    max-width: 800px;
    margin: auto;
  }

  .detailslider {
    max-width: 1000px;
    margin: auto;
  }

  .detailslider .slick-slide {
    margin-left: 0em;
  }


  .sliderbox-referenzen-detail-mockup {
    top: 300px;
  }

  .sliderbox-referenzen-detail {
    background-size: 120%;
    background-attachment: fixed;
    height: 340px;

  }



  .ref_left {
    width: 70%;
    padding: 0;
    margin: 0;
    padding-right: 5%;
    position: relative;
    min-height: 50px;
    background: #fff;
    float: left;
    border-right: 1px solid #f0f0f0;
  }



  .ref_right {
    float: right;
    width: 30%;
    padding-right: 0;

  }

  .ref_gallery {
    margin: 2em 0;
    display: table;
    clear: both;
    widh: 100%;
  }

  .casestudy-teaser {
    width: 33.33%;
  }

  .additional,
  .titelslider {
    max-width: 980px;
    margin: auto;
  }

  .titelslider .slick-list {
    margin: 0 60px;
  }

  dl.technics {
    margin: 0 1em;
    margin-right: 0;
  }

  dl.technics dt {
    font-weight: 600;
    font-size: 1em;
  }

  dl.technics dd {
    margin: 0.25em 0 1em 0;
  }

  button.slider.right {
    display: inline-block;
    right: 0;
    float: right;
    top: 35%;
    background: none;
    position: absolute;
    width: 35px;
    height: 90px;
  }

  i.next.arrow-right {
    position: absolute;
    font-size: 2em !important;
    z-index: 9999;
    right: 0;
    padding-left: 0px !important;
    top: 50%;
    margin-top: -0.5em;
    cursor: pointer;
  }

  button.slider.left {
    display: inline-block;
    left: 0;
    float: left;
    top: 35%;
    background: none;
    position: absolute;
    width: 35px;
    height: 90px;
  }

  i.prev.arrow-left {
    position: absolute;
    font-size: 2em !important;
    z-index: 9999;
    left: 0;
    padding-left: 0px !important;
    top: 50%;
    margin-top: -0.5em;
    cursor: pointer;
  }

  .projectwhite .arrow-left,
  .projectwhite .arrow-right {
    color: #fff;
    font-weight: 100;
  }

  .gridx .casestudy-teaser:nth-child(0n+1) {
    padding-left: 0px;
  }

  .gridx .casestudy-teaser:nth-child(3n+1) {
    padding-left: 0px;
  }

  .gridx .casestudy-teaser:nth-child(3n) {}


  .projectnav_left {
    display: flex;
    width: 40%;
  }

  .projectnav_center {
    display: flex;
    visibility: visible;
    width: 20%;
    text-align: center;
  }

  .projectnav_right {

    width: 40%;
    text-align: right;
    padding-right: 0px;
  }








  /* Masonry */


  /* fluid 5 columns */
  .gridmasonry .grid-sizer,
  .gridmasonry .grid-item {
    width: 25%;
  }

  /* 2 columns wide */
  .gridmasonry .grid-item--width2 {
    width: 50%;
  }


  /* fluid 5 columns */
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }

  /* 2 columns wide */
  .grid-item--width2 {
    width: 50%;
  }







}


@media screen and (min-width:1100px) {




  .sliderbox-referenzen-detail-mockup {
    top: 210px;
  }




  .detailslider .slick-slide {
    margin-left: 1em;
  }





  .tx-projekte {
    max-width: inherit;
  }


  .sliderbox-referenzen-detail {
    height: 380px;
  }

  .additional,
  .titelslider {
    max-width: 1060px;
    margin: auto;
  }


  .zitatslider {
    max-width: 960px;
    margin: auto;
  }

}

@media screen and (min-width:1180px) {



  .additional i.next.arrow-right {
    right: 0rem;
  }

  .additional i.prev.arrow-left {
    left: 0rem;
  }



  .projekte_titel i.next.arrow-right {
    right: -2rem;
  }

  .projekte_titel i.prev.arrow-left {
    left: -2rem;
  }









  .sliderbox-referenzen-detail {
    height: 400px;
  }

  .additional,
  .titelslider {
    max-width: auto;
    margin: auto;
  }

  .zitatslider {
    max-width: 960px;
    margin: auto;
  }


}


@media screen and (min-width:1260px) {
  .sliderbox-referenzen-detail {
    height: 440px;
  }

  .zitatslider,
  .titelslider {
    max-width: 1180px;
    margin: auto;
  }

  .additional {
    max-width: 1300px;
    margin: 0 -10px;
  }

  .additional .slick-list {
    margin: 0px;
  }


  .additional .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }

}




a.internal-link.download.allprojects {

  display: block;
  font-weight: normal;
  padding: 8px;
  color: #738d9a !important;
  font-color: #738d9a !important;
  border: 1px solid #738d9a;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
    color 0.1s ease-out;
  background: none;
  border-radius: 5px;
  margin: auto;
  max-width: 240px;
}

a.internal-link.download.allprojects:hover {
  color: #fff !important;
  background: #738d9a;
}


#c458 img.background {
  opacity: 0;
  transition: opacity .3s ease-in;
}




@media (max-width:460px) {
  .slider h1 {
    font-size: 1.675rem;
  }


  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

}