
@font-face {
  font-family: "Text-Regular";
  src: url("../fonts/Arimo/Arimo-VariableFont_wght.ttf");
}

@font-face {
  font-family: 'Totentanz';
  src:    url('../fonts/Totentanz/Totentanz_WEB-Slanted.eot');
  src:    url('../fonts/Totentanz/Totentanz_WEB-Slanted.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Totentanz/Totentanz_WEB-Slanted.woff') format('woff'),
  url('../fonts/Totentanz/Totentanz_WEB-Slanted.woff2') format('woff2');
}


.ff-12 {
  font-size: 9pt;
  line-height: 11pt;
}
.ff-14 {
  font-size: 14pt;
  line-height: 14pt;
}
.ff-20 {
  font-size: 20pt;
  line-height: 20pt;
}
.ff-27 {
  font-size: 19pt;
  line-height: 22pt;
  word-break: break-word;
}
.ff-40 {
  font-size: 27pt;
  line-height: 115%;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.invisible {
  display: none;
}

html {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

body {
  width: 100vw;
  /*height: 100vh;*/
  font-family: "Text-Regular";
  font-weight: 100;
  font-variation-settings: 'wght' 100;
  letter-spacing: 0.03rem;
  word-spacing: 0.05rem;
  font-size: 13pt;
  line-height: 120%;
  color: #000000;

  background-color: #ffffff;
  overflow-x: hidden;
  overflow: hidden;
}

ul, li {
  list-style: none;
}

img, video {
  width: 100%;
}

strong {
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.1s;
  display: inline-block;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}
a:visited,
a:active,
a:focus {
  color: #1D1D1D;
  text-decoration: none;
}

a:hover
{
  animation: shake 340ms infinite;
  animation-timing-function: linear;
}

@keyframes shake {
  0% { transform: rotate(0.5deg) translate(0, 0.1rem); }
  25% { transform: rotate(-0.5deg) translate(0.3rem, -0.3rem); }
  50% { transform: rotate(0.5deg) translate(-0.1rem, 0rem); }
  75% { transform: rotate(0deg) translate(-0.3rem, 0.3rem); }
  100% { transform: rotate(0.5deg) translate(-0.1rem, 0rem); }
}

.home-bg a:hover {
  animation: none;
}


.shakeAnimation {
  animation: shake2 240ms ;
  animation-timing-function: linear;
}
@keyframes shake2 {
  0% { transform: rotate(0.5deg) translate(0, 0.1rem); }
  25% { transform: rotate(-0.5deg) translate(0.3rem, -0.3rem); }
  50% { transform: rotate(0.5deg) translate(-0.1rem, 0rem); }
  75% { transform: rotate(0deg) translate(-0.3rem, 0.3rem); }
  100% { transform: rotate(0.5deg) translate(-0.1rem, 0rem); }
}


h1 {
  font-size: 50pt;
  line-height: 60pt;
  letter-spacing: 0.05rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-family: 'Totentanz';
}

h2 {
  font-size: 27pt;
  line-height: 30pt;
  letter-spacing: 0.05rem;
  text-align: center;
}

h3 {
  font-size: 19pt;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  line-height: 35pt;
  letter-spacing: 0.05rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 20pt;
  line-height: 30pt;
  letter-spacing: 0.05rem;

}

h5 {
  letter-spacing: 0.05rem;
  padding-top: 0.6rem;
  padding-bottom: 2.5rem;
}


p {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  line-height: 135%;
}

.totentanz {
  font-family: 'Totentanz';
}

header {
  display: flex;
  height: 3rem;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 9999999999;
  width: 100vw;
}

header .logo-link {
  display: flex;
  flex: 1;
  justify-content: center;
}

header .logo {
  flex: 1;
  max-width: 13vw;
  min-width: 13vw;
}

#header .spitz {
  display: flex;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 80% 50%, 100% 100%, 0% 100%, 20% 50%);
  background-color: #000;
}

.header {
  border-bottom: 1px solid #000000;
  height: 3rem;
  display: flex;

  position: fixed;
  z-index: 9999999999;
  top: 3rem;
  width: 100vw;
  background-color: #fff;
  flex-direction: row;
}

.header .hamburger {
  background-image: url(../icons/hamburger.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;

  width: 2rem;
  height: 2rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.header .content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}


main {
  width: 100vw;
}

main section {
  width: 100vw;
  display: flex;
  flex-direction: column;
}

#footer {
  background-color: #000;
  color: #fff;
  line-height: 1.6rem;
  /*padding: 3rem;*/
  display: flex;
  font-size: 10pt;
  font-weight: 200;
  font-variation-settings: 'wght' 200;
  flex-direction: column;
/*  position: fixed;*/
/*  bottom: 0;*/
  width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 1rem;
  height: 5rem;
  padding-top: 1rem;
  z-index: 99999999999;
}

#footer .logo {
  width: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .logo img {
  height: 60%;
  width: auto;
}

#footer .spacer {
  flex: 1;
}
/*
#footer .top {
  flex: 1;
  display: flex;
}
#footer .top .first {
  flex: 1;
}
#footer .top .second {
  flex: 2;
}
#footer .top .third {
  flex: 1;
}
#footer .bottom {
  flex: 1;
  margin-top: 2rem;
}
*/

#footer a {
  color: #fff;
}
#footer a:visited,
#footer a:active,
#footer a:focus {
  color: #fff;
  text-decoration: none;
}


#footer.main {
  flex-direction: row;
}
#footer.main > div {
  padding-right: 2rem;
}

#footer.home {
  position: relative;
  bottom: -20vh;

  padding-left: 1rem;
  padding-right: 0;

}

.page-footer {
  background-color: #000;
  color: #fff;
  padding-left: 4vw;
}

.rand-l {
  padding-left: 4vw !important;
}
.rand-r {
  padding-right: 4vw !important;
}


.page-home {
  padding-top: 6rem;
}

.pager-headline,
.pager-media{
  padding-top: 3rem;
  padding-bottom: 6rem;
}



.pager-gallery  {
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fff;
}

.pager-gallery .gallery-rand {
  margin-left: 20vw;
  margin-right: 20vw;
}

.pager-gallery .swiper-slide {
  width: 85%;
}
.pager-gallery .swiper-slide p {
  position: relative;
padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}


.pager-media .video {
  display: flex;
  flex-direction: column;
  padding-left: 10vw;
  padding-right: 10vw;
}

.pager-media .copyright {
}

.pager-media .text {
  padding-top: 5vh;
  display: flex;
  flex-direction: row;
justify-content: center;
}



.head {
  clip-path: polygon(0% 0%, 100% 0%, 80% 50%, 100% 100%, 0% 100%, 20% 50%);
  background-color: #000;
  color: #fff;
}
.head h1 {
  font-size: 40pt;
  margin-top: 2rem;
}

.pager-events {
  background-color: #fff;
}
.pager-events li,
.pager-showwall .colums{
  display: flex;
/*  min-height: 55vh; */
}

.pager-showwall .colums {
  padding-top: 1rem;
}
.pager-showwall .colum {
  flex: 1;
}
.pager-showwall .colum li {
  padding-bottom: 1rem;
}

.pager-showwall .colum_1 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.pager-showwall .colum_3 {
  margin-left: 1rem;
  margin-right: 1rem;
}


/*
.pager-events li .box:first-child {
  background-color: #ffffff;
}
.pager-events li .box:last-child {
  background-color: #E6E6E6;
}
 */

.pager-events li .box {
  flex: 1;
}
.pager-events li:nth-child(odd){
  background-color: #ffffff;
}
.pager-events li:nth-child(even){
  background-color: #E6E6E6;
}

.pager-events li .box.bg-img,
.pager-showwall li .bg-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

.pager-events li .box.bg-img a{
  width: 100%;
  height: 100%;
}

.pager-events li .box p{
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.pager-events li .box p.nospace{
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}


.pager-box {
  padding-bottom: 2rem;
  background-color: #fff;
}
.pager-box .subheadline {
  font-size: 22pt;
  line-height: 30pt;
  letter-spacing: 0.05rem;
  text-align: left;
  margin-top: 2rem;
}
.pager-box .text {
  font-size: 19pt;
  line-height: 30pt;
  letter-spacing: 0.05rem;
  text-align: left;
  column-count: 2;
  margin-top: 1rem;
}

.pager-box .subheadline-center {
  text-align: center;
}

.pager-box ul {
  display: flex;

  justify-content: space-between;
}
.pager-box ul.top {
  margin-top:5vh;
}
.pager-box li {
  flex: 1;
  max-width: 32.33%;
}

.pager-box h3 {
  margin-bottom: 0;
}
.pager-press {
  padding-bottom: 5rem;
  min-height: 20vh;
}
.pager-press .top {
  background-image: url('../icons/xo-download-pfeil.svg');
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: left center;
  padding-left: 10rem;
  margin-top: 3rem;
  min-height: 4rem;
}
.pager-press li {
  margin-bottom: 0.5rem;
}
.pager-press li label{
  margin-right: 1rem;
  display: inline-block;
}
.pager-press li a{
  display: inline-block;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
}

/*
.box-img {
  height: 30vh;
}
*/

.page-press ul li {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.page-press ul li .img {
  min-width: 5rem;
  max-width: 5rem;
  padding-bottom: 2rem;
  margin-right: 2rem;
}
.page-press ul li .img img {
  width: 2rem;
}

.page-press ul li .text{
  margin-top: 1rem;
}
.page-press h3 {
  font-size: 30pt;
}


.page-archive {
  padding-top: 6rem;
}
.page-archive li.item {
  display: flex;
  background-color: #fff;
}
.page-archive li.item:nth-child(odd) {
  background-color: #E6E6E6;
}
.page-archive li.item .box {
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 35vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-archive li.headline {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 260%;
}


.page-contact {
  text-align: center;
  height: calc( 100vh - 5rem - 6rem );
  margin-top: 6rem;
}
.page-contact::before {
  content:"";
  position:absolute;
  z-index:-1;
  top: 6rem;
  left:0;
  right:0;
  bottom:0;
  clip-path: polygon(0% 0%, 100% 0%, 80% 60%, 100% 100%, 0% 100%, 15% 35%);
  background-color: #000000;
  height: calc( 100vh - 5rem - 6rem );
}

.page-contact .content {
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  width: 70vh;
  height: 70vh;
  top: 7vh;
  left: 20vw;
  padding-top: 9%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-contact .content div {
  margin-bottom: 1rem;
}
.page-contact .content div.space {
  margin-bottom: 3rem;
}


.page-default,
.page-press {
  min-height: 85vh;
  margin-top: 6rem;
  padding-bottom: 10vh;
}

.page-default h1 {
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.page-default .box {
  display: flex;
  padding-top: 5rem;
}
.page-default .box .left,
.page-default .box .right {
  flex: 1;
  padding-right: 3rem;
}
.page-default .box .headline {
  padding-bottom: 1rem;
}

.page-default .box .box-img {
  height: 50vh;
}


.sponsors {
  display: flex;
  flex-direction: row;
}
.sponsors li {
  flex: 1;
  margin-right: 2rem;
}
.sponsors li a {
  width: 100%;
  height: 100%;
}


.box-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-img.portrait {
  height: 85vh;
}
.box-img.landscape {
  height: 45vh;
}


.home-bg {
  background-color: #000000;
  height: 115vh;
}

.home-bg,
.home-bg a {
  color: #fff ;
}

.home-bg .projects {
  padding-top: 6rem;
  font-family: 'Totentanz';
  text-transform: uppercase;
}
.home-bg .projects ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-bg .projects li {
  display: flex;
  flex-direction: column;
/*  margin-bottom: 2rem;
  margin-top: 2rem;*/
}
.home-bg .projects .small {
  font-size: 1vw;
  text-align: center;
  font-family: "Text-Regular";
  z-index: 9999999;
}
.home-bg .projects a {
  font-size: 6vw;
  line-height: 8vw;
  flex: 1;
  text-align: center;
  z-index: 9999999;
}

.projects .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 99999;
}
.projects li:hover .hover {
  display: block;
}


.home-bg .menue {
  font-family: 'Totentanz';
  padding-top: 5rem;
  text-transform: uppercase;
}
.home-bg .menue ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-bg .menue a {
  font-size: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

/*

.home-bg {
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 90% 25%, 100% 100%, 0% 100%, 10% 25%);
  height: 100%;
}


.home-bg > nav {
  padding-left: 20vw;
  padding-right: 20vw;
  padding-top: 10vh;
}
.home-bg nav ul {

}
.home-bg nav ul li {

}
.home-bg nav ul li a {
  font-size: 550%;
  text-transform: uppercase;
  line-height: 95%;
  font-weight: 375;
  font-variation-settings: 'wght' 375;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.home-bg nav ul li > nav {
  display: none;
}

*/

.home-bg nav .submenu.hidden {
display: none;
}
.home-bg nav .submenu {

  margin-bottom: 1rem;
  font-family: "Text-Regular";
}
.home-bg nav .submenu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-bg nav .submenu a {
  font-size: 20pt;
  text-transform: initial;
  line-height: 24pt;

}
/*
.home-bg nav .submenu a:before{
  content: "\A";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: relative;
  top: -0.5rem;
  left: -0.5rem;
}
*/



:root {
  --swiper-theme-color: #000;
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: inherit;
}
.swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
  height: 1rem;
  width: 1rem;
  margin-bottom: 0.3rem !important;
}
.swiper-pagination-bullet-active {
  background-color: rgba(0,0,0,0);
  border: 1px solid #000;
}

.swiper-nav {
  height: 0;
  top: 25vh;
  position: relative;
}

.swiper-button-next2,
.swiper-button-prev2 {
  position: relative;
  height: 20vh;
  width: 10vw;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
  cursor: pointer;
}

.swiper-button-prev2 {
  top: -20vh;
  left: 5vw;
  background-image: url(../icons/nav-prev.svg);
}
.swiper-button-next2 {
  top: 0rem;
  left: 85vw;
  background-image: url(../icons/nav-next.svg);
}


.pager-media iframe {
	width: 50vw;
	height: 28vw;
}

