@import
	"https://google-fonts.hellwach.io/googleapis/css?family=Open+Sans:400,300,600&amp;subset=cyrillic,latin"
	;

/* BOOTSTRAP ----------------------------------------- */
body {
	background-color: #f3f3f3;
	color: #373737;
	font-family: "Open Sans", Arial, sans-serif;
}

.ui-widget {
	color: #373737;
	font-family: "Open Sans", Arial, sans-serif;
}
       
a, .ui-widget-content a {
	color: #e67e22;
}

a.no-color {
	color: #555;
}

a i.fa {
	margin-right: 9px;
}

a:hover {
	text-decoration: none;
	color: #d35400;
}
#start a:hover i {
	color: #d35400;
}

/* Schriften */
h1 {
	font-size: 28px;
	line-height: 35px;
}

h2 {
	font-size: 24px;
	line-height: 33px;
}

h2.subtitle {
	font-size: 16px;
	font-weight: 300;
	color: #777;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 15px;
	margin: 15px;
}

h3 {
	font-size: 20px;
	line-height: 27px;
}

h4 {
	line-height: 25px;
}

h5 {
	line-height: 20px;
}

h6 {
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #555555;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	margin-top: 5px;
	text-shadow: none;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	margin-right: 5px;
	margin-top: 5px;
}

p, li, li a, label {
	color: #555555;
}

p.bg-info {
	padding: 15px;
	border-radius: 3px;
}

.text-badget {
	padding: 5px;
	border-radius: 3px;
	margin: 0 5px;
}

.img-bordered {
	border: 1px solid #ddd;
	margin: 15px 0;
	padding: 5px;
}

hr {
	border-top: 1px dotted #ddd;
}

hr.divider {
	margin: 100px 0;
}

h1.hw-headline {
	text-transform: uppercase;
	font-size: 24px;
}

h1.hw-title, h2.hw-headline {
	background-color: #f9f9f9;
	border-left: 5px solid #e67e22;
	color: #555;
	font-size: 22px;
	margin: 15px 15px 15px -15px;
	padding: 15px 30px 15px 25px;
}

h1.hw-headline a, h2.hw-headline a, h3.hw-headline a, h1.hw-title a {
	color: #555;
}

h1.hw-headline a:hover, h2.hw-headline a:hover, h3.hw-headline a:hover,
	h1.hw-title a:hover {
	color: #e67e22;
}

h3.hw-headline {
	font-family: "Open Sans", ​Arial, ​sans-serif;
	font-size: 20px;
	color: #555555;
	line-height: 28px;
	font-weight: 200;
	margin: 0;
	padding: 10px 15px 15px;
}

table {
	width: 100%;
}

table th, table td {
	padding: 5px 0;
}

.ui-inputfield.input-lg, select.input-lg {
	border-radius: 2px !important;
	color: #555;
	box-shadow: none;
	line-height: 22px;
	font-size: 15.2px;
}

.input-group .ui-inputfield.input-lg {
	border-radius: 0 6px 6px 0 !important;
}

.hw-headline-divider {
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
}

.hw-headline-divider small {
	margin-top: -10px;
}

.hw-headline-divider::after {
	background: #e67e22 none repeat scroll 0 0;
	bottom: -5px;
	content: " ";
	height: 2px;
	left: 1px;
	position: absolute;
	width: 30px;
	z-index: 1;
}

ul.hw-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.hw-list li {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

ul.hw-list i {
	float: left;
	font-style: normal;
	margin-left: -20px;
}

.navbar {
	min-height: 40px;
}

/* Settings */
::-moz-selection {
	color: #fff;
	background: #e67e22;
}

::selection {
	color: #fff;
	background: #e67e22;
}

a.btn i.fa {
	margin-right: 7px;
}

.btn-hw {
	background-color: #e67e22 !important;
	border-color: #e67e22;
	color: #ffffff !important;
}

.btn-hw:hover {
	background-color: #d35400 !important;
	border-color: #d35400;
}

button.btn-save, button.btn-cancel, .btn-preview {
	padding: 7px 12px;
	color: #fff;
	width: 100%;
	display: block;
}

.btn-preview {
	font-size: 12px;
	background-color: #eee;
	color: #333;
	line-height: 22px;
}

.btn-preview:hover {
	background-color: #ddd;
}

button.btn-save.ui-button-text-only .ui-button-text, button.btn-cancel.ui-button-text-only .ui-button-text
	{
	padding: 0;
	line-height: 22px;
	font-size: 12px;
}

button.btn-save {
	background-color: #72c02c;
}

button.btn-save:hover {
	background-color: #5fb611
}

button.btn-cancel {
	background-color: #e74c3c;
}

button.btn-cancel:hover {
	background-color: #c0392b
}

.input-group-addon {
	border: 0;
}

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus,
	.ui-widget-header .ui-inputfield.ui-state-focus {
	border-color: #e67e22;
	color: #e67e22;
	box-shadow: inherit;
}

.ui-messages-error, .ui-message-error {
	margin: 5px 0;
	color: #a94442;
	padding: 10px;
	border-radius: 3px;
	border: 0;
}

.ui-message-error-icon, .ui-messages-error-icon {
	display: none;
}

input.ui-inputfield.ui-state-error {
	background-color: #f2dede;
	color: #a94442;
}

input.ui-inputfield.ui-state-error::-moz-placeholder {
	color: #a94442;
}

.ui-messages ul {
	margin: 0;
}

.hw-container {
	padding: 15px;
	background-color: #fff;
	/*	border: 1px solid #ddd; */
	margin-bottom: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-default {
	padding: 7px 12px;
	border: 0;
	color: #555;
	background-color: #f0f0f0;
	border: 0;
}

.btn-default:hover {
	background-color: #eee;
}

.hw-filter-bar {
	margin: 0 15px;
}

.hw-filter-bar .btn-default {
	border: 0;
	color: #555;
	background-color: #f9f9f9;
	padding: 10px;
	margin-top: 15px;
	font-size: 15px;
	line-height: 22px;
}

.hw-lines-1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hw-text-cut {
	text-overflow: ellipsis;
	overflow: hidden;
}

.hw-breadcrumb {
	margin-bottom: 0;
}

.hw-list-row {
	padding: 0 15px;
}

.hw-list {
	background-color: #f9f9f9;
	overflow: hidden;
	margin: 15px;
	position: relative;
}
.hw-companies  .hw-list {
overflow: visible;
}
#registrierung .hw-list {
	background-color: transparent;
}

.hw-list.hw-news {
	margin: 15px 0;
}

.hw-list a {
	color: #555;
}

.hw-list a:hover {
	color: #d35400;
}

.hw-list .hw-desc {
	overflow: hidden;
}

.hw-list .hw-desc img {
	display: none;
}

.hw-list p {
	color: #555555;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 13px;
	line-height: 1.6;
}

.hw-list .hw-badge, .hw-list .hw-badge-today {
	background: #ffffff none repeat scroll 0 0;
	display: inline-block;
	padding: 5px 15px;
	position: absolute;
	top: 25px;
	left: 0;
	text-align: center;
	padding: 5px 15px;
}

.hw-list .hw-badge-today {
	top: 75px;
	font-size: 10px;
	background-color: #72c02c;
	color: #fff;
	text-transform: uppercase;
}

.hw-list .hw-badge span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.hw-list .hw-badge small {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: 0;
}

.hw-list-info {
	border-top: 1px solid #eeeeee;
	margin: 0;
	overflow: hidden;
	padding: 8px 10px 6px 10px;
	font-size: 14px;
}

.hw-list-info li {
	font-size: 12px;
	line-height: 14px;
	padding: 0 5px;
	width: 45%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hw-list-info li.divider {
	width: 5%;
}

.hw-list-info li .fa {
	margin-right: 8px;
}

.hw-list-info li a {
	color: #333;
}

.hw-list-info li a:hover {
	text-decoration: none;
	color: #d35400;
}

.hw-list .hw-image, .hw-image {
	background-color: #ddd;
	/*	background-image: url('../images/mv-icon.svg');
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: top; */
	border-bottom: 5px solid #e67e22;
	overflow: hidden;
	color: #f7d8bd;
	text-align: center;
	vertical-align: middle;
}

.hw-list .hw-image a, .hw-image a {
	color: #777;
	margin-top: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.hw-list .hw-image i, .hw-image i {
	font-size: 50px;
	margin-top: 50px;
	display: block;
	text-align: center;
}

.hw-list .hw-image img, .hw-image img {
	transition: all 0.8s ease-in-out 0s;
}

.hw-list .hw-image:hover img, .hw-image:hover img {
	transform: scale(1.2) rotate(2deg);
}

.hw-event-info, .hw-poi-info {
	background-color: #f9f9f9;
}

.hw-event-info, .hw-poi-info ul {
	padding: 10px 10px 0 10px;
	margin: 0;
}

.hw-event-info, .hw-poi-info ul li {
	padding-bottom: 10px;
}

.hw-poi-info ul li .hw-poi-day {
	display: inline-block;
	width: 100px;
}

.hw-poi-info .hw-poi-category {
	background-color: #72c02c;
	padding: 10px;
	color: #fff;
}

.hw-event-desc, .hw-poi-desc {
	padding: 20px;
	line-height: 24px;
	color: #555;
}

.hw-event-desc a, .hw-poi-desc a {
	color: #555;
}

.hw-event-desc a:hover, .hw-poi-desc a:hover {
	color: #d35400;
}

.hw-event-desc-inner, .hw-poi-desc-inner a {
	padding: 10px;
}

.hw-event-desc h3, .hw-poi-desc h3 {
	background-color: #f0f0f0;
	padding: 10px 20px;
	margin-right: -20px;
}

.hw-event-desc .fa, .hw-poi-desc .fa {
	width: 10px;
	text-align: center;
	margin-right: 15px
}

.dealer .dealer-list.events .event-day {
	background: #ffffff none repeat scroll 0 0;
	display: inline-block;
	left: 15px;
	padding: 5px 15px;
	position: absolute;
	text-align: center;
	top: 15px;
}

.dealer .dealer-list.events .event-day span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.dealer .dealer-list.events .event-day small {
	border: 0 none;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.dealer .dealer-list.events .event-time {
	position: absolute;
	left: 15px;
	padding: 5px;
	top: 60px;
	font-size: 10px;
	background-color: #72c02c;
	color: #fff;
	text-transform: uppercase;
}

/* Navbar */
.hw-navbar {
	background-color: #e67e22;
	box-shadow: 0 0 10px 0 #666666;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 45px;
	padding-right: 45px;
	color: #fff;
}

.hw-navbar .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

.hw-navbar a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.hw-navbar .nav>li>a:focus, .hw-navbar .nav>li>a:hover {
	background-color: #ffa930;
}

.hw-navbar .hw-breadcrumb a {
	color: #fff;
	padding-left: 10px;
}

.hw-navbar .hw-breadcrumb li:before {
	content: "»";
	color: #fff;
}

.hw-navbar .hw-breadcrumb li.home:before {
	content: none;
}

/* Header */
.hw-head {
	padding-top: 65px;
}

.hw-ads {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-right: 15px;
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 0 5px;
}

.hw-ads p a {
	color: #bbb;
	font-size: 0.75em;
	margin-top: 20px;
	display: block;
}

.hw-ads img {
	width: 100%;
	margin: 5px 0;
}

.hw-searchBar {
	margin-top: 16px;
	margin-right: 15px;
	    position: relative;
}

.hw-searchBar.no-ads {
	margin-top: 46px;
}

.hw-searchBar .ui-autocomplete {
	display: block;
}

.hw-searchBar .ui-autocomplete-panel {
	width: 217px !important;
	z-index: 998;
}

.hw-searchBar .ui-autocomplete .ui-state-default {
	width: 100%;
	box-sizing: border-box;
}

.hw-searchBar .ui-autocomplete-input {
	padding: 10px;
	margin-bottom: 15px;
	background: transparent;
	background-color: #f9f9f9;
}

.ui-autocomplete-panel ui-widget-content {
	text-shadow: none;
}

.hw-search-category {
	background-color: #eee;
	color: #555;
}



.ui-autocomplete-panel .ui-autocomplete-table th, .ui-autocomplete-panel .ui-autocomplete-table td
	{
	border: 0;
}

.hw-search-entry-title {
	color: #555;
}

.hw-navigation .navbar {
	margin: -15px;
	padding: 0;
	font-size: 12px;
	border-radius: 0;
}

.hw-navigation i {
	margin-right: 5px;
}
.hw-navigation a:hover i {
	color: #fff !important;
}

.hw-navigation .navbar-nav>li>a {
	padding: 10px;
	margin: 5px 2px;
	border-radius: 6px;
}

.hw-navigation .navbar-nav>li>a:hover {
	color: #555;
	background-color: #f0f0f0;
	text-decoration: none;
}

.hw-navigation ul.nav li.active>a {
	background-color: #e67e22;
	color: #fff;
}

#slider {
	background-color: #eee;
}

#slider .item img {
	display: block;
	width: 100%;
	height: auto;
}

#slider .owl-buttons div {
	background-color: #aaa;
	bottom: 20%;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-indent: 9999px;
	width: 40px;
	opacity: 0.3
}

#slider .owl-buttons div:hover {
	opacity: 0.7
}

#slider .owl-buttons div.owl-prev {
	left: 0;
}

#slider .owl-buttons div.owl-next {
	right: 0;
}

#slider .owl-buttons div.owl-prev::before {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	content: "";
	display: block;
	height: 20px;
	margin-left: 15px;
	margin-top: 10px;
	transform: rotate(45deg);
	width: 20px;
}

#slider .owl-buttons div.owl-next::before {
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	content: "";
	display: block;
	height: 20px;
	margin-left: 5px;
	margin-top: 10px;
	transform: rotate(45deg);
	width: 20px;
}

.slider-produkt {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-produkt .slider-btn-more {
	background-color: #000;
	opacity: 0.5;
	color: #fff;
	text-align: center;
	font-size: 101px;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

.slider-produkt a.slider-btn-more i {
	margin-right: 0;
}

.slider-produkt .slider-btn-more:hover {
	opacity: 0.5;
}

.btn-h3 {
	font-size: 20px;
	line-height: 33px;
	margin-top: 5px;
	padding: 3px;
	display: inline-block;
}

a.btn-h3:hover i {
	color: #555;
}

/* KINO */
.kino h3, .kino h4 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px 0;
}

.kino h4 {
	font-size: 20px;
	font-weight: normal;
}

.kino .vorstellung {
	border-bottom: 1px dotted #dadae5;
	padding: 20px 0;
}

#filmModal i.fa {
	width: 20px;
	margin-right: 5px;
}

.kinoprogramm {
	padding: 15px;
}

.kinoprogramm .day {
	background-color: #f9f9f9;
	padding: 15px;
}

.kinoprogramm .kinoname {
	border-left: 5px solid #e67e22;
	padding: 15px;
	display: block;
	font-weight: bold;
	margin-top: 15px;
}

.kinoprogramm .kinoanschrift {
	font-weight: normal;
}

.kinoprogramm .filmname a {
	padding: 15px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-left: 5px solid #eee;
	padding: 15px;
	border-top: 1px solid #eee;
}

.kinoprogramm .filmname a:hover {
	background-color: #fafafa;
}

.filminfo li {
	margin-bottom: 10px;
}
/* OILS */
.oil {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 15px;
	text-align: center;
}

#oil .owl-item h2 {
	background-color: #999;
	color: #fff;
	padding: 5px 15px;
	margin: 10px auto;
	border-radius: 25px;
	display: inline-block;
	text-transform: uppercase;
}

.oil h3 {
	background-color: #ffffff;
	color: #777777;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 15px;
	text-overflow: ellipsis;
	text-shadow: none;
	white-space: nowrap;
}

.oil h3 span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.oil h4 {
	color: #777777;
	font-family: Arial;
	font-size: 70px;
	line-height: normal;
	font-weight: normal;
	margin: -2px 0 0;
	padding: 5px 0;
	text-shadow: none;
	font-weight: normal;
}

.oil h4 i {
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: -8px;
}

.oil p {
	background-color: #ffffff;
	color: #999999;
	font-size: 10px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
	background: #999 none repeat scroll 0 0;
}

/* Footer */
.hw-footer {
	border-top: 5px solid #e67e22;
}

.hw-footer h2 {
	font-size: 18px;
	line-height: 24px;
	border: 0;
	background-color: transparent;
	display: block;
	margin: 10px 0 25px;
	color: #585858;
}

.hw-footer p {
	color: #777;
	font-size: 11px;
}

.hw-footer ul {
	border-top: 1px dotted #ddd;
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.hw-footer li {
	border-bottom: 1px dotted #ddd;
}

.hw-footer li a {
	padding: 10px 0;
	color: #777;
	display: inline-block;
	font-size: 11px;
	padding: 10px 0;
	text-transform: uppercase;
}

.hw-footer li a i {
	margin: 0 6px;
}

.hw-footer li i.fa-angle-right {
	color: #ccc;
	float: right;
	margin-top: 11px;
}

.hw-footer-info {
	margin: 0 15px 60px 15px;
}

.hw-footer-info h6 {
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

/* Mittagstisch */
.member-mittagstisch-list .desc, .member-mittagstisch-list h4 {
	font-size: 13px;
	line-height: 17px;
	color: #555;
}

.mittagstisch-item .image {
	border: none;
	overflow: hidden;
}

.mittagstisch-item-desc {
	background-color: #f0f0f0;
	padding: 20px 20px 10px;
}

.mittagstisch-item .headline .title {
	position: absolute;
	top: 95px;
	left: 15px;
	padding: 10px 20px;
	background-color: #e67e22;
	color: #fff;
	font-weight: bold;
	max-width: 80%;
	text-align: left;
}

.mittagstisch-item .price {
	padding: 10px;
	margin: -10px -20px -10px 10px;
	display: inline-block;
	background-color: #fff;
	color: #e67e22;
	font-weight: bold;
}

.mittagstisch-item .time {
	position: absolute;
	top: 50px;
	left: 15px;
	padding: 10px 20px;
	background-color: #e67e22;
	color: #fff;
	font-size: 12px;
}

.mittagstisch-item .time i {
	display: inline-block;
	margin: 0 7px 0 0;
	width: auto;
	font-size: 12px;;
}

.mittagstisch-item .time .clock i {
	margin-left: 10px;
}

.mittagstisch-list h3 {
	font-size: 14px;
	font-weight: normal;
}

.mittagstisch-list ul li {
	padding: 5px
}

.mittagstisch-list .mittagstisch-info {
	background-color: #fafafa;
}

.mittagstisch-list .mittagstisch-memo {
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

.mittagstisch .price {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #72c02c;
	margin: 0 auto;
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
	padding-top: 20px;
	border: 10px solid #fff;
	color: #fff;
}

.mittagstisch .price i {
	font-style: normal;
	font-size: 14px;
	margin-top: -20px;
}

/* PF RESETS */
.hw-container .ui-inputfield.ui-state-focus, .hw-container .ui-widget-content .ui-inputfield.ui-state-focus,
	.hw-container .ui-widget-header .ui-inputfield.ui-state-focus {
	color: #555;
}

.hw-container .ui-inputfield, .hw-container .ui-widget-content .ui-inputfield,
	.hw-container .ui-widget-header .ui-inputfield {
	box-shadow: none;
}

/*PF TABS*/
.hw-container .ui-tabs .ui-tabs-nav.ui-widget-header li a {
	color: #777;
}

.hw-container .ui-tabs .ui-tabs-nav.ui-widget-header li {
	background-color: #f4f4f4;
}

.hw-container .ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active
	{
	background-color: #fff;
}

/* PF SELECT-MENU 
.hw-container .ui-selectmanymenu {
	height: 300px;
}
*/
.hw-container .ui-selectlistbox-listcontainer {
	height: 280px !important;
}

.hw-container .ui-selectmanymenu .ui-chkbox {
	float: left;
	margin: 4px 10px;
}

.hw-container .ui-selectlistbox-item {
	border-bottom: 1px solid #eee;
	border-radius: 0;
	padding: 5px 0;
	line-height: 34px;
}

.hw-container .ui-state-highlight .ui-icon {
	background-color: #999;
}

.hw-container .ui-widget-content {
	border-color: #ddd;
}

/* PF SPINNER */
.ui-spinner, .ui-spinner input {
	width: 100%;
}

.ui-spinner input.ui-spinner-input {
	text-align: left;
}

.ui-spinner .ui-spinner-button {
	background-color: #ccc;
}

/* PF File Upload */
.ui-fileupload-content {
	background-color: #f9f9f9;
	background-image: url("../images/icons/icon-drag-and-drop.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 250px auto;
	border-color: #eeeeee;
	min-height: 200px;
}

/* PF Wizard */
.ui-wizard ul.ui-wizard-step-titles {
	margin-bottom: 30px;
}

.ui-wizard li.ui-wizard-step-title {
	text-shadow: none;
	font-size: 16px;
	margin-right: 10px;
	background: transparent;
	background-image: none;
	padding: 10px;
	border: 2px solid #eee;
	color: #bbb;
	box-shadow: inherit;
	font-family: "Open Sans", ​Arial, ​sans-serif;
	margin: 0 15px 0 0;
}

.ui-wizard li.ui-wizard-step-title.ui-state-highlight {
	color: #fff;
	background-color: #e67e22;
	border-color: #e67e22;
}

.ui-wizard .ui-panel {
	border: 2px solid #eee;
	padding: 15px;
}

.ui-wizard .ui-panel-titlebar {
	border: 0;
	background-color: #f9f9f9;
	color: 555;
	font-family: "Open Sans", ​Arial, ​sans-serif;
	font-weight: normal;
	margin: -15px -15px 15px -15px;
	padding: 15px;
}

.ui-wizard .ui-wizard-content {
	margin: 0;
}

.ui-wizard .ui-wizard-navbar {
	margin: 15px 0;
}

.ui-wizard .ui-wizard-navbar button.ui-button {
	background: transparent;
	background-color: #eee;
	border: 0;
	box-shadow: inherit;
	color: #555;
	width: 25%;
	text-shadow: inherit;
	padding: 5px;
}

.ui-wizard .ui-wizard-navbar button.ui-button.ui-wizard-nav-next {
	background-color: #5cb85c;
	color: #fff;
}

/* PF CROPPER */
.cropper-wrapper {
	margin: 30px 0;
	border: 1px solid #ddd;
	padding: 5px;
	width: auto;
}

/* PF DataList */
.ui-datatable th.ui-state-default {
	background: #f9f9f9;
}

/* PF DROP DOWN */
.ui-inputfield {
	padding: 10px;
}

.ui-selectonemenu-label.ui-inputfield {
	padding: 12px 10px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield
	{
	background: none;
	background-color: #f9f9f9;
}

.ui-selectonemenu {
	margin: 15px 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
	background-color: #e67e22;
	background-image: none;
}

.ui-selectonemenu .ui-selectonemenu-label {
	border: 0;
	text-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	margin: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	border: 0;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	width: 35px;
	border-radius: 0 6px 6px 0;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	background-image: url("../images/icons/arrow-bottom.png");
	background-position: center center;
	background-size: 12px auto;
	margin-top: 15px;
	width: 30px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background: none;
	background-color: #f9f9f9;
	box-shadow: none;
	text-shadow: none;
}

.ui-chkbox .ui-chkbox-box {
	border-radius: 2px;
	display: inline-block;
	height: 26px;
	padding-left: 5px;
	padding-top: 4px;
	width: 26px;
	border: 1px solid #ddd;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container,
	.ui-selectonemenu-filter-container input.ui-selectonemenu-filter {
	display: block;
	width: 100%;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon.ui-icon-search
	{
	background-image: url("../images/icons/search.png");
	background-position: center center;
	background-size: 12px auto;
	margin-top: 8px;
	width: 30px;
}

.ui-paginator {
	margin: 15px -15px -15px -15px;
	border: 0;
	border-radius: 0;
	background-color: #f9f9f9;
	padding: 15px;
}

.ui-paginator .ui-state-default {
	padding: 10px 16px;
	margin: 0 7px;
	color: #777;
	text-shadow: none;
}

.ui-paginator .ui-state-default.ui-state-active {
	background-color: #e67e22;
	color: #fff;
}

.ui-paginator .ui-state-default.ui-state-hover {
	background-color: #ddd;
}

.ui-paginator .ui-icon {
	background-position: center center;
	background-size: 12px auto;
	margin-top: 0px;
	height: 22px;
}

.ui-paginator .ui-icon.ui-icon-seek-prev {
	background-image: url("../images/icons/prev.png");
}

.ui-paginator .ui-icon.ui-icon-seek-next {
	background-image: url("../images/icons/next.png");
}

.ui-paginator .ui-icon.ui-icon-seek-first {
	background-image: url("../images/icons/first.png");
}

.ui-paginator .ui-icon.ui-icon-seek-end {
	background-image: url("../images/icons/end.png");
}

.ui-datagrid-content-empty {
	border: 0;
	padding: 15px;
	text-align: center;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td,
	.ui-datatable tfoot th {
	border-color: #ddd;
}

/* DataTable Public View */
.public {
	margin-right: 15px;
}

.public a {
	font-weight: bold;
	color: #555;
}

.public a:hover {
	color: #e67e22;
}

.public.ui-datatable th.ui-state-default, .public.ui-datatable thead th,
	.public.ui-datatable tbody td, .public.ui-datatable tfoot td, .public.ui-datatable tfoot th
	{
	border-color: #eee;
}

/* DATATABLES */
.hw-grid .ui-grid, .hw-grid .ui-datagrid-column {
	border: 0;
	padding: 0;
}

.hw-grid-item {
	overflow: hidden;
	background-color: #f9f9f9;
	margin: 15px;
}

.hw-grid-item i {
	width: 25px;
	text-align: center;
	margin-right: 5px;
}

.hw-grid-item h2, .hw-grid-item h2 a {
	font-family: "Open Sans", ​Arial, ​sans-serif;
	margin-top: 0;
	color: #555555;
	font-weight: 200;
}

.hw-grid-img {
	padding: 10px;
}

.hw-grid-content {
	padding: 10px 20px 10px 0;
}

.hw-grid-content p {
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
}

/* PRICE TABLE */
table.hw-pricing {
	text-align: center;
	margin-bottom: 30px;
}

table.hw-pricing th.hw-highlight {
	padding: 0;
}

table.hw-pricing th.hw-highlight h3 {
	background: #74c52c none repeat scroll 0 0;
	border-radius: 3px 3px 0 0;
	color: #f9f9f9;
	font-family: Arial;
	font-size: 35px;
	padding: 12px 0;
	text-shadow: 0 1px 0 #32a20f;
	margin: 0;
	font-weight: normal;
	font-size: 25px;
}

table.hw-pricing th h4 {
	font-size: 50px;
	font-style: normal;
	padding-bottom: 0;
	margin-top: 30px;
	line-height: 10px;
}

table.hw-pricing th h4:hover {
	color: #74c52c;
}

table.hw-pricing th h4 i {
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: -8px;
}

table.hw-pricing th h4 small {
	font-size: 12px;
}

table.hw-pricing .fa {
	margin-right: 5px;
	text-align: center;
	width: 30px;
}

table.hw-pricing .fa.fa-info-circle {
	opacity: 0.2;
}

table.hw-pricing .fa-times {
	color: #888888;
	margin: 0;
}

table.hw-pricing .fa-check {
	color: #72c02c;
	margin: 0;
}

table.hw-pricing th {
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 15px;
}

table.hw-pricing td {
	border: 1px solid #eee;
	padding: 15px;
}

table.hw-pricing td:first-child {
	text-align: left;
}

/* SINGLE PAGE */
.hw-singlePage .hw-author img {
	margin-bottom: 15px;
}

.hw-singlePage .hw-author .bullet {
	margin: 10px 10px 0 5px;
}

.hw-singlePage h2 {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 45px;
	font-weight: 200;
	margin-bottom: 50px;
}

.hw-singlePage .hw-content {
	margin: 30px 0;
}

.hw-singlePage .hw-content-info li {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 12px;
}

.hw-singlePage .hw-content-info li:before {
	content: "/";
	margin-right: 13px;
}

.hw-singlePage .hw-content-info li:first-child::before {
	content: "";
	margin-right: 0;
}

.hw-singlePage .hw-content-img {
	height: 400px;
	overflow: hidden;
	margin-bottom: 15px;
}

.hw-singlePage .hw-content-text {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}

.hw-singlePage .hw-content-text img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 800px !important;
	width: auto !important;
}

.hw-singlePage .hw-content .hw-content-text p, .hw-singlePage .hw-content .hw-content-text ul,
	.hw-singlePage .hw-content .hw-content-text ol {
	margin-bottom: 25px;
}

.hw-singlePage .hw-author h3 {
	margin-top: -3px;
}

.hw-singlePage .jssocials {
	margin-top: 30px;
}

.hw-singlePage .hw-author h3 a, .hw-singlePage  .hw-author ul li,
	.hw-singlePage  .hw-author ul li a {
	color: #777;
}

.hw-singlePage .hw-author i {
	width: 20px;
	text-align: center;
	margin-right: 5px;
}

.hw-singlePage .hw-author h3 a:hover {
	color: #e67e22:
}

.hw-singlePage  .hw-author .btn {
	margin-top: 15px;
	margin-bottom: 0;
}

.hw-singlePage .hw-info {
	margin-bottom: 30px;
	margin-right: 15px;
}

.hw-singlePage  .hw-author {
	background-color: #f9f9f9;
	padding: 15px;
	margin: 30px 15px;
}

.hw-singlePage .more h3 {
	margin-bottom: 30px;
}

.hw-singlePage .more-item .image {
	overflow: hidden;
}

.hw-singlePage .more-item img {
	transition: all 0.8s ease-in-out 0s;
}

.hw-singlePage .more-item:hover img {
	transform: scale(1.2) rotate(2deg);
}
/* ANGEBOT - SINGLE */
.hw-singlePage.hw-angebot h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.hw-singlePage.hw-angebot h3 {
	font-weight: 300;
	font-size: 14px;
}

.hw-singlePage.hw-angebot h3 a {
	color: #333;
}

.hw-singlePage.hw-angebot h3 a:hover {
	color: #d35400;
}

.hw-singlePage ul.hw-price {
	font-size: 30px;
	font-weight: 300;
}

.hw-singlePage ul.hw-price .hw-new {
	color: #c9253c
}

.hw-singlePage ul.hw-price .hw-old {
	font-size: 24px;
}

.hw-singlePage ul.hw-price .hw-deadline {
	background-color: #c9253c;
	color: #ffffff;
	font-size: 12px;
	margin-left: 40px;
	padding: 3px 8px;
	position: relative;
	top: -6px;
	font-weight: normal;
}

.hw-singlePage ul.hw-price .hw-deadline .fa {
	margin-right: 5px;
}

/* HAENDLER INTERNAL PAGE */
.offers-list .btn {
	margin: 15px 0;
}

.ui-datalist ul.ui-datalist-data {
	list-style: none;
	padding-left: 0;
}

.ui-datalist ul li.ui-datalist-item {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.ui-datalist .ui-widget-content, .ui-datagrid .ui-widget-content {
	border: 0;
}

.haendler-wrapper  .ui-datalist .ui-paginator {
	margin-top: -25px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.haendler-wrapper .ui-datalist-empty-message {
	padding: 25px;
	background-color: #f9f9f9;
	text-align: center;
	color: #555;
}

.haendler-wrapper  .ui-datatable th, .haendler-wrapper  .ui-datatable td
	{
	color: #555;
}

.haendler-wrapper  .ui-datatable .ui-paginator {
	margin: 0;
	padding: 5px;
	border: 1px solid #ddd;
	border-top: 0;
}

.haendler-wrapper .desc ul, .haendler-wrapper .desc ol {
	margin-bottom: 10px;
}

.haendler-wrapper .desc {
	max-height: 300px;
	overflow: hidden;
}

.haendler-wrapper .desc-bg {
	margin-top: -100px;
	margin-bottom: 10px;
}

.haendler-wrapper h1.hw-title {
	margin-right: 0;
}

.haendler-wrapper #haendler-slider {
	margin-bottom: 30px;
}

.haendler-wrapper .haendler-nav ul {
	background-color: #f9f9f9;
}

.haendler-wrapper .haendler-nav ul li {
	border-bottom: 1px dotted #ddd;
}

.haendler-wrapper .haendler-nav ul li a {
	padding: 15px;
	display: block;
}

.haendler-wrapper .haendler-nav ul li.active {
	background-color: #eee;
}

.haendler-wrapper .haendler-nav ul li .fa {
	margin-right: 5px;
	text-align: center;
	width: 30px;
}

.haendler-wrapper .haendler-social {
	padding: 15px 0;
	margin: 15px 15px;
}

.haendler-wrapper .haendler-social .fa {
	margin: 0;
}

.haendler-wrapper .haendler-social li a {
	width: 35px;
	height: 35px;
	border-radius: 22px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	margin: 0 5px;
	padding: 0;
	display: inline-block;
}

.haendler-wrapper .haendler-social li.facebook a:hover {
	background-color: #2d4373;
}

.haendler-wrapper .haendler-social li.google a:hover {
	background-color: #c23321;
}

.haendler-wrapper .haendler-social li.xing a:hover {
	background-color: #0d4b4d;
}

.haendler-wrapper .mitglied-icon {
	margin: 15px auto;
}

.haendler-wrapper .fa.verified {
	color: #72c02c;
	margin-left: 4px;
	cursor: pointer;
}

.haendler-wrapper .haendler-side {
	background-color: #f9f9f9;
	padding: 10px;
}

.haendler-wrapper .haendler-side img.logo {
	margin-bottom: 20px;
}

.haendler-wrapper .haendler-side li {
	padding: 5px;
}

.fa-mr, .haendler-wrapper .haendler-side li .fa {
	margin-right: 5px;
	text-align: center;
	width: 30px
}

.haendler-wrapper .haendler-side h6 {
	background-color: #eee;
	margin: -10px -10px 10px -10px;
	padding: 10px;
}

/* HAENDLER NEWS */
.haendler-wrapper .news-list h3 {
	font-size: 24px;
	line-height: 33px;
}

.haendler-wrapper .news-list h3 small {
	font-size: 12px;
	color: #999;
	line-height: 40px;
}

.haendler-wrapper .news-list .title-img {
	margin-bottom: 30px;
}

.haendler-wrapper .news-list .desc img {
	max-width: 100% !important;
	height: auto !important;
	display: none !important;
}

/* Warenkorb */
.warenkorb {
	margin: 30px 0;
}

.warenkorb .gesamt-preis {
	font-size: 24px;
	font-weight: bold;
}

/* MEMBER */
.member-nav-btn {
	margin: 15px 0 15px 15px;
}

ul.member-nav {
	margin: 15px 0 15px 15px;
	border-radius: 4px;
	overflow: hidden;
	border-radius: 4px;
}

ul.member-nav li {
	border-bottom: 1px solid #ddd;
}

ul.member-nav li a {
	background-color: #f9f9f9;
	padding: 15px 10px;
	display: block;
	color: #666;
}

ul.member-nav li a:hover {
	color: #222;
	background-color: #f0f0f0;
}

ul.member-nav li.active a {
	background-color: #e7e7e7;
	color: #444;
}

ul.member-nav li .fa {
	width: 30px;
	margin-right: 5px;
	text-align: center;
}

.member .nav.nav-tabs {
	margin-bottom: 30px;
}

.nav-tabs > li > a:hover {
	color: #555;
}

/* MEMBER INPUT */
.member .ui-calendar, .member .ui-calendar input {
	width: 100%;
	display: block;
}

.ui-datepicker .ui-datepicker-today .ui-state-default {
	background-color: #ddd;
	color: #555;
}

.ui-datepicker button.ui-datepicker-close, .ui-datepicker .ui-slider-handle,
	.ui-datepicker .ui-datepicker-current-day .ui-state-active {
	background-color: #e67e22;
	color: #fff;
}

.member .ui-inputfield.input-lg {
	background-color: #f9f9f9;
}

.member .ui-selectonemenu, #registrierung .ui-selectonemenu {
	margin: 0;
}

.member .form-group label {
	margin: 15px 0 0 10px;
}
/* CK-EDITOR */
.member .cke_chrome {
	border-color: #ddd;
	box-shadow: none;
	margin-top: 5px;
}

.member .cke_bottom, .member .cke_top {
	border-color: #ddd;
	background: none;
	background-color: #f9f9f9;
}

.member .ui-button.btn-new {
	font-size: 12px;
	background-color: #e67e22;
	color: #fff;
	text-shadow: none;
}

.member  .ui-button.btn-new .ui-button-text {
	padding-top: 10px;
	padding-bottom: 10px;
}

.member .ui-paginator {
	padding: 5px;
	margin: 0;
	border: 1px solid #ddd;
	border-top: 0;
}

.member .ui-datatable {
	margin: 15px 0;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td,
	.ui-datatable tfoot th, .haendler-wrapper .ui-datatable thead th,
	.haendler-wrapper  .ui-datatable tbody td, .haendler-wrapper  .ui-datatable tfoot td,
	.haendler-wrapper  .ui-datatable tfoot th {
	padding: 10px;
	border-radius: 0;
}

.member .ui-datatable a {
	color: #555;
}

.member .ui-datatable a:hover {
	color: #e67e22;
}

.ui-widget input.ui-column-filter, .haendler-wrapper .ui-widget input.ui-column-filter
	{
	background-color: #f0f0f0;
	padding: 5px 5px 5px 25px;
	text-shadow: none;
	width: 100%;
	display: block;
	background-image: url("../images/icons/search.png");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 5px;
	margin-top: 5px;
}

/* BOOTSTRAP RESET */
.text-muted {
	color: #999999;
}

.panel {
	box-shadow: none;
}

/* HELPER */
.text-overflow {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.overflow-visible, .overflow-visible .ui-datatable-tablewrapper {
	overflow: visible !important;
}

#start .hw-container .more {
	max-height: 0;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
}

#start .hw-container.hover .more {
	max-height: 100px;
	transition: max-height 0.5s ease-in;
}

.overflow-hidden {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.margin {
	margin: 15px;
}

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

.margin-top-s {
	margin-top: 10px;
}

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

.margin-top-xl {
	margin-top: 45px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.margin-bottom-l {
	margin-bottom: 30px;
}

.margin-left {
	margin-left: 15px;
}

.margin-right {
	margin-right: 15px;
}

.margin-h-s {
	margin-left: 10px;
	margin-right: 10px
}

.margin-v-s {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-h {
	margin-left: 15px;
	margin-right: 15px
}

.margin-v {
	margin-top: 15px;
	margin-bottom: 15px;
}

.no-overflow {
	overflow: hidden;
}

.line-through {
	text-decoration: line-through;
}

.bullet {
	width: 10px;
	height: 10px;
	background-color: #aaa;
	border-radius: 5px;
	margin-top: 4px;
	margin-right: 10px;
	display: inline-block;
}

.bullet.status-opened {
	background-color: #74c52c;
}

.bullet.status-closed {
	background-color: #e74c3c;
}

.hw-green {
	color: #72c02c !important;
}

#autocompleteLoader {
	position: absolute;
	right: 40px;
	 top: 6px;
	z-index: 9
}
/* MEDIA QUERIES */
@media screen and (min-width: 767px) {
	/* Angebot - Single */
	.hw-singlePage.hw-angebot img.hw-product {
		margin: 10px 0 50px 0;
	}
}

@media screen and (max-width: 767px) {
	.hw-ads {
		margin-top: 15px;
		margin-right: 0;
	}
	.hw-ads p a {
		margin-top: 5px;
		text-align: center;
	}
	button.btn-save, button.btn-cancel {
		display: block;
		width: 100%;
		margin-top: 15px;
		margin-right: 0;
	}
	#autocompleteLoader {
		top: 5px;
	}
	.container {
		padding: 0;
	}
	h1.hw-title {
		margin-top: 0;
		margin-right: 0;
		padding-right: 15px;
	}
	h2.hw-headline {
		margin: 0 0 0 -15px;
	}
	.hw-list-row {
		padding: 0;
	}
	.hw-grid-item {
		margin-left: 0;
		margin-right: 0;
	}
	.hw-grid-content {
		padding: 10px;
	}
	.hw-singlePage .hw-author {
		margin: 15px 0 0 0;
	}
	.hw-singlePage .hw-content {
		margin-top: 0;
	}
	.hw-singlePage .hw-content h2 {
		font-size: 24px;
		line-height: 36px;
	}
	.hw-singlePage .hw-content .hw-content-text {
		font-size: 16px;
		line-height: 24px;
	}
	.hw-singlePage .hw-content .hw-content-text p, .hw-singlePage .hw-content .hw-content-text ul,
		.hw-singlePage .hw-content .hw-content-text ol {
		margin-bottom: 24px;
	}
	.jssocials-share, .jssocials-share a {
		display: block;
		width: 100%;
		margin: 15px 0;
	}
	/* NAVBAR */
	.nav-bar {
		z-index: 8888;
		background-color: #fff;
		height: 72px;
		padding: 15px;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
	}
	.nav-spacer {
		height: 62px;
	}
	.nav-bar #menu-btn {
		width: 42px;
		height: 42px;
		margin-top: 0;
		background-color: #eee;
		padding: 5px;
		border-radius: 4px;
	}
	.nav-bar #menu-btn .line {
		position: relative;
		height: 4px;
		border-radius: 2px;
		background-color: #999;
		transition: all 1s;
	}
	.nav-bar #menu-btn .line-1 {
		top: 8px;
	}
	.nav-bar #menu-btn .line-2 {
		top: 16px;
	}
	/* MENU */
	.nav-cover {
		background: black;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		height: 0;
		width: 100%;
		z-index: 8000;
		transition: opacity 1s ease-in-out;
		position: fixed;
	}
	.nav-cover.active {
		opacity: 0.9;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 8000;
	}
	#menu {
		position: fixed;
		top: 72px;
		z-index: 9999;
		background-color: #fff;
	}
	#menu .owl-wrapper {
		height: 0;
		background-color: #fff;
		overflow: hidden;
		transition: height 1s;
		display: block;
	}
	#menu .owl-carousel .owl-inner {
		background-color: #e9e9e9;
		color: #777;
		margin: 0 15px;
		padding: 20px;
		text-align: center;
		border-radius: 4px;
	}
	#menu .owl-carousel .owl-inner i {
		display: block;
		margin-bottom: 10px;
		font-size: 40px;
	}
	/* MENU ACTIVE */
	.nav-bar #menu-btn.active {
		background-color: #e9e9e9;
	}
	.nav-bar #menu-btn.active .line-1 {
		top: 14px;
		transform: rotate(135deg);
		background-color: #777;
	}
	.nav-bar #menu-btn.active .line-2 {
		top: 10px;
		transform: rotate(225deg);
		background-color: #777;
	}
	#menu.active .owl-wrapper {
		height: 125px;
		border-bottom: 15px solid #fff;
	}
	.hw-searchBar {
		margin: 0;
	}
	.hw-head {
		padding: 65px 0 0 0;
	}
	/* HAENDLER INTERN */
	.haendler-wrapper .haendler-side {
		background-color: #f8f8fa;
		margin: 0 -15px -15px -15px;
	}
	.haendler-wrapper .haendler-side h6 {
		text-align: center;
	}
	.haendler-wrapper .haendler-side .fa {
		float: left;
		margin-top: 5px;
	}
	.haendler-wrapper .haendler-side a {
		width: 100%;
	}
	.haendler-wrapper .haendler-side li {
		background-color: #f8f8fa;
		background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
		border: 1px solid #dadae5;
		padding: 10px;
		border-radius: 6px;
		margin: 15px 0;
	}
	.haendler-wrapper .dealer-navigation-responsive {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px;
		z-index: 9999;
		background-color: #fff;
		border-top: 1px solid #ddd;
	}
	#myModal {
		background: rgba(0, 0, 0, 0.9);
	}
	.haendler-wrapper .dealer-navigation-responsive-modal .modal-body {
		padding: 0;
	}
	.haendler-wrapper .dealer-navigation-responsive-modal ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.haendler-wrapper .dealer-navigation-responsive-modal ul li {
		padding: 0
	}
	.haendler-wrapper .dealer-navigation-responsive-modal ul li a {
		padding: 15px;
		display: block;
	}
}

/* CROPPER */
.jcrop-holder {
	background-color: #fff !important;
}

.ui-autocomplete-panel {
	overflow: hidden;
}

test {
	overflow: hidden;
}

/*Selectone fix*/
.min-width-fix {
	min-width: 100% !important;
}

.full-width {
	width: 100%;
}

.member .ui-commandlink {
	background-color: transparent;
}

/* ADMIN */
.admin .ui-password-panel {
	width: 100%;
	background-color: #f0f0f0;
	padding: 10px;
}

.dropdown-menu .fa {
	width: 20 px;
	text-align: center;
}

.breadcrumb .fa {
	width: 20px;
}

.speisekarte-beschreibung p {
	margin-bottom: 0;
	margin-top: 10px;
}

.quick-buttons {
	margin-bottom: 30px
}

.quick-buttons a.btn {
	padding: 30px 15px;
}

.quick-buttons a.btn .fa {
	margin-bottom: 15px;
}
/* Sidebar*/
 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
     z-index: 9999; /* Stay on top */
    top: 72px;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
 

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-left: 10px solid #111;
}
.sidenav i{
	width:25px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus,.sidenav a:hover i, .offcanvas a:focus i{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* WORKAROUNDS WG. UNFIY */

.container .container {
	width: 100%;
	padding: 0;
}