/* @import 'https://fonts.googleapis.com/css?family=Lato:400,700,900';
@import 'https://fonts.googleapis.com/css?family=Alfa+Slab+One'; */

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cerapro/CeraPro-Bold.eot');
    src: url('../fonts/cerapro/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cerapro/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/cerapro/CeraPro-Bold.woff') format('woff'),
        url('../fonts/cerapro/CeraPro-Bold.ttf') format('truetype'),
        url('../fonts/cerapro/CeraPro-Bold.svg#../fonts/cerapro/CeraPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cerapro/CeraPro-Black.eot');
    src: url('../fonts/cerapro/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cerapro/CeraPro-Black.woff2') format('woff2'),
        url('../fonts/cerapro/CeraPro-Black.woff') format('woff'),
        url('../fonts/cerapro/CeraPro-Black.ttf') format('truetype'),
        url('../fonts/cerapro/CeraPro-Black.svg#../fonts/cerapro/CeraPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cerapro/CeraPro.eot');
    src: url('../fonts/cerapro/CeraPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cerapro/CeraPro.woff2') format('woff2'),
        url('../fonts/cerapro/CeraPro.woff') format('woff'),
        url('../fonts/cerapro/CeraPro.ttf') format('truetype'),
        url('../fonts/cerapro/CeraPro.svg#../fonts/cerapro/CeraPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cerapro/CeraPro-Light.eot');
    src: url('../fonts/cerapro/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cerapro/CeraPro-Light.woff2') format('woff2'),
        url('../fonts/cerapro/CeraPro-Light.woff') format('woff'),
        url('../fonts/cerapro/CeraPro-Light.ttf') format('truetype'),
        url('../fonts/cerapro/CeraPro-Light.svg#../fonts/cerapro/CeraPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cerapro/CeraPro-Medium.eot');
    src: url('../fonts/cerapro/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cerapro/CeraPro-Medium.woff2') format('woff2'),
        url('../fonts/cerapro/CeraPro-Medium.woff') format('woff'),
        url('../fonts/cerapro/CeraPro-Medium.ttf') format('truetype'),
        url('../fonts/cerapro/CeraPro-Medium.svg#../fonts/cerapro/CeraPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'Creatives';
	src: url('../fonts/creatives/Creatives.svg') format('svg');
	font-weight: normal;
}

@font-face {
	font-family: 'Creatives';
	src: url('../fonts/creatives/Creatives.ttf') format('truetype');
	font-weight: normal;
} 

@font-face {
	font-family: 'Creatives';
	src: url('../fonts/creatives/Creatives.eot');
	font-weight: normal;
} 

* {
    box-sizing: border-box;
}

/* basic */

body{
	/* background: #101629; */
	/*background: #1a1a1a;*/
	font-size: 12px;
	font-family: 'Cera Pro';
    font-weight: normal;
	color: #c792ff;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: .03em;
	scroll-behavior: smooth;
    touch-action: manipulation;
}


a{
	color: #edff5f;
	text-decoration: none;
	outline: none;
}



div {

	outline: none;
}


li{
	list-style-type: none;
}


.navi{
	top: 50px !important;
}


p.description {
	font-size: 1.8rem;
}


/* box model */


*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





/* system bar */


.bar{
	position: fixed;
	width: 100%;
	height: 58px;
	top: 0;
	left: 0;

	z-index: 1000;
	padding: 0% 5%;
	display: inline-flex;
    align-items: center;
	justify-content: space-between;

	/*background-color: #0b043b;*/
	background-color: #001f1e;
	/*background-image: url('../images/header.svg');*/
	/*background-repeat: no-repeat;
	background-size: 102%;
	background-position: center bottom;*/
	/*border-bottom: 1px solid #555;*/
}

.bar,
.bar a,
.wording{
	/* font-size: 0.95em; */
	/* font-weight: 400; */
	/* line-height: 2; */
	/*color: #5744dc !important;*/

	/*color: #5bacae !important;
	font-size: 15px;
	padding-top: 8px;
	text-transform: uppercase;*/

	color: #fff;
    font-family: 'Cera Pro' !important;
    font-weight: normal;
	font-size: 16px;
	line-height: 2.4;
	/* padding-top: 8px; */

}

a > span.wording{
	font-family: 'Creatives';
}

.bar-options{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}

.cine-projekt{
	display: none;
	margin-right: 20px;
}

.input.colorpicker{
	margin-left: 20px;
}

.input.filter{
	/* margin-left: 20px;
	background-image: url('../images/searchBtn.svg');
	background-position: -2px -12px;
    background-size: 15px 34px;
	background-repeat: no-repeat; */
	width: 15px;
}

.input.filter:before{
	content: '';
	display: inline-block;
	height:25px;
	width:25px;
	background-size: 25px 25px;
	background-image: url('../images/searchBtn.svg');
	background-repeat: no-repeat;
	margin-bottom: -10px;
	margin-right: 10px;
}

.filter input,
.colorpicker input{
	padding: 15px;
    /*background-color: #1b2545;*/
    background-color: #fff;
    border: 0px solid transparent;
    height: 2rem;
    width: 20em;
    margin: 2px;
	margin-left: 5px;
    border-radius: 20px;
    outline: none;
}

#filter {
	margin-right: 30px;
}

.colorpicker input#activite_color_picker{
	/* padding: 0; */
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 2rem;
	background-color: #001f1e;
	margin-right: 35px;
}

::-webkit-color-swatch-wrapper {
    padding: 5px;	
}
::-webkit-color-swatch {
    border: none;
    border-radius: 10px;
}

.colorpicker input{
	width: 5.3rem;
	margin-left: 5px;
/*
	padding-bottom: 3px;*/
}

input::placeholder{
	color: #b2b2b2;
}

input::-ms-input-placeholder {
	color: #b2b2b2;
}

.pass input::placeholder{
	color: #fff;
}

.pass input::-ms-input-placeholder{
	color: #fff;
}

.input input, select, textarea{
	/*color:#e0fff5;*/
	color:#000000;
}

.bar a{
	transition: all 0.15s ease-out;
	/*margin-left: 20px;*/
}

.bar em{
	font-style: normal;
	font-weight: bold;
	color: #edff5f;
}

.bar a:hover{
	color: #fff !important;
}

.overview .material-icons{
	color: #edff5f;
	margin-top: 2px;
	margin-left: 35px;
}

.material-icons{
	vertical-align: middle;
}


.material-icons:before{
	display: block;
	font-size: 0.7em;
	/*margin-top: -2px;
	margin-right: 5px;*/
}

.wording:before{
	content: '';
	display: inline-block;
	height:40px;
	width:40px;
	background-size: 40px 40px;
	background-image: url('../images/creatives2.svg');
	background-repeat: no-repeat;
	margin-bottom: -12px;
	margin-right: 15px;
}

.overview:after{
	content: '';
	display: inline-block;
	height:25px;
	width:25px;
	background-size: 25px 25px;
	background-image: url('../images/overviewBtn.svg');
	background-repeat: no-repeat;
	margin-bottom: -8px;
	margin-right: 50px;
	margin-left: 10px;
}

.logout i:before{
	content: url('../images/exitBtn.svg');
	/*width: 15px;*/
	width: 24px;
}

.visibility i:before{
	content: 'visibility';
}

.visibility.invisible i:before{
	content: 'visibility_off';
}

.comments i:before{
	content: 'question_answer';
}

.comments.showall i:before{
	content: 'comment';
}

.up i:before{
	content: 'keyboard_arrow_up';
}

.down i:before{
	content: 'keyboard_arrow_down';
}






/* login form */


.view.login{
/*	width: 100%;
	max-width: 450px;
	background: transparent;

    max-width: 451px;
    max-height: 240px;
*/


	max-width: 500px;
    max-height: 500px;
    position: absolute;
    margin: 1rem auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.login input,
.login .headline{
	position: relative;
	display: inline-block;
	width: 100%;
	border: 0;
}

.login form {
	width: 225px;
	margin: 14.5rem auto;

	animation-name: login;
	animation-duration: 1s;
	opacity: 0;
	animation-fill-mode: forwards;
}


.headline{
	text-align: center;
	font-size: 1.75em;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 35px;
}


.headline .logo:before{
	content: 'dashboard';
	font-size: 1.5em;
}

.header-logo{
	width: 30px;
    margin-right: 20px;
}


.headline img {
	display: block;
	/*width: 60%;
	max-width: 60%;*/

	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


.login hr{
	border: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #fff;
	width: 85%;

	opacity: 0.4;
	transition: all 0.15s ease-in-out;
}


.login input,
.login button{
	position: relative;
	display: inline-block;
	background: transparent;

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	padding: 10px 0;

	/*font-family: 'Source Sans Pro','Arial' !important;*/
  	font-family: 'Cera Pro', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #edff5f;
	font-style: normal;

	opacity: 0.4;
	transition: all 0.15s ease-in-out;
}


.login input{
	width: 83%;
	text-align: left;
	color: #edff5f;
	margin-left:10px;
}


.login button{
	width: 10%;
	text-align: right;
	cursor: pointer;
}

.login input:hover,
.login button:hover,
.login input:focus,
.login button:focus,
.login input:hover ~ hr,
.login button:hover ~ hr,
.login input:focus ~ hr,
.login button:focus ~ hr,
.login .filled,
.login .filled ~ hr{
	opacity: 1;
}


.message{
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	font-weight: 300;
	margin-top: 12px;
	color: #048c72;
}





/* movie listig */

.movies{
	position: relative;
	display: flex;
	/* flex-direction: column; */
/*	display: block;
	width: 90%;
	margin: 100px auto 50px auto;*/
	padding: 5% 5% 4% 5%;
    /* width: 90%; */
}

.movies h1{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px;
}

.movies #CINE_Wrapper,
.movies #HE_Wrapper{
	flex: 50%;
}

.movies li{
	position: relative;
	display: inline-block;
	width: 8%;
	min-width: 120px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.movies li img{
	width: 100%;
	transition: all 0.15s ease-out;
}

.movies:hover img{
	opacity: 0.65;
}

.movies li:hover img{
	opacity: 1;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}


.shadow{
	position: absolute;
	display: block;
	bottom: 5px;

	background: transparent;
	width: 90%;
	left: 5%;

	-webkit-box-shadow: 0 0 10px 5px #000;
	-moz-box-shadow: 0 0 10px 5px #000;
	box-shadow: 0 0 10px 5px #000;

	opacity: 0;
	transition: all 0.15s ease-out;
}


.movies li:hover .shadow{
	opacity: 0.2;
}

ul.systembar{
	background: rgba(0,0,0,0.5);
	position: relative;
	right: -50%;
	width: 50%;
}


/* li.stepper {
    position: absolute;
    right: 4rem;
    top: 0.3rem;
}


li.stepper {
    position: absolute;
    right: 14rem;
    top: 0.3rem;
}


li.stepper .step {
    opacity: .4;
    transition: all .2s ease-in;
    vertical-align: middle;
    font-size: 2.5em
}

li.stepper .step[direction=up]:before {
    content: 'keyboard_arrow_up'
}

li.stepper .step[direction=down]:before {
    content: 'keyboard_arrow_down'
}

li.stepper .step:hover {
    cursor: pointer;
    opacity: 1
}

li.logout {
	position: absolute;
	display: inline-block;
	right: 0;
	padding-right: 5%;
    padding-top: 5px;
}


.mode div {
    display: inline-block;
    opacity: .4;
    transition: all .2s ease-in;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mode div:hover {
    cursor: pointer;
    opacity: 1
}

.mode .visibility:before {
    content: 'visibility';

	position: absolute;
    right: 11.5rem;
    top: 0.95rem;
}

.mode .visibility.invisible:before {
    content: 'visibility_off'
}

.mode .comments:before {
    content: 'question_answer';

	position: absolute;
    right: 9.7rem;
    top: 0.97rem;
} */

#CINE,
#HE{
    margin: 0;
    padding: 0;
}

#CINE h1, #HE h1{
	font-size: 30px;

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#CINE li,
#HE li{ 
	list-style: none;
	min-height: 170px;
}

ul#CINE,
ul#HE{
	display: flex;
	flex-wrap: wrap;
}


#moreBtnCINE,
#moreBtnHE {
    display: flex;
    align-items: center;
    justify-content: center;
}

#showhideCINE .material-icons, #showhideHE .material-icons{
    font-size: 30px !important;
}


#showhideCINE{
    position: absolute;
    top: 3.5rem;
    right: 1.5rem;
}

#showhideHE{
    position: absolute;
    top: 3.5rem;
    right: 1.5rem;
}

#moreCINE,
#moreHE{
	font-size: 5rem;
	width: 50px;
	height: auto;
}

#moreCINE:hover,
#moreHE:hover{
	cursor: pointer;
}

#moreBtn{
	display: flex;
    justify-content: center;
	align-items: center;
}

.moreIcon:before {
    content: url('../images/moreBtn.svg');
	color: #edff5f
}

/*footer{
	position: fixed;
    width: 100%;
    height: 68px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 4% 5%;
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    margin-bottom: -35px;
}*/

@media only screen and (max-width: 770px) {
	#CINE h1, #HE h1{
		font-size: 20px;
	}

	#showhideCINE{
	    position: absolute;
	    top: 2.5rem;
	    right: 3rem;
	}

	#showhideHE{
	    position: absolute;
	    top: 2.5rem;
	    right: 3rem;
	}

}


@media only screen and (max-width: 450px) {
	#CINE h1, #HE h1{
		font-size: 12px;
	}

	.movies{
		margin: 10%;
	    width: 90%;
	}

	#showhideCINE{
	    position: absolute;
		top: 1.9rem;
	    left: -1.5rem;
	}

	#showhideHE{
	    position: absolute;
		top: 1.9rem;
	    left: -1.5rem;
	}

}

/* Disables the selection */
.disableselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none;   /* Chrome/Safari/Opera */
-khtml-user-select: none;    /* Konqueror */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;       /* Internet Explorer/Edge*/
	user-select: none;          /* Non-prefixed version, currently 
								not supported by any browser */
}

/* Disables the drag event 
(mostly used for images) */
.disabledrag{
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}



@keyframes login {
  from {opacity: 0}
  to {opacity: 1}
}


path {
  fill: transparent;
}

text {
	fill: #c792ff;
	font-family: 'Cera Pro';
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 30;
}

#curveball_msg text{
	fill: #edff5f;
	font-family: 'Cera Pro';
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 20;
	text-align: center;
}

#curveball {
	transform: rotate(-77deg);
	position: absolute;
	pointer-events: none;
	animation-name: aloha;
	animation-duration: 2s;
	opacity: 0;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}

@keyframes aloha {
  from {transform: rotate(-97deg);opacity: 0}
  to {transform: rotate(-77deg);opacity: 1}
}

#curveball_msg {
	transform: rotate(160deg);
	position: absolute;
	top: 0;
	pointer-events: none;
}

#curve2{text-align: center;}


/* Credits */
#credits{
	position: absolute;
    bottom: 10px;
    text-align: center;
   	width: 100%;
	animation-name: credits;
	animation-duration: 2s;
	animation-delay: 2s;
	opacity: 0;
	animation-fill-mode: forwards;
 }


@keyframes credits {
  from {opacity: 0}
  to {opacity: 1}
}
 
 #credits p{	

  	font-family: 'Cera Pro', sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	font-style: normal;

	opacity: 0.2;
	transition: all 0.15s ease-in-out;


}

#credits a:hover{ 
	opacity: 1;
}

#credits a{
	content: '';
	display: inline-block;
	height:150px;
	width:150px;
	background-size: 150px 150px;
	background-image: url('../images/creatives_logo.svg');
	background-repeat: no-repeat;
	margin-bottom: -10px;
	margin-right: 10px;

	opacity: 0.2;
	transition: all 0.15s ease-in-out;
}

.adfile-video {
	position: relative;
}

.lazy-skeleton {
	background-color: #edff5f;
}

.lazy {
	background-image: linear-gradient(90deg,
	 #eee 4%, #eee 40%,#d1d1d1 44%, #d1d1d1 
	 46%, #eee 50%, #eee 100%);
	background-size: 400%;
	animation: lazy-animation 3s infinite;
}

@keyframes lazy-animation {
	from {
		background-position: 100%;
	}

	to {
		background-position: 0%;
	}
}

.navi img.logo {
	filter: brightness(0) invert(1);
}