/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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


@font-face {
  font-family: 'NeufileGrotesk-RegularExtended';
  src: url('/../webfonts/font.woff2') format('woff2'), url('/../webfonts/font.woff') format('woff');
}

@font-face {
  font-family: 'NeufileGrotesk-RegularExtendedItalic';
  src: url('/../webfonts/neufile_italic.woff2') format('woff2'), url('/../webfonts/neufile_italic.woff2') format('woff');
}

::-moz-selection { background: rgba(255,255,255,.99); color: #000; }
::selection { background: rgba(255,255,255,.99); color: #000; }

html {
	--scrollbarBG: #000000;
	--thumbBG: #ffffff;
}

body {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-family: 'NeufileGrotesk-RegularExtended', Helvetica, sans-serif;
	line-height: 1.1;
	overflow-x: hidden;
}

a {
	color: #fff;
	font-family: 'NeufileGrotesk-RegularExtendedItalic', Helvetica, sans-serif;
}

#logo {
	width:195px;
	height:76px;
	margin: 50px;
	background: url(/../images/logo-uncover-sm.svg) no-repeat;
	display: inline-block;
}

@media only screen and ( max-width: 768px ) {
	#logo {
		width:120px;
		height:47px;
		margin: 15px;
	}
}

ul#multilangMenu {
	position: fixed;
	z-index: 0;
	top: 1vw;
	right: 1vw;
	margin: 0;
}

@media only screen and ( max-width: 768px ) {
	ul#multilangMenu {
		margin: 0;
		top: calc(50vh - 36px);
		right: 16px;
	}
}

#about ul#multilangMenu, #privacy-policy ul#multilangMenu, #imprint ul#multilangMenu {
	z-index: 2;
}

@media only screen and ( max-width: 1024px ) {
	#about ul#multilangMenu, #privacy-policy ul#multilangMenu, #imprint ul#multilangMenu {
		margin: 0;
		top: calc(50vh - 36px);
		right: 16px;
	}
}

ul#multilangMenu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 4px;
}

@media only screen and ( max-width: 768px ) {
	ul#multilangMenu li {
		display: block;
		margin: 4px 0;
	}
}

@media only screen and ( max-width: 1024px ) {
	#about ul#multilangMenu li, #privacy-policy ul#multilangMenu li, #imprint ul#multilangMenu li {
		display: block;
		margin: 4px 0;
	}
}

ul#multilangMenu li a {
	vertical-align: middle;
	display: table-cell;
	width: 34px;
	height: 34px;
	color: #fff;
	border: 1px solid #000;
	background: #000;
	border-radius: 100px;
	font-size: 13px;
	text-align: center;
	font-family: 'NeufileGrotesk-RegularExtended', Helvetica, sans-serif;
	text-decoration: none;
}

#about ul#multilangMenu li a, #privacy-policy ul#multilangMenu li a, #imprint ul#multilangMenu li a {
	color: #000;
	border: 1px solid #fff;
	background: #fff;
}


/* L O A D E R */


.preloader-wrapper {
		height: 100%;
		width: 100%;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999;
}

.preloader-wrapper .preloader {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 200px;
}

.preloader img {
    width: 200px;
}


/* N A V I G A T I O N */

nav	{
	display: inline-block;
	margin: 62px 0;
	vertical-align: top;
}

@media only screen and ( max-width: 1024px ) {
	nav {
		position: absolute;
		right: 44px;
		text-align: right;
		margin: 28px 0;
	}
}

@media only screen and ( max-width: 767px ) {
	nav {
		right: 5px;
		margin: 0;
	}
}

nav.fixed-header {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 18px;
	background: #000;
	height: 72px;
	z-index: 10;
	animation-name: slide;
	animation-duration: .5s;
}

@keyframes slide {
  0%   {bottom: -100px;}
  100% {bottom: 0;}
}

nav ul {
	width: 100%;
  display: inline-block;
}

nav li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 48px;
}

@media only screen and ( max-width: 768px ) {
	nav li {
		font-size: 22px;
	}
}

@media only screen and ( max-width: 1540px ) {
	nav li {
		font-size: 32px;
	  margin: 0 8px 0 0;
	}
}

@media only screen and ( max-width: 1200px ) {
	nav li {
		font-size: 22px;
	}
}

@media only screen and ( max-width: 1024px ) {
	nav li {
		font-size: 18px;
	}
}

@media only screen and ( max-width: 1024px ) {
	nav li {
		display: block;
		font-size: 18px;
		margin: 28px 8px;
	}
}

nav#navigation.fixed-header li {
	font-size: 20px;
}

@media only screen and ( max-width: 1024px ) {
	nav#navigation.fixed-header {
		display: none;
	}
}


nav li a {
	 border: 2px solid #ffffff;
	 border-radius:2em;
	 padding: 5px 25px 8px 25px;
	 color: #fff;
	 text-decoration: none;
	 font-family: 'NeufileGrotesk-RegularExtended';
	 transition: filter 0.5s ease;
}


nav li a:hover {
	 background-color: #fff;
	 color: #000;
	 -webkit-filter: blur(15px);
	 filter: blur(15px);
}


/* B A S I C   F O R M A T T I N G */

h1 {
	font-size: 4.2vw;
  line-height: 1.1;
	padding: 0 0 64px 0;
}

@media only screen and ( max-width: 768px ) {
	h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
	    font-size: 24px;
	}
}

h2 {
	border: 2px solid #ffffff;
  border-radius: 100px;
  padding: 10px 25px;
	font-size: 3vw;
	height: 4vw;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and ( max-width: 768px ) {
	h2 {
		font-size: 22px;
	}
}

h3 {
	font-size: 32px;
  display: inline-block;
  margin: 40px;
  margin-bottom: 40px;
  margin-left: 140px;
}


h4 {font-size: 26px;
	margin-bottom: 20px;
	}

@media only screen and ( max-width: 480px ) {
	h2 {
		font-size: 16px;
	}
}

p {
	line-height: 1.4;
  font-size: 20px;
}

section p {
	max-width: 1000px;
  font-size: 26px;
  margin-bottom: 2rem;
}

ul 	{font-size: 26px;
	margin-bottom: 30px;
			}

ul li {margin-bottom: 10px;
			list-style-type: circle;
			list-style-position: inside;}

@media only screen and (max-width: 480px) {
	p, section p, ul {
	    font-size: 16px;
	}
}






em {
	font-family: 'NeufileGrotesk-RegularExtendedItalic', Helvetica, sans-serif;
}

.underline {
	border-bottom: 2px solid #ffffff !important;
}

.col img {
	width: 100%;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

@media only screen and ( min-width: 992px ) and ( max-width: 1200px ) {
	.col-xmd-4 {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}
}

@media only screen and ( min-width: 992px ) and ( max-width: 1200px ) {
	.col-xmd-8 {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 66.666666% !important;
		flex: 0 0 66.666666% !important;
		max-width: 66.666666% !important;
	}
}

@media only screen and ( min-width: 992px ) and ( max-width: 1200px ) {
	.col-xmd-12 {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

/* C A N V A S H E R O */


div#videowrapper {
    position: fixed;
    z-index: -1;
}

canvas {
	position: fixed;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	width: 100vw;
}

@media only screen and ( max-width: 768px ) {
	#hero-lightpass {
		display: none;
	}
}


#hero-mobile {
	display: none;
}

@media only screen and ( max-width: 768px ) {
	#hero-mobile {
		display: block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
		background: #f0f0f0;
	}
}

div#hero-mobile img {
    object-fit: cover;
    width: 100vw;
}

.hero-mobile-bg {
	position: absolute;
	top: 0;
}

.hero-mobile-img {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* C O N T E N T */

section {
  box-sizing: border-box;
}

#page-wrapper {
	width: 100vw;
  height: auto;
  min-height: 100vh;
  margin-top: calc((100vw / 16) * 9);
  background-color: #000;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media only screen and ( max-width: 768px ) {
	#page-wrapper {
	  margin-top: 100vh;
	}
}

@media only screen and ( max-width: 1180px ) {
	#content {
		margin-top: 90px;
	}
}

@media only screen and ( max-width: 768px ) {
	#content {
		margin-top: 180px;
	}
}

.nominee {
		margin-top: 0 !important;
}



/* fix blank or flashing items on carousel */



/* end fix */

.owl-nav {
	display: none;
}

.owl-dots {
	margin: 32px 0 0 0;
  text-align: center;
	display: block !important;
}

.owl-carousel button.owl-dot {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #fff !important;
  border-radius: 10px;
  margin: 0 8px;
  outline: none;
  box-shadow: 0 0 0 0;
}

.owl-carousel button.owl-dot.active {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 0 8px;
  outline: none;
  box-shadow: 0 0 0 0;
}

@media (max-width: 992px) {
  .owl-carousel.owl-one img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 512px) {
  .owl-carousel.owl-one img {
    width: 90%;
  }
}

@media (max-width: 420px) {
  .owl-carousel.owl-one img {
    width: 100%;
  }
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

#owl-item-wrapper {
  height: 800px;
  margin: 0 0 32px 0;
}

#visual {
	padding: 0;
}

#visual img {
	width: 100%;
  transition: all 0.5s ease;
}

#visual .col {
	padding-right: 0;
  padding-left: 0;
}

#visual .col img {
	width: 100%;
}

@media only screen and (max-width: 480px) {
	.itshidden {
		display: none;
	}
}

#jury p, .timeline_item p, .nomineeinfo p {
	font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

@media only screen and ( max-width: 768px ) {
	#jury p {
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	#jury p {
	    font-size: 16px;
	}
}

#jury img {
	width: 100%;
	transition:  all 0.5s ease;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	padding: 10px 20px 10px 10px;
}

@media only screen and ( max-width: 1200px ) {
	#jury img {
		padding: 0;
		-webkit-filter: none;
		filter: none;
	}
}

#jury img:hover {
	-webkit-filter: blur(0);
	filter: blur(0);
}

#jury h3 {
	margin: 0;
	font-size: 2.8vw;
}
@media only screen and ( max-width: 768px ) {
	#jury h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 480px) {
	#jury h3 {
	    font-size: 22px;
	}
}

.award_row {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 30px;
	margin-bottom: 40px;
	margin-top: -20px;
	text-transform: uppercase;
	cursor: default;
}

@media only screen and ( max-width: 1024px ) {
	.award_row {
		border: 2px solid #fff;
		background: transparent !important;
	}
}

@media only screen and ( max-width: 768px ) {
	.award_row {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.award_row:hover {
	background-color: #fff;
}

.award_row h2 {
	margin-bottom: 0;
	line-height: 1.1;
	font-size: 2.8vw;
	border: 0;
	border-radius: 0;
	padding: 0;
	text-decoration: none;
}

.award_row:hover h2 {
	color: #000;
}

@media only screen and ( max-width: 768px ) {
	.award_row h2 {
		font-size: 24px;
		color: #fff;
	}
}

@media only screen and ( max-width: 1024px ) {
	.award_row:hover h2 {
		color: #fff;
	}
}

.award_row span {
	font-family: 'NeufileGrotesk-RegularExtendedItalic', Helvetica, sans-serif;
}


#awards .col p {
	margin-right: 30px;
}

/* T I M E L I N E */

.timeline_wrapper::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.timeline_wrapper::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 8px;
  border: 5px solid var(--scrollbarBG);
}

.timeline_wrapper::-webkit-scrollbar {
  width: 11px;
  height: 16px;
  border-radius: 16px;
}

.timeline_wrapper {
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-height: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.timeline_item {
	min-width: 400px;
  max-width: 500px;
  min-height: 600px;
  height: initial;
  display: inline-block;
  vertical-align: top;
  border-right: 2px solid white;
  margin-right: -2px;
  color: #000;
  height: 300px;
  box-sizing: border-box;
  padding: 32px;
  color: #fff;
  overflow:hidden;
  white-space: normal;
}

@media only screen and ( max-width: 1024px ) {
	.timeline_item {
		min-height: 400px;
	}
}

@media only screen and ( max-width: 768px ) {
	.timeline_item {
		 padding: 0;
		 display: block;
		 height: inherit;
		 min-height: inherit;
		 max-width: inherit;
		 min-width: inherit;
		 border-right: 0;
		 margin-right: 0;
	}
}

.timeline_item:nth-last-child(1) {
	border: 0;
}

.timeline_item h2 {
	height: initial;
	border-radius: 0;
  border: 0;
  border-bottom: 2px solid white;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  margin-left: 0;
	vertical-align: inherit;
}

@media only screen and (max-width: 480px) {
	.timeline_item p {
		font-size: 16px;
	}
}


/* F I L E U P L O A D */

#submissionform {
	background-color: #f1f1f1;
  color:#000;
  padding-top: 80px;
  padding-bottom: 80px;
}


#submissionform h2 {
	border: 2px solid #000;
}

#dropfile img {
	width: 100%;
  transition: all 0.5s ease;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


form#frmMain .container {
    padding: 32px 0;
}

form, input, textarea{
	background: transparent;
  border:none;
	border-bottom: 2px solid #000;
	width: 100%;
	color: #000;
	font-size: 16px;
}

form:focus, input:focus, textarea:focus {
    outline: none;
    background: #ddd;
}

form#frmMain {
    border: 0;
}

#dropfile {
	width: 100%;
  min-height: 100%;
	height: 33vw;
	background: url("/images/cgi/pdf.png") rgba(0,0,0,0.9) no-repeat;
	background-size: 40%;
	background-position: center;
  border-radius: 40px;
  position: relative;
	cursor: pointer;
	transition: background .5s;
	overflow: hidden;
}

@media only screen and ( max-width: 768px ) {
	#dropfile {
		height: 66vw;
	}
}

#dropfile:after {
	content: "";
	display: block;
 	background: #000;
 	width: 100%;
 	min-height: 100%;
 	height: 33vw;
 	position: absolute;
 	top: 0;
 	left: 0;
	transition: background .5s;
}

#dropfile:hover:after {
 background: transparent;
	transition: background .5s;
}

#dropfile span {

	display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: calc(50% - 48px);
  left: 0;
  right: 0;
	z-index: 1;
	padding: 0 24px;
	pointer-events: none;
}

@media only screen and ( max-width: 1024px ) {
	#dropfile span {
		font-size: 22px;
		top: calc(50% - 22px);
	}
}

.dz-preview.dz-file-preview.dz-error.dz-complete span {
    font-size: 24px !important;
    margin: 0;
    position: relative !important;
}

@media only screen and ( max-width: 768px ) {
	.dz-preview.dz-file-preview.dz-error.dz-complete span {
	    font-size: 16px !important;
	}
}


#dropfile .dz-success-mark, #dropfile .dz-error-mark, #dropfile .dz-image {
	display: none;
}

.dz-preview.dz-file-preview, .dz-preview.dz-error.dz-complete.dz-image-preview {
    position: absolute;
    width: 100%;
    top: calc(50% + 16px);
}

.dz-preview.dz-file-preview span, .dz-error-message span, .dz-filename span, .dz-size span {
    font-size: 24px !important;
    position: relative !important;
}

@media only screen and ( max-width: 768px ) {
	.dz-preview.dz-file-preview span, .dz-error-message span, .dz-filename span, .dz-size span {
	    font-size: 16px !important;
	}
}


#the-progress-div span {
    top: calc(50% + 76px);
		font-size: 24px;
}

@media only screen and ( max-width: 768px ) {
	#the-progress-div span {
			font-size: 16px;
	}
}

input[type=submit], .submit {
    color: #000;
    padding: 10px 5px 10px 5px;
    margin-bottom: 0;
    width: 100%;
    background:transparent;
    border: none;
    border: 2px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    height: 60px;
		cursor: pointer;
		outline: none !important;
  }

.submit:hover {
	background-color: #000;
	color:#fff;
}

.form input, .form textarea {
    padding: 10px;
		margin: 4px 0 0 0;
}

label {
 letter-spacing: 0.5px;
}

input#agb {
    display: inline-block;
    width: initial;
}

label.agb-text {
    display: inline-block;
		margin: 0 0 32px 0;
}

label.agb-text a {
	color: #000;
}

label#lblStatus {
    display: block;
    margin: 8px 0 0 0;
}

#submission ul {
	max-width: 600px;
  line-height: 1.3;
}

#submission ul li {
  font-size: 13px;
  list-style-type: circle;
  list-style-position: outside;
  padding-bottom: 10px;
}

#submission ul li:hover {
	list-style-type: disc;
}

#submission img {
	margin-top: -120px;
  width: 100%;
}

@media only screen and ( max-width: 1024px ) {
	#submission img {
		margin-top: 0;
	}
}

/* PRVACY-POLICY */

#privacy-policy a {
	word-break: break-all;
}



/* FOOTER */

footer {
	width: 100vw;
  box-sizing: border-box;
  color: #fff;
  padding: 120px 56px 80px 56px;
}

@media only screen and ( max-width: 767px ) {
	footer {
	  padding: 56px 15px;
	}
}

footer a {
	color: #fff;
  text-decoration: none;
  font-family: 'NeufileGrotesk-RegularExtended';
}

footer span {
	display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  vertical-align: top;
	margin-bottom: 30px;
}

footer img {
	max-width: 200px;
	display: inline-block;
	padding: 0 20px 0 0;
}

@media only screen and ( max-width: 768px ) {
	footer img {
		padding: 0;
	}
}

footer ul {
	font-size: 26px;
	display: flex;
  justify-content: flex-end;
	text-align: right;
}

@media only screen and ( max-width: 1300px ) {
	footer ul {
		font-size: 18px;
		display: block;
	}
}

footer ul li {
	display: inline-block;
  margin: 0 0 0 40px;
	text-align: right;
	line-height: 32px;
}

@media only screen and ( max-width: 1300px ) {
	footer ul li {
		margin: 0 0 0 12px;
	}
}

@media only screen and ( max-width: 1024px ) {
	footer ul li {
		display: block;
		margin: 0;
		text-align: right;
	}
}

@media only screen and ( max-width: 992px ) {
	footer ul li {
		text-align: left;
	}
}

.social-wrapper {
	text-align: right;
}

@media only screen and ( max-width: 768px ) {
	.social-wrapper {
		text-align: left;
	}
}

.social {
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 0 0 0 4px;
}

@media only screen and ( max-width: 768px ) {
	.social {
		padding: 4px 0 0 0;
	}
}


.owl-carousel .owl-item img {
    width: initial !important;
}