@charset "UTF-8";
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* quicksand-regular - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/quicksand-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v30-latin-regular.woff2") format("woff2"), url("../fonts/quicksand-v30-latin-regular.woff") format("woff"), url("../fonts/quicksand-v30-latin-regular.ttf") format("truetype"), url("../fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "ph";
  src: url("../fonts/ph.woff2") format("woff2"), url("../fonts/ph.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
┌────────────────────────────────────┐
	Layout //// Boxes
└────────────────────────────────────┘ */
.row {
  vertical-align: top;
  text-align: center;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.col {
  display: inline-block !important;
  position: relative;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
  padding: 0 20px 40px;
  width: 100%;
}

.row > .col, .inner > .col {
  padding: 20px;
}

.col16 {
  width: 16.6%;
}

.col20 {
  width: 20%;
}

.col25 {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3%;
}

.col40 {
  width: 40%;
}

.col50 {
  width: 50%;
}

.col60 {
  width: 60%;
}

.col66 {
  width: 66.6%;
}

.col70 {
  width: 70%;
}

.col75 {
  width: 75%;
}

.col80 {
  width: 80%;
}

.ind5 {
  margin-left: 5%;
}

.ind10 {
  margin-left: 10%;
}

.ind16 {
  margin-left: 16.6%;
}

.ind20 {
  margin-left: 20%;
}

.ind25 {
  margin-left: 25%;
}

.ind30 {
  margin-left: 30%;
}

.ind33 {
  margin-left: 33.3%;
}

.ind40 {
  margin-left: 40%;
}

.ind50 {
  margin-left: 50%;
}

.ind60 {
  margin-left: 60%;
}

.ind66 {
  margin-left: 66.6%;
}

.ind70 {
  margin-left: 70%;
}

.ind75 {
  margin-left: 75%;
}

.ind80 {
  margin-left: 80%;
}

.ind90 {
  margin-left: 80%;
}

.ind-20 {
  margin-left: -20%;
}

.top50 {
  margin-top: 50px;
}

.top100 {
  margin-top: 100px;
}

.top150 {
  margin-top: 150px;
}

.top200 {
  margin-top: 200px;
}

.vertical {
  position: absolute;
  text-align: center;
  width: 20px;
  left: -20px;
  top: -30px;
  font-size: 19px;
  line-height: 1.5;
  font-family: "Mangan-Heavy", serif;
}

.vertical.date {
  left: -50px;
}

.col.center {
  text-align: center;
}

.textCenter {
  text-align: center;
  display: table;
  margin: 0 auto;
}

.autocol2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

.autocol3 {
  list-style: circle;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.autocol3 ul {
  margin: 0;
  padding: 0 0 0 30px;
}

.alignRight {
  float: right;
}

.content {
  position: relative;
  z-index: 300;
}

.col img {
  padding-bottom: 20px;
}

#kompetenzen .col img, #perspektiven .col img {
  padding: 30px;
}

.col50 {
  vertical-align: top;
}

.col50.top {
  vertical-align: top;
}

.row.green .col a {
  border: 1px solid #E21700;
  color: #E21700 !important;
  display: block;
  min-height: 70px;
  padding: 12px;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.row.green .col a:hover {
  background-color: rgba(116, 177, 59, 0.2);
}

.row.indent {
  padding-left: 100px;
}

.row.alignLeft {
  text-align: left;
}

a.download, a.external, a.mail, a.phone {
  display: block;
  margin-bottom: 3px;
  color: #E21700;
}

a.phone {
  text-decoration: none;
  color: #161615;
  margin-bottom: 0;
}

a.external.off {
  color: #161615;
}

address {
  font-style: normal;
}

.alignTop {
  vertical-align: top;
}

.noIndent > p {
  padding-left: 0;
}

.red {
  color: #E21700;
}

a.red {
  font-weight: bold;
}

.icon.sushi {
  position: fixed;
  top: 80px;
  right: 70px;
  width: 70px;
  height: 80px;
  z-index: 2000000;
}
.icon.sushi svg {
  width: 80px;
  height: 80px;
}

header .logo, header svg, header path {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: 15px;
  z-index: 1100;
  padding: 0px 12px;
  width: 320px;
  width: 100%;
  max-width: 1000px;
  height: 150px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.logo svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.logo svg path {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

header {
  /* background-color: $dunkelblau; */
  text-align: center;
  padding: 100px 0;
  top: 0;
  width: 100%;
  height: 50vh;
  height: 260px;
  z-index: 1000;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  backface-visibility: hidden;
}
header .inner {
  max-width: 1330px;
  height: 100%;
  padding: 0 12px;
  text-align: left;
}
header.fixed {
  position: fixed;
  top: 0;
}
header.bottom {
  bottom: 0px;
  top: auto;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 80%;
  top: 0;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

body.headerShrinked header {
  height: 60px;
  padding: 5px 0;
}
body.headerShrinked header .inner {
  height: 60px;
  min-height: 0;
}
body.headerShrinked header:before {
  width: 90%;
}
body.headerShrinked header:after {
  width: 10%;
  background: transparent;
}
body.headerShrinked nav.desktop ul {
  text-align: left;
}
body.headerShrinked nav.desktop a {
  /* color: $colCorporate; */
}
body.headerShrinked .logo {
  top: 101px;
  height: 50px;
  margin-top: 0;
  text-align: right;
  pointer-events: none;
}
body.headerShrinked .logo svg {
  width: 100px;
  position: relative;
  top: -70px;
}
body.headerShrinked .logo svg #oben path {
  fill: #fff;
}

nav {
  z-index: 800;
}
nav a.active {
  border-bottom: 2px solid #9a9a9a;
}
nav a {
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.5;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 2px;
}

nav.desktop {
  background: transparent;
  height: 40px;
  z-index: 10000;
  position: relative;
  margin: 5px 0 0 12px;
}
nav.desktop ul {
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  position: relative;
}
nav.desktop ul ul {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
}
nav.desktop li {
  display: inline-block;
  line-height: 40px;
  padding: 0px 12px;
}
nav.desktop li.act ul {
  opacity: 1;
}
nav.desktop li.act ul li a {
  color: #fff;
}
nav.desktop a {
  text-decoration: none;
  font-size: 14px;
}
nav.desktop .navInner {
  padding: 0 40px;
}
nav.desktop .active a {
  border-bottom: 1px solid #fff;
}

nav.mobile {
  width: 220px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -190px;
  z-index: 9000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav.mobile .navInner {
  padding: 110px 10px 0 30px;
}
nav.mobile svg {
  display: none;
}
nav.mobile ul {
  width: 170px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav.mobile ul li {
  list-style: none;
  padding: 4px 0;
}
nav.mobile ul li a {
  text-decoration: none;
  color: #525252;
  font-weight: 400;
  font-size: 14px;
}
nav.mobile ul li.act > a {
  color: #fff;
}
nav.mobile ul ul a {
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
}
nav.mobile button {
  width: 30px;
}

ul.navLang {
  display: none;
  font-size: 11px;
  position: fixed;
  bottom: 20px;
  left: 30px;
  padding: 0;
  margin: 0;
}
ul.navLang li {
  display: inline-block;
  padding: 0 3px;
}
ul.navLang a {
  text-decoration: none;
  color: #888;
}
ul.navLang a.act {
  color: #fff;
}

/*
┌────────────────────────────────────┐
	Hamburger - Mobile Menu
└────────────────────────────────────┘ */
/*
┌────────────────────────────────────┐
	Hamburger to x icon
*/
.hamburger {
  display: none;
  background: transparent;
  z-index: 9999;
  position: absolute;
  top: 50%;
  right: -30px;
  padding: 10px;
  overflow: hidden;
  margin: -23px 0 0 0px;
  padding: 0;
  width: 40px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  background: #FFF;
}
.hamburger span, .hamburger span::before, .hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  content: "";
}
.hamburger span::before {
  top: -9px;
}
.hamburger span::after {
  top: 9px;
}

/*
┌────────────────────────────────────┐
	Hamburger to "x" (htx). */
.hamburger span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.hamburger span::before, .hamburger span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.hamburger span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.hamburger span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

/*
┌────────────────────────────────────┐
	active state, i.e. menu open */
.hamburger.active {
  background-color: #cb0032;
}

body.show-nav nav.mobile {
  left: 0;
  background: #9a9a9a;
}
body.show-nav nav.mobile:hover {
  background: #9a9a9a;
}
body.show-nav .hamburger {
  right: 15px;
}
body.show-nav .hamburger span {
  background: none;
}
body.show-nav .hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.show-nav .hamburger span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.show-nav .hamburger span::before, body.show-nav .hamburger span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

/*
┌────────────────────────────────────┐
	Flickity Main Slider Fullscreen
└────────────────────────────────────┘ */
section.flickityFullscreen {
  margin-bottom: -80px;
  height: 100%;
}
section.flickityFullscreen .slide {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
section.flickityFullscreen .slideContent {
  position: absolute;
  padding: 10px;
  margin: 10px;
  width: 240px;
  bottom: 0;
  right: 0;
  text-align: left;
  color: #fff;
}
section.flickityFullscreen .big {
  font-size: 17px;
}
section.flickityFullscreen .bpoFont {
  font-size: 21px;
}

.flickityResponsive {
  position: relative;
}
.flickityResponsive .slide {
  width: 100%;
  height: auto;
}
.flickityResponsive .slide img {
  width: 100%;
}
.flickityResponsive .slideContentPosition {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.flickityResponsive .slideContentWrap {
  position: relative;
  margin: 0 auto;
  max-width: 1700px;
  text-align: left;
  padding: 0 12px;
}
.flickityResponsive .flickity-prev-next-button.previous {
  left: 40px;
}
.flickityResponsive .flickity-prev-next-button.next {
  right: 40px;
}
.flickityResponsive .slideContent {
  position: absolute;
  padding: 24px 24px;
  margin: 0;
  width: 16.6%;
  top: 13%;
  right: 5%;
  text-align: left;
  color: #fff;
  /*  background-color: rgba(255, 255, 255, 0.75); */
}
.flickityResponsive .slideContent h1, .flickityResponsive .slideContent h2, .flickityResponsive .slideContent h3, .flickityResponsive .slideContent h4 {
  text-transform: uppercase;
}
.flickityResponsive .slideContent h2 {
  color: #E21700;
  position: absolute;
  padding: 40px 0px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 1px rgba(116, 177, 59, 0.3);
}
.flickityResponsive .slideContent .big {
  color: #E21700;
  font-size: 19px;
}
.flickityResponsive .slideContent p {
  color: #000;
}
.flickityResponsive .slideContent h3 {
  color: #000;
}
.flickityResponsive .slideContent h4 {
  color: #000;
  position: absolute;
  bottom: 0;
  text-align: left;
  left: 12px;
  overflow: visible;
}
.flickityResponsive .slideContent.textWhite h3 {
  color: #fff;
}
.flickityResponsive .slideContent.textWhite p {
  color: #fff;
}

/*
┌────────────────────────────────────┐
	Typography
└────────────────────────────────────┘ */
html,
body,
.homeParallax,
.homePadder {
  height: 100%;
}

html,
body {
  background-color: #9a9a9a;
}

html {
  color: #161615;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

body {
  color: #525252;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: calc(18px + 0.25vw);
  font-weight: normal;
  line-height: 1.6;
}

/* border box for everything */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
┌────────────────────────────────────┐
	Typography
└────────────────────────────────────┘ */
h1,
h2,
h3,
h4 {
  text-align: left;
  font-weight: normal;
  line-height: 1;
  font-family: "ph", sans-serif;
}

h1,
h2 {
  font-size: calc(60px + 5vw);
  color: #525252;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0;
  line-height: 0.9;
}

h3,
h2 + span {
  font-family: "Quicksand", sans-serif;
  font-size: calc(19px + 0.5vw);
  display: block;
  margin: 0 0 20px 0;
  color: #fff;
}

h4 {
  font-size: 15px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-transform: none;
}

h5,
strong {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  padding: 0;
  margin: 0 0 12px 0;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

button {
  text-align: center;
  display: inline-block;
}

.parallaxImage {
  display: none;
  /* height:151px!important; */
  position: absolute;
  z-index: 1800;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: 0.05;
}

.parallaxImage.para01 {
  right: 0;
  top: 100vh;
  width: 400px;
  height: 600px !important;
}

.parallaxImage.para02 {
  left: 0;
  top: 100vh;
}

.parallaxImage.para03 {
  right: 0.5vw;
  top: 110vh;
  width: 98vw;
  height: 60vw !important;
}

.parallaxImage.para04 {
  left: 58vw;
  top: 190vh;
}

/*
┌────────────────────────────────────┐
	Borders
└────────────────────────────────────┘ */
.bigBorder {
  position: fixed;
  z-index: 200;
  pointer-events: none;
}
.bigBorder.top {
  top: 26px;
  left: 40px;
  right: 40px;
  border: 1px solid #fff;
  bottom: 26px;
}
.bigBorder.right {
  top: 40px;
  left: 26px;
  right: 26px;
  border: 1px solid #fff;
  bottom: 40px;
}

/*
┌────────────────────────────────────┐
	Gold
└────────────────────────────────────┘ */
.gold {
  -webkit-animation: rotating 50s linear infinite;
  -moz-animation: rotating 50s linear infinite;
  -ms-animation: rotating 50s linear infinite;
  -o-animation: rotating 50s linear infinite;
  animation: rotating 50s linear infinite;
  right: 10%;
  width: 100px;
  height: 100px;
  margin: -50px -50px auto auto;
  background: transparent url(../img/mondgold.png) no-repeat center center/contain;
  position: fixed;
  top: 25vh;
  transform: translateY(-50%);
  z-index: 1000;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

body.headerShrinked .gold {
  top: 60px;
}

.claim {
  position: relative;
  background: #FAFAF8;
  z-index: 200;
  height: 80px;
  line-height: 80px;
}
.claim .inner {
  padding: 0 26px;
}
.claim h2 {
  color: #E21700;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  letter-spacing: 1px;
}
.claim.shrinked h2 {
  opacity: 0;
}

/*
┌────────────────────────────────────┐
	Sections General
└────────────────────────────────────┘ */
.mainWrap {
  overflow: hidden;
  position: relative;
}

section {
  position: relative;
  text-align: center;
  z-index: 190;
  padding: 100px 50px;
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
  /* overflow: hidden;  */
  position: relative;
  padding: 0 70px;
  padding: 0px 25px 0px;
  min-height: 60vh;
}

.waveStart,
.waveEnd {
  width: 100%;
  position: absolute;
  z-index: 200;
}

.waveEnd {
  bottom: 0;
}

section.top {
  z-index: 950;
}
/* Parallax */
.parallax {
  position: relative;
  position: fixed;
  /* height: 500px;  */
  overflow: hidden;
  text-align: center;
}
.parallax > img {
  /* position: absolute;  */
  z-index: 100;
  position: relative;
}

/*
	Video
*/
.videoWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videoWrap video {
  opacity: 0.6;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
┌────────────────────────────────────┐
	Home
└────────────────────────────────────┘ */
section#home {
  height: 100vh;
  background-color: #6489A5;
  overflow: hidden;
}
section#home h2 {
  color: #66B6DD;
}
section#home .cycle {
  height: 100%;
  width: 100%;
}
section#home .cycle > div {
  background-size: cover !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
section#home .cycle .homeSlider1 {
  background-color: #6489A5;
}

.homeParallax {
  /*  background: red url('../images/startseite.jpg') center center no-repeat; background-size: cover; */
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
}

.homePadder {
  width: 2px;
}

.ink {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 26%;
  width: 79%;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.shrinked .ink {
  width: 100%;
  height: 135px;
}

section#age {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section#age .inner {
  position: absolute;
  top: 50vh;
  left: 3vw;
  right: 3vw;
  background: #666;
  padding: 20px;
  border: 20px solid #bbb;
  transform: translateY(-50%);
  min-height: 0;
}
section#age h2 {
  color: #000;
}
section#age a {
  background: #333;
  color: #fff;
  display: inline-block;
  margin: 20px;
  padding: 3px 10px;
}

/*
┌────────────────────────────────────┐
	liquers
└────────────────────────────────────┘ */
.liqCol {
  padding-top: 12px !important;
}

.prodinfo {
  position: relative;
  padding: 10px 0 8px;
  margin: 40px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 2px;
}
.prodinfo p {
  padding: 0;
  margin: 0;
}
.prodinfo h3 {
  font-size: 30px;
  padding-top: 17px;
}
.prodinfo:after, .prodinfo:before {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
}
.prodinfo:after {
  top: auto;
  bottom: 0;
}

/*
┌────────────────────────────────────┐
	evil knivl
└────────────────────────────────────┘ */
section#evilknivl {
  background: #c1434d url(../images/illu_evil.png) no-repeat left center/47% auto fixed;
  overflow: hidden;
}
section#evilknivl h2,
section#evilknivl h2 + span,
section#evilknivl .liqCol {
  color: #116eca;
}
section#evilknivl p {
  color: #fff;
}
section#evilknivl img {
  display: none;
}

/*
┌────────────────────────────────────┐
	joe moc
└────────────────────────────────────┘ */
section#joemoc {
  background-color: #625849;
}
section#joemoc h2,
section#joemoc h2 + span,
section#joemoc .liqCol {
  color: #AC9A74;
}
section#joemoc p {
  color: #fff;
}

/*
┌────────────────────────────────────┐
	bodman
└────────────────────────────────────┘ */
section#bodman {
  background-color: #81B0BC;
}
section#bodman h2,
section#bodman h2 + span,
section#bodman .liqCol {
  color: #37558D;
}
section#bodman p {
  color: #fff;
}

/*
┌────────────────────────────────────┐
	pink link
└────────────────────────────────────┘ */
section#pinklink {
  background-color: #E18EA9;
}
section#pinklink h2,
section#pinklink h2 + span,
section#pinklink .liqCol {
  color: #DA4D6C;
}
section#pinklink p {
  color: #fff;
}

/*
┌────────────────────────────────────┐
	Restaurant
└────────────────────────────────────┘ */
section#restaurant {
  padding: 80px 50px 0;
}
section#restaurant svg {
  width: 250px;
  margin: 0 auto 50px;
}

section#story {
  background-color: #7eb9a3;
}

section#contact {
  background: #bf0000;
}

/*
┌────────────────────────────────────┐
	Speisen
└────────────────────────────────────┘ */
section#speisen {
  padding-bottom: 150px;
}
section#speisen .image1 {
  left: 0;
  position: absolute;
  height: 404px;
  width: 375px;
  bottom: -45px;
}
section#speisen .image2 {
  right: -70px;
  position: relative;
  height: 361px;
  width: 216px;
  bottom: -6px;
}

/*
┌────────────────────────────────────┐
	Datenschutz
└────────────────────────────────────┘ */
section#datenschutz .col100 {
  text-align: left;
}
section#datenschutz .col100 h1,
section#datenschutz .col100 h2,
section#datenschutz .col100 h3 {
  font-size: 20px;
}

/*
┌────────────────────────────────────┐
	Galerie Gallery
└────────────────────────────────────┘ */
section#galerie {
  width: 100%;
  padding: 20px 0 100px;
  display: table;
  vertical-align: bottom;
}
section#galerie .inner {
  overflow: visible;
  position: inherit;
  display: table-cell;
  display: block;
  vertical-align: bottom;
  padding: 0;
  min-height: 0;
}
section#galerie {
  display: none;
}

/*
┌────────────────────────────────────┐
	Events
└────────────────────────────────────┘ */
section#events {
  padding-bottom: 0;
  background-color: #525252;
}
section#events h1,
section#events h2,
section#events h3,
section#events span,
section#events p {
  color: #9a9a9a;
}
section#events .image1 {
  position: relative;
  top: 40px;
  width: 490px;
  height: 490px;
  max-width: 490px;
  left: -500px;
}

section.eventsGallery {
  background-color: #525252;
}

/*
┌────────────────────────────────────┐
	Kontakt
└────────────────────────────────────┘ */
section#kontakt {
  background: #525252;
  margin-bottom: 0px;
  margin-bottom: 50vh;
  margin-bottom: 0;
  padding: 60px 0 20vw;
  z-index: 190;
  color: #9a9a9a;
}
section#kontakt .inner {
  padding: 0px 25px 90px;
}
section#kontakt .col80 {
  padding: 0 20px;
}
section#kontakt h2 {
  color: #9a9a9a;
  margin: 0 0 20px;
}
section#kontakt a {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.13);
  color: #9a9a9a;
}
section#kontakt .videoWrap {
  top: 347px;
}

section#map {
  padding: 0;
}
section#map #gmap {
  height: 400px;
  height: 50vh;
}

section#imprint {
  background: #000;
}

/*
┌────────────────────────────────────┐
	Impressum
└────────────────────────────────────┘ */
.spoiler {
  height: 1px;
  overflow: hidden;
  background-color: transparent;
  display: none;
}
.spoiler .col {
  padding: 0 20px 0 0;
  display: inline-block;
}
.spoiler p {
  padding-left: 0 !important;
}
.spoiler.open {
  background-color: #fff;
  display: block;
  min-height: 100vh;
}

.openImprint {
  cursor: pointer;
}

/*
┌────────────────────────────────────┐
	Projekte Lightbox
└────────────────────────────────────┘ */
body.lightBoxOpen {
  overflow: hidden;
  padding-right: 16px;
}

.featherlight:last-of-type {
  background: #fff !important;
}

.featherlight .featherlight-content {
  padding-bottom: 2px !important;
  text-align: center;
  max-width: 1700px;
  padding: 100px 12px;
  margin: 0 auto !important;
}
.featherlight .featherlight-content h2 {
  color: #E21700;
  padding: 0 12px;
  text-align: left;
}
.featherlight .featherlight-content h4 {
  padding: 0;
  margin: 0 0 3px;
  line-height: 1;
}
.featherlight .featherlight-content .col {
  vertical-align: top;
  font-size: 13px;
  text-align: left;
}
.featherlight .featherlight-content ul {
  padding: 0;
  margin: 0 0 0 15px;
  list-style: outside;
}
.featherlight .featherlight-content p.quote {
  color: #E21700;
  margin-top: 20px;
}
.featherlight .featherlight-content p {
  padding: 0 !important;
  margin: 3px 0 10px;
}
.featherlight .featherlight-close-icon {
  color: #fff;
  text-indent: 60px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  height: 40px;
  overflow: hidden;
  top: 100px;
  right: 50%;
  margin-right: -20px;
}
.featherlight .featherlight-close-icon:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "X";
  font-size: 45px;
  color: #E21700;
  text-align: center;
}

#projekte .row.green {
  text-align: left;
}

/* 
	Language 
*/
.contentDe,
.contentEn {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.contentEn {
  display: none;
  opacity: 0;
}

.contentDe {
  display: block;
  opacity: 1;
}

body.englishActive .contentDe {
  display: none;
  opacity: 0;
}
body.englishActive .contentEn {
  display: block;
  opacity: 1;
}

/* 
	Accordion 
*/
dl.accordion dd {
  display: none;
  padding: 16px 0;
}
dl.accordion dt {
  color: #E21700;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 0;
}
button {
  border: 1px solid #161615;
  background: transparent;
  margin: 12px;
  height: 85px;
  width: 100%;
  text-align: top;
  padding: 0 10px;
  vertical-align: top;
}

a.ghost {
  border: 1px solid #161615;
  background: transparent;
  margin: 12px;
  color: #161615;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

button.modalBtn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

button.modalBtn:hover,
a.ghost:hover {
  background: rgba(108, 108, 108, 0.72);
}

/*
┌────────────────────────────────────┐
	Footer
└────────────────────────────────────┘ */
.footerImage {
  position: relative;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
}
footer .col.logo {
  text-align: center;
}
footer svg {
  fill: #5e5e63;
  max-width: 251px;
  margin: 0 0 80px 131px;
}
footer .inner {
  padding: 0;
}
footer .design a {
  color: #A7A6AA;
  font-size: 11px;
  text-decoration: underline;
}
footer .design a:hover {
  color: #555;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  nav.desktop {
    display: none;
  }

  .hamburger {
    display: block;
    right: -10px;
    width: 23px;
  }
  .hamburger span:before {
    top: -7px;
  }
  .hamburger span:after {
    top: 7px;
  }

  header .inner {
    text-align: center;
  }
  header .logo {
    float: none !important;
    margin: 0 auto;
  }

  body.headerShrinked .gold {
    top: 46px;
    right: 10%;
    transform: translateY(0);
    height: 104px;
    width: 104px;
  }

  .row.green .col a {
    min-height: 115px;
    padding: 12px;
  }

  .inner {
    padding: 35px 0;
  }

  .flickityResponsive .slide {
    padding-right: 0;
  }
  .flickityResponsive .slideContent {
    display: none;
  }
  .flickityResponsive .flickity-prev-next-button.next {
    right: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .col16,
.col20,
.col25,
.col33,
.col50,
.col66,
.col75 {
    margin: 0 !important;
  }

  .col16,
.col20,
.col25 {
    width: 50%;
  }

  .col50,
.col33 {
    width: 100%;
    padding: 12px;
  }

  .ind10,
ind20 {
    margin: 0;
  }

  .inner {
    padding: 50px 0 30px;
  }

  .row > .col,
.inner > .col {
    margin: 30px 0 0 !important;
  }

  .row.green .col a {
    min-height: 90px;
    padding: 12px;
  }

  .autocol3 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }

  .flickityResponsive .slideContent {
    bottom: 0;
    width: 250px;
  }

  h1,
h2 {
    font-size: 16vw;
  }

  .parallaxImage.para01,
.parallaxImage.para02 {
    display: none !important;
  }

  body {
    padding-top: 0px;
  }

  header {
    height: 46px !important;
    padding: 7px 0 4px;
    display: none;
  }
  header nav.desktop {
    margin: 11px 0 0 0px !important;
  }

  .logo {
    width: 100px;
    left: auto;
    padding: 0;
    margin-top: -8px;
    right: 10px;
    transform: translate3d(0, -50%, 0);
  }

  body.headerShrinked .logo {
    top: 52px;
    height: 48px;
    right: 0;
  }
  body.headerShrinked .logo svg {
    height: 48px;
    top: 0;
  }

  body div.gold {
    top: 69px !important;
    margin-right: -28px !important;
    right: 10% !important;
    transform: translateY(0) !important;
    height: 58px !important;
    width: 58px !important;
  }

  #restaurant .cycle {
    display: none !important;
  }

  .bigBorder {
    display: none;
  }

  section {
    padding: 0 0 0 30px !important;
    margin-bottom: -1px;
  }

  .claim {
    display: none;
  }

  section.flickityFullscreen {
    margin-bottom: -56px;
  }

  section#events .image1 {
    position: relative;
    top: 40px;
    width: 490px;
    height: auto;
    max-width: 100%;
    left: 0;
  }

  section#galerie {
    padding-left: 0 !important;
  }

  section#kontakt {
    background-size: 1600px 110%;
  }
  section#kontakt .inner {
    padding-top: 330px;
  }
  section#kontakt .anfahrt {
    min-height: 229px;
  }
}
@media only screen and (max-width: 950px) and (orientation: portrait) {
  section.flickityFullscreen {
    height: 65%;
  }
}
@media only screen and (max-width: 750px) {
  .col25,
.col20,
.col16,
.col40,
.col30 {
    width: 100%;
    max-width: 400px;
  }

  .autocol3 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }

  .row.indent,
#kunden .col33 p {
    padding-left: 0;
  }

  .col50 > p {
    padding-left: 0px;
  }

  section.flickityFullscreen {
    margin-bottom: -40px;
  }
  section.flickityFullscreen .flickity-prev-next-button {
    margin-top: 0px !important;
  }

  .slideContent {
    background: transparent !important;
  }
  .slideContent p {
    display: none;
  }
  .slideContent h2 {
    padding: 0 !important;
    margin: 0;
    bottom: 0;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
:before,
:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

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