*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
	color: #909090;
	background: #d8d8d8;
	background-color: #d8d8d8;
}

a {
	text-decoration: none;
	color: #909090;
	outline: none;
}

a:hover,
a:focus {
	color: #fff;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}


/* Page Loader */

.js body::before {
	content: 'Loading...';
	font-family: 'Montserrat';
	letter-spacing: 0.2em;
	text-indent: -0.2em;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d8d8d8;
	z-index: 1000;
	pointer-events: none;
	transition: transform 0.5s;
	font-weight: 200;
}

.js .loading::before {
	transform: translate3d(0,100%,0);
}

/* Header */




/* Top Navigation Style */

.codrops-links {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	font-size: 0.85em;
}

.codrops-links::after {
	content: '';
	height: 100%;
	width: 1px;
	background: currentColor;
	position: absolute;
	transform: rotate(22.5deg);
	left: 50%;
	top: 0;
}

.codrops-icon {
	pointer-events: visible;
	display: inline-block;
	padding: 0.6em;
}


/* Demo links */

.demos {
	margin: 0 1em 0 auto;
}

.demo {
	margin: 0 1em 0.5em 0;
	padding: 0 0 0.25em;
	border-bottom: 2px solid transparent;
}

.demos .demo--current {
	border-color: currentColor;
}

/* Content */

.content {
	text-align: center;
}

.content--full {
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
}

.flexy {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.flexy--center {
	justify-content: center;
}

.flexy--row {
	flex-direction: row;
}


/* Slideshow-Intro */

.slideshow-intro {
	position: relative;
	width: 100%;
	height: calc(100vh - 5.5em);
}

.slide {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 1em 0;
	pointer-events: none;
}

.js .slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	pointer-events: none;
	opacity: 0;
}

.js .slide--current {
	pointer-events: auto;
	opacity: 1;
}

.slide__title {
	font-family: 'Arapey';
	font-weight: normal;
	position: relative;
	z-index: 10;
	font-size: 5.5vw;
	top: -16vh;
	margin: 0;
	line-height: 0.8;
	color: #888;
	pointer-events: none;
}

@media screen and (max-width:800px) {
	.slide__title {
		font-size: 15.5vw;
		top: -20vh;
	}
}

.slide .mirror {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.slideshow__nav {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-end;
	bottom: 0;
	right: 0;
	padding: 0 2em 1em;
	overflow: hidden;
}

.slideshow__nav--inline {
	display: block;
	top: 30vh;
	left: 0;
	width: 100%;
	pointer-events: none;
}

.slideshow__nav--inline .btn {
	display: inline-block;
	margin: 0 1em;
	pointer-events: auto;
}

.slideshow__nav--nopad {
	padding: 0;
}

.btn {
	border: 0;
	background: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	padding: 0.25em 0;
	margin: 0.5em 0 0.75em;
	color: inherit;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s;
}

.btn:focus {
	outline: none;
}

.btn--current {
	border-color: currentColor;
}

.btn--nav:last-child {
	margin-bottom: 0;
}

.btn--line {
	width: 100%;
	text-align: right;
	padding: 0.15em 30px 0.15em 0;
	transition: color 0.3s;
}

.btn--line::before {
	content: '';
	width: 10px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
	margin-top: -1px;
	background: #ffb74d;
	transition: transform 0.3s;
}

.btn--line.btn--current {
	border-color: transparent;
	color: #fff;
}

.btn--line.btn--current::before {
	transform: scale3d(26, 20, 1);
}

.btn--play {
	top: 70vh;
	left: 50%;
	color: #ffb74d;
	font-size: 3em;
	transform: translateX(-50%);
	position: absolute;
	transition: color 0.3s;
}

.btn--play:hover {
	color: #fff;
}

.link--sponsor {
	position: absolute;
	left: 0;
	margin: 0 0 2em 2em;
	bottom: 0;
}

.page-title {
	font-family: 'Montserrat';
	position: absolute;
	top: 17vh;
	pointer-events: none;
	text-align: center;
	width: 100%;
	padding: 0 1em;
	margin: 0;
	font-size: 2em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
}



.overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #d8d8d8 url(../img/bg.jpg);
	background-size: cover;
}

/* Themes */

.demo-1 .page-title {
	z-index: 10;
	font-size: 0.80em;
    font-family: inherit;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    top: 19vh;
}

@media screen and (max-width:800px) {
	.demo-1 .page-title {
		top: 14vh;
	}
}

.demo-1 .slide:first-child .slide__title,
.demo-1 .slideshow__nav .btn:first-child {
	color: #444;
}

.demo-1 .slide:nth-child(2) .slide__title,
.demo-1 .slideshow__nav .btn:nth-child(2) {
	color: #8f692f;
}

.demo-1 .slide:nth-child(3) .slide__title,
.demo-1 .slideshow__nav .btn:nth-child(3) {
	color: #ffffff;
}

.demo-1 .slide:nth-child(4) .slide__title,
.demo-1 .slideshow__nav .btn:nth-child(4) {
	color: #ffffff;
}

.demo-1 .slide:nth-child(5) .slide__title,
.demo-1 .slideshow__nav .btn:nth-child(4) {
	color: #999999;
}


@media screen and (max-width: 50em) {

	.demos {
		width: 100%;
		margin: 1em 0 0;
	}
	.page-title {
		font-size: 1.25em;
	}
	.slideshow__nav {
		width: 100%;
		padding: 0;
		bottom: auto;
		top: 0;
		display: block;
	}
	.page-title {
		top: 8em;
	}
	.demo-3 .slide__title {
		font-size: 2em;
	}
	.btn {
		width: auto;
		padding: 0;
		display: inline-block;
		margin: 0.15em;
	}
	.btn--line::before {
		display: none;
	}
	.btn--current.btn--line::before {
		transform: none;
		display: block;
		top: auto;
		bottom: -0.5em;
		width: 100%;
	}
}

.logo {
	color: #956942;
	width: 150px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	z-index: 200;
}

.start-btn {
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	letter-spacing: 5px;
	width: 170px;
	padding: 20px 0px;
	bottom: 4%;
	font-family:'Montserrat';
	font-weight: 200;
	cursor: pointer;
}

.start-btn:hover {
	background-color: #444;
}

@media screen and (max-width:800px) {
	.start-btn {
		bottom: 8%;
	}
}

.menu {
    position: fixed; /* Ändern Sie position zu fixed */
    bottom: 0;
    height: 60px;
    z-index: 200;
    width: 80%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto; /* Entfernen Sie left und right Eigenschaften */
    display: none;
}

.menu ul {
    width: auto; /* Ändern Sie width auf auto */
    display: inline-block; /* Ändern Sie display auf inline-block */
}

.menu ul li {
    display: inline-block;
    margin: auto 10px; /* Fügen Sie rechts und links margin hinzu */
    font-size: 13px;
    letter-spacing: 2px;
}

.menu ul li img {
    vertical-align: bottom;
}

@media screen and (max-width:800px) {
    .menu  {
        bottom: 30px;
        width: 100%;
    }
    .menu a {
        line-height: 30px;
    }

    .menu ul li {
        margin-left: 10px;
        margin-right: 10px; /* Fügen Sie rechts und links margin hinzu */
    }

    .menu ul {
        margin-left: -34px; /* Entfernen Sie margin-left */
    }
}



.slideshow {
	z-index: 100;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
  display: none;
}

.slideshow-slide-credit {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 104px;
	text-align: center;
	color: #fff;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.8);
	font-size:9px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
  padding-top: 15px;
}

@media screen and (max-width:800px) {
	.slideshow-slide-credit {
		bottom: 140px;
	}
}

.slideshow-slide {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	z-index: 10;
}

.slideshow-slide:before {
	content: "";
	display: inline-block;
	margin-right: -5px;
	height: 100%;
	vertical-align: middle;
	max-width: 100%;
}

.slideshow-slide img {
vertical-align: middle;
max-height: calc(100% - 150px);
width: 100%; /* Bildbreite auf 100% der verfügbaren Breite setzen */
height: auto; /* Automatische Höhe, um das Seitenverhältnis beizubehalten */
object-fit: cover; /* Bild so anpassen, dass es den verfügbaren Platz vollständig ausfüllt, das Seitenverhältnis beibehält und das Bild nicht verzerrt wird */
max-width: 1500px;

}

.slideshow-controls {
	position: absolute;
	z-index: 2000000;
	right: 30px;
	bottom: 20px;
}

.slideshow-controls a {
  color: #fff;
  text-decoration: none;
}

.slideshow-controls a:hover {
	color: #eee;
  text-decoration: none;
}

@media screen and (max-width:800px) {
	.slideshow-controls {
		bottom: 125px;
		z-index: 2000000;
	}
}

.title-slideshow {
  font-size: 30px;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index:101;
}

.title-slideshow img {
  max-width: 100%;
}


@media screen and (max-width:800px) {

  .title-slideshow img {
    max-width: 80%;
  }


	.title-slideshow {
    top: 42px;
		font-size: 30px;
	}

	.slideshow-slide img {
			display: inline-block;
			max-width: 100%;
			max-height: calc(90% - 250px);
	}
}

@font-face {
	font-family: 'icons';
	src:url('fonts/icons.eot?kdzlum');
	src:url('fonts/icons.eot?#iefixkdzlum') format('embedded-opentype'),
		url('fonts/icons.woff?kdzlum') format('woff'),
		url('fonts/icons.ttf?kdzlum') format('truetype'),
		url('fonts/icons.svg?kdzlum#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\ea8e";
}
.icon-twitter:before {
	content: "\ea93";
}

.icon-instagram:before {
	content: "\e90a";
}

.icon-pause:before {
	content: "\e901";
}

.icon-pause:hover {
	opacity: 0.5 !important;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.icon-play:before {
	content: "\e900";
}

.icon-play:hover {
	opacity: 0.5 !important;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.social-icons {
	position: absolute;
	right: 30px;
	top: 35px;
	z-index: 9999;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

.icon-instagram {
	font-size: 19px;
}

.endscreen {
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  left: 0;
  right: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 500px;
  padding: 30px;
  display: none;
  margin: auto;
  z-index: 101;
}

.endscreen-info {
  padding-top: 33px;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 5px;
}

.endscreen a {
	color:#fff;
	opacity: 1;
  text-decoration: none;
}

@media screen and (max-width:800px) {
  .endscreen {
    top: 15%;
    width: 100%;
    padding: 0px;
  }
}

.endscreen a:hover {
	color: #efefef;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.endscreen-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-size: cover;
  display: none;
  background-image: url("../img/end.jpg");
}

.contact {
  font-size: 18px;
  margin-top: 5px;
  font-style: italic;
}

@media screen and (max-width:800px) {
  .contact {
  	font-size: 14px;
  }
}


.replay-button {
	display: block;
	padding-top: 0px;
	margin: auto;
	width: 200px;
}
