.min-640 {
	display: block;
}

td.min-640, th.min-640 {
	display: table-cell;
}

p, .mp {
	padding: 0.5em;
}

p {
	padding-top: 0;
}

.mp2 {
	margin: 0.5em;
}

#header .padding {
	padding-bottom: 0;
}

.padding {
	padding: 2em;
}

#content .row:FIRST-CHILD {
	padding-top: 1em;
}

.row.color-light {
	border-top: 1px solid #ddddc8;
	border-bottom: 1px solid #ddddc8;
}


input[type=submit], .button {
	width: auto;
	display: inline-block;
}

.c50, .c25 {
	width: 50%;
}

.c25:nth-child(2n+2) {
	clear:both;
}


.c33f {
	width: 50%;
}

#menu ul, #login-label, #logout {
	display: block;
	float: left;
}

#login {
    float: right;
    display: block;
}

#back-button {
	display: none;
}

#login li {
	border-left: 1px dotted #FFFFFF;
}

#login li:first-child {
    border-left: 0 none;
}

#login a {
	padding: 0 0.3em;
}

#menu-button, #search-button {
	display: none;
}


#menu {
	clear: both;
    float: left;
    margin-top: 0.3em;
}

#menu ul li {
	padding: 0;
}

#menu ul li a {
	padding: 0.5em;
	display: block;
}

#logo {
	width: 240px;
	height: 70px;
	margin: 0.5em;
}

#footer {
	border-top-width: 1px;
	margin-top: 4em;
}

#footer div {
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer ul {
	float:right;
}

#footer ul li {
	float: left;
	display: block;
	padding-left: 1em;
}


.buttonlist li {
	float: left;
}


ul.list1 li {
	border: 0 none;;
	background-color: inherit;
	margin-bottom: 2px;
}

ul.list1 li a {
	padding: 0.4em 0;
}


/* DYNAMIC TABLE */

.list-table {
	display: table;
	border-collapse: collapse;
	margin-bottom: 2em;
}

.list-table .list-row, .list-table .list-header {
	display: table-row;
}


.list-table .list-cell {
	display: table-cell;
	text-align: center;
    vertical-align: middle;
    padding: 0.4em 0.5em;
}

.list-table .list-header span {
	display: table-cell;
	text-align: center;
    vertical-align: bottom;
    padding: 0.33em;
	white-space: nowrap;
	text-transform: uppercase;
}

.list-table .cell-label {
	display: none;
}

.list-table .last-answer, .list-table .last-post-created {
	display: block;
}

.list-table .created span.cell-label {
	display: inline;
}

.list-table .list-header .count-view-head, .list-table .count-view {
	display: none;
}


/* POST LIST */

.post-list .post-author {
	float: left;
	max-width: 150px;
}

.post-list .post-author>*, .post-list .post-content>* {
	display: block;
}

.post-list .post-name {
	margin-bottom: 0.3em;
	font-size: 1.5em;
}

.post-list .post-created {
	text-align: right;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.post-list .post-created:before {
	content: "geschrieben am ";
}
.post-list .post-created:after {
	content: none;
}


.post-list .post-content>* {
	margin-left: 200px;
}

.post-list .post-attachment {
	margin-top: 0.5em;
}

.key-value li {
	padding: 0.4em 0.5em;
}


.facet .value {
   padding: 0 0.5em;
    border-bottom: 0 none;
}

.facet .value:FIRST-CHILD {
    border-top: 0 none;
}

.formular ul li {
	padding: 0.5em;
}


td {
	padding: 0.4em 0.5em;
}

thead th {
	padding: 0.5em 0.35em;
}


.actionbar {
	position: static;
}

.actionlist {
	padding: 1em 0.375em 0;
}

.actionbar .button {
	float: left;
	margin: 0 1em 1em 0;
}

.actionlist li:FIRST-CHILD {
	display: none !important;
} 

#menu ul, #login, .actionlist li {
    display: block !important;
}

#food_quicksearch {
	display: block !important;
	float: right;
	background-color: white;
	margin-bottom: 0.3em;
}

.active-overlay > #header, .active-overlay > #content, .active-overlay > #footer, .active-overlay > .sky-wrapper  {
	filter: blur(3px);
	transition: blur 300ms ease;
}

