@font-face {
  font-family: Dia;
  src: url('../fonts/ABCDiatype-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Dia-heavy;
  src: url('../fonts/ABCDiatype-Heavy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: MH;
    src: url('../fonts/DFLiHeiStd-W5.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: MH-Bold;
    src: url('../fonts/MHeiHK-Xbold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }



html, body {
    position: relative;
    height: 100%;
    font-size: calc(15px + 0.390625vw);
}



body {
margin: 0;
padding: 0;
color: black;
overflow-x: hidden;
background-color: #d4b689;
}

body.de {
  font-family: Arial, Helvetica, sans-serif;
}

body.en {
  font-family: Arial, Helvetica, sans-serif;
}

body.ma {
  font-family: MH;
  line-height: 1.5;
}

h1.de {
  font-size: 1.8rem;
  padding: 4rem 0 0 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}

h1.en {
  font-size: 1.8rem;
  padding: 4rem 0 0 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h1.ma {
  font-size: 1.8rem;
  padding: 4rem 0 0 0;
  margin: 0;
  font-family: MH;
}

h2 {
  font-size: 1.5rem;
}

i {

}

em {

}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:link, a:visited { 
  text-decoration: none;
  cursor: pointer;
}

a:link:active, a:visited:active { 
  text-decoration: none;
  cursor: pointer;
}

a:hover {

}

.fliesstext a { 
  text-decoration: underline;
}


p {
  margin: 0;
}

.fliesstext p {
  margin-top: 1rem;
}

.fliesstext img {
  position: relative;
  max-width: 50vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 1rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
}
    
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

figure {
  margin: 1rem 0;
}

button {
  background-color: black;
  color: white;
}

svg {
  margin: 0;
}

.u_line {
  text-decoration: underline;
}

.upper-c {
  text-transform: uppercase;
}

* {box-sizing:border-box}

html::-webkit-scrollbar {
display: none;
}

html {
-ms-overflow-style: none;
scrollbar-width: none;
}

.hide {
  display: none;
}

main {
  position: relative;
  margin: 6rem 0rem 2rem 0rem;
}

.inhalt {
  padding: 0 4rem 0 4rem;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

/* Navi */

.navigation {
  top: 0px;
  position: fixed;
  padding: 1rem 4rem;
  width: 100%;
  z-index: 120;
  background-color: #d4b689;
  height: 6rem;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.nav-links-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;  
  width: 100%;
  align-items: center;
}
 
.nav-links-container > :last-child {
  text-align: right;
}

.nav-links-container > *:not(:first-child):not(:last-child) {
  text-align: center;
}

.navigation img {
  height: 3rem;
}






/* Start */

.swiper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.swiper-start {
  position: relative;
  height: 100%;
  width: 100%;  
}

.swiper-aktuell, .swiper-past-festivals, .swiper-past-screenings, .swiper-past-behind, .swiper-support, .swiper-support-2 {
  position: relative;
  height: auto;
  width: 100%;
}

.swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 120;
  font-size: 4rem;
  color: white;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.swiper-button:hover {
  cursor: pointer;
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

.swiper-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.social-logo-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); 
  gap: 20px;
  padding-top: 1rem;
}

.social-logo img{
  padding-right: 1rem;
  max-width: 100px;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}


/* About */

.about-info {
  margin-top: 7rem;
}

.adresse {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  margin-top: 1rem;
}

.adresse a {
  color: inherit;
}

.adresse-element span p {
  display: inline;
  margin: 0; 
}

.adresse-element > :first-child {
  text-transform: uppercase;
}



.team-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
  gap: 20px;
}

.team-member {
  box-sizing: border-box;
}

.portrait {
  width: 100%;
  padding-top: 133%;
  position: relative;
  overflow: hidden;
}

.portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.details {
  text-align: left;
  margin-top: 1rem; 
  word-wrap: break-word; 
  font-size: 0.9rem;
}







.upcoming-wrap, .past-wrap {
  width: 100%;

}

.upcoming-titel {
  position: relative;
  width: 100%;
  text-align: center;
}

.event-item {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 0; 
}

.event-row {
  display: grid;
  grid-template-rows: auto auto;
}

.event-row-top {
  grid-template-columns: 0.5fr 0.5fr 2fr; 
  border-bottom: solid 0px black;
}

.event-row-bottom {
  grid-template-columns: 1fr 2fr; 
  border-bottom: solid 1px black;
}

.event-item:first-child {
  border-top: solid 1px black;
}

.event-jahr, .event-datum, .event-titel-ort, .event-bild, .event-beschreibung {
  padding: 1rem;
}

.event-jahr, .event-datum, .event-titel {
  padding-left: 0rem;
}

.event-images img {
  width: 100%;
  height: auto;
}

.event-bild {
  grid-area: 1 / 1 / 2 / 2; 
}

.event-beschreibung {
  grid-area: 1 / 2 / 2 / 3; 
  position: relative;
}

.event-beschreibung p {
margin-bottom: 1rem;
}

.dates-link {
  display: block; 
  margin-top: 2rem;
}

.event-beschreibung a{
text-decoration: underline;
}

.impressum-wrap {
  margin-top: 2rem;
}

.impressum-text {
  margin-top: 2rem;
}

.impressum-text p{
  margin-bottom: 2rem;
}

.team-members {
  margin-top: 1rem;
}

.details {
  margin-top: 1rem;
}













.burger-menu {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 350;
  display: none;
}

.burger-menu span {
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.burger-menu span:before,
.burger-menu span:after {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background: black;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.burger-menu span:before {
  top: -0.8rem;
}

.burger-menu span:after {
  top: 0.8rem;
}

.burger-menu.open span:before {
  transform: rotate(45deg);
  top: 0;
}

.burger-menu.open span:after {
  transform: rotate(-45deg);
  top: 0;
}

.burger-menu.open span {
  background: transparent;
}

.menu_table {
  z-index: 300;
  position: fixed;
  height: auto;
  width: 100%;
  top: -100%;
  left: 50vw;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
  background-color: #d4b689;
  padding: 1rem;
  border-bottom: solid 0.15rem black;
}


.openTable{
  top: 0px;
}



@media screen and (max-width: 500px) {

  .burger-menu {
    display: block;
  }

  .navigation {
    padding: 1rem 1rem;
  }

  .nav-links-container {
    display: none;  
  }

  .inhalt {
    padding: 0 1rem 0 1rem;
  }

  .adresse {
    grid-template-columns: 1fr;
  }


}



























