@charset "UTF-8";

/* Definizione varibili */
:root {
  --forelle-color: #3294DB;
  --wurdengeja-color: #FB7268;
  --ronch-color: #FDAE38;
  --grey-color: #5d5b58;
  --forelle-font: font-family: 'Segoe UI', sans-serif;
  --wurdengeja-font: font-family: 'Segoe UI', sans-serif;
  --ronch-font: font-family: 'Segoe UI', sans-serif;
  --bianco-color: #ffffff;
  --principal-h2-size: 70px;
  --primary-font: 'Segoe UI', sans-serif;
  --secondary-font: proxima-nova-condensed, sans-serif;
  --link-color: #3d3b38;
  --link-color-hover: #8c8f91;
}

/* azzero model box */
* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  width: 100%;
}

body {
  color: #686057;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* definisco colori e font*/
.color_forelle {
  color: var(--forelle-color) !important;
}

.color_ronch {
  color: var(--ronch-color) !important;
}

.color_wurdengeja {
  color: var(--wurdengeja-color) !important;
}

.font_forelle {
  font-family: 'Segoe UI', sans-serif;
}

.font_wurdengeja {
  font-family: 'Segoe UI', sans-serif;
}

.font_ronch {
  font-family: 'Segoe UI', sans-serif;
}

.show_mobile {
  display: none;
}

.hidden_mobile {
  display: block;
}

.contento_slide h1 {
  font-family: 'Segoe UI', sans-serif;  
  font-weight: 700;
}

.contento_slide h2,
.contento_slide h1 {
  color: var(--bianco-color);
}

.contento_slide h2 {
  font-size: 100px;
  margin: 40px 0;
}

.contento_slide h4 {
  font-family: dream-big-narrow, sans-serif;
  font-size: var(--principal-h2-size);
  color: var(--bianco-color);
}

.border_forelle {
  text-shadow: 3px 3px 6px var(--forelle-color);
}

.border_wurdengeja {
  text-shadow: 3px 3px 6px var(--wurdengeja-color);
}

.border_ronch {
  text-shadow: 3px 3px 6px var(--ronch-color);
}


.section_ronch {
  background-color: #0E3143;
}

.section_ronch h2,
.section_ronch p {
  color: var(--bianco-color) !important;
}

.italic_font {
  font-size: 22px;
  font-family: var(--primary-font);
  font-style: italic;
  font-weight: 100;
  line-height: 50px;
}

.parag_home {
  font-size: 16px;
  font-weight: 100;
}

.riga_appartamenti {
  align-items: center;
}

.colonna_appartamenti {
  margin: 80px 0;
  align-items: center;
}

.hero__slider {
  position: relative;
}

.contento_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hide {
  display: none;
}

#largheza {
  width: 100% !important;
  max-width: 156px !important;
}

.description__image .col-12 {
  padding-right: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--link-color);
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

h1,
h2,
h3,
a {
  font-family: var(--primary-font);
  font-weight: 400;
}

h1,
h2 {
  letter-spacing: 4px;
}

h3,
h4,
h6 {
  letter-spacing: 0.5px;
}

h4,
h5,
h6 {
  font-family: var(--secondary-font);
  font-weight: 400;
}

h1 {
  font-size: 42px;
  color: #686057;
}

h2 {
  font-size: 43px;
  color: #2c2b2a;
  line-height: 69px;
}

h3 {
  font-size: 22px;
  font-style: italic;
  color: var(--grey-color);
  line-height: 35px;
}

h4 {
  color: #686057;
  font-size: 11px;
  text-transform: none;
}

h5 {
  color: var(--link-color-hover);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h6 {
  color: var(--grey-color);
  font-size: 12px;
  text-transform: uppercase;
}

p,
label,
li {
  color: #4b4646;
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 32px;
}

a {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.groden_corsivo {
  text-align: center;
  position: relative;
  margin-top: 90px;
  width: 50%;
  right: -25%;
}

.groden_corsivo h2 {
  color: var(--bianco-color);
  font-family: var(--secondary-font);
  font-weight: 500;
  margin-top: -5%;
  line-height: 1;
  letter-spacing: 4px;
}

.groden_corsivo h3 {
  font-family: adobe-handwriting-ernie, sans-serif !important;
  color: var(--link-color);
  font-size: 50px;
}

.apartment_description h2 {
  color: var(--bianco-color);
}

.apartment_description h4 {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 700;
}

.apartment_description p {
  color: var(--bianco-color);
}

.apartment_description li {
  color: var(--bianco-color);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--grey-color);
}

.apartment_description li a {
  color: var(--bianco-color);
}

.groden_text h1,
.groden_text p {
  color: var(--bianco-color);
}

.groden_text .button-content {
  background-color: transparent;
  color: var(--bianco-color);
}

.circle h3 {
  font-size: 15px;
  color: var(--bianco-color);
  margin-right: 10%;
}

.circle_preise h3 {
  font-size: 30px;
  color: var(--bianco-color);
}

.description_text h5 {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.description_apartment li {
  color: var(--link-color-hover);
  font-size: 17px;
  font-family: var(--secondary-font);
  font-weight: normal;
}

.groden_service h1,
.groden_service h4,
.groden_service h5,
.groden_service h3,
.groden_service p,
.groden_service h6,
.footer h3,
.footer h4 {
  color: var(--bianco-color);
}

.footer {
  text-align: center;
}

.footer h3 {
  font-style: normal;
}

.footer h4 {
  font-size: 15px;
  font-style: italic;
  text-transform: inherit;
  margin-top: 50px;
}

.footer a {
  color: var(--link-color);
}

.footer p {
  color: var(--bianco-color);
}

.link_appartamenti {
  color: var(--bianco-color);
}

.menu li a {
  font-weight: 500;
  font-size: 32px;
  font-style: normal;
  line-height: 85px;
  letter-spacing: 1px;
}

.menu li a .menu_child li a {
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 5px;
}

.flex-column.menu {
  line-height: 85px;
  margin-top: 20%;
}

.flex-column.menu .current_menu_item a {
  color: var(--link-color);
}

.button-top,
.button-content__forelle,
.button-content__ronch,
.button-content__wurdengeja,
.button-content,
.button-apartment {
  font-family: var(--secondary-font);
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}

.button-apartment {
  margin: 10px 0;
  background-color: var(--link-color);
  color: var(--bianco-color);
  border: 2px solid var(--link-color);
  text-decoration: none;
  padding: calc(1px + 0.2vw) calc(5px + 0.2vw) !important;
  display: block;
  min-width: calc(20px + 6.4vw) !important;
}

.button-top {
  color: var(--bianco-color);
  background-color: var(--link-color);
  padding: 0 12px;
  float: right;
  margin-right: 65px;
  min-width: 150px;
	min-height: 50px;
}

.button-content {
  color: #686057;
  background-color: var(--bianco-color);
  padding: 20px 30px;
  border: 3px solid var(--link-color);
}

.button-content__forelle,
.button-content__ronch,
.button-content__wurdengeja {
  color: var(--bianco-color);
  padding: 13px 70px 13px 12px;
  position: relative;
}

.button-content__forelle {
  border: 5px solid var(--forelle-color);
  background-color: var(--forelle-color);
}

.button-content__ronch {
  background-color: var(--ronch-color);
  border: 5px solid var(--ronch-color);
}

.button-content__wurdengeja {
  background-color: var(--wurdengeja-color);
  border: 5px solid var(--wurdengeja-color);
}

.button-content__forelle svg,
.button-content__ronch svg,
.button-content__wurdengeja svg {
  position: absolute;
  right: -3px;
  top: -3px;
  fill: var(--bianco-color);
}

.button-top:hover {
  color: var(--link-color);
  background-color: var(--bianco-color);
  border: 2px solid var(--link-color);
  transition: 0.5s;
}

.button-content:hover {
  color: var(--bianco-color);
  background-color: var(--link-color);
  transition: 0.5s;
}

.button-content__forelle:hover,
.button-content__ronch:hover,
.button-content__wurdengeja:hover {
  color: #0E3143;
}

.button-content__forelle:hover svg {
  fill: var(--forelle-color);
  background-color: var(--bianco-color);
}

.button-content__ronch:hover svg {
  fill: var(--ronch-color);
  background-color: var(--bianco-color);
}

.button-content__wurdengeja:hover svg {
  fill: var(--wurdengeja-color);
  background-color: var(--bianco-color);
}

.button-apartment:hover {
  color: var(--link-color);
  background-color: var(--bianco-color);
  border: 2px solid var(--link-color);
  transition: 0.5s;
}

.button-gallery,
.selected {
  font-size: 17px;
  font-style: normal;
  letter-spacing: 3px;
  color: #686057;
  padding: 4px 15px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 3px;
  border: 1px solid var(--link-color);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-weight: 700;
}

.button-gallery {
  background-color: #bda869;
}

.button-gallery:hover,
.selected {
  background-color: var(--bianco-color);
  transition: 0.5s;
}

/* Display none desktop */
.menu-mobile,
.header-section .logo_mobile,
.header-section #languages-mobile,
.hero__slider_mobile,
.wide_gallery {
  display: none;
}

/*Burger botton*/
.hamburger-box {
  border: 2px solid var(--grey-color);
  position: absolute;
  height: 50px;
  width: 50px;
  right: 0;
}

.hamburger {
  float: right;
  padding: 0;
}

.hamburger .hamburger-inner {
  background-color: var(--grey-color);
  height: 2px;
  width: 30px;
  left: calc(50% - 15px);
  top: calc(50% + 1px);
}

.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  background-color: var(--grey-color);
  height: 2px;
  width: 20px;
  left: calc(50% - 15px);
}

.hamburger .hamburger-inner::after {
  bottom: -8px;
}

.hamburger .hamburger-inner::before {
  top: -8px;
}

.hamburger.is-active .hamburger-inner {
  background-color: var(--grey-color);
  width: 30px;
}

.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: var(--grey-color);
  height: 2px;
  width: 30px;
}

.button-social {
  background-color: var(--link-color);
  padding: 12px 10px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.button-social svg {
  fill: var(--bianco-color);
  stroke: var(--bianco-color);
  width: 25px;
  height: 25px;
}

.button-social:hover {
  background-color: var(--bianco-color);
}

.button-social:hover svg {
  fill: var(--link-color);
  stroke: var(--link-color);
}

.button-maps {
  background-color: var(--link-color);
  padding: 12px 10px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.button-maps svg {
  width: 25px;
  height: 25px;
}

.button-maps:hover {
  background-color: var(--bianco-color);
}

.carousel__button {
  background-color: var(--link-color);
}

/* Banner collegato ai cookie */
.overlay-banner {
  background: rgba(91, 89, 89, 0.699);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: all;
  transition: all 2s ease-in-out;
}

.cont-cookie-banner {
  background-image: url("../fotos/popup.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  padding: 2em;
  border-radius: 20px;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.banner_background {
  background-image: url("../fotos/bannerbackground.jpg");
  padding: 6%;
  opacity: 0.8;
}

.cont-cookie-banner p {
  color: #272525;
  width: 100%;
}

/* questa è la classe che come vedi parte dall'html per andare ad interagire con l'elemento che vuoi gestire in questo caso l'overlay-banner così quando é presente il cookier --> cookieNewsletter il banner non c'è   */
.cookieNewsletter .overlay-banner {
  display: none;
  pointer-events: none;
}

.linea-uno,
.linea-due {
  width: 100%;
  height: 2px;
  background-color: #686057;
}

.croce {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -6%;
  right: -4%;
}

.linea-uno {
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
}

.linea-due {
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
}

.non-vedo {
  opacity: 0;
}

/* Form contatto*/

.form_contatto {
  margin: 25px 0;
}

.form_contatto h2 {
  text-align: center;
}

.form_contatto .submit-button {
  margin: 0 auto !important;
  display: block !important;
  padding: 15px !important;
  width: 100% !important;
  max-width: 200px !important;
}

.form_contatto .btn {
  border-radius: 0;
  border: 0.5px solid var(--bianco-color) !important;
  background-color: var(--link-color);
  text-transform: uppercase;
  padding: 12px 90px;
  transition: all .5s;
  font-family: var(--primary-font);
  font-size: 14px;
  letter-spacing: 2px;
}

.condizioni li {
  display: list-item;
  list-style-position: inside;
  padding: 10px 15px;
}

.input-group-append {
  display: flex;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-right: 15px;
}

.form-group {
  margin-bottom: 1rem;
  margin-right: 15px;
}

.form-group a {
  color: var(--link-color);
}

/** Header **/
.corrente .child-menu{
  color: #000 !important ;
}

.logo_top img{
  max-height: 80px;
}

.logo_holiday{
  max-width: 250px;
}

.open {
  display: block;
}

.link_home {
  display: inline-block;
}

.scorrimento {
  overflow: hidden;
}

.nav-bar {
  position: relative;
  z-index: 2;
  height: 90px;
  border-bottom: 1px solid var(--link-color);
}

.overlay {
  z-index: 100;
  position: fixed;
  background: var(--bianco-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 1;
}

.overlay img {
  height: 100vh;
  object-fit: cover;
}

.overlay li {
  margin-right: 50%;
}

.overlay .menu {
  text-align: right;
}

.overlay .menu_child {
  text-align: left;
}

.overlay .menu_child li {
  margin-right: 0;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}

.header-section {
  position: fixed;
  width: 100vw;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--bianco-color);
  border-bottom: 1px solid var(--link-color);
}

.header-section #logo svg {
  width: auto;
  height: 82px;
  fill: #000 !important;
}

.header-section .menu {
  position: relative;
  z-index: 9999;
}

.header-section .menu ul#languages li {
  padding-left: 0;
}

.header-section .menu #languages {
  float: left;
}

.header-section .menu #languages li {
  display: inline;
}

#languages_home {
    display: inline-flex;
    position: absolute;
    bottom: 10px;
    left: 25%;
}

.header-section .menu #languages a,
.header-section .menu .separator,
#languages_home a {
  color: #94a6a6;
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 2px;
}

.header-section .menu.flex-column a:hover {
  color: var(--link-color);
  transition: 0.5s;
}

.header-section .menu #languages a:hover,
.header-section .menu #languages .active {
  color: #686057;
  transition: 0.5s;
}

.header-section .right-menu {
  position: absolute;
  display: inline;
  top: 30%;
}

.transparent {
  background-color: transparent;
  border: none;
}

.transparent .hamburger-box {
  border: 1px solid var(--bianco-color);
}

.transparent a#logo svg {
  fill: var(--bianco-color);
}

.transparent .hamburger-inner {
  background-color: var(--bianco-color);
}

.transparent .hamburger-inner::after,
.transparent .hamburger-inner::before {
  background-color: var(--bianco-color);
}

.scorrimento .header-section,
.scorrimento .nav-bar {
  background-color: var(--bianco-color);
  border-bottom: 1px solid var(--link-color);
}

.scorrimento .transparent {
  background-color: var(--bianco-color);
  border-bottom: 1px solid var(--link-color);
}

.scorrimento .transparent .hamburger-box {
  border: 1px solid var(--grey-color);
}

.scorrimento .transparent .transparent a#logo svg {
  fill: #000 !important;
}

.small-menu .header-section {
  background-color: var(--bianco-color);
  border-bottom: 1px solid var(--link-color);
}

.small-menu .header-section .transparent a#logo svg {
  fill: #000 !important;
}

.small-menu .header-section .hamburger-box {
  border: 1px solid var(--grey-color);
}

.small-menu .header-section .hamburger-inner {
  background-color: var(--grey-color);
}

.small-menu .header-section .hamburger-inner::after,
.small-menu .header-section .hamburger-inner::before {
  background-color: var(--grey-color);
}

.header-section_white {
  background-color: var(--bianco-color);
}

.header-section_white .transparent .hamburger-inner,
.header-section_white .transparent .hamburger-inner::before,
.header-section_white .transparent .hamburger-inner::after {
  background-color: black;
}

.header-section_white .transparent .hamburger-box {
  border: 1px solid black;
}

.up {
  top: -90px;
  transition: all 1.5s ease;
}

.down {
  top: 0px;
  transition: all 1.5s ease;
}

a#logo {
  display: block;
  padding-top: 10px;
}

.oro {
  color: var(--link-color);
}

.menu {
  align-items: center;
}

.logo_apartment {
  width: 50%;
}

svg.logo_apartment_page {
  max-width: 200px;
}

ul.menu li a {
  color: #a8a4a4;
}

ul.menu .child-menu-ul {
  display: none;
  position: absolute;
  left: 60%;
  top: 25%;
  padding-left: 5%;
}

ul.menu .child-menu-ul li {
  margin-left: 0;
  margin-bottom: 50px;
}

ul.menu .child-menu-ul li a {
  color: #a8a4a4;
  font-size: 20px;
  line-height: normal;
}

ul.menu .child-menu-ul::before {
  background: var(--link-color);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: -180px;
  min-height: 400px;
  height: 80vh;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slide {
  position: relative;
}

.slide .slide__img,
.slide .slide__appartement__img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide .slide__img img,
.slide .slide__appartement__img img {
  height: 100vh;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__img:after {
  content: "";
  position: absolute;
  top: 90;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings h2 {
  color: var(--bianco-color);
  font-size: 50px;
  margin: 10px 0;
  text-shadow: -2px 0px 2px #969696;
}

.slide .slide__content--headings .animated {
  transition: all .5s ease;
}

.hero__slider,
.slider {
  background-color: var(--link-color);
}

.slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-foto {
  display: inline-block;
  position: relative;
  height: 100vh;
  border-left: 35px solid var(--link-color);
  background: var(--link-color);
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);
}

.menu-foto img {
  position: absolute;
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);
}

.slick-nav {
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 0;
  z-index: 1;
}

.slick-nav.prev-arrow i {
  position: absolute;
  top: 50%;
  left: 0;
}

.slick-nav.prev-arrow h5 {
  position: absolute;
  top: 30%;
  left: 80%;
  color: var(--bianco-color);
}

.slick-nav.next-arrow {
  left: auto;
  right: 0;
}

.slick-nav.next-arrow i {
  position: absolute;
  top: 50%;
  right: 35%;
}

.slick-nav.next-arrow h5 {
  position: absolute;
  top: 30%;
  right: 80%;
  color: var(--bianco-color);
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
}

.slick-nav i:before {
  content: '';
  width: 30px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--bianco-color);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slider_apartament_image .slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 54px;
  height: 54px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slider_apartament_image .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slider_apartament_image .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slider_apartament_image .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slider_apartament_image .slick-nav i:before,
.slider_apartament_image .slick-nav i:after {
  content: '';
  width: 80px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -50px;
  display: block;
  transform-origin: 80px 50%;
}

.slider_apartament_image .slick-nav i:before {
  transform: rotate(-40deg);
}

.slider_apartament_image .slick-nav i:after {
  transform: rotate(40deg);
}

.slider_appartamenti .slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 54px;
  height: 54px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slider_appartamenti .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slider_appartamenti .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slider_appartamenti .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slider_appartamenti .slick-nav i:before,
.slider_appartamenti .slick-nav i:after {
  content: '';
  width: 50px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: -50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 70px;
  display: block;
  transform-origin: 50px 50%;
}

.slider_appartamenti .slick-nav i:before {
  transform: rotate(-40deg);
}

.slider_appartamenti .slick-nav i:after {
  transform: rotate(40deg);
}

.scroll {
  position: absolute;
  bottom: 0;
  margin-left: calc(50% - 30px);
}

.scroll:before {
  content: '';
  width: 2px;
  height: 30px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--bianco-color);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.scroll h5 {
  position: relative;
  top: -20px;
  color: var(--bianco-color);
}

a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__backdrop::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 10%;
  filter: blur(2px);
  left: 50%;
  top: 50%;
  transform: scale(11);
  opacity: 0.3;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fancybox__container {
  --fancybox-bg: #000;
  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;
  --carousel-button-bg: rgb(91 78 76 / 74%);
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
}

.fancybox__nav {
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 20px;
}

.fancybox__nav .carousel__button.is-next {
  right: 20px;
}

.carousel__button.is-close {
  right: auto;
  top: 20px;
  left: 20px;
}

.fancybox__slide {
  padding: 8px 88px;
}

/* Thumbnails */
.fancybox__thumbs .carousel__slide {
  padding: 8px 8px 16px 8px;
}

.is-nav-selected::after {
  display: none;
}

.fancybox__thumb {
  border-radius: 6px;
  opacity: 0.4;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
  border-radius: 6px;
  opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

.fancybox__carousel {
  z-index: 10;
}

#description,
#description_columns {
  margin: 80px 50px 60px 50px;
}

#description .description,
#description .description_columns,
#description_columns .description,
#description_columns .description_columns {
  padding: 0px 100px 0px 100px;
}

#description .description p,
#description .description .button-content,
#description .description_columns p,
#description .description_columns .button-content,
#description_columns .description p,
#description_columns .description .button-content,
#description_columns .description_columns p,
#description_columns .description_columns .button-content {
  margin: 20px 10px 30px 0px;
}

#description .firma,
#description_columns .firma {
  width: 200px;
}

.right {
  padding: 40px 110px 40px 50px;
}

.left {
  padding: 40px 50px 40px 50px;
}

#service .left,
#description_apartment .left {
  position: relative;
}

#service .right,
#description_apartment .right {
  position: relative;
}

#service a,
#description_apartment a {
  color: var(--grey-color);
  font-size: 17px;
  font-family: var(--secondary-font);
  text-decoration: underline;
}

#service a.link:hover,
#description_apartment a.link:hover {
  color: var(--link-color);
}

#service .border-between>[class*='col-']:before,
#description_apartment .border-between>[class*='col-']:before {
  background: var(--link-color);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: -1px;
}

#service .border-between>[class*='col-']:first-child:before,
#description_apartment .border-between>[class*='col-']:first-child:before {
  display: none;
}

.description_apartment {
  padding: 100px 100px 0 100px;
}

.description_columns p {
  padding-top: 10px;
}

.image_text {
  position: relative;
}

.image_shadow {
  position: relative;
}

.image_shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--bianco-color) 1%, rgba(0, 0, 0, 0.0886949) 37%);
}

.description_text {
  margin-top: -100px;
}

.description_text p {
  margin: 20px 10px 30px 30px;
}

.line {
  border: 1px solid var(--link-color);
  width: 50px;
  margin: 10px 0;
}

.square-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1rem 1rem 0 1rem;
}

.square img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.colonna_divisore {
  margin: 80px 20px 60px 20px;
}


.central_image img {
  z-index: 40;
}

.central_block {
  margin: 0 auto;
}

.central_block {
  position: relative;
  z-index: 1;
}

.position_grey {
  position: relative;
  top: 50%;
  margin-top: -30%;
  z-index: 30;
}

.position_grey .col-8 {
  padding-left: 0;
}

.title__img,
.img_preise {
  display: inline-block;
  position: relative;
  z-index: 50;
  width: 11%;
  top: -510px;
  margin-bottom: -200px;
  margin-left: 3%;
  padding: 0;
  background-color: transparent;
}

.title__img .spacer,
.img_preise .spacer {
  position: relative;
  padding-top: 100%;
}

.title__img:nth-child(3n+1),
.img_preise:nth-child(3n+1) {
  margin-left: 1%;
}

.dettagli_appartamenti {
  margin-top: 30px;
  margin-bottom: 90px;
}

.prezzi_immagini {
  position: relative;
}

.preise_apartment {
  position: absolute;
  top: -35px;
  right: 2%;
}

.img_preise {
  width: 10%;
}

.circle,
.circle_preise {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--link-color);
  box-shadow: -4px 9px 13px 1px rgba(0, 0, 0, 0.92);
  border-radius: 50%;
  box-sizing: border-box;
  text-align: right;
  display: block;
  padding: 5px;
}

.circle:before,
.circle_preise:before {
  content: '';
  display: inline-block;
  height: 30%;
  vertical-align: middle;
}

.circle_preise {
  text-align: center;
}

.circle>h4,
.circle>h3,
.circle>.wrapcontent,
.circle_preise>h4,
.circle_preise>h3,
.circle_preise>.wrapcontent {
  display: inline-block;
  vertical-align: middle;
}

.circle>h4>h3,
.circle>h4>h4,
.circle>h3>h3,
.circle>h3>h4,
.circle>.wrapcontent>h3,
.circle>.wrapcontent>h4,
.circle_preise>h4>h3,
.circle_preise>h4>h4,
.circle_preise>h3>h3,
.circle_preise>h3>h4,
.circle_preise>.wrapcontent>h3,
.circle_preise>.wrapcontent>h4 {
  display: block;
}

.circle_preise {
  padding: 10%;
}

.circle_preise:before {
  content: '';
  height: 100%;
}

.grey {
  background-color: #e3e7ea;
  padding: 50% 40% 10% 30%;
}

.little_image {
  position: relative;
  bottom: -20%;
  z-index: 90;
  margin-bottom: 200px;
}

.little_image img {
  width: 350px;
  height: 350px;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

#divider .border-between {
  margin-top: -30%;
}

#divider .col-sm-6 {
  position: relative;
}

.groden {
  background-color: #2f3336;
}

.groden img {
  margin-top: -5%;
}

.groden_text {
  padding-bottom: 2%;
  margin-top: 3%;
}

.groden_service {
  background-color: #2f3336;
}

.colonna_link {
  padding: 80px 50px;
}

.colonna_link li {
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 10px;
  border-bottom: 1px solid var(--link-color);
}

.colonna_link a,
.link_description {
  color: var(--link-color-hover);
}

.footer_central a {
  color: #e3e7ea;
}

.colonna_link a:hover,
.link_description:hover,
.footer_central a:hover {
  color: var(--link-color);
}

/* Carosello Home*/
#card_section {
	margin-top: 40px;
	margin-bottom: 80px;
	margin-left: 0;
	margin-right: 0;
}

.carousel_appartamenti .slick-slide {
  margin: 10px;
}

.card {
  border: 2px solid var(--bianco-color);
}

.card-header {
  padding: 0;
}

.card_forelle {
  box-shadow: 1px 1px 15px var(--forelle-color);
}

.card_ronch {
  box-shadow: 1px 1px 15px var(--ronch-color);
}

.card_wurdengeja {
  box-shadow: 1px 1px 15px var(--wurdengeja-color);
}

.card-title {
  font-family: var(--secondary-font);
  font-size: 50px;
  font-weight: 700;
}

.card-title {
  padding: 10px;
  color: #0000;
  font-weight: bold;
  transition: 0.4s linear;
  position: relative;
}

.card-title-forelle {
  background: linear-gradient(#000 0 0) center/100% 100% no-repeat var(--forelle-color);
  -webkit-background-clip: text;
  background-clip: text;
}

.card-title-ronch {
  background: linear-gradient(#000 0 0) center/100% 100% no-repeat var(--ronch-color);
  -webkit-background-clip: text;
  background-clip: text;
}

.card-title-wurdengeja {
  background: linear-gradient(#000 0 0) center/100% 100% no-repeat var(--wurdengeja-color);
  -webkit-background-clip: text;
  background-clip: text;
}

.card:hover .card-title-forelle,
.card:hover .card-title-wurdengeja,
.card:hover .card-title-ronch {
  background-size: 0 100%;
}

.card-title-forelle:before,
.card-title-wurdengeja::before,
.card-title-ronch::before {
  content: '';
  position: absolute;
  inset: auto 50% 0;
  height: 4px;
  background-color: inherit;
  transition: inherit;
}

.card:hover .card-title-forelle:before,
.card:hover .card-title-ronch:before,
.card:hover .card-title-wurdengeja:before {
  inset: auto 0 0;
}

.card-content {
  text-align: center;
}

.card-header img {
  filter: brightness(50%);
}

.card:hover .card-header img {
  filter: none;
}

/** Video **/
.video-foreground,
.video-background iframe {
  width: 100%;
  height: 650px;
}

/** Gallery **/
.gallery_text,
.appartamento {
  text-align: center;
  margin-top: 150px;
}

.gallery_showmore {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

#gallery {
  text-align: center;
  margin-bottom: 30px;
}

.container-gallery {
  margin: auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  grid-auto-flow: dense;
}

.gallery {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.gallery img {
  object-fit: cover;
  object-position: center;
  transition: all .1s;
  overflow: hidden;
}

.image {
  overflow: hidden;
  margin: 10px;
  height: 250px;
  width: 400px;
}

.grid_gallery_apartment img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.mostra_immagini {
  color: var(--link-color-hover);
  font-size: 15px;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2px;
  border: none;
  background-color: transparent;
}

.description_apartment .groden_corsivo {
  margin-bottom: 0;
}

.description_apartment img {
  width: 90%;
}

.backgroung_camere {
  position: relative;
}

.camera_slider {
  position: relative;
  z-index: 10;
  margin: 10px;
  border-bottom: 10px solid var(--link-color);
  border-radius: 0 0 10px 10px;
}

.camera_slider img {
  border-radius: 10px 10px 0 0;
}

.description_camera {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -5%);
  text-align: center;
}

.description_camera h2,
.description_camera h5 {
  color: var(--bianco-color);
}

.slider_appartamenti {
  position: absolute;
  bottom: 50%;
  left: 5%;
  right: 5%;
  z-index: 20;
  transform: translateY(50%);
}

.other_apartment {
  background: url(../fotos/altrecamere.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 350px 0;
}

.other_image {
  position: relative;
}

.other_image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.other_image a {
  color: var(--bianco-color);
  font-size: 11px;
  font-family: var(--secondary-font);
}

.number_image {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.apartment_description,
.apartment_prezzi {
  background-color: #2f3336;
  padding: 30px;
  margin-bottom: 10px;
}

.apartment_description img {
  width: 50%;
  margin-left: 50%;
}

.apartment_prezzi img {
  width: 50%;
  margin-left: calc(50%);
}

.pulsanti_appartamenti {
  position: relative;
}

.button_apartment {
  position: absolute;
  right: 0;
  bottom: 0;
}

.richieste {
  margin: 20px;
}

.dettagli_appartamenti {
  position: relative;
  z-index: 90;
}

.footer_apartment {
  margin-top: -12%;
  position: relative;
  z-index: 10;
}

.footer_apartment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--bianco-color) 1%, rgba(0, 0, 0, 0.0886949) 37%);
}

.footer_corsivo {
  text-align: center;
  position: relative;
  margin: 15px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer_corsivo h3 {
  font-family: adobe-handwriting-ernie, sans-serif;
  color: rgba(61, 59, 56, 0.85);
  font-size: 40px;
}

.footer_corsivo h2 {
  color: var(--bianco-color);
  font-weight: 500;
  position: absolute;
  top: 17px;
  line-height: 1;
  letter-spacing: 4px;
}

#quick-request {
  background-color: var(--link-color);
  text-align: center;
  height: 55px;
  padding-top: 10px;
  background-image: url("images/ui-icon-calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.input-group {
  position: relative;
  float: left;
}

.date-icon-arrival,
.date-icon-departure {
  position: absolute;
  top: 10px;
  right: 10px;
  /* pointer-events: none; */
  cursor: pointer;
  color: var(--link-color-hover);
}

.social {
  position: absolute;
  right: 4%;
}

.footer_central {
  background-color: var(--link-color-hover);
}

.column_footer {
  padding: 30px 0;
}

.footer {
  position: relative;
  background-color: var(--link-color-hover);
  border-top: 1px solid var(--bianco-color);
}

.footer svg {
  width: 20px;
  height: 20px;
}

.footer .logo_sponsor {
  position: relative;
  bottom: -180px;
  padding: 15px;
  padding: 3px 3px 3px 8px;
}

#quick-request form {
  width: 710px;
  margin: 0 auto;
  color: var(--bianco-color);
}

.quick-request {
  margin: 0 auto;
  color: var(--bianco-color);
}

.form-inline {
  display: flex;
  align-items: center;
}

.form-inline .form-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-bottom: 0;
}

.form-inline label {
  display: flex;
  color: var(--bianco-color);
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

#quick-request form button[type="submit"] {
  border-radius: 0;
  height: 32px;
  background-color: var(--link-color-hover);
  color: var(--bianco-color);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 14px;
  padding: 2px;
  width: 200px;
}

#quick-request form input[type=text] {
  border-radius: 0;
  height: 32px;
  width: 160px;
  margin-left: 5px;
}

svg.logo_footer {
  margin-top: 80px;
  max-width: 330px;
  width: auto;
  height: 120px;
  fill: var(--bianco-color) !important;
}

.primo_logo_footer img{
  max-height: 100px;
  margin-bottom: 15px;
  width: auto;
}

.secondo_logo_footer img{
  width: auto;
  max-height: 50px;
}

.colonna_loghi{
  align-self: center;
}

.list-inline-item img {
  width: 100px;
  height: 50px;
}

ul.sponsor-buttons li a {
  font-size: 20px;
  line-height: 100px;
  width: 40px;
  height: 40px;
}

.logo::after {
  content: '';
  height: 60%;
  position: absolute;
  left: -1px;
  top: 25px;
  font-size: 0;
  border-right: 1px solid #94a6a6;
  transform: rotate(-10deg);
}

#credits {
  padding: 10px 0;
  text-align: center;
	background-color: #3d3b38;
}

#credits h5,
#credits a {
  color: #686057;
  font-size: 12px;
  font-family: var(--primary-font);
  letter-spacing: 0.8px;
}

#credits a.impressum:hover {
  color: #CCC;
}

/** Preise **/
.prezzi {
  text-align: center;
  margin-top: 150px;
}

.prezzi .table {
  width: 100%;
  max-width: 100%;
}

.prezzi .table h1 {
  margin-bottom: 10px;
}

.prezzi .table h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.prezzi .table a {
  line-height: 34px;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 400;
  display: block;
  color: #686057;
  margin-bottom: 2px;
}

.prezzi .table tbody tr:hover {
  background-color: rgba(231, 207, 110, 0.26);
}

.prezzi .table p {
  margin-bottom: 2px;
}

.prezzi .table tr,
.prezzi .table th,
.prezzi .table td {
  font-size: 15px;
  text-align: center;
}

.condizioni_titolo {
  background-color: #F4F4F4;
  padding: 50px 0;
  margin-bottom: 30px;
}

.condizioni_titolo h2 {
  text-align: center;
  position: relative;
}

.condizioni_titolo h2::before {
  border-color: var(--link-color);
  content: '';
  border-left-width: 2px;
  border-left-style: solid;
  position: absolute;
  bottom: calc(100% - 10px);
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
}

.condizioni_titolo h2::after {
  bottom: auto;
  top: calc(100% - 2px);
  border-color: var(--link-color);
  content: '';
  border-left-width: 2px;
  border-left-style: solid;
  position: absolute;
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
}

.condizioni {
  margin-bottom: 50px;
}

.condizioni .hide {
  display: none;
}

.condizioni li.show-less,
.condizioni li.show-more {
  font-size: 20px;
}

.condizioni li.show-less p,
.condizioni li.show-less ul,
.condizioni li.show-more p,
.condizioni li.show-more ul {
  margin-top: 1rem;
}

.condizioni li.show-less li,
.condizioni li.show-more li {
  list-style-type: disc;
}

.condizioni .table {
  text-align: center;
}

.condizioni th,
.condizioni tr {
  font-size: 14px;
}

.condizioni li.show-more:before {
  content: '\2b';
  font-family: 'FontAwesome';
  padding-right: 10px;
  display: inline-block;
  color: var(--link-color);
}

.condizioni li.show-less:before {
  content: '\f068';
  font-family: 'FontAwesome';
  padding-right: 10px;
  display: inline-block;
  color: var(--link-color);
}

.table> :not(:first-child) {
  border-top: 2px solid var(--link-color);
}

.apartment_prezzi tr,
.apartment_prezzi th,
.apartment_prezzi td {
  color: var(--bianco-color) !important;
  font-size: 10px;
  text-align: center;
}

.apartment_prezzi h3 {
  color: var(--link-color);
}

.apartment_prezzi tbody tr:hover {
  background-color: rgba(231, 207, 110, 0.26);
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* Blocco GRID */
/* ----------------------------------------------------------------------------------------------------------------- */
.grid-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 16px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  gap: 16px;
}

.grid-wrapper>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.big_image {
  grid-column: span 2;
  grid-row: span 2;
}

.horizontal_image {
  grid-column: span 2;
  grid-row: span 1;
}

.little_grid_image {
  grid-row: span 1;
  grid-column: span 1;
}

.lista_appartamenti h1 {
  font-style: italic;
}

#contatto {
  margin-top: 150px;
  text-align: center;
}

#contatto ul {
  text-align: center;
  display: inline-block;
  list-style-type: disc;
}

#contatto a {
  color: var(--grey-color);
}

#contatto a:hover {
  color: #1D1D1D;
}

/*-------------------------------- Respinsive Media Styles --------------------------------*/
/*Display 5,5", iPad portrait, iPhone -*/
@media only screen and (max-width: 767px) {
  #description_columns .description_columns .button-content {
    margin: 0;
    padding: 20px 10px;
  }

  .left {
    padding-left: 1px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .right {
    padding: 0;
  }

  .title__img {
    width: 20%;
    display: none;
  }

  .circle h3 {
    font-size: 10px;
  }

  .description_columns p {
    padding: 10px;
  }

  .hero__slider,
  .quick-request {
    display: none;
  }

  .hero__slider_mobile {
    display: block;
    width: 100%;
    height: 100vh;
  }

  .hero__slider_mobile .slider {
    width: 100%;
    height: 100vh;
  }

  .hero__slider_mobile .slide {
    width: 100%;
    height: 100vh;
  }

  .page.hero__slider_mobile {
    height: 40vh;
    margin-top: 60px;
  }

  .page.hero__slider_mobile .slide__img {
    height: 40vh;
  }

  .page.hero__slider_mobile .slider {
    height: 40vh;
  }

  .page.hero__slider_mobile .slide {
    height: 40vh;
  }

  .page.hero__slider_mobile .slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
    line-height: 35px;
  }

  h3 {
    font-size: 18px;
  }

  h4,
  h6 {
    font-size: 10px;
  }

  h5 {
    font-size: 12px;
  }

  p,
  a,
  li,
  label {
    font-size: 16px;
  }

  .header-section,
  .nav-bar {
    height: 60px;
  }

  .header-section #logo svg,
  .nav-bar #logo svg {
    height: 58px;
  }

  a#logo {
    padding-top: 5px;
  }

  .menu li a {
    font-size: 20px;
    line-height: 50px;
  }

  .flex-column.menu {
    line-height: 15px;
    margin-top: 10%;
  }

  ul.menu .child-menu-ul li a {
    font-size: 15px;
    margin-bottom: 5px !important;
  }

  .overlay {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .overlay .row {
    height: 88%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .menu-foto {
    display: none;
  }

  ul.menu .child-menu-ul::before {
    display: none;
  }

  .right-menu {
    right: 5%;
  }

  .menu-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: var(--link-color);
    height: 40px;
    z-index: 9999;
  }

  .menu-mobile img {
    height: 18px;
    margin-top: 12px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .menu-mobile .col {
    border: 1px solid #686057;
    height: 40px;
  }

  .menu-child span {
    float: right;
  }

  .child-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .overlay .menu {
    text-align: left;
    padding: 0 20px;
  }

  .overlay li {
    margin-right: 0;
    border-bottom: 0.5px solid var(--link-color);
  }

  .overlay li:last-child {
    border: none;
  }

  ul.menu .child-menu-ul li {
    border-bottom: none;
    margin-bottom: 10px !important;
  }

  #logo_mobile {
    display: block;
    padding: 0;
    width: 100vw;
    max-width: 40vw;
    margin: 20% calc(50% - 50vw);
    position: absolute;
    bottom: -8%;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  a#logo_mobile {
    width: 200px;
    padding: 0;
  }

  a#logo_mobile {
    display: block;
    padding-top: 10px;
  }

  #languages_home {
    display: none;
  }

  .link_home {
    text-align: left;
  }

  .header-section #languages-mobile {
    display: block;
    position: fixed;
    bottom: 10%;
    left: 0;
    text-align: center;
  }

  .header-section #languages-mobile li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 0;
    border-bottom: none;
  }

  .header-section #languages-mobile a {
    color: var(--grey-color);
    position: relative;
    display: block;
  }

  #description,
  #description_columns {
    margin: 1px 5px 30px 5px;
  }
	
	.description_text {
  margin-left: 10px;
}

  #description .description,
  #description .description_columns,
  #description_columns .description,
  #description_columns .description_columns {
    padding: 0 30px;
  }

  #description .description p,
  #description .description_columns p,
  #description_columns .description p,
  #description_columns .description_columns p {
    margin: 10px 5px 20px 0px;
  }

  ul.menu .child-menu-ul {
    position: inherit;
  }

  .circle {
    padding: 0;
  }

  .circle h3 {
    font-size: 10px;
    line-height: 15px;
  }

  /*Burger botton*/
  .hamburger-box {
    border: 1px solid var(--grey-color);
    position: absolute;
    height: 35px;
    width: 35px;
    right: 0;
  }

  .hamburger {
    margin: -5px;
  }

  .hamburger .hamburger-inner {
    height: 1px;
    width: 18px;
    left: calc(50% - 9px);
  }

  .hamburger .hamburger-inner::after,
  .hamburger .hamburger-inner::before {
    height: 1px;
    width: 18px;
    left: calc(50% - 9px);
  }

  .hamburger .hamburger-inner::before {
    top: -5px;
  }

  .hamburger .hamburger-inner::after {
    top: 5px;
  }

  .hamburger.is-active .hamburger-inner {
    width: 18px;
  }

  .hamburger.is-active .hamburger-inner::after,
  .hamburger.is-active .hamburger-inner::before {
    height: 1px;
    width: 18px;
  }

  .hamburger.is-active .hamburger-inner::after {
    top: 0;
  }

  .block_img .square-container {
    margin: 1rem 0 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .square_big {
    grid-column: span 2;
    grid-row: span 1;
  }

  .square_little {
    grid-column: span 1;
    grid-row: span 1;
  }

  .circle::before {
    height: 0;
  }

  .title__img {
    left: 35%;
    top: -400px;
  }

  .little_image {
    right: -150px;
    margin-bottom: 120px;
    width: 150px;
    height: 150px;
  }

  .little_image img {
    width: 200px;
    height: 200px;
  }

  #contatto {
    margin-top: 90px;
  }

  .grey {
    padding: 60% 6% 25% 6%;
  }



  #service .col-sm-6 {
    padding: 40px 50px;
  }

  svg.logo_footer {
    margin-left: 0;
    width: 40%;
    margin: 10px 0;
  }

  .footer h4 {
    font-size: 11px;
  }

  .column_footer {
    padding: 10px 10px;
  }

  .social {
    position: inherit;
    right: 25%;
    margin-top: 10px;
  }

  .last_social {
    margin-right: 0;
  }

  .list-inline-item img {
    width: 50px;
    height: 25px;
  }

  .footer .logo_sponsor {
    bottom: -10px;
  }

  .logo::after {
    height: 30%;
    top: 40px;
  }

  #credits {
    padding: 5px 0;
  }

  #credits h5,
  #credits a {
    font-size: 8px;
    margin-bottom: 0.2rem;
  }

  .appartamento {
    margin-top: 80px;
  }

  .button-apartment {
    padding: 1px 5px;
    line-height: 35px;
  }

  .img_preise {
    width: 20%;
  }

  .img_preise .circle_preise h3 {
    font-size: 15px;
  }

  .img_preise .circle_preise h4 {
    margin-bottom: 1px;
    display: none;
  }

  .apartment_description img {
    margin-left: 0;
    margin-bottom: 5%;
  }

  .grid-wrapper {
    grid-auto-rows: 150px;
  }

  .big_image {
    grid-column: span 2;
    grid-row: span 1;
  }

  .grid-wrapper img,
  .little_grid_image {
    grid-column: span 2;
    grid-row: span 1;
  }

  .description_apartment {
    padding: 50px 10px 0 10px;
  }

  .description_apartment img {
    width: 65%;
  }

  #description_apartment .col-sm-6 {
    padding: 10px 50px;
  }

  .slider_appartamenti {
    left: 0;
    right: 0;
  }

  .border-between>[class*='col-']:before {
    display: none;
  }

  .other_apartment {
    padding: 180px 0;
  }

  .groden_text {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .colonna_link {
    padding: 10px 50px 10px 50px;
  }

  .groden_corsivo {
    width: 80%;
    right: -10%;
    font-size: 40px;
  }

  .groden_corsivo h3 {
    font-size: 50px;
  }

  .groden_corsivo h2 {
    font-size: 20px;
    margin-top: -15%;
  }

  .container-gallery {
    grid-template-columns: repeat(1, minmax(50%, 1fr));
  }

  .gallery_text {
    margin-top: 100px;
  }

  .image {
    height: 200px;
    width: 300px;
  }

  .button-gallery {
    font-size: 10px;
    width: 100px;
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .fancybox__slide {
    padding: 0;
  }

  .fancybox__nav {
    display: none;
  }

  .condizioni li.show-less,
  .condizioni li.show-more {
    font-size: 15px;
  }

  .condizioni th,
  .condizioni tr {
    font-size: 12px;
  }
}

/** Desktop, iPad Pro **/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .flex-column.menu {
    margin-top: 24% !important;
  }
}

/** Desktop, iPad Pro **/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .grey {
    padding: 60% 30% 10% 20%;
  }

  .title__img {
    left: 35%;
    top: -400px;
  }

  .little_image {
    right: -450px;
    margin-bottom: 120px;
    width: 150px;
    height: 150px;
  }

  .little_image img {
    width: 200px;
    height: 200px;
  }

  .title__img {
    display: none;
  }

  #service .right {
    padding: 40px 89px 40px 50px;
  }

  #service .left {
    padding: 40px 50px 40px 81px;
  }

  .left {
    padding: 0;
  }

  .right {
    padding: 0;
  }

  svg.logo_footer {
    height: 70px;
  }

  .social {
    right: 1%;
  }

  .list-inline-item img {
    width: 60px;
  }

  .circle_preise .wrapcontent h4 {
    display: none;
  }

  .circle_preise .wrapcontent h3 {
    font-size: 19px;
    margin-bottom: 0;
  }

  .image {
    margin: 10px 0 10px 0;
  }
}

/** Display 12", iPad PRO Portrait, iPad landscape **/
@media only screen and (max-width: 1024px) {

  .button-top,
  #languages,
  .logo_holiday{
    display: none !important;
  }


  .description_columns p {
    padding-top: 0;
  }

  .right-menu {
    right: 3%;
  }
}

/** Display 4", iPhone 5s portrait **/
@media only screen and (max-width: 360px) {
  .little_image {
    right: -90px;
    margin-bottom: 160px;
  }
}

@media only screen and (min-width: 1600px) {
  .title__img {
    top: -610px;
    margin-left: 10%;
  }

  .circle h3 {
    margin-right: 20%;
    margin-top: -15px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .little_image {
    right: -150px;
  }
}

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

  .show_mobile {
    display: block;
    margin: 20px 0;
  }

  .hidden_mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cont-cookie-banner {
    top: 10%;
    left: 10%;
    width: 80%;
    max-height: 80vh;
    padding: 1em;
  }

  .cont-cookie-banner h2,
  .cont-cookie-banner h3,
  .cont-cookie-banner p {
    line-height: 20px;
  }

  .cont-cookie-banner p {
    margin-bottom: 0;
  }

  .cont-cookie-banner .croce {
    top: -4%;
  }

  .logo_top img,
  .link_home img{
    max-height: 50px;
    width: auto;
  }

  .colonna_loghi{
    padding-top: 50px;
  }
  
.contento_slide h2.font_wurdengeja{
    font-size: 40px;
}

.card-title{
  font-size: 30px;
}
  
}