body {
	min-width: 100vw;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	
	background: rgb(52,196,224);
	background: url(../img/noise-50g.png), radial-gradient(circle, hsl(189, 33%, 54%) 0%, rgb(41,31,45) 100%);
	background-blend-mode: overlay;
	
	font-family: "Noto Sans", sans-serif;
	
	word-break: break-word;
}

body#initial section {
	align-content: center;
}

a {
	color: inherit;
	text-decoration: inherit;
}

section {
	width: 100%;
	flex: 9;
}

footer {
	width: 100%;
	flex: 1;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

footer > div {
	padding-bottom: 1rem;
}

#login, #userLogin {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

#login input, #userLogin input {
	align-self: center;
}

#login #pass {
	outline: 0;
	border: 1px solid hsl(189 40% 55% / 0.65);
	border-radius: 0.5rem;
	padding: 0.5rem;
	margin-left: 3em;
	background: rgba(255,255,255,0.15);
	box-shadow: inset 0px 3px 8px hsl(189 100% 19% / 0.65), 0px 0px 16px hsl(189 40% 75% / 0.45);
}

#userLogin #username, #userLogin #pass {
	outline: 0;
	border: 1px solid hsl(189 40% 55% / 0.65);
	border-radius: 0.5rem;
	margin-left: 0.5em;
	padding: 0.5rem;
	background: rgba(255,255,255,0.15);
	box-shadow: inset 0px 3px 8px hsl(189 100% 19% / 0.65), 0px 0px 16px hsl(189 40% 75% / 0.45);
}

#userLogin #username {
	margin-left: 3em;
}

#login #pass:focus, #userLogin #pass:focus, #userLogin #username:focus {
	background: rgba(255,255,255,0.55);
	box-shadow: 0px 0px 16px hsl(189 40% 75% / 0.65);
}

#login #login-submit, #userLogin #login-submit {
	outline: 0;
	border: 0;
	border-radius: 0.25rem;
	background: none;
	align-self: center;
	text-shadow: 2px 2px 3px hsl(189 100% 19% / 0.45);
}

#login #login-submit:hover, #userLogin #login-submit:hover {
	text-shadow: 2px 2px 3px hsl(189 100% 19% / 0.45), 0 0 4px;
}

#loginTitle {
	flex-basis: 100%;
	text-align: center;
	text-shadow: 2px 2px 3px hsl(189 100% 19% / 0.45);
	color: hsl(193.5, 65.3%, 85.3%);
}

.errorBox {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.5em;
}

.errorBox > span {
	padding: 0.5em;
	border-radius: 0.25em;
	background: rgba(255,0,0,0.25);
	color: #fff;
}

.okayBox {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.5em;
}

.okayBox > span {
	padding: 0.5em;
	border-radius: 0.25em;
	background: rgba(0,255,0,0.25);
	color: #fff;
}

body#dashboard {
	background: rgb(52,196,224);
	background: url(../img/noise-50g.png), radial-gradient(circle, hsl(201.8, 50%, 91.4%) 25%, hsl(28.2, 69.4%, 80.8%) 100%);
	background-blend-mode: overlay;
	color: rgb(47, 85, 104);
}

body#lmnt-x {
	background: rgb(4,6,18);
	color: rgb(200,210,240);
}

#dashboard > header,
#lmnt-x > header,
#dashboard > main,
#dashboard > footer,
#lmnt-x > footer
{
	width: 94vw;
	max-width: 1280px;
	align-self: center;
}

#dashboard > header,
#dashboard > footer
{
	flex: 1;
}

#dashboard > header,
#lmnt-x > header
{
	display: flex;
	flex-direction: row;
	align-items: center;
}

header > #logo,
header > nav,
header > #headerProfile {
	display: flex;
	align-items: baseline;
}

header > #logo {
	flex: 1;
	flex-direction: column;
	padding-left: 0.5em;
}

header > nav {
	flex: 3;
	justify-content: center;
	height: 100%;
}

nav ul {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	width: 100%;
	justify-content: center;
	height: 100%;
}

nav ul a {
	margin: 0;
	padding: 0;
	text-align: center;
	align-content: center;
	display: block;
	color: rgb(100, 106, 116);
	padding: 0 1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 0px rgba(25,19,12,0);
	transition: 0.4s;
}

nav ul a:last-child {
	margin-right: 0;
}

nav ul a.selected,
nav ul a:hover,
#headerProfile .profileSpan:hover,
#headerProfile a.selected .profileSpan {
	color: rgb(47, 85, 104);
	text-shadow: 3px 3px 2px rgba(25,19,12,0.25);
}

nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	align-content: center;
	display: block;
	font-size: 1em;
}

#mobileHeader,
#closeHeader {
	display: none;
}

#submenuWrapper {
	position: absolute;
	top: 4em;
	width: calc(94vw + 2px);
	color: rgb(100, 106, 116);
	max-width: calc(1280px + 2px);
	margin-left: -1px;
}

#submenuWrapper .submenu {
	
}

.submenu ul {
	display: flex;
	margin: 0;
	padding: 0.5em;
	flex-direction: row;
	border-radius: 0.5em 0.5em 0 0;
	background: rgba(170,180,200,0.33);
	justify-content: center;
}

.submenu ul a {
	padding-right: 1em;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	transition: 0.4s;
}

.submenu ul a:hover,
.submenu ul a.selected
{
	color: rgb(47, 85, 104);
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

.submenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

header > #headerProfile {
	flex: 1;
	flex-direction: row;
	justify-content: end;
	padding-right: 0.5em;
}

#headerProfile a {
	margin-left: 0.5em;
}

#headerProfile a:first-child {
	margin-left: 0;
}

#headerProfile .profileSpan {
	padding: 0.5em;
	background: rgba(0,0,0,0.1);
	border-radius: 0.5em;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(100, 106, 116);
	text-decoration: none;
	display: flex;
	box-shadow: inset 1px 2px 4pxrgba(25,19,12,0.25);
	transition: 0.4s;
}

#headerProfile .profileSpan:hover {
	box-shadow: inset 3px 4px 9px rgba(25,19,12,0.25);
	text-shadow: 0 0 5px rgba(47, 85, 104, 0.65);
}

.profileSpan > i {
	font-size: 1.5em;
	text-shadow: 0px 0px 0px rgba(47, 85, 104, 0);
	transition: 0.4s;
}

.profileSpan:hover > i {
	text-shadow: 2px 3px 3px rgba(47, 85, 104, 0.65);
}

.profileSpan > span {
	margin-left: 0.5em;
	display: inline;
}

#dashboard main {
	flex: 18;
	background: rgba(255,255,255,0.3);
	border-radius: 0.5em;
	border-top: 1px solid rgba(255,255,255,0.15);
	border-left: 1px solid rgba(255,255,255,0.35);
	border-right: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 8px 12px 24px rgba(16,24,36,0.1);
}

#dashboard main#mainpage {
	
}

#dashboard main #mainContainer,
#lmnt-x main #mainContainer {
	padding: 1em;
	width: calc(100% - 2em);
}

#dashboard main.topPadding {
	padding-top: 2.5em;
}

#dashboard main #welcomeMessage {
	margin: 1em;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#welcomeMessage > #username {
	
}

#welcomeMessage > #lastLogin {
	font-size: 0.65em;
	margin-top: 0.5em;
	padding: 0.25em 1em;
	background: rgba(16,16,16,0.1);
	border-radius: 1em;
}

#dashboard main#mainpage div#cardContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

#dashboard main article {
	
}

#cardContainer article.card {
	padding: 0;
	width: 10em;
	height: 10em;
	background: rgba(255, 255, 255, 0.5);
	color: rgb(100, 106, 116);
	margin: 1em;
	border-radius: 0.5em;
	box-shadow: 3px 3px 1px rgba(20,16,8,0.03);
	text-shadow: 0px 0px 0px rgba(25,19,12,0);
	border: 2px solid rgba(255,255,255,0);
	transition: 0.6s;
}

#cardContainer article.card:hover {
	box-shadow: 5px 5px 4px rgba(20,16,8,0.04);
	text-shadow: 2px 3px 4px rgba(20,16,8,0.35);
	color: rgb(47, 85, 104);
	border-top: 2px solid rgba(255,255,255,0.75);
	border-left: 2px solid rgba(255,255,255,0.5);
	border-right: 2px solid rgba(255,255,255,0.35);
	border-bottom: 2px solid rgba(255,255,255,0.35);
}

#cardContainer article.card a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0.5em;
	align-content: center;
	text-align: center;
}

#cardContainer article.card a i {
	font-size: 3em;
}

#cardContainer article.card a span {
	font-weight: 600;
}

#dashboard input {
	padding: 0.5em;
	border-radius: 0.25em;
	background: rgba(220,200,180,0.75);
	outline: 0;
	border: 0;
	box-shadow: inset 0 0 1px rgba(50,40,20,0);
	transition: 0.4s;
	color: rgb(120,100,70);
}

#dashboard input[type="submit"] {
	margin-top: 1em;
	background: rgba(50,70,100,1);
	color: rgb(255,255,255);
	box-shadow: inset 0 0 8px rgba(0,0,0,0.25);
}

#dashboard input[type="submit"]:hover {
	background: rgba(100,130,160,1);
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	color: rgb(255,255,255);
}

#dashboard input[type="submit"]:disabled {
	background: rgba(125,130,140,1);
	box-shadow: inset 0 0 12px rgba(0,0,0,0);
	color: rgb(255,255,255);
}

#dashboard input:hover {
	background: rgba(230,205,175,0.75);
}

#dashboard input:focus {
	color: rgb(0, 40, 60);
	background: rgba(240,210,170,0.75);
	box-shadow: inset 0 0 8px rgba(50,40,20,0.3);
}

#dashboard input:disabled {
	background: rgba(220,215,210,0.75);
}

#lmnt-x input {
	padding: 0.5em;
	border-radius: 0.25em;
	background: rgba(50,55,70,0.75);
	outline: 0;
	border: 0;
	box-shadow: inset 0 0 1px rgba(20,40,50,0);
	transition: 0.4s;
	color: inherit;
}

#lmnt-x input[type="submit"] {
	margin-top: 1em;
	background: rgba(140,170,200,1);
	color: rgb(30,40,60);
	box-shadow: inset 0 0 8px rgba(0,0,0,0.25);
}

#lmnt-x input[type="submit"]:hover {
	background: rgba(150,180,210,1);
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	color: rgb(40,50,70);
}

#lmnt-x input[type="submit"]:disabled {
	background: rgba(40,40,50,1);
	box-shadow: inset 0 0 12px rgba(0,0,0,0);
	color: rgb(80,80,80);
}

#lmnt-x input:hover {
	background: rgba(60,80,110,1);
}

#lmnt-x input:focus {
	color: rgb(255, 255, 255);
	background: rgba(70,90,120,1);
	box-shadow: inset 0 0 8px rgba(20,40,50,0.3);
}

#lmnt-x input:disabled {
	background: rgba(220,215,210,0.75);
}

main#konto .updatePass #passUpdate,
main#konto .updateNick #nickUpdate,
main#admin .adminForm
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#passUpdate #passMatchCheck {
	position: relative;
	top: -1.5em;
	left: -1.5em;
	color: rgb(210,50,110);
	height: 0;
}

.success,
.fail {
	align-self: center;
	padding: 0.5em;
	border-radius: 0.3em;
	margin: 0.5em;
	position: absolute;
	backdrop-filter: blur(3px);
}

.success {
	color: rgb(50,140,100);
	background: rgba(200,250,210,0.6);
	box-shadow: 2px 2px 4px rgba(50,140,100,0.4);
}

.fail {
	color: rgb(210,50,110);
}

main#admin {
	text-align: center;
}

main#admin #mainContainer {
	margin-top: 2.5em;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

main#admin .usersGrid {
	display: grid;
	align-self: center;
	width: 30em;
	column-gap: 0.5em;
	row-gap: 0.5em;
	grid-template-rows: auto;
	grid-template-areas:
	"header header header header"
	"main main main main";
}

main#admin .usersHeader {
	
}

main#admin .usersCell {
	
}

main#admin .usersGrid .usersCell {
	
}

main#admin .adminForm {
	align-items: center;
}

#lmnt-x {
	display: block;
}

#lmnt-x header {
	position: fixed;
	left: max(calc(calc(100vw - 1280px) / 2), calc(calc(100vw - calc(94vw + 1em)) / 2));
	top: 2em;
	border-radius: 0.5em;
	background: rgba(30,40,60,0.6);
	padding: 0.5em;
	backdrop-filter: blur(16px);
	box-shadow: 4px 4px 4px rgba(6,8,20,0.8);
}

#lmnt-header nav {
	flex: 4;
}

#lmnt-header #headerProfile {
	flex: 2;
}

#lmnt-header nav ul {
	justify-content: flex-start;
}

#lmnt-header nav ul a.selected,
#lmnt-header nav ul a:hover,
#lmnt-header #headerProfile .profileSpan:hover,
#lmnt-header #headerProfile a.selected .profileSpan
{
	color: rgb(195, 155, 110);
}

#lmnt-x main {
	width: 100%;
}

#lmnt-x main section,
#lmnt-x main#konto {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#lmnt-x section {
	background: rgb(0,0,0);
}

section#section-intro {
	padding-top: 4em;
	background-image: url(../img/lmnt-x-sectionbg-intro-v2.jpg);
	min-height: 100vh;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

#lmnt-x main section .sectionContainer,
#lmnt-x main #mainContainer {
	width: 94vw;
	max-width: 1280px;
	align-self: center;
	text-align: center;
}

#lmnt-x main#konto #mainContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 6em;
}

#lmnt-x section ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5em;
}

#lmnt-x section ul li::marker {
	color: #fbbf12;
}

#lmnt-x section ul li {
	width: 8em;
	text-align: left;
	padding: 0.25em 0 0.25em 0;
}

section#section-minutprogram {
	padding-top: 4em;
	min-height: 100vh;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

section#section-minutprogram .sectionContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#minutprogramContainer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

section#section-minutprogram h1 {
	padding-top: 0;
	padding-bottom: 0.5em;
}

.minutprogramItem {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.5em;
	background: rgba(255,255,255,0.05);
	margin-bottom: 0.5em;
	border-radius: 0.5em;
}

#editMinutprogram {
	margin-top: 2em;
	color: rgb(60,60,80);
}

.minutprogramUpdateItem {
	
}

.minutprogramUpdateItem input,
.minutprogramUpdateItem select {
	margin-right: 0.5em;
}

.minutprogramItemDetails {
	
}

.minutprogramItemType {
	padding-right: 1em;
	padding-left: 1em;
}

.minutprogramTypefood {
	color: rgb(180,230,180);
}

.minutprogramTypeevent {
	color: rgb(230, 190, 150);
}

.minutprogramTypedrink {
	color: rgb(220,160,180);
}

.minutprogramTypegaming {
	color: rgb(240,110,130);
}

.minutprogramTypelogistics {
	color: rgb(110,120,150);
}

.minutprogramItemTime {
	padding-right: 1em;
	min-width: 3em;
	font-weight: 800;
}

.minutprogramItemName {
	max-width: 18em;
	font-family: "Tangerine", cursive;
	font-optical-sizing: auto;
	font-size: 1.5em;
	line-height: 0.9em;
	padding-right: 1em;
}

form .minutprogramItemName {
	width: 26em;
	font-family: inherit;
	font-size: initial;
}

#section-intro h1,
#section-intro h2,
#section-intro h3
{
	color: #fbbf12;
	text-shadow: 0 0 8px #fbbf12;
}

section h1 {
	padding-top: 4em;
	padding-bottom: 2em;
	font-size: 3em;
}

section h2 {
	padding-top: 3em;
	padding-bottom: 1.75em;
	font-size: 2.25em;
}

section p {
	font-size: 1.25em;
	padding-bottom: 1em;
}

section#section-invite {
	padding-top: 4em;
	background: url(../img/lmnt-x-sectionbg-invite-v1-1.jpg), linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%);
	background-blend-mode: multiply;
	min-height: 100vh;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

#section-invite .sectionContainer {
	background: rgba(0,0,0,0.7);
	padding: 4em 0;
	border-radius: 1em;
	box-shadow: 10px 12px 8px rgba(0,0,0,0.6);
	margin-top: 12em;
	margin-bottom: 4em;
	backdrop-filter: blur(4px);
}

section#section-invite h1 {
	padding-top: 0;
}

span.link {
	display: inline-block;
	padding: 1em;
	background: rgba(200,210,240,0.1);
	border-radius: 0.25em;
	border: 1px solid rgba(251,191,18,0.5);
	transition: 0.4s;
	backdrop-filter: blur(3px);
}

span.link i {
	color: #fbbf12;
}

span.link:hover {
	background: rgba(200,210,240,0.2);
	border: 1px solid rgba(251,191,18,0.75);
}

#createVote form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#createVote input,
#createVote select
{
	margin-bottom: 2em;
	padding: 0.5em;
}

#createVote label
{
	padding: 0.5em;
}


#createVote form span i {
	margin-left: 0.5em;
}

#createVote form span i.addVoteOption {
	color: rgb(50,140,100);
}

#createVote form span i.removeVoteOption {
	color: rgb(210,50,110);
}

#createVote #voteAlternativesContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#vote .singleVoteContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#vote .singleVoteContainer h2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#vote .alternativeContainer {
	margin-bottom: 0.5em;
	padding: 0.5em;
	background: rgba(255,255,255,0.1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-width: 20em;
}

#vote .alternativeContainer span {
	
}

#vote .alternativeContainer .vetoWrapper label {
	font-size: 0.8em;
}

#vote #voteAdminLink {
	display: block;
	font-size: 0.8em;
	margin-top: 1em;
	color: rgba(255,255,255,0.4);
}

@media only screen 
and (max-width : 800px) {
	body {
		font-size: 0.8em;
	}
	
	#userLogin {
		flex-direction: column;
	}
	
	#userLogin #username,
	#userLogin #pass {
		margin-left: 0;
		margin-bottom: 1em;
	}
	
	#lmnt-x > header {
		position: fixed;
		flex-direction: column;
		width: calc(100vw - 2em);
		left: 0.5em;
		height: calc(100vh - 2em);
		top: 0.5em;
		backdrop-filter: blur(32px);
	}
	
	#lmnt-x > header,
	#dashboard > header {
		display: none;
		font-size: 1.5em;
	}
	
	#dashboard > header {
		position: fixed;
		flex-direction: column;
		background: rgba(255,255,255,0.6);
		width: 100vw;
		left: 0;
		height: 100vh;
		top: 0;
		backdrop-filter: blur(32px);
	}
	
	#mobileHeader {
		position: fixed;
		display: block;
		font-size: 2em;
		padding: 0.25em 0.5em;
		left: auto;
		width: auto;
		border-radius: 0.25em;
		backdrop-filter: blur(16px);
	}
	
	#dashboard > #mobileHeader {
		top: 1em;
		right: 1em;
		background: rgba(255,255,255,0.6);
		box-shadow: 3px 3px 1px rgba(20,16,8,0.1);
	}
	
	#lmnt-x > #mobileHeader {
		top: 0.5em;
		right: 0.5em;
		background: rgba(30,40,60,0.6);
		box-shadow: 4px 4px 4px rgba(6,8,20,0.8);
	}
	
	#closeHeader {
		position: fixed;
		display: block;
		font-size: 2em;
		top: 0.5em;
		right: 0.5em;
		left: auto;
		width: auto;
	}
	
	header > nav {
		padding-top: 1em;
	}
	
	nav ul {
		flex-direction: column;
	}
	
	#lmnt-header nav ul,
	header > #headerProfile {
		justify-content: center;
		align-items: center;
	}
	
	nav ul a {
		padding: 0.5em 0;
	}
	
	#dashboard main {
		margin-top: 1em;
		width: calc(100vw - 2em);
	}

	section#section-intro {
		/* background-image: url(../img/lmnt-x-sectionbg-intro.jpg); */
	}
	
	section h1 {
		padding-top: 1.5em;
		padding-bottom: 1.0em;
	}
	
	section#section-intro h1 {
		padding-top: 0;
	}

	section h2 {
		padding-top: 1.5em;
		padding-bottom: 0.75em;
	}

	section p {
		padding-bottom: 0.75em;
	}
	
	.minutprogramItem {
		max-width: 94vw;
	}
	
	.minutprogramItemName {
		font-size: 1.3em;
	}
}