@charset "UTF-8";
body {
background-color: white;
	width: 100%;
	height: 100%;
	text-align: center; 
	margin: 0px;
	/*font-family: 'Roboto', Arial, Verdana;*/
	font-family: Arial, Verdana;
	font-size: 101%;
	color: #000;
}
#hinter {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	margin: 0px none;
	padding: 0px none;
	display: block;
	background-color: #fff;
	background-image: url('img/image2.jpg');
	background-size: cover;
	background-position: 50% 50%;
	opacity: 1;
}
.box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-size: 80%;
	text-align: center;
	background-color: transparent;
	border: 0px none;
	z-index: 999;
}

.box_header {
	position: absolute;
	width: 100%;
	height: 65px;
	top: 0px;
	left: 0px;
	font-size: 80%;
	text-align: center;
/* UI Properties */
background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
opacity: 1;
	z-index: 1001;
}
.logo {
	position: absolute;
	width: 123px;
	height: 50px;
		top: 10px;
		left: 24px;
	background-color: transparent;
	background-size: cover;
	background-image: url('../images/materialo_one_logo_l.jpg');
	background-repeat: no-repeat;
	display: block;
}

.cnf {
	position: absolute;
	width: 65px;
	height: 65px;
		top: 0px;
		right: 65px;
	background-color: #ffffff;
		background-image:
		url(svg_wrapper.php?file=/img/btn_configuration.svg&w=35&h=35);
			background-repeat: no-repeat;
			background-position: 15px 15px;

	display: none;
}
.cnf.selected {
	background-color: #AD293E;
		background-image:
		url(svg_wrapper.php?file=/img/btn_configuration_act.svg&w=35&h=35);
			background-repeat: no-repeat;
			background-position: 15px 15px;
}
.prf {
	position: absolute;
	width: 65px;
	height: 65px;
		top: 0px;
		right: 0px;
	background-color: #ffffff;
		background-image:
		url(svg_wrapper.php?file=/img/btn_profil.svg&w=35&h=35);
			background-repeat: no-repeat;
			background-position: 15px 15px;

	display: none;
}
.prf.selected {
	background-color: #BCCD50;
		background-image:
		url(svg_wrapper.php?file=/img/btn_profil_act.svg&w=35&h=35);
			background-repeat: no-repeat;
			background-position: 15px 15px;
}

#box_registr {
	position: absolute;
	width: 390px;
	height: 560px;
	top: 65px;
	left: 0px;
	background-color: #AD293E;
	color: #fff;
	text-align: left;
	font-size: 16px;
	box-shadow: 3px 3px 6px #0000004D;
	border-radius: 28px;
}
#registr_intro {
	position: absolute;
	width: 340px;
	height: 87px;
	top: 42px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #fff;
}
#pass_intro {
	background-color: transparent;
	line-height: 14px;
    font-size: 12px;
    font-weight: 300;
	text-align: left;
	color: #fff;
}

#registr_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 156px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#registr_form {
	position: absolute;
	width: 340px;
	top: 196px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}

#reg_field {
	width: 33px;
	height: 33px;
	margin-right: 15px;
	background-color: #fff;
	border: 2px solid #BCCD50;
	float: left;
}
#reg_daten_confirm {
	padding-top: 5px;
    font-size: 14px;
	color: #fff;
}
#reg_daten_shutz, a:link, a:hover, a:active, a:visited {
	cursor: pointer;
	text-decoration: underline;
	color: #BCCD50;
}

#temp_conf_l>a:link, #temp_conf_l>a:hover, #temp_conf_l>a:active, #temp_conf_l>a:visited {
	cursor: pointer;
	text-decoration: underline;
	color: #AD293E;
}
#temp_vers_l>a:link, #temp_vers_l>a:hover, #temp_vers_l>a:active, #temp_vers_l>a:visited {
	cursor: pointer;
	text-decoration: underline;
	color: #AD293E;
}

#reg_button {
		width: 110px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #fff;
	color: #000;
}

#box_login {
	position: absolute;
	width: 390px;
	height: 312px;
	top: 65px;
	left: 410px;
	background-color: #BCCD50;
	color: #000;
	text-align: left;
	box-shadow: 3px 3px 6px #0000004D;
	border-radius: 28px;
}

#login_intro {
	position: absolute;
	width: 340px;
	height: 20px;
	top: 42px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #fff;
}
#login_name {
	position: absolute;
	width: 340px;
	height: 20;
	top: 86px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#login_form {
	position: absolute;
	width: 340px;
	top: 126px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#log_button {
		width: 110px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #fff;
	color: #000;
}
#to_recovery {
	width: auto;
	top: 0px;
	left: 0px;
	margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #AD293E;
	float:left;
	cursor: pointer;
	text-decoration: underline;
}

#box_recovery {
	position: relative;
	width: 456px;
	height: 255px;
	top: 65px;
	left: 0px;
	margin: 0px auto;
	color: #000;
	text-align: left;
	background-color: #BCCD50;
	box-shadow: 3px 3px 6px #0000004D;
	border-radius: 28px;
}
#recovery_intro {
	position: absolute;
	width: 340px;
	height: 87px;
	top: 48px;
	left: 58px;
	background-color: transparent;
	line-height: 19px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #fff;
}
#recovery_form {
	position: absolute;
	width: 340px;
	top: 114px;
	left: 58px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#rec_back {
	width: auto;
	top: 0px;
	left: 0px;
	margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #AD293E;
	float:left;
	cursor: pointer;
	text-decoration: underline;
}
#rec_button {
		width: 110px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #fff;
	color: #000;
}

#box_activer {
	position: relative;
	width: 456px;
	height: 424px;
	top: 65px;
	left: 0px;
	margin: 0px auto;
	color: #000;
	text-align: left;
	background-color: #AD293E;
	box-shadow: 3px 3px 6px #0000004D;
	border-radius: 28px;
}
#intro_active {
	position: absolute;
	width: 340px;
	height: 87px;
	top: 48px;
	left: 58px;
	background-color: transparent;
	line-height: 19px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #fff;
}
#activer_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 226px;
	left: 58px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#activer_form {
	position: absolute;
	width: 340px;
	top: 256px;
	left: 58px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#new_send {
	width: auto;
	top: 0px;
	left: 0px;
	margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #BCCD50;
	float:left;
	cursor: pointer;
	text-decoration: underline;
}
#act_button {
		width: 110px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #fff;
	color: #000;
}
#pass_chng_button {
		width: 110px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #fff;
	color: #000;
}

#box_menu {
	position: absolute;
	width: 100%;
	height: calc(100% - 65px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
/*+++*/
#box_menu1, #box_menu2 {
	position: relative;
	width: 390px;
	height:310px;
	top: 50px;
	left: 0px;
	margin: 0px auto;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#menu_name1, #menu_name2 {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
}
#menu_name1 {
	color: #AD293E;
}
#menu_name2 {
	color: #BCCD50;
}
.menu_place {
	position: absolute;
	width: 100%;
	height: auto;
	top: 40px;
	left: 0px;
	background-color: transparent;
}
	.button_menu1 {
		position: relative;
		color: #fff;
		width: calc(100% - 20px);
		height: 25px;
		margin: 0px auto;
		margin-bottom:10px;
		padding-left: 20px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: left;
		cursor: pointer;
		background-color: #AD293E;
	}
	.button_menu1:hover {
    	/* font-weight: 600; */
		background-color: #993047;
	}
	.button_menu2 {
		position: relative;
		color: #fff;
		width: calc(100% - 20px);
		height: 25px;
		margin: 0px auto;
		margin-bottom:10px;
		padding-left: 20px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: left;
		cursor: pointer;
		background-color: #BCCD50;
	}
	.button_menu2:hover {
    	/* font-weight: 600; */
		background-color: #BCCD50;
	}

#box_abo_run {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-top: 1px solid #707070;
	display: none;
	z-index: 1010;
}
#box_abo_center {
	position: relative;
	width: 512px;
	height: 60px;
	top: 0px;
	left: 0px;
	margin: 0px auto;
}
#abo_text {
	position: absolute;
	width: 282px;
	height: 20px;
	top: 40px;
	left: 0px;
	background-color: #fff;
	color: #000;
		line-height: 20px;
    	font-size: 16px;
    	font-weight: 300;
	display: inline-block;
}
#button_abo {
	position: absolute;
	width: 230px;
	height: 35px;
	padding-top: 15px;
	top: 25px;
	right: 0px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
		line-height: 20px;
    	font-size: 20px;
    	font-weight: 300;
	cursor: pointer;
	display: block;
}
.trial {
    	font-weight: 600;
		color: #AD293E;
}

#box_pass_changer {
	position: absolute;
	width: 390px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
#p_changer_command {
	position: absolute;
	width: 340px;
	height: 20px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}

#p_changer_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
}
#p_changer_form {
	position: absolute;
	width: 340px;
	top: 25px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#p_changer_ok {
	position: absolute;
	width: 340px;
	top: 90px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	display: none;
}
#pass_chng_button {
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #BCCD50;
	color: #fff;
}
#box_conto_del {
	position: absolute;
	width: 390px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
#conto_del_command {
	position: absolute;
	width: 340px;
	height: 20px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}

#conto_del_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
}
#conto_del_form {
	position: absolute;
	width: 340px;
	top: 25px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#conto_del_ask {
	position: absolute;
	width: 340px;
	top: 90px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
#conto_del_button {
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #BCCD50;
	color: #fff;
}
#box_data {
	position: absolute;
	width: 590px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
#f_data_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}
#f_data_form {
	position: absolute;
	width: 520px;
	height: 100%;
	top: 0px;
	left: 24px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#f_data_form1, #f_data_form2 {
	position: relative;
	width: 240px;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#f_data_form1 {
	float: left;
	margin-right: 20px;
}
#f_data_form2 {
	width: 260px;
}
.box_part {
	position: relative;
	width: 240px;
	min-height: 20px;
	top: 0px;
	left: 0px;
	margin: 8px 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
}

.data_field {
	width: 240px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.data_field_b {
	width: 340px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.data_field1 {
	width: 160px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	float:left;
	margin-right: 10px;
}
.data_field1_b {
	width: 260px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	float:left;
	margin-right: 10px;
}
.data_field2 {
	width: 70px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.data_field3 {
	width: 90px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	float:left;
	margin-right: 10px;
}
.data_field4 {
	width: 140px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.data_field4_b {
	width: 240px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;

}
#data_chng_button {
	position: absolute;
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	right: 20px;
	background-color: #BCCD50;
	color: #fff;
}
#box_layout {
	position: absolute;
	width: 100%;
	height: calc(100% - 130px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#layout_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}
#layout_form  {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 420px;
	top: 60px;
	left: 0px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#layout_name {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}

#logo_show {
	position: relative;
	width: 245px;
	height: 100px;
		top: 0px;
		left: 0px;
		margin: 10px 0px;
	right: 0px;
	background-color: transparent;
	background-size: auto 100px;
	background-image: url('');
	background-repeat: no-repeat;
	overflow: hidden;
	display: none;
	border: 1px solid #ccc;
}
#head_show {
	position: relative;
	width: 330px;
	height: 90px;
		top: 0px;
		left: 0px;
		margin: 10px 0px;
	right: 0px;
	background-color: transparent;
	background-size: cover;
	background-image: url('');
	background-repeat: no-repeat;
	overflow: hidden;
	display: none;
	border: 1px solid #ccc;
}

#box_data_short {
	position: relative;
	margin: 0px auto;
	width: 390px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
	display: none;
}

#f_short_data_form {
	position: absolute;
	width: 366px;
	top: 60px;
	left: 24px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#s_data_chng_button {
	position: absolute;
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	right: 24px;
	background-color: #BCCD50;
	color: #fff;
}

#f_short_data_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 0px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
}

#box_vers {
	position: absolute;
	width: 100%;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	display: none;
}

#vers_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
}
#vers_name {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 30px;
	top: 50px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}
#vers_form {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 300px;
	top: 100px;
	left: 0px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#vers_chng_button {
	position: absolute;
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	margin-top: 10px;
	right: 25px;
	background-color: #AD293E;
	color: #fff;
}


	.com_back 
	{
		position:				absolute;
		top: 0px;
		left: 0px;
		background:				transparent url("../images/01.png") no-repeat center center;
		width: 					26px;
	    height: 				22px;
		display: block;
		float: left;
	}
	.txt_back 
	{
		position:				absolute;
		top: 3px;
		left: 30px;
		width: 					120px;
	    height: 				22px;
		display: block;
		float: left;
	}


#button_place {
	position: absolute;
	width: 335px;
	height: 40px;
	top: 617px;
	left: 20px;
	color: #000;
	text-align: left;
}
.box_intro {
	position: relative;
	width: 314px;
	height: 87px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 19px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #fff;
}

.box_name {
	top: 20px;
	left: 0px;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	color: #fff;
}
.box_line {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 15px;
	width: 100%;
	height: 37px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.log_field {
	width: 100%;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.log_help {
	width: auto;
	top: 0px;
	left: 0px;
	margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #ff6600;
	float:left;
}
.log_help:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #ff6600;
}
.command {
	color: #ff6600;
}
.command:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #ff6600;
}
#log_button, #advance_login_button, #rec_button, #chng_button, #pass_chng_button, 
#reg_adv_button, #area_chng_button, #name_chng_button {
	position: absolute;
	top: 0px;
	right:0px;
}
#area_chng_button, #name_chng_button {
	right:10px;
}
#advance_login_button {
	top: 10px;
}
#reg_adv_button {
	right: 10px;
}
#image_reset_button {
	position: relative;
	top: 10px;
	left: 10px;
	border: 0px none;
	height: 35px;
}
#image_reset_button {
	width: 140px;
	top: 10px;
	right: 25px;
	border: 0px none;
	height: 35px;
	padding-top: 5px;
}



#close_button, #close_button_finaler, #close_button_changer {
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #696461;
}
	.button {
		color: #fff;
		width: 110px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
		background-color: #ff6600;
	}
	.button:hover {
    	/* font-weight: 600; */
		background-color: #ff4400;
	}

#image_load_button, #next_pdf_button, #next_color_button, #next_to_menu_button {
	position: absolute;
	width: 140px;
	top: 10px;
	right: 25px;
	border: 0px none;
	height: 35px;
	padding-top: 5px;
	background-color: #AD293E;
	color: #fff;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
		display: block;
}
#next_to_menu_button {
	top: 60px;
}
#img_intro_txt, #color_intro_txt {
	position: relative;
	width: 340px;
	margin: 20px 0px;
	left: 0px;
	border: 0px none;
	min-height: 15px;
	height: auto;
	background-color: #fff;
	color: #000;
    	font-size: 14px;
    	font-weight: 300;
		text-align: left;
		display: block;
}

#over_shield 
{
	position: fixed;
	background: #fff center center;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-align: center;
	display: none;
}
#over_shield 
{
	z-index: 1001;
}
	.pass_show 
	{
		position:				absolute;
		top: 6px;
		right: 6px;
		background:				transparent url("../images/02.png") no-repeat center center;
		width: 					24px;
	    height: 				24px;
		display: none;
		cursor: pointer;
	}
	.info_pass 
	{
		position:				absolute;
		top: 2px;
		left: 2px;
		background-color: #fff;
		width: 					280px;
	    height: 				24px;
		padding-top: 7px;
		padding-left: 10px;
		display: none;
	}
	#info_waiting 
	{
		background:				transparent url("../images/ajax-loader.gif") no-repeat center center;
		position:				relative;
		width: 					50px;
	    height: 				50px;
		top:					50%;
		left: 					50%;
		margin-top: 			-25px;
		margin-left: 			-25px;
	}
.check_platzhalter {
		position: relative;
		left:0px;
		top: 0px;
		width: 24px;
		height: 24px;
			background-color: #fff;
			border: 1px solid #000;
		display: block;
		float: left;
		margin-right: 10px;
		cursor:pointer;
}
.check_platzhalter.selected {
		background-image:
		url(svg_wrapper.php?file=/img/btn-checkhaken.svg&w=24&h=19&farb=%2385B346);
			background-repeat: no-repeat;
			background-position: 8px 9px;
}
#box_adv {
	position: absolute;
	width: 374px;
	height: 720px;
	top: calc(50% - 360px);
	left: 0px;
	margin-left: calc(50% - 187px);;
	font-size: 80%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 999;
	display: none;
}
#box_adv_bar {
	position: absolute;
	width: 374px;
	height: 37px;
	top: 0px;
	left: 0px;
	font-size: 80%;
	text-align: center;
	background-color: #ff6600;
}
#box_adv_bar_text {
	position: absolute;
	width: auto;
	height: 16px;
	top: 11px;
	right: 30px;
	background-color: transparent;
	line-height: 16px;
    font-size: 12px;
    font-weight: 300;
	text-align: right;
	color: #fff;
}
#box_adv_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	right: 5px;
	background-color: transparent;
    font-size: 24px;
    font-weight: 100;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#box_adv_content_main {
	position: absolute;
	width: 100%;
	min-height:  563px;
	height:  calc(100% - 37px);
	top: 37px;
	left: 0px;
	background-color: #fff;
}
.box_adv_intro {
	position: absolute;
	width: 314px;
	height: 87px;
	top: 20px;
	left: 20px;
	background-color: transparent;
    font-size: 20px;
    font-weight: 900;
	text-align: left;
	color: #000;
}
#box_art_choice {
	position: absolute;
	width: 314px;
	height: 90px;
	top: 33px;
	left: 20px;
	background-color: transparent;
}
.box_art_line {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	width: 100%;
	height: auto;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
#box_adv_main {
	position: absolute;
	width: 355px;
	height: 525px;
	top: 153px;
	left: 20px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.log_field1 {
	width: 175px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.log_field2 {
	width: 333px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.log_field3 {
	width: 270px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	float: left;
	margin-right: 13px;
}
.log_field4 {
	width: 50px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.log_field5 {
	width: 85px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	float: left;
	margin-right: 13px;
}
.log_field6 {
	width: 235px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.log_field7 {
	width: 175px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	margin-left: 10px;
}

#preclick {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	margin: 0px none;
	padding: 0px none;
	display: none;
	background-color: #000;
	z-index: 1001;
	opacity: 0.5;
}
#box_err_message, #box_delete_user {
	position: absolute;
	width: 390px;
	height: 200px;
	top: calc(50% - 100px);
	left: 0px;
	margin-left: calc(50% - 195px);
	font-size: 80%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 1002;
	display: none;
}
.box_bar {
	position: absolute;
	width: 390px;
	height: 37px;
	top: 0px;
	left: 0px;
	font-size: 80%;
	text-align: center;
	background-color: #ff6600;
}
#box_err_message_bar {
	background-color: #000;
}
.box_message_bar_text {
	position: absolute;
	width: auto;
	height: 16px;
	top: 11px;
	right: 30px;
	background-color: transparent;
	line-height: 16px;
    font-size: 12px;
    font-weight: 300;
	text-align: right;
	color: #fff;
}
#box_err_message_close, #box_del_message_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	background-color: transparent;
    font-size: 24px;
    font-weight: 100;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#box_err_message_content {
	position: absolute;
	width: 100%;
	height: 120px;
	top: 37px;
	left: 0px;
	background-color: #fff;
}
#close_err_message_button {
	position: relative;
	top: 0px;
	left:0px;
	margin: 0px auto;
	background-color: #696461;
}
#close_pas_chng_button {
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #696461;
}

#reg_adv_button {
	position: absolute;
	top: 0px;
	right:5px;
	background-color: #ff6600;
		color: #fff;
		width: auto;
		height: 25px;
		padding: 0px 20px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
}

.box_confirm_line {
	position: relative;
	width: 374px;
	height: 40px;
	top: 0px;
	left: 0px;
	margin-top: 40px;
	background-color: #fff;
	line-height: 20px;
    font-size: 14px;
    font-weight: 300;
	text-align: center;
	color: #000;
}
#yes, #no {
	position: absolute;
	background-color: #ff6600;
	width: 80px;
	top:0px;
	cursor: pointer;
}
#yes {
left: 100px;
}
#no {
left: 210px;
}
#yes:hover, #no:hover {
	background-color: #ff4400;
}



#box_ok_load_message {
	position: absolute;
	width: 390px;
	height: 200px;
	top: calc(50% - 100px);
	left: 0px;
	margin-left: calc(50% - 195px);
	font-size: 80%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 1002;
	display: none;
}
#box_ok_load_message_bar {
	position: absolute;
	width: 390px;
	height: 37px;
	top: 0px;
	left: 0px;
	font-size: 80%;
	text-align: center;
	background-color: #AD293E;
}
#box_ok_load_message_bar_text {
	position: absolute;
	width: auto;
	height: 16px;
	top: 11px;
	right: 30px;
	background-color: transparent;
	line-height: 16px;
    font-size: 12px;
    font-weight: 300;
	text-align: right;
	color: #fff;
}
#box_ok_load_message_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	background-color: transparent;
    font-size: 24px;
    font-weight: 100;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#box_ok_load_message_content {
	position: absolute;
	width: 100%;
	height: 120px;
	top: 37px;
	left: 0px;
	background-color: #fff;
}
#close_ok_load_message_button {
	position: relative;
	top: 0px;
	left:0px;
	margin: 0px auto;
	background-color: #696461;
}

.box_line_adv {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 5px;
	width: 100%;
	height: 50px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.name_field {
	margin-top:15px;
	width: 125px;
	padding-top: 10px;
	height: 20px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	margin-right: 10px;
	left: 20px;
	float: left;
	display: block;
}
.name_field_str {
margin-top:15px;
	width: 55px;
	padding-top: 10px;
	height: 20px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	margin-right: 10px;
	left: 20px;
	float: left;
	display: block;
}
.name_field_nr {
	left: 10px;
	width: 35px;
	padding-top: 10px;
	height: 20px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	margin: 0px 10px;
	float: left;
	display: block;
}
.name_field_plz {
margin-top:15px;
	width: 35px;
	padding-top: 10px;
	height: 20px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	margin-right: 10px;
	left: 20px;
	float: left;
	display: block;
}


.box_line_bereich {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: -5px;
	margin-bottom: 15px;
	width: 100%;
	height: 50px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.name_bereich {
	margin-top:15px;
	width: 75px;
	padding-top: 10px;
	height: 20px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	margin-right: 10px;
	left: 20px;
	float: left;
	display: block;
}
#box_conf {
	position: absolute;
	width: 100%;
	height: calc(100% - 75px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	overflow-y: hidden;
	overflow-x: hidden;
}

#conf_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}
#config_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}
#conf_form {
	position: absolute;
	width: 366px;
	height: 460px;
	top: 60px;
	left: 24px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#conf_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 260px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}
#area_chng_button, #name_chng_button {
	position: absolute;
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	margin-top: 10px;
	right: 25px;
	background-color: #AD293E;
	color: #fff;
}
.box_line2 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 15px;
	width: 100%;
	height: auto;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}

#box_color {
	position: absolute;
	width: 100%;
	height: calc(100% - 130px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#color_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display:none;
}
#color_name {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}
#color_form {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 340px;
	top: 60px;
	left: 0px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#color_load_button {
	position: absolute;
		width: 155px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	right: 25px;
	background-color: #AD293E;
	color: #fff;
}
#color_muster {
	position: relative;
	width: 45px;
	height: 45px;
	top: 0px;
	margin-top: -4px;
	margin-right: 5px;
	border: 0px none;
	background-color: #fff;
	float: left;
	display: block;
	cursor: pointer;
}
#color_choice_button {
	position: absolute;
		width: 155px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	right: 25px;
	background-color: #AD293E;
	color: #fff;
}
.data_field5 {
	width: 100px;
	height: 37px;
	padding-left: 11px;
	border: 1px solid #000;
	margin-right: 5px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	float: left;
	display: block;
}

#box_colls {
	position: absolute;
	width: 500px;
	height: calc(100% - 85px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#colls_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}
#colls_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}
#colls_form {
	position: absolute;
	width: 100%;
	height:  calc(100% - 65px);
	top: 25px;
	left: 24px;
	background-color: #fff;
	text-align: left;

}
.data_field6 {
	width: 220px;
	height: 38px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.data_field7 {
	width: 250px;
	height: 40px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}

#box_list_coll {
	position: absolute;
	width: 100%;
	height: calc(100% - 110px);
	top: 170px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
.box_list_element {
	position: relative;
	width: 100%;
	height: 60px;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	background-color: #fff;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000;
}
.producer_name {
	width: 160px;
	margin-right: 20px;
	float: left;
}
.box_list_element_state {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 5px;
	background-color: #fff;
	color: #000;
	text-align: center;
}
.green {
	position: relative;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	margin: 10px auto;
	background-color: #BCCD50;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
}
.red {
	position: relative;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	margin: 10px auto;
	background-color: #AD293E;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
}
#status_place_coll {
	position: absolute;
	width: 58px;
	height: 30px;
	top: 0px;
	right: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#only_green_coll {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	background-color: #BCCD50;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
}
#cancel_green_coll {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	margin-top: -8px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 36px;
    font-weight: 100;
	text-align: center;
	display: none;
}
#only_red_coll {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 34px;
	background-color: #AD293E;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
}
#cancel_red_coll {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 34px;
	margin-top: -8px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 36px;
    font-weight: 100;
	text-align: center;
	display: none;
}
#lupe {
		position:				absolute;
		top: 5px;
		left: 200px;
		background:				transparent url("../images/03.png") no-repeat center center;
		width: 					27px;
	    height: 				27px;
		display: block;
	}
#coll_name_field {
	position:				absolute;
	width: 185px;
	height: 30px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	top: 5px;
	left: 10px;
	display: block;
	background-color: #fff;
	border: 0px none;
}

#box_rooms {
	position: absolute;
	width: 500px;
	height: calc(100% - 65px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#rooms_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}
#rooms_name {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}
#rooms_form {
	position: absolute;
	width: 100%;
	height:  calc(100% - 65px);
	top: 25px;
	left: 24px;
	background-color: #fff;
	text-align: left;

}
#box_list_room {
	position: absolute;
	width: 100%;
	height: calc(100% - 90px);
	top: 115px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
.box_roomlist_element {
	position: relative;
	width: 150px;
	height: 140px;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #fff;
	color: #000;
	text-align: left;
	float: left;
	overflow: hidden;
}

.green_room {
	position: relative;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	margin-right: 20px;
	background-color: #BCCD50;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
	float: left;
}
.red_room {
	position: relative;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	margin-right: 20px;
	background-color: #AD293E;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
	float: left;
}
#status_place_room {
	position: absolute;
	width: 58px;
	height: 30px;
	top: 0px;
	right: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#only_green_room {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	background-color: #BCCD50;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
}
#cancel_green_room {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	margin-top: -8px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 36px;
    font-weight: 100;
	text-align: center;
	display: none;
}
#only_red_room {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 34px;
	background-color: #AD293E;
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
}
#cancel_red_room {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 34px;
	margin-top: -8px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 36px;
    font-weight: 100;
	text-align: center;
	display: none;
}
/*-----------------------------------------------*/
p 
{
	margin: 10px 0px;
	padding: 0px;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.color_chip 
{
	background-position:	left;
	position:		relative;
	width: 			20px;
	height:			20px;
	margin:			2px;
	padding: 		0px;
	border:			1px solid #cccccc;
	float: 			left;
}
.chip 
{
	background-position:	center center;
	position:		relative;
	width: 			20px;
	height:			20px;
	margin:			2px;
	padding: 		0px;
	border:			1px solid #cccccc;
}
.color_chip_mini 
{
	background-position:	left;
	position:		relative;
	width: 			10px;
	height:			10px;
	margin:			1px;
	padding: 		0px;
	border:			1px solid #fff;
	float: 			left;
}

#box_version_finish {
	position: absolute;
	width: 100%;
	height: calc(100% - 130px);
	top: 65px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	display: none;
}

#version_finish_command {
	position: absolute;
	width: 340px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
}
#version_finish_name {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 30px;
	top: 50px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
}
#version_finish_form {
	position: relative;
	margin: 0px auto;
	width: 366px;
	height: 340px;
	top: 110px;
	left: 0px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#view_button {
	position: absolute;
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	margin-top: 10px;
	right: 25px;
	background-color: #AD293E;
	color: #fff;
}

#box_abo_choice {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	display: none;
    z-index: 998;
}
#box_abo_1, #box_abo_2, #box_abo_4, #box_abo_5, #box_abo_temp {
	position: absolute;
	width:  100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	color: #000;
	text-align: left;
	display: none;
}
#abo_command1,#abo_command2, #abo_command3, #abo_command4 {
	position: absolute;
	width: 300px;
	height: 50px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
}
#abo_command5 {
	position: relative;
	margin: 0px auto;
	width: 500px;
	height: 50px;
	top: 20px;
	left: 0px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: auto;
}
.abo_intro {
	position: relative;
	width: 500px;
	height: 50px;
	top: 40px;
	left: 0px;
	margin: 0px auto;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
}
.abo_name {
	position: relative;
	width: 500px;
	height: 30px;
	top: 60px;
	left: 0px;
	margin: 0px auto;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
}
#abo_name_zusammenfassung, #abo_name_final {
	top: 60px;
}
.abo_form {
	position: relative;
	width: 500px;
	height: 420px;
	top: 85px;
	left: 0px;
	margin: 0px auto;
	background-color: #fff;
	text-align: left;
}
#abo_zusammenfassung, #abo_final {
	top: 105px;
}
.strong {
	font-weight: 600;
    font-size: 16px;
}
.box_abo_line {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
    font-size: 12px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.box_abo_line1 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	line-height: 21px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #000;
	padding-bottom: 15px;
}
.box_abo_line2 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	line-height: 21px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}
.price {
	position: absolute;
	color: #AD293E;
	right: 0px;
	display:  inline-block;
}
.abo_price {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	line-height: 32px;
    font-size: 24px;
    font-weight: 600;
	text-align: left;
	color: #AD293E;
	cursor: pointer;
}
.choice_place {
	position: relative;
	width: 24px;
	height: 24px;
	top: 3px;
	left: 0px;
	margin-right: 20px;
	background-color: #transparent;
	color: #fff;
	border: 1px solid #000;
	border-radius: 12px;
	float: left;
}
.choice_state {
	position: relative;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 2px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 10px;
	float: left;
}
.modul_selected {
	background-color: #AD293E;
}
#next1_button, #next2_button, #next3_button, #next4_button, #next5_button {
	position: absolute;
		width: 240px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	margin-top: 10px;
	right: 0px;
	background-color: #BCCD50;
	color: #fff;
}
#next5_button {
	background-color: #AD293E;
	width: 260px;
}
#pay_button {
	position: absolute;
		width: 140px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	margin-top: 10px;
	right: 25px;
	background-color: #BCCD50;
	color: #fff;
}
#abo_nummer, #abo_final_choice_price, #abo_final_total_price, #abo_info, #abo_start_info, #abo_end_info, .abo_txt, #abo_preis, #abo_pay_art {
    	font-weight: 600;
}
#abo_preis {
	position: absolute;
	right: 25px;
    	color: #AD293E;
}
#config_name_noclick {
	position: absolute;
	width: 100%;
	height: 170px;
	top: 340px;
	left: 0px;
	background-color: #fff;
	opacity:0.7;
}
#box_abo_data {
	position: absolute;
	width: 390px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
#abo_data_command {
	position: absolute;
	width: 340px;
	height: 20px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}

.abo_data_name {
	position: relative;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
	margin-bottom: 20px;
}
#abo_data_form {
	position: absolute;
	width: 340px;
	top: 0px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
#abo_data_button {
		width: 180px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #BCCD50;
	color: #fff;
}
#abo_rechnung_button {
		width: 180px;
		height: 25px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #BCCD50;
	color: #fff;
}
.box_abo_line3 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	line-height: 21px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
.box_abo_line4 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	line-height: 21px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #ccc;
}
.box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-size: 100%;
	text-align: center;
	background-color: #fff;
	z-index: 999;
	ovewrflow: hidden;
}
.box_content {
	position: relative;
	top: 65px;
	left: 0px;
	margin: 0px auto;
	width: 800px;
	height: calc(100% - 65px);
	text-align: center;

}
#box {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#box_editor {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#edit_content {
	width: calc(100% - 200px);
/*	height: 100%; */
	top: 65px;
	height: calc(100% - 65px);
	background-color: #fff;
	display: block;
}
#box_extra_menu {
	position: absolute;
	width: 200px;
	height: auto;
	top: 130px;
	right: 0px;
	background-color: transparent;
	text-align: right;
	display: none;
	z-index: 999;

}
#box_menu_config, #box_menu_profil {
	position: absolute;
	width: 200px;
	height: 400px;
	top: 0px;
	right: 0px;
	background-color: transparent;
	text-align: left;
	overflow: hidden;
}
	.button_extra_menu1 {
		position: relative;
		color: #fff;
		width: 180px;
		height: 25px;
		right: 0px;
		margin-left: 20px;
		margin-bottom:10px;
		padding-left: 10px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: left;
		cursor: pointer;
		background-color: #AD293E;
	}
	.button_extra_menu1:hover {
    	/* font-weight: 600; */
		background-color: #993047;
	}
	.button_extra_menu1.act {
    	/* font-weight: 600; */
		width: 200px;
		background-color: #7A242F;
		margin-left: 0px;
		cursor: auto;
	}
	.button_extra_menu2 {
		position: relative;
		color: #fff;
		width: 180px;
		height: 25px;
		right: 0px;
		margin-left:20px;
		margin-bottom:10px;
		padding-left: 10px;
		padding-top: 12px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: left;
		cursor: pointer;
		background-color: #BCCD50;
	}
	.button_extra_menu2:hover {
    	/* font-weight: 600; */
		background-color: #BCCD50;
	}
	.button_extra_menu2.act {
    	/* font-weight: 600; */
		width: 200px;
		background-color: #798637;
		margin-left: 0px;
		cursor: auto;
	}
#box_finaler {
	display: none;
}
#all_content {
	height:  calc(100% - 65px);
	text-align: center;
}

.lng {
	position: absolute;
	width: 132px;
	height: 37px;
		top: 14px;
		right: 48px;
	background-color: #fff;
	display: block;
}
.data_field8 {
	width: 124px;
	height: 35px;
	padding-left: 11px;
	border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
}
#stripe_pay_button {
	position: relative;
		width: 200px;
		height: 25px;
		padding: 16px;
		line-height: 14px;
    	font-size: 18px;
    	font-weight: 600;
		text-align: center;
		cursor: pointer;
	top: 0px;
	margin: 10px auto;
	right: 25px;
	background-color: #BCCD50;
	color: #fff;
}

/* PE */

.stripe_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	display: none;
}
.stripe_div .back {
    width: 100%;
    height: 100%;
    background: #808080bf;
}
.stripe_div .front {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}
#stripe_close {
    position: absolute;
	top: 5px;
	right: 25px;
	background-color: #000;
	color: #fff;
    font-size: 24px;
    font-weight: 300;
	padding: 0px 5px;
	cursor: pointer;
}

#box_moduls_del {
	position: absolute;
	width: 390px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
#moduls_del_command {
	position: absolute;
	width: 340px;
	height: 20px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
	display: none;
}

.moduls_del_name {
	position: relative;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
	margin-bottom: 20px;
}
#moduls_del_form {
	position: absolute;
	width: 340px;
	top: 80px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
.abo_mods_button {
	position: absolute;
		width: 80px;
		height: 20px;
		padding: 7px;
		padding-bottom: 0px;
		line-height: 14px;
    	font-size: 12px;
    	font-weight: 300;
		text-align: center;
		cursor: pointer;
	top: 0px;
	right:0px;
	background-color: #BCCD50;
	color: #fff;
	display: block;
}
.box_abo_line5 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 20px;
	width: 150px;
	height: auto;
    font-size: 12px;
    font-weight: 300;
	text-align: left;
	color: #000;
	display: inline-block;
	float: left;
}
.abo_widerruf {
	position: relative;
		width: 140px;
		height: auto;
    	font-size: 12px;
    	font-weight: 600;
		text-align: right;
		cursor: pointer;
	top: 0px;
	left:0px;
	background-color: #fff;
	color: #BCCD50;
	text-decoration: underline;
	display: inline-block;
}
.all_mod_widerruf {
	position: relative;
		width: 140px;
		height: auto;
    	font-size: 12px;
    	font-weight: 600;
		text-align: right;
		cursor: pointer;
	top: 0px;
	left:210px;
	background-color: #fff;
	color: #BCCD50;
	text-decoration: underline;
	display: inline-block;
}

#box_modul_del_confirm {
	position: absolute;
	width: 390px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
#modul_del_confirm_command {
	position: absolute;
	width: 340px;
	height: 20px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
}

.modul_del_confirm_name {
	position: relative;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
	margin-bottom: 20px;
}
#modul_del_confirm_form {
	position: absolute;
	width: 340px;
	top: 80px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}
.box_abo_line6 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display:block;
	text-align: left;
}
.abo_confinm_no_button {
	position: relative;
		width: 100px;
		height: 20px;
		padding: 10px;
    	font-size: 12px;
    	font-weight: 600;
		cursor: pointer;
	text-align: center;
	top: 0px;
	left:0px;
	background-color:  #798637;
	color:#fff;
	display: inline-block;
	float: left;
}
.abo_confinm_yes_button {
	position: relative;
		width: 100px;
		height: 20px;
		padding: 10px;
    	font-size: 12px;
    	font-weight: 600;
		cursor: pointer;
	display: inline-block;
	text-align: center;
	top: 0px;
	left:60px;
	background-color: #BCCD50;
	color: #fff;
}
#abo_confinm_yes {
	width: 190px;
	padding: 10px 5px;
	left:20px;
}

#box_modul_revoke_confirm {
	position: absolute;
	width: 390px;
	height:  calc(100% - 65px);
	top: 65px;
	left: 0px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
#modul_revoke_confirm_command {
	position: absolute;
	width: 340px;
	height: 20px;
	top: 20px;
	left: 24px;
	background-color: transparent;
	line-height: 19px;
    font-size: 14px;
    font-weight: 300;
	text-align: left;
	color: #000;
	cursor: pointer;
}

.modul_revoke_confirm_name {
	position: relative;
	width: 340px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #BCCD50;
	margin-bottom: 20px;
}
#modul_revoke_confirm_form {
	position: absolute;
	width: 340px;
	top: 80px;
	left: 24px;
	background-color: transparent;
	line-height: 26px;
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	color: #fff;
}

#please_rotate, #please_rotate_place, #please_rotate_header, #please_rotate_text, #please_rotate_image {
	display: none;
}
@media only screen and (orientation: landscape) and (max-height: 599px) {
    #box_data, #box_pass_changer, #box_conto_del {
    	height:  100%;
    }
}
