html {
	width: 100vw;
	height: 100vh;
}

body {
	background-color: #000;

		font-family: Arial, Helvetica, sans-serif;
}


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

}



.logo {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 114;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.71);
}

h1 {
	font-size: 22px;
	font-family: sans-serif;
	text-align: center;
	margin-bottom: 5px;
}

.controls {
	text-align: center;
	position: relative;
	top: 70px;
	overflow: visible;
	margin-left: 20px;
}

.btn {
	color: #2d2930;
	background-color: #fff;
	padding: 5px;
	height: 40px;
	width: 40px;
	margin-bottom: 30px;
	border-radius: 50%;
	border: none;
	box-shadow: inset 3px 3px 5px #fff;
	position: relative;
	cursor: pointer;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	margin-right: 20px;
	transition: transform 0.2s linear;
	z-index: 112;
	display: none;
}

.btn_active {
	background-color: #000;
		color: #fff;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 0px 3px rgba(0,0,0,0);
	box-shadow: 0px 10px 13px -7px #000000, 0px 0px 0px 3px rgba(0,0,0,0);
		fill:white;
}

.fa-xl {
	font-size: 0.8em;
	vertical-align: 0.0em;
}


.btn:hover {
	transform: scale(1.15);
}

.very-hot:hover .btn_info{
	display: block;
}

.hot:hover .btn_info{
	display: block;
}

.warm:hover .btn_info{
	display: block;
}

.cold:hover .btn_info{
	display: block;
}


i {
	pointer-events: none;
}

.btn_info {
	color: #fff;
	font-size: 0.7em;
	z-index: 200;
	position: absolute;
	top: 50px;
	width: 50px;
	left: -6px;
	/* text-align: center; */
	margin: auto;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.71);
	display: none;
}

.thermometer[data-fill="very-hot"] .thermometer-body-fill {
	top: 0px;
}

.thermometer[data-fill="hot"] .thermometer-body-fill {
	top: 100px;
}

.thermometer[data-fill="warm"] .thermometer-body-fill {
	top: 160px;
}

.thermometer[data-fill="cold"] .thermometer-body-fill {
	top: 240px;
}


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

.slideshow-slide-credit {
	position: absolute;
	z-index: 101;
	right: 0px;
	left: 0px;
	backface-visibility: 20px;
	text-align: center;
	color: #999;
	background-color: #000;
	font-size: 9px;
	letter-spacing: 1px;
	bottom: 143px;
	text-transform: uppercase;
	padding: 5px;
}

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

.slideshow-slide {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	z-index: 101;
}

.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% - 200px);
	display: inline-block;
	margin-bottom: 50px;
}


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

	.slideshow-slide img {
		vertical-align: middle;
		max-height: calc(100% - 200px);
		display: inline-block;
		margin-bottom: 0px;
		max-width: 100%;
		}
}


.slideshow-controls a {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	margin-left: -6px;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@font-face {
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(''),
       url('https://newsletters.plainpicture.com/static/newsletters/de/news-2210/css/fonts/Lora-VariableFont_wght.ttf') format('truetype'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}



.title_slideshow {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 35px;
	text-align: center;
	width: 300px;
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	top: 40px;
	z-index: 114;
	display: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.71);
}

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

	.title_slideshow {
		display: none!important;
	}
}

.menu_slideshow {
	position: fixed;
	bottom: 55px;
	z-index: 112;
	width: 100%;
	text-align: center;
	color: #fff;
	display: none;
}

.menu_slideshow ul {
	position: absolute;
	margin: 0;
	right: 0;
	left: 0;
}

.menu_slideshow ul li {
	display: inline-block;
	margin: auto 1px;
	font-size: 13px;
	letter-spacing: 3px;
  margin-right: 70px;
}

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

  .menu_slideshow {
		position: fixed;
    bottom: 90px;
    z-index: 112;
    text-align: center;
    color: #fff;
    width: 100%;
  }

	.slideshow-controls {
		display: none;
	}

	.menu_slideshow ul li {
		display: inline-block;
		    font-size: 13px;
		    line-height: 21px;
		    letter-spacing: 3px;
		    padding: 0px;
		    margin-right: 20px;
		    text-align: center;
	}

	.menu_slideshow a {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.5px;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
	}
}

.menu_slideshow a {
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-text-stroke: 0.5px;
	-webkit-font-smoothing: antialiased;
}

.endscreen {
	color: #ccc;
	font-size: 30px;
	left: 50%;
	line-height: 30px;
	margin-left: -300px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
	padding-top: 30px;
	width: 550px;
	display: none;
	z-index: 112;
}

.endscreen-lightbox {
	font-family: 'Montserrat', sans-serif;
}

.endscreen a {
	color:#ccc;
	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 {
	background-image: url("../images/end.jpg");
	background-position: bottom left;
	width: 100%;
	height: 100vh;
	opacity: 0.6;
	display: none;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
}

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

.contact a {
	color:#999 !important;
}

@media screen and (max-width:800px) {
	.endscreen {
		 margin-left: -153px;
		 width: 250px;
	}

	.contact {
		display: none;
	}
}


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

@media screen and (max-width:1024px) {
	.endscreen {
		border: none;
		margin-top: 50px;
	}

	.replay-button {
		display: none;
	}

  .credit {
  display: none;
  }
}

.slideshow-controls {
	position: absolute;
	z-index: 2000000;
	left: 0;
	right: 0;
	width: 51px;
	margin: auto;
	/* padding: 5px; */
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	bottom: 100px;
	opacity: 0;
	animation: fadeIn 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	padding-top: 5px;
}

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

.slideshow-pause {
	margin-left: 14px!important;
}

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

a {
	text-decoration: none;
}


@media screen and (max-width:800px) {
	.left-side {
		top: 22%!important;
		left: 0;
		right: 0;
		/* text-align: center; */
		position: absolute;
		margin: auto;
		z-index: 114;
		top: 25%;
		width: 331px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:800px) {
	.subtitle p {
		padding-bottom: 0px;
		line-height: 0px;
	}
}


.title {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	animation: fadeIn 1s;
	position: relative;
	width: 332px;
}

.subtitle {
	font-size: 1.3em !important;
	width: 320px;
	line-height: 1.9em;
	color: #fff;
	text-align: center;
}


.title-logo {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.title p {
	padding: 0px;
	margin-top: 30px;
	line-height: 0.2em;
	font-size: 4.5em;
	text-align: center;
}

@media screen and (max-height:750px) {
	.title p {
		margin-top: 20px;
		font-size: 3.5em !important;
	}
}


@media screen and (max-width:800px) {
	.fail-info {
		width: 300px;
	}

	.fail-info-tip {
		width: 350px !important;
	}
}


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

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

.clear {
	clear: both;
}

.wrapper .left,
.wrapper .right {
      width: 100%;
      height: 50vh;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
			cursor: pointer;
}


.wrapper .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.25s ease all;
}

.side {
	/*cursor: pointer;*/
}

.dog {
      background: url('../images/dogs.jpg');
}

.cat {
      background: url('../images/cats.jpg');
}



.wrapper .caption {
      position: relative;
      z-index: 10;
      color: #fff;
      text-align: center;
			top: 100px;
}


.wrapper .caption h1 {
      text-transform: uppercase;
      letter-spacing: 0.25em;
      margin-bottom:1em;
}


.wrapper .caption .button {
      background: #000;
      color: #fff;
      padding: 1em 2em;
      text-decoration: none;
      font-weight: 600;
      font-size: 1em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      transition: 0.25s ease all;
}


.wrapper .caption .button:hover {
      background: #ffd346;
      color: #000;
}


.wrapper .side::before {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6979166666666667) 0%, rgba(0, 0, 0, 0.2721463585434174) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      content: '';
      display: block;
}

.wrapper .side:hover::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.wrapper .left:hover .image,
.wrapper .right:hover .image {
      transform: scale(1.2);
}

@media screen and (min-width:1200px) {

      .wrapper {
            display: flex;
      }


      .wrapper .left,
      .wrapper .right {
            width: 50%;
            height: 100vh;
      }

}

.dog a {
	display: block;
	width: 100%;
	height: 100%;
}

.we-love-both {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: center;
	height: 100%;
	width: 100%;
	display: none;
	}

	.we-love-both p{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
	}

	.voting-dog-hover{
		font-family: Helvetiva;
	}

	.voting-dog{
		font-family: Helvetiva;
	}

	.voting-cat-hover{
		font-family: Helvetiva;
	}

	.voting-cat{
		font-family: Helvetiva;
	}
