*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  font-family: proxima-nova, sans-serif;
  margin: 0;
  padding: 0; }

a {
  color: #000;
  font-family: proxima-nova, sans-serif; }

h1 {
  font-size: 6rem;
  line-height: 4.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 2.5rem;
  letter-spacing: -0.225rem;
  transition: font-size 0.3s ease, line-height 0.3s ease; }
  @media screen and (max-width: 900px) {
    h1 {
      font-size: 5rem;
      line-height: 3.5rem; } }
  @media screen and (max-width: 900px) {
    h1 {
      font-size: 3rem;
      line-height: 2.5rem; } }

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px; }
  @media screen and (max-width: 900px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.5rem;
  font-weight: 700; }

header.content h1 {
  font-size: 5rem;
  margin-top: 120px; }
  @media screen and (max-width: 900px) {
    header.content h1 {
      font-size: 5rem;
      line-height: 3.5rem; } }
  @media screen and (max-width: 900px) {
    header.content h1 {
      font-size: 3rem;
      line-height: 2.5rem; } }

a.button {
  display: inline-block;
  padding: 11px 16px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2 ease, border 0.2 ease; }
  @media screen and (max-width: 900px) {
    a.button {
      font-size: 1rem; } }
  a.button:hover {
    background: #fff;
    border: 2px solid #000;
    color: #000; }

.container {
  max-width: 1180px;
  min-width: 320px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .container {
      padding: 0 30px; } }
  @media screen and (max-width: 600px) {
    .container {
      padding: 0 15px; } }

#mobilelogo {
  position: fixed;
  z-index: 1500;
  margin-left: 15px;
  top: 0;
  display: none;
  transition: transform 0.3s ease;
  transform-origin: top left; }
  @media screen and (max-width: 600px) {
    #mobilelogo {
      display: block; } }
  #mobilelogo img {
    width: 70px;
    height: 86px; }
  #mobilelogo.scrolled {
    transform: scale(0.7); }

nav#navbar {
  top: 0;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 84px;
  font-size: 15px;
  z-index: 1000; }
  @media screen and (max-width: 900px) {
    nav#navbar {
      font-size: 16px; } }
  @media screen and (max-width: 600px) {
    nav#navbar {
      position: fixed;
      bottom: 0;
      top: auto;
      font-size: 13px;
      height: 56px; } }
  @media screen and (max-width: 600px) {
    nav#navbar #logo {
      display: none; } }
  nav#navbar #logo {
    margin: 0;
    position: absolute; }
    nav#navbar #logo img {
      transition: transform 0.3s ease;
      transform-origin: top left;
      transform: scale(0.75); }
      @media screen and (max-width: 900px) {
        nav#navbar #logo img {
          transform: scale(0.6); } }
  nav#navbar ul {
    list-style: none;
    float: right;
    margin: 10px 0 30px;
    padding: 0; }
    @media screen and (max-width: 600px) {
      nav#navbar ul {
        float: none;
        text-align: center;
        margin: 0; } }
    nav#navbar ul li {
      display: inline-block; }
      nav#navbar ul li a {
        display: inline-block;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        margin: 0 15px;
        padding: 20px 0 0 0;
        text-transform: uppercase;
        letter-spacing: 2px; }
        nav#navbar ul li a:after {
          content: "";
          display: block;
          width: 100%;
          margin-top: 2px;
          height: 2px;
          background: #8B8B8B;
          transform: scaleX(0);
          transition: transform 0.3s ease; }
        nav#navbar ul li a:hover:after {
          transform: scaleX(1); }
        @media screen and (max-width: 900px) {
          nav#navbar ul li a {
            margin: 0 5px; } }
        nav#navbar ul li a.active:after {
          transform: scaleX(1);
          background: #fff; }
      @media screen and (max-width: 600px) {
        nav#navbar ul li {
          width: 20%;
          display: block;
          float: left; }
          nav#navbar ul li a {
            display: block;
            background-size: 20px 20px;
            background-repeat: no-repeat;
            background-position: top center;
            letter-spacing: 0;
            text-transform: none;
            padding: 28px 0 0 0;
            margin-top: 6px;
            width: 100%;
            height: 50px; }
          nav#navbar ul li:nth-of-type(1) a {
            background-image: url(../img/nav/start.svg); }
          nav#navbar ul li:nth-of-type(2) a {
            background-image: url(../img/nav/services.svg); }
          nav#navbar ul li:nth-of-type(3) a {
            background-image: url(../img/nav/contact.svg); }
          nav#navbar ul li:nth-of-type(4) a {
            background-image: url(../img/nav/location.svg); }
          nav#navbar ul li:nth-of-type(5) a {
            background-image: url(../img/nav/telephone.svg); } }

#start {
  position: relative;
  width: 100%;
  padding: 140px 0 200px 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.11, 0.86, 0.63, 0.91);
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    #start {
      padding: 84px 0 40px 0; } }
  #start span {
    display: inline-block;
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 1s cubic-bezier(0.15, 1.05, 0.88, 1), opacity 3s cubic-bezier(0.15, 1.05, 0.88, 1); }
    #start span:nth-of-type(1) {
      transition-delay: 0.2s; }
  #start .fadeIn {
    position: absolute;
    display: block;
    transition: transform 1s cubic-bezier(0.15, 1.05, 0.88, 1);
    z-index: -10; }
    #start .fadeIn.schere {
      position: absolute;
      right: 0;
      width: 521px;
      height: 459px;
      background-image: url(../img/products/003.png);
      transform: translate(80%, 50%);
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform 3s cubic-bezier(0.15, 1.05, 0.88, 1); }
      @media screen and (max-width: 600px) {
        #start .fadeIn.schere {
          width: 180px;
          height: 180px;
          background-size: 180px 180px; } }
    #start .fadeIn.buerste {
      position: absolute;
      top: 0;
      width: 600px;
      height: 600px;
      background-image: url(../img/products/004.png);
      transform: translate(20%, 50%);
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 600px) {
        #start .fadeIn.buerste {
          width: 180px;
          height: 180px;
          background-size: 180px 180px; } }
    #start .fadeIn.highlighter {
      position: absolute;
      right: 0;
      width: 400px;
      height: 400px;
      background-image: url(../img/products/001.png);
      transform: translate(50%, 20%);
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform 4s cubic-bezier(0.15, 1.05, 0.88, 1); }
      @media screen and (max-width: 600px) {
        #start .fadeIn.highlighter {
          width: 180px;
          height: 180px;
          background-size: 180px 180px; } }
    #start .fadeIn.brush {
      position: absolute;
      right: 0;
      width: 400px;
      height: 400px;
      background-image: url(../img/products/002.png);
      transform: translate(-50%, 100%);
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform 2s cubic-bezier(0.15, 1.05, 0.88, 1); }
      @media screen and (max-width: 600px) {
        #start .fadeIn.brush {
          width: 180px;
          height: 180px;
          background-size: 180px 180px; } }
  #start.inview {
    opacity: 1; }
    #start.inview h1 span:nth-of-type(1) {
      opacity: 1;
      transform: translateY(0px); }
    #start.inview h1 span:nth-of-type(2) {
      opacity: 1;
      transform: translateY(0px); }
    #start.inview .fadeIn.schere {
      transform: rotate(100deg); }
    #start.inview .fadeIn.buerste {
      transform: rotate(-100deg); }
    #start.inview .fadeIn.highlighter {
      transform: translate(-110%, -60%) rotate(50deg); }
    #start.inview .fadeIn.brush {
      transform: translate(-130%, 50%) rotate(-30deg); }

#teaser {
  z-index: 100; }
  #teaser h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  #teaser .column {
    display: block;
    float: left;
    width: 33.3%; }
    @media screen and (max-width: 900px) {
      #teaser .column {
        width: 100%; }
        #teaser .column:nth-of-type(1) {
          width: 50%; }
        #teaser .column:nth-of-type(2) {
          width: 50%; }
          #teaser .column:nth-of-type(2) .inner {
            margin-right: 0; }
        #teaser .column:nth-of-type(3) {
          width: 100%; }
          #teaser .column:nth-of-type(3) .inner {
            margin-left: 0; } }
    @media screen and (max-width: 600px) {
      #teaser .column:nth-of-type(1) {
        width: 100%; }
        #teaser .column:nth-of-type(1) .inner {
          margin-left: 0;
          margin-right: 0; }
      #teaser .column:nth-of-type(2) {
        width: 100%; }
        #teaser .column:nth-of-type(2) .inner {
          margin-left: 0; }
      #teaser .column:nth-of-type(3) {
        width: 100%; }
        #teaser .column:nth-of-type(3) .inner {
          margin-left: 0; } }
    #teaser .column .inner {
      display: block;
      background: #f2f2f2;
      padding: 30px;
      margin: 10px;
      height: 220px;
      text-decoration: none; }
      @media screen and (max-width: 600px) {
        #teaser .column .inner {
          padding: 20px;
          height: 150px; } }
    #teaser .column:first-of-type .inner {
      margin-left: 0; }
    #teaser .column:last-of-type .inner {
      margin-right: 0; }

.openingtimes span {
  display: block;
  width: 40%;
  float: left;
  margin-bottom: 5px; }
  .openingtimes span:nth-of-type(2n) {
    opacity: 0.5;
    width: 60%; }

.approach span {
  display: block;
  margin-bottom: 5px; }

.callus span {
  display: block;
  font-size: 2rem; }

footer {
  background: #E2E2E2;
  height: 130px;
  margin-top: 100px;
  color: grey;
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    footer {
      margin-bottom: 120px; } }
  footer ul {
    display: block;
    float: right; }
    footer ul li {
      display: inline-block; }

@media screen and (max-width: 600px) {
  #map .container {
    padding: 0; } }

#map-canvas {
  width: auto;
  height: 400px;
  background: #D8D8D8; }

ul.pricelist {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  width: 100%; }
  ul.pricelist li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%; }
    ul.pricelist li span {
      float: right;
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 0; }
      ul.pricelist li span small {
        font-weight: 300; }

.half {
  display: block;
  float: left;
  width: 48%;
  margin-right: 2%; }
  @media screen and (max-width: 600px) {
    .half {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }
  .half.last {
    width: 48%;
    margin-left: 2%;
    margin-right: 0; }
    @media screen and (max-width: 600px) {
      .half.last {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

#myMosaic {
  margin-top: 40px; }

/* Cookie Alert */
.cc_banner-wrapper {
  position: fixed !important;
  bottom: 40px;
  right: 40px;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #fff;
  z-index: 1000;
  position: absolute;
}

.cc_container .cc_btn {
  background-color: #ffffff !important;
  /* Farbe des Buttons */
  color: #000 !important;
  /* Textfarbe des Buttons */ }

.cc_container {
  color: #000000 !important;
  position: relative;
  /* Schriftfarbe des gesamten Bereichs */ }

.cc_container a {
  color: #ffffff !important;
  /* Textlink-Farbe "Mehr Infos" */ }

#map {
  position: relative;
}
#map img {
  max-width: 100%;
}

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