.mob-none,
.mob-hide{
    display: none;
}
.mob-view,
.mob-show{
    display: block;
}
.mob-h-auto {
	height: auto;
}

body {
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
	display: block;
	margin: 10px;
}

html {
    min-height: 100%;
    height: 100%;
}

/* LAYOUT */
#seitenbereich {
	position		:	static;
	width			:	100%;
	margin			:	0;
}
.navigation {
	background-color: white;
}
.allenfalls {
    position: fixed;
    top: 125px;
	left: 5px;
	width: auto;
}
.content {
	margin: 0 20px 0 20px;
}
.artikel_1-2,
.artikel_1-3 {
    margin: 0 !important;
}
.rechts {
	text-align: left;
}
.top40,
.top450 {
	margin-top: 0;
}
.pleft20 {
	padding-left: 4px;
}
.pright20 {
	padding-right: 4px;  
}

.brick > a > img {
	width: 100%;
}

.portrait {
  width: calc(100% - 0.4em);
  height: auto;
}
