/**
 * Theme Name:   Villa Acqua Neu
 * Theme URL:    https://www.villa-acqua.it/
 * Description:  Internetauftritt Villa Acgua Neu
 * Author:       Tanja Fritz
 * Author URL:   http://www.tanja-fritz.com
 * Version:      1.0
**/
*{
        margin: 0px;
        padding: 0px;
}
/* poppins-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/poppins-v22-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/poppins-v22-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v22-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
        color: black;
        background:#fdf8f4;
      }
p        {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
         font-size:1.6rem;
         line-height:2.2rem;
         word-wrap:break-word
         }
b, strong{
        font-weight: 600;
}
li, ul    {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
         font-size:1.6rem;
         line-height:2.2rem;
         word-wrap:break-word
         }
a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
         font-size:1.6rem;
         line-height:2.2rem;
         word-wrap:break-word;
         color: #004f9f;
        text-decoration: none;
}
h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
         font-size:4.0em;
         margin:.67em 0
         }
h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
         font-size:4.0em;
        text-align: center;
        line-height: 1.4em;
        color: black;
}
h2 a {
         font-family:"HelveticaNowText-Thin";
        font-size: 34px;
        text-align: center;
        font-weight: 600;
        line-height: 38px;
        color: #004f9f;
}
h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
         font-size:2.0em;
        text-align: center;
        line-height: 1.4em;
        color: black;
        color: black;
}
h4 {
         font-family:"HelveticaNowText-Thin";
        font-size: 34px;
        text-align: center;
        font-weight: 300;
        line-height: 38px;
        color: #061e8f;
}
h5 {
         font-family:"HelveticaNowText-Thin";
        font-size: 24px;
        text-align: center;
        font-weight: 300;
        line-height: 38px;
        color: #061e8f;
}
h6 {
         font-family:"HelveticaNowText-Thin";
         font-size:2.0em;
         line-height:2.3;
         font-weight:700
         }
/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 100%;
  margin: 0 auto;
  height:auto !important;
}
#container{
  width: 100%;
  height:auto !important;
}
#kopf{
           width: 100%;
           height: 240px;
           position: relative;
           z-index: 100;
}
#sprachen{
        position: absolute;
        width: 95%;
        height: 20px;
        float: right;
        z-index: 1000;
}
#sprachen li {
        list-style: none;
        display: inline-block;
         font-family:"HelveticaNowText-Thin";
        color: black;
        height: 20px;
}
#sprachen ul {
          height: 20px;
}
#sprachen .widget {
          float: right;
        z-index: 1000;
}
#sprachen .widget a {
         font-family:"HelveticaNowText-Thin";
        color: black;
        font-size:1rem;
        line-height: 1rem;
        padding-right: 10px;
        border-right:1px solid black;
}
#sprachen .textwidget {
        height: 20px;
        float: left;
         font-family:"HelveticaNowText-Thin";
        text-align: left;
        line-height: 20px;
        font-size: 16px;
        color: black;
        margin-top: -15px;
        margin-left: 15px;
        z-index: 2;
}
#sprachen .textwidget a {
         font-family:"HelveticaNowText-Thin";
         text-align: left;
        line-height: 20px;
        font-size: 16px;
        color: #1a3a95;
}
#logo{
        position: relative;
        width: 80px;
        height: 80px;
        background-repeat:no-repeat;
        float:left;
        margin-top: 20px;
        margin-left: 10%;
        z-index: 2;
}
.entry h1 {
        text-align: center;
        line-height: 1.4em;
}
.entry li {
         list-style-type: '- ';
         list-style-position:outside;
         margin-left: 25px;
         padding-top: 10px;
         padding-bottom: 20px;
}
.pum-overlay li, ul    {
         font-family: 'Poppins';
         font-style: normal;
         font-weight: 300;
         font-size:1.4rem;
         line-height:1.8rem;
         word-wrap:break-word
         }
.pum-overlay li {
         list-style-type: '- ';
         list-style-position:outside;
         margin-left: 25px;
         padding-top: 10px;
         padding-bottom: 10px;
}
.pum-theme-1182, .pum-theme-enterprise-blue {
         background-color: rgba( 0, 0, 0, 0.30 )!important;
}
.pum-theme-1182 .pum-container, .pum-theme-enterprise-blue .pum-container {
         background-color: rgba( 253, 248, 244, 1.0 )!important;
}
#content {
        width: 90%;
        float:left;
        padding-left: 5%;
        padding-right: 5%;
}
footer{
         width: 100%;
         height: 450px;
         margin: 0 auto;
         float: left;
         color: black;
         font-family:"HelveticaNowText-Thin";
         text-align:center;
         font-size:1.2rem;
         background: -webkit-linear-gradient(180deg, rgba(234,208,183,1) 10%, rgba(254,235,220,1) 42%, rgba(254,237,224,1) 82%, rgba(233,204,174,1) 100%);
}
footer p {
         font-family:"HelveticaNowText-Thin";
         text-align:center;
         font-size:1.2rem;
         color: black;
}
footer a {
         font-family:"HelveticaNowText-Thin";
         text-align:center;
         font-size:1.2rem;
         color: black;
}
footer .widget {
         width: 90%;
         float: left;
        margin-top: 1%;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
}
footer .widget a {
         font-family:"HelveticaNowText-Thin";
         text-align:center;
         font-size:1.2rem;
         color: black;
       text-decoration: none;  /* keine Unterstreichung */
}
.textwidget.custom-html-widget {
         padding-top: 20px;
         padding-bottom: 20px;
}
#navi {
      position: absolute;
      float: left;
        width: 100%;
        display: none;
        padding-left: 0px;
        background: #fef8f3;
        margin-top: 120px;
        z-index: 100;
}
#navi li {
        list-style: none;
        float: left;
        width: 100%;
        padding-bottom: 0px;
}

#navi a {
        display: block;
        height: 100%;
        padding: 0.4em 1.0em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
        color: black;
        font-size:1rem;
        line-height: 1rem;
        text-decoration: none;  /* keine Unterstreichung */
        color: black;  /* Schriftfarbe weiß */

        webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}
#navi a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
}
#navi a:hover {
        color: grey;
        height: 100%;
        font-size:1rem;
        line-height: 1rem;
        -webkit-transition: all 400ms ease-in;
        -moz-transition: all 400ms ease-in;
        -ms-transition: all 400ms ease-in;
        -o-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
}
#navi a:hover:after {
         width: 100%;
}
#navi ul ul {
        display: none;
        position: absolute;
        line-height: 30px;
}
/* Klappmenu */
#navi ul li:hover > ul {
        display: inherit;
        list-style: none;
        margin-top: -35px;
        margin-left: 150px;
}
/* 1. Ebene*/
#navi ul ul li {
        width: 200px;
        display: none;
        float: none;
        display: list-item;
        position: relative;
        line-height: 30px;
        color: black !important;
        background-color: white;
}
#navi ul ul li:hover {
        background-color: rgba(253, 248, 244, 0.9);
}
#navi ul ul li a {
        color: black !important;
        border-bottom: 0px solid;
}
.menue-button {
        background: none;
        display: block;
        position: absolute;
        right: 0.4em;
        top: 2.6em;
        padding: 0.2em;
        color: black;
        font-size: 24px;
        cursor: pointer;
        text-decoration: none;
        z-index: 100;
}
.fa-navicon {
         content:"\f0c9";
}
.fa {
         display: inline-block;
         font: normal normal normal 14px/1 FontAwesome;}

.menue-button:hover {
        color: #004f9f;
}

#kopf:target #navi {
        display: block;
}
#kopf:target .menue-button-beschr-open {
        display: none ;
        }
@media screen and (min-width: 549px)  {
                rs-module#rev_slider_8_1.revslider-initialised.rev_redraw_on_blurfocus {
                height: 400px!important;
        }
}
@media screen and (min-width: 768px)  {
}
@media screen and (min-width: 1024px)  {
#wrapper{
  width: 100%;
  margin: 0 auto;
  height:auto !important;
}
#container{
  width: 100%;
  margin-left:0%;
  margin-top: -100px;
  height:auto !important;
}
#kopf{
           width: 100%;
           height: 190px;
           margin-top: 100px;
}
#logo{
        width: 10%;
        height: 100px;
        background-repeat:no-repeat;
        float:left;
        margin-top: 20px;
        margin-left: 2%;
        z-index: 200;
}
rs-module#rev_rev_slider_21_1.revslider-initialised.rev_redraw_on_blurfocus {
                height: 540px!important;
        }
#content {
         position: relative;
         width: 80%;
        margin-top: -170px;
        margin-bottom: 10%;
        float:left;
        padding-left: 10%;
        padding-right: 10%;
        z-index: 10;
}
.vc_custom_1649669374993
footer{
         width: 100%;
         height: 400px;
         margin: 0 auto;
         float: left;
}
footer .widget a {
         font-family:"HelveticaNowText-Thin";
         text-align:center;
         font-size:1.2rem;
         color: black;
       text-decoration: none;  /* keine Unterstreichung */
}
#navi {
         width: 88%;
         float:left;
         display: block;
        background: none;
        position: relative;
        margin-top: -70px;
        padding-left: 12%;
        background: #fef8f3;
        z-index: 100;
}
ul#navi.menu {
         width: 100%;
        z-index: 2;
}
#navi li {
        list-style: none;
        float: left;
        width: auto;
}
#navi a {
        display: block;
        height: 100%;
        padding: 0.4em 0.6em;
         font-family: 'Poppins';
          font-style: normal;
         font-weight: 200;
         font-size:1.1rem;
        line-height: 2.0rem;
        text-decoration: none;  /* keine Unterstreichung */
        color: black;  /* Schriftfarbe weiß */

        webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}
#navi a:hover {
        color: black;
            font-size:1.1rem;
        line-height: 2.0rem;

        -webkit-transition: all 400ms ease-in;
        -moz-transition: all 400ms ease-in;
        -ms-transition: all 400ms ease-in;
        -o-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
}
#navi ul ul {
        display: none;
        position: absolute;
        line-height: 30px;
}
/* Klappmenu */
#navi ul li:hover > ul {
        display: inherit;
        list-style: none;
        padding-top: 4px;
        margin-top: 0px;
        margin-left: 0px;
}
/* 1. Ebene*/
#navi ul ul li {
        width: auto;
        float: none;
        display: list-item;
        position: relative;
        line-height: 30px;
        color: white !important;
        background-color: rgba(0, 79, 159, 0.9);
        z-index: 5;
}
#navi ul ul li:hover {
        background-color: rgba(0, 57, 115, 0.9);
}
#navi ul ul li:nth-child(2) {
        width: auto;
        float: none;
        display: list-item;
        position: relative;
        line-height: 30px;
        color: white !important;
        background-color: rgba(7, 113, 141, 0.9);
        z-index: 5;
}
#navi ul ul li:nth-child(2):hover {
        background-color: rgba(2, 96, 121, 0.9);
}
#navi ul ul li:nth-child(3) {
        width: auto;
        float: none;
        display: list-item;
        position: relative;
        line-height: 30px;
        color: white !important;
        background-color: rgba(0, 128, 200, 0.9);
        z-index: 5;
}
#navi ul ul li:nth-child(3):hover {
        background-color: rgba(0, 110, 172, 0.9);
}
#navi ul ul li a {
        color: white !important;
        border-bottom: 0px solid;
}
.menue-button {
        display: none;
}
}
@media screen and (min-width: 1200px)  {
#wrapper{
  width: 100%;
  margin: 0 auto;
  height:auto !important;
}
#container{
  width: 100%;
  margin-left:0%;
  height:auto !important;
}
#content {
         position: relative;
         width: 80%;
        margin-bottom: 10%;
        float:left;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: -20px;
        z-index: 10;
}
#kopf{
           width: 100%;
           height: 140px;
}
#logo{
        width: 12%;
        margin-top: 10px;
        background-repeat:no-repeat;
        float:left;
        margin-left: 2%;
        z-index: 200;
}
.entry h1 {
        text-align: center;
}
footer{
         width: 100%;
         height: 450px;
         margin: 0 auto;
         float: left;
         font-family:"HelveticaNowText-Thin";
         text-align:center;
         font-size:1.2rem;
         color: black;
}
footer p {
         font-family:"HelveticaNowText-Thin";
         text-align:left;
         font-size:1.2rem;
         color: black;
}
#navi {
         width: 88%;
         float:left;
         display: block;
        background: none;
        position: relative;
        margin-top: -70px;
        padding-left: 12%;
        background: #fef8f3;
        z-index: 100;
}
#navi a {
        display: block;
        height: 100%;
        padding: 0.4em 0.8em;
         font-family: 'Poppins';
          font-style: normal;
         font-weight: 200;
         font-size:1.1rem;
        line-height: 2.0rem;
        text-decoration: none;  /* keine Unterstreichung */
        color: black;  /* Schriftfarbe weiß */

        webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}
#navi a:hover {
        color: black;
            font-size:1.1rem;
        line-height: 2.0rem;

        -webkit-transition: all 400ms ease-in;
        -moz-transition: all 400ms ease-in;
        -ms-transition: all 400ms ease-in;
        -o-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
}
}
@media screen and (min-width: 1440px)  {
#logo{
        width: 12%;
        margin-top: 10px;
        background-repeat:no-repeat;
        float:left;
        margin-left: 6%;
        z-index: 200;
}
rs-module#rev_slider_21_1.revslider-initialised.rev_redraw_on_blurfocus {
                height: 610px!important;
        }
#content {
         position: relative;
         width: 80%;
        margin-bottom: 10%;
        float:left;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: -20px;
        z-index: 10;
}
#navi {
         width: 85%;
         float:left;
         display: block;
        background: none;
        position: relative;
        margin-top: -70px;
        padding-left: 15%;
        background: #fef8f3;
        z-index: 100;
}
#navi a {
        display: block;
        height: 100%;
        padding: 0.4em 0.8em;
         font-family: 'Poppins';
          font-style: normal;
         font-weight: 200;
         font-size:1.2rem;
        line-height: 2.0rem;
        text-decoration: none;  /* keine Unterstreichung */
        color: black;  /* Schriftfarbe weiß */

        webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}
#navi a:hover {
        color: black;
            font-size:1.2rem;
        line-height: 2.0rem;

        -webkit-transition: all 400ms ease-in;
        -moz-transition: all 400ms ease-in;
        -ms-transition: all 400ms ease-in;
        -o-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
}
}
@media screen and (min-width: 1600px)  {
h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
         font-size:3.0em;
        text-align: center;
        line-height: 1.3em;
        color: black;
}
#logo{
        width: 12%;
        margin-top: 10px;
        background-repeat:no-repeat;
        float:left;
        margin-left: 10%;
        z-index: 200;
}
#navi {
         width: 80%;
         float:left;
         display: block;
        background: none;
        position: relative;
        margin-top: -70px;
        padding-left: 20%;
        background: #fef8f3;
        z-index: 100;
}
#navi a {
        display: block;
        height: 100%;
        padding: 0.4em 1.0em;
         font-family: 'Poppins';
          font-style: normal;
         font-weight: 200;
         font-size:1.2rem;
        line-height: 2.0rem;
        text-decoration: none;  /* keine Unterstreichung */
        color: black;  /* Schriftfarbe weiß */

        webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}
#navi a:hover {
        color: black;
            font-size:1.2rem;
        line-height: 2.0rem;

        -webkit-transition: all 400ms ease-in;
        -moz-transition: all 400ms ease-in;
        -ms-transition: all 400ms ease-in;
        -o-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
}
#content {
         position: relative;
         width: 80%;
        margin-bottom: 10%;
        float:left;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: -20px;
        z-index: 10;
}
rs-module#rev_slider_21_1.revslider-initialised.rev_redraw_on_blurfocus {
                height: 1200px!important;
        }
}