@media only screen and (max-width:900px) {
html {
  overflow-y: scroll;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;;
	line-height: 1.5;
	color: var(--farbe-textfarbe);
	/*background: linear-gradient(90deg, #FFF8DC 8%,  #fbd084 10%, #fbd084 90%, #FFF8DC 92% );*/
	background-color: var(--farbe-bodyhintergrund);
	 height:100%;
}

/** Layout **/
#left, #right {
	display:none;
}


.mod_article {
	padding-left: 10px;
	padding-right: 10px;
}

.Startseite > #wrapper > #container > #main {

	background:
	url("/files/BaeckereiLeiteritz/system/layoutbilder/hintergrundHelperR.png") right  top no-repeat ,
	url("/files/BaeckereiLeiteritz/system/layoutbilder/hintergrund_BrLa.png") 23px 17px repeat-y,
	url("/files/BaeckereiLeiteritz/system/layoutbilder/hintergrund_BrOa.png") 35px 0px no-repeat;
}


.Startseite > #wrapper > #container > #main > .inside {
	margin-left:40px;
	margin-top:17px;
	margin-bottom:0px;
	padding:20px;
	padding-top:30px;
	background: 
	url("/files/BaeckereiLeiteritz/system/layoutbilder/hintergrund_BrUa3.png") 0px bottom no-repeat ,
	url("/files/BaeckereiLeiteritz/system/layoutbilder/hintergrund_BrRa3.png") right top repeat-y , 
	var(--farbe-artikelhintergrund)	;
}

}


@media only screen and (max-width:767px)  {
	.Startseite > #wrapper > #container > #main > .inside {
			margin-left:40px;
	margin-top:17px;
	margin-bottom:0px;
	padding:0px;
	padding-top:30px;
	background: 
	url("/files/BaeckereiLeiteritz/system/layoutbilder/hintergrund_BrUa3.png") 0px bottom no-repeat ,
	url("/files/BaeckereiLeiteritz/system/layoutbilder/hintergrund_BrRa3.png") right top repeat-y , 
	var(--farbe-artikelhintergrund)	;
	}

#header > .inside > .baeckerlogo > img {
	max-width: 80%;
	left:10px;
	height: auto;
}
}


@media only screen and (max-width:500px)  {
	/*img {
	max-width: 60%;
	height: auto;
}*/
}