
/*  ---------------  NEW BEGIN  ---------------  */
#navbarNavDropdown .navbar-nav .dropdown-menu{
height: 300px;
overflow-y:scroll !important;
 }





/* 2018-01-18 */

.navbar {
    min-height: 60px;
}

/*  ---------------  CARDS BEGIN  ---------------  */
.mycards-header {
	background-color: #b2dfdb;
    color: #00251a;
}
.mycards-title {
	background-color: #b2dfdb;
    color: #00251a;
}
ul.mycards-body {
	background-color: #e0f2f1;
    color: #00251a;
}
.mycards-extra {
	background-color: #b2dfdb;
    color: #00251a;
}
/*  ---------------  CARDS END  ---------------  */
/*  ---------------  BLUEGREY BEGIN  ---------------------------------------------  */
.table-bluegrey,
.table-bluegrey > th,
.table-bluegrey > td {
  background-color: #cfd8dc;
}
.table-hover .table-bluegrey:hover {
  background-color: #b0bec5;
}
.table-hover .table-bluegrey:hover > td,
.table-hover .table-bluegrey:hover > th {
  background-color: #b0bec5;
}
.table .thead-bluegrey th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table-bluegrey {
  color: #fff;
  background-color: #212529;
}
.table-bluegrey th,
.table-bluegrey td,
.table-bluegrey thead th {
  border-color: #32383e;
}
.table-bluegrey.table-bordered {
  border: 0;
}
.table-bluegrey.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-bluegrey.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
.btn-bluegrey {
  color: #fff;
  background-color: #34515e;
  border-color: #34515e;
}
.btn-bluegrey:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #546e7a;
}
.btn-bluegrey:focus, .btn-bluegrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-bluegrey.disabled, .btn-bluegrey:disabled {
  color: #fff;
  background-color: #34515e;
  border-color: #34515e;
}
.btn-bluegrey:not(:disabled):not(.disabled):active, .btn-bluegrey:not(:disabled):not(.disabled).active,
.show > .btn-bluegrey.dropdown-toggle {
  color: #fff;
  background-color: #546e7a;
  border-color: #171a1d;
}
.btn-bluegrey:not(:disabled):not(.disabled):active:focus, .btn-bluegrey:not(:disabled):not(.disabled).active:focus,
.show > .btn-bluegrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-bluegrey {
  color: #34515e;
  background-color: transparent;
  background-image: none;
  border-color: #34515e;
}
.btn-outline-bluegrey:hover {
  color: #fff;
  background-color: #34515e;
  border-color: #34515e;
}
.btn-outline-bluegrey:focus, .btn-outline-bluegrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-bluegrey.disabled, .btn-outline-bluegrey:disabled {
  color: #34515e;
  background-color: transparent;
}
.btn-outline-bluegrey:not(:disabled):not(.disabled):active, .btn-outline-bluegrey:not(:disabled):not(.disabled).active,
.show > .btn-outline-bluegrey.dropdown-toggle {
  color: #fff;
  background-color: #34515e;
  border-color: #34515e;
}
.btn-outline-bluegrey:not(:disabled):not(.disabled):active:focus, .btn-outline-bluegrey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-bluegrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.navbar-bluegrey .navbar-brand {
  color: #fff;
}
.navbar-bluegrey .navbar-brand:hover, .navbar-bluegrey .navbar-brand:focus {
  color: #fff;
}
.navbar-bluegrey .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-bluegrey .navbar-nav .nav-link:hover, .navbar-bluegrey .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-bluegrey .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-bluegrey .navbar-nav .show > .nav-link,
.navbar-bluegrey .navbar-nav .active > .nav-link,
.navbar-bluegrey .navbar-nav .nav-link.show,
.navbar-bluegrey .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-bluegrey .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-bluegrey .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-bluegrey .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-bluegrey .navbar-text a {
  color: #fff;
}
.navbar-bluegrey .navbar-text a:hover, .navbar-bluegrey .navbar-text a:focus {
  color: #fff;
}
.badge-bluegrey {
  color: #fff;
  background-color: #34515e;
}
.badge-bluegrey[href]:hover, .badge-bluegrey[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #546e7a;
}
.alert-bluegrey {
  color: #455a64;
  background-color: #d6d8d9;
  border-color: #cfd8dc;
}
.alert-bluegrey hr {
  border-top-color: #b0bec5;
}
.alert-bluegrey .alert-link {
  color: #040505;
}
.list-group-item-bluegrey {
  color: #455a64;
  background-color: #cfd8dc;
}
.list-group-item-bluegrey.list-group-item-action:hover, .list-group-item-bluegrey.list-group-item-action:focus {
  color: #455a64;
  background-color: #b0bec5;
}
.list-group-item-bluegrey.list-group-item-action.active {
  color: #fff;
  background-color: #455a64;
  border-color: #455a64;
}
.bg-bluegrey {
  background-color: #34515e !important;
}
a.bg-bluegrey:hover, a.bg-bluegrey:focus,
button.bg-bluegrey:hover,
button.bg-bluegrey:focus {
  background-color: #546e7a !important;
}
.border-bluegrey {
  border-color: #34515e !important;
}
.text-bluegrey {
  color: #34515e !important;
}
a.text-bluegrey:hover, a.text-bluegrey:focus {
  color: #546e7a !important;
}
/*  ---------------  BLUEGREY END  ---------------------------------------------  */
/*  ---------------  LIGHTGREEN BEGIN  ---------------------------------------------  */
.list-group-item-lightgreen {
  color: #689f38;
  background-color: #dcedc8;
}
.list-group-item-lightgreen.list-group-item-action:hover, .list-group-item-lightgreen.list-group-item-action:focus {
  color: #689f38;
  background-color: #c5e1a5;
}
.list-group-item-lightgreen.list-group-item-action.active {
  color: #fff;
  background-color: #689f38;
  border-color: #689f38;
}
.bg-lightgreen {
  background-color: #8bc34a !important;
}
a.bg-lightgreen:hover, a.bg-lightgreen:focus,
button.bg-lightgreen:hover,
button.bg-lightgreen:focus {
  background-color: #7cb342 !important;
}
.border-lightgreen {
  border-color: #8bc34a !important;
}
.text-lightgreen {
  color: #8bc34a !important;
}
a.text-lightgreen:hover, a.text-lightgreen:focus {
  color: #7cb342 !important;
}
/*  ---------------  LIGHTGREEN END  ---------------------------------------------  */
/*  ---------------  TOWN ST BEGIN  ---------------------------------------------  */
.list-group-item-townst {
  color: #616161;
  background-color: #f5f5f5;
}
.list-group-item-townst.list-group-item-action:hover, .list-group-item-townst.list-group-item-action:focus {
  color: #616161;
  background-color: #eeeeee;
}
.list-group-item-townst.list-group-item-action.active {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}
.bg-townst {
  background-color: #9e9e9e !important;
}
a.bg-townst:hover, a.bg-townst:focus,
button.bg-townst:hover,
button.bg-townst:focus {
  background-color: #757575 !important;
}
.border-townst {
  border-color: #9e9e9e !important;
}
.text-townst {
  color: #9e9e9e !important;
}
a.text-townst:hover, a.text-townst:focus {
  color: #757575 !important;
}
/*  ---------------  TOWN ST END  ---------------------------------------------  */
/*  ---------------  ACCOMMODATIONS TOWN ST BEGIN  ---------------------------------------------  */
.list-group-item-accomst {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-accomst.list-group-item-action:hover, .list-group-item-accomst.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-accomst.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.bg-accomst {
  background-color: #6c757d !important;
}
a.bg-accomst:hover, a.bg-accomst:focus,
button.bg-accomst:hover,
button.bg-accomst:focus {
  background-color: #545b62 !important;
}
.border-accomst {
  border-color: #6c757d !important;
}
.text-accomst {
  color: #6c757d !important;
}
a.text-accomst:hover, a.text-accomst:focus {
  color: #545b62 !important;
}
/*  ---------------  ACCOMMODATIONS TOWN ST END  ---------------------------------------------  */
/*  ---------------  NATURE PARK BEGIN  ---------------------------------------------  */
.list-group-item-parkst {
  color: #689f38;
  background-color: #dcedc8;
}
.list-group-item-parkst.list-group-item-action:hover, .list-group-item-parkst.list-group-item-action:focus {
  color: #689f38;
  background-color: #c5e1a5;
}
.list-group-item-parkst.list-group-item-action.active {
  color: #fff;
  background-color: #689f38;
  border-color: #689f38;
}
.bg-parkst {
  background-color: #8bc34a !important;
}
a.bg-parkst:hover, a.bg-parkst:focus,
button.bg-parkst:hover,
button.bg-parkst:focus {
  background-color: #7cb342 !important;
}
.border-parkst {
  border-color: #8bc34a !important;
}
.text-parkst {
  color: #8bc34a !important;
}
a.text-parkst:hover, a.text-parkst:focus {
  color: #7cb342 !important;
}
/*  ---------------  NATURE PARK END  ---------------------------------------------  */
/*  ---------------  BIKE ST BEGIN  ---------------------------------------------  */
.list-group-item-bikest {
  color: #689f38;
  background-color: #dcedc8;
}
.list-group-item-bikest.list-group-item-action:hover, .list-group-item-bikest.list-group-item-action:focus {
  color: #689f38;
  background-color: #c5e1a5;
}
.list-group-item-bikest.list-group-item-action.active {
  color: #fff;
  background-color: #689f38;
  border-color: #689f38;
}
.bg-bikest {
  background-color: #8bc34a !important;
}
a.bg-bikest:hover, a.bg-bikest:focus,
button.bg-bikest:hover,
button.bg-bikest:focus {
  background-color: #7cb342 !important;
}
.border-bikest {
  border-color: #8bc34a !important;
}
.text-bikest {
  color: #8bc34a !important;
}
a.text-bikest:hover, a.text-bikest:focus {
  color: #7cb342 !important;
}
/*  ---------------  NATURE PARK END  ---------------------------------------------  */
/*  ---------------  DEFAULT CONTAINER BEGIN ---------------------------------------------  */
.case{
	margin-top: -10px;	/* 10px / 16px */
	position: relative;
}
@media (min-width:768px) {
	.case{
		margin-top: -20px;	/* 20px / 16px */
	}
}
.container-default {
	margin-top: 19px;
}
.container .row .article{
	line-height: 20px;
	margin-bottom: 1.875em;	/* 30px / 16px */
	padding: 0.625em 0 0;	/* 10px / 16px */
	border-radius: 0;
	
	background: rgb(232,237,227); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZWRlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(232,237,227,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,237,227,1)), color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,237,227,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,237,227,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,237,227,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,237,227,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ede3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	
	-webkit-box-shadow: 0px -7px 10px -3px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px -7px 10px -3px rgba(0, 0, 0, 0.3);
			box-shadow: 0px -7px 10px -3px rgba(0, 0, 0, 0.3);
}
.container h1,
.container-default h1{
	font-size: 1.625em;
	margin: 0.278em 2.6760563%;	/* 10px : 19px / 36px : 710px */	/* FRAGE */
}
.container section h1{
	font-size: 2.000em;
}
.container h2,
.container-default h2{
	font-size: 2.125em;
	margin: 0.294em 2.6760563%;	/* 10px : 19px / 34px : 710px */
}
.container h3,
.container-default h3{
	margin: 0.625em 2.6760563%;	/* 10px : 19px / 34px : 710px */
}
.container h4,
.container-default h4{
	margin: 0.625em 2.6760563%;	/* 10px : 19px / 34px : 710px */
}
.container p,
p{
	font-size: 1.000em;
	margin-left: 2.6760563%;	/* 19px / 710px */
	margin-right: 2.6760563%;	/* 19px / 710px */
}
a{
	color: #b5372d;
	color: rgba(218,57,43,0.8);
}
a:hover{
	color: #d9392b;
	color: rgba(218,57,43,1);
	text-decoration: underline;
}
.container-default a{
	color: #333;
}
.container-default address{
	margin-left: 2.6760563%;	/* 19px / 710px */
	margin-right: 2.6760563%;	/* 19px / 710px */
}
.container-default ul{
	margin-left: 2.6760563%;	/* 19px / 710px */
	margin-right: 2.6760563%;	/* 19px / 710px */
}
.container-default a figcaption{
	padding: 10px 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(161,196,182,1) 0%, rgba(161,196,182,0.7) 50%, rgba(161,196,182,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,196,182,1)), color-stop(50%,rgba(161,196,182,0.7)), color-stop(100%,rgba(161,196,182,1)));
	background: -webkit-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%);
	background: -o-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%);
	background: -ms-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%);
	background: linear-gradient(to bottom,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4b6', endColorstr='#a1c4b6',GradientType=0 );
}
.container .article > ul li,
.container-default li{
	list-style: none;
	line-height: 24px;
	font-size: 1.000em;
}
.container .article > ul li.clist,
.container-default li.clist{
	line-height: 22px;
}
li.clist > .caret{
	margin: 6px 3px 0 -10px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000;
}
.container .article .tableappart{
	font-size: 0.563em;
}
.container .article .contentbg{
	width: 100%;	/* 710px / 710px */
	height: 3.250em;	/* 52px / 16px */
	margin-top: -1.875em;	/* -30px / 16px */
	
	background: url('../img/layout/contentbg.png') no-repeat scroll 0 0 / 100% auto transparent;
}
.container .article .contentShwB{
	width: 95.774648%;	/* 680px / 710px */
	height: 0.375em;	/* 6px / 16px */
	margin-left: 2.1126761%;	/* 15px / 16px */
	
	background: url('../img/layout/contentshwb.png') no-repeat scroll 0 0 / 100% auto transparent;
}
.topPost{
/*	width: 30.985915%;	 220px / 16px */
	height: auto;	/* 200px / 16px */
	position: relative;
	margin: 15px 0;
	padding: 0;
	-webkit-box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px){
	.topPost{
		max-width: 220px;
		margin: 15px auto;
	}
}
@media (min-width: 1200px){
	.topPost{
		max-width: 220px;
	}
}
.topPost img{
	position: relative;
	z-index: 10;
}
.topPost .tuch{
	width: 75%;	/* 165px / 220px */
	position: absolute;
	top: -8px;
	right: 8px;
	z-index: 10;
	background: #3c848c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjODQ4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQ5OWZhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzg0OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3c848c 0%, #499fa5 50%, #3c848c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c848c), color-stop(50%,#499fa5), color-stop(100%,#3c848c));
	background: -webkit-linear-gradient(top,  #3c848c 0%,#499fa5 50%,#3c848c 100%);
	background: -o-linear-gradient(top,  #3c848c 0%,#499fa5 50%,#3c848c 100%);
	background: -ms-linear-gradient(top,  #3c848c 0%,#499fa5 50%,#3c848c 100%);
	background: linear-gradient(to bottom,  #3c848c 0%,#499fa5 50%,#3c848c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c848c', endColorstr='#3c848c',GradientType=0 );
}
@media (min-width: 768px) and (max-width:990px){
	.topPost .tuch{
		width: 95%;
		right: 3%;
	}
}
.topPost .tuch a, .tuch p{
	font-family: "SourceSansProBold", Arial, sans-serif;
	font-size: 1.000em;
	color: #eeeddb !important;
	display: block;
	padding: 0.250em ;	/* 4px / 16px */
	text-align: center;
}
.tuch p{
	margin: 0;
}
.topPost .tuch a:hover, .topPost .tuch a:focus{
	text-decoration: none;
}
.topPost .link{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #1b1b1b;
	background-color: rgba(27,27,27,0.7);
	z-index: 10;
}
.topPost .link a, .link p,
.choice .choiceBox .choiceSM .choiceLink a,
.choice .choiceBox .choiceBig .choiceLink a{
	font-family: "SourceSansProLight", Arial, sans-serif;
	display: block;
	padding: 0.625em 9.047619%;	/* 10px : 19px / 16px */
	font-size: 1.000em;
	color: #dbdbdb !important;
}
.link p{
	margin: 0;
}
.topPost .link a:hover, .topPost .link a:focus, .choice .choiceBox .choiceSM .choiceLink a:hover, .choice .choiceBox .choiceSM .choiceLink a:focus, .choice .choiceBox .choiceBig .choiceLink a:hover, .choice .choiceBox .choiceBig .choiceLink a:focus{
	text-decoration: none;
	background-color: rgba(27,27,27,0.75);
}
/*  ---------------  DEFAULT CONTAINER END ---------------------------------------------  */
/*  ---------------  ASIDE BEGIN  ---------------------------------------------  */
@media (min-width:768px){
	aside.col-sm-3 {
		padding-left: 0;
		padding-bottom: 40px;
	}
}
aside .span1{
	margin-bottom: 0.625em;	/* 10px / 16px */
	border: 1px solid;	/* 1px / 16px */
	border-color: #cdd9c1;
	border-top-color: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZDljMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2NkZDljMSIgc3RvcC1vcGFjaXR5PSIwLjg4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(205,217,193,1) 0%, rgba(205,217,193,0.88) 88%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,217,193,1)), color-stop(88%,rgba(205,217,193,0.88)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(205,217,193,1) 0%,rgba(205,217,193,0.88) 88%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(205,217,193,1) 0%,rgba(205,217,193,0.88) 88%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(205,217,193,1) 0%,rgba(205,217,193,0.88) 88%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(205,217,193,1) 0%,rgba(205,217,193,0.88) 88%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd9c1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}
aside .span1 .list-group{
	margin-bottom: 0;
}
.featured-top{
	margin: -6px 15px 0 15px;	/* -6px / 16px */
	background: #f3d54e; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZDU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y4ZTc3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2Q1NGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3d54e 0%, #f8e770 50%, #f3d54e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d54e), color-stop(50%,#f8e770), color-stop(100%,#f3d54e));
	background: -webkit-linear-gradient(top,  #f3d54e 0%,#f8e770 50%,#f3d54e 100%);
	background: -o-linear-gradient(top,  #f3d54e 0%,#f8e770 50%,#f3d54e 100%);
	background: -ms-linear-gradient(top,  #f3d54e 0%,#f8e770 50%,#f3d54e 100%);
	background: linear-gradient(to bottom,  #f3d54e 0%,#f8e770 50%,#f3d54e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d54e', endColorstr='#f3d54e',GradientType=0 );
}
@media (min-width:768px) and (max-width:991px){
	.featured-top{
		margin-left: 0.43478261%; /* 1px / 230px */
	}
}
.featured-top .featured-title{
	font-family: "SourceSansProBlack", Arial, sans-serif;
	font-size: 0.875em;
	color: #777777;
	display: block;
	padding: 0.286em 1.357em 0.286em 1.357em;	/* 4px  19px 4px 19px / 14px */
}
.featured-content{
	border-color: #fff;
	margin-bottom: 1px;
	padding: 0 9px 0 9px;
}
.featured-content.list-group-item:first-child,
.featured-content.list-group-item:last-child{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
/*
.featured-content .featured-contentImg{
	width: 24%;
}
.featured-content .featured-contentImg img{
	opacity:1;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	/*  IE 8 hack  *
	filter: alpha(opacity = 100);	/*  IE 5-7 hack  *
}
@media (min-width: 768px){
	.featured-content .featured-contentImg img{
		opacity:0.8;
		
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	/*  IE 8 hack  *
		filter: alpha(opacity = 80);	/*  IE 5-7 hack  *
	}
}
.featured-content .featured-contentR{
	width: 75%;	/* 171px / 228px *
}
*/
@media(min-width: 768px) and (max-width: 1200px){
.featured-content .media-left{
	display: none;
	visibility: hidden;
}
.featured-content .media-body{
	padding-left: 9px;
}
}
.featured-contentStar span{
	font-size: 0.750em;
	color: #ffa633;
}
.featured-content h4{
	font-family: "SourceSansProBold", Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #5c5c5c;
	color: rgba(92,92,92, 1);
	margin: 0;
}
.featured-content p{
	font-size: 0.875em;
	line-height: 1.2;
	color: #5c5c5c;
	color: rgba(92,92,92, 1);
	margin: 0;
}
.featured-content p span{
	position: relative;
	width: 31px;
	height: 31px;
	display: block;
	background-color: rgba(27,27,27, 0.8);
}
@media (min-width:768px){
	.featured-content p span{
		width: 20px;
		height: 20px;
	}
}
.featured-content p span .carettSmall{
	margin-top: 2px;
}
@media (min-width:768px){
	.featured-content p span .carettSmall{
		margin-top: -1px;
	}
}
a.featured-content:hover,
a.featured-content:hover h4,
a.featured-content:hover p{
	text-decoration: none;
	color: #777777;
	color: rgba(92,92,92, 0.7);
}
a.featured-content:hover h4{
	text-decoration:underline;
}
a.featured-content:hover img.bestAccImg{
	opacity:1;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	/*  IE 8 hack  */
	filter: alpha(opacity = 100);	/*  IE 5-7 hack  */
}
aside .span2{
	margin: 7px 0;	/* 7px / 16px */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZDk1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NkZDk1OCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkZDk1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(205,217,88,1) 0%, rgba(205,217,88,0.7) 50%, rgba(205,217,88,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,217,88,1)), color-stop(50%,rgba(205,217,88,0.7)), color-stop(100%,rgba(205,217,88,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(205,217,88,0.7) 50%,rgba(205,217,88,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(205,217,88,0.7) 50%,rgba(205,217,88,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(205,217,88,0.7) 50%,rgba(205,217,88,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(205,217,88,1) 0%,rgba(205,217,88,0.7) 50%,rgba(205,217,88,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd958', endColorstr='#cdd958',GradientType=0 ); /* IE6-8 */
}
aside .span2:hover{
	background: rgb(205,217,88); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZDk1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NkZDk1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGQ5NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(205,217,88,1) 0%, rgba(205,217,88,1) 50%, rgba(205,217,88,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,217,88,1)), color-stop(50%,rgba(205,217,88,1)), color-stop(100%,rgba(205,217,88,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(205,217,88,1) 50%,rgba(205,217,88,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(205,217,88,1) 50%,rgba(205,217,88,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(205,217,88,1) 50%,rgba(205,217,88,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(205,217,88,1) 0%,rgba(205,217,88,1) 50%,rgba(205,217,88,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd958', endColorstr='#cdd958',GradientType=0 ); /* IE6-8 */
}
aside .span3{
	margin: 7px 0;	/* 7px / 16px */
background: rgb(247,251,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,251,252,1) 0%, rgba(217,237,242,1) 51%, rgba(173,217,228,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(217,237,242,1) 51%,rgba(173,217,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,251,252,1) 0%,rgba(217,237,242,1) 51%,rgba(173,217,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-9 */

}
aside .span3:hover{
background: rgb(214,249,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(214,249,255,1) 0%, rgba(158,232,250,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */

}
aside .span2 a,
aside .span3 a,
aside .span5 a{
	/* font-family: "SourceSansProLight", Arial, sans-serif; */
	font-size: 1.000em;
	color: #000040;
	display: block;
	/*	padding: 0.625em 1.188em 0.625em 1.875em; 10px 19px 10px 30px / 16px */
	padding: 10px 29px;
	position: relative;
	
}
aside .span2 .nail,
aside .span3 .nail,
aside .span5 .nail{
	position: absolute;
	width: 12px;
	height: 36px;
	background: url('../img/layout/nail-sprite.png') no-repeat transparent;
}
aside .span2 .nailL{
	top: 2px;
	left: 10px;
}
aside .span2 .nailR{
	top: 2px;
	right: 10px;
}
aside .span3 .nailL{
	top: 2px;
	left: 10px;
}
aside .span3 .nailR{
	top: 2px;
	right: 10px;
}
aside .span5 .nailL{
	height: 26px;
	top: 2px;
	left: 10px;
	background-position: 0 -37px;
}
aside .span5 .nailR{
	height: 26px;
	top: 2px;
	right: 10px;
	background-position: 0 -65px;
}
aside .span2 a:hover, aside .span3 a:hover, aside .span5 a:hover, aside .span2 a:focus, aside .span3 a:focus, aside .span5 a:focus{
	text-decoration: none;
}
/*
aside .span3{
	position: relative;
	margin: 1.250em 0;	 20px / 16px 
}
 */
/*
.row .span3 > div {
	width: 50%;
	height: 30%;
	position: absolute;
	right: 0;
	top: 0.625em;
}
aside .span3 iframe {
	width:100%;
	height:120px;
	border:none;
	overflow:hidden;
}
*/
aside .span4{
	margin: 1.875em 0;	/* 30px / 16px */
}
aside .span5{
	margin: 7px 0;	/* 7px / 16px */
}
aside .span5,
.filterBox .nav-pills > li{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(161,196,182,1) 0%, rgba(161,196,182,0.7) 50%, rgba(161,196,182,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,196,182,1)), color-stop(50%,rgba(161,196,182,0.7)), color-stop(100%,rgba(161,196,182,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(161,196,182,1) 0%,rgba(161,196,182,0.7) 50%,rgba(161,196,182,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4b6', endColorstr='#a1c4b6',GradientType=0 ); /* IE6-8 */
}
aside .span5:hover,
.filterBox .nav-pills > li:hover,
.filterBox .nav-pills > li.active > a, .filterBox .nav-pills > li.active > a:hover, .filterBox .nav-pills > li.active > a:focus{
	background: rgb(161,196,182); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExYzRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWM0YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(161,196,182,1) 0%, rgba(161,196,182,1) 50%, rgba(161,196,182,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,196,182,1)), color-stop(50%,rgba(161,196,182,1)), color-stop(100%,rgba(161,196,182,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,1) 50%,rgba(161,196,182,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,1) 50%,rgba(161,196,182,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(161,196,182,1) 0%,rgba(161,196,182,1) 50%,rgba(161,196,182,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(161,196,182,1) 0%,rgba(161,196,182,1) 50%,rgba(161,196,182,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4b6', endColorstr='#a1c4b6',GradientType=0 ); /* IE6-8 */
}
aside .span5 a{
	font-size: 0.875em;
	padding-top: 0.357em;	/* 5px / 14px */
	padding-bottom: 0.357em;	/* 5px / 14px */
}
.span5 span.glyphicon.icon-ios-star, .span5 span.glyphicon.icon-ios-star-half{
	font-size: 80%;
	top: -4px;
}
@media(min-width: 992px) and (max-width: 1200px){
aside .span5 a.font{
	font-size: 0.750em;
	padding-top: 6px;
	padding-bottom: 6px;
}
}
aside .span6{
	width: 100%;
	margin: 0.625em 0;	/* 10px / 14px */
	padding: 0;
}
aside .span6 a.ortschaft{
	font-size: 0.625em;
	padding: 0;
	border: none;
	background: none;
}
/*  ---------------  ASIDE END  ---------------------------------------------  */
/*------- featured-carett Begin -------*/
.featured-content .carett{
	width: 31px;
	height: 31px;
}
@media(min-width: 768px){
.featured-content .carett{
	width: 20px;
	height: 20px;
}
}
/*------- featured Begin -------*/
/*  ---------------  RECOMMENDATIONS BEGIN  ---------------------------------------------  */
.recommendations{
	margin-top: 4.688em;	/* 75px / 16px */
	border-top: 1px solid #d6d2a6;
	border-bottom: 2px solid #d6d2a6;
	background: url('../img/layout/bg.jpg') repeat top left;
}
.recommendations .container{
	padding: 1.9em 15px;	/* 19px / 14px */
}
.recoSmall{
	width: 220px;	/* 220px / 480px */
	height: 200px;	/* 200px / 16px */
	margin: 0 auto 4em;
	position: relative;
	
	-webkit-box-shadow: 2px 3px 4px 1px rgba(27, 27, 27, 0.2);
		-moz-box-shadow: 2px 3px 4px 1px rgba(27, 27, 27, 0.2);
			box-shadow: 2px 3px 4px 1px rgba(27, 27, 27, 0.2);
}
.recoBig{
	max-width: 480px;	/* 480px / 480px */
/*	height: 200px;	 200px / 16px */
	position: relative;
	margin-right: auto;
	margin-left: auto;
	
	-webkit-box-shadow: 2px 3px 4px 1px rgba(27, 27, 27, 0.2);
		-moz-box-shadow: 2px 3px 4px 1px rgba(27, 27, 27, 0.2);
			box-shadow: 2px 3px 4px 1px rgba(27,27, 27, 0.2);
}
.recoLink{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #1b1b1b;
	background-color: rgba(27,27,27,0.75);
}
.recoLink .carettSmall{
	position: absolute;
	right: 5px;
	font-weight: bold;
}
/*.recoBox .recoSmall .height{
	height: 66px;
	top: 134px;
}
*/
/*  ---------------  RECOMMENDATIONS END  ---------------------------------------------  */
/*  ---------------  FOOTER BEGIN  ---------------------------------------------  */
body > footer{
	background: #86a0a6;
	background: rgba(82,119,128, 0.7);
}
body > footer .container{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
body > footer .container h2{
	font-size: 1.000em;
	line-height: 17px;
	margin: 20px 0 10px 0;
}
body > footer .nav > li > a{
	padding: 0;
}
body > footer a{
	font-size: 0.875em;
	color: #333333;
}
body > footer a:hover, body > footer a:focus, body > footer .nav > li > a:hover, body > footer .nav > li > a:focus{
	color: #edeeef;
}
body > footer .nav > li > a:hover, body > footer .nav > li > a:focus{
	background: none;
}
body > footer .rights .footerColumn .nav li > a{
	padding: 2px 0;
	opacity:1;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	/*  IE 8 hack  */
	filter: alpha(opacity = 100);	/*  IE 5-7 hack  */
}
body > footer .rights .footerColumn .nav li > a:hover, body > footer .rights .footerColumn .nav li > a:focus{
	border: none;
	opacity:0.8;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	/*  IE 8 hack  */
	filter: alpha(opacity = 80);	/*  IE 5-7 hack  */
}
/*  ---------------  FOOTER END  ---------------------------------------------  */
/*  ---------------  SOCIAL LINK BEGIN  ---------------------------------------------  */
.socialink a {
	font-size: 2.500rem;
}
/*  ---------------  SOCIAL LINK END  ---------------------------------------------  */
/*  ---------------  VARIOUS BEGIN  ---------------------------------------------  */
body{
	font-family: "SourceSansProRegular", Arial, sans-serif;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: "SourceSansProBold";
}
a:hover{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.color{
	background-color: #1b1b1b;
	background-color: rgba(27,27,27,0.95);
}
@media (min-width: 768px){
	.color{
		background-color: #1b1b1b;
		background-color: rgba(27,27,27,0.7);
	}
}
@media (max-width:768px){
	.container-fluid > .container{
		padding-right: 0;
		padding-left: 0;
	}
}
.sidr{
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 55px;
	bottom: 0;
	left: -260px;
	padding-bottom: 55px;
	background-color: rgba(27,27,27, 0.95);
	z-index: 99999;
}
.sidr.in{
	overflow-x: hidden !important;
	overflow-y: auto;
	left: 0;
	-webkit-transition: left 0.15s ease;
	-moz-transition: left 0.15s ease;
	-o-transition: left 0.15s ease;
	transition: left 0.15s ease;
}
.sidr .list-group{
	margin: 0;
}
.sidr .list-group-item{
	border: none;
	background-color: transparent;
}
sidr .list-group-item:last-child{
	border-bottom: none;
}
.sidr .list-group-item:hover, .sidr .list-group-item:focus{
	color: #fff;
	background-color: transparent;
}
.sidr span{
	font-size: 1.5em;
	color: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-left: 2%;
}
.sidr hr{
	margin: 5px;
	color: #999;
}
.sidr a{
	font-size: 1.125em;
	padding-left: 4%;
	color: #999;
}
/* .dropdown-menu{
	font-size: 0.950em;	 18px : 20px
} */
.bestAccStar i{
	width: 8px;
	height: 8px;
	margin-top:2px;
	margin-right: 3px;
}
.bestAccStar span{
	color: #ffa633;
}
/*  ---------------  VARIOUS END  ---------------------------------------------  */
/*  ---------------  STAR BEGIN  ---------------------------------------------  */
.basicStar span.glyphicon.icon-ios-star, .basicStar span.glyphicon.icon-ios-star-half{
	font-size: 80%;
	top: -4px;
}
.basicStar span{
	font-size: 0.750em;
}
.basicStar span{
	color: #ffa633;
}
/*  ---------------  STAR END  ---------------------------------------------  */
/*  ---------------  OFFERS BEGIN  ---------------------------------------------  */
.offersStar span.glyphicon.icon-ios-star, .offersStar span.glyphicon.icon-ios-star-half{
	font-size: 80%;
	top: -4px;
}
.offersStar span{
	font-size: 0.750em;
}
.offersStar span{
	color: #ffa633;
}
/*  ---------------  OFFERS END  ---------------------------------------------  */
/*  ---------------  INFO BEGIN  ---------------------------------------------  */
.info,
.hike{
	border-width: 1px;
	border-style: solid;
	border-color: #b9c177;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-moz-box-shadow: 0px 1px 5px #e4eca4;
	-webkit-box-shadow: 0px 1px 5px #e4eca4;
	-o-box-shadow: 0px 1px 5px #e4eca4;
	box-shadow: 0px 1px 5px #e4eca4;
	background: url('../img/layout/info.png') no-repeat center top #cad94a;
	background: url("../img/layout/info.svg") no-repeat scroll center top #cad94a;
}
aside .info{
	margin: 0.625em 0;
}
.info > .title > h3,
.hike > .title > h3{
	font-size: 1.250em;
	color: #fff;
	text-align: center;
	margin: 0;
	padding:  55px 0 20px;
}
.info > .content,
.hike > .content{
	padding: 10px;
	position: relative;
	background-color: #fff;
}
.info > .content p,
.hike > .content p{
	font-size: 0.875em;
	line-height: 16px;
	margin: 0;
	margin-top: 5px;
}
.info.golf{
	margin: 10px 40px;
}
.info.golf{
	width: 190px;
}
.hike{
	width: 100%;
	margin: 30px 0;
}
.hike > .title,
.info > .title{
	background: #CAD94A url('../img/layout/info_hike.png') no-repeat center center;
	background: #CAD94A url('../img/layout/info_hike.svg') no-repeat center center;
}
.info a{
	color: #949f2e;
}
.hike span.time{
	margin-left: 10px;
}
/*  ---------------  INFO END  ---------------------------------------------  */
/*  ---------------  SPECIAL BEGIN  ---------------------------------------------  */
.special{
	padding: 20px;
}
.special .img-box{
	position: relative;
}
.special h2{
	font-size: 1em;
	position: absolute;
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 0;
	left: 0;
	
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 10;
}
.special .txt-box{
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ae232a;
}
.special .txt-box p{
	margin: 0;
}
.special .btn-special{
	padding: 5px 16px;
	border: 2px solid #c5b9b9;
	color: #000;
	position: absolute;
	right: 10px;
	bottom: 50px;
	background-color: #fff;
}
@keyframes qualm {
    from { filter: alpha(opacity=60); opacity: 0.6 }
    to   { filter: alpha(opacity=100); opacity: 1 }
}
.btn-special {
    animation-name: qualm; 
    animation-duration: 4s;
	animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.special .btn-special:hover,
.special .btn-special:focus{
	color: #000;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	animation-name: qualm;
	animation: paused;
}
/*  ---------------  SPECIAL END  ---------------------------------------------  */
/*  ---------------  EVENTS BEGIN  ---------------------------------------------  */
.bar-month{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px){
	.bar-month{
		width: 96%;
	}
}
.bar-month .btn-group{
	margin-bottom: 5px;
}
@media (max-width: 767px){
.cal .col-sm-3{
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #ebefe6;
}
.cal .col-sm-9{
	margin-bottom: 30px;
}
}
.cal h4{
	font-size: 1.125em;
	font-weight: bold;
	margin: 5px 2.67606%;
}
.cal .col-sm-3 p{
	margin-top: 10px;
}
.cal .page-header{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.btn-cal {
  color: #777;
  background-color: #fff;
  border-color: #ccc;
}
.btn-cal:hover,
.btn-cal:focus,
.btn-cal:active,
.btn-cal.active,
.open .dropdown-toggle.btn-cal {
  color: #333;
  background-color: rgba(161, 196, 182, 0.7);
  border-color: #adadad;
}
.btn-cal:active,
.btn-cal.active,
.open .dropdown-toggle.btn-cal {
  background-image: none;
}
/*  ---------------  EVENTS END  ---------------------------------------------  */
/*  ---------------  UNIVERSAL CLASSES BEGIN  ---------------------------------------------  */
.dropdown-menu{
	font-size: 18px;
}
.space{
	margin-top: 24px;
	margin-bottom: 24px;
}
.spacetop{
	margin-top: 0;
}
.spacebottom{
	margin-bottom:8em !important;
}
@media (max-width: 990px){
	.space-reco{
		margin-top: 4em;
	}
}
.foursquare{
	margin: 30px 0;
}
hr{
	margin: 20px 5px;
}
.placeholder{
	height: 45px;
}
.listTitleSmall{
	font-size: 0.875em;
	line-height: 21px;
}
.text-center{
	text-align:center;
}
caption{
	visibility: hidden;
}
.table{
	font-size: 0.875em;
}
.table-width{
	width: 90%;
	margin: 0 auto;
}
.img_gif{
	text-align:center;
	margin: 10px 5px
}
@media (min-width: 768px){
.img_gif a{
	display: inline-block;
}
}
.quote-wrap{
	text-align: center;
    margin: 20px auto;
    position: relative; 
}
.quote-wrap blockquote{
	position:relative;
	margin:0;
	padding:0;
	border-left:none;
}
.quote-wrap blockquote{
    padding-top: 130px;
}
.quote-wrap blockquote:after {
    background: rgba(221,196,74,0.8);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    content: '\275e'; 
    position: absolute;
    font-size: 70px;
    line-height: 110px;
    text-align: center;
    top: 0px;
    left: 50%;
    margin-left: -65px;
	color:#fff;
    color: rgba(255,255,255,0.5);
    text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.quote-wrap blockquote:before{
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border-left: 5px solid rgba(221,196,74,0.1);
    position: absolute;
    top: 0px;
    left: -50px;
    z-index: -1;
}
.quote-wrap blockquote p {
    font-family: Baskerville, Georgia, serif;
    font-size: 16px;
    font-style: italic;
    background: rgba(255,255,255,0.5);
    display: inline;
	color:#333;
    color: rgba(51,51,51,0.8);
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    line-height: 36px;
    box-shadow: 0 -6px 0 rgba(221,196,74,0.2);
}
@media (min-width: 480px){
	.quote-wrap blockquote p {
		font-size: 20px;
	}
}
@media (min-width:768px){
	.quote-wrap blockquote p {
		font-size: 26px;
		line-height: 40px;
	}
}
.imprint{
	font-size: 1.000em;
	line-height: 22px;
	margin: 10px 19px;
}
.ph{
	width: 60px;
	display: inline-block;
	font-size: 0.7em;
}
.ph span{
	color: #ffa633;
}
.ph .glyphicon{
	top: -3px;
}
address{
	font-size: 1.000em;
}
.survey{
	padding: 20px 2.67606% 50px;
	font-size: 1.000em;
}
.survey .form-control:focus{
	border-color: #bac83d;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(202, 217, 74, 0.6);
}
.page-header span{
	font-size: 55%;
	position: relative;
	top: -10px;
	color: #ffa633;
}
a figcaption span{
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
figcaption .carettSmall{
	margin-top: 5px;
}
.extra {
	background-color: #e4eca4;
	background-color: rgba(202, 217, 74, 0.5);
}
.extra-small{
	font-size: 55%;
	vertical-align: top;
}
/*  ---------------  BUTTON TOP BEGIN  ---------------------------------------------  */
.btn-top{
	font-size: 1.250em;
	position:fixed;
	right: 3%;
	bottom: 6%;
	display: block;
	color: #fff;
	line-height: 1;
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #333;
	background-color: #545454;
	background-color: rgba(27,27,27,0.7);
	z-index: 4;
}
.btn-top:hover, .btn-top:focus{
	color: #ececed;
	border-color: #333;
	background-color: #545454;
	background-color: rgba(27,27,27, 1);
}
/*  ---------------  BUTTON TOP END  ---------------------------------------------  */
/*  ---------------  BUTTON TOP WP - HOMEPAGE BEGIN  ---------------------------------------------  */
#scroll-to-top.displayed {
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: .2 !important;
    z-index: 500;
}
#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
/*  ---------------  BUTTON TOP WP - HOMEPAGE END  ---------------------------------------------  */
/*  ---------------  UNIVERSAL CLASSES END  ---------------------------------------------  */
/*  ---------------  ALL CARETT BEGIN  ---------------------------------------------  */
.recoLink a{
	font-family: "SourceSansProLight", Arial, sans-serif;
	display: block;
	padding: 0.625em 1.188em;	/* 10px : 19px / 16px */
	font-size: 1.000em;
	color: #dbdbdb !important;
	position: relative;
}
.recoLink a:hover, .recoLink a:focus{
	text-decoration: none;
	background-color: rgba(27,27,27,0.75);
}
/*
.carettSmall{
	margin-top: -7px;
	vertical-align: middle;
	content: "";
	display: inline-block;
	position: absolute;
	right: 10px;
}
.carettSmall{
	height: 34px;
	padding: 10px;
	background:url('../img/layout/arrowToplittle.png') no-repeat center;
	background:url('../img/layout/arrowToplittle.svg') no-repeat center;
}
*/
.carettSmall{
	font-size: 2.500em;
	line-height: 1.1;
	color: #fff;
	right: 5px;
}
a:hover .carettSmall{
	-webkit-transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-o-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	transition:all ease-in-out 0.4s;
	
	-webkit-animation: carettAnimSmall 0.2s ease-in-out 0.8ms both;
	-moz-animation: carettAnimSmall 0.2s ease-in-out 0.8ms both;
	-o-animation: carettAnimSmall 0.2s ease-in-out 0.8ms both;
	-ms-animation: carettAnimSmall 0.2s ease-in-out 0.8ms both;
	animation: carettAnimSmall 0.2s ease-in-out 0.8ms both;
}
/*
.ofr a .carettSmall,
.sgl a .carettSmall{
	width: 100%;
	height: 45px;
	position: absolute;
	right: 5px;
	margin: 0;
	background:url('../img/layout/arrow-reco.png') no-repeat center;
	background:url('../img/layout/arrow-reco.svg') no-repeat center;
	background-size: auto auto;
}
*/
.ofr.low .carettSmall{
	height: 40px;
}
/*
.tip .carettSmall{
	margin-top: 0;
	padding: 22px;
}
*/
.ofr a:hover .carettSmall{
	-webkit-transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-o-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	transition:all ease-in-out 0.4s;
	
	-webkit-animation: carettAnimofr 0.2s ease-in-out 0.8ms both;
	-moz-animation: carettAnimofr 0.2s ease-in-out 0.8ms both;
	-o-animation: carettAnimofr 0.2s ease-in-out 0.8ms both;
	-ms-animation: carettAnimofr 0.2s ease-in-out 0.8ms both;
	animation: carettAnimofr 0.2s ease-in-out 0.8ms both;
}
.span1 .carettSmall{
	font-size: 1.500em;
	line-height: 1.25;
	font-weight: bold;
	right: 0;
}
@media(min-width: 768px){
.span1 .carettSmall{
	font-size: 1em;
	line-height: 1;
	right: 5px;
}
}
.span2 .carettSmall{
	position: absolute;
	right: 35px;
	font-weight: bold;
}
.span3 .carettSmall{
	position: absolute;
	right: 35px;
	font-weight: bold;
}
.span5 .carettSmall{
	position: absolute;
	top: 3px;
	right: 25px;
	font-size: 1.500em;
	font-weight: bold;
	
}
/*
.span5 .font .carettSmall{
	top: 8px;
	padding: 6px;
}
*/
@media (min-width:768px) and (max-width:991px){
	.span2 .carettSmall{
		right: 10px;
	}
	.span3 .carettSmall{
		right: 10px;
	}
	.span5 .carettSmall{
		right: 15px;
	}
}
@media (min-width:992px){
	.span2 a:hover .carettSmall, .span3 a:hover .carettSmall, .span5 a:hover .carettSmall{
		-webkit-transition:all ease-in-out 0.4s;
		-moz-transition:all ease-in-out 0.4s;
		-o-transition:all ease-in-out 0.4s;
		-ms-transition:all ease-in-out 0.4s;
		transition:all ease-in-out 0.4s;
	}
	.span2 a:hover .carettSmall{
		-webkit-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		-moz-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		-o-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		-ms-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
	}
	.span3 a:hover .carettSmall{
		-webkit-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		-moz-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		-o-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		-ms-animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
		animation: carettAnimoSpan 0.2s ease-in-out 0.8ms both;
	}
	.span5 a:hover .carettSmall{
		-webkit-animation: carettAnimoSpan5 0.2s ease-in-out 0.8ms both;
		-moz-animation: carettAnimoSpan5 0.2s ease-in-out 0.8ms both;
		-o-animation: carettAnimoSpan5 0.2s ease-in-out 0.8ms both;
		-ms-animation: carettAnimoSpan5 0.2s ease-in-out 0.8ms both;
		animation: carettAnimoSpan5 0.2s ease-in-out 0.8ms both;
	}
}
/*  ---------------  ALL CARETT END  ---------------------------------------------  */
/*  ---------------  FILTER BEGIN  ---------------------------------------------  */
.filterBox{
	margin: 0 19px;
}
@media (max-width:767px){
	.filterBox .nav-pills > li{
		float: none;
	}
	.filterBox li > a{
		margin-bottom: 5px;
		text-align: center;
	}
}
.filterBox .nav a{
	font-family: "SourceSansProLight", Arial, sans-serif;
	font-size: 0.875em;
	color: #777;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.filterBox .nav a:hover, .filterBox .nav a:focus{
	color: #333;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition:200ms ease-in-out;
	-moz-transition:200ms ease-in-out;
	-o-transition:200ms ease-in-out;
	transition:200ms ease-in-out;
	
	-webkit-transition-delay:200ms ease-in-out;
	-moz-transition-delay:200ms ease-in-out;
	-o-transition-delay:200ms ease-in-out;
	transition-delay:200ms ease-in-out;
}
.filterBox section.single{
	margin: 20px 19px;
}
.filterBox section.single img{
	float:left;
}
.filterBox section.single address{
	float: left;
	margin-left: 19px;
	font-size: 1.3em;
	line-height: 18px;
}
.filterBox section.single address a{
	font-family: "SourceSansProBold", Arial, sans-serif;
}
/* ZWISCHENLÖSUNG! */
 td{
	line-height:19px;
}
.filterBox .en a{
	font-size:1.2em;
}
.filterBox #filter div li{
	list-style:none;
	font-size:1.6em;
	line-height:22px;
}
.temp-list li{
	font-size: 1.000em;
	line-height: 22px;
	margin-left: 25px;
}
.info-list li{
	font-size: 1.000em;
	line-height: 1.2;
    margin: 10px 0px 10px 0px;
}
.filterBox #filter div a{
}
/*  ---------------  FILTER END  ---------------  */
/*  ---------------  ANIMATION CLASSES BEGIN  ---------------------------------------------  */
@media (min-width:992px){

	/* Carett Animation recoSmall */
	@-webkit-keyframes carettAnimSmall{
		0%{ right: 5px;}
		100%{ right: -5px;}
	}
	@-moz-keyframes carettAnimSmall{
		0%{ right: 5px;}
		100%{ right: -5px;}
	}
	@-o-keyframes carettAnimSmall{
		0%{ right: 5px;}
		100%{ right: -5px;}
	}
	@-ms-keyframes carettAnimSmall{
		0%{ right: 5px;}
		100%{ right: -5px;}
	}
	@keyframes carettAnimSmall{
		0%{ right: 5px;}
		100%{ right: -5px;}
	}
	
	/* Carett Animation Span2 */
	@-webkit-keyframes carettAnimoSpan{
		0%{ right: 35px;}
		100%{ right: 20px;}
	}
	@-moz-keyframes carettAnimoSpan{
		0%{ right: 35px;}
		100%{ right: 20px;}
	}
	@-o-keyframes carettAnimoSpan{
		0%{ right: 35px;}
		100%{ right: 20px;}
	}
	@-ms-keyframes carettAnimoSpan{
		0%{ right: 35px;}
		100%{ right: 20px;}
	}
	@keyframes carettAnimoSpan{
		0%{ right: 35px;}
		100%{ right: 20px;}
	}
	
	/* Carett Animation Span5 */
	@-webkit-keyframes carettAnimoSpan5{
		0%{ right: 25px;}
		100%{ right: 20px;}
	}
	@-moz-keyframes carettAnimoSpan5{
		0%{ right: 25px;}
		100%{ right: 20px;}
	}
	@-o-keyframes carettAnimoSpan5{
		0%{ right: 25px;}
		100%{ right: 20px;}
	}
	@-ms-keyframes carettAnimoSpan5{
		0%{ right: 25px;}
		100%{ right: 20px;}
	}
	@keyframes carettAnimoSpan5{
		0%{ right: 25px;}
		100%{ right: 20px;}
	}
	
	/* .ofr Animation */
	@-webkit-keyframes carettAnimofr{
		0%{ right: 5px;}
		100%{ right: -10px;}
	}
	@-moz-keyframes carettAnimofr{
		0%{ right: 5px;}
		100%{ right: -10px;}
	}
	@-o-keyframes carettAnimofr{
		0%{ right: 5px;}
		100%{ right: -10px;}
	}
	@-ms-keyframes carettAnimofr{
		0%{ right: 5px;}
		100%{ right: -10px;}
	}
	@keyframes carettAnimofr{
		0%{ right: 5px;}
		100%{ right: -10px;}
	}
}
/*  ---------------  ANIMATION CLASSES END  ---------------------------------------------  */
/*  ---------------  LEGEND + SUEDTIROCARD BEGIN  ---------------------------------------------  */
.legend ul{
	margin: 0;
	padding: 0;
	border: 1px solid #444;
}
.legend li{
	list-style: none;
}
.legend li:first-child{
	padding: 0.625em 0 0.625em 8.2608696%;	/* 10px 0 10px 19px / 10px 230px */
	position: relative;
	background: #444;
}
.legend  > ul > li.legendTitle:after {
  position: absolute;
  top: 40px;
  left: 10.434783%;	/* 24px / 230px */
  display: inline-block;
  border-top: 9px solid #444444;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: '';
  z-index: 10;
}
.legend  > ul > li.double:after{
  position: absolute;
  top: 3.875em;	/* 62px / 16px */
  left: 10.434783%;	/* 24px / 16px */
  display: inline-block;
  border-top: 9px solid #444444;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: '';
}
.legend li h4{
	font-size: 1.000em;
	color: #ededed;
	line-height: 0;
	display: block;
}
.legend .double h4{
	line-height: 20px;
	margin: 0;
}
.legend li a,
.article > .legend li a{
	font-size: 1.000em;
	color: #ededed !important;
	display: block;
	padding: 10px 0 10px 19px;	/* 10px 0 10px 19px / 16px 230px */
	border-top: 1px solid #444;
	background: #b1b1b1;
}
.legend ul .active, .legend li a:hover, .legend li a:focus{
	text-decoration: none;
	background-color: #7c7c7c;
	background-color: rgba(68,68,68, 0.7);
}
.legend .active > a{
	background: none;
}
.legend .town{
	font-size: 1.000em;
	padding: 0;
	background-color: transparent;
}
.legend .town > .caret{
	border-top: none;
	border-bottom: 4px solid #ededed;
	margin-left: 5px;	/* 9px 0 0 4px / 16px */
}
.legend .town:hover > .caret{
	border-bottom: 4px solid #b1b1b1;
}
/*  ---------------  LEGEND + SUEDTIROCARD + G-MAP END  ---------------------------------------------  */
/*  ---------------  OFFER BEGIN  ---------------------------------------------  */
 .dsh{
	border-top: 1px dashed;
}
.ofr .page-header{
	margin: 0 0 10px;
}
.ofr h3{
	margin: 0 2.67606%;
}
.ofr h3 a{
	color: #333;
	margin: 0;
}
.ofr .page-header .lead{
	font-size: 1.000em;
	margin-bottom: 0;
}
/*
@media (min-width:768px){
	.ofr .page-header .lead{
		font-size: 2.1em !important;
	}
}
*/
.ofr h3{
	font-family: "SourceSansProLight",Arial,sans-serif;
}
p.ofr{
	margin: 30px 0 40px;
}
.ofr a{
	color: #333;
	/* text-decoration: none; */
	text-decoration: underline;
	/* display: block; */
}
.ofr a:hover{
	color: rgba(218, 57, 43, 1);
	text-decoration: underline;
}
.ofr a.link{
	display: block;
	margin: 30px 0 15px;
}
@media (min-width:768px){
	.ofr a{
		margin: 20px 0 15px;
	}
}
.ofr a .carett,
a figcaption span,
.ofr a span.visible-xs,
.tip a .carett,
.sgl a .carett,
.featured-content .carett,
.infobox-popup a .carett{
	width: 45px;
	height: 45px;
	margin-top: 0;
	display: inline-block;
	position: relative;
	background-color: #545454;
	background-color: rgba(27,27,27,0.7);
}
.ofr.low span{
	width: 40px;
	height: 40px;
}
.ofr .spa-tel{
	display: block;
	margin: 10px 0;
}
@media (min-width: 768px){
	.ofr .spa-tel{
		line-height: 20px;
	}
}
.ofr .spa-tel span{
	width: auto;
	height: auto;
	font-size: 1.250em;
	color: #fff;
	text-align: center;
	background-color: transparent;
}
@media (min-width: 768px){
	.ofr .spa-tel span{
		font-size: 0.750em;
		padding-right: 10px;
		color: #b5372d;
		color: rgba(218, 57, 43, 0.8);
	}
}
.ofr .thumbnail{
	padding: 0;
	border: none;
	background-color: transparent;
}
.infobox-popup a .carett{
	width: 20px;
	height: 20px;
}
/*  ---------------  OFFER END  ---------------------------------------------  */
/*  ---------------  ZUSATZ IN BEGIN BEGIN  ---------------------------------------------  */
.sgl {
	margin-bottom: 20px;
}
.sgl .thumbnail{
	border: 1px solid #ddd;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.sgl .thumbnail > a{
	display: block;
}
.sgl .thumbnail .caption{
	padding-top: 0;
}
.sgl .icon-detail{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}
.sgl .icon-detail span{
	font-size: 2.500em;
	color: #a1c4b6;
}
.sgl h3{
	font-size: 1.125em;
	margin-top: 0;
	margin-bottom: 0.2em;
}
.sgl h3 span{
	font-size: 0.7em;
	color: #ffa633;
}
.sgl p{
	font-size: 0.875em;
}
.sgl p.text-carett, .ofr p.text-carett, .infobox-popup p.text-carett{
	display: table-cell;
	vertical-align: middle;
	padding-left: 9px;
}
.sgl a:hover, .sgl a:focus{
	text-decoration: none;
}
.sgl a .carett, .ofr a .carett, .infobox-popup a .carett{
	display: table-cell;
	left: 70%;
}
@media(min-width: 768px){
.sgl a .carett, .ofr a .carett, .infobox-popup a .carett{
	display: table-cell;
	left: 30%;
}
}
@media(min-width: 992px){
.sgl a .carett, .ofr a .carett, .infobox-popup a .carett{
	left: 10%;
}
}
@media(min-width: 1200px){
.sgl a .carett, .ofr a .carett, .infobox-popup a .carett{
	left: 30%;
}
}
/*  ---------------  ZUSATZ IN BEGIN END  ---------------------------------------------  */