/* http://meyerweb.com/eric/tools/css/reset/
   v3.0 | 20180413
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, .impressum__description h3, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

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; }

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

*:focus {
  outline: none !important; }

html, body {
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-family: "Futura", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

p {
  margin: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cookie,
.data {
  width: 50rem;
  max-width: 90vw; }

.cookie {
  text-align: center;
  font-weight: 300;
  padding: 10vh 2rem 2vh;
  margin: 0 auto;
  font-size: 20px; }
  .cookie__body {
    background-color: #357245;
    margin-top: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0; }
  .cookie__wrapper {
    min-width: 100vw;
    min-height: 100vh;
    color: #fff; }
  .cookie__branding {
    margin: 0 auto 3.5rem;
    display: block; }
    .cookie__branding-holder {
      background-color: #fff;
      padding: 10vh 0; }
  .cookie__text {
    margin-bottom: 1em;
    line-height: 1.4em; }
    @media screen and (min-width: 768px) {
      .cookie__text {
        font-size: 1em; } }
    @media screen and (max-width: 767px) {
      .cookie__text {
        font-size: .86rem; } }
  .cookie__inline-cta {
    color: #fff;
    text-decoration: underline;
    cursor: pointer; }
    .cookie__inline-cta:hover {
      text-decoration: none;
      color: #fff; }
  .cookie__cta {
    float: left;
    margin-left: 1rem;
    cursor: pointer;
    font-size: 1em;
    color: #357245;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;
    -webkit-transition: background-color 100ms linear;
    transition: background-color 100ms linear; }
    .cookie__cta:focus {
      outline: 0; }
    .cookie__cta:hover {
      color: #fff;
      background-color: transparent; }
    @media screen and (max-width: 767px) {
      .cookie__cta {
        float: none;
        margin: 0 auto 1rem; } }
    @media screen and (min-width: 768px) {
      .cookie__cta:first-child {
        margin-left: 0; } }
    .cookie__cta-container {
      display: table;
      margin: 2em auto; }
      .cookie__cta-container:after {
        content: "";
        display: table;
        clear: both; }

.data {
  display: none;
  clear: both;
  margin: 0 auto 3rem;
  padding: 2rem 2rem;
  font-size: 22px; }
  .data a {
    color: #fff;
    text-decoration: underline; }
    .data a:hover {
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .data a {
        overflow-wrap: break-word; } }
  .data p {
    margin-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .data p {
        font-size: .68em; } }
  .data h2, .data .impressum__description h3, .impressum__description .data h3 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 2em 0 1em;
    font-weight: 700; }
  .data h3 {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: .75em;
    font-weight: 700; }
  .data h4 {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: .25em;
    font-weight: 700; }
  .data ul {
    margin-bottom: 1em; }
  .data strong {
    font-weight: 700; }
  @media screen and (max-width: 767px) {
    .data {
      font-size: .68em; } }
  .data li,
  .data p {
    font-size: .8em;
    line-height: 1.4em; }
  @media screen and (max-width: 767px) {
    .data h3 {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .data h4 {
      font-size: .95em; } }

@media screen and (min-width: 780px) {
  .artist__list {
    padding: 0 5rem;
    margin-top: 2rem; } }

@media screen and (max-width: 779px) {
  .artist__list {
    padding: 0;
    margin-top: 1rem; } }

.artist__list-item {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 480px) {
    .artist__list-item {
      float: left;
      margin: 0.5rem; } }
  @media screen and (min-width: 780px) {
    .artist__list-item {
      width: calc(33.33% - 1rem);
      padding-bottom: calc(33.33% - 1rem); } }
  @media screen and (min-width: 480px) and (max-width: 779px) {
    .artist__list-item {
      width: calc(50% - 1rem);
      padding-bottom: calc(50% - 1rem); } }
  @media only screen and (max-width: 479px) {
    .artist__list-item {
      float: none;
      width: 100%;
      padding-bottom: 100%;
      margin: 0.5rem 0rem; } }
  .artist__list-item:hover .artist__wrap-info {
    display: block; }
  .artist__list-item:hover .artist__list-item-image {
    -webkit-filter: sepia(100%);
    filter: sepia(100%); }
  .artist__list-item:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.artist__list-item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.artist__wrap-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  display: none;
  z-index: 2; }

.artist__list-item-title, .artist__list-item-description {
  color: #fff; }

.artist__list-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 5px #000000; }

.artist__list-item-description {
  font-size: 1rem;
  text-shadow: 0 0 5px #000000; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0; }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }

.footer__menu-item {
  padding: 0 1rem; }

.footer__menu-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #000; }

.header {
  position: relative; }
  @media screen and (min-width: 780px) {
    .header {
      height: 40rem; } }
  @media screen and (min-width: 480px) and (max-width: 779px) {
    .header {
      height: 40vh; } }
  @media only screen and (max-width: 479px) {
    .header {
      height: 18rem; } }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    position: fixed;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear; }
    @media screen and (max-width: 479px) {
      .header__container {
        padding: 1rem 2rem 1.5rem; } }
    @media screen and (min-width: 480px) and (max-width: 779px) {
      .header__container {
        padding: 1rem 2rem 2.5rem; } }
    @media screen and (min-width: 780px) {
      .header__container {
        padding: 1rem 2rem; } }
    .header__container--fixed {
      background-color: #727171;
      font-size: 0.9rem; }
      @media screen and (max-width: 479px) {
        .header__container--fixed {
          padding: 3rem 2rem 1.5rem; } }
      @media screen and (min-width: 480px) and (max-width: 779px) {
        .header__container--fixed {
          padding: 3rem 2rem 2.5rem; } }
      @media screen and (min-width: 780px) {
        .header__container--fixed {
          padding: 1rem 2rem; } }
    @media screen and (min-width: 780px) {
      .header__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media screen and (max-width: 779px) {
      .header__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: fixed; } }
    @media screen and (max-width: 779px) {
      .header__container-right {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s, opacity 0.5s linear;
        transition: visibility 0s, opacity 0.5s linear;
        height: 0; 
		} }
    .header__container-right--open {
      font-size: 1.2rem;
      opacity: 1;
      visibility: visible; }
      @media screen and (max-width: 779px) {
        .header__container-right--open {
          display: block;
          position: absolute;
          bottom: 25%;
          left: 1.5rem; } }
    .header__container--open {
      font-size: 1.2rem;
      background-color: #727171;
      position: fixed; }
      @media screen and (max-width: 479px) {
        .header__container--open {
          padding: 1rem 2rem;
          height: 80vh; } }
      @media screen and (min-width: 480px) and (max-width: 779px) {
        .header__container--open {
          padding: 1rem 2rem;
          height: 80vh; } }
      @media screen and (orientation: landscape) {
        .header__container--open {
          height: 95vh; } }
	  .header__container-right {min-width: 250px;}
	.sustainability__container {margin-top: 45px; clear: both; text-align: left; font-size: 16px; padding-left: 10px;}
	.sustainability__link {text-decoration: underline; color: #fff;}
	@media screen and (min-width: 780px) {
		.sustainability__container {text-align: right;}
	}
  .header__container-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80%;
    max-width: 900px; }
    @media screen and (max-width: 479px) {
      .header__container-left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
    @media screen and (min-width: 480px) and (max-width: 779px) {
      .header__container-left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
  .header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    opacity: .5; }

.menu-trigger {
  display: none; }
  @media screen and (max-width: 779px) {
    .menu-trigger {
      display: block;
      width: 2.25rem;
      height: .81rem;
      position: absolute;
      right: 2rem;
      top: 2rem;
      -webkit-transform: rotate(0deg) translateY(-50%);
      transform: rotate(0deg) translateY(-50%);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      background: transparent;
      border: 0; } }
  .menu-trigger__bar {
    display: block;
    background: white;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center; }
    .menu-trigger__bar--1 {
      top: 0; }
    .menu-trigger__bar--2 {
      top: 7px; }
    .menu-trigger__bar--3 {
      top: 14px; }
  .menu-trigger--open .menu-trigger__bar--1 {
    top: 18px;
    width: 0%;
    left: 50%; }
  .menu-trigger--open .menu-trigger__bar--2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-trigger--open .menu-trigger__bar--3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.5rem; }

.logo {
  height: 6.5875rem;
  background: url("../images/logo.png") top left no-repeat;
  background-size: contain;
  margin: 0;
  -webkit-transition: height 200ms linear;
  transition: height 200ms linear; }
  @media screen and (max-width: 479px) {
    .header__container--fixed .logo {
      height: 2.5rem; } }
  @media screen and (min-width: 480px) {
    .header__container--fixed .logo {
      height: 3.5875rem; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .logo {
      background: url("../images/logo@2x.png") top left no-repeat;
      background-size: contain; } }
  @media screen and (min-width: 780px) {
    .logo {
      width: 6.25rem; } }
  @media screen and (min-width: 480px) and (max-width: 779px) {
    .logo {
      width: 5rem;
      position: absolute;
      top: 1rem; } }
  @media only screen and (max-width: 479px) {
    .logo {
      width: 3.125rem;
      position: absolute;
      top: 1rem; } }

.logo-en {
  height: 6.5875rem;
  background: url("../images/logo-en.png") top left no-repeat;
  background-size: contain;
  margin: 0;
  -webkit-transition: height 200ms linear;
  transition: height 200ms linear; }
  @media screen and (max-width: 479px) {
    .header__container--fixed .logo-en {
      height: 2.5rem; } }
  @media screen and (min-width: 480px) {
    .header__container--fixed .logo-en {
      height: 3.5875rem; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .logo-en {
      background: url("../images/logo-en@2x.png") top left no-repeat;
      background-size: contain; } }
  @media screen and (min-width: 780px) {
    .logo-en {
      width: 6.25rem; } }
  @media screen and (min-width: 480px) and (max-width: 779px) {
    .logo-en {
      width: 5rem;
      position: absolute;
      top: 1rem; } }
  @media only screen and (max-width: 479px) {
    .logo-en {
      width: 3.125rem;
      position: absolute;
      top: 1rem; } }


.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 1rem; }
  @media screen and (min-width: 780px) {
    .menu {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 779px) {
    .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 780px) {
    .menu__item {
      padding: 0 1rem; } }
  @media screen and (max-width: 779px) {
    .menu__item {
      padding: 0;
      margin-bottom: 1rem; }
      .menu__item:last-child {
        margin-bottom: 0; } }
  .menu__item-link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap; }
    @media screen and (min-width: 780px) {
      .menu__item-link {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3); } }
    @media screen and (max-width: 779px) {
      .menu__item-link {
        text-shadow: 0 0 4px #000000; } }
  @media screen and (max-width: 779px) {
    .menu-header-menu-container {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: display 0s, opacity 0.5s linear;
      transition: display 0s, opacity 0.5s linear;
      height: 0; } }
  .menu-header-menu-container--open {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 479px) {
      .menu-header-menu-container--open {
        margin-bottom: 60%; } }
    @media screen and (min-width: 480px) and (max-width: 779px) {
      .menu-header-menu-container--open {
        margin-bottom: 25%; } }

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 1rem 0;
  padding: 0; }
  .language__item {
    cursor: pointer;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 0.875rem; }
    .language__item:last-child {
      border-right: none; }
    @media screen and (min-width: 780px) {
      .language__item {
        padding: 0 1rem; } }
    @media screen and (max-width: 779px) {
      .language__item {
        padding: 0 0.5rem;
        font-size: 1.2rem; }
        .language__item:last-child {
          padding-right: 0; } }

.section--white {
  background-color: #fff;
  padding: 3rem 2rem; }

.section--grey {
  background-color: #f3f3f3; }
  @media screen and (min-width: 780px) {
    .section--grey {
      padding: 10rem 0; } }
  @media screen and (max-width: 779px) {
    .section--grey {
      padding: 6rem 0; } }

.section__header {
  color: #f2941c;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2em;
  word-wrap: break-word; }
  @media screen and (min-width: 780px) {
    .section__header {
      font-size: 4.375rem; } }
  @media screen and (max-width: 779px) {
    .section__header {
      font-size: 2.8125rem; } }

.section__subheader {
  font-size: 1.125rem; }

.back-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .back-icon__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .back-icon__wrap-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 480px) {
      .back-icon__wrap-image {
        min-height: 180px; } }
    @media only screen and (max-width: 479px) {
      .back-icon__wrap-image {
        min-height: 90px; } }
  @media screen and (min-width: 480px) {
    .back-icon--bottles {
      width: 64px; } }
  @media only screen and (max-width: 479px) {
    .back-icon--bottles {
      width: 30.9px; } }
  @media screen and (min-width: 480px) {
    .back-icon--ships {
      width: 194px; } }
  @media only screen and (max-width: 479px) {
    .back-icon--ships {
      width: 79.2px; } }
  @media screen and (min-width: 480px) {
    .back-icon--beermat {
      width: 141px; } }
  @media only screen and (max-width: 479px) {
    .back-icon--beermat {
      width: 55.8px; } }
  .back-icon__btn {
    margin-top: 2rem;
    white-space: nowrap;
    font-family: 'Futura', Arial, Helvetica, sans-serif; }
    @media screen and (min-width: 780px) {
      .back-icon__btn {
        font-size: 1.5625rem; } }
    @media screen and (max-width: 779px) {
      .back-icon__btn {
        font-size: 1rem; } }
    @media only screen and (max-width: 479px) {
      .back-icon__btn {
        margin-top: 1rem; } }

.btn, .cookie__cta {
  text-decoration: none; }
  .btn--transparent {
    background-color: transparent;
    border: 1px solid #727171;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .btn--transparent:hover {
      background: #000;
      color: #fff;
      border: 1px solid transparent; }
    @media screen and (max-width: 779px) {
      .btn--transparent {
        padding: 0.3rem 0.2rem; } }

.mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 5rem auto; }
  @media screen and (min-width: 780px) {
    .mission {
      max-width: 90%; } }
  @media screen and (min-width: 480px) and (max-width: 779px) {
    .mission {
      max-width: 35%; } }
  @media only screen and (max-width: 479px) {
    .mission {
      max-width: none; } }
  @media screen and (max-width: 779px) {
    .mission {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .mission__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (min-width: 780px) {
      .mission__item {
        margin: 0 1.5rem; } }
    @media screen and (max-width: 779px) {
      .mission__item {
        margin: 0;
        width: 100%; } }
  .mission__icon {
    border: 3px solid #727171;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 780px) {
      .mission__icon {
        padding-top: 100%; } }
    @media screen and (max-width: 779px) {
      .mission__icon {
        padding: 1rem 0; } }
    @media screen and (min-width: 780px) {
      .mission__icon img {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
  .mission__description {
    margin-top: 1rem; }
  .mission__join-icon {
    -ms-flex-preferred-size: 52px;
    flex-basis: 52px;
    height: 28px;
    margin-top: 90px; }
    .mission__join-icon--next {
      background: url("../images/right-arrow.png") center center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 779px) {
        .mission__join-icon--next {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); } }
    .mission__join-icon--plus {
      background: url("../images/add.png") center center no-repeat;
      background-size: contain; }
    @media screen and (max-width: 779px) {
      .mission__join-icon {
        width: 31px;
        margin: 2rem auto; } }
  .mission__break {
    margin: 3rem -2rem 0 -2rem;
    width: calc(100% + 4rem);
    height: 3rem;
    background-color: #fff; }
    @media screen and (min-width: 780px) {
      .mission__break {
        display: none; } }
    @media screen and (max-width: 779px) {
      .mission__break {
        display: block; } }
  .mission--sub-list {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .mission__sub-item {
    margin: 0 0.5rem;
    text-align: center; }
    .mission__sub-item-text {
      margin-top: 0.5rem; }
    @media screen and (max-width: 779px) {
      .mission__sub-item-image {
        width: 80%; } }

.index__video-container {
  position: relative;
  margin-top: 4rem;
  height: 0;
  padding-bottom: 56.25%; }
  .index__video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 780px) {
    .join {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 779px) {
    .join {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .join__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (min-width: 780px) {
      .join__item {
        margin: 0 2.5rem; } }
    @media screen and (max-width: 779px) {
      .join__item {
        margin: 1.5rem auto; } }
  .join__link {
    text-decoration: none;
    color: #000; }
  .join__icon {
    min-height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .join__description {
    text-align: center;
    font-size: 1.5625rem;
    text-transform: uppercase;
    line-height: 1.2em; }
    @media screen and (min-width: 780px) {
      .join__description {
        margin-top: 1rem; } }
    @media screen and (max-width: 779px) {
      .join__description {
        margin-top: 0; } }
  .join__image {
    height: 180px; }
  .join--clearfix:after {
    content: "";
    display: table;
    clear: both; }

.partner-on-board__item {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 3rem; }
  .partner-on-board__item:last-child {
    margin-bottom: 0; }

.partner-on-board__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  @media screen and (min-width: 780px) {
    .partner-on-board__header:hover {
      opacity: 0.5; } }
  @media screen and (max-width: 779px) {
    .partner-on-board__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .partner-on-board__header:hover {
        opacity: 1; } }

.partner-on-board__header-title {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase; }
  @media screen and (min-width: 780px) {
    .partner-on-board__header-title {
      margin-left: 2rem; } }
  @media screen and (max-width: 779px) {
    .partner-on-board__header-title {
      line-height: 2em;
      margin-left: 0; } }

.partner-on-board__list {
  display: none; }
  .partner-on-board__list.active {
    display: block; }

@media screen and (min-width: 780px) {
  .partner__list {
    padding: 0 5rem;
    margin-top: 2rem; } }

@media screen and (max-width: 779px) {
  .partner__list {
    padding: 0;
    margin-top: 1rem; } }

.partner__list-item {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden; }
  .partner__list-item:hover .partner__wrap-info {
    opacity: 1;
    z-index: 1; }
  .partner__list-item:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media screen and (min-width: 480px) {
    .partner__list-item {
      float: left;
      margin: 0.5rem; } }
  @media screen and (min-width: 780px) {
    .partner__list-item {
      width: calc(33.33% - 1rem);
      padding-bottom: calc(33.33% - 1rem); } }
  @media screen and (min-width: 480px) and (max-width: 779px) {
    .partner__list-item {
      width: calc(50% - 1rem);
      padding-bottom: calc(50% - 1rem); } }
  @media only screen and (max-width: 479px) {
    .partner__list-item {
      float: none;
      width: 100%;
      padding-bottom: 100%;
      margin: 0.5rem 0rem; } }
  .partner__list-item .partner__list-item-description {
    height: auto; }
  .partner__list-item .partner__list-item-title {
    display: block; }
  .partner__list-item .partner__wrap-info {
    opacity: 0; }

.partner__logo, .partner__info {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.partner__logo {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-color: #fff;
  display: none; }

.partner__list-item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.partner__list-item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.partner__wrap-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background: url("../images/bg-transparent.png") top left repeat-x; }

.partner__list-item-title, .partner__list-item-description {
  color: #fff; }

.partner__list-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  display: none;
  margin-bottom: 0.5rem; }

.partner__list-item-description {
  font-size: 1rem;
  height: 1rem;
  overflow: hidden; }

.partner--clearfix:after {
  content: "";
  display: table;
  clear: both; }

.impressum {
  margin-top: 2rem; }
  .impressum__title {
    color: #737171;
    margin-bottom: 1rem;
    font-weight: bold; }
  .impressum__description {
    color: #737171; }
    .impressum__description span, .impressum__description a {
      color: #f2941c;
      text-decoration: none; }
    .impressum__description p {
      margin-bottom: 1.3rem;
      line-height: 1.4em; }
    .impressum__description h2, .impressum__description h3 {
      font-weight: bold;
      margin-bottom: .7rem;
      font-size: 1rem;
      text-transform: uppercase; }
    .impressum__description h3 {
      font-size: 16px;
      letter-spacing: .05rem;
      margin-bottom: .3rem;
      text-transform: none; }
    .impressum__description ul {
      list-style-type: disc;
      list-style-position: inside;
      margin: 0 0 1.3rem 1rem; }
  .impressum__block {
    margin-bottom: 2.5rem; }
    .impressum__block:last-child {
      margin-bottom: 0; }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem; }
  @media screen and (min-width: 480px) {
    .contact {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (max-width: 479px) {
    .contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; } }
  .contact__left, .contact__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .contact__right a {
    color: #f2941c;
    text-decoration: none; }
  @media screen and (min-width: 480px) {
    .contact__right {
      padding-left: 5rem; } }
  @media only screen and (max-width: 479px) {
    .contact__right {
      padding-left: 0;
      margin-top: 2rem; } }

.contactform .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem; }

.contactform__input {
  border: 1px solid #727171;
  display: block;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
  font-family: 'Futura', Arial, Helvetica, sans-serif;
  font-size: 16px; }

.contactform__submit {
  font-family: 'Futura', Arial, Helvetica, sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 779px) {
    .contactform__submit {
      width: 100%;
      padding: 1rem 0; } }

.header__social {
  float: right;
  padding-top: 1rem; }
  .header__social:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 779px) {
    .header__social {
      float: none;
      display: table;
      margin: 1em 0 1em .5em; } }
  .header__social-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .header__social-link:after {
      content: "";
      display: table;
      clear: both; }
  .header__social-item {
    float: left;
    margin-left: 1.8em;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .header__social-item--facebook {
      background-image: url("../images/facebook.svg");
      width: 1.25rem;
      height: 1.25rem; }
    .header__social-item--instagram {
      background-image: url("../images/instagram.svg");
      width: 1.25rem;
      height: 1.25rem; }
    .header__social-item--youtube {
      background-image: url("../images/youtube.svg");
      width: 5rem;
      height: 1.25rem; }
    .header__social-item:first-child {
      margin-left: 0; }

@media screen and (max-width: 779px) {
    .menu-en-header-menu-container {
        visibility: hidden;
        opacity: 0;
        transition: display 0s, opacity 0.5s linear;
        height: 0;
    }
}

.header__container--open .menu-en-header-menu-container {
		opacity: 1;
		visibility: visible;
		display: flex;
		justify-content: flex-start;
}

@media screen and (max-width: 479px) {
    .header__container--open .menu-en-header-menu-container {
        margin-bottom: 60%;
    }
}

@media screen and (min-width: 480px) and (max-width: 779px) {
    .header__container--open .menu-en-header-menu-container {
        margin-bottom: 25%;
    }
}
.spacing--small {
	padding-bottom: 1rem;
}

.spacing--big {
	padding-bottom: 2rem;
}

.statment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem; 
  margin-bottom: 5rem; }
.statment_image img {
  display: block;
  width: 100%;}
  @media screen and (min-width: 480px) {
    .statment {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (max-width: 479px) {
    .statment {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; } }
  .statment_copy, .statment_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (min-width: 480px) {
    .statment_copy {
      padding-left: 5rem;
	  	margin-bottom: auto;
		margin-top: auto;
	  } }
  @media only screen and (max-width: 479px) {
    .statment_copy {
      padding-left: 0;
      margin-top: 2rem; } }
/*# sourceMappingURL=main.css.map */
