.vbox .innerwrapper{
	border: 1px solid #cccccc;
	padding: 5px;
}

.vbox .title{
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}

.rubrik-item, .kategorie-item, .unterkategorie-item, .erzeugnis-item{
	cursor: pointer;
}

.vbox .all > div:hover:before, .vbox .all > div.current:before{
	font-family: 'icomoon' !important;
	content: "\e920";
	position: absolute;
	left: 5px;
}

.clickable-row{
	cursor: pointer;
}

.vbox .all{
	width: 100%;
}

.vbox .all > div{
	padding: 10px 30px;
	position: relative;
}

.vbox .all > div.current, .vbox .all > div:hover{
	background-color: #ebebeb;
	font-weight: bold;
}

.vbox .all > div.current:after{
	font-family: 'icomoon' !important;
	content: "\e91b";
	float: right;
	font-weight: normal;
	margin-right: -15px;
}

.vbox .all > div .more{
	display: none;
	position: absolute;
	right: 5px;
	bottom: 4px;
	font-size: 20px;
}

.vbox .all > div .editbox{
	display: none;
	position: absolute;
	background-color: #f2f2f2;
	margin-top: -15px;
	font-size: 16px;
	padding: 5px 0;
	margin-left: -91px;
}

.vbox .all > div:hover .more{
	display: block;
}

.vbox .all > div .more:hover .editbox, .vbox .all > div .editbox:hover{
	display: block;
	z-index: 1;
}

.vbox .editbox .editlink{
	width: 100%;
	cursor: pointer;
	padding: 0px 21px;
	font-weight: normal;
	line-height: 2;
}

.vbox .editbox .editlink:hover{
	text-decoration: underline;
}

.fake-button{
	cursor: pointer;
}

.vbox .miniform{
	width: 100%;
	overflow: hidden;
	display: none;
	padding: 5px 30px;
}

.vbox .new-btn{
	margin-left: 30px;
	margin-top: 15px;
}

.kategorien .new-btn, .unterkategorien .new-btn, .erzeugnisse .new-btn{
	display: none;
}

.vbox .erzeugnis-item.chosen{
	background-color: #ebebeb;
	font-weight: bold;
}

.vbox .erzeugnis-item.chosen:after{
	content: "\e921";
	float: right;
	font-family: 'icomoon' !important;
	font-weight: normal;
}

.vboxes{
	margin-top: 25px;
}

.vbox{
	padding-left: 2px;
	padding-right: 2px;
}
.vbox:first-child{
	padding-left: 15px;
}
.vbox.erzeugnisse{
	padding-right: 15px;
}

.pdfdetails{
	float: left;
}

.ausgabe-box, .magazin-box{
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	margin-right: 10px;
	float: left;
}
.ausgabe-box a, .magazin-box a{
	color: #999999;
	padding: 10px 20px;
	float: left;
}
.ausgabe-box.active, .magazin-box.active{
	background-color: #FFF;
	border: 1px solid #e00024;
	color: #e00024;
}
.ausgabe-box.active a, .magazin-box.active a{
	color: #e00024;
}

.margin-top-30{
	margin-top: 30px;
}

.slick-slider .slick-arrow{
	position: absolute;
	top: 4px;
	cursor: pointer;
	font-size: 30px;
}

.slick-slider .slick-arrow.prev{
	left: -30px;
}

.slick-slider .slick-arrow.next{
	right: -30px;
}

.nobutton{
	background-color: transparent;
	border: none;
}

.modal .modal-content{
	border-radius: 0;
	border-top: 4px solid #e00024;
	padding: 45px;
}

.modal .title{
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}

#editbanner-modal textarea{
	width: 100%;
}

.filterlinks{
	float: right;
}

.filterlinks a{
	background-color: #f2f2f2;
	padding: 3px 15px;
	color: #000;
	text-decoration: none;
}
.filterlinks a.active, .filterlinks a:hover{
	background-color: #e00024;
	color: #FFF;
}

.belegungsplan{
	width: 100%;
	min-height: 60vh;
}

span.black{
	color: #000 !important;
	font-size: 36px;
}
h1 a:hover{
	text-decoration: none;
}

h1 a .icon-prev:before {
    top: 2px;
    position: relative;
}

.btn-secondary{
	border-radius: 0;
	padding: 5px 30px 3px;
}

.modal .ajax-form input, .modal .ajax-form select{
	width: 100%;
}

.printexport-form{
	padding-top: 55px;
}
.printexport-form select{
	margin-top: 4px;
}

.rundmail{
	border: 1px solid #cccccc;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.rundmail .title{
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	padding: 15px;
}

.rundmail .content{
	float: left;
	width: 100%;
	padding: 30px 15px 15px;
}

.pointer, .fakelink{
	cursor: pointer;
}

.ui-datepicker-header{
	background-image: none;
	background-color: #dd0023;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover{
	background-image: none;
	background-color: rgba(224, 0, 36, 1);
	color: #FFF;
	border: 1px solid #dd0023;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background-image: none;
	border: 1px solid #dd0023;
	color: #dd0023;
}

.smallbutton{
	padding: 5px 10px;
	background-color: #f2f2f2;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
}

.smallbutton.active{
	background-color: #e00024;
	color: #FFF;
}

.search{
	float: right;
	margin-right: 15px;
	background-color: #e2e2e2;
	border: none;
	padding: 5px 10px;
	min-width: 350px;
}

.text-right .smallbutton{
	float: right;
}

.statistik-head .smallbutton{
	float: right;
}

.hasDatepicker{
	width: 110px;
}

.pull-up.row{
	margin-bottom: -70px;
	position: relative;
	z-index: 1;
}

.list.inline-list{
	padding-top: 5px; 
}

.input-group.small{
	width: auto;
	float: left;
}

.pull-up.statistik-row{
	float: right;
    width: 50%;
    bottom: -30px;
}

.erzeugnis-search{
	float: left;
}

.erzeugnisresults{
	float: left;
	width: 100%;
	padding-top: 15px;
}

.searched-erzeugnis-item.chosen:before{
	content: "\e921";
	font-family: 'icomoon' !important;
	font-weight: normal;
	position: absolute;
	left: 40px;
	margin-top: 14px;
}

.searched-erzeugnis-item{
	cursor: pointer;
}

.searched-erzeugnis-item.rows:hover{
	background-color: #fdf3f4;
}

#getuser-modal .all-users .user-row{
	border-bottom: 1px solid grey;
}

.pos-toggle{
	font-size: 14px;
	background-color: #fefafb;
	float: left;
	width: 100%;
	display: none;
}

.redbackground{
	background-color: #fdf3f4;
	border-top: 1px solid #f5afb9;
	border-bottom: 1px solid #f5afb9 !important;
}

.premium-box{
	float: left;
	width: 25%;
	border: 1px solid #f2f2f2;
	padding-bottom: 50px;
	position: relative;
}

.premium-box .title-box{
	padding: 20px 40px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e00024;
	font-size: 24px; 
}

.premium-box .content-box{
	padding: 20px 40px;
	float: left;
	width: 100%;
}

.premium-box .price-box{
	font-size: 20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.premium-box .big-text{
	font-size: 26px;
}

.red-text{
	color: #f08092;
}

.premium-box .bottom{
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: center;
}

header .menu-hauptmenue-container li.active a{
	font-weight: bold;
	text-decoration: underline;
}

.messe-banner{
	float: left;
}

.printexport-form .submitbutton{
	padding-top: 8px;
	float: left;
	margin-right: 15px;
}

.red-border{
	border: 1px solid #e00024;
	color: #e00024;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 15px;
}

.noaction{
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.sortlinks{
	float: right;
	font-size: 12px;
	margin-top: -6px;
}