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, 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;
}
p {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0;
}
div {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-text-size-adjust: none;
	font-family: 'Default', 'Source Sans Pro', sans-serif, Verdana;
	font-weight: normal;
	color: #222222;
	line-height: 1.2em;
	font-size: 16px;
	background-image: url(../images/background.jpg);
	background-position: fixed;
	background-size: 100%;
	background-attachment: fixed;
	margin: 0;
}
	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
@-ms-viewport {
	width: device-width;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #F0F0F0;
}
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: inherit;
		text-decoration: underline;
	}
	h1 {
		font-size: 28px;
		font-weight: bold;
		margin: 0 0 15px 0;
	}
	h2 {
		font-size: 24px;
		padding: 10px 0;
	}
	h3 {
		font-size: 20px;
		padding: 5px 0;
	}
	h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 0;
	}
a {
	color: #0070e0;
	text-decoration: none;
	cursor: pointer;
}
	a:hover {
		color: #000000;
	}
strong {
	font-weight: bold;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px #c2c7cc;
}
ul,
ol {
	margin-left: 20px;
}
	ul li,
	ol li {
		padding-left: 10px;
	}
fieldset {
	background: #FFFFFF;
}
	legend {
		font-weight: bold;
	}

/* ------------------------ Form ------------------------ */
input[type="text"],
form input[type="text"],
input[type="tel"],
form input[type="tel"],
input[type="url"],
form input[type="url"],
input[type="password"],
form input[type="password"],
input[type="email"],
form input[type="email"],
input[type="number"],
form input[type="number"],
input[type="date"],
form input[type="date"],
textarea,
form textarea
select,
form select {
	font-family: 'Default', 'Source Sans Pro', sans-serif, Verdana;
	font-weight: normal;
	color: #444444;
	background: rgba(255, 255, 255, 0.7);
	line-height: 1.1em;
	font-size: 16px;
	width: 100%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	transition: 0.2s;
	padding: 2px 5px;
}
	form input[type="text"]:hover,
	form input[type="text"]:focus,
	form input[type="tel"]:hover,
	form input[type="tel"]:focus,
	form input[type="url"]:hover,
	form input[type="url"]:focus,
	form input[type="email"]:hover,
	form input[type="email"]:focus,
	form input[type="password"]:hover,
	form input[type="password"]:focus,
	form input[type="number"]:hover,
	form input[type="number"]:focus,
	form input[type="date"]:hover,
	form input[type="date"]:focus,
	form textarea:hover,
	form textarea:focus,
	form select:hover,
	form select:focus {
		box-shadow: 0px 0px 5px #666666;
		color: #000000;
		background: rgba(255, 255, 255, 1);
	}
	form textarea {
		min-height: 7em;
	}
	input[type="text"]:read-only,
	form input[type="text"]:read-only,
	input[type="tel"]:read-only,
	form input[type="tel"]:read-only,
	input[type="url"]:read-only,
	form input[type="url"]:read-only,
	input[type="email"]:read-only,
	form input[type="email"]:read-only,
	input[type="password"]:read-only,
	form input[type="password"]:read-only,
	input[type="number"]:read-only,
	form input[type="number"]:read-only,
	input[type="date"]:read-only,
	form input[type="date"]:read-only,
	textarea:read-only
	form textarea:read-only,
	.readonlyDiv {
		background: rgba(255,255,255,0.8)!important;
		color: #444444;
		width: 100%;
		line-height: 1.2em;
		padding: 2px 5px;
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
	}
	form .formerize-placeholder,
	form ::-webkit-input-placeholder,
	form :-moz-placeholder,
	form ::-moz-placeholder,
	form :-ms-input-placeholder {
		color: #bbbbbb !important;
	}
	label {
		cursor: pointer;
	}
		label:hover {
			color: #dbb292;
		}

/* ------------------------ Button ------------------------ */
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.submitButton,
	.backbutton {
		transition: 0.2s;
		display: inline-block;
		color: #E0E0E0;
		background: #000000;
		text-decoration: none;
		border: 0px solid #000000;
		border-radius: 5px;
		padding: 3px 20px;
		margin: 15px 0;
		cursor: pointer;
		width: max-content;
		min-width: 150px;
		font-size: 16px;
		font-family: 'Default', 'Source Sans Pro', sans-serif, Verdana;
	}
		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.submitButton:hover,
		.backbutton:hover {
			color: #FFFFFF;
			background-color: rgba(0,0,0,0.5);
			box-shadow: 0 0 5px #444444;
		}

	button,
	.button {
		transition: 0.2s;
		display: inline-block;
		color: #000000;
		text-decoration: none;
		border: 0px solid #999999;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 3px 15px;
		cursor: pointer;
		font-size: 16px;
		width: max-content;
		font-family: 'Default', 'Source Sans Pro', sans-serif, Verdana;
	}
		button:hover,
		.button:hover {
			color: #0081bf;
			box-shadow: 0 0 5px #444444;
			background-color: #FFFFFF;
			border: 0px solid #444444;
		}

/* ------------------------ List ------------------------ */
	.summaryListHeader {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 18px;
		margin: 10px 0;
	}
	.summaryListContent {
		color: #FFFFFF;
		margin: 0 -50px;
		padding: 3px 50px;
		font-size: 14px;
	}
		.even {
			background-color: rgba(50, 50, 50, 0.8);
			color: #FFFFFF;
		}
		.uneven {
			background-color: rgba(75, 75, 75, 0.8);
			color: #FFFFFF;
		}
			.even:hover,
			.uneven:hover {
				background-color: rgba(0, 0, 0, 1);
			}
			.summaryListContent a {
				color: #FFFFFF;
			}
				.summaryListContent a:hover {
					color: #dbb292;
				}
			.summaryListContent p {
				font-size: 14px;
			}
	.summaryListContentTitle {
		color: #FFFFFF;
		background-color: rgba(198, 107, 124, 0.8);
		margin: 10px -50px 0 -50px;
		padding: 3px 50px;
	}

/* ------------------------ Header ------------------------ */
    .bannerHeader {
		margin: 0;
		padding: 5px 0;
		text-align: center;
		background-color: #162f3a;
		position: absolute;
		top: 0;
		z-index: 2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 100%;
    }
        .bannerHeader p {
          font-size: 24px;
          font-weight: bold;
          color: #ff6582;
        }
		.bannerHeader p img {
			width: 40px;
			margin: 0 0 -7px 0;
		}

	.logStatusBar {
		margin: 0;
		background-color: rgba(22, 47, 58, 0.2);
		padding: 15px 10px 7px 10px;
		text-align: center;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		font-size: 12px;
		position: absolute;
		top: 40px;
		z-index: 1;
		width: 100%;
	}
		.logStatusBar div {
			width: max-content;
			margin: 0 0.5%;
			padding: 0 5px;
			float: left;
			color: #FFFFFF;
			border-radius: 3px;
		}
		.lsbUser1, .lsbUser3 {
			background-color: #c66b7c;
		}
		.lsbUser2 {
			background-color: #dbb292;
		}
		.lsbUser4 {
			background-color: transparent;
		}

	.breakButton {
		position: fixed;
		top: 130px;
		right: 35px;
		width: 70px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, 0.5);
		transition: 0.2s;
	}
		.breakButton:hover {
			background-color: rgba(255, 100, 100, 0.7);
		}
		.breakButton a div {
			width: 100%;
			padding: 17px 17px 14px 17px;
		}
		.breakButtonImage {
			width: 36px;
		}

	.amountActual {
		position: absolute;
		top: 10px;
		left: 15px;
		color: #FFFFFF;
		text-shadow: 0 0 2px #000000;
		font-weight: bold;
		z-index: 10;
	}

/* ------------------------ Main content ------------------------ */
	.contentMainWindow {
		width: 1700px;
		margin: 100px auto 20px auto;
		padding: 50px;
		background-color: rgba(255, 255, 255, 0.4);
		border-radius: 20px;
	}
	.contentMainWindowMore {
		width: 1700px;
	  	margin: 20px auto;
	  	padding: 30px 50px 50px 50px;
	  	background-color: rgba(255, 255, 255, 0.4);
		border-radius: 20px;
	}
	.naviButton {
		margin: 0 -50px;
		padding: 3px 50px;
		color: #333333;
		font-size: 16px;
	}
		.naviEven {
			background-color: rgba(255, 255, 255, 0.6);
		}
		.naviUneven {
			background-color: rgba(220, 220, 220, 0.6);
		}
			.naviEven:hover,
			.naviUneven:hover {
				background-color: #FFFFFF;
			}
			.naviButton a {
				color: #444444;
			}
				.naviButton:hover a {
					color: #000000;
				}

/* ------------------------ Frequently used classes ------------------------ */
	.editForm {
		background-color: rgba(255,255,255,0.8);
		color: #444444;
		padding: 10px 50px 0 50px;
		margin: 10px 0;
		box-shadow: 0 0 50px #DBB292;
	}
		.editForm h3,
		.editForm h4 {
			color: #b45c18;
		}
		.editForm .summaryListHeader {
			color: #000000;
		}
		.editForm .summaryListContent {
			color: #444444;
		}
	.textRight {
		text-align: right;
		padding: 2px 0;
	}
	.inputRight {
		text-align: right!important;
	}
	.center {
		text-align: center;
	}
  .clear {
		clear: both;
	}
	.erfolg {
		color: #00FF00;
		font-size: 26px;
		font-weight: bold;
		padding: 15px 0;
		text-align: center;
	}
	.fehler {
		color: #B00000;
		font-size: 26px;
		font-weight: bold;
		padding: 15px 0;
		text-align: center;
	}
	.info {
		color: #ff8300;
		font-size: 18px;
		font-weight: bold;
		margin: 5px 0;
		padding: 2px 5px;
		background-color: rgba(0,0,0,0.8);
		text-align: center;
	}
	.question {
		color: #FF6600;
		font-size: 24px;
		font-weight: bold;
		margin: 5px 0;
		padding: 5px;
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%,
								rgba(255,255,255,0.499019676229867) 30%,
								rgba(255,255,255,0.499019676229867) 70%,
								rgb(255, 255, 255,0) 100%)
	}
	.highlight {
		color: #ff9a44;
	}
	.green {
		color: #00FF00;
	}
	.darkgreen {
		color: #138C13;
	}
	.red {
		color: #FF0000;
	}
	.black {
		color: #222222;
	}
	.gray {
		color: #666666;
	}
	.small {
		font-size: 14px;
	}
	.new {
		color: #00acff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
		margin: 10px 0;
		text-align: center;
		text-decoration: underline;
	}
	.spacing {
    height: 30px;
  }
	.naviSpacing {
		height: 15px;
	}
	.acceptButton {
		transition: 0.2s;
		background-color: rgb(0, 152, 74);
		padding: 2px 5px;
		border: 0px solid #000000;
		color: #FFFFFF;
		text-align: center;
		width: 200px;
		margin: 0 0 0 auto;
	}
		.acceptButton:hover {
			background-color: rgb(34, 205, 117);
			color: #FFFFFF;
		}
	.lockButton {
		transition: 0.2s;
		background-color: rgb(165, 21, 50);
		padding: 2px 5px;
		border: 0px solid #000000;
		color: #FFFFFF;
		text-align: center;
		width: 200px;
		margin: 0 0 0 auto;
	}
		.lockButton:hover {
			background-color: rgb(248, 37, 79);
			color: #FFFFFF;
		}
	.addButton {
		background-color: #dbb292;
		color: #FFFFFF;
		width: 100%;
		border: 0px solid #FFFFFF;
		transition: 0.2s;
	}
		.addButton:hover {
			background-color: #d75f01;;
			color: #FFFFFF;
		}
	.deleteButton {
		background-color: #c66b7c;
		color: #FFFFFF;
		width: 100%;
		border: 0px solid #FFFFFF;
		transition: 0.2s;
	}
		.deleteButton:hover {
			background-color: #c43953;
			color: #FFFFFF;
		}
	.deleteIcon, .editIcon {
		padding: 2px 1px;
		margin: 0 3px;
		transition: 0.2s;
		width: 18px;
		float: left;
	}
		.deleteIcon:hover {
			background-color: rgba(255, 0, 0, 0.6);
		}
		.editIcon:hover {
			background-color: rgba(255, 186, 0, 0.6);
		}


	.backToMenu {
		margin: 10px 0;
	}
		.backToMenu a button {
			background-color: #320021;
			border: 1px solid #CCCCCC;
			border-radius: 10px;
			color: #E9E9E9;
			padding: 7px 15px;
			font-weight: bold;
			transition: 0.2s;
		}
			.backToMenu a button:hover {
				cursor: pointer;
				box-shadow: 0 0 5px #666666;
				background-color: #490b4e;
				color: #FFFFFF;
			}

/* ------------------------ Expander ------------------------ */
	.expander-button {
		background-color: none;
		font-weight: normal !important;
		font-size: 10px;
		color: #373e48;
		cursor: pointer;
		padding: 0;
		margin: 5px auto;
		text-align: center;
		width: 100%;
		border: 1px solid #CCCCCC;
		outline: none;
	}
		.expander-button:hover,
		.expander-button:active {
			background-color: black;
			border: 1px solid #444444;
		}
		.expander-button::after {
			content: '\25bc';
		}
		.active:after {
			content: "\25b2";
		}

	.expander-content {
		padding: 0px 10px;
		overflow: hidden;
		display: none;
	}

/* ------------------------ Tooltip for input ------------------------ */
	.tooltip {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: #555;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -60px;
		opacity: 0;
		transition: opacity 0.3s;
	}
	.tooltip .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}
	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}
	.tooltip .tooltipIcon {
		width: 100%;
		position: absolute;
		z-index: 1;
		top: 14%;
		right: 5px;
		text-align: right;
		align: right;
	}
		.tooltip .tooltipIcon img {
			width: 17px;
		}

/* ------------------------ Font ------------------------ */
	@font-face {
		font-family: 'Relax';
		src: url('../font/BeautyMountains.ttf') format('truetype');
	}
	@font-face {
		font-family: 'Default';
		src: url('../font/Karla.ttf') format('truetype');
	}
	@font-face {
		font-family: 'Handwriting';
		src: url('../font/Handwriting.ttf') format('truetype');
	}

/* ------------------------ Chat ------------------------ */
	#chatButton {
		position: fixed;
		bottom: 5px;
		right: 5px;
		width: 75px;
		height: 75px;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		border-bottom-left-radius: 50%;
		background-color: #9f405c;
		border: 2px solid rgba(255,255,255,0.8);
		transition: 0.2s;
	}
		#chatButton:hover {
			cursor: pointer;
			background-color: #d91f54;
			border: 2px solid rgba(255,255,255,1);
		}
		#chatButton img {
			width: 70%;
			text-align: center;
			margin-top: 20%;
			margin-left: 20%;
		}
	#closeChatButton {
		position: absolute;
		bottom: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		border-bottom-left-radius: 50%;
		background-color: #440616;
		border: 2px solid rgba(255,255,255,0.8);
		transition: 0.2s;
	}
		#closeChatButton img {
			width: 70%;
			text-align: center;
			margin-top: 20%;
			margin-left: 20%;
		}
		#closeChatButton:hover {
			cursor: pointer;
			background-color: #d91f54;
			border: 2px solid rgba(255,255,255,1);
		}
	#chatLayout {
		width: 250px;
		height: auto;
		position: fixed;
		bottom: 5px;
		right: 5px;
		display: none;
		background-color: rgba(220,220,220,0.25);
		padding: 7px;
		border: 1px solid rgba(220,220,220,0.6);
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
		#chatLayout .chatUser select {
			width: 100%;
			margin-bottom: 5px;
		}
	#chatWindow {
		background-image: url("../images/doodleBG.png");
		background-size: 100%;
		background-color: rgba(0,0,0,0.2);
		margin: -7px -7px 5px -7px;
		padding: 7px;
		border-top-left-radius: 10px;
		height: 300px;
		overflow-y: auto;
	}
	.chatSenderStyle {
		background-color: #9f405c;
		color: #FFFFFF;
		padding: 2px 5px;
		margin: 5px 2px 5px 10%;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.chatReceiverStyle {
		background-color: #443E3E;
		color: #FFFFFF;
		padding: 2px 5px;
		margin: 5px 10% 5px 2px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.chatTime {
		text-align: right;
		color: #F0F0F0;
		font-size: 12px;
	}
	.chatBegin {
		text-align: center;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
	}
	#chatNotification {
		position: absolute;
		bottom: 58px;
		right: 58px;
		z-index: 100;
	}
		#chatNotification .newChatMessageNotification {
			width: 20px;
			height: 20px;
			border: 2px solid red;
			background-color: #F0F0F0;
			border-radius: 50%;
			text-align: center;
			color: red;
			font-weight: bold;
			line-height: 1em;
		}

/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Unterschiedliche Auflösungen <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
	@media screen and (max-width: 2500px) {
	}

	@media screen and (max-width: 1920px) {
		.contentMainWindow,
		.contentMainWindowMore {
		  width: 1600px;
		}
	}

	@media screen and (max-width: 1540px) {
	}

	@media screen and (max-width: 1440px) {
	}

	@media screen and (max-width: 1360px) {
	}

	@media screen and (max-width: 1280px) {
	}

	@media screen and (max-width: 1180px) {
	}

	@media screen and (max-width: 1080px) {
	}

	@media screen and (max-width: 900px) {
	}

	@media screen and (max-width: 820px) {
	}

	@media screen and (max-width: 736px) {
	}

	@media screen and (max-width: 600px) {
	}

	@media screen and (max-width: 480px) {
	}

	@media screen and (max-width: 400px) {
	}
