﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
} 
body {
  min-height: 100vh;
  color: #5a5151;
  cursor: auto;
  background-color: #fff;
  font-family: Fustat, Lato, Hind, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
* {
  box-sizing: border-box;
}

/*=====================================================================*/
/*                 Navigation main                                     */
/*=====================================================================*/
  .topnav {
  overflow: hidden;
  background-color: #fff;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  height: auto;
  }
  .topnav a {
  padding: 0 12px 1px 12px;
  float: left;
  display: block;
  color: #555;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  }
  .topnav .icon {
  display: none;
  }
  .dropdown-main {
  padding: 0 12px 1px 12px;
    font-size: 14px;
  float: left;
  overflow: hidden;
  font-family: "Fustat", sans-serif;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  }
  .dropdown-main .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #555;
  background-color: inherit;
  font-family: "Fustat", sans-serif;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0;
  }
.dropbtn {
  padding-top:0;
  padding-bottom: 4px;
}
/* Zeichen für drei Linien &#9776; als Button */
.mobile-btn {
  font-size: 1.5em;
  text-align: left;
}
.dropdown-content {
  font-size: 1em;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgb(0, 0, 0, 0.2);
  z-index: 1;
  padding: 4px 1px;
}
.dropdown-content a {
  float: none;
  color: #555;
  padding: 8px 8px;
  border-bottom: 1px solid #efe8db;
  display: block;
  text-align: left;
  font-size: 1em;
}
.topnav a:hover, .dropdown-main:hover .dropbtn, .ibe:hover  {
  color: #9d794a;
}
.dropdown-content a:hover {
  color: #9d794a;
}
.dropdown-main:hover .dropdown-content {
  display: block;
}
.topnav-selected {
  border-bottom: 2px solid #939090;
  transition: color 150ms;
  color: #939090;
  text-decoration: none;
}

/* topnav responsive */
@media screen and (max-width: 600px) {
  .topnav, .dropdown-main, .dropbtn {
  display: none;
  }
  .topnav a.icon {
  float: right;
  display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
  position: relative;
  }
  .topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
  }
  .topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}
  .topnav.responsive .dropdown-main {
  float: none;
  }
  .topnav.responsive .dropdown-content {
  position: relative;
  }
  .topnav.responsive .dropdown-main .dropbtn {
  display: block;
  width: 100%;
  text-align: left;
  }
  }
/*======================    ende topnav   ====================== */

table.customTable ul li ul li a {display:block !important;} 
table.customTable a:hover {
  box-shadow: inset 18em 0 0 0 #54b3d6;
  color: white;
} 
table.customTable  th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: white;
} 
table.customTable a {
  box-shadow: inset 0 0 0 0 #b6b2b2;
  padding: .25em;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
table.customTable  tr:nth-child(even){background-color: #f2f2f2;} 

table.customTable {
  font-size: 1em;
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border: 1px solid #ddd;
  color: #000000;
}
table.customTable td, table.customTable th {
  border: 1px solid #ddd;
  padding: 8px;
  width: 50%;
}
table.customTable thead {
  background-color: #b6b2b2;
}
table.customTable a:hover {
  box-shadow: inset 18em 0 0 0 #b6b2b2;
  color: white;
}
.sm {
  font-size: 0.9em;
  font-weight: 400;
  padding-right: 10px;
}
.styled a {
  color: #6b7fa2;
  text-decoration: none; 
  transition-duration: .4s;
  font-weight: 500;
}

.text-center {
  text-align: center;
}
.string
{
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', Times, serif;
  color: #145cb9;
  font-weight: 500;
  transition: color 150ms;
  text-align: center;
  font-size: 2.2em;
  padding-top: 0;
  margin-top: 0;
}
.label
{
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', Times, serif;
    color: #145cb9;
  font-weight: 500;
  transition: color 150ms;
  text-align: center;
  font-size: 2.2em;
  padding-top: 0;
  margin-top: 0;
} 

h2 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  margin: 0.7em 0;
}
h2 span {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
h3 { 
  font-family: "Playfair Display"; 
  font-size: 1.5em; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 500; 
} 
h4 {
  font-weight: 500;
  font-size: 1.3em;
  text-align: left;
  padding-bottom: 0.5em;
}
h5 {
  font-weight: 500;
  font-size: 2em;
  padding-bottom: 0.7em;
  text-align: center;
}
h6 {
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}
h5 span {
  font-size: 1.0rem;
  color: #248e83;
  font-weight: 500;
  line-height: 1.4em;
}
.span-h1   {
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 3px;
}
.space-def   {
  font-size: 1.3em;
  padding-top: 4px;
  line-height: 1.4em;
}
.space-p   {
  padding-top: 6px;
}
.space-top-1 {
margin-top: 1em;
}
.space-top-2 {
margin-top: 2em;
}
.space-top-3 {
margin-top: 3em;
}
.space-top-4 {
margin-top: 80px;
}
a   {  
  text-decoration: none; 
  text-decoration-line: none;
  color: #3d3c3c;
}
img {
  vertical-align: middle;
}
ul > li {  list-style-type: none; }
/* img {
  vertical-align: middle;
} */
.line-space-center     {  
  font-size: 1em;
  line-height: 1.4em;
  margin: 12px 20px 0 1em;
  text-align: center;
}
.green-space-border  {
  border-left: 2px solid #00a800;
  font-size: 1.3em;
  padding-left: 12px;
  margin-bottom: 18px;
  margin-top: 8px;
  text-align: left;
}
.red-space-border  {
  border-left: 2px solid #e91802;
  font-size: 1.2em;
  line-height: 1.5;
  padding-left: 12px;
  margin-bottom: 18px;
  margin-top: 8px;
  text-align: left;
}
.grey-space-border  {
  border-left: 2px solid #cbb29c;
  font-size: 1.2em;
  line-height: 1.5;
  padding-left: 12px;
  margin-bottom: 18px;
  margin-top: 8px;
  text-align: left;
}
.border-green  { 
  border: 2px solid green;
}
.border-red  { 
  border: 2px solid #e91802;
}
.underline-red  {
  text-decoration-line: underline;
  text-decoration-color: #e91802; 
}
.red  { 
  font-family: Fustat, sans-serif;
  color: #f26353 !important;
  font-size: 1.2em !important;
  font-weight: 600;
  letter-spacing: 2.9px;
  text-transform: uppercase;
margin-left: 2em;
margin-top: 0;
}

.cont-4-2 li { padding: 8px 0; }

.mov-line         {  
  font-family: 'Dancing Script', Georgia, 'Times New Roman', Times, cursive; 
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
}
.features-holidays {
  color: #3d3c3c;
  font-size: 1em;
  text-align: left;
  background-color: #b5cccc;  
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 1em 1em;
  margin-top: 4em;
  width: 90%;
}
.features-holidays li {
  padding: 3px 3px;
}
.features-snippet {
  color: #3d3c3c;
  font-size: 1.1em;
  text-align: left;
  line-height: 2em;
  background-color: #d9e5e5;  
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 16px 20px 20px 24px;
  margin: 16px 20px 20px 24px;
}
.features-snippet h1 {  padding: 0.4em 0; }
.features-snippet img { padding: 2em 3em; }
.online {
  padding: 20px 20px;
}
.title-1   {
  font-size: 1.3em;
  font-weight: 600;
  padding: 10px 0 0.5em 0;
}
.title-2   {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 3px;
}
.title-2 p  {
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 4px;
}
.title-2 span  {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, cursive; 
  font-size: 1.3em;
  font-style: italic;
  padding-right: 1px;
 }
.title-3  {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana; 
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  padding: 0 0 30px 0;
} 
.title-4   {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 3px;
}
.title-5  {
  color: #6c9a84; 
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  padding: 10px 0 10px;
}
.title-6   {
  font-family: 'Allura', 'Dancing Script', Georgia, 'Times New Roman', Times, cursive; 
  text-align: center;
  font-size: 1.7em;
  line-height: 1.4em;
  word-spacing: 2px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 3px;
}
.title-7   {
  color: #5b5b5b;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-8 {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  color: #2d7eb2;
  font-size: 1.4em;
  text-align: center;
  padding: 20px 00 0;
}
.title-9 {
  color: #9e7b3f;
  font-size: 1.4em;
  line-height: 1.5em;
  padding-top: 0;
  font-weight: 300;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1.6em;
}
.title-10   {
  font-family: 'Allura', 'Dancing Script', Georgia, 'Times New Roman', Times, cursive; 
  color: #55a330;
  font-size: 2.5em;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-red   {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 10px;
  margin: 1em;
  padding: 1em;
}
.impressum {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8em;
  background-color: #f8f7f7;
  box-shadow: rgba(149, 157, 165, 0.2)0 8px 24px;
  padding: 3em 4em;
  margin-top: 3em;

}
.impressum ul {
  margin-bottom: 0.8em;
}
.impressum li {
  color: #514e4a;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7em;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
.font-h5   {
  font-size: 1.3em;
  font-weight: 400;
  padding: 12px 0;
}
.first-line     {  font-size: 0.8em; }

.title-upper    {  text-transform: uppercase;  }

.title-smaller  {  font-size: 1.6em;  }

.font-garamond  {  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', Times, serif; }

.font-dancing   {  
  font-family: 'Dancing Script', cursive;  
  font-family: Baskerville, 'Baskerville Old Face', Garamond, 'Times New Roman', serif;  
}

.line-space  {  
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.2em;
  padding: 26px 0 0;
}
.links-cont    {
   font-style: normal;
   font-size: 1.3em; 
   padding-left: 1em;
   padding-top: 4px;
   padding-bottom: 8px;
}
.links-cont li  {  padding-bottom: 6px;  }

.indirizzo-1   {
  font-style: normal;
  color: #4d5156;
  font-size: 1em; 
  padding: 20px 0 20px 40px;
}
.indirizzo-1 li  {  padding-bottom: 6px;  }

h1 { font-family: "Playfair Display"; font-size: 2.4em; font-style: normal; font-variant: normal; font-weight: 400; } 
.title-page { font-family: "Playfair Display"; font-size: 2.4em; font-style: normal; font-variant: normal; font-weight: 400; padding: 2em; text-align: center;} 

p { font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
blockquote { font-family: "Playfair Display"; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
pre { font-family: "Playfair Display"; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px; }

.features-title {
  font-size: 1.6em;
  font-weight: 500;
  padding: 1em 0 0.4em 2em;
}
.features {
  text-align: left;
  font-size: 1.4em;
  color: #574646;
  line-height: 1.3em;
  padding: 0.6em 0em;
}
.features-center {
  text-align: center;
  font-size: 1.0em;
  color: #574646;
  line-height: 1.3em;
  padding: 12px 0 00;
}
.features ul, .features-center ul { list-style-type: circle; padding:0;  margin:0;  }
.features li, .features-center li { padding-left: 3em; padding-bottom: 8px;  text-indent: -1.4em;  } /* minus position für Inhalt vr bei zeilenumbruch wichtig */

.features li:before, .features-center li:before  {  
  padding-right:7px;
  content: '◽';
  font-size: 0.9em;
  color: #6e6e5c;
}
.green  {
   color: #6a8489;     
   font-weight:bold;
   font-size: 1.2em;
   padding-top: 8px;
   padding-right: 6px;
}
.offer-text   {
  font-size: 1.4em;
  color: #574646;
  line-height: 1.4em;
  padding: 0 2.4em;
  text-align: left;
} 
.text-info   {
  font-size: 1.2em;
  color: #574646;
  line-height: 1.6em;
  margin: 10px 8px;
  text-align: left;
}
.width-1  {
width: 65%; 
}
.width-2  {
width: 80%; 
}
.tab-center  {
margin: 3em; 
}

.offer-text ul  {
   margin: 10px 5px 10px 1em;
}
.offer-text li  {
   font-weight: 600;
   padding-bottom: 10px;
}
.list-none li {
  list-style-type: none;
}
.infos p {
padding-bottom: 10px;
font-size: 1.2em;
font-weight: 400;
line-height: 1.3em;
}
.background-1 {
  box-shadow: 5px 6px 13px 5px rgb(172, 159, 146, 0.68);
  background: rgb(255, 167, 0, 0.5);
  border: transparent solid 1px;
  border-radius: 8px;
  padding: 10px 0 20px 0;
}
.back-yellow { 
  box-shadow: 5px 6px 13px 5px rgb(172, 159, 146, 0.68);
  background: rgb(255, 167, 0, 0.5);
  border: transparent solid 1px;
  border-radius: 8px;
  padding: 10px 0 20px 0;
  margin: 2em;
}
.back-yellow a { 
  padding: 10px 00 0;
}
  room-cat-links {
  font-size: 2.0em;
  font-weight: 400;
  padding-left: 18px;
  color: #4e4842;
  }
  .room-cat-links > li {
  padding: 0 0 12px 0;
  color: #4e4842;
  }
  .room-cat-links > li > a {
  padding: 0 0 2px 0;
  color: #4e4842;
  }
 .bottom-halfem{
  padding-bottom: 0.5em;
  }
  .bottom-1em {
  padding-bottom: 1em;
  }
  .bottom-2em {
  padding-bottom: 2em;
  }
  .bottom-3em {
  padding-bottom: 3em;
  }
  .bottom-6em {
  padding-bottom: 6em;
  }
  .top-1em {
  padding-top: 0.3em;
  }
  .top-2em {
  padding-top: 2em;
  }
  .top-3em {
  padding-top: 3em;
  }
  .top-4em {
  padding-top: 4em;
  } 
  .top-5em {
  padding-top: 5em;
  }
  .top-6em {
  padding-top: 6em;
  }
  .top-12em {
    padding-top: 12em;
    }
  .bottom-1 {
  padding-bottom: 10px;
  }
  .space-bottom-1  {
  padding-bottom: 1em;
}
.space-bottom-2  {
  margin-bottom: 2em;
}
.space-bottom-3  {
  margin-bottom: 3em;
}
.space-bottom-4  {
  padding-bottom: 4em;
}

.width-90  {
  width: 96%;
  margin: 0 auto;
}
  .align-justify {
  text-align: justify;
  }
  .align-center {
    text-align: center;
      margin-left: auto;
  margin-right: auto;
    }
  .align-right {
  text-align: right;
  }
  .align-left {
  text-align: left;
  }
  .size-0 {
  font-size: 0.9em;
  }
  .size-1 {
  font-size: 1.1em;
  }
  .size-2 {
  font-size: 1.2em;
  }
  .size-3 {
  font-size: 1.3em;
  }
  .size-4 {
  font-size: 1.4em;
  }
  .size-5 {
  font-size: 1.8em;
  }
  .size-6 {
  font-size: 2.1em;
  letter-spacing: 1px;
  }
  .color-orange-1 {
  color: #c35831;
  }
  .color-blu-1 {
  color: #3ca7ce;
  }
.title-color  {
  color: #8f4c8f;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  padding-right: 10px;
  text-transform: uppercase;
}
.list-circle li {
  list-style-type: circle;
  text-align: left;
  font-size: 0.9em;
  padding-bottom: 0.6em;
}
.list-circle ul {
  list-style-type: circle;
}
.list-deco li {
  list-style-type: none;
}
.right {
  padding: 10px 10px 0 20px;
}
.left {
  padding: 10px 10px 0 20px;
}
.right li, .left li {
  list-style-type: circle;
  margin-left: 6px;
  padding-left: 4px;
  padding-bottom: 2px;
}
.space-text {
  padding: 20px 4px 0 12px;
}
.space-text-rooms {
  padding: 0 4px 0 12px;
}
.white-text   {
   color: #FFF;
   font-weight: lighter;
   line-height: 1.4em;
   background-color: #bca08e;
   border-radius: 15px 50px; 
   border: 5px solid #c6c4c1;
   padding: 1.5em;
   font-size: 1.2em;
}
.room-selected-3 {
  font-size: 1.0em;
  color: #4e4842;
  opacity: 0.8;
  text-decoration: underline;
}
.topnav-selected {
  font-size: 0.9em;
  padding: 0;
  transition: color 150ms;
  color: #939090;
}
.room-selected-3 a:hover {  color: #4e4842; }

/*=====================================================================*/
/*                      Slideshow Bilderwechsel                        */
/*=====================================================================*/

.grid-item6-pictures
{
width: 100%;
padding:0000;
position: relative;
margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  background-color: #afacac;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/*=====================================================================*/
/*                                 images                              */
/*=====================================================================*/

.responsive {
  width: 100%;
  height: auto;
}

.centered-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.6em;
  font-weight: bold;
}

/*=====================================================================*/
/*                      Rooms-Link table                               */
/*=====================================================================*/
.button-book-now  {
  border-collapse: collapse;
  text-align: right;
  padding-right: 1em;
  padding-bottom: 2em;
  padding-top: 2em;
}

.button-book-now a {
  font-size: 1em;
  padding: .65em 1em .65em 1.4em;
  transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  color: white;
/*  background-color: #4785e8;  */
  background-color: rgb(59 130 246);
  border-radius: 40px;
}

.button-book-now a:hover {
  box-shadow: inset 19em 0 0 0 #145cb9;
  color: white;
}
.button-book-now a:hover   {
  background: #62b3e5;
}
.button-boxes-right   {
  margin: 1em 0 1em 0;
  text-align: right;
 }

 .button-boxes-right a  {
  font-family: Fustat, sans-serif;
  font-size: 12px;
  color: #3d4a48;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  text-align: right;
  border: 1px solid #727C7466;  
  height: 42px;
  margin-bottom: 12px;
  padding: 12px 24px;
  line-height: 18px;
  text-decoration: none;
 }
 .button-boxes-right a:hover   {
  color: #97877b;
  text-decoration: underline;
 }

/*=====================================================================*/
/*                      v                     */
/*=====================================================================*/

.separate::before  {  content: '▸';  }

.clearfix::after  {
  content: "";
  clear: both;
  display: table;
  }
  .cards {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(380px,1fr));
  gap: 1vw;
  }
  .card {
  margin: 0 20px 0 20px;
  }

  .fixed-menu {
    position: sticky;
    top: -1px;
    }
/*=====================================================================*/
/*                         intro                                       */
/*=====================================================================*/
.intro {
margin-bottom: 3em;
}

/*=====================================================================*/
/*                         wrapper                                     */
/*=====================================================================*/
.wrapper-init {
  position: fixed;
  top: 0; /* Oben am Fenster fixieren */
  height: auto;
  left: 0;
  right: 0;
  padding: 1em;
  text-align: center;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(150px,max-content) repeat(auto-fill,150px);
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "top-1 top-2 top-3";
  border-bottom: #f3f3f3 1px solid;
}
.top-1  {  grid-area: top-1;  }  
.top-2  {  grid-area: top-2;  }
.top-3  {  grid-area: top-3;  } 

.top-1, .top-2, .top-3 {
  display: grid;
  place-items: center; 
}

.top-1 .top-2, .top-3 {
  grid-column: auto / span 1;
}

.top-lingue  {
  margin-left: auto;
  margin-right: auto;
  }
.top-lingue > a  {
display: inline-block;
color: #716060;
text-transform: uppercase;
font-size: 1em;
font-weight: 500;
padding: 0em 0.3em;
}
.top-lingue > a:hover  {
color: #716060;
text-decoration: underline;
}
.top-lingue-selected {
border-bottom: 2px solid #939090;
transition: color 150ms;
}
/*  --------------- Inhalt ----------------- */
.villa-1 {
  font-size: 1em;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Fustat", sans-serif;
  font-weight: 400;
}  
.villa-2 {
  text-align: center;
  font-family: "Fustat", sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  padding-top: 0.4em;
}
.villa-3 {
  text-align: center;
  font-family: "Fustat", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  padding-bottom: 0.8rem;
}

.grid-main-img-2-2-1 {
  height: 100%;
  background-image: url("mainfoto/Cam-3-2.jpg");            
  background-repeat: no-repeat;
  /*  background-size: cover; covers the entire area */
}
.main-img-2-2-2 {
  height: 100%;
  background-image: url("mainfoto/main-img-2-2-2");    
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-main-img-3-1 {
    height: 100%;
    background-image: url("mainfoto/Cam-3-2.jpg");            
    background-repeat: no-repeat;
    /*  background-size: cover; covers the entire area */
}
.grid-main-img-3-2 {
    height: 100%;
    background-image: url("mainfoto/Cam-22-1.jpg");            
    background-repeat: no-repeat;
    /*  background-size: cover; covers the entire area */
}
.grid-main-img-3-3 {
    height: 100%;
    background-image: url("mainfoto/Cam-12-1.jpg");            
    background-repeat: no-repeat;
    /*  background-size: cover; covers the entire area */
}
.grid-main-img-last {
    height: 100%;
    background-image: url("mainfoto/banner-Parco-1.jpg");            
    background-repeat: no-repeat;
    /*  background-size: cover; covers the entire area */
}

/*  ================  wrapper "Common"  ================ */
.wrapper-common {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
row-gap: 3em;
grid-template-areas: "common-1 common-2" "common-3 common-4" "common-5 common-5" "common-footer common-footer";
margin-left: 3em;
margin-right: 3em;
}
.common-1  {   grid-area: common-1; width: 80%;   margin: 3em } 
.common-2  {   grid-area: common-2;   width: 80%;  margin: 3em; }
.common-3  {   grid-area: common-3;  width: 80%;  display: grid; justify-content: space-evenly; padding: 0.5em;   }
.common-footer  {   grid-area: common-footer;  padding: 2em 0 3em 0;   }

.common-1 p {  padding-bottom: 12px; font-size: 1.2em; line-height: 24px;  }
/*  ================  wrapper "Content"  ================ */
.wrapper-content { 
display: grid;
grid-template-columns: 50% 1fr;
grid-template-rows: auto;
column-gap: 2em;
margin-left: 3em;
margin-right: 3em;
justify-content: center;
grid-template-areas: "a-1 a-2" "b-1 b-2" "c-1 c-2" "d-1 d-2" "e-1 e-2" "f-1 f-2" "g-1 g-2" "h-1 h-2" "i-1 i-2" "j-1 j-2" "k-1 k-2";
}
.a-1  {  grid-area: a-1; margin-bottom: 2em; margin-top: 2em;}  
.a-2 {   grid-area: a-2; display: grid; margin-bottom: 2em; } 
.b-1  {  grid-area: b-1;  }  .b-2 {   grid-area: b-2;  }
.c-1  {  grid-area: c-1;  }  .c-2 {   grid-area: c-2;  }
.d-1  {  grid-area: d-1;  }  .d-2 {   grid-area: d-2;  }
.e-1  {  grid-area: e-1;  }  .e-2 {   grid-area: e-2;  }
.f-1  {  grid-area: f-1;  }  .f-2 {   grid-area: f-2;  }
.g-1  {  grid-area: g-1;  }  .g-2 {   grid-area: g-2;  }
.h-1  {  grid-area: h-1;  }  .h-2 {   grid-area: h-2;  }
.i-1  {  grid-area: i-1;  }  .i-2 {   grid-area: i-2;  }
.j-1  {  grid-area: j-1;  }  .j-2 {   grid-area: j-2;  }
.k-1  {  grid-area: k-1;  }  .k-2 {   grid-area: k-2;  }

.b-1, .b-2, .c-1, .c-2, .d-1, .d-2, .e-1, .e-2, .f-1, .f-2, .g-1, .g-2, .h-1, .h-2, .i-1, .i-2, .j-1, .j-2  { margin: 0 2em 2em 2em;  }

/*  ================  wrapper "Rooms"  ================  */
.wrapper-rooms {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: auto;
  margin-top: 121px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 4em;

  grid-template-areas: "ra-1 ra-2" "rb-1 rb-2" "rpic-1 rpic-2" "rc-1 rc-2" "rd-1 rd-2" "re-1 re-2" "rf-1 rf-2" "rg-1 rg-2" "rh-1 rh-2" "ri-1 ri-2" "rj-1 rj-2" 
  "rk-1 rk-2" "img-1 img-1";
}

.ra-1 { grid-area: ra-1; align-self: stretch;     min-height: 700px;}  
.ra-2 { grid-area: ra-2; margin: 0em; display: grid; align-self: stretch;     min-height: 700px; } 
.rb-1 { grid-area: rb-1; margin: 0em; display: grid; }  
.rb-2 { grid-area: rb-2; margin: 0em; display: grid; justify-content: center;  }
.rc-1 { grid-area: rc-1; margin: 0em; display: grid; justify-content: center; }
.rc-2 { grid-area: rc-2; margin: 0em; display: grid; justify-content: center; }
.rd-1 { grid-area: rd-1; margin: 0em; display: grid; justify-content: center;  }  
.rd-2 { grid-area: rd-2; display: grid; justify-content: center;  }
.re-1 { grid-area: re-1; display: grid;   }  
.re-2 { grid-area: re-2; display: grid; justify-content: center;   }
.rf-1 { grid-area: rf-1; display: grid; justify-content: center;   }  
.rf-2 { grid-area: rf-2; display: grid; justify-content: center;   }
.rg-1 { grid-area: rg-1; display: grid; justify-content: center; }  
.rg-2 { grid-area: rg-2; display: grid; justify-content: center; }
.rh-1 { grid-area: rh-1; display: grid; justify-content: center;   }  
.rh-2 { grid-area: rh-2; display: grid; justify-content: center;  }
.ri-1 { grid-area: ri-1; display: grid; justify-content: center;  }  
.ri-2 { grid-area: ri-2; display: grid; justify-content: center;  }
.rj-1 { grid-area: rj-1; display: grid; justify-content: center;  }  
.rj-2 { grid-area: rj-2; display: grid; justify-content: center;  }
.rk-1 { grid-area: rk-1; display: grid; justify-content: center;  }  
.rk-2 { grid-area: rk-2; display: grid; justify-content: center;  }

.rb-1, .rb-2, .rc-1, .rc-2, .rd-1, .rd-2, .re-1, .re-2, .rf-1, .rf-2, .rg-1, .rg-2, .rh-1, .rh-2, .ri-1, .ri-2, .rj-1, .rj-2 { 
text-align: center;
}
/*  ================  wrapper "Image Map"  ================  */
.wrapper-img-map { 
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap:0;
  margin:0;
  grid-template-areas: "img-map";
  padding: 0.1em;
}
.img-map  {  
  grid-area: img-map; 
  width: auto;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.img-map  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.wrapper-img-main { 
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap:0;
  }
.img-main  {   grid-area: img-main; display: grid; }

.wrapper-img-bottom { 
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 1em 2em;
  }
.img-bottom  {   grid-area: img-bottom; }
/*  ================   wrapper "Contact"  ================  */
.wrapper-contact { 
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 2em;
  margin-top: 2em;
  margin-left: 3em;
  margin-right: 3em;
  grid-template-areas: "cont-1-1 cont-1-2" "cont-2-1 cont-2-2" "cont-img cont-img" "cont-3-1 cont-3-2" "cont-4-1 cont-4-2" "cont-5-1 cont-5-2" "cont-6-1 cont-6-2" "cont-footer cont-footer";
  }
.cont-1-1     {   grid-area: cont-1-1; display: grid; justify-content: space-around; }
.cont-1-2     {   grid-area: cont-1-2;  }
.cont-2-1     {   grid-area: cont-2-1;  }
.cont-2-2     {   grid-area: cont-2-2;  }
.cont-img     {   grid-area: cont-img;  }
.cont-3-1     {   grid-area: cont-3-1;  }
.cont-3-2     {   grid-area: cont-3-2;  }
.cont-4-1     {   grid-area: cont-4-1;  }
.cont-4-2     {   grid-area: cont-4-2; display: grid; justify-content: space-around; }
.cont-5-1     {   grid-area: cont-5-1; display: grid; justify-content: space-around; }
.cont-5-2     {   grid-area: cont-5-2; display: grid; justify-content: space-around; }
.cont-6-1     {   grid-area: cont-6-1; }
.cont-6-2     {   grid-area: cont-6-2; }
.cont-img  {   grid-area: cont-img;  }
.cont-footer  {   grid-area: cont-footer;  }

.cont-1-1, .cont-1-2, .cont-2-1, .cont-2-2, .cont-img, .cont-3-1, .cont-3-2, .cont-4-1, .cont-4-2, .cont-5-1, .cont-5-2, .cont-6-1, .cont-6-2  { 
  padding: 1em;
  margin-bottom: 2em;
}
.cont-1-1, .cont-1-2  { 
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.cont-footer  { 
  padding: 2em 0;
}
.description  { 
  padding: 1em 4em;
}
/*=====================================================================*/
/*                         wrapper                                  */
/*=====================================================================*/
.place-self-res {
  place-self: center;
  padding: 2em;
}

  .logo span {
  color: #0474bc;
  }
  figure {
  text-align: center;
  }
  figure img {
  width: 50%;
  }

  .links {
  display: grid;
  justify-content: right;
  align-content: center;
  grid-auto-flow: column;
  gap: 1.2em;
  padding-right: 2em;
  font-size: 1em;
  background-color: white;
  overflow: hidden;
  }
  #navbar {
  display: grid;
  grid-auto-flow: column;
}
  .links a {
  text-decoration: none;
  color: #3e3e3e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
  padding: 0.2em 0;
  font-size: 1em;
  }
  .links a:hover {
  text-decoration: none;
  }
  .links a:before, .subnav a:before {
  content: "";
  position: absolute;
  width: 93%;
  height: 3px;
  bottom: 1px;
  background-color: #B09C73;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  }
  .menu-selected {
  background-color: #B09C73;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 5px 8px 3px 8px;
  transition: color 150ms;
  }
  .dropdown-selected {
  cursor: none;
  background-color: inherit;
  transition: color 150ms;
  color: #939090 !important ;
  }
  .hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #B09C73;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  }
  .hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  }
  .container-A {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  row-gap: 1rem;
  }
  .booking-cards {
  font-size: 1.2em;
  box-shadow: 5px 6px 13px 5px rgb(172, 159, 146, 0.68);
  border: transparent solid 1px;
  border-radius: 8px;
  padding: 16px 2px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .booking-reason {
  box-shadow: 5px 6px 13px 5px rgb(172, 159, 146, 0.68);
  border: transparent solid 1px;
  border-radius: 8px;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  }
  .d-inline-block {
  display: inline-block !important ;
  }
  .subnav {
  color: #3e3e3e;
  float: right;
  overflow: hidden;
  text-decoration: none;
  margin-left: 1em;
  }
  .subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #e6e3e1;
  width: 100%;
  padding: 8px 0 8px 1em;
  z-index: 1;
  }
  .subnav-content a {
  text-decoration: none;
  padding: 4px 6px 4px 6px !important ;
  font-size: 1em;
  text-transform: none;
  float: right;
  }
  .subnav, .subnavbtn {
  outline: none;
  margin: 0;
  text-transform: uppercase;
  font-size: inherit;
  background-color: white;
  padding-top: 0;
  }
  .subnavbtn {
  color: #939090;
  }
  .nav-active {
  color: #8d8989;
  font-size: 0.9em;
  word-spacing: normal;
  border-bottom: 1px solid #b6b2b2;
  margin: 6px 0 00;
  cursor: none;
  }

  .subnav:hover .subnav-content {
  display: block;
  }
  .subnav a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  }
  #main {
  transition: margin-left 0.6s;
  margin: 30px 0 0 0;
  }
  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fbfbf9;
  color: #514E4C;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  }
  #mysidenav, .sidenav {
  box-shadow: 0 0 32px rgba(0,0,0,.5);
  }
.sidenav-selected, .sidenav a {
  display: block;
  font-size: 1em;
  color: #514E4C;
  line-height: 1.6;
  padding: 8px 2px 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
  }
.sidenav-selected, .sidenav a  {
  border-bottom: 1px solid #efe8db;
}
button {
  font-family: inherit;
}
.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 50px;
  border-bottom: none;
}

.sidenav-titolo {
  padding-left: 24px;
  padding-bottom: 18px;
  padding-top: 8px;
  text-transform: uppercase;
  transition: color 150ms;
  color: #c3bebe;
}
.sidenav-line {
  border-bottom: 1px solid;
}
#sidenav-dropdown-container {
  background-color: #fff;
}
#sidenav-dropdown-container a {
  color: #514E4C;
  font-size: 90%;
  text-transform: none;
  display: block;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
#sidenav-dropdown-container a:hover   {
  background-color:  #e2e2e0;
}
.dropdown-btn {
  padding: 6px 0 6px 8px;
  text-decoration: none;
  font-size: 1em;
  color: white;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
/*=====================================================================*/
/*                      Rooms table                                    */
/*=====================================================================*/
.rooms-tab {
  border-collapse: collapse;
  width: 100%;
}
.rooms-tab td { width: 45%; }
.rooms-tab td, .rooms-tab th {
  border: 1px solid #ddd;
  padding: 8px;
}
/* .rooms-tab tr:nth-child(even){  background-color: #fcfcfc;  } */
/* .rooms-tab tr:hover {background-color: #ddd;} */

.rooms-tab th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #b6b2b2;
  color: white;
}
/*=====================================================================*/
/*                      Rooms-Link table                               */
/*=====================================================================*/
.rooms-link {
  font-size: 1.2em;
  border-collapse: collapse;
  width: 100%;
}
.rooms-link td { width: 50%; }
.rooms-link  td, .rooms-link  th {
  border: 1px solid #ddd;
  padding: 8px;
}
.rooms-link  tr:nth-child(even){background-color: #f2f2f2;}
.rooms-link ul li ul li a {display:block;} 

.rooms-link a {
  box-shadow: inset 0 0 0 0 #d6d0c7;
  padding: .25em .25em;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.rooms-link a:hover {
  box-shadow: inset 0 0 0 0 #d6d0c7;
  text-decoration: underline;
}
.rooms-link  th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #b6b2b2;
}

/*=====================================================================*/
/*                                                                     */
/*=====================================================================*/
  .wrapper-top {
  display: grid;
  gap: 4px;
  grid-template-columns: minmax(150px,max-content) repeat(auto-fill,150px);
  background-color: #fff;
  color: #444;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  }
  .box-top {
  padding: 0 10px 0 10px;
  font-size: 0.8em;
  }
  .box-top a {
  color: #6b7fa2;
  font-weight: 600;
  }
  .box-top a:hover {
    color: #36445e;
  }
.logo-villa {
  grid-column: auto / span 1;
  grid-row: auto / span 2;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.email {
  grid-column: auto / span 2;
  text-align: center;
  background-color: #e6e3e1;
  height: 5em;
  padding-top: 5px;
  font-weight: 500;
}
.telefon {
  grid-column: auto / span 2;
  text-align: center;
  background-color: #e6e3e1;
  height: 5em;
}
.reservation-link {
  display: grid;
  grid-column: auto / span 2;
  justify-content: center;  
  align-content: space-evenly;
  background-color: #e6e3e1;
  height: 5em;
}
.lingue-link     {
    grid-column: auto / span 2;
    margin-left: 3px;
    margin-right: auto;
  }
.lingue-link > a  {
  display: inline;
  color: #716060;
  font-size: 1em;
  font-weight: 600;
  padding: 0.6em 0.8em;
}
.lingue-link > a:hover  {
  color: #716060;
  text-decoration: underline overline;
}
.lingue-menu-selected {
  border-bottom: 2px solid #939090;
  transition: color 150ms;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 150ms;
}
.styled-booking-button {
  font-weight: 600;
  border: 0;
  line-height: 2.6em;
  padding-left: 1em;
  width: 20em;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: white;
  background-image: linear-gradient(to top left, rgb(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2) 30%, rgb(0, 0, 0, 0));
  box-shadow: 2px 2px 3px rgb(255, 255, 255, 0.6) inset, -2px -2px 3px rgb(0, 0, 0, 0.6) inset;
}
.styled a {
    color: #6b7fa2;
    text-decoration: none;
    transition-duration: .4s;
    font-weight: 500;
  }
.styled:hover {
  background-color: rgb(231, 236, 244);
  color: #fff;
}

.styled-booking-button a {
  color: #6b7fa2;
  text-decoration: none;
  transition-duration: .4s;
  font-weight: 500;
}
.styled-booking-button:hover {
  background-color: rgb(231, 236, 244);
  color: #fff;
}
.styled-booking-button img {
padding-left: 1em;
padding-bottom: 5px;
}
.booking {
  font-size: 1.1em;
  color: #4e4842;

}
.booking img {  padding: 0 5px 5px 5px;  }

.tel    {
  font-size: 1em;
  font-weight: 500;
  color: #6b7fa2;
  line-height: 1.5em;
  padding: 5px 5px 5px 5px;
}
.mail  {
  font-size: 1em;
  color: #145cb9;
}
  .lingue ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  }
  .lingue li {
  float: left;
  }
  .lingue li {
  display: block;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  }
  .lingue a:hover {
  text-decoration: none;
  background-color: #82786e;
  color: #fff !important ;
  }
  .wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
  background-color: #fff;
  color: #444;
  }
  .box {
  background-color: #fff;
  color: #444;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
  }
  .amensic-image-wrapper {
  height: auto;

  display: block;
  margin: 0 auto;
  }
  .amensic-image-wrapper img {
  width: 100% !important ;
  height: auto !important ;
  display: block;
  }
  .testo-main {
    font-size: 1.1em;
    line-height: 1.4em;
    color: #574646;
    text-align: left;
    padding: 20px 20px 1em;
 }
/*=====================================================================*/
/*                    Button top                                       */
/*=====================================================================*/
  #top-Btn {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 2px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  padding: 30px 0 30px 0;
  opacity: 0.7;
  border: rgb(85, 132, 5) solid 1px;
  border-radius: 1em;
  background: rgb(225, 226, 223);
  color: #3e3e3e;
  writing-mode: vertical-rl;
  text-orientation: upright;
  }

  #top-Btn:hover, button:active {
  outline: none;
  background: rgb(225, 226, 223);
  color: rgb(85, 132, 5);
  }
/*=====================================================================*/
/*                     Footer                                          */
/*=====================================================================*/
  .space-footer a {
  color: #6e6a67;
  }
  .footer-container {
  align-content: center;
  padding: 20px 0 40px 0;
  }
  .grid-container-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  align-content: center;
  padding: 20px 0 40px 0;
  }
  .footer-part1 {
  font-family: 'Allure', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1em;
  text-align: center;
  word-spacing: 0.2em;
  margin-bottom: 0.5em;
  }
  .footer-part2 {
  padding: 0 0 0 0;
  font-size: 0.95em;
  text-align: center;
  }
  .footer-part3 {
  padding: 0 0 10px 0;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.9em;
  }

  .footer li {
  padding-bottom: 2px;
  list-style: none;
  }

/*=====================================================================*/
/*                      M O B I L E                                    */
/*=====================================================================*/

/*=====================================================================*/
/*                      Mobile   min-width: 951                        */
/*=====================================================================*/
@media (min-width: 951px) {
.mobile-btn {
  display: none;
}
.container-A {
  grid-template-columns: repeat(4,1fr);
  margin-top: 2em;
  margin-left: 1em;
  margin-right: 1em;
  column-gap: 2em;
}
}

/*=====================================================================*/
/*                       Media: 481 - 950                              */
/*=====================================================================*/
@media (min-width: 481px) and (max-width: 950px) {
  body {
    margin: 0 auto;
}
.container-bild-mit-text  {
  font-size: 0.8em;
}
.topnav {
  display: none;
}
.container-A {
  grid-template-columns: repeat(2,1fr);
  margin-left: 0.1em;
  margin-right: 0.1em;
  }
.wrapper-init {
  position: fixed;
  top: 0; /* Oben am Fenster fixieren */
  height: auto;
  left: 0;
  right: 0;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "top-2 top-1 top-3";
  border-bottom: #f3f3f3 1px solid;
}
.top-1 {  font-size: small;  }
.top-1, .top-3 {  display: grid; }
.top-2 {  display: grid; }

.top-lingue {
  margin: 0;
  padding-bottom: 0; 
}
.mobile-btn {
  font-size: 2.4em;
  text-align: left;
}
 .wrapper-img-main {margin: 10px 0;   }

.centered-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1em;
  font-weight: bold;
}
.top-1, .top-2, .top-3 {
  padding: 0;
  }
h1           {   font-size: 2em;   line-height: 1.2em; }
h2           {   font-size: 1.6em;    }
h3, h4, h5 span { font-size: 1.2em; padding: 0px 4px 8px 7px; }
.title-2     {  font-size: 1.2em; margin: 20px 0; }
.title-2 li, .titolo-top-5 li { padding: 4px; }
.title-3     { font-size: 1em; }
.title-4     { font-size: 1.1em; }
.title-8     { font-size: 1.1em; padding: 12px 6px 6px; }
.title-color { font-size: 1em; }
.font-h6     {   font-size: 0.9em;  }
.features    {   font-size: 1.1em;   }
.font-h5     {   font-size: 1em;  }
.testo-main  {  font-size: 0.9em; }
.wrapper-content   {   
  display: grid; 
  grid-template-columns: 1fr;
  column-gap: 1em;
  row-gap: 0.3em;
  margin-left: 0;
  margin-right: 0;
  grid-template-areas:  "a-2" "a-1" "b-1" "b-2" "c-1" "c-2" "d-1" "d-2" "e-1" "e-2" "f-1" "f-2" 
  "g-1" "g-2" "h-1" "h-2" "i-1" "i-2" "j-1" "j-2"; 
}
.a-1, .a-2  { 
  padding-left: 0;
  padding-right: 0;
}

.common-1 p { font-size: 1.2em; padding-left: 6px; }
.wrapper-rooms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0.2em;
  row-gap:0;
  margin-top:0;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
  .rb-1, .rb-2, .rc-1, .rc-2, .rd-1, .rd-2, .re-1, .re-2, .rf-1, .rf-2, .rg-1, .rg-2, .rh-1, .rh-2, .ri-1, .ri-2, .rj-1, .rj-2 {
    padding-left: 0.2em;
    margin-bottom: 2em;
  }
.wrapper-common {
  margin-left:  0.2em;
  margin-right: 0.2em;
}
.font-h5   {
  font-size: 1.2em;
  font-weight: 400;
  padding: 2px 4px 8px 7px;
}
.description  { 
  padding-top: 4px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.features-holidays {
  padding: 16px 1em 20px 1em;
  margin: 16px 4px 20px 4px;
}
.impressum  {
  padding: 0.1em;
}
.red-space-border  {
  font-size: 1em;
  padding-left: 16px;
  margin-left: 10px;
}
.offer-text {
  font-size: 1em;
  line-height: 1.5em;
  padding:00 8px 1em;
  margin: 10px 0.5em 8px 0.5em;
}
.dropdown-main .dropbtn {
  font-size: 1.1em;
  border: none;
  outline: none;
  color: #555;
  padding: 12px 8px;
  background-color: inherit;
  font-family: inherit;
  padding-bottom: 1px;
}
.topnav a {
  float: left;
  display: block;
  color: #555;
  text-align: center;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 11px;
  text-decoration: none;
  font-size: 1.1em;
}
.wrapper-top {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
}
.wrapper-common {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  grid-template-rows: auto;
  grid-template-areas: "common-1" "common-2" "common-3" "common-4" "common-5" "common-footer";
  margin-left: 1em;
  margin-right: 1em;
}
.common-3     {   grid-area: common-3;  display: grid; padding-right: 1em;  }
#top-Btn  {
  font-size: 1.2em;
  opacity: 0.6;
  padding: 14px 2px 14px 2px;
  right: 1px;
  border: rgb(93, 97, 87) solid 1px;
  background: rgb(221, 222, 219);
  color: rgb(90, 98, 86);
  box-shadow: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.links  {
  display: grid;
  justify-content: right;
  align-content: center;
  grid-auto-flow: column;
  gap: 1.2em;
  padding-right: 2em;
  font-size: 0.9em;
  background-color: white;
  overflow: hidden;
}
  .links a {
  text-decoration: none;
  color: #3e3e3e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
  padding: 0.2em 0;
  font-size: 1em;
  }
  .links a:hover {
  text-decoration: none;
  }
  .links a:before, .subnav a:before {
  content: "";
  position: absolute;
  width: 93%;
  height: 3px;
  bottom: 1px;
  background-color: #B09C73;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  }
  .subnav-content a {
  text-decoration: none;
  padding: 4px 2px 4px 2px;
  font-size: 0.9em;
  text-transform: none;
  background-color: #3ca7ce;
  }
  #navbar {
  background-color: #fcfcfc;
  box-shadow: none;
  font-size: 1em;
  font-family: "Fustat", sans-serif;
  text-align: left;
  }
  .space-top-header-b {
  margin-top: 30px;
  }
.box-top {
  font-size: 0.8em;
  gap: 10px;
  }
  .logo-villa {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  justify-content: start;
  align-content: center;
  background-color: #fff;
  }
  .email {
  grid-column: auto / span 1;
  justify-content: center;
  background-color: #e6e3e1;
  }
  .telefon {
  grid-column: auto / span 1;
  justify-content: center;
  background-color: #e6e3e1;
  }
  .reservation-link {
  grid-column: auto / span 1;
  text-align: center;
  background-color: #e6e3e1;
  }
  .styled {
  border: 0;
  line-height: 2.2em;
  padding: 0 20px;
  width: 18em;
  font-size: 1.1em;
  font-weight: bold;
  }
  .list-circle li {
  list-style-type: circle;
  text-align: left;
  padding: 0 4px 6px 2px;
  font-size: 0.8em;
  }
  .list-circle ul {
  list-style-type: circle;
  }
  .grid-item2 {
  margin-left: 9px;
  margin-right: 9px;
  }
  .space-left-4 {
  margin-left: 1em;
  margin-right: 9px;
  }
.title-10   { font-size: 2.1em; }

}
/*=====================================================================*/
/*      responsive (min-width: 320px)  and  (max-width: 480px)         */
/*=====================================================================*/

@media (min-width: 320px) and (max-width: 480px) {

#logo {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 70px;
}
.description  { 
  padding-top: 4px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.a-2 {
  margin-bottom: 0;
}

body {
  margin: 0 auto;
}
.wrapper-img-main {
display: none;
}
.wrapper-init {
  position: fixed;
  height: auto;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  grid-template-areas: "top-2 top-3";
  padding: .7em 0;
 }

.top-3 {
  padding-bottom: 1em;
}
.villa-3 {
  padding-bottom: 0;
}
.top-1 {  display: none; }

.top-2, .top-3 {
  display: grid;
  place-items: center;
}
.centered-title {
  position: absolute;
  width: auto;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}
.title-page { padding: 0; font-family: "Playfair Display"; font-size: 28px; font-style: normal; font-variant: normal; font-weight: 400;} 

.dropdown-main .dropbtn {
  font-size: 1.3em;
  text-align: right;
  margin: 0;
}
.description {
  padding: 1em;
}

.top-lingue  {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 2px;
  padding: 0.3em 0em;
}
.top-lingue > a:hover  {
  color: #716060;
  text-decoration: underline;
}
.lingue-menu-selected {
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.3em 0em;
  margin: 0 0px;
  transition: color 150ms;
}
.container-A {
  grid-template-columns: repeat(2,1fr);
  margin-left: 0.2px;
  margin-right: 0.2px;
  font-size: 0.9em;
}
h1 {  
  padding-top:0;  
  font-size: 1.6em;
  font-weight: 600;
}
h3, h4, h5 span { font-size: 1.4em; padding: 2px 4px 8px 7px; }
.title-1 {   font-size: 1.1em;   padding: 4px 7px 0.5em 7px; }
.title-4   { font-size: 1em;  font-weight: 500; padding-top:0;  padding-bottom: 4px;}
.title-3 {   font-size: 1.4em; }
.title-8 {  font-size: 1.1em; padding: 12px 6px 6px; }
.title-10   { font-size: 2.1em; }
.title-color { font-size: 1em; }

.wrapper-img-main { 
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap:0;
  margin-top: 50px;
  }

.wrapper-content   {   
  display: grid; 
  grid-template-columns: 1fr;
  gap:0; 
  margin: 0; 
  padding: 0; 
  grid-template-areas: "a-1" "a-2" "b-2" "b-1" "c-1" "c-2" "d-1" "d-2" "e-1" "e-2" "f-1" "f-2" 
  "g-1" "g-2" "h-1" "h-2" "i-1" "i-2" "j-1" "j-2"; 
}
.b-1, .b-2, .c-1, .c-2, .d-1, .d-2, .e-1, .e-2, .f-1, .f-2, .g-1, .g-2, .h-1, .h-2, .i-1, .i-2, .j-1, .j-2  { 
  box-shadow: none;
  padding:0;
  margin-bottom: 1.5em;
  }

.first-line {
  font-size: 0.9em;
}
.wrapper-rooms   {   
  display: grid; 
  grid-template-columns: 1fr;
  column-gap:0;
  row-gap: 0.1em;
  margin-left: 0em;
  margin-right: 0em;
  grid-template-areas: "ra-1" "ra-2" "rb-1" "rb-2" "rc-2"  "rc-1" "rd-1" "rd-2" "re-2" "re-1" "rf-1" "rf-2" 
  "rg-2" "rg-1" "rh-1" "rh-2" "ri-2" "ri-1" "rj-1" "rj-2" "rk-1" "rk-2"; 
}
.rc-2, .rd-2, .re-2,  .rf-2,  .rg-2, .rh-2, .ri-2, .rj-2  { 
  box-shadow: none;
  padding:0;
  }

.ra-1 { grid-area: ra-1; align-self: stretch;     min-height: 700px;}  
.ra-2 { grid-area: ra-2; margin: 0em; display: grid; align-self: stretch;     min-height: 700px; } 

  .wrapper-common {
  margin-left:  0.2em;
  margin-right: 0.2em;
}
.common-2 {
  grid-area: common-2;
  display: grid;
  padding-left: 0.1em;
  padding-left:  0.2em;
  padding-right: 0.2em;
}
.wrapper-contact { 
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 0;
  margin: 0;
  padding:0 0;
  grid-template-areas: "cont-1-1" "cont-1-2" "cont-2-1" "cont-2-2" "cont-img" "cont-3-1" "cont-3-2" "cont-4-1" "cont-4-2" 
  "cont-5-1" "cont-5-2" "cont-6-1" "cont-6-2" "cont-footer";
}
.cont-1-1, .cont-1-2, .cont-2-1, .cont-2-2, .cont-img, .cont-3-1, .cont-3-2, .cont-4-1, .cont-4-2, .cont-5-1, .cont-5-2  { 
    box-shadow: rgba(149, 157, 165, 0.2)0 8px 24px;
}
.cont-1-1, .cont-1-2 {
  margin-top:0;
  padding-top:0;
  padding-bottom:0;
}
.cont-5-1   { padding: 3em 3em; }
.cont-5-1 a { text-align: left; padding-left: 8px; }
.cont-5-2   { padding: 2em 0; }
.wrapper-common {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 1em;
  grid-template-areas: "common-1" "common-2" "common-3" "common-4" "common-5" "common-footer";
  margin-left: 1em;
  margin-right: 1em;
}
.common-1, .common-2, .common-3   {   width: 100%; justify-content:center; padding: 0; margin: 0;   }
.common-4  {   padding: 0 0.1em;  }

.rooms-link a {
  padding: 0;
  text-align: justify;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.impressum  {
  padding: 0.1em;
  margin: 0.3em;
}
.common-1 p {
  padding-bottom: 12px;
  font-size: 1.2em;
  line-height: 24px;
}
.grid-item6-pictures {
  margin-left: 0;
  margin-right: 0;
}
nav {  margin-bottom:0; }

.rooms-link {   font-size: 1.1em; }

.rooms-link td, .rooms-link th {
  border: 1px solid #ddd;
  padding: 12px 0 12px 2px;
}
.indirizzo-1   { font-size: 0.9em;
  padding: 20px 0 20px;
}
.mov-line {
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 0;
}
.box-top { padding: 0 4px 0 4px; }
.tel    {  padding: 5px 5px; }
.font-h5 { font-size: 1.2em; font-weight: 500; padding:0 7px }
h2 {  font-size: 1.4em; }
.title-6, title-7 {  font-size: 1.7em; }
.styled-booking-button {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
}

.red-space-border  {
  font-size: 1em;
  padding-left: 8px;
  padding-right: 2px;
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: 10px;
}
table.customTable {
  font-size: 0.9em;
} 
.features-holidays {
  font-size: 0.9em;
  padding: 16px 1em 20px 1em;
  margin: 16px 20px;
}
.white-text   {
  font-size: 1.1em;
  padding: 0.6em 0.6em 0.8em 0.6em;
  line-height: 1.5em;
}
.features {
  font-size: 1.1em;
}
.cont-4-2 li {
  font-size: 0.9em;
  padding: 4px 0;
}
.offer-text {
  font-size: 1.1em;
  line-height: 1.5em;
}
.topnav a {
  float: left;
  display: block;
  color: #555;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  font-size: 1em;
}
.dropdown-main .dropbtn {
  font-size: 1em;
  border: none;
  outline: none;
  color: #555;
  padding: 14px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.testo-main {  font-size: 0.9em; }
.space-top-40 {  padding-top: 0; }
.wrapper-top {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
}
.lingue > li > a {
  color: #6b7fa2;
  font-size: 0.9em;
  display: inline;
  padding:0 2px;
  font-weight: 600;
}
.d-1 p {  text-align: left;  }

#navbar {
  padding: 1em 40px 0;
  box-shadow: none;
}
.subnav-content {
/*  display: none; */
  position: absolute;
  left: 0;
  background-color: rgb(211, 211, 212);
  width: 100%;
  padding: 8px 0 8px 0;
  z-index: 1;
}
.box-top {
  gap: 10px;
}
.logo-villa {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  justify-content: start;
  align-content: center;
  background-color: #fff;
}
.email {
  grid-column: auto / span 1;
  justify-content: center;
  background-color: #e6e3e1;
}
.telefon {
  grid-column: auto / span 1;
  justify-content: center;
  background-color: #e6e3e1;
}
.reservation-link {
  grid-column: auto / span 1;
  display: grid;
justify-content: center;  
align-content: space-evenly;

  background-color: #e6e3e1;
}
.booking {
  font-size: 1.1em;
  color: #4e4842;
}
.space-top-40 {
  margin-top: 30px;
}
.space-top-high {
  margin-top: 30px;
}
.title-1 {
  font-size: 1.1em;
  padding: 4px 5px 0.5em 5px;
}
.font-h6 {
font-size: 0.9em;
}
.features li   {   padding-bottom: 2px;   }

.styled {
border: 0;
line-height: 2.4em;
width: 19em;
font-size: 1em;
margin: 20px;
}
  .list-circle li {
  list-style-type: circle;
  text-align: left;
  padding: 0 4px 6px 2px;
  font-size: 1em;
  }
  .list-circle ul {
  list-style-type: circle;
  }
  .grid-item2 {
  margin-left: 9px;
  margin-right: 9px;
  }
  .space-left-4 {
  margin-left: 1em;
  }
  #top-Btn {
  font-size: 1.1em;
  opacity: 0.6;
  padding: 12px 0 12px 0;
  right: 2px;
  margin-bottom: 30%;
  border: rgb(93, 97, 87) solid 1px;
  border-radius: 0.8em;
  background: rgb(221, 222, 219);
  color: rgb(90, 98, 86);
  box-shadow: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
  }
  .box-1 {
  padding: 10px;
  font-size: 1em;
  }
  .box-1 .box-1 {
  background-color: #ccc;
  color: #444;
  }

.wrapper-1 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  column-gap: 1em;
  row-gap: 1em;
  grid-template-areas: "v-1" "v-2" "v-3" "v-4";
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  }
  .subnav-content {
/*  display: none; */
  position: absolute;
  left: 0;
  background-color: rgb(211, 211, 212);
  width: 100%;
  padding: 8px 0 8px 0;
  z-index: 1;
  }

.grid-main-img-last {
  height: 100%;
  background-image: url("mainfoto/banner-Parco-1-small.jpg");            
  background-repeat: no-repeat;
  /*  background-size: cover; covers the entire area */
}
  }
