/* @import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */


/* todo https://webkit.org/blog/7929/designing-websites-for-iphone-x/ */
/*@import url('../../www/pub/css/dropdown.css');*/


*{box-sizing:border-box;padding:0;margin:0;outline:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
  /*body {overflow:hidden;}*/


body {
	overflow:auto;
	font-display: auto;
	/*font-family: 'Open Sans', sans-serif;	*/
	-webkit-text-size-adjust: 100%;
	color: white;
    font:  normal  16px / 26px "Montserrat", sans-serif, Helvetica, Arial, Verdana, sans-serif;
	font:  normal  min(max(14px,1.05vw),17px) / min(max(20px,1.75vw),28px) "Montserrat", sans-serif, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
	word-spacing: normal;
	color: #231f20;
    background: white;

}

#wrapper {
	position:relative !important;
	overflow:auto !important!;
	/*height:auto !important;
	margin-top:0 !important;*/
	min-height:100vh;
}

.default-text {
    font:  normal  16px / 26px  "Roboto" , HelveticaNeue, Arial, sans-serif;
    font:  normal  min(max(14px,1.05vw),17px) / min(max(20px,1.75vw),28px) "Roboto" , HelveticaNeue, Arial, sans-serif;
}

.overflow-hidden {
    overflow: hidden !important;
}

h2 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

.bg-contain {
    background-size: contain !important;
}

.bg-bottom {
   background-position:bottom !important;
}

.fullscreen .bg-bottom {
	background-position:center !important;
}



video {
  object-fit: cover;
}


.lightbox.show #Video-Camping-Barcelona {
    width: 100vw;
    max-width: 1280px;
}


/*
-----------------
DOWNLOAD ICON
-----------------
*/

.download-icon {
    padding-left: 30px;
    position: relative;
}

.download-icon:before {
    content:"";
    background-image: url(../img/icons/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(68%) sepia(77%) saturate(384%) hue-rotate(30deg) brightness(100%) contrast(84%); /*https://codepen.io/sosuke/pen/Pjoqqp*/
    display: inline-block;
    position: absolute;
    height:20px;
    width:20px;
    left: 0;
    top: -2px;
}

/*
-----------------
BIG BUTTON
-----------------
*/
a.btn-xl {
    display:block;
    text-align:center;
    padding: 25px;
    padding: 5vmin;
    padding: 40px;
    padding: min(max(15px, 4vw), 50px);
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 25px;
    font-size: min(max(16px, 2.5vw), 30px);
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aed03f+0,aed03f+49,8daf36+50,8daf36+100 */
background: rgb(174,208,63); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(174,208,63,1) 0%, rgba(174,208,63,1) 49%, rgba(141,175,54,1) 50%, rgba(141,175,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(174,208,63,1) 0%,rgba(174,208,63,1) 49%,rgba(141,175,54,1) 50%,rgba(141,175,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(174,208,63,1) 0%,rgba(174,208,63,1) 49%,rgba(141,175,54,1) 50%,rgba(141,175,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed03f', endColorstr='#8daf36',GradientType=0 ); /* IE6-9 */
border-radius: 10px;
     text-shadow: 1px 1px black;
}

a.btn-xl:hover {
    text-decoration: none;
}

/* ------------ */

.download-icon:hover:before {
     filter: invert(7%) sepia(10%) saturate(633%) hue-rotate(295deg) brightness(94%) contrast(87%); /*https://codepen.io/sosuke/pen/Pjoqqp*/
}

/*
@media only screen and (max-device-width: 768px) {
	.lightbox.show #Video-Camping-Barcelona {
    height: 100vh;
    }
}
*/

/* titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    color: #abcd3e;
   /* font-weight: normal;*/
	text-transform:none;
	text-align:center;
}


/* .sep */
.sep {
    border-top:1px solid #e0e0e0;
    margin:25px 0
}


/* header */
header {
   text-align: center;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 1;
    left: 0;
    position: absolute;

}

header .langs {
    right: 20px;
    position: absolute;
   /* border: 1px solid black; */
    border: 1px solid white;
    border-radius: 10px;
    top: 20px;
    /*background: rgba(0,0,0,.5);*/
    background: rgba(255,255,255,.7);
    font-size: 0.9em;
    min-height: 38px;
    box-sizing: content-box;
}

header .langs * { line-height: 28px }

header .langs:hover {
    /*background: rgba(255,255,255,.5);*/
    width: 160px;
    /* border-radius:0; */
    text-align: left;
}

header .langs a {
    padding: 5px 15px 5px 40px;
    /*color: white;*/
    color: black;
}

header .langs a:hover {
    text-decoration:none;
}

.langs .dropdown-content {
    right: 0;
}

.langs .dropdown-content ul {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}


.langs .dropdown-content ul li.lang-en {
   order: 1;
}

.langs .dropdown-content ul li.lang-ca {
   order: 2;
}

.langs .dropdown-content ul li.lang-es {
   order: 3;
}

.langs .dropdown-content ul li.lang-fr {
   order: 4;
}

.langs .dropdown-content ul li.lang-de {
   order: 5;
}

.langs .dropdown-content ul li.lang-nl {
   order: 6;
}

.langs .dropdown-content ul li.lang-it {
   order: 7;
}




/*.langs li a:hover,
.langs .dropdown:hover .dropbtn {
    display: block;
    text-align: left;
}
*/

.dropdown-content {
    background: transparent;
    /*font-size: 0.9em;*/
    width: 160px;
    /*border: 1px solid white;*/
    border-radius: 0 0 10px 10px;
    position: relative;
}

.dropdown-content a {
    width: calc(100% - 2px);
}
.dropdown-content a:hover {
    background-color: rgba(0,0,0,.7);
}

.dropdown li a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    text-align: left;
    color: white;
}
.dropdown:hover .dropbtn {
   border-radius: 10px 10px 0 0;
}

/*
.dropdown li:last-child a:hover {
    border-radius: 0 0 10px 10px;
}
*/
/*
header .contact-us {

text-align: right;
position: absolute;
right: 20px;
}

header .contact-us a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 3px black;
    font-size:1em;
    display:block;
}


header .contact-us a:hover {
    color:#abcd3e;
}


header .contact-us a.phone {
    font-size:1.3em;
    margin-bottom: -5px;
}
*/
/*

header #brand {
	width:100%;
	width:calc(100% - 40px);
	max-width:329px;
	max-width:calc(329px - 40px);
	margin:20px;

}
*/

/*
-----------------
NAVIGATION
-----------------
*/

nav {

    background:#424242ee;
	font-family: 'Montserrat', serif;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 11;

}

nav ul {
	    list-style: none;
	    display: flex;
	    justify-content: space-around;
	    max-width: 1000px;
	    margin: auto;
	    padding: 0 20px;
}

nav ul li {
    padding: 0;
    transition: background 0.5s;
}

nav ul a {
	    text-decoration:none !important;
		font-size: 15px;
		color: white;
		display:block;
        transition: color 0.5s;
}

nav ul a *:first-child {
	padding: 15px 5px;
	display:block;
}

nav ul li:hover {
    background: #eee;
}

nav ul li:hover a {
    color: #424242;
}


/*
-----------------
SCROLLBARS
-----------------
*/

/* https://www.digitalocean.com/community/tutorials/css-scrollbars */
* {
  scrollbar-width: thin;
  /*scrollbar-color: blue orange;*/
  scrollbar-color: #aaaaaa transparent;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
*::-webkit-scrollbar-track {
  /*background: orange;*/
    background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 20px;
  /*border: 3px solid orange;*/
  border: none;
}
/*
nav {
   scrollbar-color: #cccccc transparent;
}

nav::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}
*/





/* alternate langs */
.alternate-langs {
    background: #f0f0f0;
    position: absolute;
    width: 100%;
    top: 0px;
    /* margin-top: -20px; */
}

.alternate-langs ul {
    display: table;
    width: auto;
    margin: auto;
}

.alternate-langs li {
    display: table-cell;
    /* padding: 5px; */
    height: 48px;
    vertical-align: middle;
}

.alternate-langs a {
    padding: 10px;
}

/* --- */
/*
a.read-more {
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 2px 5px;
    color: #555;
    margin-left: 5px;
    white-space:nowrap;

}

@media only screen and (min-width: 980px) {
		a.read-more {
		margin: 5px 0 0 5px;
		position: absolute;
		line-height: 20px;
		padding: 0 5px;
	}
}


*/


a.read-more:hover {
    color: white;
    background: #aaa
}


.intro-decorated {
    max-width: 640px;
    margin: 40px auto;
    border: 3px solid #accc47;
    border-radius: 10px;
    padding: 30px;
    padding: min(max(20px,2vw),40px);
}


/* --- */

.swiper-container {
   /* width: 100%;
    height: 100vh;
	max-height: 800px !important;
	*/
    width: 100%;
}

.swiper-container.carousel {
    height: calc(100vh - 180px);
    height: calc(100vh - min(max(150px,23vw),220px));
    max-height: 70vmin;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}

.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}


.swiper-pagination-bullet {
    /*width: 14px;
    height: 14px;
    background: rgba(0,0,0,.5);
    border: 1px solid white;*/
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.3);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #accc47;
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

/*
.gallery-top {
  height: calc(100vh - 100px);
  width: 100%;
}

.gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

*/

.inner {
	max-width:1200px;
	padding:20px;
	margin:auto;
	text-align:justify;
}

.inner.mini {
	max-width:780px;

}

/* --- */
.cols {
    display: flex;
    justify-content:space-between;
	text-align:left;
}

.cols2 > div {
    width:calc(50% - 20px);
}

.cols3 > div {
    width:calc(33.33% - 20px);
}

.cols4 > div {
    width:calc(25% - 20px);
}






/* --------------------------------------------------- */


.default-tpl > section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 3vw 0;
    border-top: 3px solid #accc47;
    padding-top: 3vw;
}

.default-tpl > section:last-child {
    border-bottom: 3px solid #accc47;
    padding-bottom: 40px;
    margin-bottom: 0;
}

/*
.default-tpl > section:even {
	background: red;
	}
*/
.default-tpl > section > div {
    width: 50%;
    padding: 0 3vw 0 0;
	/*line-height: 30px;*/
}

.default-tpl > section h3 {
    font-size: 30px;
    font-size: min(max(20px,2vw),35px);
    text-align: left;
    display: block;
    margin: 0 0 25px 0;
    margin: 0 0 min(max(20px,2vw),30px) 0;
	color: #accc47;
}

.default-tpl > section > div {
	background-size: cover;
	background-position:center;
}

.default-tpl > section > .image  {
        height: 300px;
		height: min(max(200px,30vw),400px);
        padding: 0 !important;
	}

.default-tpl > section:not(.fullscreen) > .image {
     cursor: pointer;
}

.default-tpl > section > .text > span {
    display:block;
}
.default-tpl > section > .text.ellipsis  {
        height: 300px;
		height: min(max(200px,30vw),400px);
        overflow: hidden;
        position: relative;
	}


.text.ellipsis a.button {
    position: absolute;
    z-index: 3;
    bottom: -20px;
    margin: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.text a.button.read-more-ellipsis {
    display:none;
}

.default-tpl > section .text.ellipsis a.button.read-more-ellipsis {
    display: block;
}

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

    .default-tpl > section .text.ellipsis a.button.read-more-ellipsis {
        margin-left: -1.5vw;
    }

    .default-tpl > section:nth-child(even) .text.ellipsis a.button.read-more-ellipsis {
        margin-left: 1.5vw;
    }

    .default-tpl.results-tpl > section .text.ellipsis a.button.read-more-ellipsis {
        margin: 0 !important;
    }

}



.text.ellipsis a.button.read-more-ellipsis > * {
    font-size: 0.8em !important;
    padding: 2px 15px;
}

.default-tpl > section > .text.ellipsis:after {
  content: "";
  width: 100%;
  height: 80px;
  height: min(max(50px,10vw),100px);
  position: absolute;
  bottom: 0;
  opacity: 1;
  z-index: 2;
  left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.75+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    transition: opacity 3s;
}




.default-tpl > section.fullscreen > .image {
    position: fixed;
    z-index: 9999;
    width: 100vw !important;
    height: 100vh !important;
    margin: auto;
    left: 0;
    top:0;
}

.default-tpl > section.fullscreen > .image .close {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    z-index: 2;
    font-size: 3em;
    border-radius: 20px;
    padding: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*
    background: rgba(0,0,0,.5);
    border: 1px solid white;
    */
}

.default-tpl > section.fullscreen > .image  {
    /*padding: 20px;*/
    background-color:rgba(0,0,0,1);
}
.default-tpl > section.fullscreen > .image .swiper-slide {
    background-size: contain;
	background-position:center;
    background-repeat: no-repeat;

}

.default-tpl > section > .image .swiper-container {
    height: 100%;
}



.default-tpl > section:nth-child(even) {
	flex-direction:row-reverse;
}

.default-tpl > section:nth-child(even) > div {
	padding: 0 0 0 3vw;
}





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

}


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

    .default-tpl:not(.mobile-responsive) > section {
		flex-direction: row-reverse !important;
		margin: 3vw 0 6vw 0;
	}

	.default-tpl:not(.mobile-responsive) > section > div  {
		width: 100%;
		padding: 3vw 0 !important;
        order:2;
	}

	.default-tpl:not(.mobile-responsive) > section h3 {
	margin: 0 0 2vw 0;
	}

	.default-tpl:not(.mobile-responsive) > section > .image  {
		height: 55vw;
        min-height: 200px;
        order:1;
	}


}


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


 }

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


     .default-tpl.mobile-responsive > section {
		flex-direction: row-reverse !important;
		margin: 3vw 0 6vw 0;
	}

	.default-tpl.mobile-responsive > section > div  {
		width: 100%;
		padding: 3vw 0 !important;
        order:2;
	}

	.default-tpl.mobile-responsive > section h3 {
	margin: 0 0 2vw 0;
	}

	.default-tpl.mobile-responsive > section > .image  {
		height: 55vw;
        min-height: 200px;
        order:1;
	}

}



 @media only screen and (max-width: 380px) {
     .swiper-pagination {
         display:none;
     }

 }


@media only screen and (max-device-width: 768px) and (orientation: portrait) {
	/*.swiper-container.carousel {
	   max-height: 400px !important;
	   height: 50vh !important;
	}*/
}




/* results-tpl, results-tpl.mobile-responsive  */
@media screen and (min-width: 821px) {

    .default-tpl.results-tpl:not(.mobile-responsive) > section {
        flex-direction:row-reverse !important;
    }

    .default-tpl.results-tpl > section > div.image {
        width: 30%;
        height: 150px;
        height: min(max(100px,18vw),200px);
    }
    .default-tpl.results-tpl > section > div.text {
        width: 70%;
        padding: 0 0 0 3vw !important;
    }
    .default-tpl.results-tpl > section > .text.ellipsis {
        height: 150px;
        height: min(max(100px,18vw),200px);
    }

}


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

    .default-tpl.results-tpl.mobile-responsive > section {
        flex-direction:row-reverse !important;
    }

    .default-tpl.results-tpl > section > div.image {
        width: 30%;
        height: 150px;
        height: min(max(100px,18vw),200px);
    }
    .default-tpl.results-tpl > section > div.text {
        width: 70%;
        padding: 0 0 0 3vw !important;
    }
    .default-tpl.results-tpl > section > .text.ellipsis {
        height: 150px;
        height: min(max(100px,18vw),200px);
    }
}

/* --- */



.dashed-border {
	padding:10px;
	border:1px dashed #ebebeb;
	background:white;
	margin:10px 0;
}


.boxed {
    border:1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px auto;
    line-height: 1.8em;
}

a {
    color: #accc47;
    text-decoration: none;
}

a:hover {
    color: #222;
    text-decoration: underline;
}

.small {
    font-size: 0.8em;
}

.m10 {	margin: 10px; }
.mt10 { margin-top:10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left:10px; }
.mr10 { margin-right: 10px; }

.m20 {	margin: 20px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left:20px; }
.mr20 { margin-right: 20px; }

.m30 {	margin: 30px; }
.mt30 { margin-top:30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left:30px; }
.mr30 { margin-right: 30px; }

.m40 {	margin: 40px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom: 40px; }
.ml40 { margin-left:40px; }
.mr40 { margin-right: 40px; }

.m50 {	margin: 50px; }
.mt50 { margin-top:50px; }
.mb50 { margin-bottom: 50px; }
.ml50 { margin-left:50px; }
.mr50 { margin-right: 50px; }

.m100 {	margin: 100px; }
.mt100 { margin-top:100px; }
.mb100 { margin-bottom: 100px; }
.ml100 { margin-left:100px; }
.mr100 { margin-right: 100px; }

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }

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


/*
-----------------
MENU
-----------------
*/



#menu-toggle {
	padding: 3px 5px;
	width: 40px;
	height: 40px;
	display: block;
	/* display: none; */
	position: absolute;
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 9999;
	background: rgba(255,255,255,.7);
	transition: left 0.5s, border-radius 0.5s, background-color 0.5s, box-shadow 0.5s, color 0.5s;
	box-shadow: 0 0 0 1px #424242;
	border-radius: 10px;
	cursor: pointer;
}
/*
#menu-toggle.stick {
    top:20px;
    position: fixed;
}*/
#menu-toggle .bar1, #menu-toggle .bar2, #menu-toggle .bar3 {
  width: 30px;
  height: 2px;
  background-color: #424242;
  margin: 7px 0;
  background-color 0.5s;
}

body.menu-opened #menu-toggle > div {
  width: 28px;
}

body.menu-opened #menu-toggle .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: white;
}

body.menu-opened #menu-toggle .bar2 {opacity: 0;}

body.menu-opened #menu-toggle .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
  background-color: white;
}

body.menu-opened #menu-toggle {
    left:275px;
	left:min(max(250px,70vw),300px);
    border-radius: 0 10px 10px 0;
    background-color: #424242;
    box-shadow: none;
}



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

	/*#menu-toggle {
		display:block;
	}*/
	nav {
        width: 275px;
		width: min(max(250px,70vw),300px);
		height: 100%;
		position: fixed;
		padding:20px;
		overflow-y: auto;
        left: calc(0px - 275px);
		left: calc(0px - min(max(250px,70vw),300px));
        z-index: 9999;
        transition: left 0.5s;
	}

	body.menu-opened nav {
		left:0;
	}

	nav ul {
		flex-direction: column;
		padding:0px;

	}

	nav ul li {
		padding: 0px;
		border-bottom:1px solid white;
	}

	nav ul li:last-child {
		border-bottom:none;
	}

/*}*/


/*
-----------------
BUTTONS
-----------------
*/

a.button {
    padding: 20px;
    text-decoration:none;
    margin: 20px auto;
    cursor: pointer;
}
a.button span {
    background:#abcd3e;
    padding: 5px 20px;
    color: white;
    text-decoration:none;
    /*font-family: "Cinzel", Helvetica, Arial, Verdana, sans-serif;*/
    font-weight:100;
    font-size:14px;
	white-space: nowrap;
    display:inline-flex;
    border-radius: 10px;
}



a.button span:hover {
    background: #231f20;
}

a.button.style2 span {
    padding: 10px 15px;
    font-size: 14px;
}

a.button.negative span {
    background:rgb(176, 201, 0);
}

a.button.negative:hover span {
     background: white;
	 color:black;
}


a.button.center {
	padding: 0 !important;
    margin: auto !important;
	display:table;
}


/*
-----------------
LIGHTBOX
-----------------
*/


.lightbox.hide {
    display:none;
}

.lightbox.show {
    display:block !important;
}

.lightbox.show {
    position: fixed;
    z-index: 9999;
    width: 100vw !important;
    height: 100vh !important;
    margin: auto;
    left: 0;
    top:0;
    background-color:rgba(0,0,0,0.9);
}

.lightbox > .close {
    display: none;
}

.lightbox.show > .close {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    z-index: 2;
    font-size: 3em;
    border-radius: 20px;
    padding: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lightbox.show > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* --------------------------------------- */
.logo {
    position: relative;
	height:min(max(110px,19vw),180px);
}

.logo img {
    /* width: 100%; */
    width: 278px;
    width: min(max(150px,27vw),278px);
    margin-top: 10px;
    margin-bottom: 10px;
}


/* --- covid --- */

.covid-btn a {
    font-size: 12px;
    font-size: min(max(10px,0.9vw),13px);
    position: absolute;
    right: 0;
    /* background: #abcd3e; */
    padding: 20px;
    border-radius: 5px;
    padding: calc(15px / 1.5) calc(15px / 2) calc(15px / 10) calc(15px / 2);
    padding: calc(min(max(10px,1.3vw),20px) / 1.5) calc(min(max(10px,1.3vw),20px) / 2) calc(min(max(10px,1.3vw),20px) / 10) calc(min(max(10px,1.3vw),20px) / 2);
    /* top: calc(0px - calc(min(max(10px,1.3vw),20px))); */
    /* background: cornflowerblue; */
    color: #abcd3e;
    text-decoration: none;
    /* font-size: 0.8vw; */
    top: 35px;
    transform: translate(0,-100%);
    border: 1px solid #abcd3e;

    top: 65px;
    top: min(max(50px,5.5vw),80px);
    border-radius: 100%;
    width: 70px;
    width: min(max(55px,5.5vw),80px);
    height: 70px;
    height: min(max(55px,5.5vw),80px);

    line-height: 11px;
    line-height: min(max(9px,1.2vw),12px);
    box-shadow: 1px 1px 1px 1px #abcd3e;
}

@media screen and (max-width:820px) {
    .covid-btn a {
        box-shadow: 1px 1px 1px 0px #abcd3e;
    }
}

.covid-btn a img {
    width: 20px;
    width: min(max(17px,1.3vw),22px);
    margin: 0;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(0,-50%); */
    /* left: calc(min(max(18px,1.3vw),20px) / 2); */
    /* filter: invert(7%) sepia(1%) saturate(4421%) hue-rotate(288deg) brightness(104%) contrast(87%); */
    /* filter: invert(1); */
      filter: invert(68%) sepia(77%) saturate(384%) hue-rotate(30deg) brightness(100%) contrast(84%); /*https://codepen.io/sosuke/pen/Pjoqqp*/
    display: block;
    display: block;
    text-align: center;
    margin: 0 auto 3px;
    margin: 0 auto min(max(0px,0.2vw),5px);
}

.covid-btn a:hover {
    background: #231f20;
    filter: invert(1);
}

/* --- //covid --- */


.page-title h1 {
    font-size: 60px;
    font-size: min(max(25px,4.6vw),75px);
    line-height:  60px;
    line-height:  min(max(25px,4.6vw),75px);
}

.page-subtitle h2 {
    font-size: 30px;
    font-size: min(max(15px,3vw),45px);
    line-height: 30px;
    line-height: min(max(15px,3vw),45px);
    color: #231f20;
    font-weight: normal;
}




/* --------------------------------------- */

.swiper-button-prev, .swiper-button-rtl, .swiper-button-next {
    background-image: url(../img/icons/arrow-down.svg);
    /*background-color: rgba(255,255,255,.5);*/
    background-repeat: no-repeat;
    filter: invert(1);
    transform: rotate(90deg) translateY(-50%);
    /*border-radius: 40px;*/
    top: 50%;
    /*border: 1px solid black;*/
    background-size: 90%;
    background-position: 50% 55%;
    left: -20px;
    right: auto;
   /* width: calc(35px * 0.9);
    height: calc(50px * 0.9);*/
    width: 40px;
    width: min(max(30px,10%),50px);
    height: 30px;
}

.swiper-button-prev:after,
.swiper-button-rtl:after,
.swiper-button-next:after {
    display:none;
}

.swiper-button-next {
    transform: rotate(270deg) translateY(-50%);
    right: -20px;
    left: auto;
}


/*
-----------------
PARTNERS
-----------------
*/

#partners {
    display: flex;
    width: 100%;
    /* flex-direction: row; */
}

#partners > div {

   /* align-items: center; */
   align-self: center;
   margin: 10px;
   margin: 0 15px;
   margin: 0 min(max(5px,1.2vw),20px);
}

#partners > div:first-child {
   margin-left: 0px;
}

#partners > div:last-child {
   margin-right: 0px;
}

.logo-adac {
    width: 10%;
}

.logo-anwb {
    width: 10%;
}

.logo-pin-camp {
    width: 15%;
}

.logo-tripadvisor {
    width: 16%;
}

.logo-unicef {
    width: 15%;
}

.logo-eco-friendly {
    width: 16%;
}

.logo-pet-friendly {
    width: 16%;
}


@media screen and (max-width:640px) {
    #partners {
        flex-wrap: wrap;
    }

    #partners > div {
        width: 30%;
        order: 3;
        margin: 2%;
    }
    #partners > div:nth-child(1),
    #partners > div:nth-child(5){
    margin-left: 0px;
    }
    #partners > div:nth-child(3),
    #partners > div:nth-child(7){
    margin-right: 0px;
    }
    .logo-tripadvisor {
        margin: 0 30% !important;
        order: 0 !important;
        width: 40% !important;
    }
    .logo-adac img {
    width: 75%;
    margin: auto;
    display: block;
    }
    .logo-anwb {
        order: 1 !important;
        position: relative;
    }
    .logo-anwb img {
        width: 78%;
        display: block;
        /* position:absolute; */
        /* bottom:0; */
    }

    .logo-pin-camp img {
        width: 100%;
        margin: auto;
        display: block;
        margin-top: 8%;
    }


    .logo-unicef img {
        width:95%;
        display: block;
        margin: auto;
    }

    .logo-eco-friendly img {
        width: 80%;
        display: block;
        margin: auto;
    }
    .logo-pet-friendly img {
        width: 80%;
        display: block;
        margin: auto;
    }
}



/*
-----------------
"FOOTER" LINKS (SITEMAP)
-----------------
*/

#sitemap {
	background: #424242;
}

#sitemap .inner {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
}

#sitemap .inner > div {
	width: 20%;
    flex: 1 1 250px;
    margin: 17px 0;
    margin: min(max(15px,1.4vw),18px) 0;
    margin-right: 20px;
}



#sitemap h3 {
    color: white;
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    font-size: min(max(15px,1.4vw),18px);

    margin-bottom: 17px;
    margin-bottom: min(max(15px,1.4vw),18px);
    border-bottom: 2px solid;
    display: inline-block;
}

#sitemap a {
	text-decoration:none;
	color: white;
    font-size: 15px;
    font-size: min(max(14px,1.4vw),16px);
    display: block;
}

#sitemap a:hover span {
	text-decoration:underline;
	opacity: 0.5;
}

#sitemap a:hover h3 {
    background: rgba(255,255,255,.2);
}


#sitemap ul {
    margin-bottom:33px;
    margin-bottom: min(max(30px,2.8vw),36px);
}

#sitemap ul + ul {
    margin-top: -25px;
}

#sitemap ul li {
    list-style: none;
    line-height: 20px;
}
#sitemap a {
   text-align: left !important;
}



/*
-----------------
FOOTER
-----------------
*/


footer {
    background: #abcd40;
    padding: 50px 0;
    font-size: 1em;
}

footer a, footer h4 {
    text-decoration: none !important;
    color: #000000;
}

footer a:hover {
    color: white;
}

footer h4  {
    font-size: 1.7em;
    line-height: 1.2em;
}

#camping-location {
    opacity: 0.5;
    text-align: center;
    line-height: 1em;
    margin: 10px 40px;
}

footer .footer-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-wrap: wrap;
}

footer .footer-links a {
    padding-left: 40px;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
}



footer .footer-links a:before {
    content: "";
    width: 32px;
    height: 32px;
    background-size: cover;
    display: block;
    position: absolute;
    margin-left: -40px;
    transform: translate(0,-50%);
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
}




footer .footer-links a.location:before {
    background-image: url('../img/icons/location.svg');
    width: 40px;
    height: 40px;
}


footer .footer-links a.phone:before {
    background-image: url('../img/icons/phone2.svg');
    background-size: 90%;
}

footer .footer-links a.whatsapp:before {
    background-image: url('../img/icons/whatsapp.svg');
}

footer .footer-links a.email:before {
    background-image: url('../img/icons/email.svg');
}

footer .footer-links a.web:before {
    background-image: url('../img/icons/world.svg');
}

footer .footer-links a:hover:before {
    filter: invert(100%);
}


footer .legal {
    font-size: 0.8em;
    text-align: center;
    margin-top: 50px;
}


@media only screen and (max-width: 1280px) {
    footer .footer-links {

        width: 75%;

    }

    footer .footer-links a {
        margin: 15px 0;
        line-height: 20px;
        max-width: 420px;
        flex: 1 1 50%;
    }

    footer .footer-links a.location:before {
        margin-left: -44px;
    }

}

@media only screen and (max-width: 880px) {
    footer .footer-links {
        flex-flow: column;
        width: 60%;
    }

   /* footer .footer-links a {
        margin: 15px 0;
        line-height: 20px;
        max-width: 420px;
    }

    footer .footer-links a.location:before {
        margin-left: -44px;
    }*/

}


@media only screen and (max-width: 540px) {
    footer .footer-links {
        width: 90%;
    }
}



footer .cgv {
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    width: auto;
    display: table;
    margin: 60px auto 20px auto;
    border-radius: 10px;
}
footer .cgv:hover {
    background: rgba(0,0,0,.5);
    }

footer .cgv a {
    padding: 10px 20px;
    display: block;
}


/* ----------------------------------------------------------------- */

body.menu-opened input.btn_edit {
    background: #ccc;
    color: #424242;
}


/* ----------------------------------------------------------------- */

 @media only screen and (max-width: 640px) {
     /*header .langs {
         background: rgba(255,255,255,.7);
     }*/

     header .langs * {
        font-size:0 !important;
    }

    header .langs a {
    padding: 5px 15px 5px 29px;
    }

    header .langs:hover {
        width:auto;
    }
     .dropdown-content {
        min-width: 100%;
        width: 100%;
     }

 }


/* ------------- */

#sendEditable {
    display: none;
}
#sendEditable .btn_panel {
    display: none !important;
}

