@charset "UTF-8";
/* CSS Document */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.title {
	position: absolute;
	left: 50%;
	margin-left: -420px;
	top: 30%;
	z-index:33;
  letter-spacing: 2px;
  color: #fff;
  font-size: 70px;
  font-weight: 600;
	text-align: center;
	display: none;
}

@media screen and (max-width:1300px) {
	.title {
		font-size: 30px;
  	margin-left: -180px;
	}
}

.subtitle {
	z-index:33;
  letter-spacing: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

@media screen and (max-width:1300px) {
	.subtitle {
		font-size: 12px;
	}
}

.title-slideshow {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 20px;
  z-index: 33;
  letter-spacing: 2px;
  color: #8c9ea7;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  display: none;
}

.slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideshow {
	z-index: 1;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.slideshow-slide-credit {
	position: absolute;
	z-index: 10;
	right: 100px;
	bottom: 90px;
	text-align: center;
	color: #ccc;
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 1);
	font-size:9px;
	letter-spacing: 1px;
	text-transform: uppercase;
  padding-top: 15px;
}

.slideshow-slide {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slideshow-slide:before {
/*	content: "";
	display: inline-block;
	margin-right: -5px;
	height: 100%;
	vertical-align: middle;
		max-width: 100%;*/
}

.slideshow-slide img {
	/*height: 100vh;
	width: 100vw;
	position:fixed;
	top:0;
	left:0;*/
}

.slideshow-controls {
	position: absolute;
	z-index: 2000000;
	right: 30px;
	bottom: 86px;
}

.slideshow-controls a {
	color: #999;
}

@media screen and (max-width:1300px) {
	.title-slideshow {
		font-size: 30px;
    margin-left: -120px;
    padding-top: 5px;
	}
}

.slick-slide {
	padding-left: 20px;
	padding-right: 20px;
}

.slick-slide img {
		display: inline-block;
		max-width: 100%;
}

#skip-wrapper {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	z-index: 5;
	text-align: center;
}

.start-btn {
	letter-spacing: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-align: center;
  z-index: 5;
}

.start-btn:before {
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
}

.start-btn:hover:before {
	opacity: 0.4;
}


.sound-btn {
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
	top: 40px;
	transition: opacity 0.2s ease-out; /* Übergangseffekte für Opazität */
}

.sound-btn:before {
	content: "\e902";
	font-family: "icons";
}

.sound-btn.is-playing {
	opacity: 1; /* Volle Opazität, wenn der Sound spielt */
}

.sound-btn:not(.is-playing) {
	opacity: 0.5; /* Reduzierte Opazität, wenn der Sound pausiert ist */
}

.sound-btn:hover {
	opacity: 1;
}



.menu {
	position: absolute;
	bottom: 0px;
	height: 90px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.menu ul {
	position: absolute;
	width: 100%;
	margin: 40px 0 0 0;
}

.menu ul li {
	display: inline-block;
	margin: auto 1px;
	font-size: 13px;
	letter-spacing: 2px;
  margin-left: 70px;
}

.menu ul li img {
  vertical-align: bottom;
}


.menu a {
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-text-stroke: 0.5px;
	-webkit-font-smoothing: antialiased;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/*.menu a:hover {
	opacity: 0.5;
    -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;
}*/

#logo {
	width: 120px;
	height: 26px;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 5;
}

.header-bg {
	height: 80px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 4;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .video-background {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-background {
    width: 300%;
    left: -100%;
  }
}

@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-googleplus:before {
	content: "\ea8a";
}
.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;
}

.hideshare-wrap {
	position: absolute;
	right: 180px;
	top: 38px;
	z-index: 9999;
	display: inline-block;
	width: 50px;
}

.share {
	font-size: 15px;
	letter-spacing: 2px;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	margin-left: 0px;
	vertical-align: middle;
	padding: 6px 20px;
}

.share img {
}

.hideshare-wrap ul {
	margin-left: 0px;
  margin-top: 28px;
	padding-top: 10px;
}

.hideshare-wrap li {
	padding-bottom: 20px;
  padding-left: 10px;
}

.hideshare-wrap li a {
		color: #fff;
		-webkit-text-stroke: 0.1px;
		-webkit-font-smoothing: antialiased;
}

.hideshare-wrap li a:hover {
	opacity: 0.5;
	-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;
}

.hideshare-list {
	background-color: #8c9ea7;
}

.fa-2x {
    font-size: 1.3em;
		padding-right: 10px;
}

.social-icons-link {
	color: #ffffff;
	-webkit-text-stroke: 0px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
}

.social-icons-link:hover {
	opacity: 0.5;
  -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;
	background: none;
}

.facebook-share-button {
	background-color: #999;
	background-image: linear-gradient(#333, #343434);
	font-size: 13px;
	text-shadow: 1px 1px #333;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-family: Arial, Helvetica, Sans-serif;
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.endscreen {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    left: 50%;
    line-height: 72px;
    margin-left: -270px;
    position: absolute;
    text-align: center;
    top: 32%;
    width: 550px;
		display: none;
    z-index: 5;
}

.endscreen a {
	color:#fff;
	opacity: 1;
}

.endscreen a: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;
}

.endscreen-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/end.jpg);
  background-size: cover;
  display: none;
}


.contact {
	font-size: 18px;
	margin-top: 180px;
  font-style: italic;
}

@media screen and (max-height:1200px) {
	.contact {
		margin-top: 20px;
	}
}

@media screen and (max-height:900px) {
	.contact {
		display: none;
	}
}


.replay-button {
	display: block;
	padding-top: 0px;
	margin: auto;
	width: 200px;
}

.credit {
	display: none;
	font-size: 11px;
	position: absolute;
	z-index: 100;
	color: #fff;
	right: 43%;
	bottom: 90px;
	text-align: right;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 10px 5px;
}

.sound-credit {
	font-size: 11px;
	color: #ccc;
	line-height: 14px;
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 5;
}

.sound-credit a {
	color: #fff;
  text-decoration: none;
}

@media screen and (max-width:1300px) {
	.sound-credit {
		right: 10px;
	}
}


audio {
	display: none;
}

.credit:before {
	opacity: 0.5;
	padding: 10px 5px;
	z-index: 100;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

/* KEYWORDS*/

.keywords-close {
  text-align: right;
}

.keywords-close a {
  color: #8c9ea7;
  font-size: 35px !important;
}


.keywords-wrapper {
  z-index: 6;
  display: none;
}

.keywords-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 6;
}

.keywords {
  text-align: center;
  z-index: 20;
  position: absolute;
  padding: 30px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  height: 100%;
  display: table;
}

.keywords-center {
  padding: 26px;
  position: relative;
}

.keywords-center:before {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #ffffff;
}

.keywords-center p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #8c9ea7;
}

.keywords-center a {
  font-size: 18px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #197d96;
  line-height: 29px;
}

/* PHOTOGRAPHER*/

.photographer-close {
  text-align: right;
}

.photographer-close a {
  color: #8c9ea7;
  font-size: 35px !important;
}


.photographer-wrapper {
  z-index: 6;
  display: none;
}

.photographer-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 6;
}

.photographer {
  text-align: center;
  z-index: 20;
  position: absolute;
  padding: 30px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  height: 100%;
  display: table;
}

.photographer-center {
  padding: 26px;
  position: relative;
}

.photographer-center:before {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #ffffff;
}

.photographer-center p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #8c9ea7;
}

.photographer-center a {
  font-size: 18px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #197d96;
  line-height: 29px;
}


/* survey-teaser */

.survey-teaser {
  position: absolute;
  right: 40px;
  bottom: 140px;
  width: 240px;
  height: 150px;
  z-index: 5;
  padding-top: 25px;
  padding-left: 20px;
  display: none;
  cursor: pointer;
}

.survey-teaser::before {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #fff;
}

.survey-teaser-title {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}

.survey-teaser-month {
  color: #fff;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 200;
  letter-spacing: 3.9px;
}

.survey-teaser-choose {
  color: #fff;
  font-size: 35px;
  padding-top: 15px;
  font-weight:600;
  letter-spacing: 3px;
}

/*survey*/

.survey-close {
  font-size: 35px;
  text-align: right;
}

.survey-close a {
  color: #78a78d;
}

.survey-wrapper {
  display: none;
  z-index: 6;
}

.survey {
  text-align: center;
  z-index: 20;
  position: absolute;
  padding: 30px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  height: 100%;
  display: table;
}

.survey-center {
  padding: 26px;
  position: relative;
}

.survey-center:before {
  content: "";
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #f7f6f6;
}


h2 {
  padding-top: 10px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 2px;
  color: #d1970c;
  font-weight: 200;
}

h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 2px;
  color: #d1970c;
  font-weight: 400;
}


.survey-info {
  color: #999;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 15px;
}

.survey-selection {
  list-style-type: none;
  font-size: 30px;
  color: #78a78d;
  padding-bottom: 50px;
  text-align: left;
  width: 300px;
  margin: auto;
}

.survey-selection li {
  padding-top: 25px;
}

.survey-selection li a{
  color: #78a78d;
}

.survey-selection li a:hover{
  color: #d6b380;
}

.survey-selection li a:active{
  color: #666;
}

input[type=submit] {
  background-color: #d6b380;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  margin: auto;
  display: block;
  width: 300px;
  border: none;
  letter-spacing: 1px;
}

input[type=submit]:hover {
  background-color: #78a78d;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  margin: auto;
  display: block;
  width: 300px;
  border: none;
  letter-spacing: 1px;
}

.survey-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 6;
}

.survey-error {
  color: #e21b58;
  font-size: 16px;
  margin-bottom: 7px;
  display: none;
}

.survey-result-item-percent {
  color: #78a78d;
}

.error-double-vote {
  color: #e21b58;
  font-size: 40px;
  padding-top: 60px;
  display: none;
}

.survey-result-item {
  color: #d6b380;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
}

.survey-result-headline {
  color:#78a78d;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.survey-close-btn {
  background-color: #d6b380;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  display: block;
  width: 300px;
  border: none;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.survey-close-btn a{
  color:#fff;
  display: block;
}

.menu-keywords-btn {
  color: #999 !important;
}

.menu-photographer-btn {
  color: #999 !important;
}


@media screen and (max-width:1300px) {
	. ul li {
		font-size: 13px;
	}
}

@media screen and (max-width:1024px) {
	.endscreen {
		font-size: 18px;
		line-height: 40px;
    margin-left: -270px;
		border: none;
	}


	.replay-button {
		display: none;
	}

	.contact {
		font-size: 12px;
	}

	.social-icons {
		display: none;
	}

	.credit {
		display: none;
	}

	.hideshare-wrap {
    display: none;
	}

	.hideshare-wrap ul {
    margin-left: 0;
	}

  h2 {
    font-size: 15px;
  }

  h3 {
    font-size: 13px;
    padding-top: 0px;
  }

  .keywords {
    width: 400px;
    margin-left: -200px;
  }

  .keywords-center p {
    font-size: 12px;
    line-height: 20px;
  }

  .keywords-center a {
      font-size: 13px;
      line-height: 20px;
  }

  .photographer {
    width: 400px;
    margin-left: -200px;
  }

  .photographer-center p {
    font-size: 12px;
    line-height: 20px;
  }

  .photographer-center a {
      font-size: 13px;
      line-height: 20px;
  }

	.menu {
	    position: absolute;
	    width: 100%;
	    z-index: 9;
      display: none;
	}

	.menu ul {
		bottom: 20px;
		text-align: center;
		font-size: 11px;
	}

	.menu ul li {
		padding-top: 10px;
		font-size: 11px;
    margin-left: 20px;
	}

	#skip-wrapper {
		position: absolute;
		top: 10px;
		left: 50%;
		width: 400px;
		z-index: 9999;
		text-align: center;
	}

	#logo {
		width: 120px;
		height: 26px;
		position: absolute;
		top: 10px;
		left: 30px;
	}

  @media screen and (max-width:1300px) {
  	#logo img{
  	 width: 90px;
     height: 20px;
 		 left: 10px;
  	}
  }

		.credit {
			opacity: 0;
		}
	}


@media screen and (max-width:1300px) {
  .survey-teaser {
      width: 240px;
      height: 100px;
  }

  .survey-teaser-title {
    font-size: 20px;
  }

  .survey-teaser-month {
    display: none;
  }

  .survey-teaser-choose {
    color: #ab8d45;
    font-size: 25px;
  }

  h1 {
   font-size: 20px;
  }

  h2 {
    font-size: 15px;
    line-height: 0px;
  }

  .survey-selection {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }

  .survey-selection li {
    padding-top: 10px;
  }

  input[type=submit] {
    padding: 10px;
    font-size: 20px;
    width: 200px;
  }

  .survey {
    width: 400px;
    margin-left: -200px;
  }

  .survey-result-item {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .survey-result-headline {
    color:#94b439;
    font-size: 30px;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }

  .survey-center {
    padding: 5px;
    position: relative;
  }
  .menu li img {
    display: none;
  }
}

.preloader {
  width: 100%;
  height: 100vh;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #756a36;
  font-family: 'arial', sans-serif;
  position: relative;
	-webkit-animation: 3s ease 0s normal forwards 1 fadein;
	animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}


.preloader__status {
  width: 100%;
  display: flex;@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}


  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.preloader__status-text {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}
.preloader__status-loader {
  width: 100%;
  height: 1px;
}
.preloader__status-bar {
  background: #756a36;
  height: 100%;
}
