/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("fonts/roboto-v18-latin-regular.woff") format("woff"), url("fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
body, html {
  font-size: 12px;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  font-family: Roboto;
  overflow: hidden; }

body {
  /*position:absolute;*/ }

h1 {
  margin-bottom: 1em; }

#container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 2;
  background: url("../Bilder/design_braucht_kopf.jpg") no-repeat fixed 50% bottom;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

div#map {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  /*background-color:rgba(0,255,0,0.5);*/
  z-index: 1; }
  div#map #wrapper {
    position: relative;
    z-index: 5; }
    div#map #wrapper #spacer {
      /*background-color: blue;*/
      margin-bottom: 177%;
      transform: rotateZ(90deg); }
  div#map #inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56.2%;
    /*background-color:rgba(255,0,0,0.5);*/
    z-index: 5; }
    div#map #inner #eye, div#map #inner #seeyou {
      position: absolute;
      bottom: 0%;
      left: 40%;
      width: 10%;
      height: 10%;
      z-index: 5;
      font-size: 60px;
      font-family: Times New Roman;
      color: white; }
    div#map #inner #seeyou {
      bottom: 0;
      display: none;
      z-index: 4;
      width: auto;
      left: 46%;
      height: auto; }

a:link, a:hover, a:active, a:visited, a.active {
  text-decoration: none;
  color: black; }

a:hover, a:active, a.active {
  color: white; }

.burger {
  position: absolute;
  width: 25px;
  height: 35px;
  z-index: 100;
  top: 50px;
  left: 3em;
  display: none; }
  .burger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    outline: 1px solid transparent;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transition: -webkit-transform 1000ms ease, background-color 1s ease;
    transition: transform 1000ms ease, background-color 1s ease; }
  .burger .n1 {
    top: 56%;
    -webkit-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    -moz-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    -ms-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    -o-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    transition: transform 1000ms ease 50ms, background-color 1s ease 50ms; }
  .burger .n2 {
    top: 28%;
    -webkit-transition: opacity 500ms linear 500ms, background-color 1s ease;
    -moz-transition: opacity 500ms linear 500ms, background-color 1s ease;
    -ms-transition: opacity 500ms linear 500ms, background-color 1s ease;
    -o-transition: opacity 500ms linear 500ms, background-color 1s ease;
    transition: opacity 500ms linear 500ms, background-color 1s ease; }
  .burger .n3 {
    -webkit-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    -moz-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    -ms-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    -o-transition: transform 1000ms ease 50ms, background-color 1s ease 50ms;
    transition: transform 1000ms ease 50ms, background-color 1s ease 50ms; }
  .burger.active div {
    background-color: white; }
  .burger.active .n1 {
    /*top:0;*/
    /*@include transition(transform 1000ms ease, background-color 1s ease);*/
    -webkit-transition: -webkit-transform 1000ms ease, background-color 1s ease;
    transition: transform 1000ms ease, background-color 1s ease;
    /*transform:translateY(15px) rotate3d(0,0,1,-45deg) scale(1.4142,1.4142);*/
    -webkit-transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, -45deg) scale3d(1.4142, 1.2, 1);
    -moz-transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, -45deg) scale3d(1.4142, 1.2, 1);
    -ms-transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, -45deg) scale3d(1.4142, 1.2, 1);
    -o-transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, -45deg) scale3d(1.4142, 1.2, 1);
    transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, -45deg) scale3d(1.4142, 1.2, 1);
    /*@include prefix(transform,matrix(0.999990409954016, -0.999990409954015, 0.848528137423857, 0.848528137423857, 0, 5));*/ }
  .burger.active .n2 {
    -webkit-transition: opacity 50ms linear, background-color 1s ease 50ms;
    -moz-transition: opacity 50ms linear, background-color 1s ease 50ms;
    -ms-transition: opacity 50ms linear, background-color 1s ease 50ms;
    -o-transition: opacity 50ms linear, background-color 1s ease 50ms;
    transition: opacity 50ms linear, background-color 1s ease 50ms;
    opacity: 0; }
  .burger.active .n3 {
    top: 0;
    /*transform:rotate3d(0,0,1,45deg) scale(1.4142,1.4142);*/
    /*matrix(0.999990409954016, 0.999990409954015, -0.848528137423857, 0.848528137423857, 0, 0);*/
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1.4142, 1.2, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1.4142, 1.2, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1.4142, 1.2, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1.4142, 1.2, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1.4142, 1.2, 1);
    -webkit-transition: -webkit-transform 1000ms ease, background-color 1s ease;
    transition: transform 1000ms ease, background-color 1s ease; }

#contact a:link, #contact a:active, #contact a:visited {
  color: white; }

nav ul li {
  line-height: 4em; }
  nav ul li:first-of-type {
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.75em; }

#impressum {
  line-height: 1.6em;
  margin-top: 2em; }

#column-left, #column-right, #impressum {
  position: relative;
  z-index: 3;
  padding: 5em;
  width: 23em;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box; }

#column-right {
  position: absolute;
  max-width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  width: auto; }

.content {
  position: absolute;
  padding: 0 28rem 0 15rem;
  min-height: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Times New Roman;
  color: white;
  font-size: 60px;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden; }

#home {
  font-size: 160px; }

#work {
  display: none;
  padding-top: 1em; }

#contact {
  display: none;
  padding-top: 2em; }

#datenschutz {
  display: none;
  padding-top: 2em;
  text-transform: uppercase; }

#impressum {
  display: none;
  padding-top: 0;
  position: absolute;
  bottom: 15px; }

#moquii {
  position: absolute;
  bottom: 3.5em;
  right: 53%;
  transform: translateX(50%);
  max-width: 7em;
  line-height: 1.6em; }
  #moquii img {
    width: 100%;
    height: auto;
    padding-top: 0.8em; }

#logo {
  max-width: 100%;
  min-width: 122px; }
  #logo img {
    max-width: 100%;
    height: auto;
    margin: -2em -4em 0 0; }

.hg {
  display: inline-block;
  padding: 0 3px; }

#impressum {
  white-space: nowrap; }

#impressum .hg {
  padding: 0 1px; }

.hl {
  line-height: 2em; }

.ll {
  margin-bottom: -1em; }

.lift_br {
  vertical-align: 0.05em; }

.mobile {
  display: none; }

@media screen and (max-width: 1000px) {
  .content {
    font-size: 48px; }

  #home {
    font-size: 100px; } }
@media screen and (max-width: 760px) {
  .content {
    font-size: 33px;
    padding-right: 10%;
    box-sizing: border-box; }

  #home {
    font-size: 100px; }

  #logo {
    position: absolute;
    right: 0; } }
@media screen and (max-aspect-ratio: 10 / 7) {
  #impressum {
    background-color: rgba(255, 255, 255, 0.5);
    width: auto;
    padding: 1em;
    margin: 1em 0 0 -1em; } }
@media screen and (max-width: 520px) and (max-aspect-ratio: 1 / 1) {
  #map {
    display: none; }

  .burger {
    display: block;
    position: fixed; }

  #column-left {
    /*display:none;*/
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(152, 200, 206, 0.9);
    position: fixed;
    z-index: 4;
    padding: 129px 3em;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -webkit-transition: -webkit-transform 1000ms ease;
    transition: transform 1000ms ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    #column-left.active {
      -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); }

  div.content, #work, #contact, #impressum, #datenschutz {
    padding: 36px;
    padding-top: 165px;
    font-size: 22px;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    /*margin-bottom: 50px;*/
    overflow: visible; }

  #impressum {
    margin: 0;
    color: white;
    bottom: auto;
    background-color: transparent;
    font-family: Times New Roman; }
    #impressum a:link, #impressum a:hover, #impressum a:active, #impressum a:visited, #impressum a.active {
      color: white; }
      #impressum a:link:hover, #impressum a:hover:hover, #impressum a:active:hover, #impressum a:visited:hover, #impressum a.active:hover {
        color: black; }

  #home {
    font-size: 80px; }

  /*#impressum{width:100%;}*/
  #moquii {
    position: fixed;
    color: white;
    padding-right: 135px;
    right: 12px;
    bottom: 8px;
    transform: none;
    width: auto;
    white-space: nowrap;
    max-width: none; }
    #moquii br {
      display: none; }
    #moquii img {
      position: absolute;
      width: auto;
      height: 35px;
      padding: 0;
      right: 0px;
      bottom: 0px; } }
@media screen and (max-width: 320px) and (max-aspect-ratio: 1 / 1) {
  .mobile {
    display: inline; } }

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