.edit.item-page {
	width: 95%;
}

@media only screen and
(max-width:790px) {
  html {
	font-size: 3vw;
}
  
aside {
	right: -20rem;
	bottom: unset;
	width: 7rem;
	z-index: 1;
	background-color: red;
	top: 4rem;
}

.moduletable_user{
	width: 6rem;
	rotate: 1deg;
	padding-bottom: 0.5rem;
  	padding-left: 1rem;
}
  
.moduletable_info img {
	width: 6rem;
	rotate: 1deg;
	padding-left: 1rem;
	max-width: unset;
}
  
container {
  	padding-right: 1rem!important;
}

  

label[for="nav-trigger"] {
		position: fixed;
		right: 3vw;
		top: 3vw;
		z-index: 999;
		height: 30px;
		width: 30px;
		cursor: pointer;
		background-image: url("/images/bedien_elemente/menu.svg");
		background-size: cover;
	}
	
	.nav-trigger ~ label, aside {
		transition: right 0.2s;
	}
	
	.nav-trigger:checked ~ label[for="nav-trigger"] {
		background-position: 100% 0;
	}
	
	.nav-trigger:checked ~ aside {
		right: 2rem;
	}


	html {
		font-size: 3vw;
	}
	
	#page_content {
		width: 100%;
		padding: 0;
	}
  p {
    padding-right:unset;
  }
	h1, h2 {
font-size:2rem;
}
 h3, h4 {
font-size:1.6rem;
}
  h5, h6 {
font-size:1rem;
}
  .kueche .nav img  {
	filter: invert(0%);
    -webkit-filter: invert(0%);
}

#redim-cookiehint {
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 12px !important	;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	background-color: #FF0000 !important;
	text-align: center;
	position: absolute !important;
  	width:100vw;
  	bottom: 0;
}

	
}

