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

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


.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: 180px;
	text-align: center;
	color: #5f471d;
	font-size:9px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
  padding-top: 15px;
}

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

.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% - 360px);
display: inline-block;
max-width: 70%;
margin-top: -4%;
}

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

.slideshow-controls a:hover {
	color: #d09623;
}

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

.slideshow-controls a {
	color: #5f471d;
}

.slideshow-controls a:hover {
	color: #d09623;
}


@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(90% - 350px);
	}
}



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


.menu {
	position: absolute;
	bottom: 0px;
	height: 165px;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
}


.menu ul {
	position: absolute;
	width: 100%;
}

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

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

.menu a {
	font-weight: 300;
	text-transform: uppercase;
	color: #775316;
	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);
}

@media screen and (max-width:800px) {
	.menu  {
		bottom: 0px;
		height: 140px;
	}
}


@media screen and (max-width:800px) {
	.menu-small  {
		display: none;
	}
}


.menu-small {
	position: absolute;
	bottom: 54px;
	z-index: 2;
	right: 30px;
	font-size: 25px;
}

.menu-small a {
	color: #775316;
}

.menu-small a:hover {
		color: #d09623;
}

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

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

@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-play:before {
	content: "\e900";
}



.social-icons {
	position: absolute;
	left: 30px;
	bottom: 63px;
	z-index: 9999;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

.icon-instagram {
	font-size: 19px;
}

.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 {
}


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

.social-icons-link {
	color: #775316;
	-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: #775316;
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	left: 50%;
	line-height: 95px;
	margin-left: -270px;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 550px;
	display: none;
	z-index: 5;
}

.endscreen a {
	color:#eaa227;
	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;
	color:#eaa227;
}

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


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


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:800px) {
	.endscreen {
		font-size: 18px;
		line-height: 40px;
    margin-left: -270px;
		border: none;
		top: 36%;
	}


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

	#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 {
  	 width: 90px;
     height: 20px;
 		 left: 0;
		 right: 0;
		 margin: auto;
		 text-align: center;
  	}

		#logo img{
	  	 width: 100px;
		}
  }

		.credit {
			opacity: 0;
		}
	}


@media screen and (max-width:1300px) {

  h1 {
   font-size: 20px;
  }

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




.container {
  color: #eaa227;
  margin: 0 auto;
  text-align: center;
	padding-top: 20px;
	opacity: 0.7;
}

@media screen and (max-width:800px) {
  .container {
	padding-top: 50px;
  }
}

h1 {
  font-weight: 600;
  text-transform: uppercase;
	font-size: 0.9em;
}

li {
  display: inline-block;
  font-size: 0.4em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

li span {
  display: block;
  font-size: 3rem;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  li {
    font-size: 0.4em;
  }

  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}


.geschenkpapier {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 216px; /* can be omitted for a regular non-lazy image */
  max-width: 100%;
	z-index: 2;
}

@media screen and (max-width:800px) {
	.geschenkpapier {
		width: 150px;
		top: 80px;
		right: -24px;
	}
}

.geschenkpapier img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .geschenkpapier:hover img.Sirv.image-hover {
    opacity: 1;
  }

	#headline {
		color: #775316;
		letter-spacing: 6px;
	}
