@charset "utf-8";

body {
	color: #414042;
	margin: 0;
	padding: 0;
	font-family: noto-sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 100%;
	font-style: normal;
	overflow-y: scroll;
	letter-spacing: 0.037em;
	touch-action: manipulation;
}

/* BASIC */
header {
	height: 54px;
}
.hic_mum {
	top: 16px;
}
header, .hic_mum {
	transition: 0.25s;
}
header, .container {
	max-width: 100%;
}
.primary_bg { background-color: #1f232e; }
.primary_light { background-color: #d6d9e2; }
.primary_dark { background-color: #6A7380; }
.primary_deep { background-color: #2a3242; }
.primary_deeper { background-color: #262a36; }
.purple { background-color: #4e39ff; }
.purple_font { color: #4137d9 !important; }
/* /BASIC */

::-moz-selection { background: #c7ffc2; color: #222222; }
::selection { background: #c7ffc2; color: #222222; }
a,
a:visited,
a:active {
	text-decoration: inherit;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
.stop a.noline {
	display: table;
}
a.noline:hover {
	text-decoration: none;
}
.t {
	font-weight: 200 !important;
}
b, .bold {
	font-weight: 500 !important;
}
strong, .strong {
	font-weight: 600 !important;
}
img {
	width: 100%;
	height: auto;
}
.block {
	display: block;
}
h1, h2, h3 {
	padding: 0;
	letter-spacing: 0em;
	text-align: center
}
h1 {
	font-size: 3em;
	font-weight: 200;
	line-height: 1.1em;
	margin: 0 0 0.35em 0;
}
h2 {
	font-size: 1.60em;
	font-weight: 200;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	margin: 0 0 0.9em 0;
}
.h2_big {
	font-size: 2.2em;
}
h2:only-child {
	margin-bottom: 0;
}
h3 {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
	letter-spacing: 0.03em;
	text-align: left;
}
p, ul, ol {
	font-size: 0.8em;
	font-weight: 400;
	margin: 0 0 0.7em 0;
	line-height: 1.57em;
	letter-spacing: 0.02em;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}
ul {
	list-style-type: none;
}
ol.artol {
	list-style-position: inside;
}
ul.artul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.1em;
}
.nobr {
	white-space: nowrap;
}
.wrap {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.container {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}
.section {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
	margin: 0;
}
.padd_tobo {
	padding-top: 90px;
	padding-bottom: 90px;	
}
.padd_leri {
	padding-left: 80px;
	padding-right: 80px;
}
.top {
	height: 68vh;
	min-height: 400px;
}
header {
	position: fixed;
	width: inherit;
	top: 0;
	z-index: 999999;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.32);
	box-shadow: 0 0 8px rgba(0,0,0,0.32);
}
/*
header {
	-webkit-animation: move 1.15s;
			animation: move 1.15s;
}
@-webkit-keyframes move {
    0%   { opacity: 0; }
	45%  { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes move {
    0%   { opacity: 0; }
	45%  { opacity: 0; }
    100% { opacity: 1; }
}
*/
main {
	z-index: 1;
}
.main_full {
	height: calc(100vh - 54px);
	min-height: 700px;
}
.white {
	color: #FFFFFF !important;
}
nav {
	height: 100%;
	position: relative;
	float: right;
}
nav ul {
	position: relative;
	display: block;
    margin: 0;
    padding: 0;
	height: 34px;
	font-size: 1.05em;
}
nav li {
	display: inline-block;
	margin: 0;
	padding: 0 11px;
}
nav li:first-child {
	padding-left: 0px;
}
nav li:last-child {
	padding-right: 0px;
}
nav a, nav a:visited, nav a:active {
	line-height: 34px;
	font-size: 1em;
	padding: 0;
	transition: 0.25s ease;
	font-weight: 200;
	color: #FFFFFF;
	letter-spacing: 0.055em;
}
nav a:hover {
	color: #c7ffc2;
	transition: none;
	text-decoration: none;
}
.soc {
	height: 100%;
	position: relative;
	float: right;
	margin-left: 25px;
	display: flex;
}
.soc_box_in, .soc_svg {
	position: relative;
	float: left;
	width: 22px;
	height: 22px;
}
.soc_box {
	position: relative;
	height: 22px;
	margin-right: -4px;
}
.soc_box_in {
	margin-left: 15px;
}
.soc_svg {
	fill: #FFFFFF;
	transition: 0.15s;
}
.soc_svg:hover {
	fill: #FFFFFF;
}
.share_mum {
	padding-top: 14px;
	padding-bottom: 14px;
}
.share_box {
	position: relative;
	display: table;
}
.share {
	position: relative;
	float: left;
	margin: 0 8px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.share_icon {
	position: relative;
}
.share, .share_icon {
	width: 18px;
	height: 18px;
}
.share_icon {
	fill: #bcbdbf;
}
.share_icon:hover {
	fill: #7cddc1;
}
.hic_mum {
	display: none;
	position: relative;
	float: left;
	width: 17px;
	height: 21px;
	margin-right: 30px;
	cursor: pointer;
}
.hic_mum div {
	transition: 0.20s;
}
.hic_hamburger_bar {
	position: absolute;
	width: 17px;
	height: 1px;
	background-color: #FFFFFF;
}
.hic_hamburger_bar:nth-child(1) {
	top: 5px;
}
.hic_hamburger_bar:nth-child(2) {
	top: 10px;
}
.hic_hamburger_bar:nth-child(3) {
	top: 15px;
}
.hic_animate .hic_hamburger_bar:nth-child(3), .hic_animate .hic_hamburger_bar:nth-child(1) {
	top: 10px;
}
.hic_animate .hic_hamburger_bar:nth-child(2) {
	opacity: 0;
}
.hic_animate_scnd .hic_hamburger_bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hic_animate_scnd .hic_hamburger_bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hidemenu nav {
	position: absolute;
	padding-top: 50px;
	padding-bottom: 50px;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.9);
	display: none;
}
.hidemenu nav ul {
	height: auto;
	text-align: center;
	top: auto;
    -webkit-transform: none;
    transform: none;
	opacity: 0;
	transition: 0.25s;
}
.hidemenu nav li {
	padding: 25px 0;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.25); 
}
.hidemenu nav li:first-child {
	border-top: none; 
}
.hidemenu nav a {
	font-size: 2em;
}
.hidemenu .hic_hamburger {
	display: block;
}
.box_small, .box, .box_large, .box_huge, .box_tiny, .box_xsmall {
	width: 100%;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
	border-radius: 8px;
}
.box_tiny {
	max-width: 230px;
}
.box_xsmall {
	max-width: 360px;
}
.box_small {
	max-width: 540px;
}
.box {
	max-width: 740px;
}
.box_large {
	max-width: 1100px;
}
.box_huge {
	max-width: 1500px;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.clear {
	clear: both;
}
.border-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transformY {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.transformX {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.transformXY {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.spacer, .spacer_sm, .spacer_tiny, .top_spacer {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
}
.spacer {
	height: 35px;
}
.spacer_sm {
	height: 16px;
}
.spacer_tiny {
	height: 8px;
}
.top_spacer {
	height: 54px;
}
.overflow {
	overflow: hidden;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pe {
	pointer-events: none;
}
.hide {
	opacity: 0;
}
.preload {
	position: fixed;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: #2F3235; 
	opacity: 0;
	pointer-events: none;
    -webkit-animation: preload 0.4s;
            animation: preload 0.4s;		
}
@-webkit-keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	40%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
@keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	40%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
.logo {
	position: relative;
	float: left;
}
.logo_svg, .logo_icon_svg, .logo_sup_svg {
	fill: #FFFFFF;
	position: relative;
	display: block;
}
.logo_svg {
	width: 78px;
	height: 35px;
}
.logo_sup_svg {
	width: 78px;
	height: 42px;
}
.preload .logo_icon_svg {
	top: 50%;
	height: 50px;
	width: 50px;
	margin: -25px auto 0 auto;
	fill: rgba(255,255,255,0.4);
}
header .logo_svg {
	width: 64px;
	height: auto;
	fill: #FFF;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.sec_half {
	position: relative;
	float: left;
	width: 50%;
}
.no_margin {
	margin: 0 !important;
}
footer ul {
	font-size: 0.75em;
	font-weight: 300;
	line-height: 1.3em;
	color: rgba(255,255,255,0.9);
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
}
footer ul li {
	text-align: left;
	padding: 4px 0;
}
footer ul li a:hover {
	color: #FFFFFF;
}
address {
	font-style: normal;
}
.opp {
    opacity: 1 !important;
}
.dn {
	display: none;
}
.message_mum {
	position: fixed;
	bottom: 0;
	z-index: 99999999999;
	color: #FFFFFF;
	font-size: 0.81em;
	font-weight: 500;
	padding: 23px 18px;
	max-width: 100%;
	text-align: center;
	opacity: 0;
	width: 0px;
	height: 0px;
	pointer-events: none;
	border-top: 1px solid rgba(0,0,0,0.2);
    -webkit-animation: msg 6.7s;
            animation: msg 6.7s;
}
@-webkit-keyframes msg {
    0%   { opacity: 1; display: block; width: 100%; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: 100%; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
@keyframes msg {
    0%   { opacity: 1; display: block; width: 100%; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: 100%; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
.error {
	background-color: #c75c6f;
}
.success {
	background-color: #85c780;
	color: black;
}
.map {
	height: 400px;
}
.maps_info {
	color: #444444;
	font-size: 0.9em;
}
.sumsy_mode_mum {
	position: fixed;
	left: -15px;
	top: 50%;
	margin-top: -22px;
	width: 28px;
	height: 44px;
	background-color: #404751;
	border-radius: 0 5px 5px 0;
	transition: 0.05s linear;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	z-index: 1;
}
.sumsy_mode_mum:hover {
	background-color: #282E36;
	left: -10px;
}
.sumsy_mode_mum svg {
	fill: #FFFFFF;
	width: 28px;
	height: 44px;
}
.sumsy_mode_mum circle {
	opacity: 0.20;
}
.sumsy_iframe {
	position: fixed;
	top: 0;
	right: -100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	z-index: 999;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.sumsy_blur {
    opacity: 0.4;
	filter: blur(2px) grayscale(100%);
}
.sumsy_blur .container {
	pointer-events: none;
}

.soft {
	color: #6A7380;
	font-size: 0.69em !important;
	letter-spacing: 0.034em;
}
.red {
	color: #ff9a9a !important;
}
.font_split {
	position: relative;
	margin: 0 4px;
}
.font_split:after {
	content: "·";
	font-weight: 600;
}

.fullscreen_msg {
	height: 100vh;
	z-index: 999999999999;
	position: fixed;
}
.fullscreen_msg p {
	font-size: 0.92em;
}

input, textarea, button, select {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	color: #5B5B60;
	float: left;
	font-family: noto-sans, sans-serif;
	font-size: 0.81em;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	outline: 0 none;
	margin: 5px 0;
	padding: 0 9px;
	border: 1px solid transparent;
	border-radius: 5px;
	text-align: center;
	transition: 0.15s;
	background-color: rgba(255,255,255,0.48);
	-webkit-box-shadow: 0px 0 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0 6px rgba(0,0,0,0.05);
}
input[type=checkbox] {
	-webkit-appearance: checkbox !important;
	appearance: checkbox !important;
	width: 15px;
	height: 15px;
}
input[type=checkbox]:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
textarea {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	resize: none;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.3);
	background-color: transparent;
	color: #FFF;
	height: 35px;
	min-height: 35px;
	line-height: 1.54em;
	overflow: hidden;
}
 textarea:focus {
	outline: 0 none;
	border-color: #7b82a5 !important;
	color: #c7ffc2;
	background-color: transparent;
	-webkit-box-shadow: 0px 0 18px rgba(255,255,255,0.10);
	box-shadow: 0px 0 18px rgba(255,255,255,0.02);
	z-index: 1;
}
::-ms-clear {
	display: none;
}
input:focus:not([type=submit]) {
	color: #414042;
	outline: 0 none;
	border: 1px solid rgba(0,0,0,0.19);
	background-color: rgba(255,255,255,0.57);
	-webkit-box-shadow: 0px 0 18px rgba(255,255,255,0.50);
	box-shadow: 0px 0 18px rgba(255,255,255,0.50);
	z-index: 1;
}







input[type=submit], button {
	font-weight: 600;
	color: #FFF;
}
input[type=submit]:hover, button:hover {
    background-color: #3c4fa7;
    cursor: pointer;
    outline: 0 none;
	color: #FFFFFF;
}
input[type=submit]:active, button:active {
	background-color: #757f8c;
	cursor: pointer;
	color: #FFFFFF !important;
	outline: 0 none;
	transition: none;
}
input[type=submit]:disabled, button:disabled, .disabled {
	background-color: #A6A9AF;
	color: #4E4E4E;
	pointer-events: none;
}
button.blue {
	color: #677080;
}
button.blue:hover {
	background-color: #F3F6FB;
}


::-webkit-input-placeholder {
	color: rgba(60,60,60,0.48);
	transition: 0.15s;
	font-weight: 500;
}
::-moz-placeholder {  
	color: rgba(60,60,60,0.48);
	transition: 0.15s;
	font-weight: 500;
}
:-ms-input-placeholder {  
	color: rgba(60,60,60,0.48); 
	transition: 0.15s;
	font-weight: 500;
}
.ms_table_filter::-webkit-input-placeholder {
	color: rgba(255,255,255,0.38);
	font-weight: 400;
}
.ms_table_filter::-moz-placeholder {  
	color: rgba(255,255,255,0.38);
	font-weight: 400;
}
.ms_table_filter:-ms-input-placeholder {  
	color: rgba(255,255,255,0.38);
	font-weight: 400;
}
input:focus::-webkit-input-placeholder {
	color: rgba(60,60,60,0.18); 
}
input:focus::-moz-placeholder {
	color: rgba(60,60,60,0.18); 
}
input:focus:-ms-input-placeholder {
	color: rgba(60,60,60,0.18);
}



.container_380 {
	position: relative;
	width: 100%;
	max-width: 380px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 5px 30px 0px rgba(0,0,0,0.4);
	box-shadow: 0 5px 30px 0px rgba(0,0,0,0.4);
}
.start_container {
	margin: 0 auto;
	padding: 77px 5px;
	width: 87%;
}
.std_container {
	margin: 50px auto;
	padding: 60px 0 57px 0;
	width: 87%;
}
.containter_desc {
	position: absolute;
	width: 100%;
	top: -10px;
	left: 0;
	padding-left: 18px; 
	border-radius: 5px 5px 2px 2px;
	height: 21px;
}
.containter_desc span {
	position: relative;
	display: block;
	line-height: 21px;
	color: rgba(255,255,255,0.85);
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.15em;
}
.containter_icon {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	right: -22px;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.28);
	box-shadow: 0 0 9px rgba(0,0,0,0.28);
}
.containter_icon svg {
	width: 60px;
	height: 60px;
	fill: none;
	stroke: #c7ffc2;
	stroke-width: 1.5;
	stroke-miterlimit: 10;
}

.start_container .logo_sup_svg {
	width: 100px;
	height: auto;
	margin: 0 auto 35px auto;
	fill: #3a404c;
}
.logo_sup_biorder {
	fill: #FFF;
}
.start_container .soft {
	margin: 45px 0 0 0;
}
.std_form, .form_container {
	position: relative;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}

.alert {
	position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff7373;
	bottom: 6px;
    right: 25%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.alert:after {
	content: "1";
	position: absolute;
	font-size: 0.5em;
	color: #FFFFFF;
	width: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 12px;
	left: 0;
	top: 0;
}









.user_ia {
	-webkit-transform: translateX(-60px) translateY(-54%);
	transform: translateX(-60px) translateY(-54%);
	top: 50%;
	border-radius: 0 !important;
}
.user_ia_icon_mum {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
}
.user_ia_icon_mum svg {
	position: relative;
	display: block;
	fill: none;
	stroke-width: 1.5;
	stroke-miterlimit: 10;
	width: 60px;
	height: 60px;
	stroke: #9C9C9C;
}
.user_ia_icon_mum.hl svg {
	stroke: #c7ffc2;
}
.user_ia_icon_mum:hover svg {
	stroke: #FFF;
	cursor: pointer;
}
.user_ia .container_380 {
	position: absolute;
	padding: 24px 5px;
	right: 0;
	margin-bottom: 100px;
}
.user_ia .container_380 .arr {
	position: absolute;
	left: -3px;
	top: 44px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.user_ia_section {
	position: relative;
	float: left;
	width: 100%;
}
.user_ia_name {
	position: absolute;
	right: 0;
	width: 380px;
	color: rgba(255,255,255,0.8);
	padding: 0 7.8%;
}
.user_ia_details {
	padding: 0 10%;
}
.user_ia_details li {
	padding: 12px 5%;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.user_ia_details li:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.user_ia_name_in {
	padding: 0 10%;
	height: 100px;
}
.user_ia_name_in h2 {
	color: #383f4a;
	padding: 6px 0;
}
.user_ia_icon_mum span {
	position: absolute;
    bottom: 31px;
    left: 0;
    width: 100%;
    color: #FFF;
    line-height: 1.2em;
}
.user_ia_section.active .container_380 {
	z-index: 1;
}

.user_ia_icon_circle {
	position: relative;
	float: right;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}











@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
}
.topmove {
    -webkit-animation: topmove 0.6s ease forwards;
            animation: topmove 0.6s ease forwards;
}
@-webkit-keyframes topmove {
    0% 	 { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
    100% { opacity: 1; -webkit-transform: translateY(0%); transform: translateY(0%); }
}
@keyframes topmove {
    0% 	 { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
    100% { opacity: 1; -webkit-transform: translateY(0%); transform: translateY(0%); }
}
.oppa {
    -webkit-animation: oppa 1.6s;
            animation: oppa 1.6s;		
}
@-webkit-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.paused {
	pointer-events: none;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;		
}
.running {
    -webkit-animation-play-state: running;
            animation-play-state: running;		
}




.icons_mum {
	position: fixed;
	top: 27px;
	right: 0;
	z-index: 999999;
	width: 265px;
}
.icon_mum {
	position: relative;
	float: left;
	width: 25%;
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.08);
}
.icons_mum a:first-child .icon_mum {
	border-left: 1px solid rgba(255,255,255,0.08);
}
.icon {
	position: relative;
	display: block; 
	margin: 0 auto;
	width: 48px;
	height: 35px;
	fill: none;
	stroke: #a7adb7;
	stroke-width: 1.15;
	stroke-miterlimit: 10;
}
.stats_container .icon {
    width: 56px;
    height: 45px;
}
.icon_mum:hover .icon {
	stroke: #FFFFFF;
}
.icon.active {
	stroke: #c7ffc2 !important;
	/*stroke: #ffeebb;*/
}



.autocomplete-suggestions {
	position: relative;
	background: #262b35;
	overflow: auto;
	color: rgba(255,255,255,0.5);
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 30px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 30px;
	z-index: 9999999999999999999999 !important;
}
.autocomplete-suggestion {
    font-size: 0.81em;
    font-weight: 400;
	padding: 10px 9px;
	line-height: 1.3em;
	cursor: pointer;
	border-top: 1px solid #3c4048;
}
.autocomplete-suggestion:first-child {
	border-top: none;
}
.autocomplete-selected {
	background: #3c4048;
}
.autocomplete-suggestions strong {
	font-weight: 400 !important;
	color: #c7ffc2;
}




.form_row {
	padding: 15px 0;
	border-bottom: 1px dashed #C4C4C4;
}
.form_row:last-child {
	border-bottom: none;
}
.form_row_one {
	height: 30px;
	border-radius: 8px; 
}
.form_row_one.primary_super {
	height: 60px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.04);
	box-shadow: 0 0 8px rgba(0,0,0,0.04);
}
.form_row_one.primary_super:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.09);
	box-shadow: 0 0 8px rgba(0,0,0,0.09);
	background-color: rgba(255,255,255,0.70);
}
.form_row_one.primary_deep {
	height: auto;
	padding: 7px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 14px 14px 3px 3px;
	background-image: URL(/_gfx/pattern_hatch.svg);
    background-size: 4px;
}
.form_row_one.primary_deep .row_desc, .form_row_one.primary_bg .row_desc, .form_row_one.primary_deeper .row_desc {
	max-width: none;
	display: block;
	float: none;
	text-align: center !important;
	font-weight: 500;
	color: #FFFFFF;
}
.row_padding {
	padding: 0 20px;
}
.form_row.no_border {
	border: none !important;
}
.row_desc {
	position: relative;
	float: left;
	display: block;
	max-width: calc(100% - 145px); 
	font-size: 0.8em;
	line-height: 1.3em;
}
.row_desc li:first-child {
	font-weight: 600;
}
.row_desc li:nth-child(2) {
	font-size: 0.79em;
	opacity: 0.5;
}
.form_row_spec:before {
	content: "";
	position: relative;
	float: left;
	width: 100%;
	height: 15px;
	opacity: 0.5;
}
.form_row_spec.frsstd:before {
	height: 0 !important;
}
.form_row_spec .section {
	opacity: 0;
	transition: 0.4s;
	margin: 4px 0;
	border-left: 1px dashed #C4C4C4;
	height: 35px;
}
.faded {
	opacity: 1 !important;
}
.form_row_spec.frsstd .section {
	opacity: 1;
	transition: none;
	border-left: inherit;
}
.form_row_spec_desc {
	position: relative;
	float: right;
	width: calc(100% - 135px);
	padding: 0 2.5% 0 5px;
	text-align: right;
	font-size: 0.7em;
	font-weight: 500;
	color: #292929;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}




.white {
	color: white !important;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[class=numbswitch] {
	user-select: none;
	-moz-appearance: textfield;
}
.quantity {
	position: relative;
	float: right;
	width: 135px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 37px; 
}
.quantity input {
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.quantity input:focus {
	border-color: transparent;
}
.quantity span {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	width: 38px;
	z-index: 10;
	border-radius: 5px;
	text-align: center;
	background-color: #f1f3f7;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.06);
    box-shadow: 0 0 3px rgba(0,0,0,0.06);
  -webkit-touch-callout: none;
	-webkit-user-select: none;
			user-select: none;
}
.quantity span:hover {
	background-color: #FFFFFF;
	cursor: pointer;
}
.quantity span.dec {
	left: 0;
	border-radius: 6px 0 0 6px;
}
.quantity span.inc {
	right: 0;
	border-radius: 0 6px 6px 0;
}
.quantity, .quantity span, .quantity input {
	height: 35px;
	line-height: 35px;
}





.edit14 {
	position: relative;
	float: left;
	fill: none;
	stroke: #bdbdbd;
	stroke-width: 0.9;
	stroke-miterlimit: 10;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 2px 8px 0 0;
}
.edit14.edit_true {
	stroke: #7d6698;
}
.edit14.active_gt {
	stroke: #c34363;
}
.edit14.active_gt circle {
	-webkit-animation: oppa 0.6s alternate infinite;
			animation: oppa 0.6s alternate infinite;	
}
.edit_right {
	position: relative;
	float: left;
	width: 22px;
}
.edit_right .edit14 {
	margin: 2px 0 0 0;
	float: right;
	stroke: #7d6698;
}
.cat_section .confirm_row:hover .edit14 {
	stroke: #d22e5e;
}
.edit14.reset {
	float: right;
	margin-right: 0;
}
.edit14.reset:hover {
	stroke: #c34363;
}
.reset_mum {
	padding: 18px 0 5px 0;
}

/*
select {
	color: #18273a;
	height: 30px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.14);
}
*/
label {
    position: relative;
    float: right;
    display: inline-block;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    color: #4137d9;
    margin: 0.2em 0 -1.5em 0;
    border: 1px solid;
    border-radius: 3px;
    padding: 0 0.5em;
    background-color: #dbddee;
	z-index: 999;
}
select {
	color: #18273a;
	background-color: rgba(255,255,255,0.4);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	text-align: left;
}
select:hover {
	background-color: rgba(255,255,255,0.65);
}


select.red {
	font-weight: 400;
}
select:hover {
	cursor: pointer;
}
option {
	color: #18273a;
}
.select_mum {
	height: 47px !important;
	margin: 0 !important;
}
.select_mum:after {
	content: '+';
	color: #737373;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 47px;
	line-height: 47px;
	pointer-events: none;
	text-align: center;
	margin-right: 20px;
}






.confirm_sheet {
	padding: 30px 50px;
}
.confirm_sheet_row1 {
	border-bottom: 3px double #B5C0CC;
	padding: 10px 0 6px 0;
	margin-bottom: 6px;
}
.confirm_sheet li, .confirm_sheet p, .confirm_sheet .confirm_amount {
	font-size: 0.939em;
}
.confirm_sheet span {
	font-size: 0.84em;
}
.confirm_row {
	color: #FFF;
	height: 50px;
	margin: 6px 0;
}
.confirm_row:after {
    content: "";
    position: relative;
    width: 100%;
    float: left;
    height: 1px;
    top: 5px;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.confirm_row:last-child:after {
	display: none;
}
.confirm_row_pic {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 17px;
	background-color: rgba(255,255,255,0.1);
}
.confirm_desc {
	position: relative;
	float: left;
	line-height: 1.3em;
	width: calc(100% - 50px - 17px - 60px);
}
.confirm_amount {
	position: relative;
	float: right;
	text-align: right;
	width: 60px;
	line-height: 50px;
}


.center_button {
	width: 100%;
    max-width: 260px;
    margin: 0 auto;
    float: none;
}



.logo_st0 { fill: #559833; }
.logo_st1 { fill: #92C01F; }
.logo_st2 { opacity: 0.85; fill: #FFFFFF; enable-background:new; }
.logo_st3 { fill: #FFFFFF; }
.logo_st4 { opacity:0.39; fill: #FFFFFF; }
.login .logo_st3 { fill: #202830; }


.pad {
	position: relative;
	cursor: crosshair;
	-ms-touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 0 auto;
	display: block;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.pad_reg {
	cursor: default;
	outline: none;
	background-color: transparent !important;
}
.sig_mum {
	padding: 10px 0;
	border-radius: 8px;
}
.pad_actions {
	margin-top: -20px;
	margin-bottom: 14px;
}
.clearButton {
    position: absolute;
    z-index: 10;
    color: #ff8298;
    padding: 2px 10px;
    background-color: rgb(43, 48, 56);
    cursor: pointer;
    border-radius: 0 0 5px 0;
}
.activate, .activate div {
	height: 25px;
}
.activate {
	position: relative;
	float: right;
	width: 50px;
	transition: 1.2s;
	background-color: #464f5d;
	border: 3px solid #464f5d;
	border-radius: 60px;
	cursor: pointer;
}
.activate div {
	position: absolute;
	width: 25px;
	transition: 0.3s;
	border-radius: 50%;
	background-color: rgba(237, 244, 255, 0.68);
	left: 0;
}
.activate.act_on {
	background-color: #8f96a0;
    border-color: #8f96a0;
}
.activate.act_on div {
    left: 25px;
    background-color: #FFF;
}
.sign_icon {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	stroke-width: 1.5;
	stroke: rgba(255,255,255,0.2);
	stroke-miterlimit: 10;
	fill: none;
}
.sign_icon circle {
	stroke: #c7ffc2;
}

.sign_overlay {
	border-radius: 38px;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.15); 
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15); 
}

.hltext {
	padding: 0 8px;
	border-radius: 3px;
}

.back_contain {
	padding-top: 20px;
}
.back_mum {
	position: relative;
	float: left;
	height: 17px;
	width: auto;
}
.back_mum:hover .back_circle {
	border-color: rgba(255,255,255,0.5) !important;
}
.back_circle {
	position: relative;
	float: left;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 2px solid #494A4B;
}

.primary_bg .back_circle {
	border: 2px solid #FFF;
}
.primary_bg .back_circle:before {
	border-color: #FFF;
}

.back_circle:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	top: 4px;
	border-top: 1px solid #494A4B;
	border-left: 1px solid #494A4B;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    left: 5px;
}
.back_circle:after {
	content: "zurück";
	position: relative;
	text-transform: uppercase;
	text-transform: none;
	float: left;
	font-size: 0.8em;
	line-height: 14px;
	padding-left: 26px;
	font-weight: 500;
}
.back_circle.gt_abbruch:before {
	width: 5px;
	height: 1px;
	top: 6px;
	left: 4px;
	border-left: none !important;
	border-color: #ffb3b3 !important;
	-webkit-transform: none;
	transform: none;
    
}
.back_circle.gt_abbruch:after {
	content: "abbrechen";
}
.user_ia_icon_circle .alert {
    right: 27%;
	bottom: 26%;
}
.primary_dark.back_contain .back_circle {
	border: 2px solid #FFF;
}
.primary_dark.back_contain .back_circle:before {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}



.green_hl {
	background-color: #c7ffc2;
	padding: 0 8px;
	border-radius: 2px;
}
.green {
	color: #c7ffc2 !important;
}
.green_bg {
	background-color: #c7ffc2 !important;
}
.red_bg {
	background-color: #FFCABE;
}
.grey_bg {
	background-color: #B3B3B3;
}
.stroke_green {
	stroke: #c7ffc2;
}
.stroke_redbright {
	stroke: #FFCABE;
}
.stroke_red {
	stroke: #d44747;
}
.stroke_white {
	stroke: #FFF;
}
.stroke_grey {
	stroke: rgba(255,255,255,0.4);
}
.stroke_dark {
	stroke: #687484;
}
.app_start_mum {
	position: relative;
	float: left;
	width: 50%;
}
.app_start_circle {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #9ca7b7;
	background-color: transparent;
}

.explode:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: explode 3s infinite;
			animation: explode 3s infinite;
}
@-webkit-keyframes explode {
    0% { box-shadow: 0 0 0 0px rgba(255,255,255,0.4); }
    70%   { box-shadow: 0 0 0 50px rgba(255,255,255,0); }
}
@keyframes explode {
    0% { box-shadow: 0 0 0 0px rgba(255,255,255,0.4); }
    70%   { box-shadow: 0 0 0 50px rgba(255,255,255,0); }
}

.app_start_circle svg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke-width: 1.9;
	stroke-miterlimit: 10;
}
.app_start_desc {
    font-size: 0.75em;
    margin-top: 3px; 
}
.app_start_circle:hover {
	background-color: #46505F;
}



.p_cat1_select_mum {
	width: calc(100% + 10px);
    margin: 0 -5px;
}
.p_cat1_select {
    position: relative;
    float: left;
    text-align: center;
	padding: 5px;
}
.p_cat1_select .section.primary_super {
	padding: 20px 5px;
	color: #383f4a;
	font-size: 0.7em;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.06);
	box-shadow: 0 0 4px rgba(0,0,0,0.06);
}
.p_cat1_select_active {
	background-color: #555e6b;
	color: #c7ffc2 !important;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.10) !important;
	box-shadow: 0 0 6px rgba(0,0,0,0.10) !important;
}
.hidecat1 {
	position: absolute;
	display: none;
}


.et_pos_mum {
	font-size: 114%;
	padding-top: 50px;
	padding-bottom: 64px;
}
.et_pos_mum.epm_stick {
	position: absolute;
	top: 91px;
	background-color: #383f4a;
}
.et_pos_mum.epm_stick:before {
	content: "";
	background-color: #383f4a;
	position: absolute;
	left: 0;
	top: -40px;
	height: 100%;
	width: 100%;
}


.et_pos_icon svg {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 1.5;
	stroke-miterlimit: 10;
	margin-bottom: 11px;
}
.et_pos_desc {
	line-height: 1.4em;
}
.et_pos_desc li:first-child {
	font-size: 1.05em;
}
.et_pos_desc li:last-child {
	font-size: 0.70em;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.cat_section {
	margin-bottom: 10px;
}
.cat_section:last-child {
	margin-bottom: 0px;
}
.change_amount_trigger:hover {
	cursor: pointer;
}
.change_amount .quantity {
	width: 100%;
}
.change_amount {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px;
    background-color: #d7dae0;
    max-width: 170px;
    float: right;
    border-radius: 6px;
}
.section.change_amount:before {
    content: "";
    position: absolute;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background: #d7dae0;
    top: -3px;
    right: 22px;
}
.change_amount .quantity {
	float: none;
	margin: 0 auto;
}








.ms_table {
	overflow-y: hidden;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.ms_table_row {
	min-width: 1102px;
	font-size: 0.73em;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ms_table_row.agenda {
	font-weight: 500;
	color: #c7ffc2;
	background-color: #2c323a;
	border-bottom: none;
}
.ms_table_row.agenda div {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ms_table_row.agenda div:hover {
	cursor: pointer;
}
.ms_table_row.agenda div.is-checked, .ms_table_row.agenda div:hover {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.22);
	box-shadow: 0 0 20px rgba(0,0,0,0.22);
	z-index: 1;
}
.ms_table_row.agenda div:hover {
	background-color: rgba(0,0,0,0.2);
}
.ms_table_row.agenda div.is-checked {
	background-color: rgba(255,255,255,0.01);
}
.ms_table_row div {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 14px;
}
.ms_table_row div:nth-child(1) {
	width: 17%;
	min-width: 160px;
}
.ms_table_row div:nth-child(2) {
	width: 21%;
	min-width: 175px;
}
.ms_table_row div:nth-child(3) {
	width: 12%;
	min-width: 120px;
}
.ms_table_row div:nth-child(4),
.ms_table_row div:nth-child(5),
.ms_table_row div:nth-child(6),
.ms_table_row div:nth-child(7),
.ms_table_row div:nth-child(8) {
	text-align: right;
	width: 10%;
	min-width: 110px;
}
a.ms_table_row:hover {
	background-color: rgba(255,255,255,0.02);
}
div.ms_table_row {
	color: rgba(255,255,255,0.5);
}
#show_allmembers {
	height: 30px;
	font-size: 0.67em;
	line-height: 30px;
	cursor: pointer;
	display: inline-block;
}
#show_allmembers input {
	margin: 0;
	margin-left: 8px;
	top: 8px;
	pointer-events: none;
}
.ms_table_options {
	line-height: 30px;
	margin-bottom: 20px;
}
.ms_table_filter {
	height: 30px;
	width: 200px;
	margin: 0;
	border: 1px solid rgba(255,255,255,0.1);
	color: #c7ffc2 !important;
	background-color: transparent !important;
}
.ms_table_filter:focus {
	border-color: #c7ffc2 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.table_search {
	position: relative;
	float: left;
	display: block;
	width: 17px;
	height: 30px;
	margin-left: 12px;
	fill: none;
	stroke: #FFF;
	stroke-miterlimit: 10;
}








.stop_back {
	transition: 0.15s;
}
.stop_bactive {
	background-color: rgba(255,255,255,0.035);
}
.stop_mum {
	padding-top: 25px;
	padding-bottom: 25px;
}
.stop_trigger {
	cursor: pointer;
}
.stop_trigger:hover .stop_icon, .stop_bactive .stop_icon, .stop_header:hover .stop_icon, .stop_header.active .stop_icon {
	background-color: #252933;
	-webkit-box-shadow: 0 0 0 7px #555961;
	box-shadow: 0 0 0 7px #555961;
}
.stop_mum:before {
	content: "";
	position: absolute;
	left: 0;
	margin-left: 39px;
	height: 100%;
	border-right: 1px dashed rgba(255,255,255,0.15);
}
.stop_back:last-child .stop_mum:before {
	height: 40px;
}
.stop_trigger, .stop_header, .stop_icon {
	height: 80px;
}
.stop_header {
	cursor: pointer;
}
.stop_icon {
	width: 80px;
}
.stop_desc, .stop_details {
	position: relative;
	float: right;
	width: calc(100% - 80px);
	padding-left: 30px;
}
.stop_icon {
	position: relative;
	float: left;
	background-color: #303640;
	border-radius: 50%;
	transition: 0.25s;
}
.stop_icon svg {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.stop_hastimestamp .stop_icon svg {
	fill: #40464f !important;
}
.stop_hastimestamp .stop_desc {
	opacity: 0.4;
}
.stop_sub {
    opacity: 0.7;
}
.stop_sub, .stop_details p {
    font-size: 0.70em;
    font-weight: 300;
    letter-spacing: 0.06em;
}
.stop_details {
	padding-top: 7px;
	padding-bottom: 16px;
}
.stop_details_contain {
}
.stop_actions {
	margin-left: -5px;
}
.stop_action {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0;
    width: 144px;
    height: 38px;
    line-height: 34px;
    border-radius: 8px;
    background-color: #363c4a;
    transition: 0.15s;
    cursor: pointer;
}
.stop_action:hover {
	/*background-color: #333a48;*/
	-webkit-box-shadow: 0 0 20px 0px rgb(0 0 0 / 50%);
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 50%);
    z-index: 1;
}
.stop_action.active {
	background-color: #4d5360;
}
.stop_action:last-child {
	margin-bottom: 5px;
}
.stop_action svg {
    position: relative;
    display: block;
	float: left;
    width: 38px;
    height: 38px;
	fill: none;
    stroke-width: 1.8;
    stroke-miterlimit: 10;
}
.stop_action span {
	font-size: 0.6em;
	letter-spacing: 0.06em;
	font-weight: 400;
}
.stop_timestamp {
	position: absolute;
    width: 38px;
    left: 50%;
    margin-left: -19px;
    bottom: -8px;
    background-color: #252933;
    border-radius: 3px;
    text-align: center;
    font-size: 0.52em;
    font-weight: 400;
    padding: 2px 0 2px 1px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.stop_hint:first-child {
	margin-top: 20px;
}
.stop_hint:nth-child(2) {
	margin-top: 12px;
}
textarea.stop_comment_textarea {
    border-color: rgba(255,255,255,0.15);
    overflow: auto;
    height: 90px;
	margin: 5px 0;
}



.addstop_overlay, .addlkw_overlay, .addlg_overlay, .addkm_overlay {
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(43,48,58,0.86);
	z-index: 1;
}
.blur {
	-webkit-filter: blur(7px);
	filter: blur(7px);
}
.desat {
	opacity: 0.4;
}

.add_stop_choose {
	border-radius: 5px;
	width: 90%;
	max-width: 300px;
	margin: 5px auto 22px auto;
}
.add_stop_choose div {
	position: relative;
	float: left;
	width: 33.33333%;
	background-color: #8c94a0;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: rgba(255,255,255,0.5);
	font-weight: 400;
	font-size: 0.63em;
	cursor: pointer;
	transition: 0.25s; 
}
.asc_active {
    background-color: #6e7786 !important;
	color: #FFF !important;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.75);
    box-shadow: 0 0 13px rgba(0,0,0,0.75);
    z-index: 1;
	cursor: default !important;
}
.add_stop_choose div:not(.asc_active):hover {
	background-color: #818994 !important;
}



.lg_tile_contain {
	margin: -8px;
	width: calc(100% + 16px);
}
.lg_tile_mum {
	padding: 8px;
}
.lg_tile_in {
	border-radius: 5px;
}
.lg_pic {
	cursor: pointer;
	background-color: #2B3039;
	z-index: 1;
	-webkit-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
}
.lg_pic, .lg_spacer {
	padding-bottom: 66.6667%;
}
.lg_reamount {
	position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    line-height: 1.7em;
    padding: 0 8px 0 10px;
    font-size: 0.80em;
    letter-spacing: -0.02em;
    border-radius: 4px 0 0 10px;
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}
.lg_desc {
    text-align: center;
    background-color: #252A33;
	background-color: #383f4a;
    color: #FFFFFF;
    font-size: 0.72em;
    font-weight: 400;
    padding: 0 3px;
    line-height: 23px;
    height: 23px;
	z-index: -1;
}
.lg_spacer {
	margin-bottom: 23px;
}
.lg_quant_cont {
	margin-top: -23px;
}
.lg_quant_cont .section {
	padding: 16px 0;
}
.lg_full .quantity:before {
    content: "volle Kisten";
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.6em;
    background-color: #969ca7;
    color: #FFF;
    border-radius: 4px 4px 0 0;
    font-size: 0.65em;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    padding-bottom: 15px;
}
.lg_full {
	margin-top: -5px;
}
.lg_full input {
    background-color: #eaebf0;
}
.lg_full input:focus {
	background-color: #E7E9EE;
}
.lg_quant_form input[type=submit] {
	margin: 0;
	border-radius: 0;
	background-color: #444d5a;
}
.lg_quant_form input[type=submit]:hover {
	background-color: #717B89;
}
.lg_quant_form input[type=submit]:disabled {
	background-color: #A6A9AF;
	color: #4E4E4E;
	pointer-events: none;
}


.addlg_pic {
	top: 12px;
	padding-bottom: 56.25%;
}
.addlg_pic_overlay {
	top: 1px;
	background: -moz-linear-gradient(top,  rgba(214,217,226,0) 0%, rgba(214,217,226,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(214,217,226,0) 0%,rgba(214,217,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(214,217,226,0) 0%,rgba(214,217,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6d9e2', endColorstr='#d6d9e2',GradientType=0 );
}

.disable_dec {
	pointer-events: none;
    background-color: #eaebf0 !important;
    color: rgba(0,0,0,0.35);
}
/*
.komm {
    color: #000;
    padding: 0 4px;
    border-radius: 4px;
    top: -1px;
    position: relative;
    font-size: 0.75em;
    box-shadow: 0 0 4px #000000;
    background-color: #aee4a9;
}
*/
.komm {
	color: #c5ffbf;
}

.colli_container {
    display: flex;
	flex-wrap: wrap;
    /*background-color: #363A43;*/
	padding: 6px 0;
    margin-left: -2px;
    border-radius: 8px;
	clear: both;
}
.colli {
	position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    background-size: contain;
	margin: 2px;
}
.colli span {
    position: absolute;
    background: #272b35;
    color: #ffffff;
    bottom: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
	letter-spacing: 0;
}
.colli span.hl {
	color: #90ffdb;
}






.sec_left .lg_tile_in.active {
    -webkit-box-shadow: -20px 0px 0 0 #8b89ff;
	box-shadow: -20px 0px 0 0 #8b89ff;
}
.sec_right .lg_tile_in.active {
    -webkit-box-shadow: 20px 0px 0 0 #8b89ff;
	box-shadow: 20px 0px 0 0 #8b89ff;
}



.lg_small .et_pos_mum {
	display: none;
}
.lg_small .back_contain {
	padding-bottom: 35px;
	padding-bottom: 20px;
	background-color: transparent !important;
}
.lg_small main {
	padding-top: 0 !important;
}
.lg_small .back_circle:after {
	color: #c7ffc2;
	white-space: nowrap;
}


@media all and (display-mode: standalone) {
body {
	min-height: 100vh;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.icons_mum {
    bottom: 0;
    width: 100% !important;
    left: 0;
    top: auto;
	right: auto;
    -webkit-transform: none;
    transform: none;
	padding: 6px 0 !important;
	margin-bottom: constant(safe-area-inset-bottom);
	margin-bottom: env(safe-area-inset-bottom);
}
.icon {
	width: 48px !important;
}
.icon_mum {
	border: none !important;
}
.hic_mum {
	float: right;
	margin-right: 0 !important;
}
header {
	position: fixed;
	top: constant(safe-area-inset-top);
	top: env(safe-area-inset-top);
}
header:before, .icons_mum:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #2a3242;
	left: 0;
}
header:before {
	top: -100%;
}
.container {
	padding-bottom: calc(47px + constant(safe-area-inset-bottom));	
}
body:not(.login) .wrap {
	margin-bottom: calc(47px + env(safe-area-inset-bottom));
}
.icons_mum:after {
	bottom: -100%
}
.main_full {
	height: calc(100vh - (101px + constant(safe-area-inset-top) + constant(safe-area-inset-bottom)));
	height: calc(100vh - (101px + env(safe-area-inset-top) + env(safe-area-inset-bottom)));
}
.top_spacer {
	height: calc(54px + constant(safe-area-inset-top));
	height: calc(54px + env(safe-area-inset-top));
}
.alert {
    right: 35%;
}
}




@media screen and (max-width: 1420px) {
.pie {
	width: 100px;
	height: 100px;
}
.stats_bar_mum {
	margin: 1px 0 7px 0;
}
.lended_btn {
	margin-top: 21px;
}
.single .stats_end_bar_mum, .stats_end_icon_mum {
	width: 90px;
}
}


@media screen and (max-width: 1360px) {
.padd_leri {
	padding-left: 60px;
	padding-right: 60px;
}
.pie {
	width: 90px;
	height: 90px;
}
.stats_bar_mum {
	margin: 1px 0 6px 0;
}
.stats_bar_mum:last-child {
	margin-bottom: 0;
}
.stats_container {
    padding: 27px 20px;
}
.etc_list_mum {
	padding: 0 20px;
}
}
@media screen and (max-width: 1260px) {
.padd_leri {
	padding-left: 52px;
	padding-right: 52px;
}
.stats_cont_mum.smallw {
	width: 100%;
}
.stats_container {
    padding: 25px;
}
.etc_list_mum {
	padding: 0 25px;
}
.stats_end {
	padding-left: 15px;
	padding-right: 15px;
}
.pie {
	width: 110px;
	height: 110px;
}
.stats_bar_mum:last-child {
	margin-bottom: 4px;
}
.stats_main {
	margin: 0 -5px;
	width: calc(100% + 10px);
}
.stats_cont_mum {
	padding: 5px;
}
.stats_end_mum, .multiple .stats_end_mum {
    padding: 15px 0;
}
}
@media screen and (max-width: 1200px) {
.padd_leri {
	padding-left: 40px;
	padding-right: 40px;
}
.single .stats_end_bar_mum, .stats_end_icon_mum {
	width: 100px;
}
.stats_container {
    padding: 25px;
}
.stats_end_mum {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.stats_end_mum:first-child {
	padding-top: 0;
}
.stats_end_mum:last-child {
	padding-bottom: 0;
	border: none;
}
.csc_active:after {
	bottom: -20px;
}
}
@media screen and (max-width: 1100px) {
.user_ia {
	-webkit-transform: translateX(-40px) translateY(-54%);
	transform: translateX(-40px) translateY(-54%);
}
.stats_circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
	font-size: 1.4em;
}
.stats_cont_mum.third {
	width: 50%;
}
.stats_cont_mum.third:last-child {
    position: relative;
	right: auto;
	width: 100%;
}
}
@media screen and (max-width: 999px) {
.padd_leri {
	padding-left: 36px;
	padding-right: 36px;
}
.user_ia .container_380 {
	margin-bottom: 80px;
}
p, ul, ol {
	margin: 0 0 18px 0;
}
.spacer {
	height: 28px;
}
.spacer_sm {
	height: 12px;
}
.spacer_tiny {
	height: 6px;
}
.dn999 {
	display: none;
}
.user_ia {
	-webkit-transform: translateX(-30px) translateY(-55%);
	transform: translateX(-30px) translateY(-55%);
}
.stats_end_mum, .multiple .stats_end_mum {
    padding: 11px 0;
}
.stop_mum {
	padding-top: 22px;
    padding-bottom: 22px;
	max-width: 510px;
}
}
@media screen and (max-width: 880px) {
body {
    -webkit-text-size-adjust: 100%;
}
.padd_leri {
	padding-left: 30px;
	padding-right: 30px;
}
.user_ia {
	border: none;
}
.dn880 {
	display: none;
}
.stats_circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
}
}
@media screen and (max-width: 740px) {
.padd_leri {
	padding-left: 28px;
	padding-right: 28px;
}
.yt_container {
	margin: 40px 0;
}
.dn740 {
	display: none;
}
}
@media screen and (max-width: 696px) {
.padd_leri {
	padding-left: 26px;
	padding-right: 26px;
}
.padd_tobo {
	padding-top: 70px;
	padding-bottom: 70px;
}
.user_ia .container_380 {
	margin-bottom: 60px !important;
}
.spacer {
	height: 20px;
}
.spacer_sm {
	height: 8px;
}
.spacer_tiny {
	height: 4px;
}
.dn696, .sumsy_iframe, .sumsy_mode_mum {
	display: none;
}
.hic_mum {
	margin-right: 26px;
}
.user_ia {
	-webkit-transform: translateX(-30px) translateY(-54%);
	transform: translateX(-30px) translateY(-54%);
}
.user_ia_icon_mum:hover svg {
	stroke: #c7ffc2;
}
.stats_main {
	margin: 0;
    width: 100%;
}
.stats_main .box_huge {
	max-width: 480px;
}
.stats_half {
	width: 100%;
}
.stats_cont_mum {
    padding: 5px 0;
}
.stats_half:first-child {
	float: left;
	margin: 0 -5px;
	width: calc(100% + 10px);	
}
.stats_half:first-child .stats_cont_mum {
	padding: 5px;
}
.stop_mum {
	max-width: 400px;
}
.stop_desc, .stop_details {
	padding-left: 25px;
}
h3 {
    font-size: 1.0em;
}
}
@media screen and (max-width: 620px) {
.padd_leri {
	padding-left: 22px;
	padding-right: 22px;
}
.stretch {
	max-width: none !important;
	width: auto !important;
	margin: auto -22px;
}
.dn620 {
	display: none;
}
.hic_mum {
	margin-right: 22px;
}
h1 {
	font-size: 2.6em;
}
.user_ia {
    width: 87%;
    max-width: 380px;
	-webkit-transform: none;
	transform: none;
    top: 14%;
}
.user_ia_icon_mum {
	width: 25%;
	height: 85px;
	z-index: 1;
}
.user_ia_section:nth-child(2) .user_ia_icon_mum {
	left: 25%;
}
.user_ia_section:nth-child(3) .user_ia_icon_mum {
	left: 50%;
}
.user_ia_section:nth-child(4) .user_ia_icon_mum {
	left: 75%;
}
.user_ia .container_380 {
	position: relative;
	padding: 24px 5px;
	right: auto;
	top: 13px;
	margin: 0 auto;
}
.user_ia_section.active .container_380 {
	display: table !important;
}
.user_ia_section {
	position: absolute;
	top: 0;
}
.user_ia .container_380 .arr {
	top: -3px;
	margin-left: -6px;
}
.user_ia_section:nth-child(1) .arr {
    left: 12.5%;
}
.user_ia_section:nth-child(2) .arr {
    left: 37.5%;
}
.user_ia_section:nth-child(3) .arr {
    left: 62.5%;
}
.user_ia_section:nth-child(4) .arr {
    left: 87.5%;
}
.user_ia_details, .user_ia_name_in {
	padding: 0 5%;
}
.user_ia_icon_circle {
	float: none;
	margin: 0 auto;
	top: 20%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.user_ia_details li {
	padding: 10px 5%;
}
.user_ia_icon_mum svg {
	margin: 0 auto;
	width: 100%;
	float: none;
}
.user_ia_icon_mum span {
    bottom: 14px;
}
.containter_icon {
    width: 50px;
    height: 50px;
	right: -2px;
}
.containter_icon svg {
	width: 50px;
    height: 50px;
	stroke-width: 1.6;
}
.std_container {
    margin: 46px auto;
    padding: 50px 0 45px 0;
}
.confirm_sheet {
	padding: 20px 35px;
}
.p_cat1_select .section.primary_super {
	height: 70px;
	padding: 0 4px;
}
.d620 {
	display: block;
}
.p_cat1_in {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#show_allmembers {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#show_allmembers input {
	float: left;
	margin: 0 5px 0 0;
}
.ms_table_options {
	margin-bottom: 30px;
}
.stop_mum {
	max-width: 356px;
}
.stop_mum {
	padding-top: 20px;
	padding-bottom: 20px;
}
.stop_trigger:hover .stop_icon {
	background-color: #303640;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.stop_bactive .stop_icon {
    background-color: #252933 !important;
    -webkit-box-shadow: 0 0 0 5px #555961 !important;
    box-shadow: 0 0 0 5px #555961 !important;
}
.stop_icon {
	transition: 0.15s;
}
.stop_mum:before {
	margin-left: 29px;
}
.stop_back:last-child .stop_mum:before {
	height: 30px;
}
.stop_trigger, .stop_header, .stop_icon {
	height: 60px;
}
.stop_icon {
	width: 60px;
}
.stop_desc, .stop_details {
	width: calc(100% - 60px);
	padding-left: 22px;
}
h3 {
    font-size: 0.9em;
}
}
@media screen and (max-width: 506px) {
.padd_leri {
	padding-left: 19px;
	padding-right: 19px;
}
.stretch {
	margin: auto -19px;
}
.padd_tobo {
	padding-top: 50px;
	padding-bottom: 50px;
}
.user_ia .container_380 {
	margin-bottom: 50px !important;
}
.dn506 {
	display: none;
}
.hic_mum {
	margin-right: 19px;
}
.stats_container {
    padding: 25px 20px;
}
.etc_list_mum {
	padding: 0 20px;
}
.stats_bar_mum:last-child {
    margin-bottom: 6px;
}
}
@media screen and (max-width: 475px)  {
body {
	font-size: 96%;
}
.padd_leri {
	padding-left: 17px;
	padding-right: 17px;
}
.stretch {
	margin: auto -17px;
}
p, ul, ol {
	margin: 0 0 15px 0;
}
.yt_container {
	margin-top: 30px;
	margin-bottom: 30px;
}
.dn475 {
	display: none;
}
.hic_mum {
	margin-right: 17px;
}
.main_full:not(.stay_full) {
	height: auto;
	min-height: 0;
}
.main_center {
	top: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.std_container {
    margin: 43px auto;
    padding: 45px 0 40px 0;
}
.row_padding {
	padding: 0 15px;
}
.select_mum:after {
	margin-right: 15px;
}
.form_row {
    padding: 13px 0;
}
.form_row_spec:before {
	height: 13px;
}
.form_row_one.primary_super {
    height: 55px;
}
.confirm_sheet {
	padding: 15px 25px;
}
.sig_mum, .sign_overlay {
	border-radius: 0;
}
.center_button {
    max-width: none;
}
.icons_mum {
    width: 200px;
	padding-left: 0 !important;
}
.app_start_mum {
    width: 100%;
    margin: 20px 0;
}
.et_pos_mum.epm_stick {
	position: relative;
	top: auto;
	margin-top: 37px;
}
.stop_desc, .stop_details {
	padding-left: 19px;
}
.stop_mum {
	max-width: 326px;
}
h3 {
    font-size: 0.85em;
}
.lg_tile_contain {
	margin: -7px;
	width: calc(100% + 14px);
}
.lg_tile_mum {
	padding: 7px;
}
.lg_quant_cont .section {
    padding: 15px 0;
}
.confirm_row_pic {
	margin-right: 12px;
}
.confirm_desc {
	font-size: 0.8em;
}
}
@media screen and (max-width: 413px) {
.padd_leri {
	padding-left: 16px;
	padding-right: 16px;
}	
.stretch {
	margin: auto -16px;
}
.dn413 {
	display: none;
}
.row_padding {
	padding: 0 10px;
}
.select_mum:after {
	margin-right: 10px;
}
.quantity {
	width: 130px;
}
.form_row {
    padding: 12px 0;
}
.form_row_spec:before {
	height: 12px;
}
.confirm_sheet_row1 {
	padding: 8px 0 5px 0;
	margin-bottom: 3px;
}
.pad {
	outline: none;
}
.sig_mum {
	background-color: #383F4A;
	padding: 0;
}
.icons_mum {
    width: 160px;
}
.icon {
	width: 40px;
}
.stats_cont_mum {
    padding: 3px 0;
}
.stats_half:first-child {
	margin: 0 -3px;
	width: calc(100% + 6px);	
}
.stats_half:first-child .stats_cont_mum {
	padding: 3px;
}
.csc_active:after {
	bottom: -18px;
}
.stop_mum {
	max-width: 318px;
}
.stop_mum {
    padding-top: 18px;
    padding-bottom: 18px;
}
.lg_tile_contain {
	margin: -6px;
	width: calc(100% + 12px);
}
.lg_tile_mum {
	padding: 6px;
}
}
@media screen and (max-width: 380px) {
.padd_leri {
	padding-left: 15px;
	padding-right: 15px;
}
.stretch {
	margin: auto -15px;
}
.dn380 {
	display: none;
}
.start_container {
	padding: 60px 5px;
}
.start_container .logo_svg {
	width: 130px;
	margin: 0 auto 32px auto;
}
.start_container .soft {
	margin: 32px 0 0 0;
}
input, textarea, button {
	height: 42px;
	margin: 5px 0;
}
.hic_mum {
	margin-right: 15px;
}
.user_ia_name_in {
    height: 100px;
}
.user_ia {
    top: 13%;
}
.p_cat1_in {
	overflow: hidden;
}
.stats_container {
    padding: 20px 15px;
}
.etc_list_mum {
	padding: 0 15px;
}
.stats_circle {
    width: 46px;
    height: 46px;
    line-height: 46px;
	font-size: 1.2em;
}
.stop_mum {
	max-width: 310px;
}
.lg_tile_contain {
	margin: -5px;
	width: calc(100% + 10px);
}
.lg_tile_mum {
	padding: 5px;
}
.lg_quant_cont .section {
    padding: 14px 0;
}
}
@media screen and (max-width: 355px) {
.padd_leri {
	padding-left: 14px;
	padding-right: 14px;
}
.padd_tobo {
	padding-top: 40px;
	padding-bottom: 40px;
}
.stretch {
	margin: auto -14px;
}
.soc {
	display: none;
}
.dn355 {
	display: none;
}
.hic_mum {
	margin-right: 14px;
}
h1 {
	font-size: 2.3em;
}
.user_ia {
    top: 12%;
}
.std_container {
    padding: 40px 0 33px 0;
}
.row_padding {
	padding: 0 0 0 8px;
}
.select_mum:after {
	margin-right: 0;
}
.quantity {
	width: 125px;
}
.form_row {
    padding: 11px 0;
}
.form_row_spec:before {
	height: 11px;
}
.form_row_spec_desc {
	width: calc(100% - 125px);
}
.stop_mum:before {
	margin-left: 25px;
}
.stop_back:last-child .stop_mum:before {
	height: 26px;
}
.stop_trigger, .stop_header, .stop_icon {
	height: 52px;
}
.stop_icon {
	width: 52px;
}
.stop_desc, .stop_details {
	width: calc(100% - 52px);
	padding-left: 15px;
}
h3 {
    font-size: 0.8em;
}
.stop_mum {
	max-width: 272px;
}
.stop_mum {
    padding-top: 17px;
    padding-bottom: 17px;
}
.stop_bactive .stop_icon {
    -webkit-box-shadow: 0 0 0 4px #555961 !important;
    box-shadow: 0 0 0 4px #555961 !important;
}
.lg_tile_contain {
	margin: -4px;
	width: calc(100% + 8px);
}
.lg_tile_mum {
	padding: 4px;
}
}