/*GENERELL*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	color: rgba(255,255,255,1);
	background-color: rgba(48,48,48,1);
	word-wrap: break-word;
}

* {
	box-sizing: border-box; 
}

.main {
	z-index: 999;
	max-width: 1152px;
	margin: 0 auto;
}

.fullwidth{
	width: 100%;	
}

.right{
	float: right;
}

.clear, .clear_small{
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clear_small{
	width: 0;
}

.floatbox_overflow{
	overflow: hidden;
}


/* HEADING */

h2 {
	font-weight: 800;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 1%
}

h2 .half {
	padding-left: 0%;
}

h2 a{
	font-weight: 400;
	text-decoration: none;
}

h2.login_heading {
	text-align: center;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 40px;
	margin-top: -95px;
	display: block;
}

a {
	color: rgba(255,255,255,1);
}

label {
	cursor: pointer;
}
/* CONTENT SEPERATORS */

.left_content {
	width: 80%; 
	float: left;
}

.right_content {
	width: 19%;
	float: left;
	margin-left: 11px;
	font-size: 25px;
}

.fifty_box {
	width: 40%;
	float: left;
}

/* RIGHT CONTENT DATE SELECTOR AND NAVI FOR SUBSEQUENT PAGES */

.right_content .date_selector,.right_content .mainpage_selector {
	border-left: 5px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.1);
}

.right_content .date_selector li,.right_content .mainpage_selector li {
	position: relative;
	list-style-type: none;
}

.right_content .date_selector li a, .right_content .mainpage_selector li a {
	padding-left: 5%;
	color: rgba(255,255,255,0.1);
	text-decoration: none;
	left: -5px;
}

.right_content .date_selector li.active a,.right_content .date_selector li:hover a,
.right_content .mainpage_selector li:hover a  {
	color: rgba(255,255,255,1);
	margin-left: -5px;
	border-left: 5px solid rgba(255,255,255,1);
}

/* Login */

.login {
	background-color: rgba(255, 255, 255, 0.6);
	max-width: 450px;
	margin: 0 auto;
	margin-top: 20%;
	float: none;
}

/*.login input {
    border: 0 none;
    font-size: 120%;
    font-weight: 300;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    width: 100%;
}*/
/*.login input[type="text"], .login input[type="password"]{
	border-radius: 10px;
}

.login input[type="submit"]{
	background-color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	border: 0px none;
	border-radius: 10px;
	color: rgba(255,255,255,1);
	text-decoration: none; 
	font-weight: 400;	
}*/

/* BACKGROUND-IMAGE */

.background {
	z-index: -50;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(48,48,48,1);
	pointer-events: none;
}

.background .overlay {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: -45;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.background img {
	z-index: -48;
	min-width: 110%;
	position: fixed;
	top: -5%;
	left: 0px;
	/*filter: blur(15px);*/
}	

@supports (-moz-appearance:none) and (word-spacing:100%){
	.background img.blur {
		filter: blur(15px);
		
	} 
}

/* HEAD-SECTION */

.headsection {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 25px;
	padding-left: 1%;
}
.headsection .welcome {
	font-size: 150%;
}

/* BODY-SECTION */

.box, .box_login {
	background-color: rgba(255,255,255,0.07);
	border-radius: 15px;
	margin-bottom: 3%;
	padding: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 80%;
	border: solid 0px;
	width: 100%;
}
.box_login {
	border-radius: 32px;	
}

.box{
	float: left;
}


.box.box_with_subboxes {
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box.box_with_subboxes form {
	padding: 0px;
	margin:  0px;
}
.sub_box {
	clear: both;
	display: table;	
}

div .sub_box.no_deco_on_link a {
	text-decoration: none;
}

.sub_box_form{
	display: inline-block;
	background-color: rgba(255,255,255,0.1);
	padding-bottom: 10px;
}

.newsboard {
	font-size: 80%;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 6% !important;
	
}

.newstext {
	width: 88%;
}

.creator_bar, .newsboard .delete {
	width: 5%;
	float: right;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(255,255,255,0.3);
	height: 100%;
	padding: 10px;
	line-height: 100%;
	align-items:center;
    justify-content:center;
	display: flex;
	font-size: 120%;
	border-radius: 8px;
}

.newsboard .delete {
	right: 0px;
	left: auto;
	width: 13%;
}

.sub_box_form.create_news textarea{
	margin-top: 10px;
}

.sub_box,.sub_box_form {
	background-color: rgba(255,255,255,0.1);
	border-radius: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	padding-left: 1.25%;
	padding-right: 10px;
	padding-bottom: 5px;
}

textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
}

.sub_box textarea {
	width: 100%;
	background-color: rgba(255,255,255,0.05);
}

.sub_box_left, .sub_box_right{
	background-color: rgba(255,255,255,0.1);
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline-block;
	float:  left;
	display: table;
}

 .sub_box_left {
	margin-right: 2%;	
}
.fullcontain{
	width: 100%;
}
.full{
	padding-left: 1%;
}

.right >input[type="submit"]{
	float: right;
}

.img_box{
	padding-left: 5%;
	padding-right: 6%;
	padding-top: 15px;
}

.app {
	text-align: center;
	font-size: 80%;
}

.app .box {
	height: 100px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.app .box:hover {
	height: 100px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.2);
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.app .box.no_hover:hover {
	background-color: <rgba(255, 255, 255, 0.05);
}

.app .box img{
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	fill: rgba(255,255,255,1);
}

img.icon_svg {
	max-width: 30px;
	max-height: 30px;
	margin-bottom: -5px;
	margin-left: 7px;
	transition: all 0.5s ease;
	float: right;
	opacity: 0.5;
}
img.icon_svg:hover {
	 transform: scale(1.3);
	 opacity: 1;
}

img.icon_termin {
	margin-top: -20px;
	margin-bottom: 5px;
}

.unactive {
	opacity: 0.25;
}

.fullwidth{
	width: 100%;
}

.half {
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.quarter {
	width: 23%;
	float: left;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
}

.subsection {
	margin-bottom: 30px;
}

.clear_both {
	clear: both;
	width: 100%;
}

.left{
	float:left;
}

.center{
	margin: 0 auto;
	width: 25%;
}

.absent_time{
	font-size: 60%;
}

.gadget_tile_box {
	min-height: 200px;
}

.tile_box, .gadget_tile_box{
	position: relative;
	width: 31%;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.1);
	margin-bottom: 10px;
	margin-right: 2%;
	padding-left: 1.5%;
	padding-top: 7px;
	padding-bottom: 5px;
	float: left;
}

.alternative_link {
	float: right;
	display: inline-block;
	margin-top: -2em;
	position: relative;
	z-index: 10;
}

.gadget_box {
	position: relative;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.1);
	margin-bottom: 10px;
	margin-right: 2%;
	padding-left: 1.5%;
	padding-top: 7px;
	padding-bottom: 5px;
	overflow: hidden;
}

.gadget_box_text {
	float: left;
	width: 24%;
	margin-right: 2.5%;
}

.gadget_box_cb {
	float: left;
	width: 17%;
	margin-right: 2.5%;
}

.gadget_available {
	color: rgba(0, 255, 0, 1);
}

.gadget_not_available {
	color: rgba(255, 0, 0, 1);
}

.tile_box:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.no_bg_color{
	background-color: rgba(0,0,0,0);
}

.repad{
	padding-top: 5px;
}

.greytext{
	color: rgba(125,125,125,1);
	font-size: 16px;
}

.beta_log.hidden{
	display: none;
}

.quickquide_button{
	margin-bottom: 20px;
	width: 93.5%;
}

/*DISPLAYTABLE*/

.table_headline{
	float: left;
	width: 20%;
	font-weight: bold;
	word-wrap: break-word;
	hyphens: auto;
}

.table_headline_gadget{
	float: left;
	width: 30%;
	font-weight: bold;
}

.table_headline_time{
	/*padding-right: 15%;*/
}

.headlines{
	width: 92%;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: inline-block;
}

.rows_sub_box{
	width: 92%;
	background-color: rgba(255,255,255,0.05);
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: inline-block;
}

.rows_sub_box.infotext{
	margin-top: 5px;
}

.column{
	float: left;
	width: 20%;
	padding-right: 1%;
	word-wrap: break-word;
}

.column_gadget{
	float: left;
	width: 30%;
	padding-right: 1%;
	word-wrap: break-word;
}

.column_checkbox{
	float: left;
	width: 18%;
	word-wrap: break-word;
	margin-right: 2%;
}

.column_desc{
	word-wrap: break-word;
	width: 40%;
}

.sub_box_footer{
	width: 92%;
	border-radius: 5px;
	margin-left: 4%;
	padding-bottom: 5px;
	display: inline-block;
}

.sublink a{
	font-size: 75%;
}

.no_display{
	display: none;
}

.cursor_hand{
	cursor: pointer;
}

.select_border{
	border: 2px solid rgba(255,255,255,1);
}

/*Calender Overview*/
.calender_day_tile, .calender_name_tile {
	width: 13%;
	height: 40px;
	border-radius: 5px;
	margin: 1px 1px 1px 1px;
}

.calender_name_tile{
	padding-left: 1%;	
}

.calender_day_tile {
	background-color: rgba(255,255,255,0.1);
	font-size: 16px;
	line-height: 41px;
    text-align: center;
}

.months_navi{
	width: 94%;
	float: left;
	overflow: hidden;
}

.months_next{
	margin-top: -33px;
}

.months_current.center {
      text-align: center;
}


.reserved{
	background-color: rgba(255,255,255, 0.6);
}

.today{
	color: #1BD9E3; 
}

.user_content{
	padding-top: 10px;
}

.user_content input[type="text"], .user_content select{
	float: right;
	width: 50%;
}

/*FORMS*/

fieldset.main{
	border: 0px solid;
	margin-bottom: 40px;
}

.sub_box_form textarea{
	width: 100%;
	height: 100px;
}

.note_box{
	float: right;
	position: relative;
	padding-left: 1%;
	width: 40%;	
}

.form_box{
	float: left;
	padding-left: 1%;
	width: 60%;	
}

.descriptionbox{
	padding-bottom: 12px;
}

.button_2{
	float: right;	
}

.button_no_form{
	margin-bottom: 20px;
}

.text_center{
	text-align: center;
}
/*.link_button, .button input[type="submit"], .button_2 input[type="submit"]{*/
.link_button{
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 80%;
	cursor: pointer;
	border: 0px none;
	border-radius: 10px;
	color: rgba(255,255,255,1);
	padding: 2%;
	text-decoration: none; 
	font-weight: 400;	
}

.button_2 input[type="submit"]{
	float:right;
}

.link_button{
	font-weight: 300;
}

.link_button:hover, .button input[type="submit"]:hover, .button_no_form input[type="submit"]:hover, input[type="submit"]:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.fh_form_half input[type="text"]{
	/*width: 57%;*/
}

.mobile{
	display: none;
}

.success_msg{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 80%;
}

.subtext {
	font-size: 50%;
}

.text_resize{
	font-size: 64%;
}

.text_resize img {
	height: 12px;
	width: 12px;
}

.optionsbutton input[type="submit"]{
	padding: 6px 6px 6px 6px;
}

.zoe_link_container{
	width: 55%;
	margin-top: 15px;
}

/*FLOATHELPER FOR FORMS*/
.fh_form_quad{
	width: 25%;
}

.fh_form_half{
	width:52%;
}

.threefourth {
	width: 75%;
}

.fullwidth {
	width: 100%;
}

/*FLOATHELPER*/

.fh_quad{
	width:25%;
}

.fh_half{
	width:50%;
}
.fh_half input {
	margin-right: -4%;
} 
.button.fh_half.right {
	/*margin-right: 2%;*/
}

.button.fh_half.right input {
	/*width: 80%;*/
	margin-right: 0px;
	opacity: 0.8;
}

.fh_half_right{
	width:50%;
	float:right;
}

.fh_threequad{
	width:75%;
}

.fh_box_gadget{
	width: 60%;
}

.date_select_container {
	position: absolute;
	width: 400px;
	max-width: 400px;
	z-index: 500;
}

/*ANIMATIONS*/

.efday{
  animation: shake 1.5s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-4px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(8px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-12px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(15px, 0, 0);
  }
}

.efday img {
	cursor: help;
}


/*EDITOR*/
.date_select_box {
	width: 100%;
	clear: both;
	display: block;
}
.date_select_box input {
	width: 70% !important;
	
}
.date_select_box .date_select {
	float: left;
	margin-top: 5px;
	font-size: 1.25em;
	margin-right: 5%;
	
}
.editor_input_time input[type="text"]{
	width: 90px;
}

.editor_input_date input[type="text"]{
	width: 120px;
} 

.edit_box{
	background-color: rgba(255,255,255,0.1);
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 1px;
	padding-left: 3%;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 100%;
	border-radius: 10px;
}

.editor_input_date .date_select_box{
	display: inline;
}

/*POP-UP CALENDER*/
table.date_select {
	padding: 5px;
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	border: 1px solid rgba(128, 128, 128, 0.5);
	border-collapse: collapse;
	background-color: rgba(255, 255, 255, 1);
}

table.date_select td, table.date_select th {
	text-align: center;
	border: 1px solid rgba(128, 128, 128, 0.5);
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.date_select th {
	background-color: rgba(128, 128, 128, 0.85);
}

table.date_select th, table.date_select th a {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
}

table.date_select tr.date_select_week_days td {
	background-color: rgba(200, 200, 200, 1);
	font-size: 80%;
	font-weight: 400;
}

table.date_select tr td a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: rgba(155, 155, 155, 1.0);
}

table.date_select tr td a:hover {
	text-decoration: none;
	color: rgba(0,0,0,1.0);
}

table.date_select tr td a:visited {
	color: rgba(155, 155, 155, 0.5);
	text-decoration: none;
}


/*FREELANCER OVERVIEW*/

/*table.freelancer_table td, table.freelancer_table th{ 
	border: 1px solid white;
	border-collapse: collapse;	
}*/

table.freelancer_table td{
	text-align: center;
}

.green_text {
	color: lime;
	cursor: pointer;
}

.orange_text {
	color: orange;
}

.red_text {
	color: red;
}

/*MOVIENIGHT BANNER*/
.movienight_banner{
	background-color: black;
	background-image: url('../img/misc/banner_seats.jpg');
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.movienight_banner img.movienightlogo{
	padding-top: 10px;
	margin-left: 22%;
	height: 80px;
	float:left;
}

.movienight_banner a img{
	padding-top: 10px;
	margin-left: 38%;
	height: 80px;
}

.curtains{
	position: fixed;
	top: 0;
	z-index: 1500;
	width: 100%;
	height: 100px;
	-webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset 0px -15px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         inset 0px -15px 15px 0px rgba(0, 0, 0, 0.75);
	background-image: url('../img/misc/banner_curtain.jpg');
	transition: all 1.8s ease;
}

.banner_delete{
	position: relative;
	padding-right: 10px;
	padding-top: 5px;
	z-index: 2000;
}

.movienight_banner:hover .curtains{
	-moz-transform: translate(0, -200px);
	transform: translate(0, -200px);
}

.vote_link{
	text-decoration: none;
	float: left;
	margin-top: 30px;
	margin-left: 1%;
}

.pretext{
	margin-left: 40%;
}

.floathelper_right{
	padding-top: 5px;
	padding-right: 10px;
	float:right;
}

.edit_box.user_edit form {
	width: 80%;
}

.edit_box.user_edit form  .editor_input_date  a.date_select{
	float: right;
}


.edit_box.user_edit form input[type="text"], .edit_box.user_edit form select {
	float: right;
}

.linethorugh a span{
	text-decoration: line-through;
}

.listhover:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

@keyframes rotation{
		from{transform: rotate(0deg);}
		to{transform: rotate(400deg);}
	
}

.fidget_spinner {
	width: 20px;
	height: 20px;
	animation-name: rotation;
	animation-duration: 0.1s;
	animation-iteration-count: infinite;
}

table.orderlist,
table.orderlist tr,
table.orderlist td {
	border: 1px solid #ffffff;
	border-collapse: collapse;
}

table.orderlist {
	width: 100%;
}

table.orderlist tr.head {
	background: black;
	font-weight: 800;
}
table.orderlist tr.head td {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
table.orderlist td {
	text-align: center;
}

table.orderlist tr:not(.head):nth-child(even) {
	background-color: rgba(182,182,182,0.75);
}

table.orderlist tr:not(.head):nth-child(odd) {
	background-color: rgba(32,32,32,0.75);
}


/* INPUTS */

input[type="text"],input[type="password"], textarea, button {
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(255,255,255,1);
	border: 0 none;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	font-weight: 300;
	height: 50px;
	
	margin-bottom: 10px;
	padding: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0 none;
}



select {
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(255,255,255,1);
	border: 0 none;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	font-weight: 300;
	height: 50px;
	margin-top: 4px;
	
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0 none;
}
select option {
	color: rgba(0,0,0,1);
}

input[type="text"], input[type="password"] {
	border-radius: 30px !important;
	padding-left: 20px;
}

textarea {
	
}

input[type="submit"], input[type="submit"], button {
	/*width: 40%;*/
	/*float: right;*/
	cursor: pointer;
	border: 2px solid rgba(255,255,255,1);
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0);
	background: none;
	border-radius: 30px !important;
	transition: all 0.5s ease-in-out;
	float: right;
	display: block;
	font-weight: 300 !important;
	font-size: 1em;
	color: rgba(255,255,255,1);
	padding: 7px;
	font-family: "Roboto", sans-serif;
	/*text-transform: uppercase;*/
	transition: all 0.5s ease-in-out;
	padding-left: 15px;
	padding-right: 15px;
}
button {
	width: auto;
}
button.text_ui {
	font-size: 0.8em;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	height: 35px;
	margin-right: 5px;
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255,255,255,0);
	float: left;
	margin-top: 2px;
}
button.text_ui.emoji {
	font-size: 1.5em;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0);
	margin-right: 0px;
	margin-top: -3px;
	width: 39px;
}
.blackwhite {
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(80%);
}
input[type="submit"]:hover, input[type="submit"]:hover, button:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255,255,255,0);
	transition: all 0.5s ease-in-out;

	
}
button.text_ui:hover {
	transform: scale(1.2);
	
}
::-webkit-input-placeholder {
	color: rgba(255,255,255,0.4);
}

.msg_cool {
	color: #70d8ff;
	font-weight: 700;
	font-size: 1.3em;
}
.msg_hot {
	color: #ffb680;
	font-weight: 700;
	font-size: 1.3em;
}

.msg_sandro, .msg_reimar {
	font-size: 10em;
}
.msg_reimar {
	line-height: 0.8em;
}
