body {
	background: #010f14;
	background: 
		linear-gradient(0deg,rgba(38, 110, 122, 1) 0%, 
		rgba(255, 187, 0, 1) 70%, 
		rgba(255, 255, 255, 1) 100%);
	background-attachment: fixed;
	color: #0c2428;
}

h1, h2, h3, h4, h5 {
	color: #266e7a;
	font-weight: 700;
}

header {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	background-color: white;
}

li {
	margin-bottom: 0.3em;
}

.hdrbtn,
.hdrbtn a {
    background-color: #266e7a;
	color: white;
}

.hdrbtn a:hover {
    background-color: #ffbb00;
	color: #266e7a;
}

.hdrbtn input[type=submit] {
    color: red;
}

.hdrbtn input[type=text] {
	width: 100px;
}

.content, 
.navi {
	background-color: white;
}

.navi {
    box-shadow: none;
	border-bottom: 1px solid black;
}

.navi a {
	color: white;
	background-color: #266e7a;
	box-shadow: none;
}

.navi a.active {
	font-size: 15px;	
	color: #266e7a;
}

.navi a:hover {
    color: #266e7a;
}

video {
	width: 100%;
}

footer {
	margin-top: 0.7em;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: none;
}

#logo {
	font-size: 16px;
}

#logobox {
	height: 90px;
	padding-left: 6em;
	margin-left: 2em;
    text-align: left;
	vertical-align: top;
	background: url("/_/img/losdemokratie-logo-animated.svg");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	margin-bottom: 1em;
}

#lleft {
	font-weight: 700;
	font-size: 24px;
}

#logo:visited {
    color: #266e7a;
}

#lleft:hover {
    background-color: #ffbb00;
}

.mgmt {
	background: rgb(159,155,238);
	background: linear-gradient(90deg, rgba(159,155,238,1) 0%, rgba(204,155,55,1) 53%, rgba(121,189,17,1) 100%);
	height: 35px;
}

.mgmt div a {
	height: 25px;
    display: inline-block;
}

@media only screen and (min-width: 1000px) {
	#outer {
		margin-left: 2em;
		margin-right: 2em;
  	}
	video {
		width: 480px;
	}
}


/* --------- EventFlags --------- */
/* No flag is set */
.book0 {
	background: hsla(85, 100%, 60%, 0.6);
	background: linear-gradient(150deg, 
		hsla(85, 100%, 60%, 0.4) 0%, 
		hsla(60, 95%, 80%, 0.8) 100%);
	color: hsla(120, 100%, 20%, 1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}

/* Flag 1 is set */
.book1 {
	background: hsla(25, 100%, 60%, 0.6);
	background: linear-gradient(150deg, 
		hsla(25, 100%, 60%, 0.4) 0%, 
		hsla(60, 95%, 80%, 0.8) 100%);
	color: hsla(0, 100%, 40%, 1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
/* Flag 4 is set */
.book4 {
	background: hsla(230, 100%, 60%, 0.6);
	background: linear-gradient(150deg, 
		hsla(230, 100%, 60%, 0.4) 0%, 
		hsla(60, 95%, 80%, 0.8) 100%);
	color: blue;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
/* Flag 2 is set */
.book2 {
	background: hsla(60, 95%, 80%, 0.8);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	color: grey;
}
/* Flag 8 is set */
.book8 {
	outline: 3px red dashed;
	color: grey;
	width: 98%;
	box-shadow: none;
}
/* Flag 16 is set */
.book16 {
	background: hsla(290, 100%, 60%, 0.6);
	background: linear-gradient(150deg, 
		hsla(290, 100%, 60%, 0.4) 0%, 
		hsla(60, 95%, 80%, 0.8) 100%);
	color: brown;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}

/* Flag 32 is set */
.book32 {
	/* blue */
	background-color: #7fc7fa;
}
/* Flag 64 is set */
.book64 {
	/* blue stripes */
	background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, 
   	blue 8px, blue 16px);
}
/* Flag 128 is used for collisions! */
.collision {
	/* Intersection of bookings */
	border: 4px red dashed;
	box-shadow: none;
	color: #663300;
}
/* Does it work? Make every second event move to the right so it stands out below a different event */
.collision::nth-of-type(odd) { left: 10px; }



