:root{
	--font-size-regular:16px;
	--font-size-medium:12px;
	--font-size-smal:10px;
}

*{
	box-sizing:border-box;
} 
html{
	font-size: 16px;
	font-family: roboto, tahoma, sans-serif;
	font-weight:300;
}
body{
	margin:0;
	padding:0;
	line-height:150%;
	font-size:1em;
	color:#333;
	
	padding-top: 80px;
}
body.noscroll{
	overflow:hidden;
}
body.standalone{
	padding:20px;
}
a:link, a:active, a:visited{
	color:inherit;
}

.ac{
	text-align:center;
}
.al{
	text-align:left;
}
.ar{
	text-align:right;
}
.vt {
	vertical-align: top;
}
header{
	background-color:#36322a;
	width: 100%;
	overflow: hidden;
}
h1,h2,h3,h4,h5{
	position:relative;
	line-height:initial;

    /*font-family: 'Permanent Marker', cursive;*/
   /* font-family: 'Shadows Into Light', cursive;*/


}
header h1, header h2{
	text-align:center;
	color:white;
	margin:0;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}
header h1{
	font-size: 5em;
}
header h2{
	font-size: 2em;
}

nav{
	text-align: center;
	color: white;
	width: 100%;
}
nav a{
	display:inline-block;
	padding: 10px 10px;
	margin:10px;
	color:white;
	text-decoration:none;
	transition: all 0.2s ease;
	/*background-color:rgba(0,0,0,.4);
	border:1px solid white;*/
	min-width: 150px;
	font-family: 'Permanent Marker', cursive;
	font-size:1.4em;
	text-shadow: 0 0 10px rgb(0, 0, 0);
}
nav a:hover{
	color:white;
	background-color:rgba(0,0,0,.6);
}

article nav {
	text-align:left;
	color:#333;
	margin-top:10px;
}
article nav a {
	color:white !important;
	padding:10px;
	margin:5px;
}
.artsted {
	margin: 50px 0;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #ccc;
	position: relative;
	height: 1px;
	color: #ccc;
}
.artsted::after {
	content: '~ ~ ~';
	position: absolute;
	top: -14px;
	left: calc(50% - 45px);
	background-color: inherit;
	padding: 0 20px;
	height: 20px;
	width: 50px;
	text-align: center;
}
.artsted2 {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 50px 0;
	color: #ccc;
  }
  .artsted2::before {
	content: '';
	position: absolute;
	width: calc(50% - 40px);
	background-color: #ccc;
	height: 1px;
	top: 12px;
	left: 0;
  }
  .artsted2::after {
	content: '';
	position: absolute;
	width: 50%;
	background-color: #ccc;
	height: 1px;
	top: 12px;
	left: calc(50% + 40px);
  }

div.menu{
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 10%;
	text-align:center;
}
div.menu img{
	max-width:150px;
}

@media (min-width: 1980px) {
	div.menu {
		top:10%;
	}
	div.menu img{
		max-width:150px;
	}
}

a{
	text-decoration:none;
}
a:hover{
	color:orange;
}

section{
	width:100%;
	text-align:center;
	position: relative;
}
section article{
	width:80%;
	text-align:left;
	margin:0 auto;
	padding:50px;
	max-width:1200px;
	z-index: 2;
	position: relative;
}
section.specialoffer article{
	padding-top:0;
}
section.text-columns article {
	padding:50px 30px 0 30px;
}
section.text-columns article div.columns div.column img {

}



section.parallax article h1,
section.parallax article h2,
section.parallax article h3{
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}
section article h1,
section article h2,
section article h3{
	margin:10px 0;
}
section article h2{
	color:#333;
	font-size:2em;
	font-weight:400;
}
section article h3{
	color:#333;
	font-size:1.7em;
	position:relative;
}

section article h4{
	color:#333;
	font-size:1.5em;
}

section article h4.offer_header{
	color:#333;
	font-size:1.5em;
	margin-bottom:0;
}
section article h4.offer_subheader{
	color:#333;
	font-size:1.2em;
	margin:0;
}

section article ul{
	
}
section article ul li{
	
}
section.parallax article {
	padding-top:100px;
}
section.parallax.footer article{
	padding-top:80px;
	min-height:auto;
}

h2.h1, 
section.parallax article h1 {
	color: white;
	font-size: 3em !important;;
	text-transform: initial;
	font-weight:600;
}
section.parallax article h2.h1 {
	font-weight:600;
}
section.parallax article h2 {
	color: white;
	font-size: 1.8em;
	text-transform: initial;
	font-weight:100;
}
section.parallax article h3 {
	color: white;
	font-size: 1.5em;
	text-transform:initial;
}
section.parallax article h4 {
	color: white;
}
section.parallax{
	background-attachment:fixed;
	background-size:100%;
    background-size: cover; 
	background-position:center;
	min-height:500px;
	color:white;
overflow:hidden;
}

section.parallax.noiamges {
	background-attachment:fixed;
	min-height:400px;
}
section.parallax.noiamges article {
	padding-top:140px;
}


.parallax.b1{
	background-color:#36322a;
	background-image:url(./../img/b1.jpg);
}
.parallax.b2{
	background-color:#36322a;
	background-image:url(./../img/b2.jpg);
}
.parallax.b3{
	background-color:#36322a;
	background-image:url(./../img/b3.jpg);
}

@supports ( -webkit-touch-callout : none) {
	section.parallax{
		background-attachment:scroll;
		background-size: auto 100vh;
		background-position: center;
		background-repeat: no-repeat;
	}
}
	

.text-center {
	text-align:center;
}

.columns {
	
}
.column {
	display:inline-block;
	vertical-align:top;
}
.column.c2{
	width:49%;
}
.column.c3{
	width:33%;
}
.column.c4{
	width:25%;
}

.column.c2 img {
	width:100%;
	height:auto;
}

.offer_header {

}

.offer_subheader {
	margin:0;
}

.offer{
	list-style: none;
}


.offer .unit {}
.offer .unit::before{
	content:'\00a0';
}
.offer .item {
	display: inline-block;
	width: 95px;
}
.offer .price{

}
.offer .price .ammount {
	color:orange;
	font-weight:bold;
	font-size:1.8em;
}

.offer .price .currency::before{
	content:'\00a0';
}
.offer .price .currency{
	font-weight:lighter;
	color:inherit;
}
.offer .description{
	display:block;
	margin-top:20px;
}


.locale {
	position:relative;
	cursor:pointer;
}

.locale.selected::after {
	position: absolute;
	content: ' ';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #e37e25;
	left: -2px;
	bottom: -1px;
}

.contact {
	display:flex;
	padding-bottom: 35px;
}
.contact div {
	width:33%;
	vertical-align: top;
}
.contact div h4 {
	margin:0;
}

.socials {
	padding-bottom: 35px;
}
.socials div {
	padding:10px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.legal {
	padding-top: 35px;
	border-top: 1px solid rgba(255,255,255, .25);
}
.legal div {
	padding:10px;
	vertical-align: top;
}

/* social links */
a.link,
a.link:active, 
a.link:visited {
	white-space: nowrap;
	color: white;
	text-decoration: none;
	transition: all .15s ease-in-out;
	font-size: 16px;
	display: flex;
	line-height: 32px;
	align-content: space-evenly;
}
a.link:hover {
	color:#E77817;
}
a.link.instagram::before,
a.link.facebook::before,
a.link.youtube::before {
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	width: 32px;
	height: 32px;
	content: "";
}
a.link.instagram::before {
	background-image: url(/template/img/instagram.svg);
}
a.link.facebook::before {
	background-image: url(/template/img/facebook.svg);
}
a.link.youtube::before {
	background-image: url(/template/img/youtube.svg);
}


.nowrap{
	white-space: nowrap;
}


/* top layers */

.overlay{
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
	z-index:5000;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	color:black;
}
.overlay .wrapper{
	max-width:920px;
	margin:0 auto;
	text-align: left;
	background-color:white;
	position: relative;
	top: 30px;
	padding:25px;
}
.overlay .close{
	position:absolute;
	top: 20px;
	right: 25px;
	width:30px;
	height:30px;
	text-align: center;
	color: white;
	background-color: red;
	line-height: 30px;
	cursor:pointer;
}
.overlay .text{
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
}
.overlay .text {
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
}

/* map */
.campmap{
	position:relative;
}
.campmaptip{
    text-align:center;
    padding-bottom: 20px;
    font-size:16px;
}
.parceldata{
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	background-color:rgba(255, 255, 255, 0.3);
	color:black;
}
.parceldata-info{
	position:relative;
	text-align: initial;
	padding:20px;
	background-color:rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}
.parceldata-info h3{
	margin-top:0;
	font-size:1.4rem;
}
.parcela-desc{
	padding:0 20px;
}
.parcela-desc h4{
	padding: 15px 0 5px 0;
	margin:0;
	font-size:1.2rem;
}
.parcela-desc ul, .parcela-desc ol {
	margin:0;
}
.parcela-photo{
	text-align: center;
}
.parcela-photo a{
	padding:5px;
}
.parcela-photo a img{
	max-width:200px;
	height:auto;
}
.parcela-close {
	position: absolute;
	top:30px;
	right:30px;
	width:30px;
	height:30px;
	background-image: url('/template/img/x.svg');
	background-size: contain;
	z-index: 5;
	cursor:pointer;
}
.parcela-reserve{
	text-align: center;
	padding-top: 15px;
}
.parcela-reserve a{
	display: inline-block;
	padding:5px 10px;
	background-color: #e36125;
	color:white;
	border-radius: 5px;
}
.parcela-reserve a:hover{
	background-color: #de383d;
}
.parcela.selected rect, .parcela.selected polygon, .parcela.selected path{
	fill: white;
}
.map-wrapper{
	position:relative;
	text-align:center;
}
.map-label {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	height: 0;
	z-index:999;
}
.map-label h2.h1, 
.map-label h1, .map-label h2 {
	position: absolute;
	z-index: 1000;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
	font-size:3em;
}
.map-label h1 {
	top: 30px;
	font-size:3em;
	font-weight:bold;
}
.map-label h2 {
	top: 80px;
	font-size:2em;
}
.map-overlay-wrapper{
	margin:0 auto;
}
.map-overlay{
	position:absolute;
	z-index:10;
	top:0;
	text-align:left;
	padding:20px;
	margin:30px 0 0 20px;
	background:rgba(255,255,255,.9);
	font-size:1em;
}
.map-overlay ul{
	padding-left:0;
}
.map-overlay ul li{
	list-style:none;
}
.map-overlay ul li a.active > i {
	color:#2B65EC;
}
.map-overlay ul li a > i,
.map-overlay ul li a.idle > i {
	color:#ccc;
}
.map-overlay h3{
	color:#333;
}
.map-map{
	height:400px;
}
#map_container{
	height:400px;
}

.anchor {
	font-size:0;
}

.info-icon {
	display:none;
}
.text-two-columns {
	column-count: 2;
	column-gap: 20px;
}
.text-three-columns {
	column-count: 3;
	column-gap: 20px;
}

a.navbutton {
	display: inline-block;
	border: 2px solid white;
	border-radius: 5px;
	padding: 5px 20px;
	font-weight: normal;
	background: white;
}
a.navbutton {
	color:black;
}
a.navbutton:hover {
	
	border: 2px solid orange;
	background: orange;
	
}

.red{
	color:red !important;
}

.local_tax_info {
	padding:15px;
	margin-top:25px;
	background-color: #efefef;
	border:1px solid #ccc;
	text-align: center;
	font-size: var(--font-size-medium);
}

/* topmenu */
.topmenuwrap {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1001;
	overflow:auto;
	top: 0;
}
body.noscroll .topmenuwrap {
	overflow-y:auto;
	top: 0;
	left:0;
	right:0;
	bottom:0;
}
.topmenu {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
	transition: all 0.2s;
	position:relative
}
.topmenu.tl{
	height:100vh;
	overflow:auto;
}
.topmenu .logo{
    display: inline-block;
    width: 100px;
    height: 80px;
    padding: 10px;
    text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.topmenu .logo img{
	width:auto;
	height:100%;
}
.topmenu .links {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
    text-align: left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.topmenu .menut {
    display: inline-block;
}
.topmenu ul {
    margin: 0;
    padding: 0;
    margin-top: 28px;
}
.topmenu .links .menut li {
    font-weight: bold;
}
.topmenu .links .menut li {
    margin: 0;
    padding: 0 8px;
    list-style: none;
    display: inline-block;
}
.topmenu .lang {
    position: absolute;
	top:0;
	right:0;
}
.topmenu .links .lang li {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    display: inline-block;
}

/* header label */
.hl_wrap{
	position: absolute;
	top: 25%;
	text-align: center;
	z-index: 300;
	width: 100%;
	color: white;
	text-shadow: 0 0 6px rgba(0,0,0,.8);
}
.hl_wrap h1,
.hl_wrap h2,
.hl_wrap h3{
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 4em;
	padding: 20px 0;
}
.hl_wrap h1.line1,
.hl_wrap h2.line2,
.hl_wrap h3.line3{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.hl_wrap h1.line1{
	font-size: 4em;
	padding: 0;
	font-weight: 700;
}
.hl_wrap h2.line2{
	font-size: 2em;
	padding: 0;
	font-weight: 400;
}
.hl_wrap h3.line3{
	font-size: 1em;
	padding: 0;
	font-weight: 400;
	display:none;
}

/* special offers */

.special_offers_header {
	position:relative;
	text-align: center;
	font-size:26px;
	margin-bottom: 60px;
	overflow: hidden;

}
.special_offers_header span{
	position: relative;
	z-index: 2;
	padding:0 20px;
	background-color: white;
}
.special_offers_header::before {
	content: "";
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	background: rgb(30,158,205);
	background: linear-gradient(90deg, rgba(30,158,205,1) 0%, rgba(255,0,234,1) 100%);
	width:2000px;
}
.special_offers_header::after {
	content: "";
	position:absolute;
}
.special_offers_list{

}
.special_offers_list a{

}

.special_offer{
	position:relative;
	border: 1px solid #efefef;
}
.special_offer_image{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
}
.special_offer_image img{
	width: 100%;
	height: auto;
}
.special_offer_image_shade{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,1) 100%);
}
.special_offer_header{
	position: absolute;
	top: 0;
	z-index: 5;
	text-align: center;
	width: 100%;
	margin-top:50px;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	font-size: 3em;
}
.special_offer_description{
	position: relative;
	z-index: 3;
	padding: 40% 5% 5% 5%;
}
.special_offer_text{
	padding: 5%;
	background-color: white;
}
.special_offer_include{
	padding: 5%;
	background-color: white;
}


/* video */

.video-wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	overflow: hidden;
}
.video-player{
	overflow: hidden;
	width: 100%;
	height:100vh;
}
.video-wrapper video{
	object-fit: cover;
	overflow: hidden;
}

/* owl slides */


.owl-header {
	margin-top: 35px;
	text-align: center;
	font-size: 1.2em !important;
}

.owl-carousel {
	padding: 15px 0;
}

.carousel-p a {
	display:inline-block;
	height:100%;
}
.carousel-p a img {
	width:100%;
	height:auto;
	padding:0 5px;
}

.hasnav .owl-stage-outer {
	margin:0 42px;
}
.owl-nav {
	position:absolute;
	width:100%;
	top: calc(50% - 21px);
}
.owl-nav button.owl-prev, .owl-nav button.owl-next{
	position:absolute;
	width:42px;
	height:42px;
	border-radius:50%;
	border:0;
	background-position:center;
	background-size:cover;
	background-color:transparent;
	opacity: .6;
}
.owl-nav button.owl-prev {
	left:-40px;
	background-image: url(../img/nav-l.svg);
}
.owl-nav button.owl-next {
	right:-40px;
	background-image: url(../img/nav-r.svg);
}
.owl-item {
	text-align:center;
	padding: 0 5px;
	overflow:hidden;
	max-height:150px;
}


.carousel-7 .owl-item {
	max-height:initial;
}
.carousel-7 .item {
	display:inline-block;
	height:300px;
	width:auto;
}
.carousel-7 .item .image{
	width:100%;
	height:auto;
	max-height:200px;
	overflow:hidden;
}
.carousel-7 .item .text{
	width:100%;
	height:auto;
	max-height:200px;
	overflow-y:auto;
}
.carousel-7 .item .text h3{
	font-size:1.2em;
}

.carousel-8{
	margin:0;
	display: flex !important;  
    flex-direction: row;   
    justify-content: center; 
	position:relative;
}
.carousel-8 .owl-item {
	max-height:initial;
}
.carousel-8 .item {
	display:inline-block;
	padding:5px;
	width:auto;
}
.carousel-8 a.item span{
	display:block;
	padding:10px 0;
	font-size:1.2em;
	font-weight:bold;
	min-height:70px;
}
.carousel-8 a.item u{
	display:block;
	padding-top:10px;
}
.carousel-8 a.item img {
	width:100%;
	height:auto;
	max-height:250px;
	overflow:hidden;
}


/* floating top button */

#nav_top{
	position:fixed;
	z-index:759;
	bottom: 2rem;
	right: 2rem;
	width: 40px;
	height: 40px;
	cursor:pointer;
	display:none;
}
#nav_top a{
	color:#ccc;
}
#nav_top a:hover{
	color:white;
}

.hiddenlabel{
	display:none;
}

/* lang bar */

.lang_bar {
	text-align: center;
	position: fixed;
	z-index: 65535;
	width: 100%;
	background: rgba(0,0,0,.8);
}
.lang_bar > div{
	width: 70%;
	margin: 0 auto;
	text-align: right;
	padding: 5px;	
}
.lang_bar > div a{
	font-size: .8em;
	color:white;
}
.lang_bar > div a:hover{
	color:orange;
}

/* pricing */
.camp_field{
	display:flex;
	flex-wrap: wrap;
}
.camp_field_object{
	flex: 0 0 33.333333%;
	padding-right:15px;
}
.camp_field_object h4 {
	margin:20px 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px solid #ccc;	
}
.camp_field_object_description{
	font-size:var(--font-size-medium);
}
.camp_field_object_incuded{
	font-size:var(--font-size-medium);
}
tr.camp_field_pricing_list td,
tr.camp_field_pricing_list th {
	border-bottom:1px solid #ccc;
}
tr.camp_field_pricing_list.hv:hover td{
	background-color:bisque;
}


/* temporary closed */
.temp_closed {
	text-align: center;
	position: fixed;
	z-index: 65535;
	width: 100%;
	background: yellow;
	color: black;
	top: 35px;
	padding: 5px 0;
}
span.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: black;
	border-radius: 100%;
	animation: pulsate 2s ease-out;
	  animation-iteration-count: 1;
	animation-iteration-count: infinite;
	opacity: 0.5;
	margin-top: 0px;
	top: 0px;
	position: relative;
}
@keyframes pulsate {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.1;
    }
}

/* ken burns */
.slideshow-overlay {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color:rgba(0,0,0,.3);
	z-index:2;
}
.slideshow {
	background-color:#36322a;
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index:1;
}
.slideshow-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
	-webkit-animation-name: kenburns;
	animation-name: kenburns;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
}
.slideshow-image:nth-child(1) {
	-webkit-animation-name: kenburns-1;
	animation-name: kenburns-1;
	z-index: 3;
}
.slideshow-image:nth-child(2) {
	-webkit-animation-name: kenburns-2;
	animation-name: kenburns-2;
	z-index: 2;
}
.slideshow-image:nth-child(3) {
	-webkit-animation-name: kenburns-3;
	animation-name: kenburns-3;
	z-index: 1;
}
.slideshow-image:nth-child(4) {
	-webkit-animation-name: kenburns-4;
	animation-name: kenburns-4;
	z-index: 0;
}
@-webkit-keyframes kenburns-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@keyframes kenburns-1 { 
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



header,
.slideshow,
.slideshow-overlay {
	min-height:500px;
	height: calc(100vh - 80px);
}


/* float reg form */
.floatframe{
	position: fixed;
	top: 0;
	right:0;
	width: 100%;
	bottom: 0;
	z-index: 65535;
	background-color: rgba(0,0,0,.5);
}
.floatframe iframe{
	height: 100%;
	right: -100%;
	position: absolute;
	max-width: 1000px;
	width: 100%;
}
#rezframe{
	
}

/* -- search form -- */
.closerezform{

}
.sformwrapper {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 216;
	top: 50%;
}
.sform {
	width: 80%;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	max-width:1200px;
}
.sform .param{
	display: grid;
	flex: 0 0 33.333%;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}
.sform .param .label{
	padding:3px;
	text-align: center;
	border-bottom:1px solid #ccc;
	margin-bottom: 3px;
	color:#333;
}
.sform .datefrom{
	display: grid;	
}
.sform .param input, .sform .param select {
	border:2px solid white; 
	background-color: white;
	text-align: center;
	padding:5px;
	width:100%;
}



.sform .param input:focus{
	outline:0;
}

.sform .date{
	display: grid;
}
.sform .search {
	display: grid;
	background-color: #e36125;
	align-content: center;
	transition: all 0.2s ease;
	color: white;
	cursor: pointer;
	border: 0;
} 
.sform .search:hover{
	background-color: #de383d;
}

.accommodation{
	border: 2px solid white;
}


/* responsive */
.topmenu i span:nth-child(odd){
	background-image:url(/template/img/tl-open.svg);
	
}
.topmenu i span:nth-child(even){
	background-image:url(/template/img/tl-close.svg);
}
.topmenu i {
	display: none;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
  }
  .topmenu i span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
  }

  div.tl-overlay {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background-color:white;
	display:none;
	z-index: 889;
}


body[data-lang="de-DE"] .topmenu .links .menut li {
	font-size:13px;
}


@media (max-width: 1200px) {
	section article h3{
		font-size:1.5em;
	}
	.sform {
		width: 80%;
	}
	.topmenu .links .menut li{
		padding:0 5px;
	}
}
@media (max-width: 960px) {
	.topmenu{
		width:100%;

	}
	.sform {
		width: 90%;
	}
	.hl_wrap h1.line1{
		font-size: 3em;
		padding: 0;
	}
	.hl_wrap h2.line2{
		font-size: 1.8em;
		padding:0;
	}
	.hl_wrap h3.line3{
		font-size: 1em;
		padding: 5px 0;
	}
	section article{
		width:100%;
		padding:35px;
	}
	header h1{
		font-size: 3.5em;
	}
	header h2{
		font-size: 2em;
	}
	section article h2 {
		font-size: 2em;
	}
	section article h3 {
		font-size: 1.5em;
	}
	section article h4 {
		font-size: 1em;
	}
	section.parallax article h2 {
		font-size:1.8em;
	}
	section.parallax article h3 {
		font-size:1.5em;
	}
	section.parallax article h4 {
		font-size:1.3em;
	}
	.special_offer_header{
		font-size:2.5em;
	}
	.map-overlay {
		display:none;
	}
	.tl-overlay{display:none;}
}
@media (max-width: 750px) {

	.parceldata-info {
		line-height:110%;
	}
	.parceldata-info h3,
	.parcela-desc h4{
		font-size:.9rem;
	}
	.parceldata-info {
		font-size:.8rem;
	}

	section.parallax article {
		padding-top: 50px;
	  }
	.sformwrapper{
		top:35%;
	}
	.sform {
		width: 90%;
		margin: 0 auto;
	}
	.sform .param{
		padding: 10px;
		width: 100%;
		display: block;
		flex:none;
	}

	.hl_wrap h1.line1{
		font-size: 2.5em;
		padding: 0;
	}
	.hl_wrap h2.line2{
		font-size: 1.5em;
		padding:  0;
	}
	.hl_wrap h3.line3{
		font-size: 1em;
		padding: 5px 0;
	}


	section article h1 {
		font-size:2.5em;
	}
	section article h2 {
		font-size:1.5em;
	}
	section article h2.h1 {
		font-size:2.5em !important;
	}
	section article h3 {
		font-size:1.3em;
	}
	section article h4 {
		font-size:1.2em;
	}

	section.parallax article h2 {
		font-size:1.6em;
	}
	section.parallax article h3 {
		font-size:1.5em;
	}
	section.parallax article h4 {
		font-size:1.3em;
	}
	section.parallax.noimages {
		min-height: 100px;
	}
	
	.column.c2{
		width:100%;
	}
	.column.c2 img{
		width:auto;
		max-height:300px;
	}
	.column.c3{
		width:100%;
	}
	.map-overlay {
		font-size: .8em;
	}
	.text-two-columns{
		column-count: 1;
	}
	div.menu{
		top: 10%;
	}
	.camp_field_object{
		flex: 0 0 50%;
		padding-right:15px;
	}
	.topmenu .logo{
		display:block;
		width:100%;
	}
	.topmenu .links.il{
		display:none;
	}
	.topmenu .links,
	.menut{
		width:100%;
	}
	.menut li{
		padding:0;
		margin:0;
	}
	.menut li a{
		font-size:1.3em;
		border-bottom:1px solid #efefef;
		display:block;
		padding:15px;
	}
	.topmenu ul{
		padding:0;
		margin:0;
	}
	.topmenu .links .menut li{
		width:100%;
		text-align: center;
		padding: 0;
	}
	.topmenu .lang{
		float:none;
		text-align: center;
		position: relative;
	}
	.topmenu .links .lang li{
		padding:15px;
	}
	.topmenu i {
		display: block;
		top: 20px;
		right: 20px;
	  }
	.topmenu .links.tl .menut,
	.topmenu .links.tl .lang{
		display:block;
	}
	.contact {
		display:block;
	}
	.contact div {
		padding:20px 0;
		display:block;
		width:100%;
	}

	.div.tl-overlay{display:none;}
}
@media (max-width: 640px) {
	div.menu{
		top:10%;
	}
	nav a{
		margin:0;
		font-size:1.5em;
	}
	.hl_wrap{
		top:23%;
	}
	.hl_wrap h1.line1{
		font-size:2em;
	}
	.camp_field_object{
		flex: 0 0 100%;
		padding-right:0;
	}
	.special_offer_header{
		font-size:1.5em;
	}
	.payment-options {
		display:block;
	}
	.payment-option {
		margin-top: 20px;
		width:auto;
	}


}

@media (max-width: 480px) {
	section.specialoffer{
		padding-bottom:80px;
	}
	h2.h1, 
	section.parallax article h1 {
		font-size: 2.5em !important;
	}
}



section.text-columns article h3::before {
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0;
	background-color: black;
	content: "";
}
section.text-columns article h3::after {
	height: 1px;
	width: 200px;
	position: absolute;
	left:100px;
	bottom: 0;
	background-color: #ccc;
	content: "";
}



.owl-dots{
	flex:none !important;
	flex-direction: unset;
	display:block;
	position:absolute;
	bottom:-80px;
	padding:20px;
}
.owl-dot{
	width:30px;
	height:30px;
	border-radius:50%;
	border:0;
	background-color:white;
	border:2px solid #ccc;
	margin:0 10px;
}
.owl-dot.active{
	background-color:#e37e25;
	border:2px solid #e37e25;
}

@media(max-height:480px) {
	.hl_wrap{
		display:none;
	}
}


.addon_description{
	margin-left:5px;
	display:inline-block;
	padding:0;
	background-color:#333;
	color:white;
	font-size:11px;
	border-radius: 50%;
	width:24px;
	text-align: center;
}
[data-tooltip] {
	position: relative;
	text-decoration: none;
}
[data-tooltip]:hover:before, [data-tooltip]:focus:before {
	opacity: 1;
	transform: translate(-50%, -10px);
}
[data-tooltip]:hover:after, [data-tooltip]:focus:after {
	opacity: 1;
	transform: translate(-50%, -10px) rotate(45deg);
}
[data-tooltip]:before {
	position: absolute;
	z-index: 2;
	content: attr(data-tooltip);
	bottom: 100%;
	max-width:200px;
	width:200px;
	left: 50%;
	padding: 0.5em 1em;
	color: white;
	font-size: 1em;
	line-height: 1.7em;
	background-color: rgb(0, 0, 0);
	transition: transform 0.2s ease-out;
	opacity: 0;
	transform: translate(-50%, 0);
	pointer-events: none;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
[data-tooltip]:after {
	position: absolute;
	z-index: 3;
	display: block;
	bottom: 100%;
	left: 50%;
	content: "";
	width: 10px;
	height: 10px;
	background-color: rgb(0, 0, 0);
	margin-bottom: -4px;
	transform: translate(-50%, 0) rotate(45deg);
	transition: transform 0.2s ease-out;
	opacity: 0;
	pointer-events: none;
}
[data-tooltip].break:before {
	white-space: normal;
	width: 360px;
}


.posprzew{
	color: white;
	width: 80%;
	margin: 0 auto;
	  margin-bottom: 0px;
	background: rgba(227, 97, 37, 0.55);
	max-width: 1200px;
	margin-bottom: 10px;
	padding: 5px;
	backdrop-filter: blur(10px);
}
.posprzewp{
	text-align: center;
	width: 100%;
	background: rgba(227, 97, 37);
	color:white;
	margin-bottom: 10px;
	padding: 5px;
}
@media (max-width: 960px) {
	.posprzew {
		width: 90%;
	}
}
@media (max-width: 750px) {
	.posprzew {
		width: 90%;
	}
}
.posprzeh{
	font-weight: bold;
}
.posprzet{

}

.items {

}
.items .item div.text{
	text-align: justify;
}
.items .item:nth-child(odd) img{
	float:left;
	margin:10px 10px 10px 0;
}
.items .item:nth-child(even) img{
	float:right;
	margin:10px 0 10px 10px;
}
.items .item div.text img{
	width:50%;
}
.items .item div.image{
	display: inline;
}
.items .item div.image img{
	
}
@media (max-width: 750px) {
	.items .item div.image{
		display: block;
		text-align: center;
	}
	.items .item div.text img {
		float:none;
		width:80%;
		clear:both;
	}
}