/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

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

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}
/* BASICS */
::selection {
	background-color: #72c02c;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background-color: #72c02c;
	color: #fff;
	text-shadow: none;
}

.wrapper {
	overflow: hidden;
}

a.link-color-darkgray, .ui-widget-content a.link-color-darkgray {
	color: #222;
}

a.link-color-gray, .ui-widget-content a.link-color-gray {
	color: #555;
}

a.link-color-lightgray, .ui-widget-content a.link-color-lightgray {
	color: #888;
}

a.link-color-white, .ui-widget-content a.link-color-white {
	color: #fff;
}

a.link-color-white:hover, .ui-widget-content a.link-color-white:hover {
	color: #fff;
}

a.link-decoration-none:hover {
	text-decoration: none;
}

/* GRID */
.bg-white-inner {
	background-color: #fff;
	padding: 20px;
	position: relative;
}

/* NAVIGATION */

#header-layout-0 .navbar {
		border-radius: 0 !important;
}

#header-layout-0 img.logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#header-layout-1 #logo-header {
	max-height: 86px;
}

#header-layout-1 .navbar-brand {
	display: block;
	float: none;
}

#header-layout-1 .nav {
	margin-top: 8px;
}

#header-layout-1 .navbar-collapse, #header-layout-1 .navbar-default #header-layout-v1 .navbar-nav > li {
	border: 0;
}

#header-layout-1 #logo-header {
    max-height: 86px;
}

#header-layout-1 .navbar-collapse, #header-layout-1 #navbar ul, #header-layout-1 #navbar ul li, #navbar ul li a {
	border: none !important;
	letter-spacing: 1px;
}

.header-v4 .werbebanner {
	border: 3px solid #eee;
}

.header-v4 .mega-menu .dropdown {
	position: relative;
}

.header-v4 .werbebanner a {
	margin: 3px;
	background-color: #eee;
	color: #bbb;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 10px;
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
}

.header-v4 .navbar-header {
	width: 100%;
}

.header-v4 #navigation .navbar-nav>li>.dropdown-menu {
	border-top: none;
	margin-top: -1px;
}

.header-v4 .navbar .nav>li>.search {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 20px 11px;
}

.header-v4  #header-layout-1 .navbar .nav>li>.search {
	font-size: 12px
}

#header-layout-2 #navigation {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.4em;
}

#header-layout-2 #header-top {
	color: #afafaf;
	padding: 20px 0;
	font-size: 1.2em;
}

#header-layout-2 #header-top span {
	margin: 0 5px;
	color: #afafaf;
}

#header-layout-2 #header-top a {
	padding: 5px;
	color: #afafaf;
}

#header-layout-2 #header-top a:hover, #header-layout-2 #header-top a:hover span {
	text-decoration: none;
	color: #e83459;
}

#header-layout-2 ul.list-justified {
	display: flex;
	justify-content: space-between;
}

#header-layout-2 ul.list-justified > li {
	display: inline-block;
}

#header-layout-2 ul.list-justified > li > a {
	padding: 10px 0;
}

#header-layout-2 ul.list-justified > li.active > a {
	color: #000;
}

#header-layout-2 ul.list-justified > li > a:hover {
	text-decoration: none;	
}

#header-layout-2 .search-open {
	position: absolute;
	top: -8px;
	left: 30px;
	width: 250px;
}

#startseite-layout-1 h1 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 30px;
}

#startseite-layout-1  h2 {
	font-size: 28px;
	font-weight: 600;
}

#startseite-layout-1  h3 {
	font-size: 20px;
	font-weight: 600;
}

#startseite-layout-1 #owl-slider .owl-title {
	height: 230px;
	padding-top: 50px;
}

#startseite-layout-1 #owl-slider .owl-title h2 {
	font-size: 3em;
	line-height: 1.3em;
	color: #000;
	font-weight: 600;
}

#startseite-layout-1 #owl-slider .owl-title p {
	color: #626262;
	font-size: 1.2em;
}

#startseite-layout-1 #owl-slider .owl-button .btn {
	padding: 15px 20px;
	margin-bottom: -25px;
}

#startseite-layout-1 #owl-slider .owl-item {
	overflow: hidden
}

#startseite-layout-1 #owl-slider .owl-item .owl-image {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;		
}


#startseite-layout-1 #owl-slider .owl-nav {
	color: rgba(255,255,255,0.6);
	font-size: 150px;
	line-height: 150px;
	position: absolute;
	bottom: 450px;
	left: 0;
	width: 100%;
}

#startseite-layout-1 #owl-slider .owl-nav .owl-prev {
	position: absolute;
	top: 150px;
	left: 100px;
}

#startseite-layout-1 #owl-slider .owl-nav .owl-next {
	position: absolute;
	top: 150px;
	right: 100px;
}

#startseite-layout-1 #section-1 {
	margin-bottom: 30px;
}

#startseite-layout-1 #section-1-left, #startseite-layout-1 #section-4-right {
	padding: 20px;
	min-height: 300px;
}

#startseite-layout-1 #section-1-left h2, #startseite-layout-1 #section-4-right h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

#startseite-layout-1 .bg-color-u ul li a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

#startseite-layout-1 .bg-color-u .btn {
	background: #fff;
	color: #e83459;
	margin-top: 10px;
}

#startseite-layout-1 .bg-color-u ul {
	list-style: none;
}

#startseite-layout-1 .bg-color-u ul li {
	padding: 5px 0;
	font-size: 16px;
}

#startseite-layout-1 .bg-color-u ul li a {
	font-size: 20px;
}

#startseite-layout-1 .bg-color-u ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -30px;
  color: #fff;
  font-size: 16px;
}

#startseite-layout-1 #section-1-right {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#startseite-layout-1 #section-1-right {
	padding: 0 15px;
}

#startseite-layout-1 #section-1-right a, #startseite-layout-1 #section-3-right a {
	color: #000;
	font-size: 24px;
}

#startseite-layout-1 .text-arrow:after {
	content: '\f061';
   	font-family: FontAwesome;
   	font-weight: normal;
   	font-style: normal;
   	margin:0px 0px 0px 10px;
   	text-decoration:none;
}

#startseite-layout-1 .text-color-white.text-arrow:after {
	color: #fff;
}

#startseite-layout-1 .info {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 70%;
}

#startseite-layout-1 .info h2 {
	border-left: 6px solid #000;
}

#startseite-layout-1 .info a {
	line-height: 1.28em;
	background-color: #000;
	padding-right: 5px;
}

#startseite-layout-1 .info a, #startseite-layout-1 .info a small {
	color: #fff;
}

#startseite-layout-1 #section-4-left {
	display: table;
}

#startseite-layout-1 #section-4-left span {
	vertical-align:middle; 
	display: table-cell;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.4em;
}

#startseite-layout-1 #section-5-left p {
	font-family: 'Montserrat', sans-serif;
	max-width: 90%;
}

#startseite-layout-1 .img-headline {
	position: absolute;
	bottom: -5px;
	left: 20px;
	font-size: 40px;
	line-height: 37px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#startseite-layout-1 #section-4-left p {
	color: #000;
}

#startseite-layout-1 #premiumpartner .item {
	border: 1px solid #eee;
	padding: 10px;
}

#startseite-layout-1 #premiumpartner .item img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
}

#startseite-layout-1 #premiumpartner .item img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
}



/* HELPER */

.w-100 {
	width: 100%;
}

.table.table-vertical-align-center > tbody > tr > td {
	vertical-align: middle;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.credit {
	height: auto;
	width: auto;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.credit a {
	color: #fff;
}

.text-short {
	max-height: 180px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	transition: max-height 0.15s ease-out;
	padding-bottom: 20px;
}

.text-short.active {
	max-height: 1000px;	
	transition: max-height 0.25s ease-in;
	padding-bottom: 0;
	cursor: auto;
}

.text-short .read-more {
	position: absolute;
	left: 0;
	bottom: 0;
	background: white;
	padding-top: 50px;
	width: 100%;	
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 65%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 65%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.text-short.active .read-more {
	display: none;	
}

.item-img-badge {
	position: absolute !important;
	right: 10px !important;
	bottom: 10px !important;
	top: unset !important;
	left: unset !important;
	max-width: 100px;
	max-height: 100px;
	object-fit: contain !important;
}

.bg-dark-overlay-0-2, .bg-dark-overlay-0-2--after::after {
    transition: background-color 0.5s ease;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

.aspect-ratio {
	padding-top: 66.666%; 
	position: relative;
}

.aspect-ratio > img,.aspect-ratio > a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aspect-ratio > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.aspect-ratio .img-badge {
	position: absolute;
	top: 30px;
	left: 30px;
	display: inline-block;
}

.aspect-ratio .img-badge .label {
	font-weight: bold;
	font-size: 15px;
	padding: 8px 16px;
	margin-right: 15px;
	text-transform: uppercase;
	display: inline-block;
}

.aspect-ratio-16-9 {
	padding-top: 56.25%; 
}

.aspect-ratio-4-3 {
	padding-top: 75%; 
}

.aspect-ratio-3-2 {
	padding-top: 66.666%; 
}

.aspect-ratio-3-1 {
	padding-top: 33.333%; 
}

.aspect-ratio-2-1 {
	padding-top: 50%; 
}

.aspect-ratio-1-1 {
	padding-top: 100%; 
}

.transition-visibility {
	transition: visibility 0s, opacity 0.5s linear;
}

.cursor-pointer {
	cursor: pointer;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.bg-link {
	display: block;
	width: 100%;
	height: 100%;
}

.bg-white {
	background-color: #fff;
}

.bg-lightgray {
	background-color: #f7f7f7;
}

.bg-gradient {
	background-image: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.9) 100%);
}

.break-word {
  word-break: break-word; 
  -webkit-hyphens: auto; 
  -moz-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

.font-size-11 {
	font-size: 11px;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-36 {
	font-size: 36px;
}

.line-height-48 {
	line-height: 48px;
}

.min-height-54 {
	min-height: 54px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.border-radius-5 {
	border-radius: 5px;
}

.text-weight-normal {
	font-weight: normal;
}

.text-weight-bold {
	font-weight: bold;
}

.text-color-white {
	color: #fff;
}

.text-color-333 {
	color: #333 !important;
}

.text-color-555 {
	color: #555 !important;
}

.text-color-777 {
	color: #777 !important;
}

.text-color-white--hover:hover {
	color: #fff;
}

.text-color-black {
	color: #000;
}

.box-bordered {
	border: 1px solid #eee;
}

.inline-block {
	display: inline-block;
}

.bubble {
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 10px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.bubble.left:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #d9edf7;
	display: block;
	width: 0;
	z-index: 1;
	left: -15px;
	top: 30px;
}

.bubble.right:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent #f7f7f7;
	display: block;
	width: 0;
	z-index: 1;
	right: -15px;
	top: 30px;
}

.bubble.left, .bubble.left h2, .bubble.left p, .bubble.left .info ul li
	{
	color: #31708f;
	background-color: #d9edf7;
}

.bubble.right, .bubble.right h2, .bubble.right p, .bubble.right .info ul li
	{
	color: #555;
	background-color: #f7f7f7;
}

.bubble .info {
	margin-bottom: 30px;
}

.bubble .info ul li {
	padding-right: 10px;
}

.bubble p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.cards .card-item {
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.cards .card-item:hover {
	-webkit-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.1) !important;
	box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.1) !important;	
}

.cards .card-item .card-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.cards .card-item .card-title h2 {
	margin: 20px;
	font-weight: bold;
}

.cards .card-item .card-title p {
	margin: -10px 20px 20px 20px;
	font-weight: bold;
}

.cards .card-item .card-desc {
	padding: 15px;
}

.cards .card-item .card-desc h3 a {
	font-weight: bold;
	font-size: 18px;
	color: #222;
}

.cards .card-item .card-desc > span {
	font-size: 13px;
	font-weight: bold;
}

.cards .card-category {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #fff;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	width: auto;
	height: auto;
	text-decoration: none;
}

.cards .card-category span {
	text-transform: uppercase;
	opacity: 0.6;
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin-top: 3px;
	font-weight: bold;
}

.cards .card-item .bg-link {
	transition: background-color 0.5s ease;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

.cards .card-item .bg-link:hover {
	background: transparent;
}

.cards .card-item .aspect-ratio .card-title {
	position: absolute; 
	top: 30px; 
	left: 20px; 
	width: 85%; 
	height: calc(100% - 40px); 
	margin: 0;
}

.cards .card-item .aspect-ratio .card-title.text-center {
	top: 50px;
	height: 30px;
	width: calc(80% + 20px); 
}

.cards .card-item .aspect-ratio .card-categories.text-center {
	top: 60px;
	bottom: unset;
	height: 30px;
	width: 100%;
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	background-color: transparent;
}

.cards .card-item .aspect-ratio .card-title a {
	font-weight: bold;
	font-size: 18px;
	color: #222;
}

.cards .card-item .card-image .card-title {
	position: absolute;
	top: unset;
	left: 0;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding: 40px 20px 20px !important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.cards .card-item .aspect-ratio .card-categories {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	background-color: #fff;
	width: 100%;
	font-weight: bold;
}

.cards .card-item .aspect-ratio .card-categories li, .cards .card-item .aspect-ratio .card-categories li:first-child {
	padding-left: 0;
}

.cards .card-item .aspect-ratio .card-categories li, .cards .card-item .aspect-ratio .card-categories li a {
	color: #888;	
}

.cards .card-item .aspect-ratio i.card-icon {
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin: 0 0 0 -35px;
	border: 5px solid #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	border-radius: 35px;
}

.cards .card-item .aspect-ratio i.fa.card-icon {
	line-height: 60px;	
}

.cards .card-item .card-description {
	position: absolute;
	top: 100px;
	left: 20px;	
	width: 85%;
	color: #222;
}

.list .item .new {
	background: rgba(114, 192, 44, 0.8);
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 5px;
	position: absolute;
	right: -32px;
	text-align: center;
	top: 5px;
	transform: rotate(45deg);
	width: 100px;
	color: #ffffff;
}

.radius-8 {
	border-radius: 8px;
	overflow: hidden;
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.box-light-20 {
	padding: 20px;
	background: #f7f7f7;
}

.center-icon {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	color: #585f69;
	font-size: 23px;
	left: 50%;
	margin: 0 10px 0 -22px;
	min-width: 45px;
	padding: 10px 5px;
	position: absolute;
	text-align: center;
	top: -22px;
}

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.block {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.rounded-2 {
	border-radius: 10px;
}

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

.text-nowrap {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

ul.categories li .text-nowrap {
	max-width: 75%;
}

.text-bold {
	font-weight: bold;
}

.text-no-decoration, .text-no-decoration:hover {
	text-decoration: none;
}

.text-color-white, a.text-color-white, .ui-widget-content a.text-color-white
	{
	color: #fff;
}

.text-color-light, a.text-color-light, .ui-widget-content a.text-color-light
	{
	color: #999;
}

.text-color-grey, a.text-color-grey, .ui-widget-content a.text-color-grey
	{
	color: #555;
}

.text-color-dark {
	color: #222;
}

.text-color-red, a.text-color-red, .ui-widget-content a.text-color-red {
	color: #e74c3c;
}

.text-color-u {
	color: #72c02c;
}

.text-color-green {
	color: #72c02c;
}

.text-hover-color-white:hover, a.text-hover-color-white:hover {
	color: #fff;
}

.text-hover-color-u:hover, a.text-hover-color-u:hover {
	color: #72c02c;
	text-decoration: none;
}

.opacity-80 {
	opacity: 0.8;
}

.label-block, .image-block, .text-block {
	display: block;
	width: 100%;
}

.overflow-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.overflow-overlay-inner {
	height: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+100&0+1,1+90 */
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0%,
		rgba(247, 247, 247, 0) 1%, rgba(247, 247, 247, 1) 90%,
		rgba(247, 247, 247, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%,
		rgba(247, 247, 247, 0) 1%, rgba(247, 247, 247, 1) 90%,
		rgba(247, 247, 247, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%,
		rgba(247, 247, 247, 0) 1%, rgba(247, 247, 247, 1) 90%,
		rgba(247, 247, 247, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7',
		endColorstr='#f7f7f7', GradientType=0); /* IE6-9 */
}

.overflow-overlay-inner-white {
	height: 50px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 90%,
		rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 90%,
		rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 90%,
		rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',
		endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.border-0 {
	border: none !important;
}

.margin-0 {
	margin: 0 !important;
}

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

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

.margin-top-0 {
	margin-top: 0;
}

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

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-h-50 {
	margin: 50px 0;
}

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

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

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

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

.padding-0 {
	padding: 0;
}

.padding-5 {
	padding: 5px;
}

.padding-y-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-y-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-y-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-y-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-x-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.padding-x-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.padding-x-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.padding-x-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padding-30 {
	padding: 30px;
}

.padding-top-10 {
	padding-top: 10px;	
}

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

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-bottom-0 {
	padding-bottom: 0;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

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

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-left-0 {
	padding-left: 0;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-right-10 {
	padding-right: 10px;
}

.height-280 {
	height: 280px;
}

.height-370 {
	height: 370px;
}

.max-height-200 {
	max-height: 200px;
	overflow: hidden;
}

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

.left-10 {
	left: 10px;
}

.left-20 {
	left: 20px;
}

.top-20 {
	top: 20px;
}

.bottom-10 {
	bottom: 10px;
}

.bottom-20 {
	bottom: 10px;
}

.thumb-item {
	padding: 15px;
	border-bottom: 1px dotted #eee;
}

.thumb-item .thumb-img a {
	border: 1px solid #eee;
	display: inline-block;
	padding: 4px;
}

.thumb-item .thumb-img a:hover {
	border-color: #72c02c
}

.thumb-item .thumb-img .thumb-img-inner {
	margin: 4px;
	background-size: cover;
	background-position: center;
}

.thumb-item.thumb-img-60 .thumb-img-inner {
	width: 52px;
	height: 52px;
}

.thumb-item.thumb-img-60 h4, .thumb-item.thumb-img-60 p {
	margin-left: 85px;
}

.thumb-item .thumb-title h4 {
	margin-top: 0;
	line-height: 24px;
	font-size: 16px;
}

.thumb-item .thumb-subtitle p {
	font-size: 12px;
	line-height: 20px;
	color: #777;
	margin-bottom: 0;
}

.thumb-item .thumb-title a {
	color: #555;
}

.thumb-item .thumb-title a:hover {
	color: #72c02c;
}

.btn {
	text-shadow: none;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}

.categories li {
	border-bottom: 1px dotted #eeeeee;
	padding: 6px 0;
}

.categories li .fa {
	width: 20px;
	margin-top: 3px;
	margin-right: 8px;
	text-align: center;
	float: left;
}

span.magazine-badge {
	color: #fff !important;
	font-size: 12px !important;
	font-style: inherit;
	left: 0;
	padding: 4px 8px !important;
	position: absolute;
	top: 0;
}

.width-33 {
	width: 33.33333%;
}

.width-75px {
	width: 75px;
}

.width-100px {
	width: 100px;
}

.width-100x {
	width: 100%;
}

.max-width-50x-10 {
	max-width: calc(50% - 10px);
}

.max-width-100x {
	max-width: 100%;
}

/* HEADER */
.header-v4 .navbar-brand {
	display: inline-block;
}

.header-v4 .navbar-brand {
	padding: 0;
	margin-top: 0;
}

.header-v4 .navbar-brand img {
	max-height: 85px;
	max-width: 100%;
	margin-left: 15px;
}

.header-v4 .navbar-default .navbar-nav {
	margin: 0;
}

.header-v4 .navbar-default .navbar-nav>li.active {
	background-color: #72c02c;
	border-radius: 5px;
}

.header-v4 .navbar-default .navbar-nav>li.active>a, .header-v4 .navbar-default .navbar-nav>li.active>a:hover
	{
	color: #fff !important;
}

.header-v4 .navbar-default .navbar-nav>li>a {
	padding: 10px 20px 11px;
}

.header-v4 .navbar-default .navbar-nav>li.dropdown>a {
	padding: 10px 30px 11px 20px;
}

.header-v4 .navbar-default .navbar-nav ul.dropdown-menu {
	padding: 0;
}

.header-v4 .navbar-default .navbar-nav ul.dropdown-menu li {
	border-left: 5px solid #eee;
}

.header-v4 .navbar-default .navbar-nav ul.dropdown-menu li a {
	padding: 10px 20px 10px 15px;
}

.header-v4 #searchBarMobile {
	background-color: #f7f7f7;
	padding: 10px;
	margin-top: 10px;
}

.header-v4 #searchBarMobile input {
	background-color: #fff;
	border: none;
	padding: 10px 5px;
	border-radius: 5px;
}

#header-layout-0 #searchBarMobile input {
	border: 0;	
}

.search-open .input-group, .search-open input, .search-open #searchBar,
	.search-open .input-group, .search-open input, .search-open #searchBar1
	{
	width: 100%;
	box-shadow: none;
	background-color: #fff;
	border-color: #eee;
}

.search-open input {
	padding: 6px 12px;
}

#shrink-header {
	position: fixed;
	top: -60px;
	width: 100%;
	height: 55px;
	background-color: #fff;
	padding: 10px 45px;
	z-index: 999;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px
		rgba(12, 13, 14, 0.1), 0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px
		rgba(12, 13, 14, 0.024);
	transition: top 0.25s linear;
}

#shrink-header #searchShrink input {
	padding: 5px 10px;
	border-color: #ddd;
	background-color: #f7f7f7;
}

#shrink-header img {
	height: 35px;
}

#shrink-header.shrink, #shrink-header.active {
	top: 0;
}

#shrink-header.active {
	box-shadow: none;
}

#shrink-header .menu a {
	font-size: 20px;
	color: #555;
}

#shrink-header .menu a:hover {
	color: #72c02c;
	text-decoration: none;
}

#shrink-header .menu .fa {
	margin-right: 10px;
}

#shrink-header .menu a#menu-button {
	display: inline-block;
}

#shrink-header .menu a#menu-button-close {
	display: none;
}

#shrink-header.active .menu a#menu-button {
	display: none;
}

#shrink-header.active .menu a#menu-button-close {
	display: inline-block;
}

#shrink-navi {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 998;
	display: none;
	overflow: hidden;
}

#shrink-navi .fa {
	width: 25px;
	margin-right: 10px;
	text-align: center;
}

#shrink-navi ul li a, .shrink-submenues a {
	padding: 10px 15px;
	display: block;
	font-size: 16px;
}

#shrink-navi ul li a:hover {
	text-decoration: none;
}

#shrink-header.active, #shrink-navi.active {
	display: block;
}

#shrink-navi .shrink-navi-inner {
	margin-top: 40px;
}

#shrink-navi .shrink-submenues {
	display: none
}

#shrink-navi .shrink-submenues.active {
	display: block;
}

#shrink-navi .shrink-submenues a {
	min-height: 75px;
	background-color: #f7f7f7;
	margin-bottom: 15px;
	color: #555;
}

#shrink-navi .shrink-submenues a:hover {
	text-decoration: none	
}
	
.blog-ms-v1 {
	padding: 5px 0;
}

#sponsoren .item-inner {
	border: 1px solid #eee;
	display: inline-block;
}

/* FOOTER */
.footer-v2 #logo-footer {
	max-width: 100%;
	max-height: 45px;
}
.footer-v2 .copyright {
	padding-bottom: 50px;
	border-top: 3px solid #eee;
	background-color: #fff;
}

.footer-v2 .link-list a {
	padding: 10px 0;
}

.footer-v2 .headline > span {
	color: #585f69;
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 8px;
    font-family: "Open Sans", Arial, sans-serif;
}

#topcontrol {
	bottom: 50px !important;
	right: 50px !important;
}

/* STARTSEITE */
#start-sidebar h3 {
	line-height: 33px;
}

#premium-partner .item {
	border: 1px solid #eee;
	padding: 4px;
}

#premium-partner .item .item-image {
	background-size: cover;
	background-repeat: no-repeat;
}

#premium-partner .item .item-inner {
	opacity: 0;
	background-color: #72c02c;
	position: relative;
	top: 0;
	left: 0;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	transition: opacity 0.5s linear;
}

#premium-partner .item .item-inner:hover {
	opacity: 1;
}

#premium-partner .item .item-title {
	color: #ffffff !important;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#premium-partner .item .item-subtitle {
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}

#premium-partner .item a {
	color: #fff;
	text-decoration: none;
}

.blog-slider .blog-slider-title {
	bottom: 20px;
	left: 20px;
	padding: 0;
	position: absolute !important;
	z-index: 1;
}

.blog-slider .blog-slider-title h2 a {
	background-color: #72c02c;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

.blog-slider span.blog-slider-badge {
	color: #fff;
	font-size: 14px;
	left: 20px;
	padding: 5px 10px;
	position: absolute;
	top: 20px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.75);
	font-weight: bold;
	text-transform: uppercase;
}

#start #news .news-v2 .news-v2-desc small {
	margin-bottom: 5px;
}

#start #news .news-v2 .news-v2-desc {
	padding: 15px;
}

#start #news .news-v2 .news-v2-desc h3 {
	margin-bottom: 10px;
}

#start .section .btn-more {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
	background-color: #f7f7f7;
	color: #555;
}

#start .section:hover .btn-more:hover {
	background-color: #eee;
}

#start .section:hover .btn-more {
	visibility: visible;
	opacity: 1;
}

/* PARTNER INC. */
#partner .thumb-item .thumb-img a {
	padding: 0;
}

#partner .thumb-img {
	border: 1px solid #eee;
}

#partner a:hover {
	text-decoration: none;
}

#partner .thumb-item.thumb-img-60 .thumb-img-inner {
	width: 60px;
	height: 60px;
}

#partner .thumb-item:hover {
	background-color: #fafafb;
}

/* POI */
#poi .img i.fa-search, #tags .img i.fa-search {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	color: #444444;
	display: inline-block;
	height: 30px;
	padding: 8px;
	text-align: center;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	opacity: 0;
	transition: opacity 0.5s linear 0s;
}

#poi .img:hover i.fa-search, #tags .img:hover i.fa-search {
	opacity: 1;
}

#poi #thumbs, #tags #thumbs {
	margin: 2px -2px 0;
}

#poi #thumbs .item, #tags #thumbs .item {
	padding: 2px 2px 0;
}

#poi h3 {
	margin-top: 0;
}

#poi .info ul, #poi .geschaefte ul {
	margin-bottom: 0;
}

#poi .info ul li, #poi .oeffnungszeiten ul li {
	margin-top: 5px;
}

#poi .info ul li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#poi .info .fa {
	width: 20px;
	text-align: center;
	margin-right: 15px;
}

#poi .oeffnungszeiten ul li .tag {
	width: 100px;
	display: inline-block;
}

#poi .oeffnungszeiten .hinweis {
	margin: 0;
}

#poi .geschaefte li {
	margin: 5px 0;
}

/* EVENT */
#event #info div.row {
	margin-top: 5px;
	margin-bottom: 5px;
}

#event .bg-event {
	background-image: url("../img/events.jpg");
	background-size: cover;
}

#event .news-v3 h2.h1 {
	font-size: 38px;
	line-height: 46px;
	color: #333;
	font-weight: bold;
	text-transform: none;
	margin-top: 60px;
	margin-bottom: 30px;
}

#event .news-v3 .user-output-text h1, #event .news-v3 .user-output-text h2, #event .news-v3 .user-output-text h3, #event .news-v3 .user-output-text h4, #event .news-v3 .user-output-text h5, #event .news-v3 .user-output-text h6 {
	font-weight: bold;
	color: #333;
	text-transform: none;
}

#event .news-v3 .user-output-text small {
	font-size: 85%;
	color: #555;
}

#event .news-v3 .user-output-text h1, #event .news-v3 .user-output-text h2 {
	margin-top: 40px;
	font-size: 26px;
	line-height: 34px;
}

#event .news-v3 .user-output-text h3 {
	margin-top: 30px;
	font-size: 22px;
	line-height: 30px;
}

#event .news-v3 .user-output-text h4 {
	font-size: 18px;
	line-height: 26px;
}

#event .news-v3 .user-output-text h5 {
	font-size: 14px;
	line-height: 22px;
}

#event .news-v3 .user-output-text h6 {
	font-size: 12px;
	line-height: 18px;
}

#event .news-v3 .user-output-text p, #event .news-v3 .user-output-text ul, #event .news-v3 .user-output-text ol, #event .news-v3 .user-output-text li {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
}

#event .news-v3 .tag {
	background: #333e4f;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}

#event #info ul li {
	color: #333;
	font-size: 16px;
	margin-top: 10px;
}

#event #info ul li a {
	color: #333;	
}

#event #info ul li a:hover {
	color: inherit;	
}

#event #info i {
	width: 20px;
	text-align: center;
	margin-right: 15px;
}


/* ANGEBOTE */
#angebote .list .item, #angebote .list .item .image {
	position: relative;
}

#angebote .list .item .image a.provider {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	font-size: 12px;
	left: 0;
	padding: 5px 10px;
	position: absolute;
}

#angebote .list .item .desc {
	padding: 10px 10px 20px;
	position: relative;
}

#angebote .list .item .title, #angebote .item .price span {
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	display: block;
}

#angebote .list .item .price {
	margin-bottom: 10px;
}

#angebote .list .item .pretty-time {
	color: #fff;
	left: 0;
	padding: 4px 10px;
	position: absolute;
	top: 10px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	text-transform: uppercase;
	font-size: 9px;
}

/* MITTAGSTISCH */
#mittagstisch .list .item .desc {
	padding: 15px;
}

#mittagstisch .list .item .desc h2 a {
	font-size: 18px;
	line-height: 24px;
}

#mittagstisch .list .item .image {
	position: relative;
}

#mittagstisch .list .item .image .badge {
	left: 0px;
	bottom: 15px;
	background: #72c02c;
	padding: 5px 15px;
	text-align: center;
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

/* NOTDIENST */
#notdienst .list ul li .fa {
	width: 20px;
	margin-right: 5px;
	text-align: center;
}

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

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

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

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

#kino .kinoprogramm {
	padding: 30px 0;
}

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

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

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

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

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

#kino .filminfo li {
	margin-bottom: 10px;
}

/* GESCHAEFTE */

#geschaefte #imgTitle .img {
	min-height: 240px
}

#geschaefte #categories .card-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 30px;
}

#geschaefte #categories .card-title h2 {
	font-weight: bold;
	color: #fff;
}

#geschaefte #categories .card-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	text-align: center;
}

#geschaefte #categories .bg-link {
    transition: background-color 0.5s ease;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

#geschaefte #tags .bg-link:hover {
    background: transparent;
}

#geschaefte #list .item .desc {
	position: relative;
	border: 1px solid #eee;
	border-top: 0;
	padding: 30px 15px 15px;
	border-radius: 0 0 5px 5px;
}

#geschaefte #list .item .title a {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#geschaefte #list .item .subtitle a {
	color: #555;
	font-size: 11px;
	text-transform: uppercase;
}

#geschaefte #list .item .image {
	position: relative;
	border-radius: 5px 5px 0 0;
}

#geschaefte #list .item .image .img {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

#geschaefte #list .item .image i {
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin: 0 0 0 -29px;
	border: 5px solid #fff;
	width: 70px;
	height: 70px;
	height: 70px;
}

#geschaefte #list .item .image i:hover {
	background: #72c02c;
}

#geschaefte #list .item:hover {
	background-color: #f7f7f7;
}

#geschaefte .label-chips .ui-button-text {
	background-color: #f7f7f7;
	color: #777;
	font-size: 13px;
	margin-right: 5px;
	margin-bottom: 10px;	
}

/* NEWS LIST */
#news .list .author {
	margin-top: 10px;
}

#news image {
	background-color: #f7f7f7;
}

#news .title, #events .title {
	margin: 6px 0 8px;
	min-height: 56px;
}

#news .title a, #events .title a {
	font-size: 20px;
	line-height: 28px;
}

/* NEWS SINGLE */

#singleNews .news-v3 h2.h1 {
	font-size: 42px;
	line-height: 50px;
	color: #333;
	font-weight: bold;
	text-transform: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

#singleNews .news-v3 .user-output-text h1, #singleNews .news-v3 .user-output-text h2, #singleNews .news-v3 .user-output-text h3, #singleNews .news-v3 .user-output-text h4, #singleNews .news-v3 .user-output-text h5, #singleNews .news-v3 .user-output-text h6 {
	font-weight: bold;
	color: #333;
	text-transform: none;
}

#singleNews .news-v3 .user-output-text small {
	font-size: 85%;
	color: #555;
}

#singleNews .news-v3 .user-output-text h1, #singleNews .news-v3 .user-output-text h2 {
	margin-top: 40px;
	font-size: 28px;
	line-height: 36px;
}

#singleNews .news-v3 .user-output-text h3 {
	margin-top: 30px;
	font-size: 24px;
	line-height: 32px;
}

#singleNews .news-v3 .user-output-text h4 {
	font-size: 20px;
	line-height: 28px;
}

#singleNews .news-v3 .user-output-text h5 {
	font-size: 16px;
	line-height: 24px;
}

#singleNews .news-v3 .user-output-text h6 {
	font-size: 12px;
	line-height: 20px;
}

#singleNews .news-v3 .user-output-text p, #singleNews .news-v3 .user-output-text ul, #singleNews .news-v3 .user-output-text ol, #singleNews .news-v3 .user-output-text li {
	font-size: 20px;
	line-height: 32px;
	color: #333;
	font-weight: normal;
}

#singleNews .news-v3 .tag {
	background: #333e4f;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}

#singleNews .more .more-item {
	display: block;
}

#singleNews .more .more-item:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#singleNews .more .more-item h4 {
	margin-top: 40px;
	margin-bottom: 5px;
}

#singleNews .more .more-item h4 a {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 1px;
	text-decoration: none;
}

#singleNews .more .more-item ul li {
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 7px;
}

#singleNews .more .more-item .image-wrapper {
	position: relative;
}

#singleNews .more .more-item .image:hover {
	opacity: 0.9;
}

/* POIS */
#pois .pois-list .poi-image {
	background-color: #f7f7f7;
}

/* STELLENANGEBOTE */
#stellenangebote .job-img input {
	background-color: #fff;
}

/* STELLENANGEBOT */
#stellenangebot .image-block {
	background-image: url("../img/jobs_faces.jpg");
	background-size: cover;
}

#stellenangebot .image-block .text-center {
	text-align: center;
}

#stellenangebot .job-tags li {
	padding: 0 5px 10px 0;
}

#stellenangebot .job-tags .label {
	font-size: 12px;
	padding: 6px 8px;
	display: inline-block;
}

#stellenangebot .job-tags .label i {
	margin-right: 4px;
}

#stellenangebot .job-tags .label a {
	color: #777;
}

/* MARKTPLATZ */
#marktplatz #sidebar-nav .fa {
	margin-right: 5px;
	text-align: center;
	width: 30px;
}

#marktplatz .user-img {
	width: 100%;
	border-radius: 10px;
	position: relative;
	background-color: #f7f7f7;
	background-image: url("../img/user.jpg");
	background-position: center;
	background-size: cover;
}

#marktplatz.login .bg-image-v2 {
	background-image: url('../img/teaser-marktplatz-login.jpg');
}

#marktplatz.login .bg-image-v2-dark:before {
	background: rgba(0, 0, 0, 0.3) !important;
}

#marktplatz .box {
	padding: 65px 50px 50px 50px;
}

#marktplatz.login .box .header h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #000;
	letter-spacing: 1px;
}

#marktplatz .box .btn {
	font-weight: 300;
	padding: 13px 20px;
	color: #fff;
	border-radius: 3.5px;
}

#marktplatz .box .btn:hover {
	color: #fff;
}

#marktplatz .box .btn.btn-login {
	background-color: #72c02c;
}

#marktplatz .box * {
	font-weight: 300;
	letter-spacing: 1px;
}

#marktplatz .box input {
	padding: 10px 20px 10px 0;
	border-left: none;
	border-radius: 0 3px 3px 0;
	height: 46px;
}

#marktplatz .box .input-group-addon {
	border-radius: 3px 0 0 3px;
}

#marktplatz .box .checkbox label, #marktplatz .box .checkbox label a {
	padding: 0;
}

#marktplatz .box .remember {
	float: left;
	margin-right: 10px;
}

#marktplatz .box .checkbox label span {
	padding-top: 2px;
	display: inline-block;
}

#marktplatz .box .checkbox {
	margin-top: 0;
}

#marktplatz .box-left {
	background-color: #18ba9b;
	border: solid 1px #18ba9b;
	margin-right: -15px;
}

#marktplatz .box-left .header {
	margin-bottom: 20px;
}

#marktplatz.login .box-left .header h2 {
	color: #fff;
}

#marktplatz .box-left .btn.btn-login:hover {
	background-color: #8cd54a
}

#marktplatz .box-left .ui-chkbox-box {
	border-color: #fff;
}

#marktplatz .box-left input {
	border-color: #fff;
	color: #fff;
}

#marktplatz .box-left .input-group-addon {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

#marktplatz .box-left input::-webkit-input-placeholder {
	color: #fff;
	text-shadow: none;
}

#marktplatz .box-left input:-moz-placeholder {
	color: #fff;
	text-shadow: none;
}

#marktplatz .box-left input::-moz-placeholder {
	color: #fff;
	text-shadow: none;
}

#marktplatz .box-left input:-ms-input-placeholder {
	color: #fff;
	text-shadow: none;
}

#marktplatz .box-left input::-ms-input-placeholder {
	color: #fff;
	text-shadow: none;
}

#marktplatz .box-left .checkbox label, #marktplatz .box-left .checkbox label a
	{
	color: #fff;
}

#marktplatz .box-left .checkbox label span {
	color: #fff;
}

#marktplatz .box-right h2, #marktplatz .box-right p, #marktplatz .box-right label
	{
	color: #555 !important;
}

#marktplatz .teaser, #marktplatz.single .teaser {
	background-image: url('../img/teaser-marktplatz.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
	min-height: 200px;
}

#marktplatz .teaser h1, #marktplatz .teaser h1 small {
	color: #fff;
}

#marktplatz #list .item .desc {
	position: relative;
	border: 1px solid #eee;
	border-top: 0;
	padding: 30px 15px 15px;
}

#marktplatz #list .item .title a {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#marktplatz #list .item .subtitle a {
	color: #555;
	font-size: 11px;
	text-transform: uppercase;
}

#marktplatz #list .item .image {
	position: relative;
}

#marktplatz #list .item .image i {
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin: 0 0 0 -29px;
	border: 5px solid #fff;
	width: 70px;
	height: 70px;
	height: 70px;
}

#marktplatz #list .item .image i:hover {
	background: #72c02c;
}

#marktplatz #list .item:hover {
	background-color: #f7f7f7;
}

#marktplatz .btn-account {
	font-size: 14px;
	padding: 15px 10px;
	line-height: 22.4px;
}
/* MARKTPLATZ :: SINGLE */
#marktplatz.single #list .item a {
	text-decoration: none;
}

#marktplatz.single #list .item .product {
	margin-top: 15px;
	margin-bottom: 0;
}

#marktplatz.single #list .item .producer {
	margin-bottom: 10px;
}

#marktplatz.single #list .item .price {
	font-size: 24px;
}

#marktplatz.single #list .item .buy {
	position: relative;
	bottom: 15px;
}

#marktplatz .service-block-v3 .statistics .progress {
	background: rgba(255, 255, 255, 0.5);
}

#marktplatz .produkt-item .equal-height.detail {
	transition: height 0.15s ease-out;
}

#marktplatz .produkt-item:hover .equal-height.detail {
	transition: height 0.15s ease-out;
	height: auto !important;
}

#marktplatz.blog h3 {
	color: #555;
}

#marktplatz .user-img .badge {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 10px 0 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

#marktplatz.blog .user-img .badge i {
	padding: 0;
}

#marktplatz #messages {
	max-height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 30px;
}

/* SUCHE */
.search-item a {
	display: block;
	padding: 5px;
}

.search-item {
	padding: 0
}

/* 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;
}

/* COMMUNITY :: FORUM */
#forum ul.thread-info li {
	background-color: #f4f4f4;
	padding: 4px 8px;
	font-size: 11px;
	margin-right: 5px;
}

#forum .comment-item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #e4e9f0;
}

/* BUG FIXES */
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u
	{
	color: #fff;
}

/* PF Reset */

.ui-selectmanymenu.chips-layout {
	padding: 0;
	border: none;
	margin-bottom: 30px;
}

.ui-selectmanymenu.chips-layout .ui-selectlistbox-listcontainer {
	max-height: 320px !important;
}

.ui-selectmanymenu.chips-layout .ui-selectlistbox-filter-container {
	margin: 0;
}

.ui-selectmanymenu.chips-layout input {
	width: 100%;
	padding: 12px 10px;
}

.ui-selectmanymenu.chips-layout .ui-selectlistbox-item {
	padding: 6px 8px;
	background-color: #f7f7f7;
	color: #777;
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
	font-size: 12px;
}

.ui-selectmanymenu.chips-layout .ui-selectlistbox-item.ui-state-highlight {
	color: #fff;
}

.ui-selectmanymenu.chips-layout .ui-selectlistbox-filter {
	margin-bottom: 15px;	
}

.ui-selectmanymenu.chips-layout .ui-selectlistbox-filter-container .ui-icon.ui-icon-search
	{
	background-image: url("../img/icons/search.png");
	background-position: center center;
	background-size: 12px auto;
	position: abolute;
	top: 1px;
	right: 1px;
	width: 35px;
	height: 46px;
	background-color: #eee;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background: none;
}

.ui-datatable thead th, .ui-datatable tfoot td {
	text-align: left;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td,
	.ui-datatable tfoot th {
	padding: 15px;
}

.ui-datatable thead th {
	background-color: #fafafb;
}

.ui-datatable .ui-datatable-empty-message td {
	padding: 15px;
}

#member .alert .ui-chkbox .ui-chkbox-box {
	border-color: #999;
}

#member .alert hr {
	margin: 15px 0;
}

#member label.input {
	display: block;
	position: relative;
}

#member .service-block-lighter {
	background-color: #f7f7f7;
}

#member .ui-calendar input {
	display: block;
	width: 100%;
}

#member label.input i.icon-prepend {
	top: 1px;
	left: 1px;
	padding: 15px;
	color: #aaa;
	width: 40px;
	text-align: center;
	position: absolute;
	height: 44px;
}

#member label.input input.icon-prepend {
	padding-left: 40px;
}

#member label.input i.icon-append {
	top: 1px;
	background-color: #fafafb;
	right: 1px;
	padding: 15px;
	color: #555;
	width: 40px;
	text-align: center;
	position: absolute;
	border-left: 1px solid #ccc;
	height: 44px;
}

#member .service-block-lighter {
	background-color: #f7f7f7;
}

#member .service-block-v3.service-block-lighter span, #member .service-block-v3.service-block-lighter i,
	#member .service-block-v3.service-block-lighter p {
	color: #555;
}

#member .ui-selectonemenu-label.ui-inputfield {
	padding: 10px;
	font-size: 14.3px;
	line-height: 24px;
}

#member .ui-datatable .ui-selectonemenu {
	width: 100%;
}

#member .ui-datatable .ui-selectonemenu-label.ui-inputfield {
	padding: 3px 5px;	
}

#member .ui-datatable .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	margin-top: 8px; 
}

#member .input-group-addon {
	background-color: #f7f7f7;
	color: #777;
}

#member .cropped-image {
	max-width: 100%;
	max-height: 860px;
}

#member .cropped-image-delete {
	font-size: 22px;
	color: #999;
}

.ui-datepicker {
	padding: 5px;
	border-radius: 0;
	border: none;
	background-color: #f7f7f7;
	box-shadow: 0 0 8px #ddd;
}

.ui-datepicker-header {
	padding: 10px;
	background-color: #f7f7f7;
	border-radius: 0;
	border: none;
}

.ui-datepicker .ui-datepicker-prev, #member .ui-datepicker .ui-datepicker-next
	{
	top: auto;
}

.ui-datepicker .ui-state-disabled {
	background-color: #f7f7f7;
}

.ui-datepicker table td {
	padding: 5px;
}

.ui-datepicker table td a {
	text-align: center;
	background: none;
	background-color: #eee;
	text-shadow: none !important;
	border: 2px solid #eee;
}

.ui-datepicker table td a:hover {
	background-color: #ccc;
	color: #181818;
	border-color: #ccc;
}

.ui-datepicker .ui-datepicker-today a {
	border-color: #ccc !important;
}

.ui-datepicker table td a.ui-state-active {
	color: #fff;
	background-color: #72c02c;
	border-color: #72c02c;
}

.ui-datepicker table th {
	width: 14.285%;
}

.ui-datepicker .ui-slider-handle {
	background-color: #72c02c;
}

.ui-datepicker .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input
	{
	border: none;
}

#member .ui-sortable-handle .ui-sortable-handle {
	margin: 0 auto;
}

#member td.ui-editable-column:hover .ui-cell-editor-output {
	border: 1px solid #ddd;
	background-color: #fafafb;
}

#member td.ui-editable-column .ui-cell-editor-output {
	padding: 10px;
	border: 1px solid transparent;
}

#member .ui-cell-editor-input input {
	width: 100%;
}

#member .ui-button {
	background: #72c02c;
	background-color: #72c02c;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 9px 13px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 0;
	text-shadow: none;
	transition: background-color 0.5s linear;
	line-height: 24px;
}

#member a.ui-button i {
	margin-left: -2px;
}

#member .ui-spinner input {
	padding: 10px 30px 10px 10px;
}

#member .ui-spinner.width-100x input {
	width: 100%;
}

#member .ui-spinner .ui-button.ui-spinner-button {
	display: block;
	padding: 0;
	position: absolute;
	background-color: #f7f7f7;
	margin: 1px;
}

#member .ui-datatable-tablewrapper .ui-button {
	margin-right: 5px;
	border-radius: 5px;
	padding: 5px;
}

#member .ui-datatable-tablewrapper .ui-button:last-child {
	margin-right: 0;
}

#member .ui-button.ui-state-hover, #member .ui-button:hover {
	color: #fff;
	background-color: #5fb611;
}

#member .ui-button.ui-button-text-icon-left .ui-button-text {
	padding: 0 0 0 18px;
}

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

.ui-autocomplete-panel {
	z-index: 9999;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.1) !important;
	box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.1) !important;
	border-radius: 5px;
	padding-top: 10px;
	overflow: hidden;
}

.ui-autocomplete-panel a {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 0;
	width: 80%;	
	overflow: hidden;
	padding: 15px;
	font-weight: bold;
}

.ui-autocomplete-panel .ui-state-highlight a {
	color: #fff;
}

.ui-autocomplete-panel .ui-state-highlight a:hover {
	text-decoration: none;
}

.ui-autocomplete-panel .ui-autocomplete-table th, .ui-autocomplete-panel .ui-autocomplete-table td {
	border-color: #eee;
	border-left: none;
	border-right: none;
	padding: 0;
}

.ui-messages ul {
	margin: 0;
}

.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon,
	.ui-messages-fatal-icon {
	display: none;
}

.ui-messages-info, .ui-messages-warn, .ui-messages-error,
	.ui-messages-fatal {
	margin-top: 0;
	margin-bottom: 30px;
	border-radius: 0;
	padding: 8px 15px;
}

.ui-messages-info {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.ui-messages-warn {
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.ui-messages-error, .ui-messages-fatal {
	background-color: #f2dede;
	border-color: #ebccd1;
}

.ui-messages-info-detail, .ui-message-info-detail {
	color: #3c763d;
}

.ui-messages-warn-detail, .ui-message-warn-detail {
	color: #8a6d3b;
}

.ui-messages-error-detail, .ui-message-fatal-detail {
	color: #a94442;
}

.ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error,
	.ui-selectonemenu.ui-state-error, .ui-selectonemenu.ui-state-error .ui-selectonemenu-label,
	.ui-widget-content .ui-inputfield.ui-state-error {
	border-color: #a94442 !important;
	background-color: #f2dede !important;
	color: #a94442 !important
}

.ui-inputfield.ui-state-error.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-error.ui-state-focus,
	.ui-widget-content .ui-inputfield.ui-state-error.ui-state-focus {
	border-color: #a94442;
	background-color: #f2dede;
	color: #a94442
}

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

.ui-fileupload .ui-fileupload-content {
	background-color: #f7f7f7;
	background-image: url("../img/icons/icon-drag-and-drop.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 250px auto;
	border-color: #eee;
	min-height: 200px;
	border-radius: 0;
}

.ui-fileupload .ui-fileupload-buttonbar {
	border-radius: 0;
	padding: 5px;
}

.ui-widget-content a {
	color: #72c02c;
}

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

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

#searchBar_panel {
	background-color: #fff;
	padding: 15px;
}

.ui-widget-content a.btn-u {
	color: #fff;
}

.ui-datascroller .ui-datascroller-content {
	padding: 0;
	background: transparent;
	border: none;
	color: #333333;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield
	{
	border-radius: 0;
	border: 1px solid #ccc;
}

.ui-inputfield {
	padding: 10px;
}

.ui-inputfield.ui-spinner-input {
	padding: 5px 20px 5px 5px;
}

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

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

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

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus,
	.ui-widget-header .ui-inputfield.ui-state-focus {
	box-shadow: none;
	border-color: #72c02c;
	color: #72c02c;
	text-shadow: none;
}

.ui-selectonemenu {
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
}

.ui-selectonemenu .ui-selectonemenu-label {
	border: 0;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 !important;
	font-size: 14px;
	background-color: #fff;
}

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

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

.ui-selectonemenu .ui-state-default, .ui-selectonemenu .ui-widget-content .ui-state-default,
	.ui-selectonemenu .ui-widget-header .ui-state-default {
	background: none;
	background-color: #f0f0f0;
	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("../img/icons/search.png");
	background-position: center center;
	background-size: 12px auto;
	margin-top: 8px;
	width: 30px;
}

.ui-selectmanymenu {
	box-shadow: none;
}

.ui-selectmanymenu .ui-selectlistbox-item {
	vertical-align: middle;
	padding: 10px;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #ccc;
	display: block;
}

.ui-selectmanymenu .ui-chkbox {
	margin-right: 10px;
}

.ui-selectmanymenu .ui-state-active .ui-icon {
	background-image:
		url("../../../javax.faces.resource/images/ui-icons_333333_256x240.png.jsf?ln=primefaces-bootstrap");
}
/*
.ui-paginator {
	margin: 15px -15px -15px -15px;
	border: 0;
	border-radius: 0;
	background-color: #f7f7f7;
	padding: 15px;
}
*/
.ui-datatable .ui-paginator {
	border-color: #ddd;
	border-radius: 0;
	padding: 5px;
}

.ui-paginator .ui-paginator-rpp-options {
	background-color: #eee;
}

.ui-paginator .ui-state-default {
	padding: 10px 16px;
	margin: 0 7px;
	color: #555;
	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("../img/icons/prev.png");
}

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

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

.ui-paginator .ui-icon.ui-icon-seek-end {
	background-image: url("../img/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-minimized .ui-state-default, .dataTable-minimized .ui-datatable-odd
	{
	background: none;
	background-color: transparent;
	padding: 0;
}

.dataTable-minimized.ui-widget input.ui-column-filter {
	margin: 0 0 20px;
	padding: 5px 5px 5px 25px;
	border-color: #dedede;
}

.dataTable-minimized .ui-widget-content, .dataTable-minimized.ui-datatable table,
	.dataTable-minimized.ui-datatable thead th, .dataTable-minimized.ui-datatable tbody td,
	.dataTable-minimized.ui-datatable tfoot td, .dataTable-minimized.ui-datatable tfoot th
	{
	border: none;
	padding: 0;
}

.dataTable-minimized .ui-paginator {
	margin: 0;
	background-color: #f7f7f7;
	padding: 5px;
}

.dataTable-minimized .ui-paginator .ui-state-default.ui-state-active {
	border-radius: 0;
	background-color: #72c02c;
	padding: 5px 10px;
}

.ui-datatable .ui-datatable-empty-message td {
	color: #555;
}

.ui-wizard .ui-wizard-step-title {
	margin: 0 15px 15px 0;
	padding: 10px;
	text-shadow: none;
	border-radius: 0;
	color: #555;
}

.ui-wizard .ui-wizard-step-title.ui-state-highlight {
	color: #fff;
}

.ui-wizard .ui-panel {
	border-radius: 0;
	padding: 30px;;
	border-color: #eee;
}

.ui-wizard .ui-panel-content {
	padding: 0;
}

.ui-wizard .ui-panel-titlebar {
	padding: 15px 30px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #eee;
	margin: -30px -30px 30px;
	color: #555;
}

.ui-wizard .ui-button {
	margin: 15px 0;
	background-color: #72c02c;
	color: #fff;
	border-radius: 0;
	text-shadow: none;
	padding: 6px 13px;
	font-size: 14px;
	line-height: 20px;
}

/* UNIFY RESET */
.title-v1 h1, .title-v1 h2 {
	text-transform: none;
}

.title-v1 ul {
	font-size: 17px;
	font-weight: 200;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}

.title-v1 b, .title-v1 strong {
	font-weight: 400;
}

.alert.alert-info a {
	text-decoration: underline;
	color: #31708f;
	font-size: 13px;
}

.bg-color-light {
	color: #555;
}

.bg-color-facebook {
	background-color: #3b5998 !important;
	color: #fff;
}

.bg-color-twitter {
	background-color: #1da1f2 !important;
	color: #fff;
}

.bg-color-google {
	background-color: #fff !important;
	color: #777;
}

.bg-color-instagram {
	background-color: #8a3ab9 !important;
	color: #fff;
}

.bg-color-u {
	background-color: #72c02c;
	color: #fff;
}

.breadcrumb>li {
	overflow: hidden;
}

.breadcrumb>li:last-child {
	max-width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.filter-bar .btn-u {
	padding: 12px 6px;
	line-height: 22.4px;
}

.ui-datascroller ol ol, .ui-datascroller ul ul, .ui-datascroller ol ul,
	.ui-datascroller ul ol {
	margin-bottom: 10px;
}

.news-v2 .news-v2-badge .now span, .news-v2 .news-v2-badge .now small  {
	color: #fff;
	line-height: 1.5;
}

.badge-today {
	/* orginal: .news-v2 .news-v2-badge .badge-today */
	left: 0;
	top: 70px;
	background: #72c02c;
	padding: 5px 15px;
	text-align: center;
	position: absolute;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 12px;
}

.tag-box {
	padding-right: 30px;
}

.tag-box h2 {
	margin-bottom: 25px;
}

.tag-box ol {
	padding-left: 15px;
}

.tag-box ol li {
	margin-bottom: 8px;
}
/* APP */
#app .parallax-counter-v2.parallaxBg1 {
	background-image: url('../img/bg/bg-blurred-grey.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#app .content-boxes-v6 i::after {
	border-color: #797979;
}

#app .content-boxes-v6 i {
	background-color: #797979;
}

#app .content-boxes-v6 i:hover {
	background-color: #72c02c;
}

#app .content-boxes-v6 i:hover::after {
	border-color: #72c02c;
}

/* BOOTSTRAP FIX */
.modal-dialog {
	margin-top: 70px;
}

.modal-dialog .modal-header {
	background-color: #f7f7f7;
}

.modal-dialog .modal-header .close {
	margin: 0;
}

input.form-control, textarea.form-control {
	border: 1px solid #ccc;
	background-color: transparent;
}

.news-v2 .news-v2-desc {
	position: relative;
}

/* KUNDENBEREICH :: MEMBER */
#member #navigation .fa {
	margin-right: 5px;
	text-align: center;
	width: 30px;
}

#member table td, member table th {
	padding: 10px;
}

#member .breadcrumb {
	background-color: #f7f7f7;
	border-radius: 0;
	margin-top: -10px;
	margin-bottom: 35px;
}

#member h1 .fa {
	margin-top: 5px;
}

#member h1 a.btn {
	color: #fff;
}

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

#member .member-content .headline {
	margin-top: 0;
	margin-bottom: 31px;
}

#member .member-content .headline h2 {
	margin-top: -18px;
}

#member table button {
	margin: 0;
}

#member table td a {
	color: #555;
}

#member table td a:hover {
	color: #72c02c;
}

#member .quick-buttons {
	margin-top: 30px;
}

#member .quick-buttons a {
	margin-bottom: 30px;
}

#member .quick-buttons .btn {
	padding: 40px 20px;
	font-size: 16px;
	font-weight: 200;
}

#member .quick-buttons .btn .fa {
	margin-bottom: 10px;
}

#member ul.member-nav {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

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

#member ul.member-nav li a {
	display: block;
	padding: 8px 30px 8px 10px;
	text-decoration: none;
}

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

#member ul.member-nav li.active {
	background-color: #717984;
}

#member ul.member-nav li.active a {
	color: #fff;
}

button {
	padding: 5px 10px;
	background-color: #72c02c;
	background: #72c02c;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
	border: 0;
	text-shadow: none;
}

.btn-save, button.btn-save, .ui-button.btn-save {
	padding: 5px;
	background-color: #72c02c;
	background: #72c02c;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 25px;
	display: block;
	border: 0;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	width: 100%;
}

.btn-save:hover, button.btn-save:hover, .btn-save:focus {
	color: #fff;
	text-decoration: none;
	background-color: #5fb611;
}

.btn-cancel, button.btn-cancel, .ui-button.btn-cancel, #member button.btn-cancel
	{
	padding: 5px;
	background-color: #e74c3c;
	background: #e74c3c;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 25px;
	display: block;
	border: 0;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	width: 100%;
}

.btn-cancel:hover, button.btn-cancel:hover, #member button.btn-cancel:hover, .btn-cancel:focus
	{
	color: #fff;
	text-decoration: none;
	background-color: #c0392b;
}

.btn-preview, button.btn-preview {
	padding: 5px;
	background-color: #3498db;
	background: #3498db;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 25px;
	display: block;
	border: 0;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.btn-preview:hover, button.btn-preview:hover, .btn-preview:focus {
	color: #fff;
	text-decoration: none;
	background-color: #2980b9;
}

/* USER OUTPUT TEXT */
.user-output-text p {
	margin-left: 0 !important;
}

/* MEDIA QUERIES */
@media ( min-width : 991px) and ( max-width : 1199px) {

	body.header-fixed {
		margin-top: 69px;
	}
	
	#header-layout-0 .header-v6 .navbar-nav {
		display: flex;
		justify-content: space-between;
		float: none;
	}
	
	#header-layout-0 .header-v6 .navbar-nav > li {
		display: inline-block;
	}
	
	#header-layout-0 .header-v6 .navbar-nav > li > a {
		padding: 10px 0;
		line-height: 30px;
	}
	
	#header-layout-0 .header-v6 li.menu-icons i.menu-icons-style, #header-layout-0 .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
		line-height: 50px;
	}
}

@media ( max-width : 991px) {
	
	.aspect-ratio.aspect-ratio-16-9 {
		padding-top: calc(100% / 4 * 3); 
	}
	
	.aspect-ratio-3-1--sm {
		padding-top: 33.333%; 
	}
	
	.aspect-ratio .img-badge {
		top: 10px;
		left: 10px;
	}
	
	.card-item .card-content {
		padding: 0
	}
	
	.cards .card-item .aspect-ratio .card-title, .cards .card-item .aspect-ratio .card-categories, .cards .card-item .aspect-ratio .card-title.text-center, .card-item .aspect-ratio .card-description {
		padding: 20px;
		position: unset !important;
		top: unset !important;
		left: unset !important;
		width: 100% !important;
		height: auto !important;
	} 
	
	.card-item .aspect-ratio .card-description {
		padding-top: 0;
	}
	
	.cards .card-item.cmp-list-item-common-v3 .card-title {
		position: absolute !important;
		left: 0;
		bottom: 0;
	}
	
	.cards .card-item.cmp-list-item-common-v3 .card-category {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	
	.cards .card-item .aspect-ratio .card-categories {
		padding-top: 0;
	}
	
	.cards .card-item .aspect-ratio .card-title.text-center, .cards .card-item .aspect-ratio .card-categories.text-center {
		padding: 40px 20px 5px 20px;
		position: unset;
		top: unset;
		left: unset;
		width: 100%;
		height: auto;
	}
	
	.cards .card-item .aspect-ratio .card-categories.text-center {
		padding: 5px 20px 20px;
	}
	
	.cards .card-item .aspect-ratio .card-title.text-center a {
		white-space: normal;
	}
	 

	.header-v4 .navbar-default .navbar-nav > .open > a {
		background-color: transparent;
	}
	
	.header-v4 .navbar-default .navbar-nav ul.dropdown-menu li > ul {
		display: none;
	}
	
	.header-v4 .navbar-default .navbar-nav ul.dropdown-menu li > ul.active {
		display: block;
	}
	
	.header-v4 .navbar-default .navbar-nav > li > a {
		padding: 11px 20px 10px 20px;
	}
	
	.header-v4 .navbar-default .navbar-nav ul.dropdown-menu li a {
		padding: 11px 20px 10px 40px;
	}
	
	.header-v4 .navbar-default .navbar-nav > li > a, .header-v4 .navbar-default .navbar-nav ul.dropdown-menu li a, .header-v4 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #222;
		text-transform: none;
		font-size: 13px;
	}
	
	.breadcrumbs, .breadcrumbs.breadcrumbs-dark, .breadcrumbs.breadcrumbs-light {
		padding: 20px 0 10px;
	}
	
	.xs-padding-x-25 {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.xs-auto-height {
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
	}
	
	#header-layout-0 .header-v6 .navbar-brand {
		height: 73px;
		padding: 10px 15px;
		line-height: 54px;
	}
	
	#header-layout-0 {
		background-color: #fff;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
	}
	
	#header-layout-0 .header-v6 .navbar-brand {
		max-width: 75%;
	}
	
	#header-layout-0 .header-v6 .navbar-toggle {
		margin: 21px 0 21px 15px;
	}
	
	#header-layout-0 .header-v6 .navbar-nav > li > a {
		padding: 12px 15px;
	}
	
	#header.header-v4 {
		padding-bottom: 0;
	}
	#header.header-v4 .navbar {
		margin: 0 -15px;
	}
	#topcontrol {
		bottom: 20px !important;
		right: 20px !important;
	}
	.blog-slider .blog-slider-title h2 a {
		font-size: 16px;
	}
	.blog-slider .blog-slider-title {
		bottom: 0px;
		left: 10px;
	}
	.bg-white-inner {
		padding-left: 0;
		padding-right: 0;
	}
	#event #info {
		padding-left: 30px;
		padding-right: 30px;
	}
	#poi #thumbs {
		margin-left: -28px;
		margin-right: -28px;
	}
	#poi #thumbs .width-75px {
		width: 50px;
		height: 50px;
	}
	
	#singleNews .news-v3 .tag {
		font-size: 10px;
		padding: 5px 8px;
	}
	
	#singleNews .news-v3 h2.h1 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	
	#singleNews .news-v3 .user-output-text small {
		font-size: 85%;
	}
	
	#singleNews .news-v3 .user-output-text h1, #singleNews .news-v3 .user-output-text h2 {
		margin-top: 30px;
		font-size: 24px;
		line-height: 32px;
	}
	
	#singleNews .news-v3 .user-output-text h3 {
		margin-top: 20px;
		font-size: 20px;
		line-height: 28px;
	}
	
	#singleNews .news-v3 .user-output-text h4 {
		font-size: 16px;
		line-height: 24px;
	}
	
	#singleNews .news-v3 .user-output-text h5 {
		font-size: 12px;
		line-height: 20px;
	}
	
	#singleNews .news-v3 .user-output-text h6 {
		font-size: 8px;
		line-height: 16px;
	}
	
	#singleNews .news-v3 .user-output-text p, #singleNews .news-v3 .user-output-text ul, #singleNews .news-v3 .user-output-text ol, #singleNews .news-v3 .user-output-text li {
		font-size: 16px;
		line-height: 28px;
		color: #333;
		font-weight: normal;
	}
	
	#singleNews .news-v3 .user-output-text *:last-child {
		margin-bottom: 0;
	}
	#singleNews .block-description {
		padding: 20px 0 !important;
	}
	#singleNews .block-description .news-v3-in {
		padding: 20px;
	}
	
	#event .content {
		padding-top: 20px;
	}
	
	#event #info {
		padding-bottom: 30px;
	}
	
	#event .news-v3 .tag {
		font-size: 10px;
		padding: 5px 8px;
	}
	
	#event .news-v3 h2.h1 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	
	#event .news-v3 .user-output-text small {
		font-size: 85%;
	}
	
	#event .news-v3 .user-output-text h1, #event .news-v3 .user-output-text h2 {
		margin-top: 30px;
		font-size: 24px;
		line-height: 32px;
	}
	
	#event .news-v3 .user-output-text h3 {
		margin-top: 20px;
		font-size: 20px;
		line-height: 28px;
	}
	
	#event .news-v3 .user-output-text h4 {
		font-size: 16px;
		line-height: 24px;
	}
	
	#event .news-v3 .user-output-text h5 {
		font-size: 12px;
		line-height: 20px;
	}
	
	#event .news-v3 .user-output-text h6 {
		font-size: 8px;
		line-height: 16px;
	}
	
	#event .news-v3 .user-output-text p, #event .news-v3 .user-output-text ul, #event .news-v3 .user-output-text ol, #event .news-v3 .user-output-text li {
		font-size: 16px;
		line-height: 28px;
		color: #333;
		font-weight: normal;
	}
	
	#event .news-v3 .user-output-text *:last-child {
		margin-bottom: 0;
	}
	#event .block-description {
		padding: 20px 0 !important;
	}
	#event .block-description .news-v3-in {
		padding: 20px;
	}
	
	
	.block-xs {
		display: block;
		width: 100%;
	}
	.link-to-button-xs {
		padding: 10px;
		background-color: #72c02c;
		color: #fff !important;
		margin: 15px 0;
		text-decoration: none;
		text-align: center;
	}
	.button-xs i {
		color: #fff !important;
	}
	.width-xs-100 {
		max-width: 100px;
	}
	.clients-page p {
		text-align: left;
	}
	.thumbnail-style {
		padding: 0;
	}
	.thumbnail-style.margin-bottom-30 {
		margin-bottom: 15px;
	}
	.text-xs-left {
		text-align: left;
	}
	.text-xs-center {
		text-align: center;
	}
	.text-xs-block {
		display: block;
	}
	.margin-xs-bottom-20 {
		margin-bottom: 20px;
	}
	.headline h2 {
		font-size: 18px;
	}
	.header-v4 {
		padding-bottom: 15px;
	}
	.ads {
		margin-top: 40px;
	}
	#shrink-header {
		display: none !important;
	}
	.ui-selectonemenu {
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 15px;
	}
	.content-md {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#poi .image {
		margin-top: -35px;
		margin-left: -30px;
		margin-right: -30px;
	}
	.xs-margin-bottom-20 {
		margin-bottom: 20px;
	}
	/* Landing */
	#tags .bg-white-inner {
		padding: 20px;
}
}

/* ERROR 404 */
.error-bg {
	background: rgba(0, 0, 0, 0) url("../img/error/error-v7.jpg") no-repeat
		scroll center center/cover;
	padding-bottom: 230px;
}

.error-v7 {
	padding: 60px 0;
	text-align: center;
}

.error-v7 span.sorry {
	color: #666;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 50px;
}

.error-v7 .h1 {
	color: #fff;
	font-size: 280px;
	font-weight: 300;
	line-height: 1;
	text-shadow: 2.828px 2.828px 4px rgba(0, 0, 0, 0.04);
}

/* Datatable selection fix*/
.ui-widget-content td.ui-editable-column.ui-cell-editing {
	background-color: transparent;
}
/* hover menü fix wenn 2zeilig*/
.dropdown-menu {
	top: auto;
}

/* VideoJS */
.video-js {
	background-color: #eee;
}
.vjs-poster {
	background-size: cover;
	background-color: #eee;
}

.ui-dialog.ui-widget-content {

    background-color: #ffffff;
}
.ui-widget-overlay {
	opacity: 0.48;
}

/* SHOP */

#shop .banner {
 margin-bottom: 30px; 
 padding: 60px 20px; 
 background-image: url(../img/banner-shop.jpg); 
 background-size: cover; 
 background-position: center;	
}

#shop .banner .inner {
	background-color: rgba(0, 0, 0, 0.3); 
	border: 1px solid #fff; 
	color: #fff; 
	font-size: 24px; 
	padding: 40px; 
	margin: 0 auto; 
	max-width: 600px;
}

#shop #search .ui-autocomplete-input {
	width: 100%;
}

#shop .product-list .product-item {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

#shop .product-list .product-item .product-desc {
	padding: 15px;
}

#shop .product-list .product-item .product-title {
	font-size: 14px;
	display: block;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;"
}

#shop .product-list .product-item .product-title a {
	color: #222;
}

#shop .product-list .product-item .product-price {
	font-size: 18px; 
	color: #c9253c;
}

#shop .product-list .product-item .product-dealer {
	font-size: 14px;
	margin: 0;	
}

#shop .product-list .product-item .product-dealer a {
	color: #777;
}

#shop .pagination > li.inactive > a {
	background-color: #eee !important;
	color: #777 !important;
	border-color: #ddd !important;
}

#shop .categories .count {
	float: right;
	color: #aaa;
}

#shop .categories a {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 30px);
}

#shop .categories .sub-category i {
	color: #aaa;
}

#shop .product-filter .label {
	padding: 8px 12px;
}

#shop .product-more-categories .item {
	margin-bottom: 30px; 
	padding: 20px; 
	background-image: url(../img/banner-shop.jpg); 
	background-size: cover; 
	background-position: center;
	height: 200px;
}

#shop .product-more-categories .item .inner {
	background-color: rgba(0, 0, 0, 0.3); 
	border: 1px solid #fff; 
	color: #fff; 
	font-size: 24px; 
	margin: 0 auto;
	height: 160px;
}

#shop .product-more-categories .item .inner a {
	color: #fff;
	display: block;
	height: 100%;
	padding: 40px; 
}

	
/* WARENKORB */

#warenkorb-global {
	position: fixed;
	bottom: 100px;
	right: 35px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border-radius: 30px;
}

#warenkorb table thead, #warenkorb table tfoot {
	background-color: #fafafb;
	font-weight: bold;
}

#warenkorb table > tfoot > tr > td {
	vertical-align: middle;
}

@media (max-width: 991px) {
	#warenkorb-global {
		bottom: 35px;
	}
}

#warenkorb-global a {
	padding-top: 13px;
	padding-bottom: 15px;
	color: #fff;	
	display: block;
}

#warenkorb-global .warenkorb-global-count {
	position: absolute;
	top: -5px;
	left: -5px;
	height: 24px;
	width: 24px;
	background-color: #000;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
}

#warenkorb-global .warenkorb-global-count span {
	padding-top: 5px;
	display: block
}

#warenkorb .form-group {
    margin-bottom: 30px;
}

#warenkorb .input-group-addon {
	border-color: #eee;
}

#warenkorb .ui-inputtext {
    padding: 22px 10px;
}

#warenkorb #order .order-panel {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	margin-bottom: 15px;
}

#warenkorb #order .order-panel h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
}

#warenkorb #order .order-panel h3 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	text-transform: uppercase;
}

#warenkorb #order .order-panel .code {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

#warenkorb #order .order-panel .code input {
	padding: 19px 10px;
	background-color: #fff;
	border-color: #ddd;
}

#warenkorb #order .order-panel p {
	padding: 15px;
	color: #222;
	margin: 0;
	font-size: 13px;
	border-bottom: 1px solid #eee;
}

#warenkorb #order .order-panel label {
	font-size: 13px;
}

#warenkorb #order .order-panel #order-list .order-item {
	padding: 15px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}

#warenkorb #order .delivery {
	border-bottom: 1px solid #eee;
	padding: 15px;
}

#warenkorb #order .amount {
	padding: 15px;
	font-size: 13px;
}

#warenkorb #order .order-panel .legal {
	border-top: 1px solid #eee;
	padding: 15px;
	font-size: 13px;
}

#warenkorb #order .order-panel .legal .ui-selectbooleancheckbox {
	background-color: #fff;
}

#warenkorb #order #amountGesamt {
	font-size: 16px;
	line-height: 16px;
	padding:15px;
	margin-bottom: 15px;
	background-color: rgba(114, 192, 44, 0.1) !important;
}

#warenkorb #billing .billing-panel {
	border: 1px solid #eee;
	background-color: #f9f9f9;
	margin-bottom: 15px;	
}

#warenkorb #billing .billing-panel h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
}

#warenkorb #billing .billing-panel .inner {
	padding: 30px 30px 0 30px;
}

#warenkorb #billing .billing-panel input {
	border: 1px solid #eee;
	background-color: #fff;
}

#warenkorb .ui-radiobutton .ui-radiobutton-box {
    border: 1px solid #a6a6a6;
    background-color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color .3s,border-color .3s;
    -o-transition: background-color .3s,border-color .3s;
    -webkit-transition: background-color .3s,border-color .3s;
    transition: background-color .3s,border-color .3s;
}

#warenkorb .ui-selectoneradio {
	width: 100%;
}

#warenkorb .ui-selectoneradio td {
	width: 50%;
}

@media (max-width: 991px) {
	#warenkorb .ui-selectoneradio td {
		width: 100%;
		display: block;
	}
}

#warenkorb .ui-selectoneradio label {
	font-weight: normal;
}

#warenkorb .ui-selectonemenu {
	border-color: #eee !important;
}

#warenkorb .ui-selectonemenu .ui-selectonemenu-label {
	line-height: 1;
	padding: 15px 10px;
}

#warenkorb .select {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

#warenkorb .select .selected {
	width: 12px;
	height: 12px;
	background-color: #72c02c;
	border-radius: 6px;
	margin: 5px;
	display: none;	
}

#warenkorb  [aria-expanded="true"] .select .selected, #warenkorb .true .select .selected {
	display: inline-block;
}

/* inc_payment_widget */

#inc_payment_widget .ui-inputfield {
	padding: 10px;
}

#inc_payment_widget .panel-group {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-bottom: 15px;
}

#inc_payment_widget .panel-group .panel {
	border: none;
	border-bottom: 1px solid #eee;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}

#inc_payment_widget .panel-group .panel .panel-heading {
	background-color: transparent;
	padding: 10px 15px;
}

#inc_payment_widget .panel-group .panel .panel-body {
	border: none;
	padding-top: 5px;
}

#inc_payment_widget .ui-radiobutton {
	margin-right: 15px;
}

#inc_payment_widget img {
	height: 20px;
	margin-top: 3px;
}

#inc_payment_widget  .ui-radiobutton .ui-radiobutton-box {
    border: 1px solid #a6a6a6;
    background-color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color .3s,border-color .3s;
    -o-transition: background-color .3s,border-color .3s;
    -webkit-transition: background-color .3s,border-color .3s;
    transition: background-color .3s,border-color .3s;
}

/* VOTINGS / BESTENLISTE */

#vote .place {
	line-height: 30px;
	text-align: left;
}

#vote .place small {
	font-size: 13px;
	display: block;
	line-height: 13px;
	margin-bottom: 5px;
	margin-top: 4px;
}

.hw-votes-filter {
	background-color: #fff;
	padding: 15px;
	margin-top: 30px;
}

.hw-votes-filter .btn {
	margin: 5px ;
}

.hw-votes-search {
	background-color: #fff;
	padding: 15px;
	margin-top: 30px;
}

.hw-votes-search input {
	width: 100%;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 32px;
}

