/*
Name: 			Olaf Mahlstedt SCSS     	
Author:         mhoder
Version:        1.0.0
*/
/* -------------- Mixins & Stuff -------------- */
/* -------------- Variables -------------- */
/* -------------- Browserresets -------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 15px;
  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: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

/* -------------- Raster -------------- */
body {
  position: relative;
  height: 100vh;
  font-family: 'ITC Quay Sans W01 Book', Tahoma, Arial;
  font-size: 16px;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03rem; }

#header {
  padding-top: 5.55555vh;
  padding-bottom: 10.55555vh; }
  @media screen and (max-height: 500px) {
    #header {
      padding-bottom: 5.55555vh; } }
  #header .logo {
    display: block;
    height: 10.55555vh;
    max-height: 95px;
    margin: 0 auto; }
    @media screen and (max-height: 500px) {
      #header .logo {
        height: 15.55555vh; } }

#content {
  position: relative;
  z-index: 1;
  height: 55.55555vh;
  max-height: 1000px;
  width: 100%;
  margin: 0 auto; }
  #content .slider {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    -moz-align-items: left;
    align-items: left;
    height: 100%;
    width: 100%;
    overflow: scroll; }
    #content .slider .image {
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.05);
      border-left: 1px solid white; }
      #content .slider .image img {
        height: 100%; }

#footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 17.77777vh;
  z-index: 0; }
  #footer ul {
    width: 80%;
    max-width: 800px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #footer ul li {
      font-size: 16px; }
      #footer ul li .eckeouter {
        display: inline-block;
        height: 26px;
        width: 17px; }
        #footer ul li .eckeouter .eckeinner {
          height: 11px;
          width: 17px;
          border-top: 4px solid black;
          border-left: 4px solid black; }

#impressum, #kontakt {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: block;
  width: 100vw;
  max-width: 400px;
  height: 100vh;
  padding: 50px;
  overflow-y: scroll;
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95); }
  @media screen and (max-width: 600px) {
    #impressum, #kontakt {
      padding: 50px 30px; } }
  #impressum .close, #kontakt .close {
    float: right;
    cursor: pointer;
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -5px;
    color: #1aadd9; }

#impressum {
  display: none; }

#kontakt {
  display: none; }
  #kontakt .kontaktformular {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
  #kontakt .form-input {
    border: 1px solid #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    font-family: inherit;
    color: #000; }
  #kontakt .send-button {
    height: 34px;
    border: none;
    margin-top: 10px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    font-size: 16px;
    font-size: 1rem;
    font-family: inherit;
    text-transform: uppercase;
    background-color: #1aadd9;
    color: white; }
  #kontakt .send-button:hover {
    background-color: #1589ab; }

/* -------------- Partials -------------- */
/* -------------- Navigation -------------- */
/* -------------- Schriften -------------- */
h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 40px; }

.light {
  color: grey; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  color: #1aadd9; }

p {
  margin-bottom: 10px; }

.blue {
  color: #1aadd9; }

.blue:hover {
  text-decoration: underline; }

/* -------------- Helpers -------------- */
/* -------------- slider -------------- */
.slider-container {
  background-color: #fff; }

.slider-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 55.55555vh; }

.slider-slide {
  height: 55.55555vh;
  background-size: cover;
  width: auto;
  opacity: 0.5;
  background-color: #fff; }

.slick-current {
  opacity: 1.0;
  padding: 0 2px;
  margin-bottom: 1px; }

.slider-slide img {
  height: 100%; }

.slick-prev {
  left: 0px;
  margin-left: 20px;
  z-index: 2; }

.slick-next {
  right: 0px;
  margin-right: 20px;
  z-index: 2; }

/* -------------- Mediaqueries -------------- */

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