body {
	padding-bottom: 100px !important;
	width: 100% !important;
}

.header {
	display: none;
}

.box-clippings {
	background-color: rgb(102, 102, 102);
}

.evening-description {
	line-height: 1.5;
	margin-bottom: 30px;
}

.evening-description a {
	color: #428bca;
}

.evening-description a:hover {
	color: #2a6496;
}

.modal-open {
	text-align: left;
	cursor: pointer;
	margin-bottom: 5px;
}

.modal-page {
	padding: 15px;
	overflow: hidden;
}

.modal-page img {
	max-width: 100%;
	height: auto;
}

.modal {
	overflow: auto;
}

.modal-inner {
	margin-bottom: 60px; 
}

.searchbar {
	position: absolute;
	right: 15px;
	top: -70px;
	width: 810px;
	max-width: 90%;
}

.login {
	width: 400px;
	text-align:right; 
}

.login .login-box {
	text-align: left;
}

.login.active .login-box {
	display: block;
}

.searchbar button {
	background-color: #C2211E;
	border: none;
	border-radius: none;
	-webkit-appearance: none;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	width: 31%;
	text-align: center;
	float: left;
}
.searchbar input {
	background-color: white;
	border: none;
	border-radius: none;
	-webkit-appearance: none;
	float: left;
	width: 69%;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
}

.box-viergeteilt a {
	cursor: pointer;
	position: relative;
}

.delete {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: black;
	color: white;
	font-size: 16px;
	z-index: 1000;
}

.close-news-body {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #666666;
	display: none;
	z-index: 1000;
	font-weight: bold;
	cursor: pointer;
	background-color: rgba(255,255,255,0.4);
}

.form-group input[type='text'] {
	width: 100%;
}

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
}