#cssmenu{
	/*display: none;*/
}

.userData{
	width:50%;
	left:25%;
	position: relative;
}

.userData input{
	width:100%;
}

.userData textarea{
	width:100%;
	min-height:10%;
}

.userData input.preset{
	color: var(--maincolor);
	font-weight: bold;
}

.userData input.formRadio{
	width: auto;
}

.userData .uRadio label.form__label{
	top:0;
	left:30px;
}

.userData .uData.radioGroup{
	margin-top:0;
}


.content{
	min-height:unset;
}

.BestellungContent{
	width:100%;
}

.BestellungContent .content-element{
	width:80%;
}

.Artikel{
	font-size:1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.Artikel div{
	padding: 0 10px;
}

.Artikel div.artNr{
	width:10%;
	flex-shrink:1;
}
.Artikel div.artDescription{
	width:40%;
	flex-shrink:1;
}
.Artikel div.artPrice{
	width:10%;
	flex-shrink:1;
	display: none;
}
.Artikel div.artMenge{
	width:10%;
	flex-shrink:20;
}

.Artikel div.artBemerkung{
	width:40%;
	flex-shrink: 1;
}

.Artikel div input{
	width:100%;
}

.Bestellung-Wrapper hr{
	color:transparent;
	border-bottom:1px solid var(--secondcolor);
}

.Artikel.ArtikelHeadline{
	background-color: var(--secondcolor);
}

.Artikel.ArtikelHeadline div{
	color:white;
	font-weight: bold;
}

.btnWrapper{
	width:100%;
	display:flex;
	justify-content:right;
}

.btn{
	padding: 0.5em 1em;
	font-size: 100%;
}

.draw-border {
	box-shadow: inset 0 0 0 1px var(--maincolor);
}

.Bestellung-Wrapper hr{
	display:none;
}

.category_block .content-element{
	width:100%;
}

.we_userinput table{
	width:100%;
	position:relative;
}

.we_userinput table td:first-child{
	width:80%;
}

.we_userinput select.formChoice{
	position:relative;
	transform: translateX(-20%);
	width: 120%;
}

.radioText{
	font-size: 1rem;
	color: #545454;
}

input[type="file"] {
	display: none;
}
.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	transition: 0.2s ease-in;
}

.custom-file-upload:hover {
	border: 1px solid var(--maincolor);
}

.fileList .wrapper:last-child button{
	display: none;
	}

.noFileSelected{
	margin:0 10px;
}


@media (max-width: 768px) and (orientation: portrait){
	.content-element{
		max-width:90%;
	}

	.userData{
		width: 100%;
		left: 0;
	}

	.category_switch .category_selector .wrapper div h3 {
		font-size:50%;
	}

	#orderBlock h2, #orderBlock h1{
		font-size: calc(80% * var(--headlinesize));
	}

}


.category_switch{
	position:relative;
}

.category_switch .category_selector{
	width: 100%;
	display: flex;
	justify-content: center;
}

.category_switch .category_selector .wrapper{
	display:flex;
	width:70%;
	justify-content: center;
}

.category_switch .category_selector .wrapper div{
	background:transparent;
	padding:0 5%;
	transition: 0.2s ease-in;
	position:relative;
	height:100%;
}

.category_switch .category_selector .wrapper div .bg{
	transition: 0.2s ease-in;
	position:absolute;
	width:0%;
	height:100%;
	opacity:0;
	transform:skew(-10deg);
	background: var(--menucolorscrolled);
	top:0%;
	z-index:10;
	pointer-events:none;
	left:-5%;
}

.category_switch .category_selector .wrapper div.open .bg{
	width:100%;
	opacity:1;
}

.category_switch .category_selector .wrapper div h3{
	text-align: center;
	width:100%;
	color: var(--linkcolor);
	cursor:pointer;
	transition: 0.2s ease-in;
	position:relative;
	height: 100%;
	z-index:20;
}

.category_switch .category_selector .wrapper div h3:hover{
	text-align: center;
	color: var(--maincolor);
}

.category_switch .category_selector .wrapper div.open h3{
	color: var(--maincolor);
}

.category_switch .block-wrapper{
	position:relative;
}

.category_switch .category_block{
	opacity:0;
	height:0;
	overflow:hidden;
	pointer-events:none;
	transition:0.2s ease-in;
	position:relative;;
}

.category_switch .category_block.open{
	opacity:1;
	pointer-events:initial;
	height:auto;
}

.category_switch .headline{
	text-align:center;
	display:flex;
	justify-content:center;
	margin:5% 0;
}
