/* General */
/* line 3, F:/localhost/forster/css/style.scss */
html {
  width: 100%;
  height: 100%; }

/* line 8, F:/localhost/forster/css/style.scss */
body {
  background: #313131;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 28px;
  line-height: 38px; }

/* line 19, F:/localhost/forster/css/style.scss */
a {
  color: inherit;
  text-decoration: none; }

/* line 24, F:/localhost/forster/css/style.scss */
#navigation {
  display: block;
  width: 100%;
  margin: 0;
  background: #313131;
  color: #f1f1f1;
  padding: 0 10%;
  overflow: hidden;
  min-height: 46px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  /* line 36, F:/localhost/forster/css/style.scss */
  #navigation li {
    display: inline-block;
    margin: 0; }
  /* line 41, F:/localhost/forster/css/style.scss */
  #navigation h1 {
    font-weight: normal;
    cursor: default; }
  /* line 46, F:/localhost/forster/css/style.scss */
  #navigation h1, #navigation a, #navigation li > span {
    margin: 0;
    padding: 4px 12px;
    display: inline-block;
    font-size: inherit; }
  /* line 53, F:/localhost/forster/css/style.scss */
  #navigation a {
    font-weight: lighter; }
    /* line 56, F:/localhost/forster/css/style.scss */
    #navigation a:hover {
      background: #464646; }

/* line 63, F:/localhost/forster/css/style.scss */
#pull, #pull:after, #pull:before {
  content: '';
  position: fixed;
  top: 10px;
  right: 0px;
  width: 32px;
  height: 4px;
  background: #ffffff;
  padding: 10px;
  display: block;
  cursor: pointer;
  background-clip: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* line 79, F:/localhost/forster/css/style.scss */
#pull {
  display: none; }
  /* line 82, F:/localhost/forster/css/style.scss */
  #pull:before {
    top: 0px; }
  /* line 86, F:/localhost/forster/css/style.scss */
  #pull:after {
    top: 20px; }

/* line 91, F:/localhost/forster/css/style.scss */
#place {
  color: #616161;
  padding-right: 10px;
  opacity: 0;
  transition: .8s;
  float: right; }
  /* line 98, F:/localhost/forster/css/style.scss */
  #place.loaded {
    opacity: 1; }

/* line 104, F:/localhost/forster/css/style.scss */
#background, .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: -1;
  pointer-events: none; }

/* * * */
@keyframes higgle {
  0% {
    transform: scale(1) translate(-50%, -50%); }
  20% {
    transform: scale(1.04) translate(-49%, -47%); }
  40% {
    transform: scale(1.04) translate(-48%, -46%); }
  60% {
    transform: scale(1.04) translate(-47%, -47%); }
  80% {
    transform: scale(1.04) translate(-50%, -46%); } }

/* line 125, F:/localhost/forster/css/style.scss */
#background {
  opacity: 0;
  transition: 1.4s;
  height: 100%; }
  /* line 131, F:/localhost/forster/css/style.scss */
  #background.loaded {
    opacity: 1;
    animation-name: higgle;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out; }

/* line 141, F:/localhost/forster/css/style.scss */
#impres {
  float: right;
  padding: 5px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer; }

/* line 149, F:/localhost/forster/css/style.scss */
#impresc {
  position: fixed;
  top: 55px;
  width: 80%;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
  background: #313131;
  color: #f1f1f1;
  padding: 25px;
  font-size: 12px;
  line-height: 16px;
  transition: .6s;
  opacity: 0;
  pointer-events: none; }
  /* line 165, F:/localhost/forster/css/style.scss */
  #impresc.active {
    top: 70px;
    opacity: 1;
    pointer-events: auto; }
  /* line 171, F:/localhost/forster/css/style.scss */
  #impresc .closer {
    position: absolute;
    right: 4px;
    top: 8px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    /* line 180, F:/localhost/forster/css/style.scss */
    #impresc .closer:hover {
      color: #7e7e7e; }

@media screen and (min-aspect-ratio: 1920/1280) {
  /* line 189, F:/localhost/forster/css/style.scss */
  #background:not(.small) {
    width: 100%;
    height: auto; } }

@media screen and (min-aspect-ratio: 1280/1920) {
  /* line 197, F:/localhost/forster/css/style.scss */
  #background.small {
    width: 100%;
    height: auto; } }

/* line 203, F:/localhost/forster/css/style.scss */
footer {
  position: fixed;
  bottom: 15px;
  right: 10px;
  color: #060606;
  line-height: 80%;
  text-shadow: 0px 0px 2px #313131; }

/* line 212, F:/localhost/forster/css/style.scss */
.right {
  float: right; }

/* large Screen */
@media screen and (min-width: 600px) {
  /* line 222, F:/localhost/forster/css/style.scss */
  #place {
    position: fixed;
    left: 0px;
    bottom: -100px;
    color: #3C3C3C;
    font-size: 48px;
    height: 60px;
    text-shadow: 0 1px 1px #252525;
    transform: rotate(-90deg);
    transform-origin: left top;
    padding: 15px 25px; }
    /* line 234, F:/localhost/forster/css/style.scss */
    #place:hover {
      background: rgba(0, 0, 0, 0.3);
      color: #919191; }
    /* line 239, F:/localhost/forster/css/style.scss */
    #place [data-icon] {
      display: none; } }

/* small Screen */
@media screen and (max-width: 1000px) {
  /* line 251, F:/localhost/forster/css/style.scss */
  #navigation {
    padding: 0 5%; } }

/* Smartphone */
@media only screen and (max-width: 600px) {
  /* line 262, F:/localhost/forster/css/style.scss */
  #pull {
    display: block; }
  /* line 266, F:/localhost/forster/css/style.scss */
  .right {
    float: none; }
  /* line 270, F:/localhost/forster/css/style.scss */
  #navigation {
    padding: 0; }
    /* line 273, F:/localhost/forster/css/style.scss */
    #navigation li:not(.title) {
      height: 0px;
      transition: .3s;
      display: block; }
      /* line 278, F:/localhost/forster/css/style.scss */
      #navigation li:not(.title) a {
        display: block; }
    /* line 285, F:/localhost/forster/css/style.scss */
    #navigation.open li:not(.title) {
      height: 45px; } }

/* ****************************** */
@font-face {
  font-family: 'Simple-Line-Icons';
  src: url("../fonts/Simple-Line-Icons.eot");
  src: url("../fonts/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff") format("woff"), url("../fonts/Simple-Line-Icons.ttf") format("truetype"), url("../fonts/Simple-Line-Icons.svg#Simple-Line-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 302, F:/localhost/forster/css/style.scss */
[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 315, F:/localhost/forster/css/style.scss */
[data-icon].small:before {
  line-height: 32px; }

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