/*override masonry variable*/
/*/override masonry variable*/
@media (max-width: 1200px) {
  .bottomfooter {
    font-size: 16px !important;
  }
  .bottomfooter .container {
    max-width: 920px;
  }
  .cookieman-revoke.cookieman-bottom {
    bottom: 25px;
  }
  div#samples .TextBanner .text {
    padding-top: 0px;
  }
  div#samples .TextBanner .text h2 {
    padding-bottom: 35px;
  }
  div#samples .TextBanner .text .frame {
    margin-top: unset;
    margin-bottom: unset;
  }
  div#samples .TextBanner .text audio {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  div#samples .TextBanner .text {
    padding-top: 35px;
  }
  .rightfooter {
    align-items: flex-start !important;
  }
  .cookieman-revoke.cookieman-left {
    right: 15px;
    left: auto;
    bottom: 10px !important;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  div#cookieman-modal {
    padding-right: unset !important;
  }
  .lead {
    font-size: 15px;
  }
  .Event .col.col-12.col-md-3 {
    display: none;
  }
  .Event .textbox .title {
    font-size: 20px;
  }
  .Event .textbox h5 {
    font-size: 18px;
  }
  .Event .datebox {
    align-self: stretch !important;
  }
  .Event .col-12:last-child {
    margin-bottom: 15px;
  }
  div#repertoire .TextBanner .text-left {
    text-align: center !important;
  }
  .cookieman-revoke.cookieman-left {
    right: 15px;
    left: auto;
  }
  .lockscroll .toggler-icon span:nth-child(1), .lockscroll .toggler-icon span:nth-child(3) {
    background: #fda900 !important;
  }
  .Audio audio {
    width: 100%;
  }
}
.IconList {
  margin-right: 15px;
}
.IconList .iconitem i.fab.fa-instagram {
  font-size: 20px;
  color: #fda900;
}
.ImageTextBox .front .image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ImageTextBox .front .image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn.btn-secondary_dark:hover {
  border: 2px solid #fda900;
}


/*override masonry variable*/
/*/override masonry variable*/


/*override masonry variable*/
/*/override masonry variable*/
textarea#powermail_field_nachricht_01 {
  color: black;
}


/*override masonry variable*/
/*/override masonry variable*/


@charset "UTF-8";
/*override masonry variable*/
/*/override masonry variable*/
/*Menu*/
/*small mobile*/
@media screen and (min-width: 768px) {
  #mobileNav {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  nav.navbar {
    width: 100%;
    flex-wrap: nowrap;
  }
  #mobileNav.rollside {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    position: fixed;
    left: 0;
    z-index: 99999;
    background: black;
    padding-top: 0;
    width: 280px;
    max-width: 100%;
    max-width: calc(100% - 88px);
    height: 100% !important;
  }
  #mobileNav.rollside .IconList {
    padding-bottom: 30px;
  }
  #mobileNav.rollside .IconList .iconitem {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #mobileNav.rollside .IconList .iconitem:last-child {
    margin-right: 0;
  }
  #mobileNav.rollside .IconList .iconitem:first-child {
    margin-left: 0;
  }
  #mobileNav.rollside nav.navbar {
    min-width: 240px;
    max-width: 440px;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 600;
    min-width: auto;
    max-width: none;
    padding: 0;
    transition: all 0.3s;
    align-items: normal;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding-top: 0;
    display: block;
  }
  #mobileNav.rollside.collapse:not(.show) {
    display: block !important;
  }
  #mobileNav.rollside.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #mobileNav.rollside .logo {
    padding: 15px;
    text-align: center;
    border-top: 5px solid #fda900;
  }
  #mobileNav.rollside .logo .frame.container {
    padding: 0;
    margin: 0;
    justify-content: center;
  }
  #mobileNav.rollside ul.navbar-nav {
    width: 100%;
    list-style: none;
    padding-bottom: 30px;
    /*General and first levels*/
  }
  #mobileNav.rollside ul.navbar-nav > .nav-item {
    border-top: 1px solid #E9E9E9;
  }
  #mobileNav.rollside ul.navbar-nav > .nav-item:first-child {
    border-top: 0;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item {
    position: static;
    list-style: none;
    width: 100%;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item .nav-link {
    width: 100%;
    padding: 10px 15px;
    padding-right: 40px;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item .nav-link:hover {
    color: #fda900;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.active > .nav-link {
    color: #fda900;
    background: none;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown {
    /*dropdown menu*/
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle {
    position: absolute;
    right: 0;
    border: none;
    width: 40px;
    margin: 0;
    height: 42.5px;
    background: none;
    min-width: auto;
    color: #fff;
    background: #CCCCCC;
    border-radius: 0;
    padding: 0;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 10px;
    margin: 0;
    vertical-align: middle;
    border: 0;
    transition: all 0.3s;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle:hover, #mobileNav.rollside ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle:focus {
    box-shadow: none;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font-size: 14px;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner {
    list-style: none;
    padding: 15px 0;
    margin: 0;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item {
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item .nav-link {
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item .nav-link:hover, #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item .nav-link:focus {
    background: #f0f0f0;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item .dropdown-menu .dropdown-inner {
    padding-top: 0;
    padding-left: 10px;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item.active > .nav-link {
    color: #fda900;
    background: none;
  }
  #mobileNav.rollside ul.navbar-nav .nav-item.dropdown.show > button.dropdown-toggle:after {
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  #mobileNav.rollside nav.navbar {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  #mobileNav.rollside ul.navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 40px;
    color: white;
  }
}
/*override masonry variable*/
/*/override masonry variable*/
/*nav-buttons*/
.navbar .navbar-toggler {
  border: 0;
  border-radius: 0;
  background: #000;
  height: 100%;
  height: 100%;
  width: 90px;
  max-width: 100%;
  outline: 0;
  transition: all 0.5s;
  display: flex;
  min-height: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .navbar .navbar-toggler {
    background: none;
  }
}
.navbar .navbar-toggler:focus {
  outline: 0 !important;
}
.navbar .navbar-toggler .toggler-icon {
  margin: auto;
  width: 30px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .navbar-toggler .toggler-icon span {
  background: #fff;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .navbar-toggler .toggler-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar .navbar-toggler .toggler-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar .navbar-toggler .toggler-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(1) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 17px;
  left: 8px;
}
.navbar .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(2) {
  background: transparent;
}
.navbar .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(3) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: -4px;
  left: 8px;
}


/*override masonry variable*/
/*/override masonry variable*/
.navbar {
  padding: 0;
}
@media (max-width: 767px) {
  #mainNav {
    display: none !important;
  }
}
@media (min-width: 768px) {
  nav.navbar {
    width: 100%;
  }
  #mainNav {
    width: 100%;
  }
  #mainNav ul.navbar-nav {
    width: 100%;
    align-items: center;
    min-height: 65px;
    /*first level*/
  }
  #mainNav ul.navbar-nav > .nav-item:hover > .nav-link, #mainNav ul.navbar-nav > .nav-item:focus > .nav-link, #mainNav ul.navbar-nav > .nav-item.active > .nav-link {
    color: #fda900;
  }
  #mainNav ul.navbar-nav > .nav-item:hover > .nav-link:after, #mainNav ul.navbar-nav > .nav-item:focus > .nav-link:after, #mainNav ul.navbar-nav > .nav-item.active > .nav-link:after {
    opacity: 1;
    visibility: visible;
  }
  #mainNav ul.navbar-nav > .nav-item > .searchbutton {
    display: none;
    padding: 15px 15px;
    padding-right: 0;
  }
  #mainNav ul.navbar-nav > .nav-item > .searchbutton:hover, #mainNav ul.navbar-nav > .nav-item > .searchbutton:focus {
    color: #fda900;
  }
  #mainNav ul.navbar-nav > .nav-item > .searchbutton i {
    font-size: 14px;
  }
  #mainNav ul.navbar-nav > .nav-item > .nav-link {
    position: relative;
    padding: 15px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.0666666667;
    font-family: 'Barlow', sans-serif;
    letter-spacing: -0.2px;
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mainNav ul.navbar-nav {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  #mainNav ul.navbar-nav > .nav-item.search-item {
    display: none;
    flex: 1;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mainNav ul.navbar-nav > .nav-item > .searchbutton {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #mainNav ul.navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mainNav ul.navbar-nav > .nav-item > .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
  }
}


/*override masonry variable*/
/*/override masonry variable*/
.TextBanner {
  display: flex;
  flex-wrap: wrap;
}
.TextBanner.hasbgcolor .text {
  padding: 20px 15px;
}
@media screen and (min-width: 576px) {
  .TextBanner.hasbgcolor .text {
    padding: 5%;
  }
}
.TextBanner.hasbgcolor .text .inner .frame:first-child {
  margin-top: 0 !important;
}
.TextBanner.hasbgcolor .text .inner .frame:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 576px) {
  .TextBanner.alignimgtotxt-leftAlign.hasbgcolor .text {
    padding-right: calc((100vw - 530px) / 2);
  }
}
@media screen and (min-width: 767px) {
  .TextBanner.alignimgtotxt-leftAlign.hasbgcolor .text {
    padding-right: calc((100vw - 710px) / 2);
  }
}
@media screen and (min-width: 991px) {
  .TextBanner.alignimgtotxt-leftAlign.hasbgcolor .text {
    padding-right: calc((100vw - 950px) / 2);
  }
}
@media screen and (min-width: 1199px) {
  .TextBanner.alignimgtotxt-leftAlign.hasbgcolor .text {
    padding-right: calc((100vw - 1130px) / 2);
  }
}
.TextBanner.alignimgtotxt-leftAlign.hasbgcolor .imagewrap {
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .TextBanner.alignimgtotxt-leftAlign .text {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .TextBanner.alignimgtotxt-leftAlign .text .inner .frame:first-child {
    margin-top: 0 !important;
  }
}
.TextBanner.alignimgtotxt-leftAlign .text .inner .frame:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .TextBanner.alignimgtotxt-leftAlign .imagewrap {
    padding-right: 15px;
  }
}
@media screen and (min-width: 576px) {
  .TextBanner.alignimgtotxt-rightAlign.hasbgcolor .text {
    padding-left: calc((100vw - 530px) / 2);
  }
}
@media screen and (min-width: 767px) {
  .TextBanner.alignimgtotxt-rightAlign.hasbgcolor .text {
    padding-left: calc((100vw - 710px) / 2);
  }
}
@media screen and (min-width: 991px) {
  .TextBanner.alignimgtotxt-rightAlign.hasbgcolor .text {
    padding-left: calc((100vw - 950px) / 2);
  }
}
@media screen and (min-width: 1199px) {
  .TextBanner.alignimgtotxt-rightAlign.hasbgcolor .text {
    padding-left: calc((100vw - 1130px) / 2);
  }
}
.TextBanner.alignimgtotxt-rightAlign.hasbgcolor .imagewrap {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .TextBanner.alignimgtotxt-rightAlign .text {
    padding-right: 15px;
  }
}
.TextBanner.alignimgtotxt-rightAlign .text .inner .frame:first-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 992px) {
  .TextBanner.alignimgtotxt-rightAlign .text .inner .frame:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .TextBanner.alignimgtotxt-rightAlign .imagewrap {
    padding-left: 15px;
  }
}
.TextBanner .imagewrap {
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .TextBanner .imagewrap {
    max-width: 100%;
    height: 350px;
  }
}
.TextBanner .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.TextBanner .image.sizeImage-contain {
  background-size: contain;
}
.TextBanner .image.sizeImage-cover {
  background-size: cover;
}
.TextBanner .image.alignImage-centerAlign {
  background-position: center center;
}
.TextBanner .image.alignImage-centerAlign.verticalAlignImage-topAlign {
  background-position: top center;
}
.TextBanner .image.alignImage-centerAlign.verticalAlignImage-bottomAlign {
  background-position: bottom center;
}
.TextBanner .image.alignImage-rightAlign {
  background-position: center right;
}
.TextBanner .image.alignImage-rightAlign.verticalAlignImage-topAlign {
  background-position: top right;
}
.TextBanner .image.alignImage-rightAlign.verticalAlignImage-bottomAlign {
  background-position: bottom right;
}
.TextBanner .image.alignImage-leftAlign {
  background-position: center left;
}
.TextBanner .image.alignImage-leftAlign.verticalAlignImage-topAlign {
  background-position: top left;
}
.TextBanner .image.alignImage-leftAlign.verticalAlignImage-bottomAlign {
  background-position: bottom left;
}
.TextBanner .text {
  width: 100%;
  background: none;
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .TextBanner .text {
    max-width: 50%;
  }
}
.TextBanner .text h1, .TextBanner .text h3, .TextBanner .text h5, .TextBanner .text h6 {
  color: #fda900;
  margin-bottom: 25px;
}
.TextBanner .text h2, .TextBanner .text h4 {
  color: #ffffff;
  margin-bottom: 25px;
}
.TextBanner .text h3, .TextBanner .text .h3, .TextBanner .text .h3special {
  font-size: 26px;
}
.TextBanner .text .inner {
  max-width: 515px;
  margin-left: auto;
}
.TextBanner .text .inner .frame {
  padding: 0;
  max-width: none;
}
.TextBanner .text p + p .btn {
  margin-top: -10px;
}


@charset "UTF-8";
/*override masonry variable*/
/*/override masonry variable*/
.Video div {
  text-align: center;
}
.Video div .video-container {
  position: relative;
  margin-bottom: -8px;
  max-width: 100%;
  display: inline-block;
}
.Video div .video-container video {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.Video div .video-container .playpause {
  height: 0;
}
.Video div .video-container .playpause:after {
  content: "";
  font-family: font awesome\ 5 pro;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  color: #fda900;
  font-weight: 700;
}
.Audio audio::-webkit-media-controls-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* We use flex-start here to ensure that the play button is visible even
         * if we are too small to show all controls.
         */
  justify-content: flex-start;
  -webkit-user-select: none;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  text-align: right;
  bottom: auto;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  /* The duration is also specified in MediaControlElements.cpp and LayoutTests/media/media-controls.js */
  transition: opacity 0.3s;
}


/*override masonry variable*/
/*/override masonry variable*/


