/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #025b34;
	position: relative;
	display: block;
	height: 1000px;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-style:italic;
	text-transform: none;
}
@media (max-width: 479px) {
h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
}
}
p {
	font-size: 1.15em;
	line-height: 1.4;
	color: #000;
}
.separator {
	display: block;
	width: 300px;
	height: 2px;
	margin: 35px auto 35px;
	position: relative;
	border-top: 1px solid #ccc;
}
a, a:hover {
	color: #047443;
}
.container {
	background: #fff;
}
.brand, .address-bar {
	display: none;
}
.brand {
	font-family:'Conv_Blacksword', Sans-Serif;
	letter-spacing: 5px;
}
.brand small {
	font-size: 0.5em
}
.brand img {
	width: 75px;
	height: auto;
	margin-bottom: 75px;
}
.navbar-brand {
	font-family:'Conv_Blacksword', Sans-Serif;
	font-size: 2.2em;
	letter-spacing: 3px;
}
.navbar-brand img {
	position: absolute;
	height: auto;
	width: 35px;
	left: 250px;
	top: -10px;
}
.nav-pills a {
	padding: 10px !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
}
.nav-pills a:hover,.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #025b34 !important;
	color: #fff !important;
}
 @media screen and (max-width:399px) {
.navbar-brand {
	font-size: 1.7em;
}
.navbar-brand img {
	width: 35px;
	left: 200px;
	top: -10px;
}
}
.img-full {
	min-width: 100%;
}
.brand-before, .brand-name {
	text-transform: capitalize;
}
.brand-before {
	margin: 15px 0;
}
.brand-name {
	margin: 0;
	font-size: 4em;
}
.breadcrumb {
	background: none !important;
	border-bottom: 1px solid #ccc;
}
.btn, .form-control {
	border-radius: 0px;
}
#main-content  {
	position:relative;
	z-index: 997;
}
#main-content ul {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 20px;
}
#main-content ul {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 20px;
}
#main-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}
#main-content ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f058";
	color: green;
}
#main-content ol {
	list-style-position: inside;
	padding: 5px;
}
#main-content ol li {
	border: 1px solid #ccc;
	position: relative;
	padding: 15px 25px;
	margin-bottom: 10px
}
#main-content .well {
	background: none !important;
	border-radius: 0;
	border: 1px solid #ccc;
	text-align:left;
}
#main-content table {
	width: 100%;
	margin-bottom: 20px;
	border-right: 1px dotted #ccc;
}
#main-content table th, #main-content table td {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	text-align: left;
}
#main-content table th {
	background: #025b34;
	color: #fff;
}
#main-content table td span {
	float:right
}
.tagline-divider {
	margin: 15px auto 3px;
	max-width: 250px;
	border-color: #999999;
}
.img-border {
	float: none;
	margin: 0 auto 0;
	border: #999999 solid 1px;
}
.img-left {
	float: none;
	margin: 0 auto 0;
}
.btn-success {
	background-color: #025b34;
	border: 1px solid #060;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:link, .btn-success:visited {
	background-color: #00993f;
}
.btn-search {
	cursor: pointer;
}
.btn-admin {
	cursor: pointer;
	margin-top: 10px;
	margin-right: 15px;
}
.map {
    width: 100%;
   height: 650px;
}
body.modal-open .container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop {
   background-color: #002b18;
}
footer {
	background: #025b34;
	line-height: 180%;
	color: #fff;
}
footer .container {
	background-color: transparent !important;
}
footer p {
	margin: 0;
	padding: 50px 0;
}
footer a, footer a:hover {
	color: #fff;
}
footer .border-top {
	border-top: 1px solid red;
}
footer img {
	width: 100%;
}
footer .btn-success {
	border: 1px solid #fff;
}
/* Margins */
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pt-1 {
	padding-top: 0px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pb-1 {
	padding-bottom: 1px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
/* Ticker */
#ticker {
	width: 100%;
	background-color: #025b34;
	color: #fff;
}
#ticker a {
	color: #fff;
}
/* Slider */
.carousel-inner {
	margin-top: 10px !important;
	margin-bottom: 25px !important;
}
.carousel-desc {
	padding: 20px;
	background-color: rgba(0, 67, 38, 0.7);
	color: #fff;
}
/* Banner */
.banner {
	display: block;
	text-align: center
}
.banner-caption {
	position: absolute;
	margin-top: -50px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
/* Images and Images overlay
---------------------------------- */
.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.no-touch .fixed-image {
	background-attachment: fixed;
}
.fixed-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fixed-image .container h1 {
	display: inline-block;
	padding: 16px 30px;
	border: 1px solid #ccc;
	background-color: rgba(241, 241, 241, 0.85);
	color: #666666;
	line-height: 1em;
	font-size: 45px;
	font-weight: 300;
	width: auto;
}
.fixed-image .container p {
	display: inline-block;
	padding: 16px 30px;
	border: 1px solid #ccc;
	background-color: rgba(241, 241, 241, 0.85);
	color: #666666;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: 300;
	width: auto;
}
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(241, 241, 241, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #e84c3d;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-style: italic;
}
.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -50px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
}
.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #e84c3d;
}
.overlay a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.overlay i {
	line-height: 50px;
}
.box-style-1 .overlay i {
	font-size: 26px;
	margin: 0;
}
a.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
a.overlay:hover {
	text-decoration: none;
}
.listing-item a.overlay {
	-webkit-transition: linear 0.25s;
	-o-transition: linear 0.25s;
	transition: linear 0.25s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.listing-item a.overlay:hover {
	text-decoration: none;
}
a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #e84c3d;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}
a.overlay.small i {
	font-size: 18px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -8px;
}
.overlay .social-links {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.overlay .social-links li {
	margin: 0 auto;
}
.overlay .social-links li a {
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	position: static;
}
.overlay .social-links li a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}
.overlay .social-links li a i {
	line-height: 38px;
	font-size: 24px;
	margin: 0;
}
.overlay-container:hover .overlay, .overlay-container:hover .overlay-links {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* Social icons block
---------------------------------- */
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #e84c3d;
	border: 1px solid #e84c3d;
	color: #ffffff;
}
.social-links.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
}
.social-links.light li a {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	color: inherit;
}
.social-links.dark li a {
	background: #454545;
	border: 1px solid #333333;
	color: #acacac;
}
.social-links.radius-5px li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social-links.circle li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}
.social-links.dark li a:hover {
	background: #fafafa;
	border: 1px solid #acacac;
	color: inherit;
}
.social-links.light li a:hover {
	border: 1px solid #d2d2d2;
	color: #333333;
}
.social-links li a i {
	line-height: 44px;
}
.social-links.large li a i {
	line-height: 60px;
}
#footer .social-links {
	margin: 20px 0;
}
#footer .social-links li {
	margin: 0 5px 5px 0;
}
#footer .social-links li a {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
#footerx .social-links li a:hover {
	color: #fff;
	background-color: #666666;
	border-color: #fff;
}
#footer .social-links li.twitter a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
#footer .social-links li.youtube a:hover {
	background-color: #b31217;
	border-color: #b31217;
	color: #ffffff;
}
#footer .social-links li.facebook a:hover {
	background-color: #3b5998;
	border-color: #fff;
	color: #ffffff;
}
#footer .social-links li.pinterest a:hover {
	background-color: #cb2027;
	border-color: #cb2027;
	color: #ffffff;
}
#footer .social-links li.instagram a:hover {
	 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 100%);
	border-color: #fff;
	color: #ffffff;
}
#footer .social-links li.whatsapp a:hover {
	background-color: #25d366;
	border-color: #fff;
	color: #ffffff;
}
/* MP3 Player */
.playa input[type=range] {
	-webkit-appearance:none;
	-moz-apperance:none;
	background-color:#ddd;
	border: 1px solid #bbb;
	height:.5em;
	border-radius:.5em;
	width:100%;
	margin:-2px;
	padding:0 !important;
	line-height:0;
}
.playa input[type=range]::-webkit-slider-thumb {
 -webkit-appearance:none;
 -moz-apperance:none;
 z-index:999;
 height:1em;
 width:1em;
 border-radius:1em;
 border:1px solid #aaa;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(0.49, #dddddd), color-stop(0.51, #d1d1d1), color-stop(1, #a1a1a1));
}
.playa {
/*margin:0;*/
}
.playa .thumbnail {
	width:96%;
	padding:1.5%;
}
.playa .btn-group {
	text-align:center;
}
/*Cookie*/
.cookie {
	position: fixed;
	z-index: 999;
	bottom: 0 !important;
	width: 100% !important;
	font-size: 0.9em;
	background: rgba(2,91,52,0.9);
	border-top: 1px solid #efefef;
}
.cookie p {
	padding: 10px;
	color: #fff;
}
.cookie i {
	cursor: pointer
}
.cookie a, .cookie a:hover {
	color: #fff;
	text-decoration:underline;
}
.cursor {
	cursor: pointer;
}
/* Rows */
.row-content {
	text-align:left;
	-webkit-columns: 300px 3;
	-moz-columns: 300px 3;
	columns: 300px 3;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	-webkit-column-rule: 1px solid #ccc; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid #ccc; /* Firefox */
	column-rule: 1px solid #ccc;
	margin-bottom: 10px;
}
/* Mail */
.required_border {
	border: 1px solid #C00;
}
.required_text {
	color: #C00;
}
/* Panel */
.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}
.panel.with-nav-tabs .panel-body {
	padding: 15px 35px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
#main-content .panel-heading ul {
	list-style-type: none;
	padding-left: 0;
}
#main-content .panel-heading ul li {
	position: relative;
	padding-left: 0px;
}
#main-content .panel-heading ul li:before {
	content: none;
}
#main-content .panel-body li {
	text-align:left !important;
}
#main-content .panel-body {
	text-align:left !important;
}
.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	padding: 10px 20px;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #555;
}
/* Kalender */
.legende {
	margin-top:20px;
	overflow:hidden
}
.legende li {
	width:80px;
	margin-right:20px;
	padding:10px 0;
	border:1px solid #fff;
	text-align:center;
	display:block;
	float:left;
	font-size: 0.8em;
}
.legende li:before {
	content: none !important;
}
.kalender {
	margin:0 0 20px 0;
	overflow:hidden
}
.kalender li:before {
	content: none !important;
}
.kalender ul {
	width:100%;
	height:210px;
	border:none;
	text-align:center;
	background-color:none;
	overflow:hidden;
	float:left;
	list-style: none;
}
.kalender ul li {
	width:12.5%;
	line-height:1;
	padding: 3px;
	border:1px solid #fff;
	float:left;
	font-size: 0.8em;
}
.kalender .hm {
	width:100%;
	font-weight:600;
	background:#fff
}
.kalender .ht {
	color:#fff;
	background:#558fcd
}
.kalender .hk {
	color:#fff;
	background:#666
}
.kw {
	color:#8e8e8e;
	background:#e5e5e5
}
.vormonat {
	color:#b7b7b7
}
.belegt {
	color:#fff;
	background-color:#ff9900
}
.frei {
	color:#fff;
	background-color:#a9d400
}
.an {
	color:#fff;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAIAAAABc2X6AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAA6ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0xMi0yN1QwOToxMjoyMTwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjY8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+NTwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzI8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+ODA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjgwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CtyRPVkAAAMCSURBVHgB5dfpUhNBFAXgSwyLVW4gbiBu4AOA4AZqfFyfh6yA+FNx37WQxdPeqXaII5lMerr73syvWxRVma/PuU0YeVanIXlO7tLTdaoMlfbUz+EAc7bQ4tGfsNHWibX6wYn2x9/F1ZzwxC7VkG1KqzlhaNHk00e1asH/0+oET/zKzpb3WNsOQ1tbz2gya7UlPA5tnc78s7dWqwqcaL+ndRmzkkqP75lsz/bSKkk4vxbgakbqon7ETc6TLbNkVxraJ/mabEMUDB6DtkHncuyt1WKQCoa2Bu23tCXXLBI8hju5kFZkwtCaJvefLRdAWMKsnfyaq72ZvyTpz5LR1mmyaLbCEh7dd6CFWUalXWllgFk7NcDeppc59oSNtkGutJBHfWmN7tHjJk19SSc06Bxvwqw971SL04oUXN032TrXRgqGFntbhjZGsMm2NG10YG7ytOu9hdM+Ee1wov1s362UIRZw9YAeNWm6ZC2OMAoway+UrwU4/BcPo22QH234hE8c0FrTnzYwGFrs7cVPeA1/T7AdDqLFuYYBmya3fGfLLQoAZu2lj/5qnP4k3+CwWt+VDq71CoZ2tUWhmmxb7anSlT/ay4H21mo9JQztWpti0PoAm2yh/ZA+5ZBzuZWuHNJqh65Eo8VJl/jPg9G24tKWWGloH8anLQtstG2aianJ9tpwv8PQPujQzHv7EXENjsGsnX0XFzL9Ni4vLaNt02ys2TLbWcIjh3S/E7sWZjdgaLG3VyNusm21A7DRbsjQOkjYNBnat/YEYx8GurR4b+ckNNnmULzSnK0sbfFKQ3tvg+bkNHmghI12k64J1BZJONG+sUcmbOhvh6G9i2zFavtLmLXXJWv7AEO7skXStXnBrL3xWti6Zr5u7x3WpM2V8PJz0pEtB97jq+XKJt1U0WRb7+MqjVtKmfa4Si9Du2PPRc+QnTD29pZGbXbCd6B9pSfSLkl3wtDO69V2J6xeewS8pD1b7nZS6aVtWlDdZLvJBrz4ghZe2p8oH6qL23R7aLQI8zdS7+2aJTopjwAAAABJRU5ErkJggg==) center center no-repeat
}
.ab {
	color:#fff;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAIAAAABc2X6AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAA6ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0xMi0yN1QwOToxMjo1ODwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjY8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+NTwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzI8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+ODA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjgwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CofRWPkAAAKWSURBVHgB5dppUsJAEAXgUREU5CKSHNjTCN5HNkURrdI3JNWGAIGEWbo78ytuVX681zPBePX7ZNqz1rem0yJt14yT1oDXXfOcmLd7c92GhEkLrH5wUasfXNIqB+9rAVa7S39u92TsUqWlc4aPaXUmDC1OoPe9bLOotSVcrdWWsNWm5v2uNLY7H+pJ+Bwt6ErAZ2qVgM/XAiz+HP7o2fdA1XNbHGLZYGhxAq0qd6miVnalG2gFV9pqU7PqlfI7/aHIXbqxVmSlL9HKA+dzW7/J1HVJlc61dfZkctKFmGMJZ894VO8EImTxQgYYWpy3SPjyJaDSDrV4vbiDcdK6yjZrB2uw1aZumkyzwHeG3TaZwEwT9qRlOsP+tACzqzTe2WJu8Z7e0+JVad9aXpUOoGUEDqMFmMUM4ykB7i78zW1xO4g/wyG18SsdWBu50niWib+whmkytTpapaNooyUMLXYpPKEPvyIkHFGL1zc0OK42NDi6NiiYgxbgQHdaS5xAqcH/dkZfIWaYjzZEwsu+vbvgkG1WLr+Vhhbn7ReDJtMoeQQvttmy0oLta4Z5an3N8GJgnwNxy9bXDFst5tbjrNA8NrlwXGnmWrxCLsH53HLNNuuDM7AILcxu4pj3zYTZeXtsvh0kLEjrIOH59gTacLqXOpZt9vmLEhanhbk5WKK2eaWtNjEbN1tedQcdf7XJrzx7MJORSG2TSovW1gZL19YDK9DWAM8GgucWTlpnHUtWK3NPJiddnN6lp9iTE/N9Qz8i++JEwsq0yKoKrE9bBVapBfjwDE+Hdk9WM7fFXedApRVrDyT8OjQvSrPNct5J2GofdTaZWv0PzrWHh5q+X/xFDm6JFnFZcHu0wHagxQn0o+XO8eTI/QEhJ+cZcCtTFgAAAABJRU5ErkJggg==) center center no-repeat
}
 @media only screen and (min-width:500px) {
.kalender ul {
	width:47.5%
}
.kalender .left {
	margin-right:2.5%
}
.kalender .right {
	margin-left:2.5%
}
}
 @media screen and (max-width: 765px) {
/*** PANEL DEFAULT ***/

.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	border-color: #ddd;
}
.navbar {
	z-index: 998;
}

.carousel {
	margin-top: 30px;
}
.carousel-desc {
	margin-bottom: -18px;
	paddin: 5px;
}
}
}
@media (max-width: 979px) and (min-width: 768px) {
.span4 .playa, .playa.span4 {
	padding:0;
}
}
@media screen and (min-width:768px) {
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 0;
	top: 0px;
	z-index: 998;
}
.navbar-header {
	display: none;
}
.navbar-default {
	border: none;
	background: #fff;
}
.nav>li>a {
	padding: 25px 15px;
	border: 1px solid #fff;
}
.navbar-nav>li>a {
	line-height: normal;
}
.navbar-nav .active {
	text-decoration: none;
}
.navbar-nav>li>a:hover {
	border: 1px solid #efefef;
}
.navbar-nav {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	display: table;
	float: none;
	margin: 0 auto;
	table-layout: fixed;
	font-size: 1.25em;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #025b34;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #025b34;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #025b34;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a:active,
.navbar-default .navbar-nav > .open > a:visited,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #025b34;
}
.navbar-default .navbar-nav > li > a {
  color: #025b34;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #025b34;
  border: 1px solid #fff;
}

.navbar-default .dropdown a, .navbar-default .dropdown a:active, .navbar-default .dropdown a:focus,.navbar-default .dropdown a:visited {
	border: 1px solid #fff;
}

.navbar-default .dropdown:hover{
  color: #fff;
  background-color: #025b34;
}
.navbar-default .dropdown-menu {
	border-radius: 0 !important;
}
.navbar-default .dropdown-menu li {
	padding: 5px;
}
.navbar-default .dropdown-menu a:hover, .navbar-default .dropdown-menu .active a {
	background-color: #025b34;
	color:#ffffff;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.brand {
	display: inherit;
	margin: 0;
	padding: 10px 0 10px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-size: 5em;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}
.brand span {
	border: 5px solid #fff;
	border-radius: 50%;
	padding: 4px 25px 21px 8px;
	letter-spacing: -12px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.top-divider {
	margin-top: 0;
}
.img-left {
	float: left;
	margin-right: 25px;
}
.address-bar {
	display: inherit;
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-transform: case;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
}
}
<!--Instafeed + Gallery !-->
 #instagram .insta-img, #gallery .gall-img {
 display: block;
 height: 280px;
 width: 100% !important;
 position: relative;
}
#instagram .insta-img .icon, #gallery .gall-img .icon {
	position: absolute;
	top: 10px;
	left: 25px;
	right: 25px;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#instagram .insta-img .icon span, #gallery .gall-img .icon span {
	color: #fff;
	font-size: 30px;
}
#instagram .insta-img:hover .icon, #gallery .gall-img:hover .icon {
	opacity: 1;
}
#instagram .insta-flex, #gallery .gall-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gallery small {
	position: absolute;
	bottom: -17px;
	left: 15px;
	right: 15px;
	color: #000;
	text-align: left;
}
/* Video */
.attractions .attraction-video {
  margin-bottom: 30px;
}
.attractions .attraction-video .video-preview-img {
  position: relative;
}
.attractions .attraction-video .video-preview-img .video-play-button {
  width: 112px;
  height: 112px;
  background-color: #fff;
  border-radius: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -56px 0 0 -56px;
  text-align: center;
  color: #585858;
  line-height: 112px;
  font-size: 48px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.attractions .attraction-video:hover .video-play-button {
  opacity: 0.5;
  cursor: pointer;
}
/* Rating */
.fa-star, .fa-star-o {
	padding: 0 4px;
}
.complete {
    display:none;
}
.sepia {
    -webkit-filter: sepia(1);
    filter: sepia(1);
}
.sepia-hue-rotate {
    -webkit-filter: sepia(1) hue-rotate(80deg);
    filter: sepia(1) hue-rotate(80deg);
}
.pay {
	transition: all 0.5s;
	transform-origin: 50% 50%;
	width:75px; 
	height:75px
}
.pay:hover {
	transform: scale(1.6);
  }
/* back to top */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display:none;
	z-index: 997;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/* whatsapp */
#whatsapp {
	cursor: pointer;
    position: fixed;
    bottom: 40px;
    left: 20px;
	z-index: 1996;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#whatsapp:hover {
	background-color: #25d366;
}
