/**
* COLORS
* Blue: #009DDD
**/

:root {
  --font-color: rgb(27,25,25);
}

/* -------------------- MISC -------------------- */
body {
  background: white;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  overflow-x:hidden;
}

a {
  color: #000;
}

a:focus, a:hover {
  text-decoration: none;
  color: #4e4e4e;
}

textarea {
  height: 5.75rem;
}

.smaller{
  font-size:0.9em;
}

.link-underline{
  text-decoration:underline;
}


.btn {
}
.btn.non-capitals{
  text-transform:none;
}

.btn.btn-primary {
  background-color: white;
  border-radius: 0;
  border-color: white;
  color: #000;
}
.btn.btn-primary:hover{
  background-color:black;
  color:white;
}

.btn.btn-secondary {
  background-color: transparent;
  border-radius: 0;
  border-color: #000;
  color: #000;
}

.btn.btn-secondary:hover {
  background-color: #000;
  color: #fff;
}

.btn.btn-yellow {
  background-color:rgb(255,244,80);
  color: #000;
  border: none;
}

.btn.btn-primary.btn-fill {
  background-color: #000;
  color: #fff;
}
.btn.btn-primary.btn-fill:hover{
  color:black;
  background:white;
  border-color:black;
}

.btn.btn-primary.btn-massiv{
  background-color:#009DDD;
}
.btn.btn-primary.btn-massiv:hover{
  color:#009DDD;
  background:white;
  border-color:#009DDD;
}

.fa-chevron-down {
  transition: transform 250ms ease-in-out;
}

.form-control {
  border-radius: 0;
}

.circle-icon {
  background-color: #000;
  color: white;
  border-radius: 100%;
  height: 1.5em;
  width: 1.5em;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.circle-icon svg {
  color: white;
}

.black-bg {
  background-color: #000;
  color: #fff;
}

.black-bg a {
  color: #fff;
}

.black-bg a:hover {
  color: #acacac;
}

.blue-bg {
  background-color: #009DDD;
  color: #fff;
}

.blue-bg a {
  color: #fff;
}

.blue-bg a:hover {
  color: #acacac;
}


.further-links{
  /*background:#F0F0F0;
  padding: 2rem 0 5rem 0;*/
}

.further-links strong {
  color: #009DDD;
}

.further-links__link {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.2rem;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.further-links__cat{
  display:block;
}

.blueimp-gallery > .next, .blueimp-gallery > .prev, .blueimp-gallery > .close  {
  background: transparent;
  border: none;
  height: 60px;
  color:rgba(255,255,255,0.7) !important;
}

/* -------------------- HEADER -------------------- */
header {
  background-color: white;
  z-index: 20;
  padding: 0;
  position:fixed;
  top:0;
  right:0;
  left:0;
}

.header-spacer{
  height:140px;
}

.header-container {
  margin: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.logo {
  display: inline-block;
  padding: 20px 0 40px 2rem;
}

.logo img, .search-spacer img{
  max-height: 80px;
  transition: all 300ms;
}
/*.sticky .logo img, .sticky .search-spacer img{
  max-height: 60px;
}*/

.swiper-container {
  width: 100%;
  height: calc( 70vh - 84px );
  max-height: 600px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size:cover;
  background-position: center center;
}

.swiper-slide__img {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 2rem;
  background-color: #FFF;
  color: #000;
  position: absolute;
  left: 3rem;
  top: 0;
  width: 30%;
  right: 40px;
  max-width: 600px;
  min-width: 450px;
}

@media (max-width: 575px) {
  .swiper-container {
    max-height: 35vh;
  }
  .swiper-text-container {
    background-color:rgba(255,255,255,0.8);
    left: 0;
    right: 0;
    max-width: auto;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding:  3rem;
  }
}

.swiper-text a{
  color: #000;
}

.swiper-text a div {
  display: none!important;
}
.swiper-text h4 {
  font-size: 1.125rem;
  margin: 0;
  font-family:"Pensum Display", Georgia;
  font-weight: 500;
  font-style:normal;
  color: #000;
}

.swiper-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight:400;
}

.swiper-text  p {
  margin-bottom: 1.5rem;
  margin:0;
  font-family:"Pensum Display", Georgia;
  font-style:normal;
}
.swiper-text  .btn{
  margin-top:1rem;
  cursor:pointer;
  background-color: rgb(255, 244, 80);
  text-transform: none;
}
.swiper-text  .btn:hover{
  background:black;
  color:white;
}

.swiper-text .btn {
  position: relative;
  left: -0.75rem;
}

.swiper-pagination-bullet{
  background:white;
  opacity: 1;
  box-shadow:0 0 5px 0px black;
}
.swiper-pagination-bullet-active{
  background: #009DDD;
}


/* -------------------- NAVIGATION -------------------- */

.main-nav {
  margin-top: 38px;
}
.main-nav ul{
  margin: 0px 0px;
  padding: 0;
  display: inline-block;
}

.main-nav ul li{
  display:inline-block;
  list-style: none;
  padding: 0 10px 20px 10px;
  position:relative;
  /*background:white;*/
}

.main-nav ul li:last-child{
  margin-right: 0px;
}

.main-nav hr{
  margin: 1rem 0;
  background-color:#acacac;
}

.main-nav ul li a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  position:relative;
  padding: 0;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.sticky .main-nav ul li a{
}
.main-nav ul li a::after{
  display:block;
  content:' ';
  position:absolute;
  bottom:-5px;
  right:-5px;
  left:-5px;
  background:rgb(26,25,25);
  opacity:0;
  transition:all 300ms;
  height: 1px;
}

.main-nav ul li a:hover {
  color: black;
}
.main-nav ul li a:hover::after, .main-nav ul li.active a::after{
  opacity:1;
}
.main-nav ul li a.active {
  font-weight:  bold;
}


.main-nav ul li ul{
  position:absolute;
  top:32px;
  left:0;
  transition: top 200ms;
  display:none;
  padding:1rem 10px;
  background:#f0f0f0;
  min-width:100%;
  background:white;
  border:1px solid #f0f0f0;
  border-top:transparent;
  box-shadow: 0 0px 10px #cdcdcd;
  z-index:0;

}
.main-nav ul li:hover ul{
  display:block;
}
/*.sticky .main-nav ul li ul{
  top:58px;
}*/
.main-nav ul li ul li{
  list-style:none;
  display:block;
  padding:0;
}
.main-nav ul li ul li a{
  color:black;
  padding:3px 0;
  line-height:1.1;
}
.main-nav ul li ul li a:hover{
  color:#999;
}
/*.sticky .main-nav ul li ul li a{
  padding:0;
}*/
.main-nav ul li ul li a::after{
  display:none;
}

.subnav-wrapper{
  position:absolute;
  top:84px;
  left:0;
  right:0;
  background:#f0f0f0;
  height:200px;
  z-index:-1;
  display:none;
}
/*.sticky .subnav-wrapper{
  top:58px;
}*/
.subnav-wrapper.wrapper-visible{
  display:block;
}


/* --- SLIDE NAV --- */
#slide_nav{
  display: none;
}

#slide_content{
  Background: white;
}



/* --- HAMBURGER ANIMATION --- */
.burger-wrapper{
  display: none;
  padding-top: 10px;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  background-color: black;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger--arrow .hamburger-inner{
  background-color: rgba(0, 0, 0, 0) !important;
}

.hamburger--arrow .hamburger-inner:before {
  -webkit-transform: translate3d(-8px,2px,0) rotate(-40deg) scaleX(.7);
  transform: translate3d(-8px,2px,0) rotate(-40deg) scaleX(.7);
}

.hamburger--arrow .hamburger-inner:after {
  -webkit-transform: translate3d(-8px,-2px,0) rotate(40deg) scaleX(.7);
  transform: translate3d(-8px,-2px,0) rotate(40deg) scaleX(.7);
}

.banner {
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  width:100%;
  height:40vh;
}

.grey-bg {
  background-color: #F0F0F0;
}
.grey-bg-inline {
  background-color: #F0F0F0;
  margin-left:-10px;
  margin-right:-10px;
  padding: 10px;
}




/* -------------------- CONTENT -------------------- */
#body-content {
  margin-top: -1px;
}

h1, .h1{
  font-size:2.5rem;
  font-weight:600;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight:normal;
}

h2, .h2{
  font-size:2.5rem;
  font-weight:500;
}

h3, .h3{
  font-weight: 700;
  font-size:1.375rem;
  margin-top:2rem;
}

h4, .h4{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight:bold;
  font-size: 1.125rem;
}

h5, .h5{
  font-weight: 700;
  font-size:1rem;
  margin-top:1rem;
}

@media (max-width:  575px) {
  h1, .h1, h2, .h2 {
    font-size: 2rem;
  }
}

.breadcrumbs{
  display: none;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight:normal;
  color: #B5B5B5;
  font-size: 0.9rem;
  margin-bottom:1rem;
}
.breadcrumbs a {
  color: #B5B5B5;
}

.breadcrumbs a:hover {
  color: #4a4a4a;
}

.filter-topic {
  background-color: #efefef;
}

.filter-topic > h4 {
  text-align: center;
  cursor: pointer;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight:normal;
}


.filter-topic-wrapper{
  padding-top: 1em;
  margin-top:1em;
}
.filter-topic-wrapper h3{
  line-height:1;
  padding:0.25rem 1rem 0.25rem 0;
}
.filter-topics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*margin-top: 0.5em; */
  margin-bottom:1rem;
  justify-content: space-between;
}

.filter-topics-item {
  cursor: pointer;
  flex: 1;
  text-align: center;
  padding: 0 0.5rem;
}

.filter-topics-item:not(:last-child) {
  border-right: 1px solid #000;
}

.filter-topics-item.active {
  opacity: 1;
}
.filter-topics-item label{
  margin-bottom:0;
}

.filter-topics-item__text {
  font-weight: normal;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  line-height: 1rem;
  display: inline;
}

.view-button{
  opacity:0.5;
  cursor:pointer;
  margin-left:5px;
  padding: 0;
  display:inline-block;
}
.view-button.active{
  opacity:1;
}
.view-buttons {
  position: absolute;
  right: 2rem;
}
@media (max-width: 991.98px) {
  .view-buttons {
    position: relative;
    right: 0;
  }
}
.view-buttons .view-button.active {
  display: none;
}
.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right:0.5rem;
  transition: all 500ms ease-out;
}
.view-buttons .icon {
  width:  2.5rem;
  height:  2.5rem;
}
.view-button-text{
  font-size: 1rem;
}

.search-container .icon{
  padding: 0.25rem 0 0 0;
  height:1.75rem;
}

.filter-buttons{
  opacity:0;
  transition: opacity 300ms;
}
.filter-buttons.show{
  opacity:1;
}
.filter-buttons .btn{
  border:1px solid black;
  display:inline-block;
  border-radius:0;
  line-height:1.2;
}
.filter-buttons.slim .btn{
  font-size:0.9em;
  padding-left:0.5rem;
  padding-rignt:0.5rem;
}

.search-container{
  position:absolute;
  top: 26px;
  right:1.5rem;
  background:white;
  padding-left: 0.5rem;
  padding-top: 8px;
  z-index:2;
  transition: all 300ms;
}
/*.sticky .search-container{
  top:5px;
}*/
.search-container .icon{
  margin-top:0px;
  cursor:pointer;
  position:relative;
  z-index:3;
}

.search-spacer{
  opacity:0;
  padding-left:4.5em;
  width:13rem;
  height:2rem;
}



.search-form{
  position:relative;
}
.search-form button{
  position:absolute;
  right:0;
  top:4px;
  border:0;
  background:transparent;
  color:white;
  cursor:pointer;
  opacity:0;
  transition:all 300ms;
}

.filter-toggle {
  cursor:  pointer;
}

.filter-toggle.shown {
  font-weight: 600;
}

.filters{
}

.filter-container {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
}

@media (min-width: 991.98px) {
  .filter-container>div:not(:first-child) {
    padding-left: 2rem;
  }

  .filter-container>div:not(:last-child) {
    padding-right: 2rem;
  }
}
.filter-container>div {
  padding-top: 1rem;
  padding-bottom: 0;
}


@media (min-width: 991.98px) {
  .filter-container {
    display: flex;
    border-bottom: none;
  }
  .filter-container>div:not(:last-child){
    border-right:  1px solid #000;
  }
}

.filter-collapse-button, .filter-suche-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*border-bottom: 2px solid black;*/
  font-size: 1rem;
  margin-bottom: 0;
  height:2rem;
}

.filter-collapse-button {
  cursor: pointer;
  min-width:170px;
  text-align:right;
}
.filter-collapse-button svg{
  margin-left:10px;
}

.filter-suche-wrapper input {
  background-color: transparent;
  border: none;
  height: 2rem;
  width: 10rem;
  box-shadow: none;
  outline: none;
  transition: all 500ms ease-out;
  z-index: 21;
  color:  #000;
}

.filter-suche-wrapper input::placeholder {
  color:  #000;
}

.filter-suche-wrapper input:focus, .filter-suche-wrapper input:valid {
  width: 30rem;
  max-width: 80vw;
  background-color: #000;
  color: white;
  padding: 0 15px;
}

.filter-suche-wrapper input:focus + button, .filter-suche-wrapper input:valid + button{
  opacity:1;
}

.filter-suche-wrapper input:focus ~ label, .filter-suche-wrapper input:valid ~ label {
  transform: scaleX(0);
  transform-origin: left;
}

.filter-suche-wrapper label {
  position: absolute;
  right: 0;
  cursor: text;
  margin-bottom:0;
  transition: all 500ms ease-out;
}



/* Container for custom checkboxes */
.filter-checkbox, .filter-img-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-checkbox {
  padding-left: 1.5em;
}

/* Hide default checkbox */
.filter-checkbox input, .filter-img-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Style custom checkbox */
.filter-checkbox .custom-checkbox {
  position: absolute;
  top: 0.25em;
  left: 0;
  height: 1em;
  width: 1em;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 3px;
  transition: background-color 250ms ease-in-out;

  border-radius: 100%;
  border: 2px solid #FFF;
  outline: 1px solid #000;
}

.filter-checkbox:hover input ~ .custom-checkbox {
  background-color: #eee;
}
.filter-img-checkbox:hover input ~ .filter-topics-item__text{
  border-bottom-color: rgb(25,25,25);
}

.filter-checkbox input:checked ~ .custom-checkbox {
  background-color: #000;
}
.filter-img-checkbox input:checked ~ .filter-topics-item__text {
  font-weight: bold;
  border-bottom-color: rgb(25,25,25);
}

.button-checkbox-container {
  display: block;
  padding: 0;
  width: 100%;
}
.button-checkbox {
  border: 1px solid #000;
  width: 100%;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  text-align: center;
}
.filter-checkbox input:checked ~ .button-checkbox {
  background-color: #000;
  color: #FFF;
}
#adv-month-filter {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}



#tile-view{
  margin-bottom: 5rem;
}

.tile-view-filters-list{

}
.tile-view-filters-list span{
  background: #FFF;
  color: $font-color;
  border: 1px solid rgb(20,19,19);
  display: inline-block;
  padding: 7px 25px;
  margin-right:5px;
}
.tile-view-filters-list span a{
  color: #FFF;
  position: absolute;
}
.tile-view-filters-list span:hover a{
  color: var(--font-color);
}

.search-result-persons{
  margin-top:20px;
}
.search-result-persons ul{
  margin:0;
  padding:0;
  list-style:none;
}
.search-result-persons ul li{
  list-style:none;
  display:inline-block;
}
.search-result-persons ul li a{
  display:block;
  padding: 10px 20px;
  background:#ddd;
  margin: 0 2px 5px 0;
}

#grid-container {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.grid {

}

.grid-item, .grid-sizer {
  position: relative;
  width: 50%;
  padding: 10px 1% 30px 1%;
}
.grid-sizer{
  order:2;
  height: 1px;
}

.grid-item-2 {
  width: 100%;
}

.grid-item-link {
  display: block;
}

.grid-item-content {
  width: 100%;
  background-size: cover;
  background-position: center;
  position:relative;
}
.grid-item-content .status-wrapper{
  position: absolute;
  top:10px;
  right:10px;
  text-align:right
}
.event-status-badge.status{
  background:#000;
  color:white;
  line-height:1em;
  padding:5px 10px;
  margin-bottom:5px;
  display:inline-block;
}
.event-status-badge.status.red{
  /*background:#ba2020;*/
  /*background: #f68b63;*/
}
.list-entry .event-status-badge {
  max-width: 196.8px;
  padding: 0.375rem 0.75rem;
}
.grid-item-content:after, .grid-mouseover-content:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.grid-item-2 .grid-item-content:after, .grid-item-2 .grid-mouseover-content:after {
  padding-top: 48.454%;
}

.grid-item-text {
  min-height: 5.625rem;
  padding-top:0.5em;
}

.grid-item-text__category {
  margin-bottom: -0.25em;
  color: var(--font-color);
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.on-blue .grid-item-text__category{
  color:white;
}

.grid-item-text__title {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.25;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin-top:5px;
  height:57px;
  font-weight: 500;
}
.on-blue .grid-item-text__title {
  color: white;
}

.grid-mouseover {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 3%;
  bottom: 10px;
  left: 3%;
  transition: all 300ms ease-out;
}
.grid-item-2 .grid-mouseover{
  right:1.5%;
  left:1.5%;
}

.grid-mouseover-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position:relative;
}
.grid-mouseover-content-inner{
  position:absolute;
  top:1rem;
  right:1rem;
  left:1rem;
  bottom:1rem;
  overflow:hidden;
}

.grid-mouseover__placetime {
  color: white;
  font-size: 1rem;
}
.grid-mouseover__placetime .time {
  font-weight:700;
}

.grid-mouseover__category {
  color: #FFF;
  font-weight: 700;
  margin-top: 1.125em;
  font-weight:bold;
}

.grid-mouseover__title {
  color: white;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height:1.2;
}

.grid-mouseover__text {
  color: white;
  font-size: 1rem;
  overflow: hidden;
  margin-top:1rem;
}

.grid-mouseover__button {
  min-height: 5.625rem;
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.on-blue .grid-mouseover__button{
  background-color: #2f90b7;
}
.grid-mouseover__button .row{
  width:100%;
  padding: 0 20px;
}
.grid-mouseover__button .col{
  padding:0;
}
.on-blue .btn.btn-secondary{
  border-color:white;
  color:white;
}
.on-blue .btn.btn-secondary:hover{
  border-color:#2f90b7;
  color:#2f90b7;
  background-color:white;
}

#list-view{
  padding-bottom:4rem;
}

.event-pagination{
  padding: 2rem 0;
  text-align:center;
}
.event-pagination a{
  padding: 0 1rem;
}

.no-results-tiles, .no-results-search{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size:2rem;
  display:none;
  margin: 2rem 0 5rem 0;
}
.no-results-search{
  display:block;
}


.month-collapse{
  margin-bottom: 1em;
}
.month-collapse-button {
  cursor: pointer;
}
.month-collapse h2 {
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1.8rem;
}

.list-entry {
  display: flex;
  flex-wrap: wrap;
  /*background: linear-gradient(to top, rgba(200,200,200,0.1) 0px, rgba(200,200,200,0) 3rem);  */
  padding: 1rem 0;
}
.list-entry:last-child{
}
@media (max-width:  576px) {
  .list-entry {
    padding:  0;
  }
}
.list-hr {
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.list-item-text__desc p:last-child {
  margin-bottom: 0;
}

.list-item-day{
  font-size: 1.8rem;
  font-weight:bold;
  display:block;
  line-height: 1em;
}
.list-item-month{
  font-size: 1.3rem;
  font-weight:normal;
  display:block;
}

.list-item-text__category {
  color: #009DDD;
  font-weight: 600;
}

.list-item-text__title {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.25;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight:normal;
  text-transform:none;
  margin:0.5rem 0;
}

list-item-text__desc {
  margin: 1em 0;
}

.diff-bg {
  background-color: #F0F0F0;
}


.event-main-block{
  margin-bottom: 2.25rem;
}

.event-status{
  margin-bottom:2rem;
  background:#000;
  color:white;
  line-height:1em;
  padding:5px 10px;
  display:inline-block;
}

.event-pre-title {
  font-family:"Pensum Display", Georgia;
}

.event-info{
  border-right:1px solid black;
  padding-right:30px;
}
.event-place-date{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.event-place{
  font-size:1.56rem;
}
.event-date{
}

.add-to-calendar-checkbox{
  cursor:pointer;
}

.price-row{
  margin-left:-5px;
  margin-right:-5px;
}
.price-row .col{
  padding-left:5px;
  padding-right:5px;
}
.price{
  font-weight:normal;
  line-height:1.2;
  text-align:center;
  border: 1px solid #000;
  padding:0.25rem;
}
.price .type{
  display:block;
  margin-bottom:0.25rem;
}
.price .price-text{
  display:block;
}

.event-interaction, .event-social, .event-ticketpark-button{
  margin-top: 4rem;
}
.landingpage-event-interaction{
  margin-top:1rem;
}
.bestand-anzeige{
  text-align:center;
  margin-top:10px;
}
.bestand-anzeige.soldout{
  color:#ba2020;
}
.bestand-anzeige.available{
  color:#79ba20;
}

.event-main{
  padding-left:30px;
}
.event-post-title{
  margin-top:0.5rem;
}
.event-description{
  margin-bottom:2rem;
}
.event-main h5 {
  /*font-weight:bold;*/
  text-decoration: underline;
  font-weight: normal;
  font-size:1rem;
  margin:0;
}
.event-participant h5 {
  text-decoration: none;
  font-weight: bold;
}
.text-smaller{
  font-size:0.8em;
}

.event-participants{}
.event-participant{
  margin-top:1rem;
  margin-bottom:2rem;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.event-participant h5{
  text-transform:none;
}
.event-participant .row > div:nth-child(2n){
  padding-left:0;
}
.event-participant-desc{
  line-height:1.2em;
}


.teilen-buttons {
  display: flex;
  justify-content: flex-start;
}

.about-intro {
  font-size: 2rem;
  font-weight: 600;
}

.galery-part > div > div:nth-child(1) {
  padding: 0;
}

.galery-part > div > div:nth-child(2) {

}

.video-section .player-wrapper{
  width:100%;
  max-width:1000px;
  padding-top:56.25%;
  position:relative;
  margin:0 auto;
}
.video-section .player{
  position:Absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  width:100%;
}
.video-section .player iframe{
  width:100%;
  height:100%;
}


section{
  margin: 5rem 0;
}
.event-main-block+section {
  margin-top:0;
}
section.podcast-blog-section:nth-child(2n){
  background: #F0F0F0;
  padding: 2rem 0;
}
.podcast-blog-section section:nth-child(2n){
  background: transparent;
  padding: 0;
}


.partner-logos-sections{
  display:flex;
  flex-wrap:wrap;
  /*justify-content:space-around;*/
  justify-content:flex-start;
  margin:0 -15px;
}
.partner-logos-section{
  padding: 0 25px 0 15px;
}
.partner-logos-section .logo-wrapper{
  min-height: 100px;
  display:flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.partner-logos-section .logo-wrapper a, .partner-logos-section .logo-wrapper div{
  min-height: 100px;
  height:100%;
  display:flex;
  align-items:center;
  margin:10px 40px;;
}
.partner-logos-section img{
  max-width: 300px;
  max-height:100%;
  width: 100%;
  align-items: center;
  flex-grow:0;
}

.nzz-page{
  margin-bottom:5rem;
}
.nzz-page h1{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight:normal;
  font-size: 2.5rem;
}





.color-red {
  color: #b24774;
}
p a{
  text-decoration:none;
  color:black;
  display:inline-block;
  position:relative;
}
p a:not(.no-line)::after{
  /*display:block;
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  height:2px;
  background:black;
  content:' ' ;
  transition: all 300ms;*/
}
p a:not(.no-line) {
  color: #212529;
  text-decoration: underline;
}
p a:hover::after{
  bottom:-5px;
}


.gaesteliste-letters{
  margin-bottom:30px;
}
.gaesteliste-letters a{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  padding:5px;
}


hr{
  margin: 2rem 0;
  width:75%;
  background-color:black;
}
.contact input, .contact textarea{
  background:rgba(0,0,0,0.05);
  color:black;
  border:none;
}

.contact-right{
  border-left: 1px solid black;
}



.highlighted-box{
  border:1px solid black;
  padding:15px;
  margin: 15px 0;
}


/* AUDIO PART */
.audio-player{
  padding:10px;
  margin:10px -10px;
}
.audio-player h4{
  font-size:17px;
}
.music-control{
  font-size:20px;
  display:inline-block;
  margin-right:5px;
  width:18px;
}
.music-control:hover, .music-control:focus, .music-control:active{
  color:#3BB6B3;
  text-decoration:none;
}
.timeline{
  width: 90%;
  height: 2px;
  background: #dedede;
  display:inline-block;
  margin-bottom:5px;
}
.buffered{
  height:2px;
  background:#cdcdcd;
  width:0%;
}
.playhead{
  width: 0px;
  height: 2px;
  margin-top:-2px;
  background: black;
  position:relative;
}
.playhead::after{
  display:block;
  content:' ';
  width: 15px;
  height: 15px;
  margin-top:-6px;
  border-radius:50%;
  background: #009DDD;
  position:absolute;
  right:-10px;
}
.audio{
  display:none;
}



/* download documents part */
.document-download{
  position:relative;
}
.document-download:after{
  display:block;
  content: ' ';
  padding-top:100%;
}
.document-download a{
  display:flex;
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  border:3px solid #009DDD;
  text-align:center;
  transition: all 300ms;
  flex-direction:column;
}
.document-download a:hover{
  background:#009DDD;
  color:white;
}
.document-download .document-icon{
  padding:0px;
  font-size:2rem;
  flex-grow:1;
  display:flex;
  align-items:center;
  justify-content: center;
}
.document-download .document-title{
  padding: 10px;
  padding-top:0;
  line-height:1.15em;
}



/* general stuff for pages */
.lead{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size:1.56rem;
  margin-top:2rem;
}


.partner-tile-row{
  margin-left:-10px;
  margin-right:-10px;
  margin-bottom:8rem;
}
.partner-tile {
  position: relative;
  width: 50%;
  padding: 10px;
}
.partner-tile-inner{
  width: 100%;
  padding-top:57%;
  background-size: cover;
  background-position: center;
  position:relative;
}
.partner-tile-inner h4 {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  text-align: center;
  background-color: #FFF;
  color: #000;
  z-index:3;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1em;
  padding: 10px 0;
  font-style:normal;

}
.partner-tile-hover{
  background:rgba(0,0,0,0.6);
  color:white;
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  opacity:0;
  transition:all 300ms;
}
.partner-tile:hover .partner-tile-hover{
  opacity:1;
}
.partner-tile-hover-text{
  position:absolute;
  bottom:100px;
  right:20px;
  left:20px;
  font-size:1.1em;
}

.partner-page-logos .logo-wrapper{
  flex-wrap:wrap;
  height:auto;
  justify-content:space-around;
}
.partner-page-logos .partner-logos-section .logo-wrapper  a, .partner-page-logos .partner-logos-section .logo-wrapper  div{
  margin:10px 20px;
  height:80px;
}
.partner-page-logos .partner-logos-section img{
  max-width:200px;
}



/* ----------------- SHOPPINGCART ----------------- */
.shopping-cart-placeholder {
  background-color: #f0f0f0;
}

.ajax-loader {
  text-align: center;
  font-size: 300%;
  height: 72px;
  line-height: 72px;
  margin-top: 1rem;
}
.shopping-cart {
  font-size: 110%;
  opacity: 0;
  transition: opacity .15s;
  cursor: default;
}

.shopping-cart.icon {
  cursor: default;
}

.shopping-cart.has-items {
  opacity: 1;
  cursor: pointer;
  position:relative;
}

.btn.in-cart {
  position: relative;
}

[data-shopping-cart-article-count]{
  position: absolute;
  background: #009DDD;
  z-index: 4;
  border-radius: 50%;
  right: 0;
  width: 1.125rem;
  height: 1.125rem;
  text-align: center;
  border: 1px solid white;
  line-height: 1.05rem;
  font-size: 0.9rem;
  color:white;
}

/*.btn[data-add-to-cart]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 7px;
  height: 8px;
  width: 8px;
  border-radius: 5px;
  background-color: #009DDD;
  opacity: 0;
  transition: opacity .15s;
}

.btn[data-add-to-cart].in-cart::after {
  opacity: 1;
}*/

.shopping-cart-image-container {
  padding-top: 100%;
  position: relative;
}

.shopping-cart-image-container > img {
  position: absolute;
  top: 0;
}

.shopping-cart-display {
  overflow: hidden;
  opacity: 0;
}

.shopping-cart-display .time {
  font-weight: 700;
}

.shopping-cart-details {
  padding-bottom: 4rem;
}

.shopping-cart__link {
  display: block;
}

.shopping-cart__link:hover {
  color: #000;
}

.shopping-cart__category {
  color: #009DDD;
  font-weight: 700;
  margin-top: 1.125em;
}

.shopping-cart__title {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height:1.2;
}

.shopping-cart__actions {
  position: absolute;
  bottom: 0;
}

.shopping-cart__actions > * {
  float: left;
}

.shopping-cart__count {
  border-left: none;
  border-right: none;
}

.shopping-cart__count:hover,
.shopping-cart__count:focus,
.shopping-cart__count:active {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  border-color: #000 !important;
}

.btn.hidden-in-cart {
  position: absolute;
  transition: opacity .15s;
  z-index: 1;
  right: 0;
}

.btn.hidden-in-cart.in-cart {
  opacity: 0;
  z-index: -1;
}

.in-cart-display {
  float: right;
}

.in-cart-display > * {
  float: left;
}

.hidden-in-cart + .in-cart-display {
  opacity: 0;
  transition: opacity .15s;
}

.hidden-in-cart.in-cart + .in-cart-display {
  opacity: 1;
}

.in-cart-display::after {
  content: "";
  display: block;
  clear: both;
}

.add-to-cart-wide {
  position: relative;
}

.add-to-cart-wide > .in-cart-display {
  float: none;
  margin-left: 50%;
  margin-right: -50%;
  display: inline-block;
  transform: translateX(-50%);
}

.in-cart-display-link {
  line-height: 2.3rem;
  padding-left: 1rem;
}

.pointer {
  cursor: pointer;
}







/* -------------------- LAZYLOADING -------------------- */

.load-more{
  display:block;
}
.loader-info{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  margin: 2rem 0 5rem 0;
  text-align:center;
}






/* -------------------- FOOTER -------------------- */
footer h5 {
}

a.footer-social{
  margin-right:10px;
  display:inline-block;
}

.footer-collapse-button {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer svg:not(:last-of-type) {
  margin-right: 0.75em;
}

footer img {
  max-height: 2rem;
}

.similar-img {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.similar-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.similar-text strong{
  display:block;
}
.similar-text-title{
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size:1.56rem;
  line-height:1.25;
}


/* -------------------- MEDIAQUERY HAMBURGER -------------------- */


@media (max-width: 991.98px) {

  /* --- SLIDE NAV --- */
  #slide_nav{
    height: 100%;
    width: 250px;
    display: block;
    background: #303030;
    position: fixed;
    top: 0;
    left: -300px;
    transition: all 400ms;
    z-index:100;
  }
  #slide_nav.open{
    left:0;
  }

  .side-nav-close{
    color:white;
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding: 20px;
    padding-bottom:0;
  }

  #slide_content{
    Background: white;
    min-height: 100vh;
    /*box-shadow: -6px 0px 40px rgb(0, 0, 0);
    box-shadow:none;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 400ms;
    transition: all 400ms;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;*/
  }

  #slide_content.open{
    /*-webkit-transform: translateX(320px);
    transform: translateX(320px);*/
  }

  #slide_nav.open .side-nav-content{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .side-nav-content{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 26px;
    margin-top: 75px;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .side-nav-content a{
    color: #dedede;
    position:relative;
  }
  .side-nav-content .active{
    color: white;
  }
  .side-nav-content .active a::before{
    display:inline-block;
    content:' ';
    width:5px;
    background:#009DDD;
    height:100%;
    position:absolute;
    left:-15px;
    top:0;
  }
  .side-nav-content ul{
    padding: 0;
    list-style: none;
  }
  .side-nav-content ul li{
    position:relative;
  }
  .side-nav-content a:hover {
    color: white !important;
  }
  .side-nav-open-submenu{
    position:absolute !important;
    right:0;
    top:0;
    transition: all 300ms;
  }
  .side-nav-open-submenu::before{
    display:none !important;
  }
  .side-nav-content ul li.submenu-open .side-nav-open-submenu{
    transform:rotate(180deg);
  }
  .side-nav-content ul li ul{
    max-height:0;
    transition: all 300ms;
    overflow:hidden;
    color: #dedede;
  }
  .side-nav-content ul li.submenu-open ul{
    max-height:600px;
  }
  .side-nav-content ul li ul li{
    line-height:1.3;
    font-size:0.9em;
  }
  .side-nav-content ul li ul li:last-child{
    margin-bottom:1.5rem;
  }
  .side-nav-content ul li ul li a{
    padding-left:5px;
  }
  .side-nav-content ul li ul li a::before{
    display:none !important;
  }
  .side-nav-content ul li ul hr{
    background:white;
    margin:0.5rem 0;
  }


  .burger-wrapper{
    display: inline-block;
  }

  .logo img{
    max-height: 50px;
  }
}




.emergency-banner{
  background: #ffeed8;
  padding: 25px 30px;
  display: flex;
  position: relative;
  max-height:1000px;
  transition: all 300ms;
}
.emergency-banner.collapsed{
  max-height:150px;
  padding-bottom:50px;
}
.emergency-open{
  position: absolute;
  bottom: 0px;
  left:0;
  width:100%;
  background: #ffeed8;
  display:none;
  text-align:center;
}
.emergency-banner.collapsed .emergency-open{
  display:block;
}
.emergency-banner p{
  margin:0;
}
.emergency-banner .emergency-icon{
  font-size: 4rem;
  display: flex;
  flex-direction:column;
  justify-content: center;
  padding-right:15px;
}






.form-check-input{
  margin-left:0;
}


.podcast-blog section:not(.podcast-blog-section){
  margin: 0;
}
.podcast-blog-section{
  margin: 0 0 3rem 0;

}
.podcast-blog-section h2{
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

.podcast-blog-section h5 {
  font-family:"Pensum Display", Georgia;
}
.podcast-blog-section h5 small {
  font-family: "GT America", Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.podcast-blog h3{
  display: none;
}
.podcast-blog .video-section h3{
  display: block;
}
.podcast-blog .video-section {
  padding-bottom: 3rem;
}

.podcast-pagination-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
}
.podcast-pagination {
  display: flex;
  position: relative;
}

.podcast-pagination a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  text-align: center;
  line-height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin: 0 -1px 0 0;
}

.podcast-pagination a.active {
  background-color: #000;
  color: #FFF;
}

.podcast-pagination a.prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}

.podcast-pagination a.next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}

.podcast-pagination a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.response{
  display: block !important;
}





/* -------------------- MEDIAQUERY CUSTOM -------------------- */

/* MD, LG, XL */
@media(min-width:768px){
}

/* LG, XL */
@media(min-width:992px){
  .border-right {
    border-right: 1px solid black;
  }

  .border-right-80 {
    position: relative;
    padding-right: 2em;
  }

  .border-right-80:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    /*bottom: 20%;*/
    bottom:0;
    right: 0;
    border-right: 1px solid black;
  }

}

/* XL */
@media(min-width:1200px){
  .grid-item, .grid-sizer {
    width: 33.333%;
  }
  .grid-item-2 {
    width: 66.666%;
  }
  .grid-mouseover:hover {
    opacity: 1;
  }
}






/* XS,SM,MD,LG */
@media (max-width: 1199.98px) {
  .logo{
    flex-grow:1;
  }
  .grid-item-content::after, .grid-mouseover-content::after {
    padding-top:60%;
  }
}

/* XS,SM,MD */
@media (max-width: 991.98px) {
  .header-spacer{
    height:71px;
  }
  .logo {
    padding-bottom: 20px;
  }
  .partner-tile-inner{
    padding-top:75%;
  }
  .partner-tile-inner h4 {
    font-size: 1.5rem;
    padding: 5px 0;
  }
  .partner-tile-hover-text{
    left:10px;
    right:10px;
    bottom:40px;
    font-size:1em;
  }
  .event-info{
    border-right:none;
    margin-bottom:2rem;
  }
  .event-interaction, .event-social, .event-ticketpark-button{
    margin-top:1rem;
  }
  .event-interaction, .event-ticketpark-button{
    margin-bottom:2rem;
  }
  .event-main{
    padding-left:15px;
  }
  footer{
    font-size:0.9rem;
  }
}





/* XS, SM */
@media(max-width:767.98px){
  h1{
    font-size: 1.5rem;
  }
  .header-container{
    margin: 0 1rem;
  }
  .partner-tile-row{
    margin-bottom:2rem;
  }
  .partner-tile{
    width:100%;
  }
  .partner-tile-inner{
    padding:0;
    background-image:none !important;
  }
  .partner-tile-inner h4{
    position:static;
  }
  .partner-tile-hover{
    opacity:1;
    position:static;
    background:transparent;
    color:black;
  }
  .partner-tile-hover-text{
    position:static;
  }
  .partner-contact, .contact-right{
    border-left:0;
    margin-top:3rem;
  }

  .collapse-table-mobile, .collapse-table-mobile tr, .collapse-table-mobile td{
    display:block
  }
  .collapse-table-mobile td{
    width:100% !important;
    max-width: 100%;
  }
  .collapse-table-mobile td:first-child{
    padding-bottom: 0;
    text-decoration: underline;
  }
  .collapse-table-mobile td:last-child{
    border:0;
  }
}


/* XS */
@media (max-width: 575.98px) {
  #slide_nav{
    max-width:250px;
    left: -100vw;
  }
  .header-container{
    margin:0;
  }
  .grid-item, .grid-sizer{
    width:100%;
  }
  .grid-item-text{
    min-height:0;
  }
  .grid-item-text__title{
    height:auto;
    margin-bottom:2rem;
  }
  .search-container{
    top:14px !important;
    right:0.5rem;
  }
  .logo img{
    max-width:100%;
    max-height:2.3rem;
  }
  .swiper-button-next, .swiper-button-prev{
    width:19px;
    height:29px;
    background-size:cover;
  }
  .swiper-text > h2{
    font-size:6vw;
  }

  .icon{
    margin-right:0.3rem;
  }
  .filter-img-checkbox:hover input ~ .filter-topics-item__text{
    border-bottom-color:transparent;
  }
  .filter-img-checkbox input:checked ~ .filter-topics-item__text{
    border-bottom-color: #009DDD;
  }
  .event-participant .row > div:nth-child(2n){
    padding-left:15px;
  }
  .shopping-cart-image-container {
    margin-bottom: 20px;
    max-width: 250px;
    max-height: 250px;
  }
}

@media (max-width: 575.98px) and (min-width: 270px) {
  .shopping-cart-image-container {
    padding-top: 250px;
  }
}






/* special media for very small screens */
@media (max-width: 400px) {
  .swiper-text h2{
    font-size:5vw;
  }
}






/* special search dingens media: LG, SM, XS */
@media (max-width: 1199.98px) and (min-width: 992px), (max-width: 767.98px) {
  .filter-suche-wrapper input{
    width:0;
  }
  .search-spacer{
    width:0;
  }
}


/* special search dingens media: only lg */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .main-nav ul li a{
    font-size:1.3vw;
  }
}









/* ONLY IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-mouseover__button{
    height:5.62rem;
  }
  #advanced-filters .col-sm-auto{/* for advanced filters view */
    flex-basis:0px;
    max-width:100%;
    flex-grow:1;
  }
}

div[data-buymethod-id] {
  display: none;
}
.buymethods-modal-buymethod {
  display: flex;
  align-items: center;
}
.buymethods-modal-buymethod:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.buymethods-modal-button {
  min-width: 250px;
  flex: 0;
}
.buymethods-modal-description {
  flex: 1;
}

.cc-btn {
  font-weight: normal!important;
}

.team-image {
  position: relative;
}

.team-image>img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}
.team-image-overlay {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(50,63,79,0) 100%);
  align-items: end;
  opacity: 0;
  transition: 0.4s ease all;
}

.team-image-icon-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 50px;
}


.team-image:hover .team-image-overlay {
  opacity: 1;
}

.team-icon {
  width: 30px;
}

.team-icon img {
  width: 30px;
}
