#topSpaceWrapper {
  padding-top: 62px;
}
#headerOuter {
  position: fixed;
  background: #fff;
  z-index: 10000;
  width: 100%;
  height: 62px;
}
#headerOuter #headerInner {
  padding: 0 20px;
}
#headerOuter .navbar-heading {
  float: none;
  width: 100%;
  position: relative;
}
#headerOuter .navbar-heading .navbar-logo {
  display: block;
  float: left;
  width: 150px;
  margin-top: 10px;
}
#headerOuter .navbar-heading .navbar-logo img {
  max-width: 100%;
}
#headerOuter .navbar-heading .navigation-toggle {
  display: block;
  height: 62px;
  width: 24px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0 none;
}
#headerOuter .navbar-heading .navigation-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
}
#headerOuter .navbar-heading .navigation-toggle:focus {
  outline: none;
}
#headerOuter.is-open {
  background: transparent;
  height: 100%;
}
#headerOuter.is-open .navbar-heading .navbar-logo {
  visibility: hidden;
}
#headerOuter.is-open .navbar-heading .navigation-toggle {
  height: 62px;
  width: 24px;
  padding: 0;
  top: 0;
  right: 0;
}
#headerOuter.is-open .navbar-heading .navigation-toggle .icon-bar {
  display: none;
}
#headerOuter #mainNavigation {
  display: none;
  padding: 0;
  margin: 0;
}
#headerOuter #mainNavigation.is-open {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#headerOuter #mainNavigation.is-open .close-navigation-layer {
  background: url(../images/close-nav.png) no-repeat center center;
  background-size: 21px 21px;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 21px;
  height: 21px;
}
#headerOuter #mainNavigation.is-open .close-navigation-layer:focus {
  outline: none;
}
#headerOuter #mainNavigation #mainNavigationInner {
  background-color: #fff;
  width: 60%;
  height: 100%;
  margin-left: 20%;
  padding-top: 30px;
}
#headerOuter #mainNavigation #mainNavigationInner .nav-layer-logo {
  margin: 0 0 35px 30px;
  width: 137px;
}
#headerOuter #mainNavigation #mainNavigationInner .nav-layer-logo img {
  max-width: 100%;
}
#headerOuter #mainNavigation #mainNavigationInner ul {
  padding: 0;
  margin: 0 30px;
  list-style-type: none;
  text-transform: uppercase;
  font-family: "FuturaStdMedium", sans-serif;
}
#headerOuter #mainNavigation #mainNavigationInner ul.lang-nav {
  background-color: transparent;
}
#headerOuter #mainNavigation #mainNavigationInner ul.lang-nav:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
#headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li {
  font-size: 10px;
  line-height: 10px;
  float: left;
  display: block;
  border: 1px solid #000;
}
#headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li a {
  display: block;
  padding: 4px 8px;
  background: transparent;
}
#headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li a:hover {
  background: #000;
  color: #fff;
}
#headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li.active a {
  background: #000;
  color: #fff;
}
#headerOuter #mainNavigation #mainNavigationInner ul.main-nav {
  padding-top: 23px;
  font-size: 13px;
}
#headerOuter #mainNavigation #mainNavigationInner ul.main-nav li {
  padding-bottom: 8px;
  display: block;
}
#headerOuter #mainNavigation #mainNavigationInner ul.main-nav li:nth-child(5),
#headerOuter #mainNavigation #mainNavigationInner ul.main-nav li:last-child {
  padding-bottom: 17px;
  margin-bottom: 15px;
  background: url(../images/nav-spacer.png) no-repeat left bottom;
  background-size: 35px 4px;
}
#headerOuter #mainNavigation #mainNavigationInner ul.main-nav li a {
  color: #000;
}
#headerOuter #mainNavigation #mainNavigationInner ul.main-nav li a:hover {
  color: #000;
}
#front-page #headerOuter.sticky {
  top: 0 !important;
}
#front-page #headerOuter.bottom-position {
  background: transparent;
}
#front-page #headerOuter.bottom-position .navbar-heading .navbar-logo {
  display: none;
}
#front-page #headerOuter.bottom-position .navbar-heading .navigation-toggle .icon-bar {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #topSpaceWrapper {
    padding-top: 100px;
  }
  #headerOuter {
    height: 100px;
  }
  #headerOuter #headerInner {
    padding: 0 35px;
  }
  #headerOuter .navbar-heading .navbar-logo {
    width: 200px;
    margin-top: 23px;
  }
  #headerOuter .navbar-heading .navigation-toggle {
    height: 100px;
    width: 35px;
  }
  #headerOuter .navbar-heading .navigation-toggle .icon-bar {
    height: 4px;
    margin: 8px 0;
  }
  #headerOuter.is-open .navbar-heading .navigation-toggle {
    height: 100px;
    width: 35px;
  }
  #headerOuter #mainNavigation.is-open .close-navigation-layer {
    background-size: 36px 36px;
    right: 33px;
    top: 33px;
    width: 36px;
    height: 36px;
  }
  #headerOuter #mainNavigation #mainNavigationInner {
    width: 62%;
    margin-left: 19%;
    padding-top: 65px;
  }
  #headerOuter #mainNavigation #mainNavigationInner .nav-layer-logo {
    margin: 0 0 50px 105px;
    width: 304px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul {
    margin: 0 105px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li {
    font-size: 18px;
    line-height: 18px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li a {
    padding: 9px 17px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav {
    padding-top: 45px;
    font-size: 22px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li {
    padding-bottom: 18px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li:nth-child(5),
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li:last-child {
    padding-bottom: 34px;
    margin-bottom: 30px;
    background: url(../images/nav-spacer.png) no-repeat left bottom;
    background-size: 71px 5px;
  }
}
@media screen and (min-width: 1024px) {
  #topSpaceWrapper {
    padding-top: 62px;
  }
  #front-page #headerOuter {
    top: 92vh;
  }
  #front-page #headerOuter.sticky {
    top: 0 !important;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.lang-nav li {
    border: 1px solid #fff;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.lang-nav li a {
    color: #fff;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.lang-nav li a:hover {
    background: #000;
    color: #fff;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.lang-nav li.active a {
    background: #fff;
    color: #000;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.main-nav li {
    color: #fff;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.main-nav li a {
    color: #fff;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.main-nav li a:hover {
    background: none;
    color: #000;
  }
  #headerOuter {
    height: 62px;
  }
  #headerOuter #headerInner {
    padding: 0 50px;
    margin: auto;
  }
  #headerOuter .navbar-heading {
    float: left;
    width: 170px;
    position: relative;
  }
  #headerOuter .navbar-heading .navbar-logo {
    display: block;
    float: none;
    width: 163px;
    height: 52px;
    margin-top: 10px;
  }
  #headerOuter .navbar-heading .navigation-toggle {
    display: none;
  }
  #headerOuter.is-open {
    background: transparent;
    height: 100%;
  }
  #headerOuter.is-open .navbar-heading .navbar-logo {
    visibility: hidden;
  }
  #headerOuter.is-open .navbar-heading .navigation-toggle {
    height: 62px;
    width: 24px;
    padding: 0;
    top: 0;
    right: 0;
  }
  #headerOuter.is-open .navbar-heading .navigation-toggle .icon-bar {
    display: none;
  }
  #headerOuter #mainNavigation {
    display: block;
    padding: 0;
    margin: 0;
  }
  #headerOuter #mainNavigation #mainNavigationInner {
    background-color: transparent;
    width: auto;
    height: 62px;
    margin-left: 0;
    padding-top: 0;
  }
  #headerOuter #mainNavigation #mainNavigationInner .nav-layer-logo {
    display: none;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul {
    padding: 0;
    margin: 0;
    float: right;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.lang-nav {
    margin: 20px 0 0 15px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li {
    font-size: 10px;
    line-height: 10px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.lang-nav li a {
    padding: 4px 8px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav {
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li {
    padding-bottom: 0;
    float: left;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li:nth-child(5),
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li a {
    display: block;
    padding: 24px 15px 0 15px;
    height: 62px;
    color: #000;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li a:hover {
    color: #fff;
    background-color: #000;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li.active a {
    background: url(../images/nav-spacer.png) repeat-x left bottom;
    background-size: 48px 3px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li.active a:hover {
    color: #fff;
    background: #000;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  #headerOuter #headerInner {
    padding: 0 35px;
  }
  #headerOuter .navbar-heading {
    width: 160px;
  }
  #headerOuter .navbar-heading .navbar-logo {
    width: 153px;
    height: 52px;
    margin-top: 10px;
  }
  #headerOuter #mainNavigation #mainNavigationInner {
    height: 62px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav {
    font-size: 12px;
  }
  #headerOuter #mainNavigation #mainNavigationInner ul.main-nav li a {
    padding: 24px 10px 0 10px;
  }
}
.kachel-section {
  background: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 42px;
}
#startKachelWrapper .container.desktop {
  display: none;
}
#startKachelWrapper .container.tablet {
  display: none;
}
#startKachelWrapper .container.smartphone {
  display: block;
}
#startKachelWrapper .container.tiles {
  width: 320px;
  margin: auto;
}
#startKachelWrapper .container.tiles .tile {
  width: 154px;
  height: 154px;
  color: #252525;
  background-color: #e4e4e4;
  margin: 3px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  font-family: "FuturaStdLight", sans-serif;
}
#startKachelWrapper .container.tiles .tile a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 85px 12px 12px 12px;
  color: #252525;
  border: 1px solid #000;
}
#startKachelWrapper .container.tiles .tile a:hover {
  background-color: #fff;
  color: #252525;
  border-color: #fff;
}
#startKachelWrapper .container.tiles .tile h3 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: "FuturaBold", sans-serif;
  margin-bottom: 10px;
}
#startKachelWrapper .container.tiles .tile p {
  margin: 0;
  padding: 0;
  text-align: left;
}
#startKachelWrapper .container.tiles .tile.dark {
  background-color: #252525;
  color: #fff;
}
#startKachelWrapper .container.tiles .tile.dark a {
  color: #fff;
  border: 1px solid #252525;
}
#startKachelWrapper .container.tiles .tile.dark a:hover {
  background-color: #fff;
  color: #252525;
  border: 1px solid #fff;
}
#startKachelWrapper .container.tiles .tile.big {
  height: 314px;
  width: 314px;
  font-size: 22px;
  line-height: 25px;
}
#startKachelWrapper .container.tiles .tile.big a {
  padding: 210px 26px 22px 26px;
  border: 0 none;
  color: #fff;
}
#startKachelWrapper .container.tiles .tile.big a:hover {
  background-color: #fff;
  color: #252525;
}
#startKachelWrapper .container.tiles .tile.big h3 {
  font-size: 13px;
  font-family: "FuturaBold", sans-serif;
  margin-bottom: 10px;
}
#startKachelWrapper .container.tiles .tile.watertap {
  background: url(../images/startkacheln/wasserhahn.jpg) no-repeat center center;
  background-size: cover;
}
#startKachelWrapper .container.tiles .tile.showers {
  background: url(../images/startkacheln/duschen.jpg) no-repeat center center;
  background-size: cover;
}
#startKachelWrapper .container.tiles .tile.fountains {
  background: url(../images/startkacheln/brunnen.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .kachel-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #startKachelWrapper .container.tablet {
    display: block;
  }
  #startKachelWrapper .container.smartphone {
    display: none;
  }
  #startKachelWrapper .container.tiles {
    width: 660px;
  }
  #startKachelWrapper .container.tiles .tile {
    width: 200px;
    height: 200px;
    margin: 10px;
    font-size: 20px;
    line-height: 22px;
  }
  #startKachelWrapper .container.tiles .tile a {
    padding: 115px 20px 15px 20px;
  }
  #startKachelWrapper .container.tiles .tile h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #startKachelWrapper .container.tiles .tile.big {
    height: 420px;
    width: 420px;
    font-size: 22px;
    line-height: 25px;
    float: left;
  }
  #startKachelWrapper .container.tiles .tile.big a {
    padding: 288px 40px 28px 40px;
  }
  #startKachelWrapper .container.tiles .tile.big h3 {
    font-size: 18px;
    font-family: "FuturaBold", sans-serif;
    margin-bottom: 16px;
  }
  #startKachelWrapper .container.tiles .tile.big p {
    font-size: 30px;
    line-height: 33px;
  }
  #startKachelWrapper .container.tiles .two-tile-col {
    width: 220px;
    float: left;
  }
  #startKachelWrapper .container.tiles .two-tile-col .bottom-tile {
    margin-top: 10px;
  }
  .is-ie #startKachelWrapper .container.tiles .tile {
    margin: 9px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #startKachelWrapper .container.tiles .two-tile-col {
    /* Portrait iPad display */
  }
  #startKachelWrapper .container.tiles .two-tile-col .bottom-tile {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .kachel-section {
    padding-top: 90px;
    padding-bottom: 95px;
  }
  #startKachelWrapper .container.tablet {
    display: none;
  }
  #startKachelWrapper .container.desktop {
    display: block;
  }
  #startKachelWrapper .container.tiles {
    width: 1320px;
  }
}
#product-teaser #secondary .product-overview {
  margin: auto;
  margin-top: 2px;
  max-width: 300px;
}
#product-teaser #secondary .product-overview .teaser-item {
  position: relative;
  float: left;
  width: 280px;
  height: 213px;
  padding: 0 !important;
  margin: 5px 0;
  background-color: #000;
}
#product-teaser #secondary .product-overview .teaser-item .image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#product-teaser #secondary .product-overview .teaser-item h3 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "FuturaStdLight", sans-serif;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 9999;
  padding: 0 13px;
  margin: 0;
}
#product-teaser #secondary .product-overview .teaser-item .product-shortdescription {
  position: absolute;
  z-index: 9000;
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.44;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
#product-teaser #secondary .product-overview .teaser-item a:hover h3 {
  bottom: 115px;
}
#product-teaser #secondary .product-overview .teaser-item a:hover p {
  padding: 0 10%;
  color: #fff;
  z-index: 9000;
  padding-top: 115px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 60%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.3)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 60%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 60%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 60%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 60%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.filter-dropdwon {
  text-align: center;
  padding: 20px 0 10px 0 !important;
}
.filter-dropdwon.references {
  padding: 20px 0 20px 0 !important;
}
@media screen and (min-width: 768px) {
  #product-teaser #secondary {
    padding-left: 0;
    padding-right: 0;
  }
  #product-teaser #secondary .product-overview {
    margin-top: 30px;
    max-width: 740px;
  }
  #product-teaser #secondary .product-overview .teaser-item {
    width: 350px;
    height: 266px;
    margin: 10px 10px;
  }
  #product-teaser #secondary .product-overview .teaser-item h3 {
    font-size: 30px;
    line-height: 35px;
    bottom: 50px;
    padding: 0 20px;
  }
  #product-teaser #secondary .product-overview .teaser-item .product-shortdescription {
    font-size: 18px;
  }
  #product-teaser #secondary .product-overview .teaser-item a:hover h3 {
    bottom: 145px;
  }
  #product-teaser #secondary .product-overview .teaser-item a:hover p {
    padding: 0 20px;
    padding-top: 145px;
  }
  .filter-dropdwon {
    text-align: center;
    padding: 30px 0 20px 0 !important;
  }
  .filter-dropdwon.references {
    padding: 30px 0 40px 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  #product-teaser #secondary .product-overview {
    max-width: 880px;
  }
  #product-teaser #secondary .product-overview .teaser-item {
    width: 420px;
    height: 320px;
  }
  #product-teaser #secondary .product-overview .teaser-item h3 {
    bottom: 60px;
  }
  #product-teaser #secondary .product-overview .teaser-item a:hover h3 {
    bottom: 185px;
  }
  #product-teaser #secondary .product-overview .teaser-item a:hover p {
    padding-top: 155px;
  }
}
@media screen and (min-width: 1320px) {
  #product-teaser #secondary .product-overview {
    max-width: 1320px;
  }
}
#references #primary {
  background-color: #e6e6e6;
  background: url('../images/background-tile.png') top left repeat;
  padding-bottom: 50px;
}
#references #primary .container {
  width: 280px;
  margin: auto;
}
.mkw-reference-item {
  display: block;
  width: 280px;
  height: auto;
  margin: 10px 0;
  float: left;
  background-color: #000;
}
.mkw-reference-item .mkw-reference-image img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
  width: 100%;
  padding: 0 !important;
  text-align: center;
}
.mkw-reference-item .mkw-reference-text {
  overflow: hidden;
  color: #fff;
  background-color: #000;
  padding: 0 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mkw-reference-item .mkw-reference-text h3 {
  font-size: 15px;
  line-height: 21px;
  font-family: "FuturaBold", sans-serif;
  text-transform: uppercase;
  margin: 14px 0 0 0;
}
.mkw-reference-item .mkw-reference-text p {
  font-size: 14px;
  line-height: 21px;
  font-family: "FuturaStdLight", sans-serif;
  padding: 0 !important;
  margin-bottom: 8px;
}
.mkw-reference-item:hover .mkw-reference-image img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0.3;
}
.mkw-reference-item:hover .mkw-reference-text {
  color: #000;
  background-color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (min-width: 768px) {
  #references #primary {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }
  #references #primary .container {
    width: auto;
    max-width: 660px;
  }
  .mkw-reference-item {
    width: 310px;
    margin: 10px;
  }
  .mkw-reference-item .mkw-reference-text {
    padding: 0 20px;
  }
  .mkw-reference-item .mkw-reference-text h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 17px 0 0 0;
  }
  .mkw-reference-item .mkw-reference-text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #references #primary .container {
    max-width: 1010px;
  }
}
@media screen and (min-width: 1320px) {
  #references #primary .container {
    max-width: 1320px;
  }
}
div#content .portrait img {
  padding: 0;
}
.row.portraits {
  width: 87%;
  margin: auto;
  text-align: center;
}
.row.portraits .portrait {
  float: none;
}
.row.portraits .portrait .portrait-image {
  width: 188px;
  margin: 0 auto 20px auto;
  padding: 0;
}
.row.portraits .portrait .portrait-image img {
  padding: 0;
  margin: 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.row.portraits .portrait h3 {
  font-size: 17px;
  font-family: "FuturaBold", sans-serif;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .row.portraits {
    width: 600px;
  }
  .row.portraits .portrait {
    float: left;
    width: 50%;
  }
  .row.portraits .portrait .portrait-image {
    width: 280px;
    height: 370px;
    overflow: hidden;
    margin: 0 10px 30px 10px;
  }
  .row.portraits .portrait .portrait-image img {
    margin: -30px 0 0 0;
  }
  .row.portraits .portrait h3 {
    font-size: 24px;
    margin: 0 0 8px 0;
  }
  .row.portraits .portrait .portrait-description {
    padding: 0 25px;
  }
  .row.portraits .portrait .portrait-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
.fancybox-wrap.contact-form {
  top: 0 !important;
  width: 320px !important;
}
.fancybox-wrap.contact-form .fancybox-outer {
  background: none;
  padding: 30px 0 40px 0;
  width: 290px;
}
.fancybox-wrap.contact-form .fancybox-inner {
  width: 290px !important;
  min-height: 250px !important;
}
.fancybox-wrap.contact-form .fancybox-close {
  background: url(../../custom/images/close-contact-lightbox.png) no-repeat center center;
  background-size: 25px 25px;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.fancybox-wrap.fancybox-mobile {
  position: fixed !important;
}
@media screen and (max-width: 360px) {
  .fancybox-wrap.fancybox-mobile {
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .fancybox-wrap.contact-form {
    width: 500px !important;
  }
  .fancybox-wrap.contact-form .fancybox-outer {
    padding: 50px 35px 60px 35px;
    width: 470px;
  }
  .fancybox-wrap.contact-form .fancybox-inner {
    width: 400px !important;
    min-height: 220px !important;
  }
  .fancybox-wrap.contact-form .fancybox-close {
    background-size: 30px 30px;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.form-row {
  display: block;
  margin-bottom: 10px;
}
.form-row.form-submit {
  position: fixed;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: #fff;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
label.form-label {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.form-input.is-centered {
  text-align: center;
}
.form-input input[type=text],
.form-input textarea {
  border: 2px solid #000;
  padding: 5px 10px;
  background: #fff;
  font-family: 'FuturaStdLight', sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
.form-input input[type=text].fullwidth,
.form-input textarea.fullwidth {
  width: 100%;
}
.form-input input[type=text]:focus,
.form-input textarea:focus,
.form-input input[type=text].filled,
.form-input textarea.filled {
  background: #e6e6e6;
  outline: none;
}
.form-input input[type=submit],
.form-input .black-btn {
  border: 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "FuturaBold", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px;
  transition: all 0.2s linear;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.form-input input[type=submit]:focus,
.form-input .black-btn:focus {
  outline: none;
}
.form-input input[type=submit]:hover,
.form-input .black-btn:hover {
  background: #555;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
.form-row.has-error .form-input input[type=text],
.form-row.has-error .form-input textarea {
  background: #d60000;
  color: #fff;
}
.form-row.has-error .form-input input[type=text]:focus,
.form-row.has-error .form-input textarea:focus,
.form-row.has-error .form-input input[type=text].filled,
.form-row.has-error .form-input textarea.filled {
  background: #d60000;
  color: #fff;
}
.form-row.has-error ::-webkit-input-placeholder {
  color: #fff;
}
.form-row.has-error :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.form-row.has-error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.form-row.has-error :-ms-input-placeholder {
  color: #fff;
}
@media screen and (min-width: 400px) {
  .form-row {
    margin-bottom: 20px;
  }
  label.form-label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .form-input input[type=text],
  .form-input textarea {
    padding: 10px 14px;
    font-size: 18px;
  }
  .form-input input[type=submit],
  .form-input .black-btn {
    padding: 17px 38px;
    margin-top: 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#stageSliderOuter {
  position: relative;
}
#stageSliderOuter .stage-slider,
#stageSliderOuter .stage-slider-multi {
  position: relative;
}
#stageSliderOuter .slide-item {
  height: 500px;
}
#stageSliderOuter .slide-item .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
#stageSliderOuter .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 40px auto;
}
#stageSliderOuter .slick-arrow.slick-prev {
  background: url("../images/carousel-arrow-left.png") no-repeat center center;
  left: -5px;
}
#stageSliderOuter .slick-arrow.slick-next {
  background: url("../images/carousel-arrow-right.png") no-repeat center center;
  right: -5px;
}
@media screen and (min-width: 768px) {
  #stageSliderOuter .slide-item {
    height: 43vw;
    min-height: 700px;
    max-height: 830px;
  }
  #stageSliderOuter .slick-arrow {
    width: 56px;
    height: 56px;
    background-size: 56px auto;
  }
  #stageSliderOuter .slick-arrow.slick-prev {
    left: 17px;
  }
  #stageSliderOuter .slick-arrow.slick-next {
    right: 17px;
  }
}
@media screen and (min-width: 1024px) {
  #stageSliderOuter .slide-item {
    min-height: 800px;
    max-height: 900px;
  }
}

/* ========================================
   FIX 2026-05-14: Menüleiste oben fixieren
   Nav bleibt immer oben mit weissem Hintergrund
   ======================================== */
#front-page #headerOuter {
  top: 0 !important;
  background: #fff !important;
}
#front-page #headerOuter.bottom-position {
  background: #fff !important;
}
#front-page #headerOuter.bottom-position .navbar-heading .navbar-logo {
  display: block !important;
}
#front-page #headerOuter.bottom-position .navbar-heading .navigation-toggle .icon-bar {
  background-color: #333 !important;
}
@media screen and (min-width: 1024px) {
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.main-nav li a {
    color: #000 !important;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.main-nav li a:hover {
    color: #000 !important;
    background: none !important;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.lang-nav li {
    border: 1px solid #000 !important;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.lang-nav li a {
    color: #000 !important;
    background-color: #fff !important;
  }
  #front-page #headerOuter.bottom-position #mainNavigation #mainNavigationInner ul.lang-nav li.active a {
    background: #000 !important;
    color: #fff !important;
  }
}

/* ========================================
   FIX 2026-05-14b: Logo vertikal zur Menüleiste zentrieren
   62px header, 52px Logo → 5px oben + 5px unten = mittig
   ======================================== */
@media screen and (min-width: 1024px) {
  #headerOuter .navbar-heading .navbar-logo {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  #headerOuter .navbar-heading .navbar-logo {
    margin-top: 5px !important;
  }
}

