@charset "UTF-8";

@font-face {
    font-family: 'wsxuvmaykohi';
    src: url('../fonts/wsxuvmaykohi-Bold.eot');
    src: url('../fonts/wsxuvmaykohi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/wsxuvmaykohi-Bold.woff2') format('woff2'),
        url('../fonts/wsxuvmaykohi-Bold.woff') format('woff'),
        url('../fonts/wsxuvmaykohi-Bold.ttf') format('truetype'),
        url('../fonts/wsxuvmaykohi-Bold.svg#wsxuvmaykohi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'wsxuvmaykohi';
    src: url('../fonts/wsxuvmaykohi-Light.eot');
    src: url('../fonts/wsxuvmaykohi-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/wsxuvmaykohi-Light.woff2') format('woff2'),
        url('../fonts/wsxuvmaykohi-Light.woff') format('woff'),
        url('../fonts/wsxuvmaykohi-Light.ttf') format('truetype'),
        url('../fonts/wsxuvmaykohi-Light.svg#wsxuvmaykohi-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

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

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


* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  font-weight: 400;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 16px;
}

.button {
  padding: 10px 30px;
  background-color: #4C4D4B;
  color: #FFF;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  display: inline-block;
  font-weight: 400;
}

.button:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #000;
}

.image-link a {
  text-decoration: underline;
}

.branding p span {
  display: block;
  height: 0;
  opacity: 0;
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  .branding p span {
    display: inline;
    height: auto;
    opacity: 1;
  }
}

html, body {
  background-color: #eee;
  color: #222;
  font-family: 'wsxuvmaykohi';
  padding: 0;
  line-height: 1.5;
  margin: 0;
}

.container {
  height: 100vh;
}

.item {
  padding: 5rem 2rem 4.5rem;
}

.item.faded {
  opacity: 0.65;
  padding-top: 0;
}
.item.cal {
  padding: 0 2rem 4.5rem;
}

.google-calendar {
  border: 2px solid #ccc;
  border-radius: 6px;
}

.impressum .item {
  padding: 1rem 2rem 1rem;
  max-width: 720px;
}

h2 {
  color: #222;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #222;
  outline: 0;
}
a:hover, a:active, a:focus {
  /* border-bottom: 1px solid #666; */
  text-decoration: underline;
  color: #222;
}



::selection {
  background: #ff0000;
}

::-moz-selection {
  background: #ff0000;
}

/*

img::selection {
  background: none;
}

img::-moz-selection {
  background: none;
}

*/

.images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.image {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
}

.image-inner {
  background-color: #ccc;
  /* padding-bottom: 35%; */
  /* padding-bottom: 70%; */
  width: 100%;
  overflow: hidden;
  /* position: relative; */
}

.image-inner img {
  display: block;
  /* position: absolute; */
  /* opacity: .5; */
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
  width: 100%;
  min-width: 100%;
}

@media only screen and (min-width: 720px) {
  .image {
    width: 33.333%;
  }
}

/* @media only screen and (min-width: 960px) {
  .image {
    width: 25%;
  }
} */

@media only screen and (min-width: 1200px) {
  .image {
    width: 16.666%;
  }
}



/* ┏━━━━━━━━━━━━━┓
   ┃ HEADER HOME ┃
   ┗━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.home header {
  align-items: left;
  background-color: #ccc;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.home header .branding {
  background-color: rgba(49, 55, 41, 0.70);
  color: #eee;
  left: 0;
  /* right: 0; */
  /* padding: 0 1rem; */
  position: absolute;
  top: 0;
  width: 100%;
}

.home header .branding {
  /* width: 50%; */
  height: auto;
  text-align: center;
}

.home header .branding svg {
  margin: 30px 20px 20px;
  max-width: 640px;
  width: calc(100% - 40px);
  height: auto;
}

.home header .hero {
  height: auto;
  min-height: 100vh;
  min-width: 100%;
  object-fit: cover;
  width: 100%;
}

/* ┏━━━━━━━━━━━━━━━━━━┓
   ┃ HEADER IMPRESSUM ┃
   ┗━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.impressum header {
  /* background-color: rgba(255, 0, 0, 0.25); */
  margin: 0 2rem ;
}

.impressum header .branding {
  background-color: rgba(49, 55, 41, 0.90);
  color: #eee;
  float: left;
  margin-top: 2.25rem;
  padding: 0 1rem;
}

.impressum header.clearfix::after,
.impressum .item.clearfix::after {
  clear: both;
  content: "";
  display: table;
}


.impressum .back {
  clear: both;
  float: left;
  margin: 3.5rem 0 1rem ;
}

.impressum .back a:link,
.impressum .back a:visited,
.impressum .back a:focus {
  border: 1px solid #222;
  padding: .15rem .75rem;
  text-decoration: none;
  outline: 0;
}

.impressum .back a:active,
.impressum .back a:hover {
  border: 1px solid #ff0000;
  color: #ff0000;
  outline: 0;
  padding: .15rem .75rem;
  text-decoration: none;
}


/* ┏━━━━━━━━━━━━━━━━┓
   ┃ HEADER GENERAL ┃
   ┗━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header .branding p {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 0 0 0;
  margin: .25rem 0 1rem 0;
}

@media only screen and (min-width: 480px) {
  header .branding p {
    font-size: 12.4px;
    letter-spacing: 1.5px;
    margin: -0.25rem 0 1rem 0;
  }
}

header .branding h1 {
  font-weight: 400;
  padding: .5rem 0 0 0;
  margin: 0;
}

@media only screen and (min-width: 480px) {
  header .branding h1 {
    padding: 0;
  }
}

/* ┏━━━━━━━━┓
   ┃ FOOTER ┃
   ┗━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer {
  background-color: #b4b6b2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2;
  margin-top: 2rem;
  padding: 1.75rem 2rem 2rem;
  position: relative;
}

footer .left {
  margin-right: 1rem;
}

footer .right {
}

/* footer::after {
  background: #fff;
  border-bottom: 12px solid #b4b6b2;
  border-left: 12px solid #eee;
  border-right: 12px solid #b4b6b2;
  border-top: 12px solid #eee;
  content: '';
  height: 0px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0px;
} */
/*
footer::before {
  background: #fff;
  border-bottom: 12px solid #eee;
  border-left: 12px solid #ccc;
  border-right: 12px solid #eee;
  border-top: 12px solid #ccc;
  content: '';
  height: 0px;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 0px;
}
*/




/* ┏━━━━━━━━━━━┓
   ┃ IMPRESSUM ┃
   ┗━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.impressum {
  
}

/* ┏━━━━━━━━━┓
   ┃ BLUEIMP ┃
   ┗━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  padding: 8px 10px 38px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
     -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
       -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url("../images/blueimp-gallery/loading.gif") center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url("../images/blueimp-gallery/error.png") center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  font-family: "fontello";
  font-size: 35px;
  font-weight: 100;
  line-height: 47px;
  color: white;
  text-decoration: none;
  text-align: center;
  background: #555;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 0px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: white;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  width: 45px;
  height: 45px;
  background: #555;
  font-family: "fontello";
line-height: 47px;
text-align: center;
/* padding: 15px; */
  top: 0px;
  right: 0px;
  left: auto;
  margin: 0px; /* -15px */
  font-size: 35px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url("../images/blueimp-gallery/play-pause.png") 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: white;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery > .play-pause {
  display: none;
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url("../images/blueimp-gallery/error.svg");
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url("../images/blueimp-gallery/play-pause.svg");
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}


/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #666;
  border-radius: 5px;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #555;
  border-color: #555;
  opacity: 1;
}
.blueimp-gallery > .indicator { /* was .blueimp-gallery-controls > .indicator { */
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* IE7 fixes */
*+html .blueimp-gallery > .indicator > li {
  display: inline;
}


#blueimp-gallery h3.title {
  border:none;
}

