@charset "UTF-8";
/*
 * Implementation of themes
 */
#controlbar.show {
  display: block !important;
  position: relative;
}

.controlbar-button-container {
  display: block !important;
}
.controlbar-button-container:hover #controlbar-show-button {
  display: block !important;
}

.controlbar-link-container {
  margin-top: 10px;
}

.controlbar-username {
  margin-top: 10px;
}

.controlbar-control .controlbar-log-button {
  margin-left: 10px;
  margin-top: 10px;
}

.controlbar-button-container.controlbar-dark-scheme.controlbar-show {
  padding: 0;
}

.menu-layer-search {
  align-self: flex-end;
  margin: 20px;
}
@media screen and (max-width: 992px) {
  .menu-layer-search {
    display: none;
  }
}
.menu-layer-search .menu__search-container {
  display: flex;
  position: relative;
  overflow: hidden;
}
.menu-layer-search .menu__search-container .menu__search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  padding: 15px;
  width: 0;
  border-bottom: solid 1px #999999;
  /* &::after {
      position: absolute;
      content: '';
      width: 20px;
      height: 20px;
      background: black;
      right: 20px;
      background: url(../images/icon_magnifier-black.svg);
      background-repeat: no-repeat;
      background-size: 100%;
  } */
}
.menu-layer-search .menu__search-container .menu__search.open {
  visibility: visible;
  opacity: 1;
  width: 280px;
}
.menu-layer-search .menu__search-container .menu__search input[type=search] {
  outline: 0;
  border: 0;
  width: 100%;
}
.menu-layer-search .menu__search-container .menu__search input[type=search]:focus-visible {
  outline: 0;
}
.menu-layer-search .menu__search-container .menu__search input[type=search]::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #999999;
}
.menu-layer-search .menu__search-container .menu__search input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: 0px;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
}
.menu-layer-search .menu__search-container button.search {
  border-bottom: solid 1px #fff;
  padding-right: 20px;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.menu-layer-search .menu__search-container button.search svg {
  width: 25px;
  height: 25px;
}
.menu-layer-search .menu__search-container button.search svg g {
  transition: all 0.4s ease;
  fill: #101010;
}
.menu-layer-search .menu__search-container button.search:hover svg g {
  fill: #DC1B23;
}

@media screen and (max-width: 992px) {
  span.navbar-buttons {
    display: none;
  }
}

button.user-area-button {
  background: #DC1B23;
  color: #fff;
  border: solid 1px #d8d8d8;
  outline: 0 !important;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
button.user-area-button img.round-profile-image {
  border-radius: 0;
  width: 40px !important;
  height: 40px;
  position: relative;
  transition: all 0.4s ease;
}
button.user-area-button img.round-profile-image::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-image: url(../images/icon_chevron-down.svg);
  background-repeat: no-repeat;
  background-color: black;
}
button.user-area-button img.round-profile-image:hover {
  /* opacity: 0; */
}
button.user-area-button span {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
button.user-area-button svg {
  transition: all 0.4s ease;
  margin-right: 5px;
  margin-bottom: 2px;
}
button.user-area-button:hover span.icon_chevron svg {
  transform: rotate(90deg);
}

header.site-header {
  position: fixed;
  position: sticky;
  top: 0;
  z-index: 100;
  /*
   *************************
          1. MENU LAYER LAYOUT
   *************************
  */
  /*
   *************************
          1. MENU LAYOUT
   *************************
  */
  /* 
  a.nav-link.dropdown-toggle.menu__link::after {
      background: none repeat scroll 0 0 transparent;
      margin-top: 35px;
      content: "";
      height: 2px;
      left: 0%;
      position: absolute;
      background: #DC1B23;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0%;
  }
  */
  /*
   *************************
          4. MENU LOGIN/NETWORK BUTTONS
   *************************
  */
  /*
   *************************
          5. PAGE LAYOUT
   *************************
  */
  /*Sidebar*/
  /*.dropdown:hover>.dropdown-menu {
      display: block !important;
  }*/
  /*
   *************************
          4. BURGER ICON ANIMATION
   *************************
  */
  /* Icon 1 */
  /* Icon 3 */
}
header.site-header ul.nav-item.dropdownd-none {
  display: none;
}
header.site-header .sub-navi ul {
  padding-left: 20px;
}
header.site-header .sub-navi a {
  line-height: 28px;
  font-size: 16px;
  color: #000000;
}
header.site-header .sub-navi a:hover {
  line-height: 28px;
  font-size: 16px;
  color: #DC1B23;
}
header.site-header .sub-navi a.active {
  color: #DC1B23 !important;
  font-weight: 400;
}
header.site-header .navbar-light {
  display: flex !important;
  justify-content: space-between !important;
}
header.site-header .navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}
header.site-header nav.navbar {
  height: 80px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  header.site-header nav.navbar {
    height: 115px;
  }
}
header.site-header nav.navbar.shrink {
  height: 65px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15) !important;
}
header.site-header nav.navbar.shrink .navbar-brand svg {
  width: 90%;
}
header.site-header nav.navbar .navbar-brand {
  width: 150px;
}
@media screen and (min-width: 768px) {
  header.site-header nav.navbar .navbar-brand {
    width: 240px;
  }
}
header.site-header nav.navbar .navbar-brand svg {
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: -5px;
}
header.site-header nav.navbar.open {
  background: rgba(220, 27, 35, 0.95);
  box-shadow: none;
}
header.site-header nav.navbar.open svg use, header.site-header nav.navbar.open svg path {
  fill: white !important;
}
header.site-header nav.navbar.open svg polygon {
  fill: #fff;
}
header.site-header nav.navbar.open button.login-button, header.site-header nav.navbar.open button.network-button {
  border: solid 1px #fff !important;
  outline: 0;
}
header.site-header nav.navbar.open .menu__search-container .menu__search {
  border-bottom: solid 1px #fff;
}
header.site-header nav.navbar.open input[type=search] {
  color: #fff;
}
header.site-header .menu-layer {
  background: rgba(220, 27, 35, 0.95);
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  padding: 0 20px;
  z-index: 999;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  overflow-y: auto;
  max-height: 100%;
  /*        height: calc(100vh - 80px);*/
}
@media screen and (min-width: 1024px) {
  header.site-header .menu-layer {
    padding: 0 10%;
  }
}
header.site-header .menu-layer.open {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
header.site-header .menu-layer.open.shrink {
  top: 55px;
}
@media screen and (min-width: 1024px) {
  header.site-header .menu-layer.open.shrink {
    top: 55px;
  }
}
header.site-header .menu-layer .menu-layer-inner {
  display: flex;
  width: 100%;
  max-height: initial;
  flex-direction: column-reverse;
  position: relative;
  top: 0;
}
@media screen and (min-width: 768px) {
  header.site-header .menu-layer .menu-layer-inner {
    flex-direction: row;
    margin-top: 20vh;
  }
}
header.site-header .menu-layer .menu-layer-inner .service-menu-col {
  display: none;
}
header.site-header .menu-layer .menu-layer-inner .service-menu-col a {
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  header.site-header .menu-layer .menu-layer-inner .service-menu-col {
    display: block;
  }
}
header.site-header .menu-layer .nav-item a.nav-link.dropdown-toggle.menu__link {
  color: #fff;
  font-size: 20px !important;
  line-height: 1rem !important;
  text-align: right;
  text-transform: none;
  font-weight: 500;
  line-height: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  header.site-header .menu-layer .nav-item a.nav-link.dropdown-toggle.menu__link {
    font-size: 35px !important;
    line-height: 2rem !important;
  }
}
header.site-header .menu-layer .nav-item a.nav-link.dropdown-toggle.menu__link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background: white;
  display: flex;
  transition: width 0.4s ease;
}
header.site-header .menu-layer .nav-item a.nav-link.dropdown-toggle.menu__link:hover {
  color: #fff !important;
}
header.site-header .menu-layer .nav-item a.nav-link.dropdown-toggle.menu__link:hover::after {
  width: 100%;
}
header.site-header .menu__link--active {
  color: #fff !important;
}
header.site-header .menu__link--active::after {
  position: absolute;
  content: "";
  width: 100% !important;
  height: 2px;
  left: 0px;
  background: #fff;
}
header.site-header .navbar-light {
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
header.site-header .second-level-menu #side-bar {
  display: none;
}
header.site-header .second-level-menu.show #side-bar {
  display: block;
}
header.site-header .dropdown-menu-icon-mobil .navbar-brand {
  position: absolute;
  left: 0;
  width: 154px;
  height: auto;
  top: 1%;
  text-align: left;
}
header.site-header .nav-main-mobil a.nav-link.menu__link--active {
  color: #fff !important;
}
header.site-header a.nav-link.dropdown-toggle.menu__link {
  color: #fff;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  display: table;
  width: auto;
  font-weight: normal;
  font-size: 18px;
  -webkit-text-stroke: 0px;
}
header.site-header .menu-layer-inner .container {
  max-width: 1140px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 80px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  header.site-header .menu-layer-inner .container {
    margin-top: 20px;
  }
}
header.site-header .menu-layer-inner .container ul.nav-item {
  position: relative;
  display: flex;
  justify-content: inherit;
  width: fit-content;
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
header.site-header .menu-layer-inner .container ul.nav-item a.nav-link {
  padding: 0;
  margin: 0;
  width: fit-content;
}
header.site-header .menu-layer-inner .container ul.nav-item a::after {
  display: none;
}
header.site-header .menu-layer-inner nav.menu-service-layer {
  display: flex;
  flex-direction: column;
  margin-right: 0px;
  margin-top: 20px;
}
header.site-header .menu-layer-inner nav.menu-service-layer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  header.site-header .menu-layer-inner nav.menu-service-layer {
    min-width: 320px;
  }
}
header.site-header .menu-layer-inner nav.menu-service-layer li.menu__item {
  margin-bottom: 10px;
}
header.site-header .menu-layer-inner nav.menu-service-layer li.menu__item a {
  color: #fff;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 500;
}
header.site-header .menu-layer-inner nav.menu-service-layer li.menu__item a:hover {
  opacity: 0.8;
}
header.site-header .menu-layer-inner nav.menu-service-layer li.menu__item a::after {
  display: none;
}
header.site-header .menu-layer-inner nav.menu-service-layer nav.menu-layer-buttons ul.menu-layer-buttons-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
}
header.site-header .menu-layer-inner nav.menu-service-layer nav.menu-layer-buttons a.nav-item {
  padding: 10px;
  border: solid 1px #fff;
  color: #fff;
  transition: all 0.4s ease;
  margin: 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  header.site-header .menu-layer-inner nav.menu-service-layer nav.menu-layer-buttons a.nav-item {
    width: initial;
    min-width: 300px;
  }
}
header.site-header .menu-layer-inner nav.menu-service-layer nav.menu-layer-buttons a.nav-item:hover {
  background: #fff;
  color: #DC1B23;
}
header.site-header .menu-layer-inner nav.menu-service-layer ul.menu__level.menu__level--first {
  text-align: right;
}
@media screen and (min-width: 768px) {
  header.site-header .menu-layer-inner nav.menu-service-layer ul.menu__level.menu__level--first {
    text-align: left;
  }
}
header.site-header a.nav-link.dropdown-toggle.menu__link {
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.9px;
  color: #000;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
header.site-header a.nav-link.dropdown-toggle.menu__link:hover {
  color: #DC1B23;
}
header.site-header a.nav-link.dropdown-toggle.menu__link:hover::after {
  width: 100%;
}
header.site-header .dropdown-menu-icon-mobil button.login-button {
  color: #fff;
  border: 1px solid #fff;
}
header.site-header .dropdown-menu {
  display: none;
}
header.site-header .dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0) !important;
  border-radius: 0rem !important;
  position: relative !important;
  /*    padding:13px 0 !important;*/
}
header.site-header .nav-main-mobil li.nav-item {
  line-height: 1px;
}
header.site-header .dropdown .dropdown-menu {
  top: auto;
}
header.site-header .dropdown-container {
  background: rgba(15, 34, 48, 0.9);
  height: 100vh;
  width: 100% !important;
  overflow: auto;
}
header.site-header .dropdown-container .nav-link {
  padding: 5px 0;
}
header.site-header .dropdown-container .nav-link-third {
  padding: 5px 0;
  text-transform: none !important;
  margin-left: 20px;
}
header.site-header .nav-main {
  height: auto;
  max-height: 700px;
  overflow-x: hidden;
}
header.site-header .navbar-collapse.text-right.collapse.show {
  height: 1000px !important;
}
header.site-header li.dropdown-third .dropdown-item-third {
  font-size: 17px !important;
  padding-left: 30px;
}
header.site-header #navbarCollapse .dropdown-menu li {
  color: #fff;
}
header.site-header .shift-right {
  cursor: pointer;
  /*    margin-left: 7px;
      margin-right: -3px;*/
}
header.site-header .menu-icon img {
  width: 16px;
}
header.site-header .page-home .menu-icon {
  display: none !important;
}
header.site-header .page-home .menu-icon span {
  border: 1px solid #fff;
}
header.site-header button.shift-right {
  margin-left: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header .menu-icon span {
  margin-left: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header .nav-item.dropdown {
  position: relative;
}
header.site-header .newsletter-btn {
  width: auto;
  height: 44px;
  background: #fff;
  color: #0F2230;
  text-transform: uppercase;
  padding-top: 7px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
header.site-header .newsletter-btn:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding-top: 6px;
}
header.site-header ul.nav-main.nav-main-mobil {
  padding: 9px 15px 0;
}
header.site-header .top-headline {
  text-align: left;
  margin-bottom: 34px;
}
header.site-header .top-headline img {
  width: 14px;
  margin-left: 10px;
}
header.site-header .top-headline h2 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 7px;
  line-height: 21px;
  font-size: 21px;
  letter-spacing: 0.2px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  margin-top: 4px;
}
header.site-header .top-headline p {
  line-height: 17px;
  font-size: 13px;
  color: #fff;
}
header.site-header .top-headline a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
header.site-header .navbar-button-container {
  display: flex;
}
header.site-header .navbar-button-container button {
  min-width: 160px;
  text-align: center;
}
header.site-header button.network-button {
  text-transform: uppercase;
  font-weight: 500;
  border: solid 1px #ccc;
  padding: 5px 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  background: #fff;
}
header.site-header button.network-button:hover {
  border: solid 1px #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #DC1B23 !important;
  background: #DC1B23;
  color: #fff;
}
header.site-header button.login-button {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-left: 0px;
  border: 1px solid #DC1B23 !important;
  background: #DC1B23;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 20px;
  display: block;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  justify-content: center;
}
header.site-header button.login-button:hover {
  background: #fff;
  border: 1px solid #ccc;
  color: #DC1B23 !important;
}
header.site-header #side-bar {
  margin-top: 10px;
  margin-bottom: 20px;
}
header.site-header #side-bar span {
  font-size: 18px;
  font-weight: 400;
}
header.site-header .second-level-menu {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
header.site-header #side-bar .collapsible-icon {
  position: absolute;
  right: 7px;
  top: unset;
  font-size: 0;
  width: 17px;
  height: 13px;
  margin-top: 6px;
  /*    background: url(../images/arrow-down.svg);*/
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header.site-header #side-bar .link {
  font-size: 16px;
  color: #000000;
  padding: 4px 0;
  display: block;
}
header.site-header .second-level-item {
  font-size: 20px;
  line-height: 32px;
}
header.site-header .navbar-light .navbar-toggler-icon {
  background-image: url(../images/icon-burger-black.svg) !important;
  background-size: 67%;
  margin-right: 0;
}
header.site-header .menu-icon {
  margin-top: -58px;
  margin-bottom: 39px;
  margin-right: 13px;
}
header.site-header .menu-icon-mobil {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 7px;
  display: flex !important;
  height: 47px;
  vertical-align: middle;
}
header.site-header .menu-icon-mobil img {
  margin-right: 11.5px;
  height: 47px;
}
header.site-header .menu-icon-mobil img {
  width: 47px;
  height: 47px;
}
header.site-header .dropdown-menu-icon-mobil img {
  width: 16px;
}
header.site-header .dropdown-menu-icon-mobil span {
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header .logo-mobil img {
  width: 47px;
  height: 47px;
  z-index: 99999;
  position: absolute;
  top: 39px;
  margin-right: 10px;
  left: 44px;
}
header.site-header .dropdown-menu-icon-mobil {
  margin-top: 33px;
}
header.site-header li.dropdown-third {
  display: table;
}
header.site-header .dropdown-item-third.menu__link.menu__link--active {
  color: #fff !important;
}
header.site-header .shrink .navbar-brand.d-md-none,
header.site-header .shrink .menu-icon-mobil {
  margin-top: 7px;
}
header.site-header span.navbar-close-icon {
  border: none;
}
header.site-header span.navbar-close-icon img {
  width: 23px;
}
header.site-header .nav-up {
  /*        top: -110px;*/
  top: 0px;
}
header.site-header .nav-down {
  top: 0px;
}
header.site-header #nav-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  display: inline-block;
  -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;
}
@media screen and (min-width: 768px) {
  header.site-header #nav-icon3 {
    margin-left: 40px;
  }
}
header.site-header #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #101010;
  border-radius: 0px;
  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;
}
header.site-header div#nav-icon3.open span {
  background: #fff;
}
header.site-header #nav-icon3 span:nth-child(1) {
  top: 0px;
}
header.site-header #nav-icon3 span:nth-child(2), header.site-header #nav-icon3 span:nth-child(3) {
  top: 9px;
}
header.site-header #nav-icon3 span:nth-child(4) {
  top: 18px;
}
header.site-header #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.site-header #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.site-header #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.site-header #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (min-width: 568px) {
  header.site-header {
    /*
     *************************
            1. TYPOGRAPHY / COLORS (min-width: 460)
     *************************
    */
  }
  header.site-header .dropdown-container {
    /*        padding: 21.3vh 0 !important;*/
    height: 100vh;
    width: 100% !important;
    /*        position: absolute;*/
  }
  header.site-header ul.dropdown-menu ul.dropdown-menu-sub li.dropdown-third a {
    font-size: 32px !important;
    line-height: 50px;
    font-weight: 100 !important;
  }
  header.site-header .dropdown-menu-icon-mobil .navbar-brand img {
    width: 58%;
    height: auto;
  }
  header.site-header .dropdown-menu-icon-mobil .navbar-brand {
    left: 3%;
    top: 1%;
  }
  header.site-header .nav-main-mobil {
    margin: auto;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  header.site-header {
    /*
     *************************
            1. TYPOGRAPHY / COLORS (min-width: 460)
     *************************
    */
  }
  header.site-header .navbar-brand img {
    width: 200px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  header.site-header .shrink .navbar-brand img {
    width: 155px;
  }
  header.site-header .nav-main-mobil ul.nav-item {
    padding: 0px;
  }
  header.site-header .dropdown-menu-icon-mobil .navbar-brand img {
    width: 69%;
    height: auto;
  }
  header.site-header span.navbar-close-icon {
    margin-left: 30px;
  }
  header.site-header li.dropdown-sub.nav-item.taphover a {
    line-height: 32px;
    font-weight: 100;
    font-size: 31px;
  }
  header.site-header ul.dropdown-menu ul.dropdown-menu-sub li.dropdown-third a {
    font-size: 32px !important;
    line-height: 50px;
    font-weight: 100 !important;
  }
  header.site-header .dropdown-container {
    /*padding: 39vh 0 !important;*/
    height: 100vh;
  }
  header.site-header .navbar-brand img {
    width: 200px;
  }
  header.site-header .menu-icon-mobil {
    margin-top: 27px;
    margin-bottom: 0px;
    margin-right: 23px;
    display: flex !important;
    height: 47px;
    vertical-align: middle;
  }
  header.site-header .dropdown-menu-icon-mobil {
    display: flex;
    justify-content: flex-end;
    margin-top: 52px;
  }
  header.site-header .nav-main {
    overflow-x: visible;
  }
  header.site-header ul.nav-main.nav-main-mobil {
    padding: 48px 15px 0;
    margin: 0 58px;
  }
  header.site-header .dropdown-menu-icon-mobil .navbar-brand {
    left: 0%;
    top: 1%;
  }
  header.site-header .nav-main {
    padding: 0;
  }
  header.site-header span.navbar-close-icon {
    margin-top: 0;
  }
  header.site-header .dropdown-menu-icon-mobil button.shift-right {
    border: 1px solid #fff;
  }
  header.site-header .menu-layer-inner nav.menu-service-layer nav.menu-layer-buttons ul.menu-layer-buttons-container {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  header.site-header ul.dropdown-menu.dropdown-menu-third {
    padding-left: 20px !important;
  }
  header.site-header ul.dropdown-menu ul.dropdown-menu-sub li.dropdown-third a {
    font-size: 26px !important;
    line-height: 46px;
    font-weight: 100 !important;
  }
  header.site-header .navbar .container {
    top: 2px;
    /*        padding-top: 17px;
            height: 209px;*/
  }
}
@media screen and (min-width: 1024px) {
  header.site-header {
    /*    .dropdown:hover>.dropdown-menu {
            display: block ;
        }*/
  }
  header.site-header .second-level-menu {
    text-align: left;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
  }
  header.site-header .nav-item.dropdown {
    position: static;
  }
  header.site-header .nav-main {
    height: auto;
    max-height: 500px;
    overflow-x: visible;
  }
  header.site-header li.dropdown-sub.nav-item.taphover a {
    line-height: 7px;
    font-weight: 100;
    font-size: 31px;
  }
  header.site-header ul.dropdown-menu ul.dropdown-menu-sub li.dropdown-third a {
    font-size: 23px !important;
    line-height: 30px;
    padding-left: 15px;
    text-align: left;
    font-weight: 100 !important;
  }
  header.site-header .navbar-toggler-icon {
    display: inline-block;
    width: 3.3em;
    margin-top: -1px !important;
    margin-right: 0px !important;
  }
  header.site-header .dropdown-menu-icon-mobil {
    margin-top: 80px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  header.site-header {
    /*
     *************************
            1. TYPOGRAPHY / COLORS (min-width: 460)
     *************************
    */
  }
  header.site-header a.nav-link.dropdown-toggle.menu__link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #000;
    transition: all 0.3s ease-in-out;
  }
  header.site-header .dropdown-menu-icon-mobil {
    display: none !important;
  }
  header.site-header .navbar-light .navbar-toggler-icon {
    display: none;
  }
  header.site-header .dropdown-container .nav-link-third {
    text-transform: uppercase !important;
  }
  header.site-header button.navbar-close {
    display: none;
  }
  header.site-header .menu-icon-mobil {
    display: none !important;
  }
  header.site-header ul.nav-main {
    margin-top: -45px;
    justify-content: flex-end;
    margin-right: 30px;
  }
  header.site-header .dropdown-container {
    margin-top: 0px !important;
    background: transparent;
    width: 100% !important;
    padding: 80px 0 !important;
    position: relative;
    float: left;
    overflow: inherit;
    max-width: 1170px;
    top: 20px;
  }
  header.site-header .dropdown-menu {
    position: absolute !important;
  }
  header.site-header .dropdown-container {
    background: rgba(235, 87, 101, 0);
    height: 1vh;
  }
  header.site-header a.nav-link-third.dropdown-toggle.menu__link {
    margin-left: 0 !important;
    -webkit-text-stroke: 0px !important;
    font-size: 21px;
    letter-spacing: 0.2px;
  }
  header.site-header .menu-icon {
    margin-top: -70px;
    margin-bottom: 24px;
    margin-right: 32px;
  }
  header.site-header .dreieck {
    -webkit-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 22px solid #0F2230;
    margin: auto;
    margin-top: auto;
    margin-top: -24px;
    margin-left: 60%;
  }
  header.site-header .dropdown:hover .dreieck {
    visibility: visible;
    opacity: 1;
    display: block !important;
    transition: 1s;
  }
  header.site-header .dropdown-menu .left-col {
    padding-right: 84px;
  }
  header.site-header .dropdown-menu .center-col {
    /*        width: 67%;*/
    margin-top: -4px;
    text-align: left;
  }
  header.site-header .right-col {
    padding-left: 0;
    margin-top: -5px;
  }
  header.site-header .dropdown-menu .left-col p.newsletter-text {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 7px;
  }
  header.site-header .dropdown-menu .left-col p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
  }
  header.site-header .dropdown-menu .center-col a {
    color: #fff !important;
  }
  header.site-header .dropdown:hover .dropdown-menu {
    /*        max-height: 500px;*/
    opacity: 1;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
    background: rgba(15, 34, 48, 0.95);
    padding: 63px 26px;
    display: flex;
  }
  header.site-header .dropdown-menu .right-col h2, header.site-header .dropdown-menu .right-col p, header.site-header .dropdown-menu .right-col a {
    color: #fff;
  }
  header.site-header button.login-button {
    display: flex !important;
  }
  header.site-header a.navbar-brand {
    margin-top: 0px;
    z-index: 9;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header .navbar {
    padding: 1.5rem 30px;
    height: 110px;
    transition: all 0.4s ease-in-out;
  }
  header.site-header #side-bar {
    margin-left: -5px;
  }
  header.site-header #side-bar span {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
  }
  header.site-header .second-level-item {
    font-size: 29px;
    line-height: 45px;
  }
  header.site-header .sub-navi {
    font-size: 22px;
    line-height: 29px;
  }
}

.locations-map-section .locations-map-footer {
  background: #eef3f7;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin: 0;
}

.page-venues .main-content {
  max-width: 100vw;
  margin: auto !important;
  padding: 0;
  z-index: 0;
  position: relative;
  overflow-x: hidden;
}
.page-venues .main-content .location-div {
  margin-bottom: 100px;
}
.page-venues .card-grid {
  padding: 0 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0 35px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-venues .card-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .page-venues .card-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 40px;
  }
}
.page-venues .card-grid .card-img-top {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  object-fit: cover;
}
.page-venues .card-grid .card-body {
  padding: 20px;
}

.location-div .blog-item__category {
  display: none;
}

.adress-container a {
  color: #fff;
}

.location-title {
  background: #f8f9fb;
  height: 100px;
  margin: 0 -15px;
}

/* .page-venues .button-info {
    margin-left: -22px;
    text-align: center !important;
    padding: 8px 0px 0px;
    color: #ea5368;
    width: 139px;
    font-weight: 900;
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0;
} */
/* .page-events .location-section .button-info {
    text-align: center !important;
    padding: 4px 0px;
    color: #ea5368;
    width: 206px;
    margin: auto;
    background: #fff;
    width: 95%;
    margin-top: 36px;
} */
/* .button-info a {
    color: #DC1B23;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
} */
/* .page-venues .arrow-right-red {
    left: 22px !important;
    width: 11px !important;
    z-index: 9;
    height: 13px !important;
    margin-top: 2px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    position: absolute;
} */
/* 
.page-venues .arrow-left-red {
    position: absolute;
    right: 22px;
    top: unset;
    font-size: 0;
    width: 11px;
    height: 13px;
    margin-top: 2px;
    background: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
} */
/* .page-venues .event-overlay {
    background-image: radial-gradient( #d7d7d700, #000);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.08;
    z-index: 1;
    top: 0;
    left: 0;
} */
/* .page-venues  .card-image {
    position: relative;
    display: block;
} */
/* 
.page-venues .location-div {
    margin: 0 -15px;
} */
/* .event-month {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-events .location-section  .event-month {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
}
 */
/*=============Spielstätten-Detail================*/
/* .page-venues .location-img {
    padding: 5px;
}
.page-venues .location-name h1 {
    color: #000;
    margin-bottom: 61px;
    font-size: 53px;
    font-weight: 600;
    letter-spacing: -0.5px !important;
    line-height: 1em;
}

.page-venues .location-description p {
    font-size: 16px;
    line-height: 30px;
}

.page-venues .location-info a {
    color: #231f20;
}
 */
/* .page-venues .info-title {
    font-family: 'Tenor Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 2px;
}

.page-events .location-section .info-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: 0px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 45px;
}

.page-venues .location-info .info-name {
    font-weight: 700 !important;
    font-size: 23px;
    letter-spacing: px;
    letter-spacing: -0.5px !important;
    margin-bottom: 8px;
} */
/* .page-venues .location-info p,
.page-venues .location-info a {
    color: #fff; 
}

.page-venues .location-info .info-number {
    margin: 4px 0;
}

.page-venues .location-name {
    padding-left: 20px;
}

.page-venues .location-description {
    padding: 0 30px;
} */
/* .location-info .dreieck {
    visibility: visible;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    margin-top: -60px;
    margin-bottom: 25px;
    margin-left: 0px;
    z-index: 99;
    position: relative;
    border-bottom: 22px solid #DC1B23 !important;
} */
/*=============Spielstätten-Detail-Events================*/
/* 
.page-venues .event-col,
.page-events .location-section .event-col {
    margin-top: 3px;
}

.page-venues .event-title h2 a {
    font-size: 19px;
    line-height: 26px;
}

.page-events .location-section .event-title h2 a {
    color: #333 !important;
    font-size: 19px;
    letter-spacing: 0px;
}

.page-venues .event-location-name {
    font-size: 25px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 7px;
}

.page-events .location-section .event-location-name {
    font-size: 19px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 3px;
}

.page-venues .event-location-time {
    font-size: 16px !important;
    font-weight: 100 !important;
}

.page-events .location-section .event-location-time {
    font-size: 16px !important;
    font-weight: 100 !important;
    margin-top: 7px;
}


.page-venues .new-month {
    margin-top: 20px;
    color: #ff5269;
    font-weight: 100 !important;
    margin-left: 10px;
    font-size: 70px;
    letter-spacing: -3px;
}

.page-venues .location-events,
.page-events .location-events  {
    margin-top: 20px;
}

.page-venues .event-title,
.page-events .location-section .event-title{
    padding-left: 20px;
    padding-right: 0px;
    word-break: break-word;
} */
/* 

.page-venues .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.page-venues .owl-carousel .owl-stage-outer {
    padding-top: 0px !important;
}
 */
/* 



.location-section .card-img-top {
    object-fit: cover; 
}

.location-section .location-img {
    margin: auto;
    width: 100%;
}

h1.map-title {
    font-family: 'Tenor Sans', sans-serif !important;
    color: #ea5368;
    font-size: 31px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0px;
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
    width: auto;
} */
/*=============Spielstätten-Reihen================*/
.card.tag-jazzstadt-konzertreihe {
  background: #fff !important;
}

/* 
@media (min-width: 567px) {
    .page-events .location-section .event-title {
        padding-left: 0px;

    }
    .page-events .location-section .button-info {
        width: 50%;
    }
    .page-venues .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }


    .page-venues span.arrow-left-red {
        margin-top: 5px !important;
    }
    .page-venues span.arrow-right-red {
        margin-top: 5px !important;
    }

    .page-venues .location-name {
        padding-left: 50px;
    }

    .page-venues .location-name h1 {
        margin-bottom: 52px;
    }

    .page-venues .card-columns {

        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        justify-content: space-around;

    }

    .page-venues .card-deck {
        max-width: 1120px;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .page-venues .clearfix {
        padding-right: 0px;
        padding-left: 0px;
    }

    .page-events .location-section .event-location-name {
        font-size: 26px !important;
        font-weight: 400 !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 3px;
    }
    .page-events .location-section .event-location-time {
        font-size: 14px !important;
        font-weight: 100 !important;
        margin-bottom: 3px;
        margin-top: 7px;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.4px;
    }

    h1.map-title {
        font-family: 'Tenor Sans', sans-serif !important;
        color: #ea5368;
        font-size: 31px;
        font-weight: 400;
        text-transform: uppercase;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 0px;
        margin-top: -2px;
        margin-bottom: 23px;
        text-align: center;
    }

} */
/* 
@media (min-width: 767px) {
    .page-venues .mc-container {
        padding: 0 25px !important;
    }
    .page-venues .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.333333%;
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }

    .page-venues .location-name {
        padding-left: 40px;
    }

    .page-venues .location-name h1 {
        margin-bottom: 60px;
    }

    .page-venues .card-columns {

        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        justify-content: space-around;

    }

    .event-month {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
 */
/* 
@media (min-width: 1024px) {
    .page-venues .location-events {
        padding: 0 35px;
    }
    .page-venues .location-info {
        padding-right: 0;
    }
    .page-venues .mc-container {
        padding: 0 !important;
    }
    .location-info .dreieck {
        margin-left: 27px;
    }
    .location-description h1 {
        font-size: 36px;
    }
    .page-venues .location-description {
        padding-left: 0px;
        padding-top: 30px;
    }
    .event-day h2 {
        font-size: 30px;
        font-weight: 600;
    }

    h2.info-title-events {
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 18px;
        }

    .page-events .location-section .event-title {
        padding-left: 0px;
    }
    .page-venues .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }


    .page-venues main.site-main {
        background-color: #fff !important;
    }

    .page-venues .location-name {
        padding-left: 50px;
    }

    .page-venues .location-events {
        margin-top: 32px;
        padding: 0;
        margin-left: 0;
    }

    .page-venues .clearfix {
        padding-right: 40px;
        padding-left: 40px;
    }

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

    .event-month {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .location-title {
        margin-left: 18px;
        margin-right: 18px;
    }
} */
/* 

@media (min-width: 1400px) {
    .page-venues .card {
        margin: 0 35px 25px 0;
    }
    .page-venues .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .page-venues .location-div {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-venues .main-content.container {
        max-width: 1400px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-venues .location-name {
        padding-left: 25px;
    }

    .page-venues .location-name h1 {
        color: #333;
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -0.5px !important;
        line-height: 1em;
    }

    .page-venues #side-bar {
        margin-top: 2px;
        margin-left: -14px;
    }

    .page-venues ul#side-bar button {
        font-size: 31px;
        padding: 6px 0 9px;
    }

    .page-venues .sub-navi a {
        color: #7b797a;
        line-height: 28px;
        font-size: 23px;
        letter-spacing: -0.3px;
    }

    .page-venues .sub-navi {
        padding-left: 15px;
        line-height: 27px !important;

    }

    .page-venues .clearfix:before, .clearfix:after {
        content: "";
        display: table;
        margin-top: -1px;
    }
    .page-venues .clearfix {
        padding-right: 14px;
        padding-left: 14px;
    }

    .event-month {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left: 0px !important;
    }

    .page-events .location-section .event-title {
        padding-left: 0px;
        padding-right: 9px;
    }

    .page-events .location-section .event-month {
        margin-left: 0; 
    }

    .page-events .location-section .event-location-name {
        font-size: 25px !important;
        font-weight: 400 !important;
        letter-spacing: -0.4px !important;
        margin-bottom: -2px;
        margin-top: -5px;
    }

    .page-events .location-section .event-title h2 a {
        color: #333 !important;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 0px;
    }

    .location-section .location-events {
        padding-right: 21px;
    }
    .location-section .card-text {
        font-size: 16px;
        line-height: 30px;
    }

    h1.map-title {
        font-family: 'Tenor Sans', sans-serif !important;
        color: #ea5368;
        font-size: 31px;
        font-weight: 400;
        text-transform: uppercase;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 0px;
        margin-top: 1px;
        margin-bottom: 23px;
    }

    .location-title {
        margin-left: -15px;
        margin-right: -15px;
        display: none;
    }

}
 */
.page-venues .owl-stage-outer {
  background-color: #f7f7f7;
}
.page-venues .owl-carousel .owl-item img {
  max-width: 1280px;
  margin: 0 auto;
}
.page-venues .location-events {
  margin: 50px 0px;
}
.page-venues .location-info {
  background: #DC1B23;
  padding: 40px 20px !important;
  margin: 0 !important;
  height: fit-content;
}
.page-venues .location-description {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .page-venues .location-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-venues .location-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-venues .location-description h1 {
  margin-bottom: 30px;
}
.page-venues .adress-container {
  font-size: 16px;
}
.page-venues .adress-container p {
  color: white;
  font-size: 16px;
}
.page-venues .adress-container .event-adress {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}

.page-location-detail-section {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
  width: 100%;
}
.page-location-detail-section .deeplink {
  text-align: center;
  margin: 80px auto;
}
.page-location-detail-section .deeplink a {
  background: transparent;
  padding: 15px 85px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  -webkit-text-stroke: 0.45px;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-out;
  border: solid 2px #DC1B23;
  color: #DC1B23;
  border-radius: 5px;
}
.page-location-detail-section .deeplink a:hover {
  border: solid 2px #DC1B23;
  background-color: #DC1B23;
  color: #fff;
}
.page-location-detail-section .location-events .card-image img {
  min-height: unset;
  min-width: 100%;
  object-fit: cover;
}
.page-location-detail-section .location-events .location-img {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 10px;
}
.page-location-detail-section .location-events .event-title h2 {
  font-size: 25px;
  line-height: 28px;
}
.page-location-detail-section .location-events .event-title h2 a {
  color: black;
}

/*
 * General rules
 *
 * Styles applicable to the entire project
 *
 */
/*  TABLE OF CONTENTS
   ---------------------------
   1.Footer CSS

*/
footer.site-footer a {
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}
footer.site-footer a:hover, footer.site-footer a:active, footer.site-footer a:focus {
  color: #fff;
  text-decoration: none !important;
}

/*===Footer===*/
.footer-logo-wrapper {
  justify-content: space-between;
  display: flex;
  align-items: baseline;
  margin: 20px;
}
.footer-logo-wrapper img {
  height: 100%;
  width: 100%;
}

.icon-wrapper p {
  color: #fff;
  font-size: 10px;
  text-align: left;
}

.footer-logo-wrapper .logo-img {
  width: 65%;
  height: auto;
  min-width: 150px;
}

.page-dynamic footer.site-footer {
  margin-top: 70px;
}

footer.site-footer {
  background: #101010;
  padding: 20px;
}

.site-footer li.menu__item {
  padding: 0 2px;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  float: left;
}

.menu-footer ul {
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .menu-footer ul {
    flex-direction: row;
  }
}
.menu-footer ul li.menu__item {
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .menu-footer ul li.menu__item {
    font-size: 14px;
  }
}

span.back-to-top-center {
  display: block;
  width: 25px;
  height: 25px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transition: 90deg;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
  right: 33px;
}

nav.menu-service {
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  nav.menu-service {
    flex-direction: row;
  }
}

span.back-to-top {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border: solid 1px #ccc;
  padding: 20px;
  background: transparent;
  right: 20px;
}
span.back-to-top svg {
  width: 30px;
}
span.back-to-top:hover {
  background: #DC1B23;
}
span.back-to-top.visible {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.back-to-top img {
  width: 100%;
  margin-top: 0;
  border: 2px solid #fff;
  border-radius: 0%;
  padding: 10px;
  height: 100%;
}

.back-to-top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.menu-footer {
  display: flex;
}

@media screen and (min-width: 1024px) {
  footer a.menu__link {
    font-size: 14px;
  }

  .site-footer li.menu__item {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    float: left;
  }

  .site-footer img {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  footer.site-footer {
    padding: 24px 10%;
  }
}
img.owl-thumb-item {
  width: 160px;
  height: 90px;
  cursor: pointer;
  opacity: 0.4;
}

img.owl-thumb-item.active {
  opacity: 1;
}

.page-home .container.media-container {
  max-width: 1400px;
  z-index: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .page-home .container.media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-home .container.media-container .owl-carousel .owl-item .owl-lazy {
  max-height: 210px;
}
@media screen and (min-width: 768px) {
  .page-home .container.media-container .owl-carousel .owl-item .owl-lazy {
    max-height: initial;
  }
}
.page-home .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible;
}
.page-home div#media-container {
  overflow: hidden;
}
.page-home .owl-media-container__text {
  z-index: 99999 !important;
  color: #101010;
  padding: 15px 15px 0;
  margin: 0px 0;
  background: #fff;
  max-width: 820px;
  width: 90vw;
  padding: 10px 10px 0 20px;
}
.page-home .owl-media-container__text p {
  display: block;
  font-size: 14px;
  line-height: 24px !important;
  margin-top: 15px;
}
.page-home .owl-media-container__text a:hover {
  color: #DC1B23;
}
.page-home .owl-media-container__text .media-container__info-button {
  position: absolute;
  top: 15px;
  right: 20px;
  display: none;
  width: 22px;
  height: 22px;
  background-color: black;
  background-image: url(../images/icon_info_white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.page-home .owl-media-container__text .media-container__description {
  display: none;
}
.page-home .owl-media-container__text .media-container__description p {
  line-height: 23px;
  color: #000;
  font-size: 14px;
}
.page-home .owl-media-container__text.show-description .media-container__info-button {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: white;
  background-image: url(../images/icon_x_black.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.page-home .owl-media-container__text.show-description .media-container__description {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-home .owl-media-container__text {
    position: absolute;
    bottom: 0px;
    width: 50vw;
    padding: 20px 20px 0 15px;
  }
  .page-home .owl-media-container__text .owl-media-container__text {
    width: 75vw;
  }
  .page-home .owl-media-container__text .media-container__info-button {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .owl-media-container__text .media-container__info-button {
    display: none;
  }
  .page-home .owl-media-container__text:hover .media-container__description {
    display: block;
  }
}

.slider-counter {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #fff;
  font-size: 12px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .slider-counter {
    display: flex;
    bottom: 50px;
  }
}

.page-events .slider-counter {
  right: 120px;
  bottom: 32px;
}

.page-dynamic .slider-counter {
  display: none;
}

.page-dynamic .slider-counter.dynamic-counter {
  display: block;
}

.owl-thumbs {
  display: none !important;
}

body:not(.page-home) .owl-media-container__text {
  display: none !important;
}

.owl-dots {
  float: right;
  right: 10%;
  margin-top: -40px;
  position: absolute;
  z-index: 99999 !important;
  display: none;
}

.dynamic-page-geschichte .owl-dots {
  right: 3%;
  margin-top: -23px;
}

button.owl-dot.active {
  background-color: white !important;
}

.page-home .owl-dots {
  float: right;
  right: 50px;
  margin-top: -35px;
  position: absolute;
  z-index: 1 !important;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-home .owl-dots {
    display: none;
  }
}
.page-home button.owl-dot {
  width: 5px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
  background: #fff !important;
}

button.owl-dot {
  width: 0.8em;
  height: 0.8em;
  margin: 0 5px;
  outline: 0;
  background: #212121 !important;
}

/** 
*   VIDEO PLAYER
*/
.owl-nav {
  height: auto;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 5vw;
  left: auto;
  width: 52px;
  /*    transform: translate(-50%, -50%);*/
  right: 15px;
}

.page-events .owl-nav, .page-dynamic .owl-nav, .page-venues .owl-nav {
  right: 20px;
  bottom: 32px;
  width: 63px;
  width: 100vw;
  z-index: 2;
  margin: 0 auto;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  outline: none;
  width: 17px;
  height: 30px;
}

.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img {
  width: 28%;
  min-width: 15px;
}

.video-button {
  background-image: url(../images/mc-play.svg);
  /*    background-image: url(../images/play_icon.png);*/
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 25px);
  bottom: calc(50% - 25px);
  width: 80px;
  height: 80px;
  border-radius: 0px;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
  border: 4px solid #fff;
  border-radius: 50%;
  background-size: 82px;
  border: 5px solid #fff;
}

.video-button:hover {
  filter: brightness(75%);
}

.video-player-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}

div#vjs_video_3 {
  width: 100%;
  height: 100%;
}

a.film-layer__video-close.icon.icon-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 8;
  content: url(../images/img_close.png);
  border-radius: 50%;
  transition: filter 0.3s ease-in-out;
}

a.film-layer__video-close.icon.icon-close:hover {
  filter: brightness(75%);
}

.film-layer__inner {
  width: 100%;
  height: 100%;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
}

.video-js .vjs-tech {
  /*object-fit: fill;*/
}

.video-playing .owl-item.active {
  height: auto;
  max-height: 56vw;
}

.video-playing .owl-dots,
.video-playing .owl-media-container__text {
  display: none;
}

.video-playing .owl-stage-outer {
  max-height: 56vw;
}

.owl-thumbs {
  position: relative;
  height: 100px;
  width: 99999px;
  margin-left: 0px;
}

.media-container__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .media-container__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1200px) {
  .media-container__title {
    margin-right: 0px;
  }
}

.media-container__subtitle {
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .media-container__subtitle {
    font-size: 20px;
  }
}

a.media-container__title_link {
  display: inline-flex;
  color: #000;
}
a.media-container__title_link:hover {
  color: #DC1B23 !important;
}
a.media-container__title_link:hover.logo-arrow {
  visibility: visible;
}
a.media-container__title_link:hover.logo-arrow::after {
  visibility: visible;
  opacity: 1;
  margin-left: 10px;
}
a.media-container__title_link.logo-arrow::after {
  visibility: visible;
  opacity: 1;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_logo-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}

@media screen and (min-width: 568px) {
  .page-venues .owl-dots {
    float: right;
    right: 3%;
    margin-top: -38px;
    position: absolute;
    z-index: 99999 !important;
  }
}
@media screen and (min-width: 768px) {
  .page-events .owl-nav, .page-dynamic .owl-nav, .page-venues .owl-nav {
    bottom: 67px;
  }

  .page-events .slider-counter {
    right: 89px;
    bottom: 32px;
  }

  .owl-carousel .owl-nav button.owl-prev img, .owl-carousel .owl-nav button.owl-next img {
    width: 44%;
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    /* margin: 0 20px; */
  }

  .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    top: auto;
    left: 3%;
    width: 96%;
    /* transform: translate(-50%, -50%); */
    right: auto;
    bottom: 16%;
    height: 0;
  }

  /*    .dynamic-page-geschichte .owl-dots {
      right: 1%;
      margin-top: -77px;
  }*/
  .blog-content .owl-nav {
    width: 106%;
  }
}
@media screen and (min-width: 1024px) {
  .page-dynamic .owl-carousel, .page-dynamic .owl-carousel.owl-loaded {
    display: block;
    max-width: 1440px;
    margin: auto;
  }

  .page-events .owl-nav,
.page-dynamic .owl-nav,
.page-venues .owl-nav {
    right: 0;
  }

  .video-playing .owl-item.active {
    height: calc((100vw - (100vw - 874px)) * 0.56);
    max-height: 56vw;
  }

  .page-venues .owl-dots {
    float: right;
    right: 2%;
    margin-top: -40px;
    position: absolute;
    z-index: 99999 !important;
  }
}
@media screen and (min-width: 1025px) {
  .owl-nav {
    /*        position: absolute;
            display: flex;
            justify-content: space-between;
            top: 85%;
            left: auto;
            width: 6%;
            transform: translate(-50%, -50%);
            right: 0;*/
    left: 14%;
    width: 71%;
  }

  .blog-content .owl-nav {
    width: 106%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .dynamic-page-geschichte .owl-nav {
    top: 36%;
  }

  .page-dynamic .owl-dots {
    margin-top: -31px;
  }
}
@media screen and (min-width: 1400px) {
  .media-container {
    width: 100%;
    max-width: 922px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .page-home .owl-dots {
    float: right;
    right: 1%;
    margin-top: -84px;
    position: absolute;
    z-index: 99999 !important;
  }

  .page-dynamic .owl-dots {
    right: 1%;
    margin-top: -35px;
  }
}
.media-container-slider.people {
  background-color: #fff;
  padding: 40px 0px;
}
@media screen and (min-width: 768px) {
  .media-container-slider.people {
    padding-left: 68px;
    padding-right: 68px;
  }
}
.media-container-slider.people .media-container-slider-inner {
  max-width: 1200px;
  margin: auto;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer {
  overflow: hidden;
  margin: 20px;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item {
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item:hover {
  background-color: #f7f7f7;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item a {
  color: #b4b4b4;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-image {
  position: relative;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-info {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-info {
    padding: 20px;
  }
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-info h3 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-info h3 {
    font-size: 18px;
  }
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-info .profile-description {
  color: #999999;
  font-size: 0.8rem;
  line-height: 17px;
}
.media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-info .profile-description span.statement {
  display: none;
}
@media screen and (min-width: 768px) {
  .media-container-slider.people .media-container-slider-inner .owl-stage-outer .owl-stage .owl-item .profile-info .profile-description span.statement {
    display: block;
  }
}
.media-container-slider.people .media-container-slider-inner .owl-nav {
  width: 115%;
}
.media-container-slider.people .media-container-slider-inner .owl-nav button {
  /*                &.owl-next{                    
                      background: url('../images/icon_search-field.svg');
                  }

                  &.owl-prev{                    
                      background-image: url(../images/arrow-left.svg);
                  }*/
}
.media-container-slider.people .media-container-slider-inner .owl-nav button span {
  font-size: 50px;
}

.page-search .MainContentSection {
  max-width: 1280px;
  margin-bottom: 100px;
}
.page-search .page-search-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-search .page-search-row .page-search-container {
  position: relative;
  width: -moz-available;
  width: -webkit-fill-available;
}
.page-search .page-search-row .page-search-container::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_magnifier-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 13px;
  right: 15px;
}
.page-search .page-search-row .page-search-container .page-search-form-main input {
  position: relative;
  padding: 10px;
  border: solid 1px #D8D8D8;
  font-size: 16px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  outline: 0;
}
.page-search .page-search-row .page-search-container .page-search-form-main input::placeholder {
  font-size: 16px;
  font-style: normal;
}
.page-search .page-search-row .page-search-filter-select-wrapper {
  position: relative;
}
.page-search .page-search-row .page-search-filter-select-wrapper .page-search-filter-select {
  appearance: none;
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px #D8D8D8;
  border-radius: 0;
  outline: 0;
  width: 25vw;
  max-width: 150px;
  margin-left: 20px;
  background: #fff;
  height: 50px;
}
.page-search .page-search-row .page-search-filter-select-wrapper::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 13px;
  right: 15px;
}
.page-search .page-search-pagination {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-search .page-search-pagination span.arrow-prev,
.page-search .page-search-pagination span.arrow-next {
  height: 30px;
  margin: 0 10px;
}
.page-search .page-search-pagination span.pagination-scope {
  margin: 0 5px;
  display: inline-flex;
  width: max-content;
}
.page-search .page-search-pagination .pagination-disabled {
  font-weight: 400;
  cursor: default;
}
.page-search .page-search-pagination .pagination-disabled a {
  color: #DC1B23;
  font-weight: 500;
}
.page-search .page-search-pagination .pagination-option a {
  color: #101010;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s ease;
}
.page-search .page-search-pagination .pagination-option a:hover {
  color: #2f74a9;
}
.page-search .page-search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-search .page-search-results-header .page-search-results-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: -webkit-fill-available;
  width: 70%;
  min-width: 50%;
}
.page-search .page-search-results-header .page-search-pagination {
  display: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 568px) {
  .page-search .page-search-results-header .page-search-pagination {
    display: inline-flex;
    flex-wrap: wrap;
    min-width: 35%;
    justify-content: flex-end;
  }
}
.page-search .page-search-results-container .page-search-result-item {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d8d8d8;
}
.page-search .page-search-results-container .page-search-result-item a {
  display: flex;
}
.page-search .page-search-results-container .page-search-result-item .item-image {
  margin-right: 20px;
}
.page-search .page-search-results-container .page-search-result-item .item-description-headline h3 {
  color: s #101010;
}
.page-search .page-search-results-container .page-search-result-item .item-description-text {
  color: #101010;
}
.page-search .page-search-results-container .page-search-result-item .item-description-text b {
  color: #CA342F;
}
.page-search .page-search-results-footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 50px;
}

/*
 * Persons
 *
 * Styles applicable to the persons list page of NRW
 *
 */
.page-people .navbar.shrink .navbar-brand svg path {
  fill: #101010;
}
.page-people .navbar .navbar-brand svg path {
  fill: #fff;
}
.page-people .owl-carousel .owl-stage-outer {
  max-height: 250px;
}
@media screen and (min-width: 768px) {
  .page-people .owl-carousel .owl-stage-outer {
    max-height: 400px;
  }
}
.page-people .owl-carousel .owl-stage-outer .gradient-layer {
  width: 100vw;
  height: 100%;
  background: black;
  position: absolute;
  z-index: 9;
  opacity: 0.5;
}
.page-people .big-filter-container {
  margin-top: -35px;
  z-index: 2;
}
.page-people #users-form {
  transition: all 0.4s ease;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.page-people #users-form .searchfield.searchfield--big {
  border-radius: 0;
}
.page-people #users-form .searchfield.searchfield--big input {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: solid 1px #d8d8d8;
  border-radius: 0;
}
.page-people #users-form .searchfield.searchfield--big input::placeholder {
  font-size: 18px;
  color: #ccc;
  font-style: normal;
}
.page-people #users-form .searchfield.searchfield--big a.searchfield__submit {
  position: absolute;
  right: 90px;
  top: 20px;
  width: 25px;
}
.page-people #users-form .searchfield.searchfield--big a.searchfield__submit::after {
  position: absolute;
  content: "";
  border-right: solid 1px #ccc;
  height: 50px;
  padding-left: 20px;
  top: -10px;
  right: -20px;
}
.page-people #users-form .searchfield.searchfield--big a.searchfield__submit svg.searchfield__icon.searchfield__icon--big {
  width: 25px;
  height: 30px;
}
.page-people #users-form.open .collapsible-toggler {
  transform: rotate(45deg) !important;
}
.page-people #users-form.open button.users-reset-form {
  opacity: 1;
  visibility: visible;
  outline: 0;
}
.page-people #users-form .select-wrapper {
  background: #fff;
  position: relative;
  border: solid 1px #d8d8d8;
  display: flex;
  color: #101010;
  align-items: center;
  padding: 10px 0 10px 15px;
  height: 50px;
  font-size: 1rem;
  /*            width: 100%;*/
  margin-bottom: 10PX;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-people #users-form .select-wrapper {
    width: 33.33%;
    margin-left: 20px;
  }
}
.page-people #users-form .select-wrapper select {
  outline: 0;
  width: 100%;
  color: #7f7f7f;
  text-align: left;
  cursor: pointer;
  margin-left: 10px;
}
.page-people #users-form .select-wrapper select option {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu";
  color: red;
}
.page-people #users-form .select-wrapper select option[value="1"] {
  background: rgba(100, 100, 100, 0.3);
}
.page-people #users-form .select-wrapper select option:checked {
  color: white;
  background: #488f8f repeat url("data:image/gif;base64,R0lGO...");
}
.page-people #users-form .select-wrapper::after {
  content: url(../images/icon_chevron-down.svg);
  position: absolute;
  float: right;
  width: 12px;
  display: block;
  right: 15px;
  pointer-events: none;
}
.page-people #users-form .collapsible-toggler {
  position: absolute;
  right: 20px;
  top: 18px;
  transition: all 0.4s ease;
}
.page-people #users-form .collapsible-text {
  border: solid 1px #d8d8d8;
  margin-top: -1px;
  /*            .big-filter-container__filter-item{
                  position: relative;
                  input{
                      width: 100%;
                      background-color: #fff;
                      padding: 10px;
                      &.users-city-region {
                          border: solid 1px #d8d8d8;
                      }
                      &.users-relation{
                          border: solid 1px #d8d8d8;
                      }
                      &.__AC_invalidated {
                          background-color: #ffffff;
                          color: $black;
                          background: url('../images/icon_search-field.svg');
                          background-position: 95% center;
                          background-repeat: no-repeat;
                          font-style: normal !important;
                          background-size: 20px;
                          border-radius: 0;
                          border: solid 1px #d8d8d8;
                      }
                      &.__AC_editing {
                          background-color: #ffffff;
                          color: $black;
                          background: url('../images/icon_search-field.svg');
                          background-position: 95% center;
                          background-repeat: no-repeat;
                          font-style: normal !important;
                          background-size: 20px;
                      }
                      &::placeholder{
                          font-size: 16px;
                          font-style: normal;
                      }
                  }

                  .__AC_editing,
                  .__AC_validating,
                  .__AC_validated{
                      background-color: $bg-color-light-grey!important;
                      font-size: 16px!important;
                      color: $black!important;
                  }
                  .__AC_validated{
                      color: #7f7f7f!important;
                      background-color: transparent!important;
                  }
                  .__AC_position{
                      top: 210px !important;
                      width: 95% !important;
                      max-width: 377px;

                      @media screen and (min-width: 768px) {
                          width: 34% !important;
                          top: 159px !important;
                      }

                      .__AC_close{
                          right: 10px!important;
                          top: 20px!important;
                      }
                      .__AC_layer{
                          background: white!important;

                          .__AC_data{
                              background: transparent!important;
                              margin-top: 18px;

                              .__AC_record{
                                  color: $black!important;
                                  font-size: 16px;
                                  padding-top: 4px;
                                  &:hover{
                                      color: $white!important;
                                  }
                              }
                          }

                      }
                  }
                  button{
                      width: 43px;
                      height: 43px;
                      position: absolute;
                      right: 19px;
                      top: 3px;
                      z-index: 1;
                      cursor: pointer;
                      display: none;
                      background-image: url(../images/icon_x_black.png);
                      background-repeat: no-repeat;
                      background-size: 22px;
                      background-position: center;
                  }
              }*/
}
.page-people #users-form .collapsible-text .collapsible-text-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 40px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-people #users-form .collapsible-text .collapsible-text-wrapper {
    flex-direction: row;
    padding: 0;
  }
}
.page-people #users-form .collapsible-text .collapsible-text-wrapper .users-relation-container.big-filter-container__filter-item.filter-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-people #users-form .collapsible-text .collapsible-text-wrapper .users-relation-container.big-filter-container__filter-item.filter-item {
    display: block;
  }
}
.page-people #users-form .collapsible-text .collapsible-text-wrapper .filter-item {
  margin: 10px 20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-people #users-form .collapsible-text .collapsible-text-wrapper .filter-item {
    margin: 40px 20px;
  }
}
.page-people #users-form .collapsible-text .dropdown-menu.inner {
  display: none;
}
.page-people #users-form .collapsible-text button.btn.dropdown-toggle {
  border: solid 1px #d8d8d8;
  border-radius: 0;
  background-color: #ffffff;
  color: #101010;
  background: url("../images/icon_chevron-select.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  font-style: normal !important;
  background-size: 20px;
  height: 50px;
}
.page-people #users-form .collapsible-text button.btn.dropdown-toggle span {
  font-size: 16px;
}
.page-people #users-form button.users-reset-form {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #DC1B23;
  opacity: 0;
  transition: all 0.6s ease;
  transition-delay: 1s;
  visibility: hidden;
  z-index: 0;
  cursor: pointer;
}
.page-people .side-col__inner {
  background: #fafafa;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  height: 100vh;
  padding-bottom: 74px;
  display: none;
}
.page-people #users-container.users__main-col {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-people #users-container.users__main-col {
    margin-top: 50px;
  }
}
.page-people #users-container .user-item {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.4s ease;
}
.page-people #users-container .user-item .user-item__thumb {
  position: absolute;
  top: 15px;
  left: 0;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .page-people #users-container .user-item .user-item__thumb {
    width: 115px;
    top: 25px;
  }
}
.page-people #users-container .user-item .user-item__header {
  padding-top: 10px;
  min-height: 115px;
}
@media screen and (min-width: 768px) {
  .page-people #users-container .user-item .user-item__header {
    padding-top: 20px;
    min-height: 165px;
  }
}
.page-people #users-container .user-item .user-item__header .user__activity {
  font-size: 14px;
  max-width: 90%;
  line-height: 22px;
  color: #acacac;
}
@media screen and (min-width: 768px) {
  .page-people #users-container .user-item .user-item__header .user__activity {
    font-size: 16px;
  }
}
.page-people #users-container .user-item .user-item__header .user-item__meta-info {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-people #users-container .user-item .user-item__header .user-item__meta-info {
    font-size: 16px;
  }
}
.page-people #users-container .user-item .user-item__title {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .page-people #users-container .user-item .user-item__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.page-people #users-container .user-item .user__phone {
  font-size: 16px;
}
.page-people #users-container .user-item .user-item__member {
  font-size: 16px;
}
.page-people #users-container .user-item:last-child {
  border-bottom: 0;
}
.page-people #users-container .user-item--has-img {
  min-height: 110px;
  height: 100%;
}
.page-people #users-container .user-item:not(.open):hover,
.page-people #users-container .user-item:not(.open):active,
.page-people #users-container .user-item:not(.open):focus {
  background: #f7f7f7;
  cursor: pointer;
}
.page-people #users-container .user-item--has-img header {
  padding-left: 140px !important;
  position: unset;
}
@media screen and (max-width: 768px) {
  .page-people #users-container .user-item--has-img header {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-people #users-container .user-item--has-img.open header {
    padding-left: 0px !important;
  }
}
.page-people .dynamic-page-edit-button {
  float: right;
  margin-top: -50px !important;
}
.page-people .users__side-col {
  visibility: hidden;
  display: none;
  padding-bottom: 0;
}

.page-people .dynamic-page-edit-button {
  right: 13px;
  top: -15px;
  z-index: 1;
}

.page-people .main-content {
  padding-top: 0;
}

.page-people .site-main {
  padding-top: 0;
}

.page-people .site-header {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.page-people .site-header * {
  pointer-events: normal;
}

.page-people .site-nav .searchfield__icon__btn,
.dynamic-films-page .site-nav .searchfield__icon__btn {
  fill: #fff;
}

.dynamic-page-cultural-engaged .media-container__text {
  visibility: hidden;
  display: none;
}

.media-container__toggle-viewport-container {
  bottom: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: right;
}

.media-container__toggle-viewport-inner {
  font-size: 11px;
}

.page-people .media-container__toggle-viewport {
  background-size: 15px auto;
  height: 22px;
  right: 56px;
  top: 0;
  width: 10px;
}

.page-people .main-content {
  z-index: 8001;
}

.non-collapsible {
  cursor: default;
}

.user-item.non-collapsible {
  cursor: default;
  color: #7f7f7f;
}

.user-item.non-collapsible:hover,
.user-item.non-collapsible:active,
.user-item.non-collapsible:focus {
  background: none;
  color: #7f7f7f;
  cursor: default;
}

.user-item__title,
.user-item__genre,
.user-item__meta-info {
  padding-right: 20px;
}

.user-item__toggler {
  position: static;
}

.user-item__toggle-icon.collapsible-icon {
  background-image: url("../images/icon_chevron-right.svg");
  height: 25px;
  width: 25px;
  background-size: 15px;
  opacity: 0.3;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.user-item__meta-info {
  margin-top: 5px;
  letter-spacing: 0.4px;
}

.user-item__genre {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.user-item.open {
  line-height: 22px;
  padding-left: 0 !important;
}
.user-item.open .user-item__toggle-icon.collapsible-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.user-item.open .user-item__header {
  min-height: 120px;
  padding-top: 23px;
  padding-bottom: 10px;
}

.user-item.open .user-item__title {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  margin-top: 18px;
}

.user-item.open .user-item__genre,
.user-item__meta-info__genre {
  opacity: 1;
  color: #acacac;
}

.user-item .user-item__print-button {
  border-right: 1px solid #e0e0e0;
  font-size: 11px;
  height: 12px;
  line-height: 12px;
  padding-right: 12px;
  position: absolute;
  right: 54px;
  top: 19px;
  display: none;
}

.user-item .user-item__subtitle {
  margin-bottom: 15px;
}

.user-item .user-item__img {
  width: 100%;
  height: auto;
}

.user-item__contact,
.user-item__member {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.user__contact-label,
.user-item .user__activity-label {
  color: #acacac;
}

.user-item .user__contact-label {
  display: inline-block;
}

.user-item__contact {
  font-size: 14px;
  line-height: 24px;
  margin-top: 60px;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}

a.button--detail.button {
  padding: 15px 35px;
  border-radius: 5px;
  border: solid 1px;
  position: relative;
  display: inline-flex;
  width: fit-content;
  background: #DC1B23;
  color: #fff;
  transition: all 0.4s ease;
}
a.button--detail.button:hover {
  background: #fff;
  color: #DC1B23;
}

.user__mail {
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.user__adress {
  padding-bottom: 9px;
  font-size: 0.9rem;
}

.user-item__adress,
.user-item__relations,
.user-item__urls {
  margin-bottom: 8px;
}

.user-item .user__url,
.user-detail__urls a {
  display: block;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
  color: #101010;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.user-item__description.user-item__content-element a:hover,
.user-detail__urls a:hover {
  color: #DC1B23;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

a.user__url {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
}

.user-item__content-title {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 20px;
  margin: 16px 0 10px 0;
  text-transform: uppercase;
}

.user-item__content-element {
  margin-bottom: 40px;
}

.user-item__content-element a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.user__vita-date,
.user__vita-text {
  display: block;
  vertical-align: top;
}

.user__vita-date {
  /*    border-right: 1px solid #e0e0e0;;*/
  letter-spacing: 0;
  line-height: 28px;
  margin-right: 9px;
  margin-top: 6px;
  padding-right: 10px;
  width: 92px;
}

.user__vita-text {
  width: calc(100% - 101px);
}

.button--detail.button {
  line-height: 24px;
  margin-top: 18px;
  min-height: 34px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .user-item.user-item--has-img.open .user-item__header {
    margin-left: 80px;
  }

  .user-item .user-item__img {
    left: 0;
    position: absolute;
    top: 20px;
    width: 175px;
    height: 175px;
  }

  .user-item__contact {
    width: 200px;
    margin-right: 2%;
  }

  .user-item__member {
    width: 65%;
    font-size: 18px;
    line-height: 28px;
    position: relative;
  }

  .button--detail.button {
    margin-top: 19px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .user-item__contact {
    margin: 25px 2% 15px 0;
  }

  .user__vita-date,
.user__vita-text {
    display: block;
    width: 100%;
  }

  .user__vita-date {
    margin: 15px 0;
    padding: 0;
  }

  .user__vita-text {
    margin: 0 0 30px 0;
  }
}
section.member-new {
  margin-top: 100px;
  padding: 4vw;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  section.member-new {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  section.member-new {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.member-new::before {
  position: absolute;
  background: #f7f7f7;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
}
section.member-new .inner-container {
  background: linear-gradient(90deg, #21006F 0%, #2100FF 100%);
  width: 100%;
  /*@include border-radius-xxl;*/
  padding: 7vw;
}
section.member-new .inner-container .lead-title h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  section.member-new .inner-container .lead-title h2 {
    font-size: 45px;
  }
}
section.member-new .carousel .carousel-item ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
section.member-new .carousel .carousel-item ul li {
  width: 12vw;
  height: 12vw;
  max-width: 170px;
  max-height: 170px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
}
section.member-new .carousel .carousel-item ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DC1B23;
  z-index: 99;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
section.member-new .carousel .carousel-item ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon_round-gradient+.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
  opacity: 0;
  transition: 0.4s ease-in-out;
  margin-top: 15px;
}
section.member-new .carousel .carousel-item ul li:hover::before {
  opacity: 0.8;
}
section.member-new .carousel .carousel-item ul li:hover::after {
  opacity: 1;
  margin-top: 0px;
}
section.member-new .carousel .carousel-item ul img {
  width: 101%;
}
section.member-new .carousel a.carousel-control-prev:hover {
  margin-left: -5px;
}
section.member-new .carousel a.carousel-control-next:hover {
  margin-right: -5px;
}
section.member-new .carousel .carousel-control-prev, section.member-new .carousel .carousel-control-next {
  opacity: 1;
  width: 15px;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  section.member-new .carousel .carousel-control-prev, section.member-new .carousel .carousel-control-next {
    width: 25px;
  }
}
section.member-new .carousel .carousel-control-prev svg polyline, section.member-new .carousel .carousel-control-next svg polyline {
  stroke: #DC1B23;
}

.page-people {
  /*    *{
          outline: none;
          &:focus,
              &:focus-visible{
              border: none;
              outline-width: 0;
          }
      }*/
}
.page-people #user_profile_404 {
  margin: 0 auto 140px auto;
  padding-top: 206px;
}
.page-people .__CbUiLayerFrame .FullWidthContainer:nth-of-type(1) {
  padding: 40px !important;
}
.page-people .__CbUiLayerFrame .FullWidthContainer:nth-of-type(2) {
  padding-top: 0px !important;
  line-height: 20px;
}
.page-people header.site-header {
  box-shadow: none;
}
.page-people header.site-header .logo-menu-home svg path#a,
.page-people header.site-header button.search svg g {
  fill: #fff;
}
.page-people header.site-header .logo-menu-home svg path#a.userdata-404,
.page-people header.site-header button.search svg g.userdata-404 {
  fill: #101010;
}
@media screen and (max-width: 420px) {
  .page-people header.site-header .logo-big svg {
    height: 27px;
    vertical-align: initial;
    position: relative;
    left: -22px;
  }
}
.page-people header.site-header .navbar:not(.shrink) .menu__search-container .menu__search input[type=search] {
  color: #fff;
}
.page-people header.site-header .navbar:not(.userdata-404) {
  background: transparent;
  height: 80px;
  box-shadow: none;
}
.page-people header.site-header .navbar:not(.userdata-404).shrink {
  background: #fff;
}
.page-people header.site-header .navbar:not(.userdata-404).shrink .logo-menu-home path#a,
.page-people header.site-header .navbar:not(.userdata-404).shrink button.search svg g {
  fill: #101010;
}
.page-people header.site-header .navbar:not(.userdata-404).shrink #nav-icon3 span {
  background: #101010 !important;
}
.page-people header.site-header .navbar:not(.userdata-404).shrink.open {
  background: rgba(220, 27, 35, 0.95);
}
.page-people header.site-header #nav-icon3 span {
  background: #fff !important;
}
.page-people header.site-header #nav-icon3 span.userdata-404 {
  background: #101010 !important;
}
.page-people.media-container-expanded .aside {
  /* .img-container{
      margin: 0;
  } */
}

.dynamic-media-container-people-detail {
  min-height: 100px;
}
.dynamic-media-container-people-detail .owl-carousel .owl-stage-outer {
  max-height: initial;
}

.people-detail-header {
  background: black;
  height: 400px;
  background-image: url(../images/people-detail-header.jpg);
  background-size: cover;
}

.page-kuenstler-detail {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  top: -51px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  padding: 0 12px;
}
.page-kuenstler-detail .row {
  justify-content: center;
}
.page-kuenstler-detail header {
  position: initial;
}
.page-kuenstler-detail header.site-header {
  position: sticky;
  border: 0 !important;
}
.page-kuenstler-detail .aside {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  margin-top: -30px;
  z-index: 9;
  padding-left: 1%;
  padding-right: 1%;
  z-index: 9;
  /*        @include padding-responsive;*/
}
@media screen and (min-width: 768px) {
  .page-kuenstler-detail .aside {
    margin-top: 0px;
  }
}
.page-kuenstler-detail .aside .img-container {
  display: block;
  padding: 9px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: fit-content;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .page-kuenstler-detail .aside .img-container {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-kuenstler-detail .aside .img-container {
    margin-right: 5px;
  }
}
.page-kuenstler-detail .aside .img-container img.people-detail__img {
  max-width: 135px;
  max-height: 135px;
  border: solid 1px #d8d8d8;
  display: flex;
  min-width: 100%;
}
.page-kuenstler-detail .aside .people-detail__title-container {
  flex-direction: column;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.page-kuenstler-detail .aside .people-detail__title-container h2.people-detail__title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: initial;
}
.page-kuenstler-detail .aside .people-detail__title-container .people-detail__genres {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06rem;
  color: #999999;
}
.page-kuenstler-detail .aside .buttons-header-aside {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06rem;
  color: #a2abb5;
  margin-bottom: 18px;
  padding: 20px 0px 20px 14px;
  border-bottom: 1px #ddd solid;
}
.page-kuenstler-detail .aside .people-detail-section {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.page-kuenstler-detail .aside h3.people-detail__subtitle {
  font-size: 16px;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: 500;
}
.page-kuenstler-detail .aside ul.people-detail__url-list {
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
.page-kuenstler-detail .aside ul.people-detail__url-list li {
  display: flex;
  align-items: center;
}
.page-kuenstler-detail .aside ul.people-detail__url-list li svg {
  margin-right: 5px;
}
.page-kuenstler-detail .aside ul.people-detail__url-list li a.user__url {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
  font-weight: 500;
}
.page-kuenstler-detail .aside .user__phone {
  margin-top: 5px;
  font-size: 0.9rem;
}
.page-kuenstler-detail .aside .user__phone:nth-child(1) {
  margin-top: 20px;
  border: 10px red solid;
}
.page-kuenstler-detail .aside .user__phone .user__contact-label {
  color: #999999;
}
.page-kuenstler-detail .aside .user__mail {
  margin-top: 24px;
}
.page-kuenstler-detail .aside .user__mail a {
  font-weight: 500;
  word-break: break-all;
}
.page-kuenstler-detail .aside .user__activity {
  margin-top: 20px;
}
.page-kuenstler-detail .aside .people-detail__relations {
  margin-bottom: 30px;
}
.page-kuenstler-detail .aside .people-detail__relations span {
  background: #DC1B23;
  border-radius: 20px;
  padding: 0px 15px;
  margin-bottom: 5px !important;
  transition: all 0.4s ease-in-out;
  color: #fff;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  border: solid 1px #DC1B23;
  display: inline-flex;
  cursor: pointer;
}
.page-kuenstler-detail .aside .people-detail__relations span:hover {
  opacity: 0.6;
  /*                    background:$primary-dark;
                      border: solid 1px $primary-color-highlight;*/
}
.page-kuenstler-detail .user-detail__toggle-viewport {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  width: 140px;
  word-break: initial;
  visibility: visible;
  background: rgba(0, 0, 0, 0) url("../images/userdetails-images.svg") no-repeat scroll right top 1px/36px auto;
  background-size: 24px;
  background-position: left top 4px;
  padding-left: 33px;
  padding-right: 52px;
  height: 29px;
  color: #DC1B23;
  cursor: pointer;
}
.page-kuenstler-detail .user-detail__toggle-viewport:hover {
  background: rgba(0, 0, 0, 0) url("../images/userdetails-images-hover.svg") no-repeat scroll right top 1px/36px auto;
  background-size: 24px;
  background-position: left top 4px;
}
.page-kuenstler-detail .user-detail__toggle-viewport:hover span {
  opacity: 0.6;
}
.page-kuenstler-detail .back-button {
  background: #fff;
  color: #DC1B23;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  width: fit-content;
  height: 40px;
  transition: all 0.4s;
  margin-left: 0;
  position: relative;
  padding-left: 25px;
}
.page-kuenstler-detail .back-button:before {
  content: " ";
  position: absolute;
  display: block;
  height: 35px;
  width: 15px;
  left: 0;
  margin-top: -5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23DC1B23%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23f90050%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  transform: rotate(90deg);
  background-repeat: no-repeat;
}
.page-kuenstler-detail .back-button:hover {
  opacity: 1;
  color: #DC1B23;
  /* background: $red; */
}
.page-kuenstler-detail .back-button:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23DC1B23%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23f90050%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.page-kuenstler-detail .content {
  margin-bottom: 50px;
  z-index: 5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  border: 0;
}
@media screen and (min-width: 768px) {
  .page-kuenstler-detail .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-kuenstler-detail .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-kuenstler-detail .content .people-detail__title-container {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -3px 4px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 31px 20px;
  left: -45px;
  width: calc(100% + 55px);
}
.page-kuenstler-detail .content .people-detail__title-container:before {
  background: #ffffff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page-kuenstler-detail .content .people-detail__title-container.has-media-container {
  background-image: url("../images/userdetail-spike.svg");
  background-repeat: no-repeat;
  background-position: right 60px top -2px;
  background-size: 38px;
}
.page-kuenstler-detail .content .people-detail__title-container.has-media-container .user-detail__toggle-viewport {
  /*                     position: absolute; */
  top: 40px;
  right: 29px;
  /* &:before{
      background: #ffffff none repeat scroll 0 0;
      content: " ";
      display: block;
      height: 83px;
      width: 35px;
      position: absolute;
      left: auto;
      right: 37px;
      top: -21px;
      z-index: -1;
      opacity:1!important;
  } */
}
.page-kuenstler-detail .content .people-detail__title-container.has-media-container:before {
  width: calc(100% - 98px);
}
.page-kuenstler-detail .content .people-detail__title-container.has-media-container:after {
  background: #ffffff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100px;
  right: 0;
  position: absolute;
  top: 0;
  width: 66px;
  z-index: -1;
}
.page-kuenstler-detail .content .people-detail__title-container .people-detail__title-container-left {
  width: 100%;
}
.page-kuenstler-detail .content .people-detail__title-container .people-detail__title-container-left h2.people-detail__title {
  font-size: 28px;
  margin: 0;
  margin-left: 18px;
  text-transform: initial;
}
@media screen and (min-width: 1024px) {
  .page-kuenstler-detail .content .people-detail__title-container .people-detail__title-container-left h2.people-detail__title {
    font-size: 34px;
  }
}
.page-kuenstler-detail .content .people-detail__title-container .people-detail_genre-container {
  display: flex;
}
.page-kuenstler-detail .content .people-detail__title-container .people-detail_genre-container span {
  margin-right: 5px;
}
.page-kuenstler-detail .content .devider-accent {
  border: solid 1px transparent;
  margin-bottom: 40px;
}
.page-kuenstler-detail .content .devider-accent::before {
  position: absolute;
  content: "";
  border-top: solid 5px #DC1B23;
  width: 40px;
  margin-left: -1px;
  margin-top: -1px;
}
.page-kuenstler-detail .content .btn-gradient-in {
  color: #fff;
  background-size: 105%;
  background-position: -1px;
  transition: all 0.4s ease-in-out;
  animation: gradient 15s ease infinite;
  font-weight: 500;
  display: flex;
  align-items: center;
  max-width: fit-content;
  min-width: max-content;
  justify-content: center;
  border-radius: 50px;
  align-items: center;
  font-size: 14px;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border: solid 1px #DC1B23;
  background-size: 105% !important;
  background-position: -2px !important;
  background: #101010;
  transition: all 400ms ease-in-out;
}
.page-kuenstler-detail .content .btn-gradient-in:hover {
  background: linear-gradient(90deg, #DC1B23 0%, #DC1B23 105%);
  background-position: 100% 0;
  transition: all 400ms ease-in;
  color: #fff;
}
.page-kuenstler-detail .content .btn-gradient-in:hover svg path {
  fill: #101010;
}
.page-kuenstler-detail .content .btn-gradient-in svg.icon_before {
  margin-right: 10px;
}
.page-kuenstler-detail .content .btn-gradient-in svg.icon_after {
  margin-left: 10px;
}
.page-kuenstler-detail .content .btn-gradient-in svg {
  /* margin: 10px; */
  min-width: 12px;
}
.page-kuenstler-detail .content .btn-gradient-in svg polygon {
  fill: #fff;
}
.page-kuenstler-detail .content .btn-gradient-in svg g {
  fill: #fff;
}
.page-kuenstler-detail .content .btn-gradient-in svg path {
  transition: all 0.4s ease-in-out;
}
.page-kuenstler-detail .content .user-profile-hidden-info-container {
  /*            position: relative;*/
  /*
              border: solid 2px $primary-color-highlight;
              padding: 20px;
              background: transparent;
              color: $primary-color-highlight;
              margin: 20px 0;
              width: 100%;
              font-weight: bold;
              border-radius: 15px;
              a{
                  font-weight: 500;
                  text-decoration: underline;
                  &:hover{
                      color: $primary-color-fresh !important;
                  }
              }*/
}
.page-kuenstler-detail .content .profile-claim {
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #DC1B23;
  letter-spacing: 1px;
  padding: 20px;
  border: solid #d8d8d8 1px;
  border-radius: 0px;
  border-left: solid 4px #DC1B23;
}
.page-kuenstler-detail .content .profile-onepager__container {
  margin-bottom: 50px;
}
.page-kuenstler-detail .content .profile-onepager__container .profile-onepager__headline {
  margin: 50px 0 20px;
}
.page-kuenstler-detail .content .profile-onepager__container .profile-onepager__item {
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #101010;
  letter-spacing: 1px;
  padding: 20px;
  border: solid #d8d8d8 1px;
  border-radius: 0px;
  border-left: solid 4px #101010;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.page-kuenstler-detail .content .profile-onepager__container .profile-onepager__item:hover {
  background-color: #f7f7f7;
}
.page-kuenstler-detail .content ul.profile-info-list {
  padding: 0;
  list-style: none;
}
.page-kuenstler-detail .content ul.profile-info-list li.item a {
  display: flex;
  margin-bottom: 20px;
}
.page-kuenstler-detail .content ul.profile-info-list li.item a .profile-info-list-image {
  max-width: 180px;
  min-width: 180px;
  /* height: 120px; */
  margin-right: 20px;
  overflow: hidden;
  /*@include border-radius-md;*/
}
.page-kuenstler-detail .content ul.profile-info-list li.item a .profile-info-list-image img {
  max-height: 150px;
  min-height: 110px;
  max-height: 110px;
  width: -webkit-fill-available;
}
.page-kuenstler-detail .content ul.profile-info-list li.item a .subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-kuenstler-detail .content .header-people-detail {
  display: none;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.22rem;
  color: #999999;
  margin-bottom: 18px;
  padding-bottom: 40px;
  border-bottom: 1px #ddd solid;
}
.page-kuenstler-detail .content #accordionPeopleDetail article {
  margin-bottom: 20px;
}
.page-kuenstler-detail .content #accordionPeopleDetail .collapse.show {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.page-kuenstler-detail .content #accordionPeopleDetail .accordion-item {
  border: 0;
  font-size: 18px;
}
.page-kuenstler-detail .content #accordionPeopleDetail .accordion-button {
  padding-left: 0;
  border: 0;
  box-shadow: none;
}
.page-kuenstler-detail .content #accordionPeopleDetail .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='3' fill='%238c96a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-kuenstler-detail .content #accordionPeopleDetail .accordion-button:focus {
  border: 0;
}
.page-kuenstler-detail .content #accordionPeopleDetail h2.accordion-title {
  margin: 8px 0;
  font-size: 16px;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  font-weight: 500;
}
.page-kuenstler-detail .content .people__vita {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.page-kuenstler-detail .content .people__vita span.people__vita-date {
  color: #b9c0c7;
  font-weight: 500;
  padding-right: 10px;
}
@media screen and (min-width: 568px) {
  .page-kuenstler-detail .aside .img-container img.people-detail__img {
    max-width: 220px;
    max-height: 220px;
  }
  .page-kuenstler-detail .user-detail__toggle-viewport {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.7px;
    line-height: 16px;
    text-align: right;
    width: 26%;
    visibility: visible;
    background: rgba(0, 0, 0, 0) url("../images/userdetails-images.svg") no-repeat scroll right top 1px/36px auto;
    height: 29px;
    padding-right: 52px;
    color: #DC1B23;
    outline: none;
  }
  .page-kuenstler-detail .user-detail__toggle-viewport:hover {
    background: rgba(0, 0, 0, 0) url("../images/userdetails-images-hover.svg") no-repeat scroll right top 1px/36px auto;
  }
}
@media screen and (min-width: 768px) {
  .page-kuenstler-detail .aside .img-container {
    margin-bottom: 50px;
  }
  .page-kuenstler-detail .aside .img-container img.people-detail__img {
    height: auto;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
  }
  .page-kuenstler-detail .aside .people-detail__title-container {
    text-align: start;
  }
  .page-kuenstler-detail .aside .people-detail__title-container h2.people-detail__title {
    text-align: start;
  }
  .page-kuenstler-detail .aside .people-detail__title-container .people-detail__genres {
    text-transform: initial;
    font-weight: initial;
    font-size: initial;
    letter-spacing: initial;
  }
  .page-kuenstler-detail .aside .buttons-header-aside {
    display: none;
  }
  .page-kuenstler-detail .content .header-people-detail {
    display: flex;
  }
  .page-kuenstler-detail .back-button {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-kuenstler-detail .content .people-detail__title-container {
    width: calc(100% + 69px);
  }
}

/*
 * General rules
 *
 * Styles applicable to the entire project
 *
 */
/*  TABLE OF CONTENTS
   ---------------------------
   1.Main Menu
   2.Side Menu

*/
/*
 *************************
        3. SELECTBOX LAYOUT
 *************************
*/
form#__EventDetailForm br {
  display: none;
}

.__EventWindow select {
  padding-top: 0;
}

.calendar-select-container .copy {
  width: auto;
  visibility: hidden;
  height: 0;
}

.calendar-header {
  /*     margin-top: 80px; */
  padding: 20px 5px 10px;
  background: #f7f7f7;
}

.page-events select {
  height: 27px;
  background: transparent;
  border: 0px solid #D4D4C7;
  border-radius: 0;
  text-align: center;
  /*    border-radius: 15px;*/
  -webkit-box-shadow: 0 0px 0px 0px #bdbeb2;
  -moz-box-shadow: 0 0px 0px 0px #bdbeb2;
  box-shadow: 0 0px 0px 0px #bdbeb2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  border: none;
}
.page-events select::-ms-expand {
  display: none;
}

.calendar-select-date-container input {
  padding: 0px;
  width: 100%;
  border: 0;
  display: block;
  color: #DC1B23;
  font-size: 18px;
  font-weight: 500;
  background: url(../images/icon-arrow-big-red.svg);
  background-position: calc(100% - 20px) center;
  background-size: 10px;
  background-repeat: no-repeat;
  outline: 0;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  text-transform: none;
  width: 100%;
  font-size: 15px !important;
  border-radius: 0px;
  height: 50px;
  padding: 15px;
  min-width: 110px;
  color: #9b9b9b;
  cursor: pointer;
}

.calendar-search-container input::placeholder {
  font-style: normal;
  font-size: 15px !important;
  color: #9b9b9b !important;
  text-transform: none;
}

.calendar-search-container input {
  border: 1px solid #000;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  text-transform: none;
  width: 100%;
  font-size: 15px !important;
  border-radius: 0px;
  height: 50px;
  min-width: 110px;
  color: #9b9b9b;
  padding: 15px;
  background-image: none;
  margin-bottom: 10px;
}

.calendar-select-container:after {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 0;
  background-image: url(../images/icon-chevron_right-black.svg);
  display: block;
  position: absolute;
  right: 26px;
  top: 4px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.calendar-select-container:after {
  background-position: center;
  background-size: 11px;
  /*     border-bottom: 1px solid #9b9b9b; */
  padding: 19.5px 19px;
  right: 25px;
  top: 5px;
}

.calendar-search-container:after {
  background-position: center;
  background-size: 15px;
  /*     border-left: 1px solid #9b9b9b; */
  padding: 19px 19px;
  right: 19px;
  top: 0;
  z-index: 0 !important;
}

.calendar-search-container {
  position: relative;
}

.calender-container {
  margin: auto;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 30px;
}

/* .calendar-select-container {
    display: none;
} */
.open .calendar-select-container {
  display: block;
}

.open .close-icon img {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.close-icon img {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.5s ease-in-out 0s;
  width: 16px;
}

.calendar-search-container:not(.calendar-select-cities-container):after {
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  right: 25px;
  top: 5px;
  pointer-events: none;
  background-image: url(../images/icon-magnifier.svg);
  pointer-events: none;
}

/*.calendar-search-container:before {
    right: 25px;
    top: 5px;
    width: 38px;
    height: 38px;
    pointer-events: none;
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    content: "";
    z-index: 0;
    background-image: url(../images/icon-magnifier.svg);
    display: block;
    position: absolute;
}*/
.calendar-select-container select {
  font-size: 14px !important;
  border-radius: 0px;
  height: 50px;
  min-width: 110px;
  color: #9b9b9b;
  -webkit-box-shadow: 0 0px 0px 0px #bdbeb2 !important;
  -moz-box-shadow: 0 0px 0px 0px #bdbeb2 !important;
  box-shadow: 0 0px 0px 0px #bdbeb2 !important;
  outline: 0;
  margin-top: 0px;
  line-height: 36px;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  text-transform: none;
  width: 100%;
  padding-left: 15px;
  text-align: left;
  margin-bottom: 10px;
}

select#select-location:after {
  font-size: 30px;
  border-radius: 0px;
  height: 60px;
  content: "";
  position: absolute;
  border: 0;
  color: #ea5368;
  -webkit-box-shadow: 0 0px 0px 0px #bdbeb2 !important;
  -moz-box-shadow: 0 0px 0px 0px #bdbeb2 !important;
  box-shadow: 0 0px 0px 0px #bdbeb2 !important;
  background: url(../images/arrow-down.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  outline: 0;
  line-height: 36px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
}

.calender-container .__AC_position {
  max-width: 300px;
}

/*DATEPICKER*/
.datepick a {
  text-decoration: none;
  color: #ddd;
  /* width: 20px; */
  font-size: 19px;
  /* text-align: center !important; */
}

.datepick td {
  text-align: center;
  line-height: 34px;
}

.datepick th {
  text-align: center;
}

.datepick thead {
  font-size: 20px;
  font-weight: 300;
}

.datepick thead th {
  padding: 0 0 20px 0;
}

.datepick-popup {
  z-index: 99999;
  color: #fff;
  background-color: #DC1B23;
  padding: 0px;
  width: 320px;
  border: 0px solid #ccc;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.datepick-month-row {
  padding: 10px 20px;
}

.datepick-cmd-clear {
  float: left;
  display: none;
}

a.datepick-cmd.datepick-cmd-today {
  display: none;
}

.datepick-cmd-next {
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  background: url(../images/icon-chevron_right-white.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.datepick-cmd-prev {
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  background: url(../images/icon-chevron_right-white.svg);
  background-repeat: no-repeat;
  background-position: right;
  transform: rotate(180deg);
}

.datepick-nav {
  margin: 0px;
  position: relative;
  margin-bottom: 10px;
  height: 40px;
  padding: 20px !important;
  /* overflow: visible; */
}

a.datepick-cmd {
  margin: 12px 7px;
}

.datepick-month-header {
  /* padding: 0 19%; */
  width: 84%;
  margin: 0 auto;
  margin-top: -50px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
}

select.datepick-month-year {
  margin-top: -4px;
  text-align-last: center;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}

.datepick-today {
  text-decoration: none;
  color: #fff !important;
}

/*  ------
autocomplete styles...
------*/
.big-filter-container__filter-item,
.calendar-search-container {
  position: relative;
}
.big-filter-container__filter-item input,
.calendar-search-container input {
  color: #363636;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  padding-right: 43px;
}
.big-filter-container__filter-item input.__AC_invalidated,
.calendar-search-container input.__AC_invalidated {
  background-image: url(../images/icon-magnifier.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  font-style: normal !important;
  background-size: 20px;
  border-radius: 0;
  border: solid 1px #d8d8d8;
}
.big-filter-container__filter-item input.__AC_editing,
.calendar-search-container input.__AC_editing {
  background-image: url(../images/icon-magnifier.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  font-style: normal !important;
  background-size: 20px;
}
.big-filter-container__filter-item input.__AC_editing:focus::placeholder,
.calendar-search-container input.__AC_editing:focus::placeholder {
  color: #363636;
}
.big-filter-container__filter-item input.no-glass,
.calendar-search-container input.no-glass {
  background-image: none;
}
.big-filter-container__filter-item input::placeholder,
.calendar-search-container input::placeholder {
  font-size: 16px;
  font-style: normal;
}
.big-filter-container__filter-item input.__AC_editing, .big-filter-container__filter-item input.__AC_validating, .big-filter-container__filter-item input.__AC_validated,
.calendar-search-container input.__AC_editing,
.calendar-search-container input.__AC_validating,
.calendar-search-container input.__AC_validated {
  background-color: #f7f7f7 !important;
  font-size: 16px !important;
  color: #101010 !important;
}
.big-filter-container__filter-item input.__AC_validated,
.calendar-search-container input.__AC_validated {
  color: #7f7f7f !important;
  background-color: transparent !important;
}
.big-filter-container__filter-item .__AC_position,
.calendar-search-container .__AC_position {
  top: 40px !important;
  width: 95% !important;
  max-width: 377px;
  background: none;
}
@media screen and (min-width: 768px) {
  .big-filter-container__filter-item .__AC_position,
.calendar-search-container .__AC_position {
    /*                        width: 34% !important;*/
    top: 40px !important;
  }
}
.big-filter-container__filter-item .__AC_position .__AC_close,
.calendar-search-container .__AC_position .__AC_close {
  right: 10px !important;
  top: 20px !important;
}
.big-filter-container__filter-item .__AC_position .__AC_layer,
.calendar-search-container .__AC_position .__AC_layer {
  background: white !important;
}
.big-filter-container__filter-item .__AC_position .__AC_layer .__AC_data,
.calendar-search-container .__AC_position .__AC_layer .__AC_data {
  background: transparent !important;
  margin-top: 18px;
}
.big-filter-container__filter-item .__AC_position .__AC_layer .__AC_data .__AC_record,
.calendar-search-container .__AC_position .__AC_layer .__AC_data .__AC_record {
  font-size: 16px;
  padding-top: 4px;
}
.big-filter-container__filter-item .__AC_position .__AC_layer .__AC_data .__AC_record.__AC_keyhover,
.calendar-search-container .__AC_position .__AC_layer .__AC_data .__AC_record.__AC_keyhover {
  color: #000 !important;
  color: #fff !important;
}
.big-filter-container__filter-item .__AC_position .__AC_layer .__AC_data .__AC_record:hover,
.calendar-search-container .__AC_position .__AC_layer .__AC_data .__AC_record:hover {
  color: #000 !important;
  color: #fff !important;
}
.big-filter-container__filter-item button#city-region-clear-button,
.big-filter-container__filter-item button#relation-clear-button,
.calendar-search-container button#city-region-clear-button,
.calendar-search-container button#relation-clear-button {
  width: 43px;
  height: 43px;
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1;
  cursor: pointer;
  display: none;
  background-color: transparent;
  background-image: url(../images/icon_x_black.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  outline: none;
}
.big-filter-container__filter-item button#city-region-clear-button:focus, .big-filter-container__filter-item button#city-region-clear-button:focus-visible,
.big-filter-container__filter-item button#relation-clear-button:focus,
.big-filter-container__filter-item button#relation-clear-button:focus-visible,
.calendar-search-container button#city-region-clear-button:focus,
.calendar-search-container button#city-region-clear-button:focus-visible,
.calendar-search-container button#relation-clear-button:focus,
.calendar-search-container button#relation-clear-button:focus-visible {
  border: none;
  outline-width: 0;
}

/*  ------
end autocomplete styles...
------*/
.calendar-select-cities-container button#city-region-clear-button {
  right: 18px;
}

@media screen and (min-width: 768px) {
  .calendar-search-container input::placeholder {
    font-size: 15px !important;
  }

  .calendar-select-container select {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .calendar-select-container {
    display: block;
  }

  .close-icon {
    display: none;
  }

  .calendar-search-container:before {
    display: none;
  }
}
.theme-dark .stream-media-layer-background {
  background-color: #101010;
}

.theme-light .stream-media-layer-background {
  background-color: #f7f7f7;
}

.page-dynamic .stream-media-layer {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stream-media-layer {
  display: none;
  position: absolute;
  left: 0px;
  z-index: 9;
  width: 100%;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  /* height: 56%; */
}
.stream-media-layer.open-as-layer {
  position: fixed;
  max-width: 1024px;
}
.stream-media-layer.comments-closed {
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}
.stream-media-layer .stream-media-layer-video-container {
  display: none;
  z-index: 10006;
  position: absolute;
  top: 0;
}
.stream-media-layer .stream-media-layer-video-container-close-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  float: right;
  top: 15px;
  right: 10px;
  z-index: 10010;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.stream-media-layer .video-playing .media-container__mediacontainer, .stream-media-layer .media-container__controls {
  padding-bottom: 53.6%;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.stream-media-layer .vjs-tech:focus {
  outline: none;
}
.stream-media-layer div.video-js {
  max-height: 500px;
  width: auto;
  height: unset;
  min-height: 400px;
  object-fit: fill;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .stream-media-layer div.video-js {
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .stream-media-layer div.video-js {
    min-height: 500px;
  }
}
.stream-media-layer div.video-js .vjs-control-bar {
  width: 95%;
  bottom: 20px;
  margin: auto;
  border-radius: 5px;
}
.stream-media-layer div.video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.65);
}
.stream-media-layer div.video-js .vjs-control {
  align-items: center;
}
.stream-media-layer div.video-js *:before, .stream-media-layer div.video-js *::after {
  color: #fff;
}
.stream-media-layer div.video-js .vjs-load-progress div {
  background: #ccc;
}
.stream-media-layer div.video-js .vjs-volume-level {
  background-color: #ccc;
}
.stream-media-layer div.video-js .vjs-volume-control {
  top: unset;
}
.stream-media-layer div.video-js .vjs-play-progress .vjs-time-tooltip {
  font-family: sans-serif;
}
.stream-media-layer div.video-js .vjs-menu .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.65);
}
.stream-media-layer div.video-js.vjs-pic2pic {
  min-height: initial;
}
.stream-media-layer .open-stream-media-layer {
  border: 1px solid #fff;
  display: flex;
  width: auto;
  height: 48px;
  padding: 3px 15px;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 35px;
  padding-right: 5px;
  cursor: pointer;
}
.stream-media-layer .pay-button-media-layer .btn-cart-blue-outline {
  background: none;
  /* margin-left: -15px; */
  width: 20px;
  height: 20px;
  min-width: auto;
  margin-right: 20px;
}
.stream-media-layer .pay-button-media-layer {
  border: 1px solid #fff;
  display: flex;
  width: auto;
  height: 48px;
  padding: 3px 15px;
  justify-content: end;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-right: 5px;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "effra", sans-serif;
  justify-content: left;
  cursor: pointer;
}
.stream-media-layer button.vjs-big-play-button {
  background-image: url(../media/images/play-button_white.png);
  background-size: 18px;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "effra", sans-serif;
  border: none;
  padding-left: 39px;
  cursor: pointer;
}
.stream-media-layer .item-description {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 100%;
  background-color: rgba(1, 100, 92, 0.7);
  display: flex;
  align-items: flex-end;
  padding: 50px;
  padding-left: 11.5vw;
  color: #fff;
  padding-bottom: 3.5vw;
  max-width: 70%;
  padding-right: 6vw;
}
.stream-media-layer .item-description h1 {
  font-size: 3.4rem;
  font-family: "effra", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 42px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .stream-media-layer .open-stream-media-layer {
    height: 35px;
    padding: 3px 15px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .stream-media-layer button.vjs-big-play-button {
    background-size: 14px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 40px;
    height: 35px;
  }
  .stream-media-layer .pay-button-media-layer {
    background-size: 14px;
    font-size: 15px;
    letter-spacing: 1px;
    height: 35px;
  }
  .stream-media-layer .item-description {
    padding-bottom: 0vw;
  }
  .stream-media-layer .item-description h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: 23px;
  }
}
.stream-media-layer .video-error-container {
  background: #000000b3;
  padding: 45px;
  color: white;
}

/* IMAGE SISZE NORMAL ARTICLE */
.media-container-type-article .stream-media-layer-video-container {
  padding-bottom: 53.6%;
  height: auto;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .media-container-type-article .stream-media-layer-video-container {
    max-width: 711px;
    height: 400px;
    left: calc((100% - 711px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .stream-media-layer-video-container {
    max-width: 889px;
    height: 500px;
    left: calc((100% - 889px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-article .stream-media-layer-video-container {
    max-width: 1067px;
    height: 600px;
    left: calc((100% - 1067px) / 2);
  }
}
.media-container-type-article .stream-media-layer-background {
  display: none;
  position: absolute;
  width: 100%;
  height: 56vw;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .media-container-type-article .stream-media-layer-background {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .stream-media-layer-background {
    height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-article .stream-media-layer-background {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .media-container-type-article .stream-media-layer-video-container-close-icon {
    right: calc((100% - 711px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .stream-media-layer-video-container-close-icon {
    right: calc((100% - 889px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-article .stream-media-layer-video-container-close-icon {
    right: calc((100% - 1067px) / 2);
  }
}

/* IMAGE SISZE HOME */
.media-container-type-home .stream-media-layer-video-container {
  top: 70px;
  width: 100vw;
  height: 56.25vw;
  max-height: 720px;
  max-width: 1280px;
}
@media screen and (min-width: 1280px) {
  .media-container-type-home .stream-media-layer-video-container {
    left: calc((100vw - 1280px) / 2);
  }
}
.media-container-type-home .stream-media-layer-background {
  display: none;
  /*  filter: blur(4px); */
  position: absolute;
  z-index: 8;
  /* backdrop-filter: blur(4px); */
  top: 70px;
  width: 100vw;
  height: 56.25vw;
  max-height: 720px;
  background: #101010;
}
.media-container-type-home .stream-media-layer-video-container-close-icon {
  top: 75px;
}
@media screen and (min-width: 1280px) {
  .media-container-type-home .stream-media-layer-video-container-close-icon {
    right: calc((100vw - 1280px) / 2);
  }
}

/* IMAGE SISZE ACCORION ARTICLE ARTICLE */
.media-container-type-accordion-article .stream-media-layer {
  position: relative;
}
.media-container-type-accordion-article .stream-media-layer .stream-media-layer-video-container {
  height: auto;
  width: calc(100vw - 2.5rem);
  max-width: 906px;
  /*            max-width: 889px;*/
}

/* IMAGE SISZE NORMAL ARTICLE */
.media-container-blog-detail .stream-media-layer-video-container {
  padding-bottom: 53.6%;
  height: auto;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .media-container-blog-detail .stream-media-layer-video-container {
    max-width: 711px;
    height: 400px;
    left: calc((100% - 711px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .media-container-blog-detail .stream-media-layer-video-container {
    max-width: 889px;
    height: 500px;
    left: calc((100% - 889px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .media-container-blog-detail .stream-media-layer-video-container {
    height: 600px;
    max-width: 1067px !important;
    left: calc((100% - 1067px) / 2) !important;
  }
}
.media-container-blog-detail .stream-media-layer-background {
  display: none;
  position: absolute;
  width: 100%;
  height: 56vw;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .media-container-blog-detail .stream-media-layer-background {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .media-container-blog-detail .stream-media-layer-background {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .media-container-blog-detail .stream-media-layer-background {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .media-container-blog-detail .stream-media-layer-video-container-close-icon {
    right: calc((100% - 711px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .media-container-blog-detail .stream-media-layer-video-container-close-icon {
    right: calc((100% - 889px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .media-container-blog-detail .stream-media-layer-video-container-close-icon {
    right: calc((100% - 1067px) / 2);
  }
}

.owl-carousel .owl-stage {
  transition: all 1s ease !important;
}

body.media-container-expanded .site-header {
  visibility: hidden;
  display: none;
}
body.media-container-expanded .page-kuenstler-detail {
  margin-top: 35px !important;
}
body.media-container-expanded .content .people-detail__title-container.has-media-container {
  /* background-image: none; */
}
body.media-container-expanded .owl-dots {
  display: none;
}
body.media-container-expanded .media-container-container.media-container-people-detail .media-container__control-items {
  display: flex;
}
body.media-container-expanded.media-container--thumbnails-shown .page-kuenstler-detail .content .people-detail__title-container.has-media-container .user-detail__toggle-viewport:before {
  top: -40px;
}

.media-container-container.media-container-people-detail {
  position: relative;
  background: #efefef;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(90deg, #59A7A0 0%, #39E4BA 100%);
  background-image: url(../images/header-people.jpg);
  background-position: bottom;
  background-size: cover;
  transition: 0.4s all ease-out;
  /*    viewport resize */
  /*    &.media-container--fullscreen-active .media-container__close-viewport,*/
  /*
  .media-container__subtitle {
      visibility: hidden;
  }
  .media-container__description {
      visibility: hidden;
  }*/
  /*    .media-container__control-item:nth-child(1),
          .media-container__control-item:nth-child(2) {
                  visibility: hidden;
                  display: none;
          visibility: visible;
          display: inline-block;
          border-left: 0;
          padding-left: 0;
          margin-left: 0;
          border-left: 1px solid rgba(255,255,255,0.5);
          margin-left: 15px;
          padding-left: 20px;
      }

      .media-container__control-item * {
          position: relative;
          bottom: auto;
          left: auto;
          right: auto;
          top: auto;
          height: 28px;
          min-width: 28px;
      }*/
  /*
   *************************
          $FULLSCREEN
   *************************
  */
  /*
  &.media-container--fullscreen-active .media-container__mediacontainer,
  &.media-container--fullscreen-active .media-container__controls,
  &.media-container--fullscreen-active .media-container__items {
      height: 100%;
      padding-bottom: 0;
  }

  &.media-container--fullscreen-active .media-container__mediacontainer {
      background-color: #000000;
  }

  &.media-container--fullscreen-active .media-container__thumbnails {
      position: fixed;
      width: 100%;
      bottom: 0;
      z-index: 4;
      background: rgba(0, 0, 0, 0.75);
  }

  &.media-container--fullscreen-active .media-container__toggle-fullscreen {
      z-index: 4 !important;
      width: 14.5px;
      height: 14.5px;
      top: 14.5px;
      right: 14.5px;

      background-image: url("images/mc-plus.svg");

      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);

      background-size: 14.5px 14.5px;
  }

  &.media-container--video-playing.media-container--fullscreen-active .media-container__video-close {
      visibility: hidden;
      display: none;
  }

  &.media-container--video-playing.media-container--fullscreen-active .media-container__toggle-fullscreen {
      visibility: visible;
      display: block;
  }*/
}
.media-container-container.media-container-people-detail .gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#5c666666",GradientType=0 );
  transition: 0.4s all ease-out;
}
.media-container-container.media-container-people-detail.overview .owl-item img {
  object-fit: cover;
}
.media-container-container.media-container-people-detail .media-container__viewport {
  position: relative;
  width: 100%;
  height: auto !important;
  transition: 0.4s all ease-out;
}
.media-container-container.media-container-people-detail .media-container__close-viewport {
  position: absolute;
  right: 13px;
  top: 13px;
  background-image: url("../images/mc-close.svg");
  height: 28px;
  width: 28px;
  z-index: 3;
  cursor: pointer;
}
.media-container-container.media-container-people-detail.media-container--compressed .media-container__close-viewport {
  visibility: hidden;
  display: none;
}
.media-container-container.media-container-people-detail .media-wrapper {
  width: 100%;
}
.media-container-container.media-container-people-detail .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: initial;
  color: #000;
}
.media-container-container.media-container-people-detail .owl-media-container__text {
  position: absolute;
  bottom: 10px;
  background: transparent;
  max-width: 95%;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .media-container-container.media-container-people-detail .owl-media-container__text {
    bottom: 30px;
  }
}
.media-container-container.media-container-people-detail .owl-item {
  background-color: #535353;
}
.media-container-container.media-container-people-detail .owl-item img {
  height: calc(56.25vw + 70px);
  height: 80vh;
  /*            max-height: 130px;*/
  object-fit: contain;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  transition: 0.4s all ease-out;
}
.media-container-container.media-container-people-detail .owl-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.media-container-container.media-container-people-detail .video-owl-thumbs {
  width: 100%;
  background: #adadad;
  height: 0;
  padding: 0 21px;
  padding-bottom: 0;
  overflow: hidden;
  transition: 0.4s all ease-out;
}
.media-container-container.media-container-people-detail .video-owl-thumbs .video-owl-thumbs-wrapper {
  display: flex;
}
.media-container-container.media-container-people-detail .video-owl-thumbs .video-owl-thumbs-wrapper .video-owl-thumb-item {
  margin-right: 15px;
}
.media-container-container.media-container-people-detail.media-container--thumbnails-shown {
  margin-bottom: 0px;
}
@media screen and (min-width: 568px) {
  .media-container-container.media-container-people-detail.media-container--thumbnails-shown {
    margin-bottom: 153px;
  }
}
.media-container-container.media-container-people-detail.media-container--thumbnails-shown .video-owl-thumbs {
  padding-top: 21px;
  padding-bottom: 132px;
}
.media-container-container.media-container-people-detail:not(.media-container--compressed) .owl-item img {
  max-height: 80vh;
  transition: 0.4s all ease-out;
}
.media-container-container.media-container-people-detail.media-container--fullscreen-active {
  max-height: 100vh;
}
.media-container-container.media-container-people-detail.media-container--fullscreen-active .owl-item img {
  max-height: 100vh;
}
.media-container-container.media-container-people-detail .media-container__toggle-text {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url("../images/mc-info.svg");
}
.media-container-container.media-container-people-detail .media-container__toggle-fullscreen {
  width: 30px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/mc-fullscreen.svg");
}
.media-container-container.media-container-people-detail .media-container__toggle-thumbnails {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("../images/mc-plus.svg");
}
.media-container-container.media-container-people-detail .media-container__close-text {
  background-image: url("../images/mc-info-black.svg");
  position: absolute;
  right: 24px;
  bottom: 17px;
  width: 28px;
  height: 28px;
  /*        background-color: #fff;*/
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1,OffY=1,Color='#444')";
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  pointer-events: auto;
}
.media-container-container.media-container-people-detail .owl-media-container__text {
  position: absolute;
  left: auto;
  top: auto;
  height: auto;
  max-height: 100%;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 600ms ease-out;
  -moz-transition: opacity 600ms ease-out;
  -o-transition: opacity 600ms ease-out;
  transition: opacity 600ms ease-out;
  z-index: 8050;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.media-container-container.media-container-people-detail.media-container--text-shown .owl-media-container__text {
  opacity: 1;
  pointer-events: auto;
  z-index: 9000;
}
.media-container-container.media-container-people-detail.media-container--video-playing .media-container__control-item {
  visibility: hidden;
  display: none;
}
.media-container-container.media-container-people-detail.media-container--thumbnails-shown .media-container__toggle-thumbnails {
  background-image: url("../images/mc-minus.svg");
}
.media-container-container.media-container-people-detail .media-container__control-items {
  bottom: 16px;
  position: absolute;
  right: 14px;
  z-index: 8999;
  color: #fff;
  background: #adadad;
  display: none;
}
.media-container-container.media-container-people-detail .media-container__control-item {
  padding: 0 10px;
}
.media-container-container.media-container-people-detail .media-container__control-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.media-container-container.media-container-people-detail .media-container__control-item,
.media-container-container.media-container-people-detail .media-container__counter,
.media-container-container.media-container-people-detail .media-container__toggle-thumbnails,
.media-container-container.media-container-people-detail .media-container__toggle-fullscreen,
.media-container-container.media-container-people-detail .media-container__toggle-text {
  display: flex;
  align-items: center;
}
.media-container-container.media-container-people-detail .media-container__control-item .media-container__counter {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-right: 12px;
  line-height: 30px;
}
.media-container-container.media-container-people-detail .media-container__thumbnail {
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.media-container-container.media-container-people-detail .media-container__thumbnail:hover,
.media-container-container.media-container-people-detail .media-container__thumbnail:active,
.media-container-container.media-container-people-detail .media-container__thumbnail:focus,
.media-container-container.media-container-people-detail .media-container__thumbnail.active {
  opacity: 1;
}
.media-container-container.media-container-people-detail.media-container--fullscreen-active .media-container__viewport {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  margin: 0;
  z-index: 8002;
}
.media-container-container.media-container-people-detail.media-container--fullscreen-active .owl-item {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.media-container-container.media-container-people-detail.media-container--fullscreen-active .owl-item img {
  background: none;
}
.media-container-container.media-container-people-detail.media-container--fullscreen-active .media-container__toggle-fullscreen {
  background-image: url("../images/mc-fullscreen_back.svg");
}
.media-container-container.media-container-people-detail.media-container--fullscreen-active.media-container--thumbnails-shown .owl-item {
  height: calc(100vh - 152px);
}
@media screen and (min-width: 568px) {
  .media-container-container.media-container-people-detail .owl-item img {
    max-height: 255px;
  }
  .media-container-container.media-container-people-detail .owl-media-container__text {
    width: 33.3333%;
    min-width: 400px;
    padding: 50px 42px 55px 42px;
  }
}
@media screen and (min-width: 768px) {
  .media-container-container.media-container-people-detail .owl-item img {
    max-height: 477px;
  }
}
@media screen and (min-width: 1280px) {
  .media-container-container.media-container-people-detail .stream-media-layer-video-container {
    max-width: 1067px !important;
    height: 600px;
    left: calc((100% - 1067px) / 2) !important;
  }
  .media-container-container.media-container-people-detail .stream-media-layer div.video-js {
    min-height: 600px;
    padding-bottom: calc(var(--aspect-ratio, 0.5625) * 600px);
  }
  .media-container-container.media-container-people-detail .stream-media-layer div.video-js.vjs-pic2pic {
    min-height: initial;
  }
  .media-container-container.media-container-people-detail .stream-media-layer-video-container-close-icon {
    right: calc((100% - 1067px) / 2) !important;
  }
  .media-container-container.media-container-people-detail .stream-media-layer-background {
    height: 600px;
    position: absolute;
  }
}

.page-dynamic.theme-dark .owl-carousel {
  background: #101010;
}
.page-dynamic.theme-light .owl-carousel {
  background: #f7f7f7;
}
.page-dynamic .owl-stage-outer {
  background: #f7f7f7;
  overflow: hidden;
}
.page-dynamic .owl-stage-outer {
  background: #f7f7f7;
}
.page-dynamic .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  mix-blend-mode: difference;
}
.page-dynamic .owl-item:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  height: 100%;
  z-index: 0;
}

.owl-carousel.dynamic-media-container {
  /* button.order-option-item{
        border: 0;
        & span.order-option-description {
            display: flex;
            align-items: center;
        }
        & .offer-button-txt {
            display: flex;
            align-items: center;
            & svg{
                margin-right: 5px;
            }
        }
        & span.icon-play-btn {
            margin: 5px;
        }
    } */
}
.owl-carousel.dynamic-media-container .owl-carousel {
  /*        @include themify($themes) {
              background: themed("backgroundColorDark");
          }*/
}
.owl-carousel.dynamic-media-container .owl-media-container__text {
  position: absolute;
  bottom: 10px;
  background: transparent;
  max-width: 95%;
  padding: 15px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text {
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text {
    max-width: 85%;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text {
    max-width: 85%;
    padding: 0px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text {
    max-width: 85%;
    padding: 0px 100px;
  }
}
.owl-carousel.dynamic-media-container .owl-media-container__text .media-container__title {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__title {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
.owl-carousel.dynamic-media-container .owl-media-container__text .media-container__subtitle {
  font-size: 12px !important;
  letter-spacing: 0.5rem;
  color: #DC1B23;
  font-weight: 500;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__subtitle {
    font-size: 14px !important;
    line-height: 1.2rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
}
.owl-carousel.dynamic-media-container .owl-media-container__text .media-container__description {
  color: #fff;
  margin-bottom: 15px;
}
.owl-carousel.dynamic-media-container .owl-media-container__text .offer-info-wrapper {
  display: none;
}
.owl-carousel.dynamic-media-container body .owl-dots {
  position: absolute;
  z-index: 99999;
  right: 10px;
  bottom: 130px;
}
.owl-carousel.dynamic-media-container button.owl-dot {
  background: #fff;
  width: 5px;
  height: 4px;
  margin: 3px;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container button.owl-dot {
    width: 25px;
  }
}
.owl-carousel.dynamic-media-container button.owl-dot.active {
  opacity: 1 !important;
  background: #DC1B23;
}
.owl-carousel.dynamic-media-container .media-container__description {
  color: white;
}
.owl-carousel.dynamic-media-container .media-container__description.description-mobile {
  padding: 10px;
  font-size: 12px;
  max-width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  color: #101010;
  display: flex;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .media-container__description.description-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel.dynamic-media-container .media-container__description.description-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel.dynamic-media-container .media-container__description.description-mobile {
    display: none;
  }
}
.owl-carousel.dynamic-media-container .media-container__description.description-desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .owl-carousel.dynamic-media-container .media-container__description.description-desktop {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    display: flex;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .media-container__description.description-desktop {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.owl-carousel.dynamic-media-container .media-container__buttons {
  flex-direction: row;
  display: flex;
}
.owl-carousel.dynamic-media-container .media-container__buttons.buttons_mobile {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 80px;
  border-bottom: solid 1px rgba(250, 250, 250, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*            @include themify($themes) {
                  background-color: themed("backgroundColorDark");
              }*/
  display: none;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .media-container__buttons.buttons_mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel.dynamic-media-container .media-container__buttons.buttons_mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .media-container__buttons.buttons_mobile {
    display: none;
  }
}
.owl-carousel.dynamic-media-container .media-container__buttons.buttons_desktop {
  display: inline-flex;
  height: 64px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .media-container__buttons.buttons_desktop {
    display: inline-flex;
  }
}
.owl-carousel.dynamic-media-container .dynamic_media_container_badge {
  position: absolute;
  bottom: -20px;
  background: #DC1B23;
  width: 250px;
  height: 250px;
  right: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: bold;
  color: #101010;
  display: none;
}
.owl-carousel.dynamic-media-container .dynamic_media_container_badge .badge-wrapper {
  transform: rotate(-15deg);
}
.owl-carousel.dynamic-media-container .dynamic_media_container_badge .badge-topline {
  font-size: 20px;
}
.owl-carousel.dynamic-media-container .dynamic_media_container_badge .badge-title {
  font-size: 45px;
  line-height: 45px;
  color: #fff;
}
.owl-carousel.dynamic-media-container .dynamic_media_container_badge .badge-subline {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .owl-carousel.dynamic-media-container .dynamic_media_container_badge {
    display: flex;
    display: none;
  }
}

.media-container-type-article {
  width: calc(100vw - 0em);
  margin: 0 auto;
  max-width: 1600px;
}
@media screen and (min-width: 1024px) {
  .media-container-type-article {
    width: initial;
  }
}

.media-container-type-accordion-article {
  width: calc(100vw - 2.5em);
  max-width: 900px;
  margin: 20px auto 0;
}
.media-container-type-accordion-article .owl-media-container__text {
  bottom: 0px;
}
.media-container-type-accordion-article .stream-media-layer {
  left: initial;
}
.media-container-type-accordion-article .dynamic-media-container {
  height: auto;
  width: 100%;
  max-height: 506px;
  overflow: hidden;
}
.media-container-type-accordion-article .dynamic-media-container .owl-carousel.owl-drag .owl-item {
  max-height: 506px;
}

/* IMAGE SISZE NORMAL ARTICLE */
@media screen and (min-width: 1400px) {
  .media-container-type-article .owl-carousel.dynamic-media-container .owl-item {
    width: 100vw;
  }
}
.media-container-type-article .owl-carousel.dynamic-media-container .owl-item img {
  height: auto;
  width: 100%;
  height: 300px;
  object-fit: cover;
  /* margin: 0 auto; */
}
@media screen and (min-width: 768px) {
  .media-container-type-article .owl-carousel.dynamic-media-container .owl-item img {
    height: 400px;
    width: -webkit-fill-available;
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .owl-carousel.dynamic-media-container .owl-item img {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }
}

/* IMAGE SISZE ACCORION ARTICLE ARTICLE */
.media-container-type-accordion-article .owl-carousel.dynamic-media-container .owl-item img {
  height: auto;
  width: calc(100vw - 2.5rem);
  max-width: 900px;
  /*            */
}

/* IMAGE SISZE DYNAMIC CALENDAR */
.media-container-type-dynamic-calendar .owl-carousel.dynamic-media-container .owl-item img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
.media-container-type-dynamic-calendar .owl-carousel.dynamic-media-container .owl-item .owl-media-container__text {
  bottom: 30px;
  left: 33px;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.media-container-type-dynamic-calendar .owl-carousel.dynamic-media-container .owl-item .owl-media-container__text .media-container__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 15px;
  text-transform: initial;
  margin-bottom: 0px;
}
.media-container-type-dynamic-calendar .owl-carousel.dynamic-media-container .owl-item .owl-media-container__text .media-container__subtitle {
  margin-bottom: 2px;
  color: #fff;
}

/* IMAGE SISZE HOME */
.media-container-type-home .owl-carousel.dynamic-media-container .owl-item img {
  width: 100vw;
  height: calc(56.25vw + 70px);
  height: calc(60vh + 70px);
  max-height: 790px;
  object-fit: cover;
}

.accordion {
  padding-left: 20px;
  padding-right: 20px;
  padding: 20px 0 !important;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion .accordion-item {
  border: 0;
  background-color: transparent;
}
.accordion .accordion-body {
  padding: 0px;
}
.accordion .accordion-width {
  max-width: 900px;
  margin: auto;
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.theme-light .accordion .accordion-width {
  color: #101010;
}
.theme-dark .accordion .accordion-width {
  color: #fff;
}
.accordion .main-col {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .accordion-width:not(:nth-of-type(1)) {
  border-top-width: 0px;
}
.accordion .dynamic-page-article {
  padding: 1rem 1.25rem;
}
.accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  /* border-bottom: solid 1px #d8d8d8 !important; */
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s;
  cursor: pointer;
}
.accordion .accordion-button:not(.menu__link) {
  font-size: 1.2rem;
  font-weight: 500;
}
.theme-light .accordion .accordion-button:not(.menu__link) {
  background-color: #f7f7f7;
  background-color: #fff;
  color: #101010;
  border-bottom: solid 1px #D8D8D8;
}
.theme-dark .accordion .accordion-button:not(.menu__link) {
  background-color: #101010;
  background-color: #fff;
  color: #fff;
  border-bottom: solid 1px rgba(250, 250, 250, 0.2);
}
.accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='3' fill='%23BF1C59'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-button:not(.collapsed) {
  /*        color: $primary-color;*/
  /*        background: $gradient-1;*/
  background-color: transparent;
}
.accordion .accordion-button:not(.collapsed):not(.menu__link) {
  /*                box-shadow: inset 0 -1px 0 rgba(0,0,0,0.13);*/
}
.accordion .accordion-button:not(.collapsed).menu__link {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='3'  fill='%23BF1C59'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion .collapse:not(.show) {
  display: none;
}
.accordion .collapse.show {
  display: flex;
  justify-content: center;
}

.page-style-9 .open-accordions > div:nth-child(even) {
  background: rgba(222, 197, 2, 0.15);
}

.page-style-3 .open-accordions > div:nth-child(odd) {
  background: rgba(222, 197, 2, 0.15);
}

.page-style-9 .open-accordions > div,
.page-style-3 .open-accordions > div {
  padding: 0 calc((100% - 900px) / 2);
}

section.main-col.page-style-9,
section.main-col.page-style-3 {
  max-width: 100%;
}

.page-events .headline-container {
  padding: 40px 0;
}
.page-events .headline-container p.location {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.page-events .page-event-detail-section .event-date {
  background: #DC1B23;
  padding: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  top: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-events .page-event-detail-section .event-date::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -15px;
  right: 60px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #DC1B23 transparent;
  transform: rotate(0deg);
}
.page-events .page-event-detail-section .col-lg-8 {
  padding: 30px 20px;
}
.page-events .date__container span.day {
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 1px;
}
.page-events .date__container span.month {
  display: block;
  text-decoration: none;
  font-weight: 300;
  line-height: 1em;
  font-size: 29px;
  text-transform: uppercase;
}
.page-events .ticket-container {
  background: #DC1B23;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-events .ticket-container {
    padding: 25px;
  }
}
.page-events .adress-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.page-events .event-adress {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.page-events .sponsors-container {
  padding: 0 15px;
}
.page-events .event-col {
  margin-bottom: 20px;
}
.page-events .event-col .event-title h2 {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .page-events .event-col .event-title h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-events .event-col .event-title h2 a {
  color: #101010;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-events .event-col .event-title h2 a {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-events .event-col .event-title h2 a:hover {
  color: #DC1B23;
}
.page-events .event-ensemble-header {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.sponsors-container div {
  padding: 0;
  /*    margin-right: 14px;*/
  margin-bottom: 15px;
}

.sponsors-container img {
  max-width: 130px;
  border: 1px solid #ccc;
  padding: 24px 22px;
}

ul.event-audios {
  margin: 20px 0 !important;
}

p.audio-name {
  padding-bottom: 10px;
  padding-top: 10px;
}

.further-events-content {
  padding-bottom: 10px;
}

a.further-event__date {
  color: #333;
}

.further-events {
  margin-top: 40px;
}

.page-events .event-ensemble li {
  font-size: 16px;
  color: #333 !important;
  line-height: 1.9em;
  letter-spacing: 1px;
}

.page-events .event__ticket a {
  padding: 10px 30px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 30px;
}

.page-events .event__ticket {
  padding: 35px 0px;
  color: #ea5368;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: auto;
}

.page-events p.event__opus-info-short {
  font-size: 16px;
  line-height: 30px;
}

.ticket-container .dreieck {
  border-bottom: 22px solid #DC1B23 !important;
  display: none;
}

.page-event-detail .owl-media-container-item.item img {
  max-height: 790px;
  width: auto;
  margin: 0 auto;
}

.page-event-detail.media-container {
  max-width: 100%;
  position: relative;
  background: #f7f7f7;
}

.page-events .ensemble-container {
  margin-top: 54px;
  width: 90%;
}

/*=============Konzertkalender-Lokation================*/
.location-section .card-body {
  padding: 0px 30px 39px;
  background: #3c93ca;
}

.location-section .card-body h4, .location-section .card-body p {
  color: #fff;
}

.location-section h4.card-title {
  font-size: 17px !important;
  font-weight: 500 !important;
  margin-top: 28px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.location-section .card {
  border: 1px solid #ccc;
  padding: 0 !important;
}

p.event-description__text {
  padding-bottom: 40px;
}

.page-ensembles {
  /*
  **************************************
              ENSEMBLES-DETAIL
  **************************************
  */
}
.page-ensembles #ensembles-filter {
  background: #f7f7f7;
  padding: 20px 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-ensembles #ensembles-filter {
    /*             padding: 50px 0;
                margin-bottom: 50px; */
  }
}
.page-ensembles #ensembles-filter .ensemble-filter-container {
  margin: 0 auto !important;
  max-width: 1160px;
  justify-content: space-between;
  padding: 0;
}
.page-ensembles .ensembles-container {
  width: 100%;
  margin: 0 auto !important;
  max-width: 1100px;
}
.page-ensembles #ensembles-list.card-deck {
  max-width: 1120px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}
.page-ensembles #ensembles-list.card-deck .card {
  padding: 0px !important;
  margin-bottom: 20px !important;
  flex-direction: column !important;
  display: flex;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .page-ensembles #ensembles-list.card-deck .card {
    margin: 0 0 20px 20px;
    flex-direction: row !important;
  }
}
.page-ensembles #ensembles-list.card-deck .card .card-image img {
  min-height: 155px;
  min-width: 155px;
  object-fit: cover;
}
.page-ensembles #ensembles-list.card-deck .card .card-block {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .page-ensembles #ensembles-list.card-deck .card .card-block {
    padding: 20px;
  }
}
.page-ensembles #ensembles-list.card-deck .card .card-block .card-title {
  font-size: 25px;
}
.page-ensembles #ensembles-list.card-deck .card .card-block .card-text {
  line-height: 26px;
}
.page-ensembles #ensembles-list.card-deck .ensembles-list-item-image {
  width: 100%;
  height: auto;
}
.page-ensembles .side {
  display: inline-flex;
  height: max-content;
  padding: 20px 0;
  border: solid 1px #d8d8d8;
}
.page-ensembles .side span.collapsible-text-read-on-button {
  color: #DC1B23;
  cursor: pointer;
  transition: all 0.4s ease;
}
.page-ensembles .side span.collapsible-text-read-on-button:hover {
  color: #101010;
}
.page-ensembles .ensembles-list-item.card {
  margin: 0 15px 25px 15px;
}
.page-ensembles .ensembles-list-item.card {
  width: 45%;
}
.page-ensembles .page-ensembles-detail-section {
  max-width: 1200px;
  margin: auto;
  margin: 0 15px;
}
.page-ensembles .mc-container-ensembles-detail {
  max-width: 1200px;
  margin: auto;
}
.page-ensembles .container-slider {
  background: #f7f7f7;
  position: relative;
}
.page-ensembles .ensemble-info {
  background: #DC1B23;
  margin-bottom: 40px;
  padding: 40px 20px 40px;
}
.page-ensembles .event-adress {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}
.page-ensembles .adress-container {
  font-size: 16px;
}
.page-ensembles .adress-container p {
  color: #fff;
}
.page-ensembles .page-ensembles .owl-carousel .owl-stage-outer {
  padding-top: 0px;
}
.page-ensembles h3.info-title {
  color: #fff;
  margin-bottom: 1px;
}
.page-ensembles .ensemble-description {
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .page-ensembles .ensemble-description {
    padding: 50px 20px;
  }
}
.page-ensembles .ensemble-description h1 {
  margin-bottom: 30px;
}
.page-ensembles .ensemble-events .ensemble-event-title h2 a {
  color: #231f20;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 10px;
}
.page-ensembles .ensemble-event-title {
  padding-left: 39px;
  /*    padding-left: 0;*/
  margin-bottom: 37px;
}
.page-ensembles .event-ensemble-description {
  padding-top: 10px;
  line-height: 25px;
}
.page-ensembles .ensemble-img {
  padding: 0;
  margin-bottom: 34px;
}
.page-ensembles .ensemble-events .event-month {
  margin-top: 8px;
}
.page-ensembles .ensemble-events .ensemble-event-title h2 {
  margin: 0;
  line-height: 19px;
}
.page-ensembles .ensemble-events {
  margin-left: 0;
  margin-top: 39px;
  padding: 0 30px;
}
.page-ensembles .location-main .location-img {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 12px;
}
.page-ensembles .no-img.ensemble-event-title {
  padding-left: 0 !important;
}

.ensembles-list-item.hidden-item {
  display: none;
}

#more-ensembles {
  display: none;
}

.ensembles-list-item .event-overlay {
  background-image: radial-gradient(#d7d7d700, #000);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.08;
  z-index: 1;
  top: 0;
  left: 0;
}

.ensembles-list-item .card-image {
  position: relative;
}

.page-ensembles .calendar-search-container input {
  width: 100%;
}

select {
  height: 27px;
  background: transparent;
  border: 0px solid #D4D4C7;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0 0px 0px 0px #bdbeb2;
  -moz-box-shadow: 0 0px 0px 0px #bdbeb2;
  box-shadow: 0 0px 0px 0px #bdbeb2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.event-info-adress {
  display: flex;
  flex-direction: column;
}

.info-number {
  flex-direction: column-reverse;
  display: flex;
}

aside.users__side-col.side-col.col {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 14px;
}

.side-col__linkbox, .side-col__adbox {
  display: flex;
  margin-bottom: 20px;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 20px;
}

.side-col__linkbox img, .side-col__adbox img {
  padding: 0 15px;
  width: 60px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .side-col__linkbox img, .side-col__adbox img {
    padding: 20px;
    width: unset;
    height: unset;
  }
}

.side-col__linkbox-header, .side-col__adbox-header, .side-col__info-header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.button-parent-reference,
.button-parent-reference-page-level2 {
  position: relative;
}

.button-parent-reference-page-level3 {
  /*    position: relative;*/
}

/*
.button-parent-reference-page-level3 .cb-flex-editor-button{
    top: 100px;
}*/
.cb-flex-editor-button.page-level-3,
button.show-share-layer {
  top: 150px !important;
}

button.page-level-1 {
  background-color: #9b4234 !important;
}

button.page-level-2 {
  background-color: #747474 !important;
}

.dynamic-page-article {
  min-height: 0px;
}

.editorContainer {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 4000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #controlbar {
    display: none !important;
  }
}

button.cb-flex-editor-button,
button.show-share-layer {
  font-family: "Roboto", sans-serif;
  border: 0px solid #478bbe;
  border-radius: 0px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  background-color: #3e73c0;
  line-height: 20px;
  outline: none;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
}
button.cb-flex-editor-button svg,
button.show-share-layer svg {
  margin: 5px;
}
button.cb-flex-editor-button span,
button.show-share-layer span {
  display: none;
}
button.cb-flex-editor-button:hover span,
button.show-share-layer:hover span {
  display: flex;
}

.accordion button.cb-flex-editor-button {
  display: none;
}

.accordion .show button.cb-flex-editor-button {
  display: flex;
}

.blog-edit-button {
  box-shadow: 0 0 0.3em #0000005c;
}

.accordion-body button.media-editor-button.scrolled {
  position: fixed !important;
  top: 140px;
}

button.cb-flex-editor-button.article-editor-button,
button.cb-flex-editor-button.article-delete-button {
  position: absolute;
  top: 0px;
  bottom: initial;
  right: 0;
  margin-right: 20px;
}

button.cb-flex-editor-button.pix-edit-button {
  position: absolute;
  left: 0;
  top: 0;
  right: unset;
  bottom: unset;
}

button.cb-flex-editor-button.article-delete-button {
  background-color: #9b4234;
  right: 100px;
  z-index: 99;
}

button.show-share-layer {
  position: absolute;
  bottom: initial;
  background-color: #56ada2;
  right: 172px !important;
  z-index: 98;
  padding-bottom: 6px;
}
button.show-share-layer svg {
  margin: 4px;
}

button.cb-flex-editor-button.article-editor-button:not(.media-editor-button) {
  right: 50px;
  z-index: 100;
}
button.cb-flex-editor-button.article-editor-button:not(.media-editor-button) svg {
  margin-bottom: 6px;
}

.badge-editor-container button.cb-flex-editor-button.article-editor-button:not(.media-editor-button) {
  top: 140px !important;
}

.__EditorWindowDraggableButton {
  top: 0;
  right: auto;
  width: 67px;
  height: 63px;
  background-color: #efebeb;
  background-image: url(../images/icon_move_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  border-left: 1px solid #d0d0d0;
  cursor: move;
  position: relative;
  z-index: 99;
  left: 0;
}

/*
 * General rules
 *
 * Styles applicable to the entire project
 *
 */
/*  TABLE OF CONTENTS
   ---------------------------
   1. Typography / Colors
   2. Generic Styles
   3. Page Layout

*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  src: url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2");
  src: url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2");
  src: url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans/OpenSans-Semibold.woff2") format("woff2");
  src: url("../fonts/OpenSans/OpenSans-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
 *************************
        1. TYPOGRAPHY / COLORS
 *************************
*/
html {
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, p {
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #101010;
  margin-bottom: 0rem;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body, p {
    font-size: 18px;
  }
}

body {
  background-color: #FFFFFF;
  height: 100vh;
  display: contents;
}

#loading {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-image {
  z-index: 9999999;
}

.noscroll {
  overflow: hidden !important;
  height: 100% !important;
  min-height: 0px !important;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
}

h3, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0e222f;
}

h5, h6 {
  font-family: "Roboto", sans-serif;
  /*    -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;*/
}

h2.section-head {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 3px;
  color: #101010;
  text-transform: uppercase;
}

a {
  color: #DC1B23;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #999999;
  text-decoration: none !important;
}

b,
strong {
  font-weight: 500;
}

i,
em {
  font-style: italic;
}

small,
sub,
sup {
  font-size: 75%;
}

sub {
  line-height: 0;
  vertical-align: sub;
}

sup {
  line-height: 0;
  vertical-align: super;
}

.text {
  padding: 0;
}

.text p,
.text ul {
  margin-bottom: 12px;
  margin-top: 12px;
  word-break: break-word;
}

.text > p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.text ul {
  list-style: square;
}

.text ul,
.text ol {
  list-style-position: outside;
}

.text ul ul,
.text ol ol {
  padding-left: 14px;
}

.title-main {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 35px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .title-main {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 42px;
  }
}

.title-top {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title-sub {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .title-sub {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 500;
  }
}

.title-section {
  font-size: 25px;
  text-align: center;
  padding: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .title-section {
    font-size: 36px;
    padding: 40px;
  }
}

.title-card {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 30px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .title-card {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }
}

.link-card-arrow a {
  display: block;
  font-weight: 400;
}

.link-card-arrow a svg path {
  fill: #DC1B23;
  padding-left: 0;
  left: 0px;
  transition: all 0.3s ease-in-out;
}

.link-card-arrow a:hover svg path {
  fill: #999999;
  transform: translate(10px, 0px);
}

.more-button {
  justify-content: center;
  cursor: pointer;
  display: flex;
  width: 100%;
  margin: 100px 0;
}

.more-button button {
  background: #ffffff;
  padding: 15px 85px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  -webkit-text-stroke: 0.45px;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-out;
  border: solid 2px #DC1B23;
  color: #DC1B23;
  border-radius: 5px;
  cursor: pointer;
}

.more-button button:hover {
  border: solid 2px #DC1B23;
  background-color: #DC1B23;
  color: #fff;
}

.bg-white {
  background: #ffffff;
}

.bg-red {
  background: #DC1B23;
}

.title-shift {
  margin-top: -100px;
  padding: 30px 20px 50px 20px !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-shift {
    padding: 30px 50px 100px 50px !important;
  }
}

.p-sides {
  padding: 0 40px;
}

.card {
  border: solid 1px #d8d8d8;
}

.card-body {
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .card-body {
    padding: 25px 20px;
  }
}
.card-body a {
  margin-top: 10px;
}
.card-body .card-title {
  margin-bottom: 0.75rem;
}
.card-body .card-text {
  font-size: 1rem;
}

.card-block a {
  color: #DC1B23;
  transition: all 0.4s ease;
}
.card-block a:hover {
  color: #101010;
}
.card-block a h4 {
  color: #101010;
  font-weight: 500;
}

.card-image img {
  min-height: 185px;
  min-width: 185px;
  object-fit: cover;
}

.square {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.gradient-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  /*     opacity: 0.1;
      background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.10407913165266103) 71%); */
  pointer-events: none;
}

.gradient-layer-darker {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: radial-gradient(ellipse at center, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#0f000000",GradientType=1 );
}

.cb-tex-image-container > div {
  padding-top: 5px;
}

span.arrow-left-red {
  position: absolute;
  right: 25px;
  top: unset;
  font-size: 0;
  width: 17px;
  height: 17px;
  margin-top: 0px;
  background: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

span.arrow-right-red {
  position: absolute;
  left: 25px !important;
  width: 17px !important;
  z-index: 9;
  height: 17px !important;
  margin-top: 0px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
}

.page-home img.owl-lazy {
  /* min-height: 355px; */
  object-fit: cover;
}

/*
 *************************
        2. GENERIC STYLES
 *************************
*/
html, body {
  /* because something overwrites reset.css */
  overflow: auto;
}

body.fullscreen-active {
  overflow: hidden;
}

.col {
  padding-left: 19px;
  padding-right: 19px;
}

.small-space {
  padding: 30px 0;
}

.bg-light-red {
  background: #f7dee2;
}

.section-head {
  text-transform: none;
  margin-bottom: 32px;
  margin-top: 15px;
}

.edit-button {
  margin-top: 0px !important;
}

.text-intro-container {
  font-size: 20px !important;
  line-height: 21px;
}

.btn-white:not(.regular-login) {
  background: #fff !important;
  color: #DC1B23 !important;
  transition: all 0.4s ease-in-out;
  border: solid 1px #fff;
}
.btn-white:not(.regular-login):hover {
  background: #DC1B23;
  color: #fff;
  border: solid 1px #DC1B23;
}

.btn-rounded {
  text-transform: uppercase;
  font-weight: 500;
  color: #DC1B23;
  border: solid 1px #DC1B23;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  max-width: 270px;
  display: block;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
.btn-rounded:hover {
  background: #DC1B23;
  color: #fff;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #DC1B23;
  font-weight: 500;
  color: #fff;
  border: solid 2px #DC1B23;
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;
  display: block;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  outline: 0;
}
.btn-primary:focus {
  outline: 0;
}
.btn-primary:hover {
  background: #fff;
  color: #DC1B23;
  border: solid 2px #DC1B23;
}

.deeplink {
  margin: 50px 0;
}
.deeplink a {
  color: #DC1B23;
  border: solid 1px #DC1B23;
  width: fit-content;
  padding: 15px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.4s ease;
  font-size: 1rem;
}
.deeplink:hover a {
  background: #DC1B23;
  color: #fff;
}

button#history-back-button {
  color: #DC1B23;
  outline: 0;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  margin: 20px 0;
  cursor: pointer;
}
button#history-back-button svg {
  margin-right: 10px;
}
button#history-back-button svg path {
  transition: all 0.4s ease;
}
button#history-back-button:hover {
  color: #999999;
}
button#history-back-button:hover svg path {
  fill: #999999;
}

/*
 *************************
        5. PAGE LAYOUT
 *************************
*/
body.isLoggedIn .calendar-header {
  margin-top: 0;
}
body.isLoggedIn .site-main {
  padding-top: 0px;
  overflow-x: hidden;
}
body.isLoggedIn.page-ensembles .site-main {
  padding-top: 0px !important;
}
body.isLoggedIn.page-people .site-main {
  margin-top: -115px !important;
}
body.isLoggedIn.page-dynamic .site-main {
  padding-top: 0px !important;
}

.site-main {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .site-main {
    padding-top: 115px;
  }
}

.page-people .site-main {
  padding-top: 0;
}

.page-events .page-event-detail-section {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .page-events .page-event-detail-section {
    margin-top: 0px;
  }
}

.page-ensembles.isLoggedIn .site-main {
  padding-top: 0px;
}

.page-home h4 {
  color: #0e222f !important;
}

.section-news {
  letter-spacing: 1px;
  font-family: "Cabin Condensed", sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  text-align: center;
  line-height: 39px;
}

.radial-gradient-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  opacity: 0.33;
}

.owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
  margin-top: -15px !important;
}
@media screen and (min-width: 768px) {
  .owl-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .owl-nav {
    display: flex;
  }
}
@media screen and (min-width: 1300px) {
  .owl-nav {
    display: flex;
    top: 50%;
  }
}
.owl-nav button {
  pointer-events: all;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1300px) {
  .owl-nav button svg {
    margin: 10px;
  }
}
.owl-nav button.owl-next:hover {
  transform: translate(5px);
}
.owl-nav button.owl-prev:hover {
  transform: translate(-5px);
}

@media screen and (min-width: 568px) {
  .main-content.clearfix:before {
    height: 112px;
  }

  /*
   *************************
          1. TYPOGRAPHY / COLORS (min-width: 460)
   *************************
  */
  .text-intro-container {
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    line-height: 30px;
    color: #0e222f;
  }

  .text > p:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px !important;
  }

  span.arrow-left-red {
    margin-top: 4px !important;
  }

  span.arrow-right-red {
    margin-top: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .main-content.clearfix:before {
    height: 185px;
  }

  /*
   *************************
          1. TYPOGRAPHY / COLORS (min-width: 460)
   *************************
  */
  .text p, .text ul {
    margin-bottom: 12px;
    margin-top: 13px;
  }

  .text > p:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .text-intro-container {
    font-size: 30px !important;
    line-height: 35px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content.clearfix:before {
    height: 0;
  }

  .d-lg-block {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) {
  .dropdown-container {
    margin-top: -20px;
  }

  h2.headline {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    padding: 61px 0 20px !important;
  }

  .text-image-container {
    position: relative;
    left: 205px;
  }

  .text-intro-container {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  /*
   *************************
          2. GENERIC STYLES (max-width: 1025)
   *************************
  */
  span.arrow-left {
    position: absolute;
    right: 13px;
    top: unset;
    font-size: 0;
    width: 17px;
    height: 17px;
    margin-top: 4px;
    background: url(../images/arrow-left_white.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }

  span.arrow-right {
    position: absolute;
    left: 13px;
    top: unset;
    font-size: 0;
    width: 17px;
    height: 17px;
    margin-top: 4px;
    background: url(../images/arrow-right_white.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }

  .dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: right !important;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
  }

  li.nav-item a {
    color: #fff;
    padding: 0px 0px;
    font-size: 27px;
    letter-spacing: 0px;
    /* font-weight: 200 !important; */
  }

  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: transparent !important;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    /*background: rgba(235, 87, 101, 0.7);*/
    border-radius: 0;
    outline: 0;
  }

  button.navbar-toggler.collapsed {
    background: none;
  }
}

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