progress {  
    background-color: #dadada;  
    border: 0;  
    height: 18px;
    width: 100%;
}

progress[value]::-moz-progress-bar { 
	background: #a2c617;
}

progress::-webkit-progress-bar { 
	background: #dadada;
}

progress::-webkit-progress-value {
	background: #a2c617;
}

hr.hr-green {
	border: 0 none;
	background: #a2c617;
	height: 1px;
}

a.button-orange-big {
    background: url("../img/double-right.png") no-repeat scroll 14px center #FF5716 !important;
    color: #FFFFFF !important;
    padding: 10px 20px 10px 30px !important;
    font-size: 19px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

a.button-green-big {
    background: url("../img/double-right.png") no-repeat scroll 14px center #A2C617 !important;
    color: #FFFFFF !important;
    padding: 10px 20px 10px 30px !important;
    font-size: 19px !important;
    display: inline-block !important;
    text-decoration: none !important;
}


.fancybox-skin {
	padding: 0 !important;
}

.modal-content {
	border-radius: 0;
}

.modal-header,
.modal-body {
	padding: 0 20px;
}

.modal-header {
	padding-top: 25px;
	padding-bottom: 10px;
	border: 0 none;
}

.modal-header .close {
	font-size: 0;
	opacity: 1;
	background: url("../img/modal-close.jpg") no-repeat center center;
	width: 40px;
	height: 40px;
}

.modal-header h4 {
	font-size: 24px;
}

.modal-body th {
	font-weight: bold;
}

.fa-big {
	font-size: 40px;
	vertical-align: middle;
}

.teaser-wrapper.row {
	width: 90%;
	margin: 30px auto;
}

.teaser-item {
	text-align: center;
	margin-bottom: 5px;
}

.teaser-item p {
	font-size: 20px;
	margin-top: 5px;
}

.teaser-item a {
	font-weight: normal;
}

.teaser-item a:hover {
	color: #a2c617;
	text-decoration: none;
}

.teaser-item img { 
	transition: all .2s ease-in-out;
	transform: scale(0.8);
	image-rendering:optimizeQuality;
}

.teaser-item { 
	transition: all .2s ease-in-out;
	transform: scale(0.8);
	image-rendering:optimizeQuality;
}

.teaser-item:hover img {
	transform: scale(1.0);
}

.teaser-item:hover {
	transform: scale(1.0);
}

/*
.teaser-item .inside {
	padding: 0 40px;
}
*/

.teaser-item .img-wrapper {
	height: 75px;
}

.carousel-wrapper {
	width: 80%;
	margin: 0 auto;
}

.carousel-wrapper-homepage .carousel-item {
	cursor: pointer;
	border: 1px solid #dddddd;
	margin: 15px;
}

.carousel-wrapper-homepage .carousel-item:hover {
	background: #f4f4f4;
}

.carousel-wrapper-homepage .carousel-item h3 {
	font-size: 21px;
}

.carousel-wrapper-homepage .carousel-item .image-wrapper {
	position: relative;
}

.carousel-wrapper-homepage .carousel-item .icon-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #000000;
	background: rgba(0,0,0,0.5);
}

.carousel-wrapper-homepage .carousel-item .icon-wrapper img {
	width: auto;
	height: auto;
	margin: 3px auto;
	position: relative;
	display: block;
}

.carousel-wrapper-homepage .carousel-item img {
	width: 100%;
	height: auto;
}

.carousel-wrapper-homepage .carousel-item th {
	font-weight: normal;
	width: 50%;
}

.carousel-wrapper-homepage .carousel-item tr:last-child,
.carousel-wrapper-homepage .carousel-item tr:last-child th {
	font-weight: bold;
}

.carousel-wrapper-homepage .carousel-item .inside {
	padding: 10px;
}

.carousel-wrapper-homepage .carousel-item .button {
	background: #FF5716;
	width: 100%;
	text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 15px 0 0;
}

.carousel-wrapper-homepage .carousel-item .button:hover {
	background: #f44907;
	color: #ffffff;
}

.accordion {
    margin-bottom: 5px;
    position: relative;
}

.accordion:hover h2 {
    background: none repeat scroll 0 0 #a2c617;
    color: #FFFFFF;
}

.accordion:hover h2.open {
    color: #202020;
}

.accordion:hover i {
    color: #FFFFFF;
}

.accordion h2 {
    background: none repeat scroll 0 0 #f4f4f4;
    font-weight: normal;
    color: #202020;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0;
    padding: 10px 15px 10px 30px;
}

.accordion h2.open {
    background: none repeat scroll 0 0 #dadada;
}

.accordion a {
	color: #85a217;
}

.accordion-content {
    padding: 0 15px;
}

.accordion-content-inner {
    padding: 10px 0;
}

.accordion-indicator {
	position: absolute;
	left: 10px;
}

.accordion-content {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.open .accordion-indicator {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.list-item {
	padding: 20px 10px;
	position: relative;
	margin: 0;
	border-top: 1px solid #f4f4f4;
}

.list-item i.fa-info-circle {
	cursor: pointer;
}

/*
.list-item .underline {
	font-size: 13px;
}
*/

.info-wrapper .info-text {
	display: none;
	position: absolute;
	bottom: 85px;
	background: #ffffff;
	padding: 10px 15px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.4em;
}

.list-map-wrapper .info-wrapper .info-text {
	bottom: 95px;
}

table .info-wrapper .info-text {
	bottom: auto;
    margin-top: 0;
    width: 262px;
}

.info-wrapper .info-text .close-icon {
	position: absolute;
	right: 10px;
	top: 4px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.info-text * {
	margin: 0;
}

.list-item .bigger-font {
	font-size: 20px;
}

.list-item .bigger-font td {
	padding-top: 5px;
}

.list-map-wrapper .list-item {
	margin: 0;
}

.list-item .col-xs-5 a:hover,
.list-item .col-xs-8 a:hover {
	text-decoration: none;
	color: #85a217;
}

.list-item .image-wrapper {
	position: relative;
}

.list-item .icon-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
    width: 40px;
}

.list-item .icon-wrapper img {
    display: block;
    height: auto;
    margin: 3px auto;
    position: relative;
    width: auto;
}

.list-item:first-child {
	border-top: none;
}

.list-item .image-wrapper {
	margin-bottom: 10px;
}

.list-item a h3 {
	color: #202020;
}

.list-item img {
	width: 100%;
	height: auto;
}

.list-item img.icon {
	width: auto;
}

.list-item i.fa-user {
	margin-right: 4px;
}

.list-item i.fa-map-marker {
	margin-right: 7px;
}

.list-item table {
	width: 100%;
	table-layout: fixed;
}

.list-item .list-number {
	/*
	background: #444444;
	border-radius: 100%;
	*/
	background: url("../img/map-marker.png") no-repeat top center;
	display: block;
	display: none;
	width: 30px;
	height: 45px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 20px;
}

.list-item .button {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	max-width: 350px;
	margin: 20px auto 0;
}

.list-item .button:hover {
	color: #ffffff;
}

.list-item table {
	margin: 20px 0;
}

.list-item .bottom-bar table {
	width: 100%;
	table-layout: fixed;
}

.list-item .value {
	display: block;
	margin-top: 5px;
	font-size: 20px;
}

.list-item .progress-wrapper {
	margin: 10px 0;
}

.list-item i.fa-info-circle {
	margin-left: 5px;
}

.nav-pagination {
	text-align: center;
	margin-top: 50px;
}

.nav-pagination ul {
	width: 100%;
}

.nav-pagination li {
	display: inline-block;
}

.nav-pagination a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ECECEC;
	margin: 5px;
}

.nav-pagination a:hover {
	text-decoration: none;
	background: #dbdbdb;
}

.nav-pagination a.active {
	background: #A2C617;
	color: #ffffff;
}

.nav-pagination a.active:hover {
	background: #95bb00;
}

.search-result {
	margin: 50px 0;
}

.search-result a {
	color: #85a217;
}

.search-result a h3 {
	color: #1C1C1C;
}

.search-result a.search-path {
	color: #1C1C1C;
}

.statusbox {
	border: 1px solid #E7E7E7;
	background-color: #F4F4F4;
	height: 56px;
	margin: 10px 0 0;
}
.statusbox-text {
	padding: 15px 0 0 0;
	text-align: center;
	color: #1C1C1C;
	font-size: 20px;
	font-weight: bold;
}
.statusbox-text.inactive {
	color: #ADACAC;
}

.countdown {
	text-align: center;
}
.countdown .block {
	position: relative;
	display: inline-block;
	padding: 8px 3px 18px 3px;
}
.countdown .digit {
	position: relative;
	display: inline-block;
	margin: 0 1px 0 1px;
	padding: 0 0 1px 0;
	width: 18px;
	text-align: center;
	border: 1px solid #CACACA;
	background-color: #E5E2E2;
	color: #1c1c1c;
	font-size: 20px;
	font-weight: bold;
}
.countdown.warning .digit {
	color: #FF5716;
}
.countdown .digit:after {
	content: '';
	position: absolute;
	margin-top: -1px;
	height: 1px;
	width: 18px;
	background: #B5B4B4;
	border-bottom: 1px solid #FFFFFF;
	top: 50%;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.countdown .unit {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 10px;
	color: #1C1C1C;
	line-height: 16px;
}
.countdown .countdown-ended {
	display: none;
}
.countdown.inactive .block {
	display: none;
}
.countdown.inactive .countdown-ended {
	display: block;
}
.list-item .statusbox {
	margin: 0 0 20px;
}
.box-grey .statusbox {
	border: 1px solid #E0DFDF;
	background-color: #ECECEC;
	margin: 19px 0 16px;
}


@media screen and (max-width: 768px) {

}

@media screen and (min-width: 400px) {

}

@media screen and (min-width: 768px) {

	.list-item table {
		margin: 10px 0;
	}

	.list-item .image-wrapper {
		margin-bottom: 0px;
	}

	.list-item .button {
		padding: 5px;
	}

	.list-item .list-number {
		display: block;
	}
	
	.list-item .button {
		margin-top: 12px;
	}

	.list-item .progress-wrapper {
		margin: 0;
	}
	
	.list-item .statusbox {
		margin: 10px 0 12px;
	}

	.list-map-wrapper table {
		margin: 0 0 5px;
	}

	.list-map-wrapper .button {
		margin: 12px 0 0;
	}
	
	.list-map-wrapper .statusbox {
		margin: 0 0 12px;
	}

}

@media screen and (min-width: 992px) {

	.list-item {
		font-size: 0.95em;
	}

	.list-item img {
		margin-bottom: 0px;
	}

	.list-item .button {
		display: inline-block;
		text-align: center;
		font-size: 18px;
		padding: 10px;
		width: 100%;
	}

	.list-wrapper .list-item .col-lg-5 {
		min-height: 202px;
	}

	.list-map-wrapper .list-item .col-lg-5 {
		min-height: 20px;
	}

	.list-item .bottom-bar {
		position: absolute;
		bottom: 0;
	}

	/*
	.list-item .bottom-bar table {
		margin: 68px 0 0;
	}
	*/

	.list-item .progress-wrapper {
		margin: 0;
	}

	/*
	.list-item .underline {
		font-size: 14px;
	}
	*/

	.carousel-wrapper {
		width: 90%;
		margin: 0 auto;
	}
	
	.carousel-wrapper-homepage .carousel-item .statusbox {
		margin: 10px 3px 0;
	}

	.carousel-wrapper-homepage .carousel-item .button {
		background: url("../img/double-right.png") no-repeat scroll 7px center #FF5716;
		width: auto;
		display: inline-block;
		float: right;
		font-size: 16px;
		margin: 10px 3px;
		padding: 5px 8px 5px 19px;
	}

	.carousel-wrapper-homepage .carousel-item .button:hover {
		background: url("../img/double-right.png") no-repeat scroll 7px center #f44907;
		color: #ffffff;
	}


}

.stoerer-container {
	position: relative;
	top: -5px;
	padding: 0 !important;
}
.stoerer-container A {
	color: #FFFFFF !important;
}
.stoerer {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.stoerer .stoerer-text {
	display: none;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.stoerer .stoerer-tooltip {
	display: none;
}
.stoerer .stoerer-image {
	position: absolute;
	display: block;
	left: 0;
}
.stoerer .stoerer-image.tooltipster {
	padding: 0;
}
@media screen and (max-width: 1320px) {
	.stoerer-container {
		width: auto !important;
		max-width: none !important;
	}
	.stoerer {
		position: static;
		background-color: #A2C617;
	}
	.stoerer .stoerer-text {
		display: block;
	}
	.stoerer .stoerer-tooltip {
		display: none;
	}
	.stoerer .stoerer-image {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.stoerer .stoerer-text {
		font-size: 24px;
	}
}