/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* manrope-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope-v20-latin-300.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/manrope-v20-latin-200.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* butler - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Butler";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Butler-Free-Lgt.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* butler - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Butler";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Butler-Free-Med.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* butler - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Butler";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Butler-Free-Bd.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.3;
}
.workingnotes {
  font-family: "Butler";
  font-size: 2rem;
}
.workingnotesheader {
  font-size: 1rem;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
h2 {
  font-size: 3rem;
}
h1, h2 {
  color: #404040;
}
h1.slidertext {
  font-size: 3.3rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 675px) {
  h1.slidertext {
    position: absolute;
    line-height: 1;
    color: #fff;
    top: 30%;
    left: 60%;
  }
}
h1.showtext {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 675px) {
  h1.showtext {
    position: absolute;
    color: #fff;
  }
}
h1 .subline {
  font-size: 1.2rem;
  font-weight: 200;
  text-transform: initial;
}
@media (min-width: 675px) {
  h1 .subline {
    color: #fff;
  }
}
h1.big {
  font-size: 3.5rem;
}
.headertextbg {
  width: 100%;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 675px) {
  .headertextbg {
    position: absolute;
    top: 35%;
    background: rgba(0, 0, 0, 0.6);
  }
}
.headertextbg .subline {
  font-size: 1.2rem;
  font-weight: 200;
  color: #000;
}
@media (min-width: 675px) {
  .headertextbg .subline {
    color: #fff;
  }
}
.headertextbg h1 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 675px) {
  .headertextbg h1 {
    color: #fff;
  }
}
.bigtext {
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: bold;
}
.importanttext {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.zeilenabstand {
  line-height: 1.7;
}
hr.short {
  border: 3px solid #000;
  max-width: 50px;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
hr.short.center {
  margin-left: auto;
  margin-right: auto;
}
hr.short.fine {
  border: 1px solid #000;
}
hr.short.umbrella {
  border: 1px solid #AC392F;
}
hr.short.artortrash {
  border: 1px solid #C3A873;
}
hr.short.waves {
  border: 1px solid #24577B;
}
hr.short.concerts {
  border: 1px solid #7F7F7F;
}
.zitat {
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.zitatautor {
  font-size: 0.9rem;
  text-align: center;
}
.zitatautor span {
  font-style: italic;
}
/*Shows*/
.show {
  font-size: 0.9rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.showtitle {
  font-weight: bold;
}
.small {
  font-size: 0.9rem;
}
.umbrella {
  color: #AC392F;
}
.artortrash {
  color: #C3A873;
}
.waves {
  color: #24577B;
}
.concerts {
  color: #7F7F7F;
}
.btn-secondary {
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-secondary:after {
  content: "->";
  display: inline-block;
  margin-left: 0.5rem;
  transform: translateX(0);
  transition: transform 200ms ease;
}
.btn-secondary:hover::after {
  transform: translateX(3px);
}
.btn-secondary:hover {
  color: #000;
}
.btn-third {
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-third:before {
  content: ">";
  display: inline-block;
  margin-right: 0.5rem;
  transform: translateX(0);
  transition: transform 200ms ease;
  font-size: 1.2rem;
}
.btn-third:hover::before {
  transform: translateX(3px);
}
.btn-third:hover {
  color: #000;
}
.testi {
  padding-left: 3rem;
  font-size: 1rem;
}
.showdescription {
  font-weight: bold;
  text-transform: uppercase;
}
.start #g-header {
  /*margin-top: -5rem; */
}
.start #g-mainbar {
  padding: 0;
}
#g-mainbar .g-content {
  margin: 0;
  padding: 0;
}
#g-mainbar .col {
  padding: 0;
}
#g-header {
  padding-bottom: 0;
  padding-top: 0;
}
#g-header .g-content {
  padding: 0;
  margin: 0;
}
#g-header .video p {
  margin: 0;
}
#g-header .video video {
  width: 100%;
  height: auto;
}
.g-fixed-container {
  background: #000;
}
.sw .g-fixed-container {
  background: transparent;
}
.g-container {
  width: 100%;
}
.g-logo.g-logo-helium img {
  max-height: 40px;
}
@media (min-width: 675px) {
  .headerimg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .headerimg p, .headerimg img {
    width: 100%;
    height: auto;
  }
}
.workingnotes .moduletable {
  padding: 3rem 10%;
  max-width: 75rem;
  margin: auto;
}
.workingnotes.light {
  background: #FCF7F0;
  color: #3D3D3D;
}
.workingnotes.dark {
  background: #3D3D3D;
  color: #FCF7F0;
}
.workingnotes .workingtext {
  display: inline-block;
  margin: 0 20%;
}
.content {
  max-width: 75rem;
  margin: auto;
  padding: 0.938rem;
}
@media (max-with: 985px) {
  .content {
    padding: 0.938rem 2rem;
  }
}
.letter {
  text-align: center;
  background: #FCFAF7;
}
#g-mainbar ul {
  line-height: 1.4;
}
#g-footer {
  margin-top: 2rem;
  padding: 0;
  font-size: 1rem;
  border-top: 1px solid #000;
}
#g-footer .g-content {
  margin-top: 0;
}
#g-footer .g-container {
  max-width: 75rem;
  margin: auto;
}
#g-footer .g-content, #g-footer .platform-content, #g-footer .footer-left {
  height: 100%;
}
#g-footer .footer-left .custom {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}
/*schriftbanner*/
.textbanner {
  margin: 3rem 0;
}
.marquee-text {
  overflow: clip;
}
.marquee-text p {
  margin: 0.5rem 0;
}
.marquee-text-track {
  display: flex;
  padding-left: 4.8rem;
  gap: 0rem;
  width: max-content;
  animation: marquee-move-text var(--speed, 60s) linear infinite var(--direction, reverse);
}
.marquee-text-track-rev {
  display: flex;
  padding-left: 4.8rem;
  gap: 0rem;
  width: max-content;
  animation: marquee-move-text var(--speed, 60s) linear infinite var(--direction, forwards);
}
.marquee-text-track, .marquee-text-track-rev {
  color: #000;
  font-weight: bold;
}
@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}
/* This wrapper div is only there so we know for sure we have enough text to fill your screen.
   If you want to have this marquee loop on devices with a very large width, you simply need to add more text.*/
.text {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}
.fadeout-horizontal {
  mask-image: linear-gradient(to right, transparent, black 5rem, black calc(100% - 5rem), transparent);
}
/* Bild mit TExt*/
.bgimg {
  position: relative;
}
.bgimg .bgimgtext {
  margin: auto;
  padding: 0 2rem;
}
@media (min-width: 675px) {
  .bgimg .bgimgtext {
    color: #fff;
    text-align: right;
    max-width: 75rem;
  }
}
@media (min-width: 675px) and (max-width: 1063px) {
  .bgimg .bgimgtext {
    max-width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
}
.bgimg .bgimgtext h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 675px) {
  .bgimg .bgimgtext h2 {
    color: #fff;
  }
}
@media (min-width: 675px) {
  .bgimg .imgtext {
    position: absolute;
    top: 10%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .platform-content.container {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .firstcolumn {
    order: -1;
  }
}
#g-navigation {
  background: #000;
}
#g-navigation .g-container {
  max-width: 75rem;
  margin: auto;
}
#g-navigation .g-main-nav {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: 200;
}
#g-navigation .g-content {
  margin: 0;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
#g-navigation .g-main-nav .g-toplevel {
  line-height: 1;
  text-align: right;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:after {
  content: ".";
  color: #000;
}
.sw #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:after {
  content: ".";
  color: #FCFAF7;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #fff;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container:after, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container:after {
  content: ".";
  color: #fff;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: none;
}
/* unterseiten mit weißem Header*/
.sw #g-navigation {
  background: #FCFAF7;
}
.sw #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #000;
}
.sw #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container:after, .sw #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container:after {
  content: ".";
  color: #000;
}
@media (max-width: 767px) {
  .g-fixed-container {
    height: 50px !important;
  }
  .g-offcanvas-toggle {
    top: 0.6rem;
  }
}
/*# sourceMappingURL=custom_14.css.map */