@charset "utf-8";
/* CSS Document */

html, body {
	min-height: 100%;
}
html {
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	font-family: trade-gothic-next, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-style: normal;
	font-size: 16px;
	color: #444;
	background-color: #F7F7F7;
}

@media screen and (prefers-color-scheme: dark) {
	body {
		background-color: #111;
		color: #FFF;
	}
}

header, footer, section, div, span, ul, li, a, form, select, label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

h1, h2, h3, h4, h5 {
	font-weight: 600;
}

-webkit-input-placeholder {	color: #CCCCCC;		}
:-ms-input-placeholder { 		color: #CCCCCC;		}
::placeholder {					color: #CCCCCC;		}

@media screen and (prefers-color-scheme: dark) {
	::-webkit-input-placeholder {			color: #666;		}
	:-ms-input-placeholder { 				color: #666;		}
	::placeholder {							color: #666;		}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}

a {
	-webkit-transition: all 100ms cubic-bezier(0.8, 0, 0.3, 1) 0ms;
	transition: all 100ms cubic-bezier(0.8, 0, 0.3, 1) 0ms;
}







.kn3d_icon {
	display: inline-block;
	
	width: 13px;
	height: 13px;
	
	background-size: contain;
	
}
@media screen and (prefers-color-scheme: light) {	.kn3d_icon {	background-image: url(../sources/icons/kn3d_icon_444444.svg);	}	}
@media screen and (prefers-color-scheme: dark) {	.kn3d_icon {	background-image: url(../sources/icons/kn3d_icon_FFFFFF.svg);	}	}


#search .kn3d_icon {
	margin: 0 10px 0 0;
	vertical-align: -1px;
}






.action_button {
	display: inline-block;
	margin: 20px 0 0 0;
    padding: 10px 24px;

	border-radius: 50px;
    font-weight: lighter;
    background-color: #f1f1f1;
	transform: scale(1.00);
}

.action_button:hover {
 	background-color: #f4af00;
 	color: #FFFFFF;
	cursor: pointer;
}
@media screen and (prefers-color-scheme: dark) {
	.action_button {
		background-color: #2d2d2d;
	}
}















.alert_wrapper {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1000;
}
.touch .alert_wrapper {
	left: 0;
	z-index: 1000;
}
.no_touch .alert_wrapper {	top: 0;		}
.touch .alert_wrapper {		bottom: 0;	}


.alert_wrapper #a_head {		font-weight: 600;		}	
.alert_wrapper #a_text {}	



.alert {
	padding: 15px 30px;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all 200ms cubic-bezier(0.8, 0, 0.1, 1) 0ms;
	transition: all 200ms cubic-bezier(0.8, 0, 0.1, 1) 0ms;
}

.touch .alert {
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	font-size: 13px;
	-webkit-transition: all 200ms cubic-bezier(0.8, 0, 0.1, 1) 0ms;
	transition: all 200ms cubic-bezier(0.8, 0, 0.1, 1) 0ms;
	z-index: 1000;
}

.no-touch .alert {
	text-align: center;
}


.alert.out {	opacity: 0;		}
.alert.in {		opacity: 1;		}

.touch .alert.out {		transform: scale(1);			opacity: 0;		}
.touch .alert.in {		transform: scale(1);			opacity: 1;		}

@media screen and (prefers-color-scheme: light) {
	.alert {
		backdrop-filter: blur(8px) brightness(0.35);
		color: #fff;
	}
}

@media screen and (prefers-color-scheme: dark) {
	.alert {
		backdrop-filter: blur(12px) brightness(1.05);
		color: #fff;
	}
}

.in_pos {	transform: translateX(0px);		opacity: 1;	}
.out_r {	transform: translateX(40px);	opacity: 0;	}
.out_l {	transform: translateX(-40px);	opacity: 0;	}




.wiggle {
	-webkit-animation: wiggle 400ms ease-in-out 0ms 1;
	animation: wiggle 400ms ease-in-out 0ms 1;
}

@-webkit-keyframes wiggle {
	0% {	transform: translateX(0px);		}
	20% {	transform: translateX(-5px);	}
	40% {	transform: translateX(5px);		}
	60%	{	transform: translateX(-5px);	}
	80% {	transform: translateX(5px);		}
	100% {	transform: translateX(0px);		}}

/* Standard syntax */
@keyframes wiggle {
	0% {	transform: translateX(0px);		}
	20% {	transform: translateX(-5px);	}
	40% {	transform: translateX(5px);		}
	60%	{	transform: translateX(-5px);	}
	80% {	transform: translateX(5px);		}
	100% {	transform: translateX(0px);		}
}






























.user_check {
	position: absolute;
	left: calc(50% - 125px);
	top: 50%;
	width: 250px;
}


.user_check input {
    padding: 16px 20px;
    text-align: center;
    font-size: 20px;
    border: none;
    border-radius: 0px;
	outline: none;
}

@media screen and (prefers-color-scheme: dark) {
	input.user_reg {
		background-color: transparent;
		color: #FFF;
	}
}

.kn3d_logo {
	background-size: cover;
	background-position: center;
	background-image: url(https://knddev.jointhepool.de/sources/appicons/admin/icons-60.png);
	
	width: 50px;
    height: 50px;
    margin: 0 auto 30px;
    border-radius: 26px;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.05);
}





#new_user {
	width: 100%;
	max-width: 100%;
	z-index: 500;
}
.touch #new_user {
	padding: 60px 20px 20px 20px;
}

.no-touch #new_user {
	position: fixed;
	top: -webkit-calc(50% - 260px);
	left: -webkit-calc(50% - 250px);
	height: 520px;
	width: 500px;
	max-width: 500px;
	padding: 50px;
}


#new_user h2 {				font-size: 40px;	font-weight: 600; margin-top: 20px;	}
.no-touch #new_user h2 {	font-size: 50px;	}





.text_input_wrapper {
	display: none;
	position: relative;
	margin: 0 0 15px;
}





.liw {
	-webkit-transition: all 250ms cubic-bezier(0.8, 0, 0.3, 1) 0ms;
	transition: all 250ms cubic-bezier(0.8, 0, 0.3, 1) 0ms;
}
.liw input[type="text"],
.liw input[type="password"],
.liw input[type="email"] {
	position: relative;
	width: 100%;
	margin: 20px 0;
	padding: 10px 0 10px 0;
	
	border: none;
	border-radius: 0px;
	border-bottom: 2px solid #E8E8E8;
	outline: none;
	background-color: transparent;
	font-size: 17px;
	z-index: 2;
	
	box-shadow: none;
	
	-webkit-appearance: none;
	appearance: none;
}





.liw input.pin_part {
	width: 55px;
	margin: 20px 10px 20px 0px;
	
	font-size: 45px;
	text-align: center;
	
	border: 2px solid #E8E8E8;
	border-radius: 5px;
}
.liw input.pin_part:active {
	border-color: #555;
}
.liw input.pin_part:focus {
	border-color: #ccc;
}


@media screen and (prefers-color-scheme: dark) {
	.liw input[type="text"],
	.liw input[type="password"],
	.liw input[type="email"] {
		color: #FFFFFF;
		background-color: transparent;
		border-bottom: 2px solid #2D2D2D;
	}
	.liw input.pin_part {
		border: 2px solid #2D2D2D;
	}
}
.text_input_wrapper label {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}



.pin_wrapper img.loader {
	margin-left: 15px;
}



