/*=======================================================
Imports
=======================================================*/
/*! 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.
 */
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 */
}

/**
 * 1. 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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"],
[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,
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;
}

/*=======================================================
Globale Settings
=======================================================*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

*:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

.calendar {
  padding: 0;
}

/*=======================================================
Kalender 
=======================================================*/
@media screen and (min-width: 130px) {
  .calender__cover.mini {
    max-width: 113px;
  }
}

@media screen and (min-width: 130px) and (max-width: 242px) {
  .calender__cover.mini .item:nth-child(1n + 2) {
    margin-left: 61.5px;
  }
}

@media screen and (min-width: 243px) {
  .calender__cover.mini {
    max-width: 226px;
  }
}

@media screen and (min-width: 243px) and (max-width: 355px) {
  .calender__cover.mini .item:nth-child(3n + 3) {
    margin-left: 61.5px;
  }
}

@media screen and (min-width: 356px) {
  .calender__cover.mini {
    max-width: 339px;
  }
}

@media screen and (min-width: 356px) and (max-width: 468px) {
  .calender__cover.mini .item:nth-child(5n + 4) {
    margin-left: 61.5px;
  }
}

@media screen and (min-width: 469px) {
  .calender__cover.mini {
    max-width: 452px;
  }
}

@media screen and (min-width: 469px) and (max-width: 581px) {
  .calender__cover.mini .item:nth-child(7n + 5) {
    margin-left: 61.5px;
  }
}

@media screen and (min-width: 582px) {
  .calender__cover.mini {
    max-width: 565px;
  }
}

@media screen and (min-width: 582px) and (max-width: 694px) {
  .calender__cover.mini .item:nth-child(9n + 6) {
    margin-left: 61.5px;
  }
}

@media screen and (min-width: 695px) {
  .calender__cover.mini {
    max-width: 678px;
  }
}

@media screen and (min-width: 695px) {
  .calender__cover.mini .item:nth-child(11n + 7) {
    margin-left: 61.5px;
  }
}

.calender__cover.mini .item {
  width: 103px;
  margin-top: 19px;
  margin-bottom: 19px;
  margin-left: 5px;
  margin-right: 5px;
}

.calender__cover.mini .item a {
  height: 60px;
  line-height: 120px;
}

.calender__cover.mini .item .hex {
  background-size: auto 120px;
}

.calender__cover.mini .item .hex .hex-01:after,
.calender__cover.mini .item .hex .hex-02:after {
  width: 120px;
  height: 120px;
}

.calender__cover.mini .item .hex .hex-01:after {
  -webkit-transform: rotate(-60deg) translate(-61px, 0);
  transform: rotate(-60deg) translate(-61px, 0);
}

.calender__cover.mini .item .hex .hex-02:after {
  -webkit-transform: rotate(60deg) translate(21px, 23px);
  transform: rotate(60deg) translate(21px, 23px);
}

@media screen and (min-width: 147px) {
  .calender__cover.small {
    max-width: 130px;
  }
}

@media screen and (min-width: 147px) and (max-width: 276px) {
  .calender__cover.small .item:nth-child(1n + 2) {
    margin-left: 70px;
  }
}

@media screen and (min-width: 277px) {
  .calender__cover.small {
    max-width: 260px;
  }
}

@media screen and (min-width: 277px) and (max-width: 406px) {
  .calender__cover.small .item:nth-child(3n + 3) {
    margin-left: 70px;
  }
}

@media screen and (min-width: 407px) {
  .calender__cover.small {
    max-width: 390px;
  }
}

@media screen and (min-width: 407px) and (max-width: 536px) {
  .calender__cover.small .item:nth-child(5n + 4) {
    margin-left: 70px;
  }
}

@media screen and (min-width: 537px) {
  .calender__cover.small {
    max-width: 520px;
  }
}

@media screen and (min-width: 537px) and (max-width: 666px) {
  .calender__cover.small .item:nth-child(7n + 5) {
    margin-left: 70px;
  }
}

@media screen and (min-width: 667px) {
  .calender__cover.small {
    max-width: 650px;
  }
}

@media screen and (min-width: 667px) and (max-width: 796px) {
  .calender__cover.small .item:nth-child(9n + 6) {
    margin-left: 70px;
  }
}

@media screen and (min-width: 797px) {
  .calender__cover.small {
    max-width: 780px;
  }
}

@media screen and (min-width: 797px) {
  .calender__cover.small .item:nth-child(11n + 7) {
    margin-left: 70px;
  }
}

.calender__cover.small .item {
  width: 120px;
  margin-top: 21px;
  margin-bottom: 21px;
  margin-left: 5px;
  margin-right: 5px;
}

.calender__cover.small .item a {
  height: 70px;
  line-height: 140px;
}

.calender__cover.small .item .hex {
  background-size: auto 140px;
}

.calender__cover.small .item .hex .hex-01:after,
.calender__cover.small .item .hex .hex-02:after {
  width: 140px;
  height: 140px;
}

.calender__cover.small .item .hex .hex-01:after {
  -webkit-transform: rotate(-60deg) translate(-70px, 0);
  transform: rotate(-60deg) translate(-70px, 0);
}

.calender__cover.small .item .hex .hex-02:after {
  -webkit-transform: rotate(60deg) translate(25px, 27px);
  transform: rotate(60deg) translate(25px, 27px);
}

@media screen and (min-width: 186px) {
  .calender__cover.medium {
    max-width: 169px;
  }
}

@media screen and (min-width: 186px) and (max-width: 354px) {
  .calender__cover.medium .item:nth-child(1n + 2) {
    margin-left: 91.5px;
  }
}

@media screen and (min-width: 355px) {
  .calender__cover.medium {
    max-width: 338px;
  }
}

@media screen and (min-width: 355px) and (max-width: 523px) {
  .calender__cover.medium .item:nth-child(3n + 3) {
    margin-left: 91.5px;
  }
}

@media screen and (min-width: 524px) {
  .calender__cover.medium {
    max-width: 507px;
  }
}

@media screen and (min-width: 524px) and (max-width: 692px) {
  .calender__cover.medium .item:nth-child(5n + 4) {
    margin-left: 91.5px;
  }
}

@media screen and (min-width: 693px) {
  .calender__cover.medium {
    max-width: 676px;
  }
}

@media screen and (min-width: 693px) and (max-width: 861px) {
  .calender__cover.medium .item:nth-child(7n + 5) {
    margin-left: 91.5px;
  }
}

@media screen and (min-width: 862px) {
  .calender__cover.medium {
    max-width: 845px;
  }
}

@media screen and (min-width: 862px) and (max-width: 1030px) {
  .calender__cover.medium .item:nth-child(9n + 6) {
    margin-left: 91.5px;
  }
}

@media screen and (min-width: 1031px) {
  .calender__cover.medium {
    max-width: 1014px;
  }
}

@media screen and (min-width: 1031px) {
  .calender__cover.medium .item:nth-child(11n + 7) {
    margin-left: 91.5px;
  }
}

.calender__cover.medium .item {
  width: 155px;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 7px;
  margin-right: 7px;
}

.calender__cover.medium .item a {
  height: 90px;
  line-height: 180px;
}

.calender__cover.medium .item .hex {
  background-size: auto 180px;
}

.calender__cover.medium .item .hex .hex-01:after,
.calender__cover.medium .item .hex .hex-02:after {
  width: 180px;
  height: 180px;
}

.calender__cover.medium .item .hex .hex-01:after {
  -webkit-transform: rotate(-60deg) translate(-91px, 0);
  transform: rotate(-60deg) translate(-91px, 0);
}

.calender__cover.medium .item .hex .hex-02:after {
  -webkit-transform: rotate(60deg) translate(32px, 34px);
  transform: rotate(60deg) translate(32px, 34px);
}

@media screen and (min-width: 227px) {
  .calender__cover.large {
    max-width: 210px;
  }
}

@media screen and (min-width: 227px) and (max-width: 436px) {
  .calender__cover.large .item:nth-child(1n + 2) {
    margin-left: 115px;
  }
}

@media screen and (min-width: 437px) {
  .calender__cover.large {
    max-width: 420px;
  }
}

@media screen and (min-width: 437px) and (max-width: 646px) {
  .calender__cover.large .item:nth-child(3n + 3) {
    margin-left: 115px;
  }
}

@media screen and (min-width: 647px) {
  .calender__cover.large {
    max-width: 630px;
  }
}

@media screen and (min-width: 647px) and (max-width: 856px) {
  .calender__cover.large .item:nth-child(5n + 4) {
    margin-left: 115px;
  }
}

@media screen and (min-width: 857px) {
  .calender__cover.large {
    max-width: 840px;
  }
}

@media screen and (min-width: 857px) and (max-width: 1066px) {
  .calender__cover.large .item:nth-child(7n + 5) {
    margin-left: 115px;
  }
}

@media screen and (min-width: 1067px) {
  .calender__cover.large {
    max-width: 1050px;
  }
}

@media screen and (min-width: 1067px) and (max-width: 1276px) {
  .calender__cover.large .item:nth-child(9n + 6) {
    margin-left: 115px;
  }
}

@media screen and (min-width: 1277px) {
  .calender__cover.large {
    max-width: 1260px;
  }
}

@media screen and (min-width: 1277px) {
  .calender__cover.large .item:nth-child(11n + 7) {
    margin-left: 115px;
  }
}

.calender__cover.large .item {
  width: 190px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.calender__cover.large .item a {
  height: 110px;
  line-height: 220px;
}

.calender__cover.large .item .hex {
  background-size: auto 220px;
}

.calender__cover.large .item .hex .hex-01:after,
.calender__cover.large .item .hex .hex-02:after {
  width: 220px;
  height: 220px;
}

.calender__cover.large .item .hex .hex-01:after {
  -webkit-transform: rotate(-60deg) translate(-110px, 0);
  transform: rotate(-60deg) translate(-110px, 0);
}

.calender__cover.large .item .hex .hex-02:after {
  -webkit-transform: rotate(60deg) translate(40px, 41px);
  transform: rotate(60deg) translate(40px, 41px);
}

/*=======================================================
Hexagon Basic
=======================================================*/
.calender__cover {
  margin: 50px auto;
  position: relative;
}

.calender__cover:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.calender__cover .item {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
}

.calender__cover .item a {
  position: relative;
  display: block;
}

.calender__cover .item a .hex-01,
.calender__cover .item a .hex-02 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: inherit;
}

.calender__cover .item a .hex-01 {
  z-index: -1;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.calender__cover .item a .hex-02 {
  z-index: -2;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.calender__cover .item.empty a {
  opacity: 0;
}

/*=======================================================
Hexagon item background configuration
=======================================================*/
.calender__cover .item .hex {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 120px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.calender__cover .item .hex .hex-01,
.calender__cover .item .hex .hex-02 {
  background: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.calender__cover .item .hex .hex-01:after,
.calender__cover .item .hex .hex-02:after {
  width: 120px;
  height: 120px;
  content: '';
  left: 0;
  position: absolute;
  background: inherit;
}

.calender__cover .item .hex .hex-01:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.calender__cover .item .hex .hex-02:after {
  bottom: 0;
}

/*=======================================================
Item Overlay Configuration
=======================================================*/
.with-overlay .item .hex:before,
.with-overlay .item .hex .hex-01:before,
.with-overlay .item .hex .hex-02:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: black;
  opacity: 0.75;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}

.with-overlay .item:hover .hex:before,
.with-overlay .item:hover .hex .hex-01:before,
.with-overlay .item:hover .hex .hex-02:before {
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
  opacity: 0;
  background: #000;
}

/*=======================================================
Hintergrundbild
=======================================================*/
.image-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}

/*=======================================================
Snow Container
=======================================================*/
#snow-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}

/*=======================================================
Footer
=======================================================*/
.footer-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 auto;
}

.footer-container ul {
  text-align: center;
  margin: 0px;
  padding: 5px 0 10px 0;
  list-style: none;
}

.footer-container ul li {
  display: inline-block;
  padding: 0px 5px;
}

.footer-container ul li a {
  text-decoration: none;
  color: #666;
}
/*# sourceMappingURL=main.css.map */