/*
Theme Name: Knights of Honor II
Author: THQ Nordic GmbH - nt
Author URI: https://thqnordic.com
Description: Custom Wordpress Theme for Knights of Honor II
Text Domain: sovereign
Version: 1.01
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

@font-face {
	font-family: 'Lora';
	src: url('fonts/Lora-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: 'Lora';
	src: url('fonts/Lora-Bold.ttf');
	font-weight: bold;
	font-style: normal;
	font-display:swap;
}


:root {
	--yellow: #c0995c;
	--dark-brown: #744d42;
	--text-brown: #744d42;
	--light-brown: #fbdc98;
}
::-moz-selection {
	color: #fff;
	background: var(--yellow)
}
::selection {
	color: #fff;
	background: var(--yellow)
}
input[type=email]::placeholder {
	color: var(--text-brown);
	opacity: 1
}
input[type=email]:-ms-input-placeholder {
	color: var(--text-brown);
	opacity: 1
}
input[type=email]::-ms-input-placeholder {
	color: var(--text-brown);
	opacity: 1
}
.logo-leiste:after, footer:after, main:after, section:after {
	content: "";
	clear: both;
	display: block
}
body {
	background-color: var(--dark-brown);
	font-family: Lora;
	font-weight: 400;
	font-style: normal;
	font-size: calc(13px + (17 - 13) * ((100vw - 420px)/ (2560 - 420)));
	line-height: 1.5;
	color: #fff;
	word-wrap: break-word;
	border: 0 none;
	outline: 0 none;
	width: 100%
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lora;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 1.2em;
	line-height: 1.1;
	text-align: center;
	display: inline-block;
	text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
	content: "";
	background: transparent url(img/bg-img/headline-after.svg) no-repeat center center/auto 100%;
	width: 100%;
	height: .5em;
	margin-top: .25em;
	display: block
}
section:nth-of-type(2) h1, section:nth-of-type(2) h2, section:nth-of-type(2) h3, section:nth-of-type(2) h4, section:nth-of-type(2) h5, section:nth-of-type(2) h6 {
	color: var(--text-brown)
}
h2 {
	font-size: 2em
}
h3 {
	font-size: 1.8em
}
h4 {
	font-size: 1.4em
}
footer, header, main, section {
	display: block
}
p {
	font-size: 1.3em;
	margin: 0 0 1.7em
}

.copyright p {
	font-size: 0.8em;
}

.has-drop-cap:not(:focus)::first-letter {
	float: left;
	font-size: 6em;
	line-height: .68;
	font-weight: 400;
	font-style: normal;
	margin: .12em .125em 0 0;
	text-transform: uppercase
}
ul, ol {
	font-size: 1.3em;
	margin: .5em 4em 1.5em 4em;
	list-style-type: square;
	padding: 0;
	display: block;
	text-align: left;
}

li ul {
    margin: 0;
}

li {
	margin: 0 0 1em 0;
	text-align: left;
	list-style-type: square;
    	font-size: 1em;

}

ol > li {
    
        font-weight: bold;

}

li {
   	margin: 1em 0 1em 1em;
    border-bottom: 1px solid #c0995c;
    padding: 0 0 1em 0;
 
}

li ul li, li ol li {
    font-size: 0.7em;
    border: 0;
    padding: 0;
    font-weight: normal;

    
}

/*li:not(:first-child)::before {
  content: "";
  background: transparent url(img/bg-img/li-after.svg) no-repeat center center/auto 100%;
  width: 100%;
  margin: 1em auto;
  height: 1em;
  display: block
}
*/

ul li strong {
	text-transform: uppercase;
	font-size: 1em;
	font-family: Lora;
	font-weight: 500;
	font-style: normal
}
img {
	border: 0 none;
	outline: 0 none;
	max-width: 100%;
	height: auto
}
a {
	border: 0 none;
	outline: 0 none;
	text-decoration: underline;
	color: var(--light-brown)
}
.header-fixed {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: .5em 2vw;
	left: 0;
	top: 0;
	z-index: 5;
    transition: all 500ms ease-in;

}

.header-fixed * ,
.header-scrolled *
{
        transition: all 500ms ease-in;

}

.header-scrolled {

    background-color: rgba(0,0,0,1);
    transition: all 500ms ease-in;
    height: 100px;
}

.header-scrolled .logo-img img {
    height: 100px;
}

.release-date {
	width: 245px
}
.release-date span {
	font-family: Lora;
	font-weight: 500;
	font-style: normal;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-size: 1.25em;
	padding: .125em 0;
	font-variant-numeric: lining-nums;
	color: var(--yellow);
	text-transform: uppercase;
	border-top: 2px solid var(--light-brown);
	border-bottom: 2px solid var(--light-brown)
}
.logo {
	text-align: center
}
.logo-img {
	vertical-align: middle;
	display: inline-block
}
.mobile-logo {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	display: none
}
.menu-so-fo {
	text-align: right;
	width: 245px
}
.soc-icon {
	margin: 0 .25em;
	display: inline-block;
	vertical-align: middle
}
section {
	color: #d7d1bc;
	background-color: var(--dark-brown);
	background-image: url(img/bg-img/bckgnd_dark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	position: relative;
	width: 100%
}
section:nth-of-type(2) {
	background-image: url(img/bg-img/bckgnd_light.jpg);
	background-color: #e8e5d7;
	background-size: cover;
	color: var(--text-brown)
}

#platforms {
	width: 100%;
	bottom: 0;
	position: absolute;
    height: 45px;
}

#platforms > img {
	padding: 10px;
	-webkit-filter: drop-shadow(5px 5px 5px #000 );
	filter: drop-shadow(0px 0px 4px #000);
	max-height: 100px;
    height: 100%;
}

#complete-features-reforced {
 background-image: url(img/bg-img/bckgnd_dark_2.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;   
    background-color: #000;

}


section:nth-of-type(4) {
	background-image: url(img/bg-img/bckgnd_dark_2.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;   
    background-color: #000;

}
section:nth-of-type(3) .width-half, section:nth-of-type(3) .width-wide {
	padding-top: 0
}
.fullscreen-bg_video {
	display: block;
	position: absolute;
	bottom: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	right: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	z-index: -1;
	object-fit: cover
}
.intro {
	width: 100%;
	min-height: 100vh;
	border-bottom: 6px solid var(--yellow);
	position: relative
}
.intro-buttons {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	font-family: Lora;
	font-weight: 500;
	font-style: normal;
	text-align: center
}
.play-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 18%;
	font-size: 2em;
	padding-bottom: .25em;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid var(--yellow);
	filter: drop-shadow(0 0 2px #000)
}
.play-icon::before {
	content: "";
	background: transparent url(img/icons/play-top.svg) no-repeat center center/100% auto;
	width: 100%;
	height: .75em;
	display: block
}
.scroll-down {
	filter: drop-shadow(0 0 5px #000);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5em;
	color: var(--yellow);
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	font-family: Lora;
	font-weight: 500;
	font-style: italic
}
.scroll-down::before {
	content: "";
	background: transparent url(img/bg-img/scroll-down.svg) no-repeat center center/auto 100%;
	width: 100%;
	height: 2em;
	display: block
}
.textcenter {
	text-align: center
}
main {
	position: relative;
	background-color: var(--dark-brown)
}
.main-content {
	margin: 0 auto
}
.order-section {
	width: 100%;
	padding: 1.5em 0 2em 0;
}
.retailer-section {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.boxshots {
	margin-right: 3em
}
.no-retailer {
	max-width: 300px;
	margin: 0 auto
}

.get-retailer div {
	margin-bottom: 1em
}
.get-retailer div:not(:first-child) {
	margin: 0 auto 1em
}
.content:not(:empty) {
	margin-top: 1.5em
}
.get-retailer div:first-child {
	text-align: center
}
.get-retailer button, .get-retailer div:first-child a {
	display: inline-block;
	background-color: transparent;
    border: 2px solid var(--light-brown);
    color: #fff;
	font-weight: 700;
	padding: .25em 2em;
	text-decoration: none;
	cursor: pointer;
	margin-right: .5em;
	margin-bottom: .5em;
    border-radius: 20px;
        
}
.get-retailer div:first-child a:last-child {
	margin-right: 0
}
.get-retailer button, .get-retailer select {
	font-family: Asap;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 26px;
	color: var(--light-brown)
}
.get-retailer select {
    font-family: "Lora";
	width: 100%;
	background: transparent url(img/icons/arrow_down.png) no-repeat scroll right 16px center;
	border: 1px solid var(--light-brown);
	border-radius: 20px;
	padding: 2px 35px 2px 10px;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
        background-size:6%;
}
.get-retailer select option {
	background-color: #000;
	padding: 5px 10px;
	cursor: pointer
}
.get-retailer button, .get-retailer div:first-child a.active {
	color: #fff;
	background-color: var(--yellow);
    border-color: transparent;
}
.get-retailer button {
	display: block;
	margin: 1em auto 0 auto
}
.get-retailer button:disabled, .get-retailer button[disabled=disabled] {
	color: var(--light-brown);
	background-color: transparent;
	opacity: .6;
	cursor: not-allowed;
	position: relative;
	display: none
}




.button {
	color: #000;
	text-transform: uppercase;
	border: 2px solid var(--yellow);
	text-decoration: none;
	display: inline-block;
	padding: .5em 3em;
	margin: 1em auto
}
section:not(:first-of-type) .button {
	color: #fff
}
.gallery {
	margin-bottom: 2em;
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
	justify-content: center
}
.gallery-item {
	margin: 0 3em 3em 0;
	position: relative;
	border: 2px solid var(--yellow);
	box-shadow: 0 0 10px rgba(255, 255, 255, .9);
	overflow: hidden
}
.videoplay-icon {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5) url(img/icons/play.svg) no-repeat center center/20% auto;
	z-index: 3
}
.plus-icon {
	background-image: url(img/icons/plus.svg);
	background-size: 15% auto
}
.gallery-item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%
}
.gallery-columns-2 .gallery-item {
	max-width: calc(50% - 3em)
}
.gallery-columns-3 .gallery-item {
	max-width: calc(33.33333333333333% - 3em)
}
.gallery-item img {
	width: 100%;
	display: block
}
.gallery-columns-3 .gallery-item:last-child, .gallery-columns-3 .gallery-item:nth-of-type(3n) {
	margin-right: 0
}
.gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0
}
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left
}
.width-half, .width-wide {
	margin: 0 auto;
	padding: 5em 3em 3.5em 3em
}
.width-half {
	width: 100%;
	max-width: 800px
}
.width-wide {
	width: 60%;
	max-width: 1152px
}
.error-page {
	min-height: 85vh;
	padding-top: 10em
}
.keyart-parallax {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	padding-top: 56.25%
}
footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1em 2%;
	position: relative;
	background-color: #000;
	color: #fff
}
.ratings {
	margin-left: auto;
	margin-right: 10px;
}
.esrb {
	min-width: 117px
}
.ratings span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 100%;
	line-height: 14px;
	padding-left: 5px;
	vertical-align: top
}
.logo-leiste {
	align-items: center;
	display: flex;
	justify-content: flex-end
}
.logo-leiste > a, .logo-leiste > img {
	display: block;
	margin: 0 50px 0 0
}
.logo-leiste a:last-child {
	margin-right: 0
}
.copyright {
	margin-top: 1em;
	font-size: .85em
}
.copyright a {
	color: #fff
}
#responsive-icon {
	display: none
}
#cookie {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(39, 31, 23, .95);
	border-top: 1px solid var(--light-brown);
	z-index: 9999;
	padding: .75em;
	color: #fff;
	font-size: .8em
}
#cookie p {
	margin: 0;
	text-align: center
}
.cookie-btn {
	color: #fff;
	background-color: var(--dark-brown);
	text-decoration: none;
	text-transform: uppercase;
	margin: 5px 5px 5px 1em;
	padding: 5px 10px;
	display: inline-block
}
.loader-msg {
	display: none
}
.no-js {
	overflow: hidden
}
.no-js .loader-msg {
	display: block;
	background-color: rgba(39, 31, 23, .95);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	text-align: center;
	margin: 0 auto;
	padding: 10% 5%
}
.no-js .loader-msg .logo {
	position: relative;
	left: auto;
	top: auto;
	margin: 0 auto 3em auto;
	transform: none
}
.no-js .loader-msg p {
	font-size: 2em
}
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.vbox-overlay * {
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}
.vbox-overlay {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1040;
	-webkit-transform: translateZ(1000px);
	transform: translateZ(1000px);
	transform-style: preserve-3d
}
.vbox-title {
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	padding: 6px 40px;
	overflow: hidden;
	position: fixed;
	display: none;
	left: 0;
	z-index: 1050
}
.vbox-close {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	position: fixed;
	top: 1em;
	right: 1em;
	width: 50px;
	height: 40px;
	padding: 6px;
	display: block;
	background-position: 10px center;
	overflow: hidden;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	z-index: 1050
}
.vbox-num {
	cursor: pointer;
	position: fixed;
	left: 0;
	height: 40px;
	display: block;
	overflow: hidden;
	line-height: 28px;
	font-size: 12px;
	padding: 6px 10px;
	display: none;
	z-index: 1050
}
.vbox-next, .vbox-prev {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 1050
}
.vbox-next span, .vbox-prev span {
	position: relative;
	width: 20px;
	height: 20px;
	border: 4px solid transparent;
	border-top-color: #b6b6b6;
	border-right-color: #b6b6b6;
	text-indent: -100px;
	position: absolute;
	top: 8px;
	display: block
}
.vbox-prev {
	left: 15px
}
.vbox-next {
	right: 15px
}
.vbox-prev span {
	left: 10px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.vbox-next span {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px
}
.vbox-inline {
	width: 420px;
	height: 315px;
	height: 70vh;
	padding: 10px;
	background: var(--light-brown);
	margin: 0 auto;
	overflow: auto;
	text-align: left
}
.venoframe {
	max-width: 100%;
	width: 100%;
	border: none;
	width: 100%;
	height: 260px;
	height: 70vh
}
.venoframe.vbvid {
	height: 260px
}
@media (min-width:768px) {
	.vbox-inline, .venoframe {
		width: 90%;
		height: 360px;
		height: 70vh
	}
	.venoframe.vbvid {
		width: 640px;
		height: 360px
	}
}
@media (min-width:992px) {
	.vbox-inline, .venoframe {
		max-width: 1200px;
		width: 80%;
		height: 540px;
		height: 70vh
	}
	.venoframe.vbvid {
		width: 960px;
		height: 540px
	}
}
.vbox-open {
	overflow: hidden
}
.vbox-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	z-index: 20;
	max-height: 100%
}
.vbox-content {
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 3em 4em
}
.vbox-container img {
	max-width: 100%;
	height: auto
}
.vbox-figlio {
	box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	max-width: 100%;
	text-align: initial
}
img.vbox-figlio {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none
}
.vbox-content.swipe-left {
	margin-left: -200px !important
}
.vbox-content.swipe-right {
	margin-left: 200px !important
}
.vbox-animated {
	webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out
}
.sk-double-bounce, .sk-rotating-plane {
	width: 40px;
	height: 40px;
	margin: 40px auto
}
.sk-rotating-plane {
	background-color: #333;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out
}
@-webkit-keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
.sk-double-bounce {
	position: relative
}
.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out
}
.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
	background-color: #333;
	border-radius: 100%
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.sk-wave {
	margin: 40px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px
}
.sk-wave .sk-rect {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}
.sk-wave .sk-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s
}
.sk-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.sk-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.sk-wave .sk-rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.sk-wave .sk-rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
@-webkit-keyframes sk-waveStretchDelay {
	0%, 100%, 40% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}
@keyframes sk-waveStretchDelay {
	0%, 100%, 40% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}
.sk-wandering-cubes {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}
.sk-wandering-cubes .sk-cube {
	background-color: #333;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
	animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}
.sk-chasing-dots, .sk-spinner-pulse {
	width: 40px;
	height: 40px;
	margin: 40px auto
}
.sk-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
@-webkit-keyframes sk-wanderingCube {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
		transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}
@keyframes sk-wanderingCube {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
		transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}
.sk-spinner-pulse {
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out
}
@-webkit-keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
.sk-chasing-dots {
	position: relative;
	text-align: center;
	-webkit-animation: sk-chasingDotsRotate 2s infinite linear;
	animation: sk-chasingDotsRotate 2s infinite linear
}
.sk-chasing-dots .sk-child {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	-webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out
}
.sk-chasing-dots .sk-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes sk-chasingDotsBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-chasingDotsBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.sk-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center
}
.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}
.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
	display: block;
	border-radius: 100%;
	content: '';
	background-color: #333
}
.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}
.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}
@-webkit-keyframes sk-three-bounce {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-three-bounce {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.sk-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.sk-circle .sk-child:before {
	margin: 0 auto;
	width: 15%;
	height: 15%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}
@-webkit-keyframes sk-circleBounceDelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-circleBounceDelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto
}
.sk-cube-grid .sk-cube {
	width: 33.33%;
	height: 33.33%;
	background-color: #333;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 100%, 70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%, 100%, 70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}
.sk-fading-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}
.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.sk-fading-circle .sk-circle:before {
	margin: 0 auto;
	width: 15%;
	height: 15%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}
@-webkit-keyframes sk-circleFadeDelay {
	0%, 100%, 39% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}
@keyframes sk-circleFadeDelay {
	0%, 100%, 39% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}
.sk-folding-cube {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg)
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg)
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg)
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}
	100%, 90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}
@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}
	100%, 90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}
@media (hover:hover), (-ms-high-contrast:none) {
	.videoplay-icon {
		transition: left .6s ease-in-out
	}
	.cookie-btn {
		transition: background-color .6s ease-in-out, color .6s ease-in-out
	}
	.cookie-btn, .get-retailer div:first-child a, .submit-button {
		transition: background-color .6s ease-in-out
	}

	.cookie-btn:hover {
		color: #fff
	}
	.keyart-parallax {
		background-attachment: fixed
	}
}
@media screen and (max-width:1200px) {
	.logo-leiste img {
		max-width: 150px
	}
	.width-half {
		width: 65%
	}
	.width-wide {
		width: 85%
	}
}
@media screen and (min-width:1036px) {
	.fullscreen-bg_video {
		position: fixed
	}
}
@media screen and (max-width:1035px) {
	.logo-leiste img {
		max-width: 100px
	}
}
@media screen and (max-width:845px) {
	section {
		background-size: cover;
	}
	.width-half {
		width: 75%
	}
	.width-wide {
		width: 95%
	}
	.logo-leiste {
		justify-content: center
	}
	.boxshots {
		margin-right: 0;
		margin-bottom: 1em
	}
	.lilly-layer {
		background-position: left center
	}
}
@media screen and (max-width:700px) {
	section {
		background-size: cover
	}
	.gallery-columns-3 .gallery-item {
		flex: 0 0 calc(50% - 3em);
		max-width: calc(50% - 3em)
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-right: 3em
	}
	.gallery-columns-3 .gallery-item:nth-of-type(2n) {
		margin-right: 0
	}
	footer {
		flex-wrap: wrap;
		padding: 1em
	}
	.logo-leiste {
		flex: 0 0 100%;
		margin-bottom: .5em
	}
}
@media screen and (max-width:650px) {
	.intro-buttons {
		left: 0;
		transform: none;
		width: 100%;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 0 1em
	}
}

@media screen and (max-width:620px) {
	.mobile-logo {
		display: block
	}
	.activemenu, .header-fixed {
		transition: transform .6s linear
	}
	#responsive-icon {
		cursor: pointer;
		position: fixed;
		width: 3em;
		height: 3em;
		font-size: 1em;
		top: 1em;
		right: 1em;
		display: block;
		z-index: 50;
		filter: drop-shadow(0 0 2px #000)
	}
	.lines-button {
		background: none repeat 0 center rgba(0, 0, 0, 0);
		border: 0 none;
		cursor: pointer;
		display: inline-block;
		outline: 0 none;
		position: absolute
	}
	.lines {
		background: none repeat 0 0 var(--yellow);
		display: inline-block;
		height: 3px;
		position: relative;
		width: 2.5em
	}
	.lines::after, .lines::before {
		background: none repeat 0 0 var(--yellow);
		content: "";
		display: inline-block;
		height: 3px;
		left: 0;
		position: absolute;
		transform-origin: 1px center 0;
		width: 2.5em
	}
	.lines::before {
		top: 10px
	}
	.lines::after {
		top: -10px
	}
	.lines-button .lines::after, .lines-button .lines::before {
		transform-origin: 50% 50% 0;
		transition: top .6s ease .3s, transform .6s ease 0s
	}
	#responsive-icon.close .lines-button .lines {
		background: none repeat 0 0 transparent
	}
	#responsive-icon.close .lines-button .lines::after, #responsive-icon.close .lines-button .lines::before {
		top: 0;
		transition: top .6s ease 0s, transform .6s ease .3s;
		width: 2.5em
	}
	#responsive-icon.close .lines-button .lines::before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	#responsive-icon.close .lines-button .lines::after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	.header-fixed {
		transform: translatex(100%);
		flex-flow: column nowrap;
		justify-content: start;
		background-color: rgba(39, 31, 23, .95);
		height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 5em 5vw;
		z-index: 45
	}
	.header-fixed.activemenu {
		transform: translateX(0)
	}
	.release-date {
		margin-bottom: 2em;
		margin-right: initial;
		order: 2;
		text-align: center
	}
	.logo {
		width: 100%;
		text-align: center;
		order: 1;
		margin-bottom: 3em;
		padding: 0 3em;
		filter: drop-shadow(0 2px 15px #000)
	}
	.logo img {
		display: block
	}
	.menu-so-fo {
		text-align: center;
		margin: 0 auto;
		order: 3
	}
	.play-icon {
		bottom: 30%
	}
	.order-section {
		width: 90%
	}
	.width-half {
		width: 90%
	}
	.width-wide {
		width: 100%
	}
	.form-25, .form-50 {
		width: 100%;
		margin: 0 0 .5em 0
	}
	.form-15 {
		width: calc((100% - 1em * 3)/ 3)
	}
	.form-one-row {
		margin-bottom: 1.5em
	}
}
@media screen and (max-width:565px) {
	section {
		background-size: cover
	}
	.width-half, .width-wide {
		padding: 3em 2em
	}
}
@media screen and (max-width:500px) {
	.width-half, .width-wide {
		width: 100%
	}
	.order-section {
		width: 90%
	}
	.platform a {
		max-width: calc(100% / 3 - .5em)
	}
	.get-retailer {
		width: 100%
	}
}
@media screen and (max-width:450px) {
	section {
		background-size: cover
	}
	.form-15 {
		width: 100%;
		margin: 0 0 .5em
	}
	.order-section {
		width: 100%
	}
}
@media screen and (max-width:380px) {
	.gallery-columns-3 .gallery-item {
		flex: 100%;
		max-width: 100%;
		margin-right: 0
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-right: 0
	}
	.logo-leiste a, .logo-leiste > img {
		margin-bottom: .5em
	}
	.platform a {
		max-width: calc(100% / 2 - 5px);
		margin-right: 5px
	}
	.platform a:nth-of-type(3n) {
		margin-right: 0
	}
	.ratings {
		width: 100%;
		text-align: right;
		margin-top: .5em
	}
	.button {
		word-wrap: break-word;
		display: block
	}
}
@media screen and (max-width:340px) {
	.logo {
		max-width: 100%
	}
	.logo-leiste a, .logo-leiste > img {
		margin-right: 0
	}
}