@import url('all.css');

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-transform: none;
    text-decoration: none;
    line-height: normal;
    background-attachment: scroll;
    background-color: #373737;
    background-image: none;
    background-repeat: no-repeat;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

a{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

a:link{
	color:#FFFFFF;
	text-decoration: none;
}

a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

a:active{
	color:#FFFFFF;
	text-decoration: none;
}

a.logoutlink:link{color:#ac3a3a;}
a.logoutlink:visited{color:#ac3a3a;}
a.logoutlink:hover{color:#ac3a3a;}
a.logoutlink:active{color:#ac3a3a;}

a.itemdelete-no {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;    
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 30px;
	border: 0px solid #8bcf54;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: flex;
	height: 1.7em;
	width: 39%;
	margin-left: auto;
	margin-right: auto;
	background-color: #7c2b2b; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#aa5d5d), to(#7c2b2b));
	background-image: -webkit-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: -moz-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: -ms-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: -o-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: linear-gradient(to bottom, #aa5d5d, #7c2b2b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#aa5d5d, endColorstr=#7c2b2b);
	outline: 0 none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

a.itemdelete-yes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 100px;
	border: 0px solid #8bcf54;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: flex;
	height: 1.7em;
	width: 32.5%;
	margin-left: auto;
	margin-right: auto;
	background-color: #82D99F; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82D99F), to(#418241));
	background-image: -webkit-linear-gradient(top, #82D99F, #418241);
	background-image: -moz-linear-gradient(top, #82D99F, #418241);
	background-image: -ms-linear-gradient(top, #82D99F, #418241);
	background-image: -o-linear-gradient(top, #82D99F, #418241);
	background-image: linear-gradient(to bottom, #82D99F, #418241);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82D99F, endColorstr=#418241);
	outline: 0 none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	border: 0px solid #3bc53b;
	padding: 0.5em;
	padding-left: 1em;
	background: #4a4a4a;
	color: #ffffff;
}

button.loginbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;    
	font-weight: 300;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	padding: 5px 12px;
	border: 0px solid #8bcf54;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	height: 2.0em;
	background-color: var(--button-gradient-start); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--button-gradient-start)), to(var(--button-gradient-stop)));
	background-image: -webkit-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: -moz-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: -ms-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: -o-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: linear-gradient(to bottom, var(--button-gradient-start), var(--button-gradient-stop));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=var(--button-gradient-start), endColorstr=var(--button-gradient-stop));
	outline: 0 none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

button.addbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;    
	font-weight: 300;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	padding: 5px 12px;
	border: 0px solid #8bcf54;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	height: 2.0em;
	background-color: var(--button-gradient-start); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--button-gradient-start)), to(var(--button-gradient-stop)));
	background-image: -webkit-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: -moz-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: -ms-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: -o-linear-gradient(top, var(--button-gradient-start), var(--button-gradient-stop));
	background-image: linear-gradient(to bottom, var(--button-gradient-start), var(--button-gradient-stop));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=var(--button-gradient-start), endColorstr=var(--button-gradient-stop));
	outline: 0 none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

button.itemcontrol-minus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;    
	font-weight: 300;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	padding: 5px 12px;
	border: 0px solid #8bcf54;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	height: 2.0em;
	background-color: #7c2b2b; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#aa5d5d), to(#7c2b2b));
	background-image: -webkit-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: -moz-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: -ms-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: -o-linear-gradient(top, #aa5d5d, #7c2b2b);
	background-image: linear-gradient(to bottom, #aa5d5d, #7c2b2b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#aa5d5d, endColorstr=#7c2b2b);
	outline: 0 none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

button.itemcontrol-plus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: 300;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	padding: 5px 12px;
	border: 0px solid #8bcf54;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	height: 2.0em;
	background-color: #82D99F; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82D99F), to(#418241));
	background-image: -webkit-linear-gradient(top, #82D99F, #418241);
	background-image: -moz-linear-gradient(top, #82D99F, #418241);
	background-image: -ms-linear-gradient(top, #82D99F, #418241);
	background-image: -o-linear-gradient(top, #82D99F, #418241);
	background-image: linear-gradient(to bottom, #82D99F, #418241);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82D99F, endColorstr=#418241);
	outline: 0 none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.debugoutput {
	width: 50%;
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.99em;
	color: #ff6a6a;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.85);
	right: 200;
}

#mainframe-loginpage {
    width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100vh;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    border: 0px solid;
	overflow: hidden !important;
}

#mainframe {
    width: 100%;
	min-height: 100%;
	height: 100vh;
    position: relative;
    border: 0px solid;
}

#loginform {
	width: 80%;
	border: 0px yellow solid;
	float: clear;
	margin-top: 7em;
}

.logoframe-input {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 0px;
    background: #373737;
    border: 0px red solid;
	margin: 0px;
	margin-top: -10%;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: height 0.35s, width 0.35s;
	-webkit-transition: height 0.35s, width 0.35s;
	transition:  height 0.35s, width 0.35s;
	z-index: 12;
}

.loginitem {
	position: relative;
	width: 100%;
	max-width: 70em;
	height: 100px;
	box-sizing: border-box;
	border-radius: 0px 0px 0px 15px;
	background: #373737;
	border: 0px solid;
	border-bottom: 6px solid var(--input-accent);
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.logintext {
	display: block;
	margin: auto;
	border: 0px solid;
	height: 90%;
	width: 95%;
	padding-left: 50px;
	font-size: 45px;
	font-weight: 300;
	background: #373737;
	color: #FFFFFF;
	outline: 0 none;
}

.logincontrol {
	position: relative;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background: #373737;
	border: 0px solid;
	margin-top: 150px;
}

.loginbutton {
	width: 50%;
	max-width: 12em;
	margin: auto;
	background: #989898;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.registerlink {
	border: 0px solid;
	float: left;
	width: 1.2em;
	height: 100%;
	color: #5ab23f;
	font-size: 2em;
	font-weight: bolder;
	padding-left: 0.7em;
	padding-top: 0.7em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.header {
	position: fixed;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 240px;
	border: 0px solid;
	background: #373737;
	z-index: 4;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.79);
	/*überstehende Elemente abschneiden - kann bei Bedarf aktiviert werden... zu Entwicklungszwecken ist "aus" besser...*/
	/*overflow: hidden;*/
}

.header-left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: calc(100%);
    height: 150px;
	border: 0px solid;
}

.header-row1 {
	float: left;
	border: 0px solid;
	width: 100%;
	height: 100%;
}


.menuframe {
	float: left;
	border: 0px solid;
	width: 7em;
	height: 7em;
	visibility: hidden;
	display: none;
}

.menuline {
	background: #373737;
	width: 70%;
	height: 12%;
	margin: auto;
	margin-top: 20%;
	margin-bottom: -9%;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
}

.menu {
	position: fixed;
	width: 0px;
	height: 0px;
	border: 0px solid;
	z-index: 99;
}

.nav {
	width: 100vw;
	height: 100vh;
	border: 0px solid;
	display: none;
}

.menubutton {
	display: inline-block;
	cursor: pointer;
	position: fixed;
	z-index: 101;
	left: 10px;
	top: 10px;
	width: 122px;
	height: 122px;
	border: 0px solid;
	border-radius: 35px;
	padding: 0;
	padding-top: 10px;
    padding-left: 20px;
	background: #373737;
	line-height: 0.6;
	text-align: center;
}
.menubutton > span {
	display: inline-block;
	position: relative;
	height: 9px;
	width: 100px;
	border: 0px red solid;
	border-radius: 4px;
	background: #ffffff;
	vertical-align: middle;
	top: -10px;
}
.menubutton > span:before, .menubutton > span:after {
	display: inline-block;
	position: absolute;
	content: "";
	height: 9px;
	border: 0px yellow solid;
	border-radius: 1px;
	background: #ffffff;
	transition: all 350ms;
}
.menubutton > span:before {
	top: -27px;
	left: 10px;
	width: 80px;
	border-radius: 4px;
}
.menubutton > span:after {
	top: 27px;
	left: 10px;
	width: 80px;
	border-radius: 4px;
}

.menubutton:focus {
	outline: none;
}

.nav:before {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	content: '';
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.85);
	transition: all 1ms ease-in-out;
	clip-path: circle(30px at calc(0% + 45px) 45px);
	visibility: hidden;
	border: 0px solid;
}

.menuitem {
	margin-left: 0.0em;
	margin-top: 0.0em;
	padding-top: 0.5em;
	color: ffffff;
	top: 4em;
	width: 90%;
	height: 2em;
	left: 5%;
	display: flex;
	align-content: center;
	text-align: center;
	font-size: 4.5em;
	border: 0px solid;
	position: relative;
	z-index: 102;
	visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.menuitem-logo {
	width: 2.5em;
	height: 2em;
	font-size: 1.2em;
	color: #ffffff;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.menuitem-logo-active {
	width: 2.5em;
	height: 2em;
	font-size: 1.2em;
	color: var(--menu-active);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.menu.active .menuitem {
	visibility: visible;
	width: 90%;
	height: 2em;
}

.menu.active .nav:before, .menu.active .menuitem:before {
	visibility: visible;
	clip-path: circle(100%);
}

.menu.active .nav {
	display: block;
}

.menu.active .menubutton > span {
	height: 0;
}

.menu.active .menubutton > span:after, .menu.active .menubutton > span:before {
	top: 0px;
	left: 0;
	width: 80px;
}

.menu.active .menubutton > span:after {
	transform: rotate(-45deg);
}

.menu.active .menubutton > span:before {
	transform: rotate(45deg);
}

.searchframe {
	float: left;
	border: 0px solid;
	width: calc(100% - 12em - 280px);
	min-width: 20em;
    max-width: 108em;
	height: 80%;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 15px;
    background: #373737;
    border-bottom: 6px solid var(--input-accent);
	margin-left: 12em;
	padding-top: 0.8em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	z-index: 7;
}

.searchglass-in-searchframe {
	border: 0px solid;
	width: 1em;
	height: 60%;
	margin-top: 0.85em;
	margin-left: 0.28em;
	float: left;
	font-size: 3em;
	color: var(--input-placeholder);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	z-index: 8;
}

.searchbox {
	display: block;
    margin: auto;
	margin-left: 1.6em;
    margin-top: 0.35em;
    border: 0px solid;
    height: 80%;
    width: calc(100% - 2.2em);
	min-width: 4em;
    padding-left: 0px;
    font-size: 52px;
    font-weight: 300;
    background: #373737;
    color: #FFFFFF;
    outline: 0 none;
	z-index: 9;
}

.searchactiveinfo {
	border: 0px solid;
	width: 105%;
	position: absolute;
	top: 35%;
	font-size: 1.6em;
	text-align: right;
	color: var(--search-active);
	opacity:0;
	animation: searchactiveinfokeys 5s;
	z-index: 6;
	display: none;
	pointer-events: none;
}

@keyframes searchactiveinfokeys {
	0%{opacity:0}
	10%{opacity:1}
	20%{opacity:0.5}
	30%{opacity:1}
	40%{opacity:0.5}
	50%{opacity:1}
	60%{opacity:0.5}
	70%{opacity:1}
	80%{opacity:0.5}
	90%{opacity:1}
	100%{opacity:0}
}

.searchactiveinfo-arrow {
	font-size: 3em;
	border: 0px solid;
	text-align: right;
	margin-right: 30px;
}

.header-row2 {
	float: left;
	border: 0px solid;
	width: 100%;
	height: 100%;
	padding-top: 0;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.header-row2-text{
	border: 0px white solid;
	width: 100%;
	height: 100%;
	font-size: 3em;
	color: var(--font-heading);
	text-shadow: 5px 5px 5px black;
	text-align: left;
	padding-top: 0.3em;
	padding-left: 2em;
}

.filteritem {
	width: 48%;
	height: 65%;
	border: 2px solid var(--filter-border);
	box-sizing: border-box;
    border-radius: 0px 0px 15px 15px;
	-webkit-box-shadow: 4px 4px 10px 40px rgba(0,0,0,0.79);
	-moz-box-shadow: 4px 4px 10px 4px rgba(0,0,0,0.79);
	box-shadow: 4px 4px 10px 4px rgba(0,0,0,0.79);
    background: #373737;
	margin-left: 0.4em;
	margin-top: 0.5em;
	min-width: 13.5em;
	max-width: 35em;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 5px 5px 5px;
	position: relative;
	z-index: 50;
}

.filteritem::before {
	font-family: "Font Awesome 5 Free";
	content: " \f150";
	font-weight: 300;
	font-size: 1.7em;
	position: absolute;
	z-index: 11;
	right: 15px;
	top: 8px;
	color: #ffffff;
	pointer-events: none;
}

.filteritem select::-ms-expand {
	display: none;
}

.filteritem select:focus::-ms-value {
	background-color: transparent;
}

.filter-dropdown {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 90%;
	outline: none;
	height: 80%;
	background: url(/img/misc/ffffff-0.png) repeat;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.30em;
	font-weight: 1.1em;
}

.filteritem select option {
	font-size: 1em;
	color: #000000;
	
}

.arrowdown-in-filteritem {
	border: 0px solid;
	font-size: 1.3em;
	color: var(--filter-arrow);
}



.header-right {
	width: 100%;
	height: 100px;
	float: left;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.logoframe {
    width: 240px;
    height: 126px;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 0px;
    background: #373737;
    border: 0px red solid;
	margin: 0px;
	float: right;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: height 0.35s, width 0.35s;
	-webkit-transition: height 0.35s, width 0.35s;
	transition:  height 0.35s, width 0.35s;
	z-index: 12;
}

.logo {
    width: 100%;
    border: 0px solid;
	position: relative;
	margin: 0px;
	margin-top: 5px;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	z-index: 13;
}

.nameframe {	
	float: right;
    width: 240px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 0px;
    margin: -30px 0px 0px 0px;
    background: #373737;
    border: 0px solid;
	text-align: center;
	font-size: 1.5em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.contents {
	position: relative;
	margin: 0px;
	padding: 254px 10px 50px 5px;
	border: 0px solid;
	z-index: 0;
}

.notification{
	width: 97%;
	height: 70%;
	border: 0px solid #9a9a9a;
	font-size: 2.5em;
	color: #ffffff;
    background: #373737;
	margin-left: 0.0em;
	margin-right: 0.0em;
	margin-top: 0.0em;
	margin-bottom: 1em;
	min-width: 10em;
	text-align: center;
	padding: 50px 15px 15px 15px;	
}

.itemframe {
	width: 100%;
    max-width: 300em;
	height: 217px;
	border: 0px solid #9a9a9a;
	box-sizing: border-box;
	-webkit-box-shadow: 4px 4px 3px 4px rgba(0,0,0,0.79);
	-moz-box-shadow: 4px 4px 3px 4px rgba(0,0,0,0.79);
	box-shadow: 4px 4px 3px 4px rgba(0,0,0,0.79);
    border-radius: 15px 15px 15px 15px;
    background: #484747;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.0em;
	margin-bottom: 1em;
	min-width: 30em;
	float: top;
	padding: 8px 0px 0px 8px;
	/*überstehende Elemente abschneiden - kann bei Bedarf aktiviert werden... zu Entwicklungszwecken ist "aus" besser...*/
	/*overflow: hidden;*/
}

.itempic {
	width: 200px;
	height: 200px;
	border: 0px solid;
	/*margin-top: 0.4em;*/
	box-sizing: border-box;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itempic img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;	
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.79);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemname {
	border: 0px solid;
	width: calc(100% - 220px);
	height: 2.7em;
	float: top;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: lighter;
	padding: 0px 0px 0px 20px;
}

.iteminfo {
	border: 0px solid;
	width: calc(100% - 220px - 28em);
	height: 5.6em;
	float: left;
	margin-top: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemcount {
	border: 0px solid;
	width: calc(100% - 25px);
	height: 1.0em;
	float: left;
	font-size: 2em;
    margin: -35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #c1c1c1;
	text-align: right;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemlocationinfo {
	border: 0px solid;
	width: 100%;
	height: 1.2em;
	float: left;
    overflow: hidden;
	font-size: 1.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #b0b199;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemchangeinfo {
	border: 0px solid;
	width: calc(98% - 75px);
	height: 1.4em;
	float: left;
	font-size: 1.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 20px;
	color: var(--font-changequantity);
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemaddedmarker {
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	background: var(--additem-marker);
	z-index: 300;
	margin-left: -10px; /*weil itemframe padding hat*/
	margin-top: -108px; /*weil itemframe padding hat*/
	border: 0px solid #9a9a9a;
	box-sizing: border-box;
	-webkit-box-shadow: 4px 4px 3px 4px rgba(0,0,0,0.79);
	-moz-box-shadow: 4px 4px 3px 4px rgba(0,0,0,0.79);
	box-shadow: 4px 4px 3px 4px rgba(0,0,0,0.79);
    border-radius: 15px 15px 15px 15px;
	min-width: 30em;
	opacity:0;
	animation: itemaddedmarkerkeys 3s;
	display: block;
	pointer-events: none;
}

@keyframes itemaddedmarkerkeys {
	0%{opacity:0}
	16%{opacity:0.5}
	32%{opacity:0.1}
	49%{opacity:0.5}
	65%{opacity:0.1}
	81%{opacity:0.5}
	100%{opacity:0.0}
}

.itemcontrols {
	border: 0px solid;
	width: 29.0em;
	height: 7.5em;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemcontrols form {
    height: 100%;
}

/*Variante für "div", anstatt "button"
.itemcontrol-minus {
	border: 0px solid;
	font-size: 3em;
	width: 30%;
	height: 100%;
	float: left;
	text-align: center;
	background-color: #8b3030;
	display: flex;
	align-items: center;
	justify-content: center;
    box-sizing: border-box;
    border-radius: 25px 25px 25px 25px;
}*/

button.itemcontrol-minus {
	border: 0px solid;
	font-size: 3em;
	width: 30%;
	height: 100%;
	float: left;
	text-align: center;
    box-sizing: border-box;
    border-radius: 25px 25px 25px 25px;
	position: relative;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemcontrol-minus-hline {
	width: 45%;
	height: 10%;
    margin: 0px 0px 0px 0px;
	background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemcontrol-quantity {
	float: left;
	border: 0px solid;
	width: 37%;
	height: 100%;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 15px;
    background: #484747;
    border-bottom: 6px solid var(--input-accent);
	margin-left: 5px;
}

.itemcontrol-quantity-text {
	display: block;
    margin: auto;
	margin-top: 0px;
    margin-left: 10px;
    border: 0px solid;
    height: 90%;
    width: 100%;
    font-size: 3.6em;
    font-weight: 300;
    background: #484747;
    color: #FFFFFF;
    outline: 0 none;
	padding-left: 0px;
	padding-top: 20px;
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Variante für "div", anstatt "button"
.itemcontrol-plus {
	border: 0px solid;
	font-size: 3em;
	width: 30%;
	height: 100%;
	float: left;
	text-align: center;
	background-color: #3e8b30;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
    box-sizing: border-box;
    border-radius: 25px 25px 25px 25px;
	position: relative;
}*/

button.itemcontrol-plus {
	border: 0px solid;
	font-size: 3em;
	width: 30%;
	height: 100%;
	float: left;
	text-align: center;
    box-sizing: border-box;
    border-radius: 25px 25px 25px 25px;
	position: relative;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.positionabsolute {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: -52px;
	margin-left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px solid;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemcontrol-plus-hline {
	width: 45%;
	height: 10%;
	background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemcontrol-plus-vline {
	width: 10%;
	height: 45%;
	background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.eoc {
	width: 1px;
	height: 80px;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.eoc40 {
	width: 1px;
	height: 40px;
	float: clear;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.pb {
    position: fixed;
    bottom: 88px;
    height: 5px;
    width: 100%;
    background: #373737;
    z-index: 7;
}

.footer {
	position: fixed;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 100%;
	border: 0px solid;
	top: calc(100% - 89px);
	background: #373737;
	z-index: 5;
	-webkit-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.79);
	box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.79);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	/*überstehende Elemente abschneiden - kann bei Bedarf aktiviert werden... zu Entwicklungszwecken ist "aus" besser...*/
	/*overflow: hidden;*/
}

.logoutframe {
	border: 0px solid;
	float: left;
	width: 1.2em;
	height: 100%;
	color: var(--logout-logo);
	font-size: 5.7em;
	padding-left: 0.65em;
	padding-top: 0.045em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.footspace {
	float: left;
	border: 0px solid;
	width: calc(100% - 31.49em);
	height: 100%;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 0px;
	margin-left: 0em;
	padding-top: 0em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.footinfo {
	border: 0px solid;
	float: right;
	width: 20em;
	height: 100%;
	margin: 0px;
	text-align: center;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.footadmin {
	height: 40%;
	width: 100%;
	margin-top: 0;
	border: 0px green solid;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-top: 0.4em;
    padding-right: 4.0em;
}

.footlinks {
	height: 60%;
	width: 20em;
	border: 0px red solid;
    display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
    text-align: center;
	font-weight: lighter;
	padding-bottom: 0.4em;
    padding-right: 2em;
    padding-top: 0.4em;
}

.linkimpressum {
	width: 44%;
	height: 100%;
	border: 0px solid;
    margin-left: 0px;
    padding-left: 0px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.linkimpressum a {
	width: 100%;
	height: 100%;
	border: 0px red solid;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: right;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.linkseparator {
	width: 12%;
	height: 100%;
	border: 0px solid;
    margin-left: 0px;
    padding-left: 0px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.linkdsgvo {
	width: 44%;
	height: 100%;
	border: 0px solid;
    margin-left: 0px;
    padding-left: 0px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.linkdsgvo a {
	width: 100%;
	height: 100%;
	border: 0px red solid;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

::-webkit-input-placeholder { color: var(--input-placeholder); }
::-moz-placeholder { color: var(--input-placeholder); font-weight:300; }

.detailinfo_edit-new input::-webkit-input-placeholder { color: #666666; }
.detailinfo_edit-new input::-moz-placeholder { color: #666666; font-weight:300; }
.detailinfo_edit-new input:-ms-placeholder { color: #666666; transition: color 1s; }

.loginitem input::-webkit-input-placeholder { color: var(--input-placeholder); transition: color 1s; }
.loginitem input::-moz-placeholder { color: var(--input-placeholder); transition: color 1s; }
.loginitem input:-ms-placeholder { color: var(--input-placeholder); transition: color 1s; }

.searchframe input::-webkit-input-placeholder { color: var(--input-placeholder); transition: color 1s; }
.searchframe input::-moz-placeholder { color: var(--input-placeholder); transition: color 1s; }
.searchframe input:-ms-placeholder { color: var(--input-placeholder); transition: color 1s; }

.itemcontrol-quantity input::-webkit-input-placeholder { color: var(--input-placeholder); transition: color 1s; }
.itemcontrol-quantity input::-moz-placeholder { color: var(--input-placeholder); transition: color 1s; }
.itemcontrol-quantity input:-ms-placeholder { color: var(--input-placeholder); transition: color 1s; }

.newitem-data input::-webkit-input-placeholder { color: var(--input-placeholder); transition: color 1s; }
.newitem-data input::-moz-placeholder { color: var(--input-placeholder); transition: color 1s; }
.newitem-data input:-ms-placeholder { color: var(--input-placeholder); transition: color 1s; }

.newinput input::-webkit-input-placeholder { color: var(--input-placeholder); transition: color 1s; }
.newinput input::-moz-placeholder { color: var(--input-placeholder); transition: color 1s; }
.newinput input:-ms-placeholder { color: var(--input-placeholder); transition: color 1s; }

.detailinfo_edit-new input::-webkit-input-placeholder { color: #666666; transition: color 1s; }
.detailinfo_edit-new input::-moz-placeholder { color: #666666; transition: color 1s; }
.detailinfo_edit-new input:-ms-placeholder { color: #666666; transition: color 1s; }

.pwinput input::-webkit-input-placeholder { color: var(--input-placeholder); transition: color 1s; }
.pwinput input::-moz-placeholder { color: var(--input-placeholder); transition: color 1s; }
.pwinput input:-ms-placeholder { color: var(--input-placeholder); transition: color 1s; }

.loginitem input:focus::-webkit-input-placeholder,
.searchframe input:focus::-webkit-input-placeholder,
.itemcontrol-quantity input:focus::-webkit-input-placeholder,
.newitem-data input:focus::-webkit-input-placeholder,
.newinput input:focus::-webkit-input-placeholder,
.detailinfo_edit-new input:focus::-webkit-input-placeholder,
.pwinput input:focus::-webkit-input-placeholder {
	color:transparent;
}

.loginitem input:focus::-moz-placeholder,
.searchframe input:focus::-moz-placeholder,
.itemcontrol-quantity input:focus::-moz-placeholder,
.newitem-data input:focus::-moz-placeholder,
.newinput input:focus::-moz-placeholder,
.detailinfo_edit-new input:focus::-moz-placeholder,
.pwinput input:focus::-moz-placeholder {
	color:transparent;
}

.loginitem input:focus:-ms-placeholder,
.searchframe input:focus:-ms-placeholder,
.itemcontrol-quantity input:focus:-ms-placeholder,
.newitem-data input:focus:-ms-placeholder,
.newinput input:focus:-ms-placeholder,
.detailinfo_edit-new input:focus:-ms-placeholder,
.pwinput input:focus:-ms-placeholder {
	color:transparent;
}

.loginitem input:-webkit-autofill,
.searchframe input:-webkit-autofill,
.itemcontrol-quantity input:-webkit-autofill,
.newitem-data input:-webkit-autofill,
.newinput input:-webkit-autofill,
.detailinfo_edit-new input:-webkit-autofill,
.pwinput input:-webkit-autofill,
.loginitem input:-webkit-autofill:hover,
.searchframe input:-webkit-autofill:hover,
.itemcontrol-quantity input:-webkit-autofill:hover,
.newitem-data input:-webkit-autofill:hover,
.newinput input:-webkit-autofill:hover,
.detailinfo_edit-new input:-webkit-autofill:hover,
.pwinput input:-webkit-autofill:hover,
.loginitem input:-webkit-autofill:focus,
.searchframe input:-webkit-autofill:focus,
.itemcontrol-quantity input:-webkit-autofill:focus,
.newitem-data input:-webkit-autofill:focus,
.newinput input:-webkit-autofill:focus,
.detailinfo_edit-new input:-webkit-autofill:focus,
.pwinput input:-webkit-autofill:focus,
.loginitem input:-webkit-autofill:active,
.searchframe input:-webkit-autofill:active,
.itemcontrol-quantity input:-webkit-autofill:active,
.newitem-data input:-webkit-autofill:active,
.newinput input:-webkit-autofill:active,
.detailinfo_edit-new input:-webkit-autofill:active,
.pwinput input:-webkit-autofill:active {
	transition: background-color 50000s ease-in-out 0s;
	-webkit-text-fill-color: #fff !important;
}


/* --- newitem.php --- */

.newitem-form input:invalid {
	color: var(--input-placeholder);
}

.newitem-form {
	width: 100%;
	border: 0px solid;
}

.newitem-data {
	display: block;
	border: 0px solid;
	width: 80%;
	min-width: 50em;
	max-width: 100em;
	height: 6em;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 15px;
    background: #373737;
    border-bottom: 3px solid var(--input-accent);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.newitem-form .newitem-data select::-ms-expand {
	display: none;
}

.newitem-data-text {
	display: block;
	margin: auto;
	margin-left: 1.6em;
	border: 0px solid;
	height: 90%;
	width: calc(100% - 2.2em);
	min-width: 4em;
	padding-left: 0px;
	font-size: 2.9em;
	font-weight: 300;
	background: #373737;
	color: #FFFFFF;
	outline: 0 none;
}

.newitem-dropdown {
	display: block;
    margin: auto;
	margin-left: 1.6em;
    border: 0px solid;
    height: 90%;
    width: calc(100% - 2.2em);
	min-width: 4em;
    padding-left: 0px;
    font-size: 2.9em;
    font-weight: 300;
    background-color: transparent;
    color: #FFFFFF;
    outline: 0 none;
	cursor: pointer;
}

.newitem-form .newitem-data select option {
	font-size: 1em;
	color: #000000;
}

.newinput {
	display: none;
	border: 0px solid;
	width: 80%;
	min-width: 50em;
	max-width: 100em;
	height: 6em;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 15px;
    background: #373737;
    border-bottom: 3px solid var(--input-accent);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

.newinput-text {
	display: block;
	margin: auto;
	margin-left: 1.65em;
	border: 0px solid;
	height: 2em;
	width: calc(100% - 2.2em);
	min-width: 4em;
	padding-left: 0px;
	font-size: 2.9em;
	font-weight: 300;
	background: #373737;
	color: #FFFFFF;
	outline: 0 none;
}

.newitem-data-for-textarea{
	display: block;
	border: 0px solid;
	width: 80%;
	min-width: 50em;
	max-width: 100em;
	height: 27em;
    box-sizing: border-box;
    border-radius: 15px 15px 0px 15px;
    background: #4a4a4a;
	border-bottom: 3px solid var(--input-accent);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}

.newitem-data-for-textarea textarea {
	width: 100%;
	min-width: 3em;
	max-width: 100em;
	height: 95%;
	font-size: 2.4em;
	color: #ffffff;
	margin-top: 0.3em;
	outline: none;
}

.formcontrol {
	position: relative;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background: #373737;
	border: 0px solid;
	margin-top: 100px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.addbutton {
	width: 50%;
	margin: auto;
	background: var(--button-gradient-start);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}


/* --- activities.php --- */

.activities-main {
	width: 100%;
	border: 0px solid;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activityframe {
	width: 90%;
    max-width: 200em;
	height: 12em;
	border: 0px solid;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-spacer {
	width: 92%;
	height: 1px;
	border-top: 1px #bebebe solid;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
    border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.79);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-top {
	width: 100%;
	height: 66%;
	border: 0px solid;
	font-size: 2.2em;
	display: flex;
	flex-direction: row;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-left-top {
	width: 12%;
	height: 100%;
	border: 0px red solid;
	font-size: 1.1em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-right-top {
	width: 88%;
	height: 100%;
	border: 0px green solid;
	font-size: 0.87em;
	text-align: right;
    overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-bottom {
	width: 100%;
	height: 33%;
	border: 0px solid;
	font-size: 2.2em;
	display: flex;
	flex-direction: row;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-left-bottom {
	width: 45%;
	height: 100%;
	border: 0px blue solid;
	font-size: 0.8em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-right-bottom {
    float: right;
	width: 55%;
	height: 100%;
	border: 0px yellow solid;
	font-size: 0.7em;
	color: #d6d6d6;
	text-align: right;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.act-type-create {
	color: #7093f4;
	margin-left: 0.0em;
	margin-top: 1.2em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.act-type-delete {
	color: #e26969;
	margin-left: 0.0em;
	margin-top: 1.2em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.act-type-take {
	color: #f0a751;
	margin-left: 0.0em;
	margin-top: 1.2em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.act-type-put {
	color: #83d062;
	margin-left: 0.0em;
	margin-top: 1.2em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-itemname {
	width: 100%;
	height: 2.5em;
	border: 0px solid;
	margin-top: 1.5em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-user {
	width: calc(100% - 300px);
	height: 1.2em;
	border: 0px solid;
	margin-top: 0.2em;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.activity-timestamp {
	width: 300px;
	height: 1.2em;
	border: 0px solid;
	margin-top: 0.2em;
    text-align: right;
	float: right;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.moreactivities {
	width: 100%;
	height: 3.5em;
	border: 0px solid;
	margin-top: 2em;
	text-align: center;
	font-size: 2em;
	font-weight: bolder;
	color: var(--font-settings);
	display: block;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}


/* --- itemdetail.php --- */

.itemdetail {
	width: 100%;
	height: calc(100% - 400px);
	border: 0px solid;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	z-index: 30;
}

.backarrow {
	width: 1em;
	height: 1em;
	border: 0px solid;
	margin-left: 0.2em;
	font-size: 5.5em;
	position: relative;
	float: left;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.backarrow a {
	width: 100%;
	height: 100%;
	border: 0px red solid;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailpic {
	width: 70%;
	height: 27.2em;
	border: 2px #ffffff solid;
	margin-top: 0em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.79);
	-moz-box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.79);
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.79);
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: height 0.35s, width 0.35s;
	-webkit-transition: height 0.35s, width 0.35s;
	transition:  height 0.35s, width 0.35s;
	z-index: 500;
}

.detailpic img {
	margin-top: 0.1em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: height 0.35s, width 0.35s;
	-webkit-transition: height 0.35s, width 0.35s;
	transition:  height 0.35s, width 0.35s;
	z-index: 501;
}

.fullscreencloseinfo {
	width: 100%;
	height: 1em;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 0 5px black;
	display: none;
	position: absolute;
	top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	z-index: 502;
}

.detailedit {
	border: 0px solid;
	position: relative;
	width: 1.0em;
	height: 1.0em;
	float: right;
	font-size: 3.8em;
	margin-right: 0.2em;
	margin-top: 0.2em;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailedit a {
	width: 100%;
	height: 100%;
	border: 0px red solid;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailbottom {
	width: 100%;
	border: 0px yellow solid;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailpart {
	width: 96%;
    max-width: 200em;
	height: 1.5em;
	border: 0px red solid;
	margin-top: 0.7em;
	margin-left: auto;
	margin-right: auto;
	display: table;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	z-index: 20;
}

.detaillabel {
	width: 35%;
	height: 1.5em;
	border: 0px yellow solid;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1.2em;
	margin-top: 0.0em;
	background: #313131;
	font-size: 1.7em;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	z-index: 21;
}

.detailinfo {
	width: 65%;
	height: 1.5em;
	border: 0px green solid;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1.8em;
	background: #5f5f5f;
	font-size: 1.7em;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	z-index: 22;
}

.itemsummary {
	width: 10em;
	height: 2em;
	border: 0px solid;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemsummary-take {
    width: 9em;
	color: #f0a751;
	margin-left: 0.0em;
	margin-top: 0.3em;
	margin-right: 1.3em;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemsummary-put {
    width: 9em;
	color: #83d062;
	margin-left: 0.0em;
	margin-top: 0.3em;
	margin-right: 1.3em;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemsummary-take-last {
    width: 3.4em;
    clear: left;
    float: left;
	color: #f0a751;
	margin-left: 0.0em;
	margin-top: 0.3em;
	margin-right: 1.3em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemsummary-put-last {
    width: 3.4em;
    clear: left;
    float: left;
	color: #83d062;
	margin-left: 0.0em;
	margin-top: 0.3em;
	margin-right: 1.3em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemsummary-timestamp {
    width: 11.5em;
    float: left;
    font-weight: lighter;
	margin-left: 0.0em;
	margin-top: 9px;
    font-size: 0.92em;
}

.itemsummary-username {
    width: calc(100% - 1.8em - 3.5em - 11.5em);
    float: left;
    font-weight: lighter;
	margin-left: 0.0em;
	margin-top: 9px;
    color: #cccccc;
    font-size: 0.92em;
}

.lastactions {
	width: 100%;
	height: auto;
    min-height: 2em;
	border: 0px red solid;
	float: left;
}

.nolastactions {
	width: 80%;
	height: 1.5em;
	padding: 0.35em 0 0 0;
	color: #c4c4c4;
	border: 0px solid;
	float: left;
}

.detailinfo_desc {
	width: 65%;
	height: 15.2em;
	border: 0px green solid;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
	background: #5f5f5f;
	font-size: 1.8em;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
}

.detailinfo_desc textarea {
	width: 100%;
	height: 100%;
	background: transparent;
	color: #ffffff;
	resize: none;
	border: 0px solid;
	outline: 0 none;
	font-size: 1em;
	overflow-y: scroll;
	font-weight: bolder;
	padding-left: 0.7em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailinfo_desc textarea::-webkit-scrollbar {
	background: transparent;
	width: 10px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailinfo_desc textarea::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.copypart {
	width: 80%;
	height: 4em;
	border: 0px red solid;
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
	display: table;
	color: #6ebcff;
	text-align: center;
	font-size: 2.0em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.copypart button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid;;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	color: #6ebcff;
	font-size: 1.0em;
    font-weight: bold;
	padding: 0 0 0 0;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.deletepart {
	width: 80%;
	height: 6.5em;
	border: 0px red solid;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	display: table;
	color: #e02e2e;
	text-align: center;
	font-size: 2.0em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.deletepart a{color:#e02e2e;}

/* --- itemedit.php --- */

.editsave {
	border: 0px solid;
	position: relative;
	width: 1.0em;
	height: 1em;
	float: right;
	font-size: 3.8em;
	margin-right: 0.26em;
	margin-top: 0.26em;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.editsubmit {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid;;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	color: #ffffff;
	font-size: 1em;
	height: 1em;
	width: 1em;
	padding: 0 0 0 0;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailinfo_edit {
	width: 65%;
	height: 1.5em;
	border: 0px green solid;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1.6em;
	background: #d1d1d1;
	font-size: 1.5em;
	color: #000000;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
}

.detailinfo_edit input {
	margin-left: 0.35em;
}

.detailinfo_edit textarea {
	margin-left: 0.25em;
}

.detailinfo_desc_edit {
	width: 65%;
	height: 19em;
	border: 0px green solid;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
	background: #d1d1d1;
	font-size: 1.8em;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
}

.detailinfo_desc_edit textarea {
	width: 100%;
	height: 100%;
	background: transparent;
	color: #000000;
	resize: none;
	border: 0px solid;
	outline: 0 none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow-y: scroll;
	font-weight: bolder;
	padding-left: 0.65em;
}

.detailinfo_desc_edit textarea::-webkit-scrollbar {
	background: transparent;
	width: 10px;
}

.detailinfo_desc_edit textarea::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	background-color: #000000;
}

.spacer {
    float: left;
    width: 100%;
    height: 7em;   
}

.edittext {
	display: block;
	margin: auto;
	margin-left: 0.5em;
	border: 0px solid;
	height: 96%;
	width: 96%;
	min-width: 4em;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background: #d1d1d1;
	color: #000000;
	outline: 0 none;	
}

.detailpicrotate {
	border: 0px solid;
	position: absolute;
	width: 1.0em;
	height: 1.0em;
	font-size: 2.9em;
	left: 10px;
	top: 10px;	
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;	
}

.detailpicdelete {
	border: 0px solid;
	position: absolute;
	width: 1.0em;
	height: 1.0em;
	font-size: 2.9em;
	left: 10px;
	bottom: 10px;	
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;	
}

.detailnext {
	border: 0px solid;
	position: absolute;
	width: 1.0em;
	height: 1.0em;
	font-size: 2.9em;
	right: 10px;
	top: 10px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.detailpicedit {
	border: 0px solid;
	position: absolute;
	width: 1.0em;
	height: 1.0em;
	font-size: 2.9em;
	right: 10px;
	bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

label.detailpicedit input[accept*="image"] {
	display: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.itemdetail .detailpart .detailinfo_edit select::-ms-expand {
	display: none;
}

.edititem-dropdown {
	display: block;
    margin: auto;
	margin-left: 0.3em;
    border: 0px solid;
    height: 96%;
    width: calc(100% - 2.2em);
	min-width: 4em;
    padding-left: 0px;
    font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
    background-color: transparent;
    color: #000000;
    outline: 0 none;
	cursor: pointer;
}

.itemdetail .detailpart .detailinfo_edit select option {
	font-size: 1em;
	color: #000000;
}

.editinput-text {
	display: block;
	margin: auto;
	margin-left: 1.6em;
	border: 0px solid;
	height: 2em;
	width: calc(100% - 2.2em);
	min-width: 4em;
	padding-left: 0px;
	font-size: 2.9em;
	font-weight: 300;
	background: #373737;
	color: #FFFFFF;
	outline: 0 none;
}

.newinput_edit {
	width: 90%;
	height: 1.8em;
	border: 0px red solid;
	display: none; /*wird mit JS zu flex*/
	margin-top: 0.7em;
	margin-left: auto;
	margin-right: auto;
}

.detailinfo_edit-new {
	width: 65%;
	height: 2.2em;
	border: 0px green solid;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 1.7em;
	background: #d1d1d1;
	font-size: 1.3em;
	color: #000000;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.79);
}

.newinput-text_edit {
	border: 0px red solid;
	display: block;
	margin: auto;
	margin-left: 1.6em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	border: 0px solid;
	height: 1.3em;
	width: calc(100% - 2.2em);
	min-width: 4em;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.4em;
	background: #d1d1d1;
	color: #000000;
	outline: 0 none;
}

.detaillabel_empty {
	width: 35%;
	height: 2.2em;
	border: 0px yellow solid;
	display: table-cell;
	vertical-align: middle;
	padding-left: 2em;
	background: #373737;
	font-size: 1.5em;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.79);
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

/* --- itemdelete.php --- */

.confirmmessage {
	width: 75%;
	font-size: 2.5em;
	color: #ffb2b2;
	border: 0px solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.confirmiteminfo {
	width: 75%;
	font-size: 2.0em;
	border: 0px solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.confirminfo {
	width: 75%;
	font-size: 2.0em;
	font-weight: lighter;
	border: 0px solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.deletecontrols {
	width: 100%;
	height: 6em;
	border: 0px yellow solid;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	text-align: center;    
	margin-top: 12em;
}


/* --- settings.php --- */

.settingsmask {
	width: 100%;
	height: calc(100% - 400px);
	border: 0px solid;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: center;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;	
}

.setpoint {
	width: 90%;
    max-width: 70em;
	height: 4em;
	border: 0px yellow solid;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
    padding: 3em 0em 0em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2.5em;
	color: var(--font-settings);
}

.spacer-small {
    float: left;
    width: 100%;
    height: 3em;   
}

.setdescription {
	width: 65%;
    max-width: 50em;
	height: 4em;
	border: 0px green solid;
	position: absolute;
	margin-left: 0;
    padding: 20px 0px 0px 0px;
	/*bottom: 0.1em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #d4d4d4;
}

.setcontrol {
	width: 18%;
	height: 100%;
	border: 0px red solid;
	float: right;
	top: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #d4d4d4;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	text-decoration: none;
    text-align: right;
}

.settoggle {
    width: 100%;
    height: 100%;
	outline: none;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.settoggle label {
    width: 100%;
    height: 100%;
	position: relative;
	justify-content: right;
	display: inline-block;
	border: 0px red solid;
	outline: none;
    text-align: right;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.settoggle input {
	display: none;
	border: 0px red solid;
	outline: none;
	text-decoration: none;
}

.settoggle .setslider {
	/* Grundfläche */
	position: absolute;
	top: 0em;
    right: 0em;
	width: 8em;
	height: 4em;
	background-color: #9b9b9b; /* Farbe bei inaktiv (grey) */
	transition: all .3s ease-in-out;
	border: 0px red solid;
	border-radius: 2em;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	text-decoration: none;
}

.settoggle .setslider:before {
	/* verschiebbarer Button */
	position: absolute;
	content: "";
	height: 3.2em;
	width: 3.2em;
	left: 0.4em;
	bottom: 0.4em;
	background-color: #e0e0e0;
	border-radius: 50%;
	border: 0px red solid;
	transition: all .3s ease-in-out;
	outline: none;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.settoggle input:checked + .setslider {
	background-color: var(--toggle-settings); /* Farbe bei aktiv */
	outline: none;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.settoggle input:focus + .setslider {
	background-color: pink;
	box-shadow: 0 0 1px #5a9900;
	outline: none;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.settoggle input:checked + .setslider:before {
	-webkit-transform: translateX(3.8em); /* Android 4 */
	-ms-transform: translateX(3.8em); /* IE9 */
	transform: translateX(3.8em);
	outline: none;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.setcontrol-dropstyle {
	width: 18%;
    min-width: 10em;
	height: 70%;
	border: 0px red solid;
	float: right;
	top: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #d4d4d4;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	text-decoration: none;
    text-align: right;
}

.setdropdown {
	width: 100%;
	height: 3em;
	border: 2px solid var(--filter-border);
	box-sizing: border-box;
    border-radius: 45px 45px 45px 45px;
/*	-webkit-box-shadow: 4px 4px 20px 40px rgba(0,0,0,0.79);  */
/*	-moz-box-shadow: 4px 4px 20px 4px rgba(0,0,0,0.79);  */
/*	box-shadow: 4px 4px 20px 4px rgba(0,0,0,0.79);  */
    background: #373737;
	min-width: 0em;
	max-width: 20em;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	display: flex;
	align-items: left;
	justify-content: left;
	padding: 0px 0px 0px 0px;
    margin: 0em 0em 0em 0em;
	position: relative;
	z-index: 50;
}

.setdropdown::before {
	font-family: "Font Awesome 5 Free";
	content: " \f150";
	font-weight: 300;
	font-size: 1.7em;
	position: absolute;
	z-index: 11;
	right: 15px;
	top: 10px;
	color: #ffffff;
	pointer-events: none;
}

.setdropdown select::-ms-expand {
	display: none;
}

.setdropdown select:focus::-ms-value {
	background-color: transparent;
}

.setdropdown-dropdown {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	outline: none;
	height: 100%;
    padding: 0px 0px 3px 15px;
	background: url(/img/misc/ffffff-0.png) repeat;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 1.1em;
}

.setdropdown select option {
	font-size: 1em;
	color: #000000;
	
}

.arrowdown-in-setdropdown {
	border: 0px solid;
	font-size: 1.3em;
	color: var(--filter-arrow);
}

.accchg {
	display: none;
	width: 90%;
	height: 11em;
	border: 0px green solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	color: #d4d4d4;
}

.accinput {
	border: 0px solid;
	width: 60%;
	min-width: 50em;
	max-width: 100em;
	height: 8em;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 15px;
    background: #373737;
    border-bottom: 3px solid var(--input-accent);
	margin-left: 0em;
	margin-right: auto;
	margin-top: 2em;	
}

.newinput-text-acc {
	display: block;
	margin: auto;
	margin-left: 1.3em;
	border: 0px white solid;
	height: 2em;
	width: calc(100% - 2.2em);
	min-width: 4em;
	padding-left: 0px;
	font-size: 3.7em;
	font-weight: 300;
	background: #373737;
	color: #ffffff;
	outline: none;
}

.newinput-text-acc:invalid,
.newinput-text-acc:-moz-submit-invalid,
.newinput-text-acc:-moz-ui-invalid
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.accsave {
	border: 0px solid;
	position: relative;
	width: 1.0em;
	height: 1em;
	float: right;
	font-size: 7em;
	margin-left: 1em;
	margin-top: -1em;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.accinfo {
	border: 0px solid;
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	display: none;
}

.accinfotext {
	border: 0px green solid;
	width: 100%;
	height: 2.5em;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 2.2em;
	color: #4ec94e;
}

/* --- Impressum/DSGVO --- */
.longtext-main {
	width: 80%;
	padding: 0 10% 0 10%;
	text-align: center;
	height: auto !important;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    border: 0px solid;
	font-size: 1.3em;
}

.longtext-main-login {
	width: 80%;
	padding: 0 10% 0 10%;
	text-align: center;
    display: flex;
	flex-direction: column;
	justify-content: center;
    border: 0px solid;
	font-size: 0.7em;
}

.backbutton {
	width: 1em;
	height: 1em;
	border: 0px solid;
	left: 0.5em;
	top: 0.5em;
	font-size: 5.5em;
	position: fixed;
	float: left;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.longtext-chapter {
	font-size: 1.3em;
	font-weight: bolder;
}

.longtext-contact {
	font-size: 1.2em;
	font-weight: bolder;
	color: #bababa;
}

.longtext-text {
	font-size: 1.2em;
	font-weight: bolder;
	color: #d6d6d6;
}
