@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: #000;
	margin: 0;
	padding: 0;
}


.video-background {
	position: fixed; /* or absolute */
	opacity: 0;
	  left: 50%;
		top: 45%;
		transform: translate(-50%, -50%);
	  /* bring your own prefixes */
		width: 70%;
		-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
			 -moz-animation: fadein 3s; /* Firefox < 16 */
				-ms-animation: fadein 3s; /* Internet Explorer */
				 -o-animation: fadein 3s; /* Opera < 12.1 */
						animation: fadein 3s;
}




@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





	@media screen and (min-width:801px) {
		.video-background {
				width: 80%;
			}
		}


@media screen and (max-width:800px) {
	.video-background {
			width: 120%;
		}
	}

	@media screen and (min-width:1600px) {
		.video-background {
				width: 70%;
			}
		}


a {
	text-decoration: none;
}

.title {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index:33;
  letter-spacing: 5px;
  color: #fff;
  font-size: 70px;
  font-weight: 600;
	text-align: center;
	text-shadow: 3px 0px 3px rgba(0,0,0,0.38);
}

.subtitle {
	font-weight: 100;
	font-size: 30px;
	font-style: italic;
  letter-spacing: 1px;
}

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

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

.title-slideshow {
  position: absolute;
  left: 0;
	right: 0;
  margin: auto;
  z-index: 33;
  color: #445415;
  font-size: 33px;
  font-weight: 300;
  text-align: center;
  display: none;
	margin-top: 50px;
	font-family: 'Times New Roman', serif;
}

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

.slideshow-slide-credit {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 100px;
	text-align: center;
	color: #695A4F;
	font-size:9px;
	letter-spacing: 1px;
	text-transform: uppercase;
  padding-top: 15px;
}

@media screen and (max-width:800px) {
	.slideshow-slide-credit {
		bottom: 130px;
	}
}

.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;
margin-top: 1%;
max-height: calc(100% - 260px);
display: inline-block;
max-width: 70%;
}

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

@media screen and (max-width:800px) {
	.slideshow-controls {
		bottom: 125px;
	}
}

.slideshow-controls a {
	color: #695A4F;
}

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

	.slideshow-slide img {
			display: inline-block;
			max-width: 100%;
			max-height: calc(100% - 350px);
	}
}

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

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


.sound-btn {
	color: #334534;
	text-transform: uppercase;
	position: relative;
	text-align: center;
  z-index: 5;
  top: 40px;
	opacity: 0.5;
	display: none;
}

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

.sound-btn:hover {
	opacity: 1 !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;
}

.sound-btn.is-on {
		opacity: 1 !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;
}


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

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

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

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


.menu a {
	text-transform: uppercase;
	color: #695A4F;
	text-decoration: none;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased;
}

.menu a:hover {
	color: #454e3e;
}

/*.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: 1002;
}

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

.start-btn {
	position: absolute;
	text-align: center;
	margin: auto;
	left:0;
	right: 0;
	bottom: 15%;
}

.endscreen-shade {
		cursor: pointer;
}

@media screen and (max-width:900px) {
	.start-btn {
	bottom: 20%;
	}
	.endscreen-shade {
		display: none;
	}
}


@media screen and (max-width:1300px) {
	.header-bg {
	}
}
@media screen and (max-height:835px && max-width:1300px) {
	.header-bg {
	}
}





.video-box{
	width: 100%;
	height: 100%;
  margin: 0;
	text-align: center;
}


@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;
	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;
}


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

.social-icons-link {
	color: #695A4F;
	-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: #695A4F;
	font-size: 30px;
	font-weight: 200;
	left: 50%;
	line-height: 72px;
	margin-left: -270px;
	position: absolute;
	text-align: center;
	top: 18%;
	padding: 30px;
	width: 550px;
	display: none;
	z-index: 5;
}

.endscreen a {
	color:#695A4F;
	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:600px) {
	.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: #695A4F;
	right: 43%;
	bottom: 130px;
	text-align: right;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 10px 5px;
}

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

.sound-credit a {
	color: #727932;
  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;
}


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;
}


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

@media screen and (max-width:1300px) {
	.menu {
			position: absolute;
			width: 100%;
			z-index: 9;
			bottom: 0px;
	}

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

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


@media screen and (max-width:800px) {
	.endscreen {
		font-size: 18px;
		line-height: 50px;
    margin-left: -270px;
		border: none;
		top: 30%;
	}


	.replay-button {
		display: none;
	}

	.contact {
		display: none;
	}

	.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;
			background-color: #000;
	}

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



	#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) {

  .menu li img {
    display: none;
  }
}









* {
  margin:0;
  padding:0;
  border:none;
  list-style:none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font:15px/1.25 'Open Sans' sans-serif;
  background:@base;
}

section {
  text-align:center;
  padding:150px 0px 150px 0px;
}

section > button {
	position: absolute;
	right: 20px;
	top: 20px;
  margin:0 auto;
  width:200px;
  cursor:pointer;
	z-index: 20000;
	background-color: transparent;
}

section > button:hover {
  opacity:0.8;
  .trans;
}

.pop {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 80%;
	-webkit-box-shadow: 2px 4px 33px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 33px -3px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 33px -3px rgba(0,0,0,0.75);
	margin: auto;
	height: 550px;
	background-color: #a09988;
	top: 50%;
	z-index: 200000;
	transform: translateY(-50%);
}

.pop > h1 {
  padding:30px 30px 10px 30px;
  color:@base;
  font-size:100%;
}

.pop > p {
  padding-left:30px;
  font-size:100%;
  color:@dark;
}

.pop > span {
  cursor:pointer;
  position:absolute;
  top:4%;
  right:4%;
  -webkit-border-radius:100px;
     -moz-border-radius:100px;
          border-radius:100px;
  background:@gray;
  color:@norm;
  padding:6px 0px 0px 9px;
  width:30px;
  height:30px;
}





.search-test {
  padding-top: 60px;
  margin: auto;
  text-align: center;
}

.search-test h1 {
  color: #000;
  margin-bottom: 30px;
	font-weight: 100;
}

.search-test p {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  font-size: 25px;
}

.clear {
  clear: both;
}

.close-btn {
	font-size: 30px;
}

.search-wrapper {
  width: 80%;
  text-align: center;
	margin: auto;
}

.search {
  margin: auto;
  width: 350px;
}

.search img {
  margin: 0;
  padding: 0;
  float: left;
}

.search ul {
  list-style-type: none;
	padding-top: 30px;
}

.search ul li {
  font-size: 0;
  float: left;
}

.search p {
  font-size: 30px;
}

.searchfield {
	width: 80%;
	font-size: 23px;
	transition: width 0.5s ease-in-out;
	font-weight: 100;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 5px;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width:1024px) {
	.searchfield {
	 width: 50%;
	}

	 .description {
    width: 50%;
  }
}

/*
.searchfield:focus {
	font-size: 30px;
	width: 30%;
}
*/

h1 {
	font-size: 35px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
}

.description {
  padding-top: 30px;
  font-size: 19px;
  margin: auto;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
}

.description a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width:1024px) {
  .description {
    width: 60%;
  }
}

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