/**
 * Theme Name:   Terra Divina
 * Theme URL:    https://www.terra-divina.it/
 * Description:  Internetauftritt Terra Divina
 * 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;
      }
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:2.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%;
           position: relative;
           height: 90px;
         z-index: 100;
}

.vc_column_container > .vc_column-inner {
        padding-right: 0px!important;
        padding-left: 0px!important;
}
#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;
}
.entry li {
         list-style-type: disc;
         list-style-position:outside;
         margin-left: 25px;
         padding-top: 10px;
}
#content {
        width: 90%;
        position: relative;
        float:left;
        padding-left: 5%;
        padding-right: 5%;
        z-index: 1;
}
footer{
         width: 100%;
         height: 450px;
         margin: 0 auto;
         float: left;
         color: #29509b;
         font-family:"HelveticaNowText-Thin";
         text-align:center;
         font-size:1.2rem;
         background: -webkit-linear-gradient(180deg, rgba(151,72,41,1) 46%, rgba(244,157,101,1) 72%, rgba(177,95,58,1) 100%);
}
footer p {
         font-family:"HelveticaNowText-Thin";
         text-align:left;
         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;
        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: #29509b;
        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:"GaramondURW-Bol";
        color: black;
        font-size:1rem;
        line-height: 1rem;
        text-decoration: none;  /* keine Unterstreichung */
        color: white;  /* 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: #92d6fd;
        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: white !important;
        background-color: rgba(5, 69, 133, 0.9);
}
#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 {
        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";
}
i.fa.fa-map-marker{
         content:"\f041";
        color: white;
             font: normal normal normal 26px/1 FontAwesome;
}
i.fa.fa-car{
         content:"\f1b9";
        color: white;
             font: normal normal normal 26px/1 FontAwesome;
}
.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)  {
}
@media screen and (min-width: 768px)  {
}
@media screen and (min-width: 1024px)  {
#wrapper{
  width: 100%;
  margin: 0 auto;
  height:auto !important;
}
#container{
  width: 100%;
  height:auto !important;
}
#kopf{
           width: 100%;
           position: relative;
         z-index: 100;
}
.ubermenu.ubermenu-main {
         width:100%;
         height: 100px!important;
         background-image:url(images/bg_kopf1.png)!important;
         background-size:cover!important;
         background-image:no-repeat;
        float:left;
        top:30px!important;
        z-index: 2;
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
        margin-top: 50px!important;
}
#logo{
        width: 10%;
        height: 100px;
        background-repeat:no-repeat;
        float:left;
        margin-top: 20px;
        margin-left: 2%;
        z-index: 2;
}
#content {
         position: relative;
         width: 80%;
        float:left;
        margin-top: -90px;
        padding-left: 10%;
        padding-right: 10%;
        z-index: 1;
}
footer{
         width: 100%;
         height: 300px;
         margin: 0 auto;
         float: left;
        padding-top: 100px;
}
footer p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
         text-align:left!important;
         font-size:1.2rem;
         color:white;
}
footer .widget a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
         text-align:left;
         font-size:1.2rem;
         color:black;
       text-decoration: none;  /* keine Unterstreichung */
}
footer .widget {
         width: 97%;
         float: left;
         padding-left: 3%;
}
.menu-footer-menue-container li:nth-of-type(1) {
        list-style: none;
        float: left;
        width: 10%;
         text-align: left;
}
.menu-footer-menue-container li:nth-of-type(2) {
        list-style: none;
        float: left;
        width: 20%;
         text-align: left;
}
.menu-footer-menue-container li:nth-of-type(3) {
        list-style: none;
        float: left;
        width: 30%;
         text-align: left;
}
.menu-footer-menue-container li:nth-of-type(4) {
        list-style: none;
        float: left;
        width: 10%;
         text-align: left;
}
.sub-menu li:nth-of-type(1) {
        list-style: none;
        float: left;
        width: 500px;
         text-align: left;
}
.sub-menu li:nth-of-type(2) {
        list-style: none;
        float: left;
        width: 500px;
         text-align: left;
}
.sub-menu li:nth-of-type(3) {
        list-style: none;
        float: left;
        width: 500px;
         text-align: left;
}
.sub-menu li:nth-of-type(4) {
        list-style: none;
        float: left;
        width: 500px;
         text-align: left;
}
footer .wp-block-image .alignleft {
        float: none;
}
.menu-impressum-container li {
        list-style: none;
        float: left;
         text-align: left;
         padding: 5%;
         margin-left:-8%;
}
/*.widget.widget_nav_menu li  {
        list-style: none;
        float: left;
        width: auto;
         text-align: left;
}*/
.widget.widget_polylang li {
        list-style: none;
        float: left;
        width: auto;
         text-align: left;
         padding-left: 2%;
}
/*.hmenu_wrapper_state_1 {
         margin-top:-32px !important;
         }
/*#hmenu_load_1 .hmenu_navigation_holder > ul{
         height: 85px!important;
         }
/*#hmenu_load_1 {
         z-index: 100!important;
                 position: relative!important;
         }*/
/*.hmenu_mega_sub {
         margin-top:-130px!important;
         }
/*.hmenu_submenu.hmenu_mega_sub.hmenu_drop_devider {
                position: relative;
         z-index: 50!important;
         }*/
/*.hmenu_navigation_holder {
         margin-top: -27px!important;
         }
        .hmenu_inner_holder {
         margin-top: -32px!important;
         }
.menu-impressum-container {
         float: left;
        text-align: left;
         } */
#navi {
         width: 87%;
         float:right;
         display: block;
        background: none;
        position: relative;
        margin-top: 1px;
        padding-bottom: 20px;
        z-index: 1;
}
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.2rem;
        line-height: 2.0rem;
        text-decoration: none;  /* keine Unterstreichung */
        color: white;  /* 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;
}
#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)  {

.entry h1 {
        text-align: center;
}
footer{
         width: 100%;
         height: 300px;
         margin: 0 auto;
         float: left;
}
footer p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
         text-align:left!important;
         font-size:1.2rem;
         color:white;
}
#navi {
         width: 50%;
         float:right;
         display: block;
        background: none;
        position: relative;
        margin-top: 1px;
        z-index: 1;
}
#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: white;  /* 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;
}
}
@media screen and (min-width: 1440px)  {

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

}