* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.intro {
	z-index: 222;
}
.film {
	z-index: 233;
}


.wrapper {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.container {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}
.wortmarke {
	margin: 100px auto 0;
	max-width: 252px;
	height: auto;
	display: block;
}

.highlight {
	color: #3275f3;
}

#qr {
	text-align: center;
	margin-top: 40px;
}

#content {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.main > div {
	height: 100%;
}

.room {
	z-index: 9;
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.code .left {
	float: left;
	margin-left: 120px;
	margin-right: 84px;
}

.code .right {
	position: relative;
	z-index: 3;
	margin-top: 200px;
	font-family: 'Kohinoor Devanagari', sans-serif;
}

.right h1 {
	margin-top: 0;
	margin-bottom: 76px;
	text-align: left;
	line-height: 38px;
	font-weight: 600;
	font-size: 35px;
}

.right h2 {
	color: #3275f3;
	text-align: left;
	font-family: 'Kefa', sans-serif;
	font-weight: 600;
	margin-bottom: 80px;
	font-size: 30px;
}

.right p {
	text-align: left;
	font-size: 25px;
	margin: 10px 0px;
}

p .code-desktop {
	letter-spacing: 1px;
}

.right p > span {
	display: inline-block;
	margin-right: 56px;
}

.right strong {
	font-weight: 700;
}


.code-video-container {
	position: relative;
}

.controls {
	display: none;
}

.code-video-container .code-desktop {
	display: none;
	left: 248px;
	top: 213px;
	transform: rotate(-4deg);
	font-family: monospace;
	letter-spacing: 4px;
	font-size: 38px;
	position: absolute;
	z-index: 20;
}


.code-video {
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 50% !important;
}

.code-video video {
	max-width: 800px !important;
	max-height: 642px !important;
}

.controls {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
}



.controls .prev,
.controls .next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7%;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
}

.controls .prev {
	left: 0;
}

.controls .next {
	right: 0;
}

.active {
	z-index: 10;
}

.articles {
	/*
	display: block !important;
	z-index: 1232;
	*/
}

article {
	background: #fff
}

.fixed {
	position: fixed;
}

article h1 {
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	font-family: 'Kohinoor Devanagari', sans-serif;
	font-weight: 600;
	font-size: 76px;
	line-height: 78px;
	color: #30312f;
}

article .codename {
	font-family: 'Kohinoor Devanagari', sans-serif;
	font-size: 45px;
	color: #3275f3;
	font-weight: 600;
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 80px;
	letter-spacing: 0.01em;
}

article .codename:after {
	position: absolute;
	content: '';
	height: 1px;
	border-bottom: 9px solid;
	width: 82px;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
}

article time {
	display: block;
	font-family: 'Kohinoor Devanagari', sans-serif;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 142px;
}

article h2 {
	text-align: left;
	margin-top: 0;
	font-family: 'Kohinoor Devanagari', sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 46px;
	text-transform: uppercase;
}

article .left {
	margin-left: 162px;
	margin-right: 50%;
}

article .center {
	margin-left: 162px;
	margin-right: 162px;
}

article .right {
	margin-right: 162px;
	margin-left: 50%;
}

.interview figure img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-bottom: 50px;
}

.interview figcaption {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Kohinoor Devanagari', sans-serif;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 1890px) {
  .img-responsive {
    width: auto;
		max-width: none;
  }
	
	html, body {
		overflow-x: hidden;
	}
}

article p {
	color: #30312f;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 34px;
	text-align: left;
	font-family: 'Kohinoor Devanagari', sans-serif;
}

article .lead {
	font-size: 28px;
	line-height: 36px;
	color: #3275f3;
	font-weight: 700;
	margin-bottom: 70px;
}

article .highlight {
	font-weight: bold;
	font-weight: 600;
	color: #30312f;
}

article .big p {
	font-size: 46px;
	line-height: 50px;
	color: #3377f9;
	font-family: 'Kefa', serif;
	font-weight: bold;
	margin-top: 158px;
	margin-bottom: 132px;
}

article .big-2 {
	font-size: 46px;
	line-height: 50px;
	color: #3275f3;wid
	font-family: 'Kefa', serif;
	font-weight: bold;
	margin-top: 110px;
	margin-bottom: 72px;
}

article .big-left {
	margin-left: 646px;
	text-align: left;
}

article .big-right {
	margin-right: 646px;
	text-align: right;
	
	margin-bottom: 150px;
}

.interview {
	background: #30312f;
}

.slider-container {

}

article iframe {
	max-width: 84%;
	
}


article .big-right p {
	text-align: right;
}

h1, h2, p {
  text-align: center;
}

strong {
	font-weight: 600;
}

@media screen and (max-width:1750px) {
	body .code .left {
		margin-left: 40px;
	}
	
	body .right p > span {
		margin-right: 40px;
	}
	
	body .right h2 {
		font-size: 28px;
	}
	
	body .right h2 h1 {
		font-size: 33px;
	}
}

@media screen and (max-width:1650px) {
	body .code .left {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media screen and (max-width:1590px) {
	body .code .left {
		margin-left: 40px;
		margin-right: 30px;
	}
	
	body .right p {
		font-size: 21px;
	}
	
	body .right h2 {
		font-size: 24px;
	}
	
	body .right h2 h1 {
		font-size: 29px;
	}
}

@media screen and (max-width:1480px) {
	body .code .left {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	body .right p {
		font-size: 20px;
	}
	
	body .right h2 {
		font-size: 23px;
	}
	
	body .right h2 h1 {
		font-size: 28px;
	}
	
	body .right p > span {
		margin-right: 30px;
	}
}