@charset "UTF-8";
.hide {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input, textarea {
  margin: 0;
  border: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 100%;
}

textarea {
  resize: none;
}

select {
  margin: 0;
}

@font-face {
  font-family: "moebelhausFrey";
  src: url("../fonts/moebelhaus-frey.eot?-v8rntv");
  src: url("../fonts/moebelhaus-frey.eot?#iefix-v8rntv") format("embedded-opentype"), url("../fonts/moebelhaus-frey.woff2?-v8rntv") format("woff2"), url("../fonts/moebelhaus-frey.woff?-v8rntv") format("woff"), url("../fonts/moebelhaus-frey.ttf?-v8rntv") format("truetype"), url("../fonts/moebelhaus-frey.svg?-v8rntv#moebelhausFrey") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[data-icon]:before {
  font-family: "moebelhausFrey";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
}

html {
  font-size: 83%;
}

body {
  font-family: "Verdana, Arial, Helvetica", serif;
  font-weight: 400;
  line-height: 1.3;
  color: #4B88C8;
}

strong {
  font-family: "saira_condensedregular", clean, sans-serif;
}

em {
  font-style: italic;
}

.center {
  text-align: center;
}

.alpha {
  font-size: 50px;
  font-size: 3.125rem;
}

.beta {
  font-size: 30px;
  font-size: 1.875rem;
}

.gamma {
  font-size: 20px;
  font-size: 1.25rem;
}

.delta {
  font-size: 18px;
  font-size: 1.125rem;
}

.epsilon {
  font-size: 16px;
  font-size: 1rem;
}

.zeta {
  font-size: 12px;
  font-size: 0.75rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "saira_condensedregular", clean, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1.alt, h1.button-w-icon.alt2 {
  border: 3px solid #4B88C8;
  padding: 6px 20px;
  display: inline-block;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.75em;
}
body.search h2 {
  line-height: 1.1;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

h3 {
  font-weight: 900;
}

h4 {
  margin-bottom: 0;
  font-weight: 700;
}

p.small, ul.small {
  font-size: 12px;
  font-size: 0.75rem;
}
p.small.push, ul.small.push {
  float: right;
}

ul.horz-list {
  *zoom: 1;
  font-weight: 400;
  list-style-type: none;
}
ul.horz-list:after {
  content: "";
  display: table;
  clear: both;
}
ul.horz-list li {
  float: left;
}
ul.horz-list li a {
  display: block;
  float: left;
}
ul li.push {
  float: right;
  margin-right: 0;
}
ul.alt, ul.button-w-icon.alt2 {
  font-family: "saira_condensedregular", clean, sans-serif;
}
ul.alt li:first-child a, ul.button-w-icon.alt2 li:first-child a {
  width: 50px;
}
ul.alt a, ul.button-w-icon.alt2 a {
  color: white;
  color: rgba(255, 255, 255, 0.6);
  font-size: 30px;
  font-size: 1.875rem;
  padding: 5px 15px;
}
ul.alt a:hover, ul.button-w-icon.alt2 a:hover {
  cursor: pointer;
}
ul.alt a.active, ul.button-w-icon.alt2 a.active {
  color: white;
}
ul.alt a.active.ss-businessuser:after, ul.button-w-icon.alt2 a.active.ss-businessuser:after {
  color: white;
}
ul.alt li.active a, ul.button-w-icon.alt2 li.active a {
  color: white;
}

[role=main] p, [role=main] ul, [role=main] dl {
  line-height: 1.6;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
[role=main] p.alt, [role=main] p.button-w-icon.alt2, [role=main] ul.alt, [role=main] ul.button-w-icon.alt2, [role=main] dl.alt, [role=main] dl.button-w-icon.alt2 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
[role=main] dl {
  margin-top: 10px;
}
[role=main] dl dt {
  font-family: "Verdana, Arial, Helvetica", serif;
}
[role=main] dl.inline dt {
  float: left;
  margin-right: 0.5em;
}
[role=main] dl.inline dt:after {
  content: ":";
}
[role=main] ul {
  list-style-type: none;
}
[role=main] li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
[role=main] ul.bullets {
  margin-left: 60px;
  padding-right: 40px;
  list-style-type: disc;
  margin-top: 0;
}
[role=main] ul.bullets li {
  margin-bottom: 4px;
}
[role=main] p.intro {
  line-height: 1.35;
  font-family: "saira_condensedregular", clean, sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}
[role=main] p.alt2 {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
[role=main] p.more-link {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "saira_condensedregular", clean, sans-serif;
}

@media all and (min-width: 47.9375em) {
  html {
    font-size: 94%;
  }

  .alpha {
    font-size: 60px;
    font-size: 3.75rem;
  }

  .beta {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .gamma {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .delta {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .epsilon {
    font-size: 16px;
    font-size: 1rem;
  }

  .zeta {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 64.0625em) {
  html {
    font-size: 100%;
  }

  .alpha {
    font-size: 80px;
    font-size: 5rem;
  }

  .beta {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .gamma {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .delta {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .epsilon {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .zeta {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.subfont, .listing p, #categories-nav, #breadcrumb, article.product-entry p, article.angebot-entry p {
  font-family: "saira_condensedregular", clean, sans-serif;
}

.reverse {
  color: white;
}

.price {
  font-size: 2em;
}

.crossed {
  text-decoration: line-through;
}
.crossed.price {
  font-size: 2em;
  color: rgba(62, 71, 86, 0.5);
}

.caps {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "saira_condensedregular", clean, sans-serif;
  color: #4B88C8;
  line-height: 2;
  margin-right: 20px;
}

.services a:last-of-type {
  margin-right: 0;
}

.flex {
  *zoom: 1;
  position: relative;
  clear: both;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  display: block;
  max-width: 1000px;
  max-width: 62.5rem;
  margin: 0 auto;
}
.flex:after {
  content: "";
  display: table;
  clear: both;
}
.flex.flex-full {
  padding: 60px 0;
  max-width: none;
}
.flex .g1-flex1 {
  float: left;
  width: 33.3333333333%;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.flex .g1-flex1.push {
  float: right;
}
.flex .g1-flex2 {
  float: left;
  width: 66.6666666667%;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.flex .g1-flex2.push {
  float: right;
}
.flex .g1-flex3 {
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.flex .g1-flex3.push {
  float: right;
}
.flex .g1-hide, .flex .g2-hide {
  display: none;
}
.flex .g1-show {
  display: block;
}
.flex .flex-nested:first-child, .flex .flex-nested.g1-flex4:last-child {
  padding-left: 0;
}
@media all and (min-width: 47.9375em) {
  .flex .g2-flex1 {
    float: left;
    width: 16.6666666667%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g2-flex1.push {
    float: right;
  }
  .flex .g2-flex2 {
    float: left;
    width: 33.3333333333%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g2-flex2.push {
    float: right;
  }
  .flex .g2-flex3 {
    float: left;
    width: 50%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g2-flex3.push {
    float: right;
  }
  .flex .g2-flex4 {
    float: left;
    width: 66.6666666667%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g2-flex4.push {
    float: right;
  }
  .flex .g2-flex5 {
    float: left;
    width: 83.3333333333%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g2-flex5.push {
    float: right;
  }
  .flex .g2-flex6 {
    width: 100%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g2-flex6.push {
    float: right;
  }
  .flex .g2-show {
    display: block;
  }
  .flex .g2-hide {
    display: none;
  }
  .flex .flex-nested:last-child {
    padding-right: 0;
  }
  .flex .flex-nested.g1-flex4:last-child {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .flex .flex-nested.g1-flex4:first-child {
    padding-left: 0;
  }
}
@media all and (min-width: 64.0625em) {
  .flex .g3-flex1 {
    float: left;
    width: 8.3333333333%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex1.push {
    float: right;
  }
  .flex .g3-flex2 {
    float: left;
    width: 16.6666666667%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex2.push {
    float: right;
  }
  .flex .g3-flex3 {
    float: left;
    width: 25%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex3.push {
    float: right;
  }
  .flex .g3-flex4 {
    float: left;
    width: 33.3333333333%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex4.push {
    float: right;
  }
  .flex .g3-flex5 {
    float: left;
    width: 41.6666666667%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex5.push {
    float: right;
  }
  .flex .g3-flex6 {
    float: left;
    width: 50%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex6.push {
    float: right;
  }
  .flex .g3-flex7 {
    float: left;
    width: 58.3333333333%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex7.push {
    float: right;
  }
  .flex .g3-flex8 {
    float: left;
    width: 66.6666666667%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex8.push {
    float: right;
  }
  .flex .g3-flex9 {
    float: left;
    width: 75%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex9.push {
    float: right;
  }
  .flex .g3-flex10 {
    float: left;
    width: 83.3333333333%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex10.push {
    float: right;
  }
  .flex .g3-flex11 {
    float: left;
    width: 91.6666666667%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex11.push {
    float: right;
  }
  .flex .g3-flex12 {
    width: 100%;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .flex .g3-flex12.push {
    float: right;
  }
  .flex .g3-show {
    display: block;
  }
  .flex .g3-hide {
    display: none;
  }
  .flex .g3-offset1 {
    margin-left: 8.4%;
  }
  .flex .g3-offset1 .flex-nested.g3-flex6.breakout {
    width: calc(50% + 100px);
  }
  .flex .g3-offset1 .flex-nested.g3-flex6.breakout:not(.push) {
    margin-left: -100px;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .flex .g3-offset1 .flex-nested.g3-flex6.breakout.push {
    margin-right: -100px;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  .flex .g3-offset2 {
    margin-left: 16.8%;
  }
  .flex .g3-offset3 {
    margin-left: 24.2%;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.contain-media {
  width: 100%;
}
img.img-right {
  margin-bottom: 20px;
  width: 100%;
  max-width: auto;
}
@media all and (min-width: 37.5em) {
  img.img-right {
    float: right;
    margin-left: 60px;
    max-width: 100%;
    width: auto;
  }
}
img.img-left {
  float: left;
}

figure,
.img-wrap {
  *zoom: 1;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
figure:after,
.img-wrap:after {
  content: "";
  display: table;
  clear: both;
}
figure.contain,
.img-wrap.contain {
  display: block;
  text-align: center;
}
figure.contain img,
.img-wrap.contain img {
  display: inline-block;
  text-align: center;
}

a {
  color: #3E4756;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #4B88C8;
}

a.btn,
button.btn {
  color: #4B88C8;
  border: 3px solid #4B88C8;
  background: transparent;
  padding: 17px 30px 14px 32px;
  text-align: center;
  line-height: 1;
  font-family: "saira_condensedregular", clean, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

video {
  width: 100%;
  height: auto;
}

.video-img-wrap {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}
@media all and (min-width: 64.0625em) {
  .video-img-wrap {
    display: block;
  }
}
.video-img-wrap video {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 100%;
  opacity: 0;
}
.video-img-wrap video.show {
  opacity: 1;
}

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

body {
  background: white;
  font-family: "Verdana, Arial, Helvetica", serif;
  color: #3E4756;
  font-size: 16px;
  line-height: 1.6;
}

strong {
  font-weight: bold;
}

/* layout */
.container {
  position: relative;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* header */
#header {
  position: relative;
  border-bottom: 4px solid #ddd;
}
#header .flex {
  padding-bottom: 0 !important;
}
#header .flex > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#header h1 {
  display: inline-block;
  position: relative;
  top: 20px;
  left: calc(50% - 95px);
}
@media all and (min-width: 68.75em) {
  #header h1 {
    top: 35px;
    position: absolute;
  }
}
#header nav {
  display: block;
  text-align: center;
}
@media all and (min-width: 68.75em) {
  #header nav {
    display: block;
  }
}
#header nav ul {
  *zoom: 1;
}
#header nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#header nav li {
  display: block;
  text-align: center;
  width: 50%;
  float: left;
}
@media all and (min-width: 37.5em) {
  #header nav li {
    width: auto;
    display: inline-block;
    float: none;
  }
}
@media all and (min-width: 68.75em) {
  #header nav li {
    float: left;
    width: 115px;
  }
}
@media all and (min-width: 68.75em) {
  #header nav li:not(:first-child) {
    margin-left: 50px;
  }
}
@media all and (min-width: 68.75em) {
  #header nav li:nth-child(3) {
    margin-left: 400px;
  }
}
#header nav li a {
  display: block;
  padding: 15px 10px;
  position: relative;
  overflow-wrap: break-word;
}
@media all and (min-width: 37.5em) {
  #header nav li a {
    padding: 32px 20px;
  }
}
@media all and (min-width: 47.9375em) {
  #header nav li a {
    padding: 32px;
  }
}
@media all and (min-width: 68.75em) {
  #header nav li a {
    padding: 32px 0;
  }
}
#header nav li a:before {
  display: block;
  font-family: "moebelhausFrey";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
  line-height: 50px;
}
#header nav li a.sel:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/nav-sel.svg) no-repeat left 100%;
  bottom: 0;
  width: 14px;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  height: 10px;
}
#header nav li a.sel strong {
  color: #4B88C8;
}
#header nav li a[href$=angebote]:before {
  content: "";
}
#header nav li a[href$=produkte]:before {
  content: "";
}
#header nav li a[href$=ueberuns]:before {
  content: "";
}
#header nav li a[href$=dienstleistungen]:before {
  content: "";
}
#header nav li a strong {
  font-weight: normal;
  display: block;
  font-size: 19px;
  line-height: 40px;
  color: #383838;
}
#header nav li a span {
  display: none;
}
#header nav li a em {
  display: block;
  font-style: normal;
  font-family: montserratregular, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 20px;
  color: #ddd;
}
#header nav li a em:before {
  content: "[ ";
}
#header nav li a em:after {
  content: " ]";
}
#header nav li a:hover strong {
  color: #4B88C8;
}

#breadcrumb li {
  display: block;
  float: left;
}
#breadcrumb li a {
  color: #4B88C8;
}
#breadcrumb li:after {
  content: "/";
  margin: 0 0.25em;
}
#breadcrumb li:last-of-type:after {
  content: "";
}

/* main */
#main {
  overflow-x: hidden;
}
#main h3 {
  margin-bottom: 1.6em;
  font-family: montserratbold, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
#main h4 {
  margin-bottom: 1.2em;
  font-family: montserratbold, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-size: 14px;
}
#main ul,
#main ol {
  margin: 1.2em 0 0.2em 0;
  line-height: 1.25;
  padding-left: 1em;
}
#main ul {
  list-style-type: circle;
}
#main ol {
  list-style-type: decimal;
}
#main p a {
  text-decoration: underline;
}
#main header {
  text-align: center;
  background-position: 50% 50% !important;
}
#main header h1 {
  letter-spacing: 6px;
  font-size: 3.125rem;
}
#main article .container {
  max-width: 764px;
  padding: 3.2em 20px;
}
@media all and (min-width: 64.0625em) {
  #main article .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
body.services #main article .container {
  max-width: 1024px;
}
#main article .authorinfo {
  margin: 3.2em 0;
  border: solid #222;
  border-width: 3px 0;
  padding: 1.6em 0;
}
#main article .authorinfo .author {
  font-style: italic;
}
#main section.alt, #main section.button-w-icon.alt2,
#main header.alt,
#main header.button-w-icon.alt2 {
  padding-top: 26px;
  padding-bottom: 26px;
}
#main section.alt p:last-of-type, #main section.button-w-icon.alt2 p:last-of-type,
#main header.alt p:last-of-type,
#main header.button-w-icon.alt2 p:last-of-type {
  margin-bottom: 0;
}
#main header.alt2 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
#main section.alt2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
#main section.alt2 p:last-of-type {
  margin-bottom: 0;
}
#main .flex:last-of-type {
  margin-bottom: 50px;
}
#main header .flex:last-of-type, #main .breadcrumb.flex:last-of-type {
  margin-bottom: 0px;
}
#main .email-us-btn,
#main .map-btn {
  padding: 6px 30px 6px 0;
  color: #4B88C8;
  position: relative;
  margin-right: 40px;
}
#main .email-us-btn:after,
#main .map-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  background: url("../images/icon-arrow-white.svg") no-repeat right center;
  background-size: 20px 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#main .map-btn {
  margin-right: 0px;
}
#main .subnav {
  background: #A2ACBD;
  margin-bottom: 2px;
}
#main .subnav ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: block;
  text-align: center;
}
#main .subnav ul li {
  display: inline-block;
  text-align: center;
  line-height: 1;
}
#main .subnav ul a {
  color: #4B88C8;
  display: block;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 2px 15px;
}
#main .subnav ul a.current {
  color: #3E4756;
}

#main article.news-entry {
  *zoom: 1;
  margin-bottom: 40px;
}
#main article.news-entry:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 47.9375em) {
  #main article.news-entry figure {
    display: inline-block;
    padding-right: 20px;
    float: left;
  }
}
@media all and (min-width: 68.75em) {
  #main article.news-entry figure {
    width: 432px;
  }
}
#main article.news-entry figure a img {
  display: block;
  margin: auto;
}
@media all and (min-width: 37.5em) {
  #main article.news-entry figure a img {
    display: inline-block;
    float: left;
  }
}
@media all and (min-width: 47.9375em) {
  #main article.news-entry .summary-wrap {
    display: inline-block;
    width: 58%;
    float: right;
    vertical-align: top;
  }
}
@media all and (min-width: 68.75em) {
  #main article.news-entry .summary-wrap {
    width: 668px;
  }
}
#main article.news-entry .summary-wrap h3 {
  text-align: left;
  margin-bottom: 10px;
}
#main article.news-entry .summary-wrap h3 a {
  color: #4B88C8;
  font-weight: 400;
}
#main article.news-entry .summary-wrap .author {
  color: #3E4756;
  font-style: italic;
  padding-right: 10px;
  padding-bottom: 20px;
  display: inline-block;
}
#main article.news-entry .summary-wrap .separator {
  padding-right: 10px;
}
#main article.news-entry .summary-wrap .more-link {
  letter-spacing: 1px;
  font-family: "saira_condensedregular", clean, sans-serif;
  color: #4B88C8;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
#main article.news-entry .summary-wrap .more-link:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  background: url("../images/icon-arrow-white.svg") no-repeat right center;
  background-size: 20px 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#main article.news-entry.featured {
  margin-bottom: 60px;
}
#main article.news-entry.featured figure {
  padding-right: 0px;
}
@media all and (min-width: 47.9375em) {
  #main article.news-entry.featured figure {
    width: 100%;
  }
}
@media all and (min-width: 64.0625em) {
  #main article.news-entry.featured figure {
    width: 570px;
    float: none;
    padding-right: 25px;
  }
}
@media all and (min-width: 47.9375em) {
  #main article.news-entry.featured figure a img {
    width: 100%;
  }
}
@media all and (min-width: 47.9375em) {
  #main article.news-entry.featured .summary-wrap {
    width: 100%;
    float: none;
  }
}
@media all and (min-width: 64.0625em) {
  #main article.news-entry.featured .summary-wrap {
    width: 345px;
    float: none;
  }
}

#main article.work-entry {
  *zoom: 1;
  margin-bottom: 40px;
}
#main article.work-entry:after {
  content: "";
  display: table;
  clear: both;
}
#main article.work-entry figure {
  float: right;
}
#main article.work-entry .summary-wrap {
  float: left;
  width: 275px;
}
#main article.work-entry .summary-wrap h3 {
  text-align: left;
  margin-bottom: 10px;
}
#main article.work-entry .summary-wrap h3 a {
  color: #4B88C8;
  font-weight: 400;
}
#main article.work-entry .summary-wrap .more-link {
  letter-spacing: 1px;
  font-family: "saira_condensedregular", clean, sans-serif;
  color: #4B88C8;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
#main article.work-entry .summary-wrap .more-link:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -6px;
  top: 0;
  margin-top: 2px;
  background: url("../images/icon-arrow-white.svg") no-repeat right center;
  background-size: 20px 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#main article.work-entry.work-entry-feature {
  margin-bottom: 60px;
  position: relative;
}
#main article.work-entry.work-entry-feature img {
  position: absolute;
  max-width: 1450px;
  width: 1450px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#main article.work-entry.work-entry-feature .summary-wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 20px;
}
@media all and (min-width: 47.9375em) {
  #main article.work-entry.work-entry-feature .summary-wrap {
    padding: 0;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
#main article.work-entry.work-entry-feature .summary-wrap h2 {
  padding: 15px 30px;
  border: 3px solid white;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 30px;
}
#main article.work-entry.work-entry-feature .summary-wrap h3 {
  text-align: center;
}
#main article.work-entry.work-entry-feature .summary-wrap p {
  color: white;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#main article.work-entry.work-entry-feature .summary-wrap h3 a {
  color: white;
}
#main article.work-entry.work-entry-feature .more-link {
  color: white;
  padding-right: 30px;
  font-size: 16px;
}
#main article.work-entry.work-entry-feature .more-link:after {
  top: 50%;
  margin-top: -11px;
  background: url("../images/icon-arrow-grey.svg") no-repeat right center;
}

#main .pagination {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
#main .pagination ul {
  display: inline-block;
  text-align: center;
  margin-top: 0;
}
#main .pagination li {
  display: inline-block;
  text-align: center;
  font-family: "saira_condensedregular", clean, sans-serif;
  padding: 5px;
}
#main .pagination li.current {
  color: #3E4756;
  border-bottom: 2px solid #3E4756;
}
#main .pagination li a {
  color: #4B88C8;
}

.pag-prev-link,
.pag-next-link {
  width: 20px;
  height: auto;
  font-size: 0;
  position: relative;
  display: block;
}
.pag-prev-link:after,
.pag-next-link:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: url("../images/icon-arrow-white.svg") no-repeat right center;
  background-size: 20px 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pag-prev-link:after {
  left: -5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

nav.prev-next-entry {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: inline-block;
}
nav.prev-next-entry .pag-prev-link,
nav.prev-next-entry .pag-next-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
}
nav.prev-next-entry .pag-prev-link:after,
nav.prev-next-entry .pag-next-link:after {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
nav.prev-next-entry .pag-prev-link:after {
  right: 5px;
}

.listing p {
  text-align: center;
  margin-top: 0.5em;
}

@media all and (min-width: 37.5em) {
  .listing-placeholder {
    height: 240px;
  }
}
.link-more {
  float: right;
  margin-top: 1em;
}

.featured-section {
  display: inline-block;
  background: #4B88C8;
  color: white;
  position: relative;
  padding: 2em 0px;
}
.featured-section:before {
  background: #4B88C8;
  content: "";
  height: 100%;
  width: 200vw;
  position: absolute;
  top: 0;
  transform: translate(-25%, 0px);
  z-index: -1;
}
.featured-section img {
  border: 3px solid white;
}
.featured-section a:hover p {
  text-decoration: underline;
}
.featured-section p {
  color: white;
}
.featured-section .btn {
  background: white;
  border: none;
  transition: all 0.3s;
}
.featured-section .btn:hover {
  padding: 20px 33px 17px 35px;
  margin-top: 13px;
  margin-bottom: -3px;
}

#main .service-points {
  margin-bottom: 40px;
}
#main .service-points > .flex:nth-of-type(2) .service-point:after {
  content: "02";
}
#main .service-points > .flex:nth-of-type(3) .service-point:after {
  content: "03";
}

#main .services-work-entry {
  overflow: hidden;
}
#main .services-work-entry .flex {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#main .services-work-entry .summary-wrap {
  position: relative;
}
#main .services-work-entry .summary-wrap > * {
  position: relative;
  z-index: 2;
  color: white;
}
#main .services-work-entry .summary-wrap h2.callout-border {
  padding-top: 40px;
}
#main .services-work-entry .summary-wrap h2.callout-border a {
  color: white;
  padding: 5px 10px;
  border: 3px solid white;
  display: inline-block;
  font-family: "Verdana, Arial, Helvetica", serif;
}
#main .services-work-entry .summary-wrap h2.callout-border a:hover {
  color: white;
}
#main .services-work-entry .summary-wrap h3 {
  text-align: left;
}
#main .services-work-entry .summary-wrap h3 a:hover {
  color: white;
}
#main .services-work-entry .summary-wrap a.hero-cta {
  background: #A2ACBD;
}
#main .services-work-entry .summary-wrap a.hero-cta:hover {
  background: #4B88C8;
  color: #A2ACBD;
}
#main .services-work-entry .summary-wrap .info-hero {
  background: #4B88C8;
  background-position: center top;
  padding-top: 60px;
  padding-bottom: 60px;
}
#main .services-work-entry .summary-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 237px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#main .service-point {
  overflow: hidden;
  margin-bottom: 40px;
}
#main .service-point:after {
  content: "01";
  line-height: 2;
  font-size: 22px;
  font-family: "Verdana, Arial, Helvetica", serif;
  position: absolute;
  text-align: center;
  right: 55px;
  top: 25px;
  display: block;
  width: 52px;
  height: 42px;
  border: 3px solid #4B88C8;
}
#main .service-point p {
  padding-right: 30px;
}
#main .service-point h4 {
  font-family: "Verdana, Arial, Helvetica", serif;
  padding-right: 30px;
  margin-bottom: 10px;
}

#main .services-entry-wrap {
  max-width: 290px;
  display: block;
  background: white;
  height: 356px;
  margin-bottom: 64px;
  border-bottom: 5px solid #535f74;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#main .services-entry-wrap:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: 17px;
  margin-left: -10px;
  background: url("../images/icon-arrow-alt.svg") no-repeat right center;
  background-size: 20px 20px;
}
#main .services-entry-wrap h3 {
  color: #4B88C8;
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
#main .services-entry-wrap p {
  color: #4B88C8;
  text-align: center;
  padding: 10px 32px;
}

#main article.entry {
  *zoom: 1;
  margin-bottom: 40px;
}
#main article.entry:after {
  content: "";
  display: table;
  clear: both;
}
#main article.entry img:first-of-type {
  display: block;
  margin: 0 auto 1em auto;
}
#main article.entry p:last-of-type {
  display: inline-block;
}

#main .angebot-entry, #main .product-entry {
  padding-top: 0.75em;
}
@media all and (min-width: 769px) {
  #main .angebot-entry.featured, #main .product-entry.featured {
    background: #4B88C8;
  }
  #main .angebot-entry.featured img, #main .product-entry.featured img {
    border: 3px solid white;
  }
  #main .angebot-entry.featured p, #main .product-entry.featured p {
    color: white;
  }
}
@media all and (max-width: 768px) {
  #main .angebot-entry.featured img, #main .product-entry.featured img {
    outline: 4px solid #4B88C8;
    border: 4px solid white;
  }
  #main .angebot-entry.featured p, #main .product-entry.featured p {
    color: #4B88C8;
  }
}
#main .angebot-entry.featured a:hover p, #main .product-entry.featured a:hover p {
  text-decoration: underline;
}
#main .angebot-entry.featured p, #main .product-entry.featured p {
  display: block;
  height: initial;
  width: 100%;
  float: left;
}

#main article.entry .price {
  width: 100%;
  text-align: right;
}

#hero {
  height: 300px;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  #hero {
    margin-left: calc((100vw - 1280px)/2);
  }
}
#hero.hero-oversize, #hero.hero-oversize #hero-image {
  height: 600px;
}
#hero:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 68.75em) {
  #hero:before {
    display: none;
  }
}
#hero #hero-image {
  width: 100%;
  height: 300px;
}
#hero .hero-info {
  position: absolute;
  top: 50%;
  width: 625px;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1em;
}
@media all and (min-width: 64.0625em) {
  #hero .hero-info {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 115px;
    padding: 2em;
  }
}
#hero .hero-info h1 {
  font-size: 50px;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 4px;
}
@media all and (min-width: 37.5em) {
  #hero .hero-info h1 {
    font-size: 100px;
    margin-bottom: 0;
  }
}
#hero .hero-info #hero-line {
  width: 40%;
  margin-left: 30%;
  margin-bottom: 1em;
}
@media all and (min-width: 37.5em) {
  #hero .hero-info #hero-line {
    width: 75%;
    margin-left: 12.5%;
  }
}
#hero .hero-info p:last-of-type {
  margin-bottom: 0 !important;
}
#hero .hero-info p,
#hero .hero-info p a {
  color: #3E4756;
  margin-bottom: 1em;
}
#hero .hero-info .btn {
  text-decoration: none;
  background: white;
  padding-right: 56px;
}
#hero .hero-info .btn:after {
  top: 12px;
  right: 30px;
}
#hero .hero-image-small {
  width: 32px;
}
#hero .hero-image-small {
  width: 32px;
}

#on-tap {
  position: relative;
  z-index: 2;
  background: rgba(62, 71, 86, 0.8);
}
@media all and (min-width: 81.25em) {
  #on-tap {
    margin-top: -387px;
  }
}
#on-tap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 228px;
  background: #3E4756;
  bottom: 0;
  left: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.gallery .column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}
@media all and (max-width: 37.5em) {
  .gallery .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 26.25em) {
  .gallery .column {
    flex: 100%;
    max-width: 100%;
  }
}
.gallery img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.on-tap-buttons-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.button-w-icon {
  font-size: 22px;
  color: white;
  letter-spacing: 2px;
  font-family: "saira_condensedregular", clean, sans-serif;
  border: 3px solid white;
  padding: 7px 15px;
  padding-left: 80px;
  display: block;
}
.button-w-icon:before {
  z-index: 1;
  left: 17px;
  top: 6px;
}
.button-w-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 50px;
  background-color: white;
  left: 0;
  top: 0;
}
.button-w-icon.alt, .button-w-icon.alt2 {
  border-color: #4B88C8;
  color: #4B88C8;
  text-align: center;
  width: 320px;
  position: absolute;
  top: 2px;
  left: 50%;
  background: white;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media all and (min-width: 64.0625em) {
  .button-w-icon.alt, .button-w-icon.alt2 {
    top: 43px;
  }
}
.button-w-icon.alt:after, .button-w-icon.alt2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 47px;
  background-color: #8A3654;
  left: 0;
  top: 0;
  border-right: 3px solid #4B88C8;
}
.button-w-icon.alt2 {
  padding-left: 70px;
  font-size: 12px;
  top: 0;
}
@media all and (min-width: 47.9375em) {
  .button-w-icon.alt2 {
    width: 500px;
    font-size: 22px;
    top: 43px;
  }
}
.button-w-icon.alt2:after {
  width: 50px;
}
.button-w-icon[href]:hover, .button-w-icon[href]:focus {
  color: #A2ACBD;
}
@media all and (min-width: 37.5em) {
  .button-w-icon {
    display: inline-block;
  }
}

.view-more,
.hero-cta {
  font-size: 13px;
  color: white;
  letter-spacing: 1px;
  font-family: "saira_condensedregular", clean, sans-serif;
  padding-right: 30px;
  position: relative;
  float: right;
  display: block;
  padding-top: 10px;
}
.view-more:after,
.hero-cta:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 10px;
  margin-left: 0;
  background: url("../images/icon-arrow-grey.svg") no-repeat right center;
  background-size: 20px 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.view-more:hover, .view-more:focus,
.hero-cta:hover,
.hero-cta:focus {
  color: #A2ACBD;
}

.hero-cta {
  font-size: 18px;
  float: none;
  display: inline-block;
  padding-right: 35px;
}
.hero-cta:after {
  width: 24px;
  height: 24px;
  top: 10px;
  background-size: 24px 24px;
}

/* footer */
footer {
  font-family: "saira_condensedregular", clean, sans-serif;
}

#footer-big.flex {
  background: #3E4756;
  padding-bottom: 75px;
  color: white;
  position: relative;
}
#footer-big.flex a {
  color: white;
}
#footer-big.flex a:hover {
  text-decoration: underline;
}
#footer-big.flex:before {
  content: "";
  background: #3E4756;
  position: absolute;
  top: 0;
  left: calc((50vw - 50%) * -1);
  width: 100vw;
  height: 100%;
  z-index: -4;
}
#footer-big.flex .footer-block {
  padding-top: 50px;
}

#footer-small.flex {
  background: #3E4756;
  font-size: 14px;
  color: white;
  line-height: 1.25;
  display: flex;
  justify-content: center;
}
#footer-small.flex a {
  color: white;
}
#footer-small.flex a:hover {
  text-decoration: underline;
}
#footer-small.flex .divider:after {
  content: "|";
  margin: 0 1em;
}
#footer-small.flex:before {
  content: "";
  background: #3E4756;
  position: absolute;
  top: 0;
  left: calc((50vw - 50%) * -1);
  width: 100vw;
  height: 100%;
  z-index: -4;
}
@media all and (max-width: 26.25em) {
  #footer-small.flex {
    display: block;
    text-align: center;
    padding-bottom: 3em;
  }
  #footer-small.flex .divider:after {
    content: "·";
  }
}

#main article.angebot-entry, #main article.product-entry {
  *zoom: 1;
}
#main article.angebot-entry:after, #main article.product-entry:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 68.75em) {
  #main article.angebot-entry, #main article.product-entry {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
}
@media all and (min-width: 64.0625em) {
  #main article.angebot-entry figure, #main article.product-entry figure {
    width: 267px;
  }
}
#main article.angebot-entry figure a img, #main article.product-entry figure a img {
  display: block;
  margin: auto;
}
@media all and (min-width: 37.5em) {
  #main article.angebot-entry figure a img, #main article.product-entry figure a img {
    display: inline-block;
    float: left;
  }
}
@media all and (min-width: 37.5em) {
  #main article.angebot-entry p, #main article.product-entry p {
    min-height: 2.4em;
    line-height: 1.2;
    float: left;
  }
}

#categories-nav a {
  display: block;
  background-color: #4B88C8;
  color: white;
  line-height: 1.2;
  padding: 1em 3px;
  border: 3px solid white;
  text-align: center;
  transition: all 0.3s;
}
#categories-nav a:hover {
  background-color: white;
  color: #4B88C8;
}
#categories-nav a:hover.categroies-icon::before {
  background-size: 40px 20px;
  margin-bottom: 8px;
}
#categories-nav a:hover div {
  margin-bottom: 1.5em;
  margin-top: -1.5em;
}
#categories-nav .categroies-icon::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin: 0 auto 0.5em auto;
  background: url() no-repeat right center;
  background-size: 40px 40px;
}
#categories-nav .icon-esszimmer::before {
  background-image: url("../images/stuehle.png");
}
#categories-nav .icon-hoernstuhl::before {
  background-image: url("../images/stuhl.png");
}
#categories-nav .icon-garderoben::before {
  background-image: url("../images/aufhaenger.png");
}
#categories-nav .icon-ostfriesensofa::before {
  background-image: url("../images/sofa.png");
}
#categories-nav .icon-schlafzimmer::before {
  background-image: url("../images/schlafzimmer.png");
}
#categories-nav .icon-wohnzimmer::before {
  background-image: url("../images/wohnzimmerschrank.png");
}