/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 /* Hi Martin :-) */

@font-face {
  font-family: "Roboto Slab";
  src: url("./fonts/RobotoSlab.woff2") format("woff2"), 
  url("./fonts/RobotoSlab-Regular.ttf") format("ttf");
}


html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   =======================================================
  =================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/** Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
    line-height: 1.8em;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h3 {
  font-family: "Times New Roman";
  font-size: 26px;
  line-height: 30px; }

h4 {
  font-size: 22px;
  font-weight: lighter;
  line-height: 29px; }

button {
  background-color: white;
  padding: 12px 45px;
  border: 1px solid black;
  font-size: 12px;
  cursor: pointer; }

section {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    section {
      margin-bottom: 50px; } }

footer {
  background-color: black;
  text-align: center;
  padding: 5% 10%;
  font-size: 14px;
  font-style: normal;
  font-weight: lighter;
  line-height: 16px; }
  footer > nav {
    font-family: "Times New Roman"; }
    footer > nav > ul {
      margin: 0;
      margin-bottom: 2em;
      list-style-type: none; }
      footer > nav > ul address {
        font-style: normal; }
      footer > nav > ul > a {
        text-decoration: none; }
  footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    footer > div > h4 {
      padding-left: 1em;
      text-align: left; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 10% 2em;
      text-align: left; }
      footer > nav > ul {
        padding-left: 0px; }
      footer > div {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }


html, body {
  width: 100%;
  height: 100%;
  background-color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 21px; }

.white-text {
  color: white; }

.black-text {
  color: black; }

.small-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px; }

.small-text {
  font-size: 12px;
  line-height: 20px; }

.subheader {
  font-size: 19px;
  line-height: 22px; }

.content-wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .content-wrapper {
      width: 100%; } }


.half {
  max-width: 50%;
}

.main-menu {
  position: fixed;
  width: 100%;
  max-width: 1024px;
  height: 80px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 72px;
  background-color: white; }
  @media screen and (max-width: 1024px) {
    .main-menu {
      width: 100%;
      padding: 25px 2em; } }
  .main-menu > .logo-wrapper > a > img {
    height: 30px;
    width: auto; }
  .main-menu > .menu-links {
    position: relative;
    z-index: 6; }
    .main-menu > .menu-links > ul {
      list-style-type: none;
      padding-left: 0px; }
      .main-menu > .menu-links > ul > a {
        display: inline-block;
        margin-left: 32px;
        font-size: 14px;
        line-height: 19px;
        text-decoration: none;
        color: black; }
        .main-menu > .menu-links > ul > a.active {
          text-decoration: underline; }

.main-content {
  margin-top: 100px;
  padding: 0 72px; }
  @media screen and (max-width: 1024px) {
    .main-content {
      padding: 0 2em;
      margin-top: 80px; } }
  .main-content.index {
    padding: 0px; }
    .main-content.index > .wrapper {
      padding: 0 2em; }

.image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  height: 200px;
  text-decoration: none; }

.image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .image-row.spacing > .image {
    padding: 0 12px 12px 0; }
    .image-row.spacing > .image.no-bottom {
      padding-bottom: 0px; }
    .image-row.spacing > .image:last-child {
      padding-right: 0px; }
  .image-row > .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    .image-row > .column > img {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      height: auto; }
      .image-row > .column > img:first-child {
        padding-bottom: 12px; }
  .image-row > .image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    .image-row > .image.double {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
    .image-row > .image > img {
      width: 100%;
      height: auto; }

.text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }
  .text-row > .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 25%;
    padding-right: 1em;
    text-align: left; }
    .text-row > .text > h4 {
      margin-bottom: .5em;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      margin-bottom: 1em; }
    .text-row > .text > p {
      margin: 0px; }

.center-content {
  padding-top: 32px;
  text-align: center;
  /* text-transform: lowercase; } */ }
  @media screen and (max-width: 768px) {
    .center-content {
      text-align: left;
      padding-top: 0px; } }

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none; } }

@media screen and (min-width: 769px) {
  .hide-on-big {
    display: none; } }

.hero {
  text-align: center;
  margin-bottom: 35px;
  z-index: 1; }
  .hero > img {
    /*position: relative; */
    width: 330px;
    height: auto; }
.hero1 {
  text-align: center;
  margin-bottom: 35px;
  z-index: 1; }
 .hero1 > img {
    /*position: relative; */
    width: 224px;
    height: auto; }

.page-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .page-teaser {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-teaser > div.gallery, .page-teaser > div.description {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .page-teaser > div {
    -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .page-teaser > div.gallery {
      -webkit-box-flex: 7;
          -ms-flex-positive: 7;
              flex-grow: 7; }
      .page-teaser > div.gallery > .top > .coffee {
        width: 50%;
        height: auto;
        margin-right: 4px; }
      .page-teaser > div.gallery > .top > .vintage {
        width: 40%;
        height: auto; }
      .page-teaser > div.gallery > .bottom {
        text-align: center; }
        .page-teaser > div.gallery > .bottom > .lamp {
          width: 50%;
          height: auto;
          margin-top: 4px; }
        .page-teaser > div.gallery > .top > .past {
          width: 400px;
          height: auto;
          margin-top: 4px;
          margin-left: 15%;          }
    .page-teaser > div.description {
      -webkit-box-flex: 5;
          -ms-flex-positive: 5;
              flex-grow: 5; }
      .page-teaser > div.description > h3 {
        margin-bottom: .3em;
        margin-top: -4px; }
      .page-teaser > div.description > p {
        margin: 0px; }

.makeup-and-hair {
  padding: 0 2em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .makeup-and-hair {
      padding: 0px; }
      .makeup-and-hair > h3, .makeup-and-hair > p {
        text-align: left; } }
  .makeup-and-hair > .gallery {
    margin: 2em 0 1em; }
    @media screen and (max-width: 768px) {
      .makeup-and-hair > .gallery > .top, .makeup-and-hair > .gallery > .bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .makeup-and-hair > .gallery > .top > .img-wrapper, .makeup-and-hair > .gallery > .bottom > .img-wrapper {
          width: 50%; }
          .makeup-and-hair > .gallery > .top > .img-wrapper:nth-child(even), .makeup-and-hair > .gallery > .bottom > .img-wrapper:nth-child(even) {
            padding-right: 0px;
            padding-left: 4px; }
          .makeup-and-hair > .gallery > .top > .img-wrapper:nth-child(odd), .makeup-and-hair > .gallery > .bottom > .img-wrapper:nth-child(odd) {
            padding-right: 4px; }
      .makeup-and-hair > .gallery > div.top {
        margin-bottom: 0px; }
      .makeup-and-hair > .gallery > div.bottom > .img-wrapper:last-of-type {
        padding-right: 0px; } }
    .makeup-and-hair > .gallery > .top, .makeup-and-hair > .gallery > .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px; }
      .makeup-and-hair > .gallery > .top > .img-wrapper, .makeup-and-hair > .gallery > .bottom > .img-wrapper {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-right: 10px; }
        .makeup-and-hair > .gallery > .top > .img-wrapper > img, .makeup-and-hair > .gallery > .bottom > .img-wrapper > img {
          width: 100%;
          height: auto; }
    .makeup-and-hair > .gallery > .top {
      margin-bottom: 8px; }

.references {
  text-align: center; }
  .references > .image-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -20px; }
    .references > .image-row > .image > img {
      padding: 10% 20% 10% 0; }
  .references > .text-row > .text > h4 {
    font-family: "Times New Roman"; }
  .references > .text-row > .text > p {
    font-size: 14px;
    line-height: 20px; }
  @media screen and (max-width: 768px) {
    .references > .text-row.content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .references > .text-row.content > .text {
        width: 50%; }
        .references > .text-row.content > .text:nth-child(odd) {
          padding-right: 8px; }
        .references > .text-row.content > .text:nth-child(even) {
          padding-left: 8px;
          padding-right: 0px; } }

.image-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .image-links {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .image-links > .image-link {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: 100%; } }
  .image-links > .image-link.left-image {
    background-image: url("images/termin.png"); }
  .image-links > .image-link.right-image {
    background-image: url("images/produkte.png"); }
  .image-links > .image-link.left-image, .image-links > .image-link.right-image {
    background-size: cover; }
    .image-links > .image-link.left-image > h4, .image-links > .image-link.right-image > h4 {
      padding-left: 1.5em; }

.livingroom {
  text-align: center; }
  .livingroom > h3 {
    margin-bottom: 1.5em; }
  .livingroom > .row-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .livingroom > .row-text:last-of-type {
      margin-bottom: 2em; }
    .livingroom > .row-text > .text, .livingroom > .row-text > .image {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      text-align: left; }
    .livingroom > .row-text > .text > p {
      margin: 0;
      padding: 1.5em; }
      @media screen and (max-width: 768px) {
        .livingroom > .row-text > .text > p {
          padding: 0 0; } }
    .livingroom > .row-text > .image > img {
      width: 100%;
      height: auto; }
    .livingroom > .row-text.reverse > .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;}
    .livingroom > .row-text.reverse > .text {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }


.cooperations {
  text-align: center;
  margin-bottom: 0px; }
  .cooperations > .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    .cooperations > .links > a {
      text-align: left;
      background-size: cover; }
      .cooperations > .links > a.models {
        background-image: url("images/regina widman.png"); }
      .cooperations > .links > a.janina {
        background-image: url("images/janina.png"); }
       .cooperations > .links > a.fany {
        background-image: url("images/fany_sw.jpg"); }
      .cooperations > .links > a.silke {
        background-image: url("images/sommer.png"); }
      .cooperations > .links > a > h4 {
        padding-left: 1.5em;
        font-weight: 900; }
    @media screen and (max-width: 768px) {
      .cooperations > .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 50px; }
        .cooperations > .links > a {
          display: block;
          color: black;
          font-weight: 800;
          text-decoration: underline; }
          .cooperations > .links > a.silke, .cooperations > .links > a.janina, .cooperations > .links > a.models {
            background-image: none; 
            height: auto;}
          .cooperations > .links > a > h4 {
            margin: .5em;
            padding-left: 0px; } }

.tage-description {
  margin: 0; }
  .tage-description > .description {
    padding: 3% 2% 5%; }
    .tage-description > .description > .text-row:first-of-type {
      padding-bottom: 2em; }
    @media screen and (max-width: 768px) {
      .tage-description > .description > .text-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .tage-description > .description > .text-row > .text {
          width: 100%; } }

.binella {
  text-align: center; }
  .binella > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8%;
    margin-bottom: 2em; }
    .binella > .content > .image, .binella > .content > .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      text-align: left; }
    .binella > .content > .text {
      padding-left: 1.5em; }
    .binella > .content > .image {
      text-align: right;
      -ms-flex-item-align: center;
          align-self: center; }
      .binella > .content > .image > img {
        width: 350px;
        height: auto; }
    @media screen and (max-width: 768px) {
      .binella > .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0px; }
        .binella > .content > .text {
          padding-left: 0px; } }

.small-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .small-gallery > .image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    .small-gallery > .image > img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 768px) {
  .center-content .image-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .center-content .image-row > .image {
      width: 100%;
      height: 100%; } }

.album .column > iframe:first-child {
  padding-bottom: .5em; }

@media screen and (max-width: 768px) {
  .album .reset-mobile {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit; }
  .album .image-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .album .image-row > .image {
      width: 50%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .album .image-row > .image:nth-child(odd) {
        padding-right: 8px; }
      .album .image-row > .image:nth-child(even) {
        padding-left: 8px;
        padding-right: 0px; }
      .album .image-row > .image:last-child {
        padding-right: 0px; }
      .album .image-row > .image.double, .album .image-row > .image.no-bottom {
        padding-right: 0px; }
      .album .image-row > .image.mobile-padding {
        padding-bottom: 8px; }
      .album .image-row > .image.full-on-mobile {
        width: 100%;
        height: auto;
        padding-left: 0px;
        padding-right: 0px; }
    .album .image-row > .column {
      width: 100%; }
      .album .image-row > .column > img {
        width: 100%;
        height: auto; }
        .album .image-row > .column > img:first-child {
          margin-top: 12px; } }

.products > div {
  margin-bottom: 5em; }
  .products > div .text {
    text-align: center; }
    .products > div .text > p {
      padding: 0 10%; }
    .products > div .text > a {
      display: block;
      width: 100%;
      height: 60px;
      margin-bottom: .5em; }
      .products > div .text > a > img {
        max-height: 64px;
        width: auto;
        max-width: 200px; }
  @media screen and (max-width: 768px) {
    .products > div {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .products > div > .text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em; }
        .products > div > .text > div {
          margin-bottom: .5em; }
        .products > div > .text > p {
          padding: 0px; } }

.services > .text-row {
  margin-bottom: 2.5em; }
  .services > .text-row > .text {
    padding-right: 2em; }

@media screen and (max-width: 768px) {
  .services {
    margin-bottom: 0px; }
    .services > .text-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
      .services > .text-row > .text {
        width: 100%;
        margin-bottom: 4em; } }

.appointment, .appointment-contact {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .appointment, .appointment-contact {
      text-align: left; } }

.appointment {
  margin-bottom: 0px; }

.appointment-contact {
  margin-bottom: 60px; }
  .appointment-contact > h3 > a {
    display: block;
    padding-top: 8px;
    color: black; }

.locations > iframe {
  display: block;
  width: 100%;
  height: 300px; }
  @media screen and (max-width: 768px) {
    .locations > iframe {
      height: 24s0px; } }

.locations > img {
  display: block;
  width: 100%;
  height: auto; }

@media screen and (max-width: 768px) {
  .locations > img:first-child {
    display: none; } }

.mobile-menu-icon {
  cursor: pointer; }
  .mobile-menu-icon > .bar {
    width: 24px;
    height: 3px;
    background-color: black;
    margin: 4px 0; }

.mobile-nav {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 1px 2px #aaa;
          box-shadow: 0px 1px 2px #aaa; }
  .mobile-nav.active {
    display: block; }
  .mobile-nav > ul {
    padding-left: 0px;
    margin: 0px;
    padding-top: 12px;
    list-style-type: none;
    background-color: white; }
    .mobile-nav > ul > a {
      width: 100%;
      display: inline-block;
      padding: 1em;
      text-decoration: none;
      color: black; }

.close {
  position: absolute;
  right: 2em;
  top: 25px;
  width: 24px;
  height: 24px; }

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #333; }

.close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }


.neueAdresse {
  border: 2px solid #000;
  border-radius: 25px 10px;
  
  margin: 10px;
  text-align: center;
}

#logo {
  text-align: center;
  max-width: 50%;} 


.scrollmagic-pin-spacer {
  pointer-events: none; }

.videos > iframe:first-child {
  padding-right: 6px; }

.videos > iframe:last-child {
  padding-left: 6px; }

.videos > img { 
width: 49%;
}

 @media screen and (max-width: 768px) {
.videos > img { 
width: 100%;
}

@media screen and (max-width: 768px) {
.half {max-width: 100%;
}

