#dialog{
    background-color: #e6e6e6;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    padding: 15px;
	z-index:200;
	display:none;	
	width: 80%;
	max-width:80%;
	font-size:1.2em;		
    overflow: auto;
}

#dialogcloseclickdiv{
	position: fixed;
    background-color: black;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 199;
    top: 0;
    left: 0;
	display:none;
}

#dialogclosediv{
	border-radius: 0px 5px 5px 0px;
		display:flex;
		align-items:center;
		justify-content:center;
		height:60px;
		width:60px;
		position:absolute;
		z-index:5;		
		top:20px;
		right:20px;	
}

#dialognclosesvg{
		background: url(../svg/kreuz.svg);
		background-size:100%;
		cursor:pointer;		
		width:100%;
		height:100%;
}

#dialogbuttonwrapper{
	position:relative;
	height:50px;
	width:100%;
	display:flex;
	justify-content:center;
	gap:70px;
	left:0px;
	margin: 90px 0px 20px;
}

#dialogtext{
	text-align:center;
	font-size:2em;
	color:#615f5f;
	margin-top:75px;
}

#dialoginput{	
	all: unset;
	cursor: text;
	background-color: white;
	padding: 8px;
	margin: 0;
	box-shadow: 0px 0px 10px 0px lightgrey;
	border-radius: 10px;
	width: 65%;
	font-size: 1.1em;
	color: #615f5f;
	border: solid 1px white;
	text-align:left;
	margin: 20px 0px 0px 0px;
}

#dialogtextinputtitle{
	font-size:1.5em;
	color:#870000;
	text-align:left;
	margin: -67px 0px 30px 10px;
	
}

#dialogtexttitle{
	font-size:1.5em;
	color:#870000;
	text-align:center;
	margin: 5px 0px -20px 0px;
	word-wrap: break-word;
}

.dialogbutton{
    background: #f0ba20;
    color: #870000;    
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
    position: relative;
    cursor: pointer;
	display:flex;
	align-items:center;
	justify-content:center;	
	width: 250px;
	height: 70px;
	border-radius: 10px;
	font-size: 1.8em;
	top:-15px;
		
}

#dialoginputbutton{
}

.editdialogpassworddiv{	
	background-color:white;
	margin:auto;	
	box-shadow:0px 0px 10px 0px lightgray;
	border-radius:10px;	
	width:266px;
	display: grid;
	grid-template-columns: auto 1.8em;
	grid-template-rows: 100%;
	gap: 0px 0px;
	position:relative;	
	height:1.8em;	
	width:70%;
	text-align:left;
}

.editdialogpasswordshowchoose{	
	width:1.8em;
		height:1.8em;	
		 border-radius: 0px 5px 5px 0px;
		 display:flex;
		align-items:center;
		justify-content:center;
		position:absolute;
		right:0;
		top:0;
}

.editdialogpasswordshowchoosesvg{
	width:50%;
	height:50%;
	cursor:pointer;
	background: url(../svg/deselecteye.svg);
	background-size:100%;	
}

input.editdialogpassword{
	all:unset;
	cursor:text;
	width:100%;	
	border-radius:10px;
	font-size:1em;
	color:#615f5f;
	padding:8px 59px 8px 8px;
	border: solid 1px white;
}

input.editdialogpassword:focus{
	border: solid 1px #870000;
}

.editdialoginputdescriptionwrapper{
width:70%;
height:auto;
position:relative;
margin:0px auto 40px auto;
}

.editdialoginputdescription{
	margin:2px 0px 0px 6px;
	padding:0;
	color:#870000;
	font-size:0.7em;	
	float:left;
}

#wrongproductinformationssector, #wrongproductinformationsproblem{
	all: unset;
    z-index: 50;
    height: 50px;
	min-width:calc(100% - 45px + 16px + 2px);
    margin-left: -10px;
    padding: 4px 35px 2px 10px;
    border-radius: 10px;
    border: solid 1px white;
	align-items:center;
	text-overflow: ellipsis
}

.wrongproductinformationslabels{
	cursor: pointer;
    background-color: white;
    padding: 8px;
    margin: 10px auto 10px auto;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 10px;
    font-size: 0.8em;
    color: #615f5f;
    border: solid 1px white;
    position: relative;
    width: 80%;
    height: 40px;	
}

.wrongproductinformationsdropdownsymboldiv{
    background: url(../svg/dropdownsymbol.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    right: 4px;
    z-index: 0;
    position: absolute;	
	height: 40px;
	width: 40px;
	top: 10px;
}

#wrongproductinformationscommentdiv{
	margin: 20px 0px 10px 0px;
	font-size:0.9em;
}

#wrongproductinformationstextarea{
	all: unset;
    cursor: text;
    background-color: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 10px;
    color: #615f5f;
    border: solid 1px white;
    resize: vertical;
    overflow-wrap: break-word;
	text-align:left;	
	font-size: 0.8em;
	width: 80%;
	max-width: none;
	max-height:300px;
	min-height: 150px;
	height:300px;
}

#disabledoption{
	color:lightgray;
}

#wrongproductinformationstextarea:focus, #wrongproductinformationssector:focus, #wrongproductinformationsproblem:focus{
	border: solid 1px #870000;
}

#selectlistlabel{
	 cursor: pointer;
    background-color: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 10px;
    font-size: 1em;
    color: #615f5f;
    border: solid 1px white;
	position:relative;
	width:500px;
	height:42px;
}

#selectlist:focus{
	border: solid 1px #870000;
}

#selectlist {
	all:unset;
	z-index:50;
	height:46px;
	width: 100%;
    margin-left: -9px;
	margin-right:-9px;
    padding: 6px 48px 6px 10px;
	border-radius: 10px;	
	border: solid 1px white;
}

.green{
	color:#870000;
}

@media all and (min-width: 451px) {
	#wrongproductinformationscommentdiv{
		margin: 20px 0px 5px 0px;
	}
	
	input.editdialogpassword{
		width:268px;	
		padding:8px 37px 8px 8px;
	}
	
	#dialog{
		width: 450px;
		max-width:70%;
		max-height: 70%;
		font-size:1em;
	}

	#dialogclosediv{
		top:10px;
		right:10px;
	}
	
	#dialognclosesvg{
		width:66.66%;
		height:66.66%;		
	}

	#dialogtext{
		font-size:1.5em;
	margin-top:60px;
	}

	#dialoginput{		
		all: unset;
		cursor: text;
		background-color: white;
		padding: 8px;
		margin: 0;
		box-shadow: 0px 0px 10px 0px lightgrey;
		border-radius: 10px;
		width: 250px;
		font-size: 1.1em;
		color: #615f5f;
		border: solid 1px white;
		text-align:left;
		margin: 20px 0px 0px 0px;
	}

	#dialogtextinputtitle{
		font-size:1.5em;
		margin: -57px 0px 30px 10px;		
	}
	
	#dialogbuttonwrapper{		
		margin: 40px 0px 10px;
	}
	
	.dialogbutton{
		width: 150px;
		height: 40px;
		border-radius: 10px;
		font-size: 1.4em;
		top: 10px;
	}

	.editdialogpassworddiv{		
		background-color:white;
		margin:auto;	
		box-shadow:0px 0px 10px 0px lightgray;
		border-radius:10px;	
		width:266px;
		display: grid;
		grid-template-columns: auto 1.8em;
		grid-template-rows: 100%;
		gap: 0px 0px;
		position:relative;	
		height:1.8em;	
		width:70%;
		text-align:left;
	}

	.editdialogpasswordshowchoose{		
		width:47px;
		height:47px;	
	}

	#wrongproductinformationssector, #wrongproductinformationsproblem{	
		height: 32px;
		
	}

	.wrongproductinformationslabels{
		height: 22px;	
	}

	.wrongproductinformationsdropdownsymboldiv{
		height: 28px;
		width: 28px;
		top: 6px;
	}

	#wrongproductinformationstextarea{	
		font-size: 0.6em;
		max-width: 500px;
		max-height: 250px;
		min-height: 150px;
		height:200px;
	}		
	
	#dialognclosesvg:hover{
		background: url(../svg/kreuzhover.svg);
		background-size:100%;
	}


	.dialogbutton:hover{
		background: #870000;
		color: #f0ba20;
	}
	
	#selectlistlabel{
		width:300px;
		height:22px;
	}

	#selectlist {
		height:26px;
		padding: 4px 28px 8px 10px;
	}

}