﻿body{
    margin: 0;
    padding: 0;
    background: #F7F7F7;
    font-size: 120%;
    color: #000;
    font-family:isidoraregular, sans-serif;
}
* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'isidoramedium';
    src: url('../fonts/isidora-medium-webfont.woff2') format('woff2'),
         url('../fonts/isidora-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidoramedium_it';
    src: url('../fonts/isidora-mediumit-webfont.woff2') format('woff2'),
         url('../fonts/isidora-mediumit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidoraregular';
    src: url('../fonts/isidora-regular-webfont.woff2') format('woff2'),
         url('../fonts/isidora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidoraregular_it';
    src: url('../fonts/isidora-regularit-webfont.woff2') format('woff2'),
         url('../fonts/isidora-regularit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidorasemibold';
    src: url('../fonts/isidora-semibold-webfont.woff2') format('woff2'),
         url('../fonts/isidora-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidorasemibold_it';
    src: url('../fonts/isidora-semiboldit-webfont.woff2') format('woff2'),
         url('../fonts/isidora-semiboldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@keyframes shimmy {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 10px);
    opacity: 0.2;
  }
}
h1{
    font-family:isidorasemibold,sans-serif;
    font-size: 2.9rem;
    font-weight: normal;
    color: #000;
}
h2{
    font-family:isidorasemibold,sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    color: #000;
}
h3{
    font-family:isidorasemibold,sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    color: #000;
}
h4{
    font-family:isidorasemibold,sans-serif;
    font-size: 2.0rem;
    font-weight: normal;
    color: #000;
}
strong{
    font-family: isidoramedium,sans-serif;
}
em{
  font-family: isidoraregular_it,sans-serif;
}
.tuerkis{
    color: #0F6C6E;
}
.orange{
    color: #F6A841;
}
.weiss{
    color: #fff;
}
.klein{
    font-size: 0.9rem;
}
.big{
    font-size: 2.2rem;
}

p{
    line-height: 160%;
    margin: 0 0 15px 0;
}

.parallax-window img{
    min-height: 100%;
    min-width: 100%;
}


.parallax-window {
    height: 100vh;
    background: transparent;
    overflow: hidden;
    position: relative;
}
.parallax-window::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    background: linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
}
.slogan{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40%;
    padding: 100px 10px 0 20px;
    color: #F6A841;
    font-size: 3vh;
    z-index: 89;
}
.slogan p{
    line-height: 4vh;
}

.slogan h2{
    color: #fff;
    font-size: 3.5vh;
}
.bottom{
    position: absolute;
    z-index: 90;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.bottom img{
     animation: shimmy 0.8s infinite;
  animation-direction: alternate;
}
.bottom img:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
/*img{
    display: block;
}*/
a{
    text-decoration: none;
    color: #926935;
    outline: none;
}
a:hover, a:focus{
   text-decoration: none;
    color: #926935;
    outline: none;
}
a.readon{
    font-family: isidorasemibold, sans-serif;
    color: #fff;
    background: #0F6C6E;
    outline: 2px solid #fff;
    padding: 8px;
    margin-top: 10px;
    transition: all 0.5s linear; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear;
}
a.readon:hover{
    color: #fff;
    background: #0B5253;
}
ul{
    list-style-image: url(../images/li.png);
}

ul.galerie {
    list-style: none;
        list-style-image: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}
ul.galerie li,.drittel{
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
    box-sizing: border-box;
    padding: 5px 5px 0 5px;
}
ul.galerie li:nth-child(3n),.drittel:nth-child(3n) {
    margin-right: 0%;
}
ul.galerie li img{
    display: block;
box-sizing: border-box;
    width: 100%;
  height: auto;
    border: 10px solid #fff;
  margin-bottom: 8px;
  box-shadow: 0px 0px 3px 2px #8a8a8a; -moz-box-shadow: 0px 0px 3px 2px #8a8a8a; -webkit-box-shadow: 0px 0px 3px 2px #8a8a8a;
  transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in;
}
ul.galerie li img:hover{
 border: 10px solid #ECECEC;
}
.links{
    width: 50%;
    float: left;
    padding-right: 10%;
}
.rechts{
    width: 50%;
    float: right;
    padding-left: 10%;
}
.links img, .rechts img{
    width: 100%;
    border: 10px solid #fff;
    outline: 1px solid #c7c7c7;
    outline-offset: 0px;
}
.umbruch{
    clear: both;
}

.bild {
    float: left;
    display: inline-block;
    width: 25%;
    font-size: 0.9rem;
    color: #616161;
    text-align: center;
    margin: 0px 20px 10px 0;
    box-sizing: border-box;
}
.bild img{
    border: 10px solid #fff;
margin-bottom: 8px;
box-shadow: 0px 0px 3px 2px #8a8a8a;
-moz-box-shadow: 0px 0px 3px 2px #8a8a8a;
-webkit-box-shadow: 0px 0px 3px 2px #8a8a8a;
width: 100%;
box-sizing: border-box;
}
/********************************************************/
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    height: 146px;
    background: #fff;
    transition: all 1s linear; -moz-transition: all 1s linear; -webkit-transition: all 1s linear; -o-transition: all 1s linear;
}
header.header-fixed{
    height: 100px;
    /*border-bottom: 1px solid #5A4833;*/
    box-shadow: 0px 0px 3px 0px #3d3d3d; -moz-box-shadow: 0px 0px 3px 0px #3d3d3d; -webkit-box-shadow: 0px 0px 3px 0px #3d3d3d;
}
#logo{
    display: inline;
    float: left;
    padding: 23px 0 23px 0;
    background: #0F6C6E;
}
header #logo{
    transition: all 1s linear; -moz-transition: all 1s linear; -webkit-transition: all 1s linear; -o-transition: all 1s linear;
}
header.header-fixed #logo{
    padding: 0;
}
#nav{
    display: none;

}

#navigation{
    position: relative;
    height: 146px;
display: inline-block;
 transition: all 1s linear; -moz-transition: all 1s linear; -webkit-transition: all 1s linear; -o-transition: all 1s linear;
}
header.header-fixed #navigation{
    height: 100px;
}
#navigation nav{
      top: 50%;
    transform: translateY(-50%);
    position: relative;
    background: #fff;

}

#navigation nav ul::after{
content: " ";
    display: table;
    clear: both;
}

#navigation nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#navigation nav ul li{
    display: inline;
    line-height: normal;
    float: left;
    padding: 0 12px 5px 9px;
    margin: 0 10px 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}
#navigation nav ul li.parent:hover{
    background: url(../images/down.png) right center no-repeat;
}

#navigation nav ul li a, #navigation nav ul li ul li a, #navigation nav ul li.current ul.nav-child li a{
    color: #0F6C6E;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
}
/*)#navigation nav ul li:last-child a, #navigation nav ul li:last-child{
    padding-right: 0;
} */

#navigation nav ul li a:hover,#navigation nav ul li.current a,#navigation nav ul li.active a,#navigation nav ul li a:focus{
    color: #000;
    background: transparent;
}
#navigation ul li ul{
    display: inline;
    height: auto;
    left: 0;
    top: 1.3rem;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    visibility: hidden;
         box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.6); -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.6);
}
#navigation ul li:hover ul{
    visibility: visible;
}
#navigation ul li ul li{
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    background: #fff;
}
#navigation ul li ul li a{
    display: block;
    padding: 5px 5px 5px 9px;
    border-top: 1px solid #0F6C6E;
    border-right: 1px solid #0F6C6E;
    border-left: 1px solid #0F6C6E;
}
#navigation ul li ul li:last-child a{
 border-bottom: 1px solid #0F6C6E;

}

#navigation ul li ul li.active a{
    background: #0F6C6E;
    color: #fff;
}

.slider{
 margin-top: 146px;
 transition: all 1s linear; -moz-transition: all 1s linear; -webkit-transition: all 1s linear; -o-transition: all 1s linear;
}
.slider img{
    width: 100%;
    height: auto;
    display: block;
}

header.header-fixed + .slider{
    margin-top: 100px;
}

.ifleft{
    width: 50%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}
.ifright{
    width: 50%;
    float: right;
    padding-left: 20px;
     box-sizing: border-box;
}
.bilderliste{
    background: url(../images/baum2.png) left top no-repeat #F2EADF;
    border-top: 10px solid #fff;
}

.details{
    background: url(../images/baum1.png) left top no-repeat,url(../images/bgdetails1.jpg);
    border-top: 10px solid #fff;
}

.google{

}
footer{
    background: #0B5253;
}
#top{
 position: absolute;
 top: 0;
}
.top{
    text-align: center;
}

.top img{
    display: inline-block;
    margin-top: 15px;
}

#newsletter{
    text-align: center;
   margin: 15px 0 0 0;
    color: #fff;
}
 div.acymailing_module, .acymailing_module div {
    padding: 0 !important;
    margin: 0 auto !important;
    border-style: none !important;
    display: inline-block;
}
.acymailing_form p, .acymailing_introtext p{
    line-height: normal;
    margin-bottom: 5px;
}

.acysubbuttons input,.btn-primary,.btn{
    color: #fff;
    font-size: 0.9rem;
    background: #0F6C6E;
    background-image: none;
    outline: 2px solid #fff;
    padding: 5px;
    margin: 0 5px 0 5px;
    transition: all 0.5s linear; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear;
}
.acysubbuttons input:hover, .acysubbuttons input:hover,.btn-primary:hover{
    color: #fff;
    background: #0B5253;
    background-image: none;
}

#naviunten{
    text-align: center;
    padding: 15px 0 15px 0;
}
#naviunten ul.nav{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    list-style-image: none;
}
#naviunten ul.nav li{
    float: left;
    display: inline;
    padding: 0 10px 0 10px;
    line-height: normal;
}
#naviunten ul.nav li a{
    font-size: 1.5rem;
    color: #fff;
}
#naviunten ul.nav li a{
  background: transparent;
}

#adresse{
    background: #fff;
    text-align: center;
    font-size: 1rem;
    color: #0B5253;
    padding: 10px 0 10px 0;
}
#adresse a{
    color: #0B5253;
}
#adresse p{
    margin: 0;
}

article{
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
    padding-bottom: 30px;
    padding-top: 30px;
}
#article{
position: absolute;
top: 100vh;
margin-top: -100px;
height: 0;
overflow: hidden;
}
table.preise{
    border: 1px solid #0B5253;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
}

table.preise tr.headline {
    background: #0B5253;
    border-bottom: 1px solid #0B5253;
    border-right: none;
    color: #fff;
    text-align: left;
}
table.preise tr.headline td{
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #0B5253;
  background: #0B5253;
}
table.preise td{
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
}
label, textarea {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1rem;
}
label{
    vertical-align: middle;
}

input{
    min-height: 30px;
}
input[type="radio"]{
    min-height:auto;
}
/*******************************************/
@media (max-width:768px)
{

body{
        padding: 0 2% 0 2%;
        font-size: 100%;
}
.parallax-window{
        display: none;
}
#navigation{
        display: none;
}

/*Navigation*/
#nav {
    width:100%;
        position: absolute;

    display:none;
}

#navi-open:target #nav {display:block;position: absolute; top: 50px;z-index: 100; }
.nav-toggle {

}
#navcontainer{
    height: 50px;
    position: relative;
    display: block;
    z-index: 10000;
    background: #0B5253;
}
.nav-show {display:block;position:absolute; right:0; top:0; width: 50px; height: 50px; background: url(../images/opennav.jpg);}
.nav-hide {display:none; position:absolute; right:0; top:0; width: 50px; height: 50px; background: url(../images/closenav.jpg);}

#navi-open:target .nav-hide {display:block;}

#navi-hide:target .nav-hide {display:none;}

#nav ul{
 list-style-image: none;
 margin: 0;
 padding: 0;
 position: relative;
 z-index: 100;
 display: block;
 background: #0B5253;
 }
#nav ul:after{
    clear: both;
    content: " ";
    display: block;
}

#nav ul li{
    display: block;
    padding: 5px;
    color: #fff;
    border-bottom: 1px dotted #fff;
}
#nav ul li a{
    display: block;
    padding: 16px 10px 16px 10px;
    transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
}
#nav ul li a:hover{
    color: #fff;
    background: #083839;
}
#nav ul li.current a, #navi ul li.active a {
 color: #fff;
 background: #083839;
}
#nav ul li.parent:hover{
        background-image: none;
}

/* Naviende */
header{
        position: relative;
        height: auto;
        padding:0 0 0 0;
}

header.header-fixed{
        height: auto;
}
header.header-fixed{
        height: 100px;
        border-bottom: 1px solid #5A4833;
}
#logo{
        display: block;
        float: none;
        padding: 0;
        text-align: center;
        background: #0F6C6E;
}
header #logo{
        transition: all 1s linear; -moz-transition: all 1s linear; -webkit-transition: all 1s linear; -o-transition: all 1s linear;
}
header.header-fixed #logo{
        padding: 0;
}


.slider{
        margin-top: 0px;
}
header.header-fixed + .slider{
        margin-top: 0px;
}
ul.galerie li{
        float: none;
        margin: 0 0 0 0;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 5px 0 5px;
}
ul.galerie li:nth-child(3n) {
        margin-right: 0%;

}
.ifleft{
        width: 100%;
        float: none;
        padding-right: 0px;
}
.ifright{
        width: 100%;
        float: none;
        padding-left: 0px;
}
.links{
        width: 100%;
        float: none;
        padding-right: 0%;
}
.rechts{
        width: 100%;
        float: none;
        padding-left: 0%;
}
.bild {
        float: none;
        display: block;
        width: 105%;
        font-size: 0.9rem;
        color: #616161;
        text-align: center;
        margin: 0px 0px 10px 0;
        box-sizing: border-box;
}
ul.galerie li,.drittel{
        float: none;
        margin: 0 0 0 0;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 5px 0 5px;
}
#naviunten{
        text-align: center;
        padding: 15px 0 15px 0;
}
#naviunten ul.nav{
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        list-style: none;
        list-style-image: none;
}
#naviunten ul.nav li{
        float: none;
        display: inline;
        padding: 0;
        line-height: normal;
}
#naviunten ul.nav li a{
        font-size: 1.0rem;
        color: #fff;
        padding: 10px 0 10px 0;
}
}
/**************************************/
.mod-menu__toggle-sub{
    display: none;
}
