@charset "UTF-8";
/* CSS Document */
a, a:visited{ color: #008e59;}
.green {
    color: #008e59;
}
.bg_green {
    background-color: #008e59;
    color: #fff!important;
}
.orange {
    color: #ec6527!important;
}
.bg_orange {
    background-color: #ec6527;
}
.gelb {
    color: #fbef00;
}
.bg_gelb {
    background-color: #fbef00;
}
.msg{
    line-height: 1.5em;}
.msg h2{ color: #008e59;}
h3, p {
    font-weight: 300;
}
h3+p {
    margin-top: 1em;
}
#header {
    position: relative;
    height: 135px;
    border-bottom: #fff solid 1px;
}
#header .center {
    height: 100%;
}
#logo {
    position: absolute;
    top: 0;
    right: 50px;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    z-index: 9;
}
#logo img {
    position: relative;
    width: 280px;
    height: auto;
    padding: 10px 50px;
}
#teaser {
    position: relative;
    height: 600px;
    background-image: url("../img/Wald.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#teaser .center {
    height: 100%;
    background-image: linear-gradient(to right,#ffff9900 0%, #ffff9944 5%, #ffff9900 50%);
}
#teaser h1 {
    color: #fff;
    font-size: 55px;
    margin-top: 50px;
    filter: drop-shadow( 0 0 5px #000);
    text-transform: uppercase;
    
}
#teaser h1:before {
    position: absolute;
    content: "»";
    margin-left: -30px;
}
#teaser h1:after {
    position: absolute;
    content: "«";
}
#teaser p {
    margin-top: 0.5em;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    filter: drop-shadow( 0 0 5px #000);
    
    
    font-weight: 500;
}
#sticker {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    text-align: center;
    filter: drop-shadow( 5px 5px 10px #00000099);
    transform: rotate(10deg);
}
#sticker h3 {
    margin-top: 40px;
    color: #000;
    font-size: 22px
}
.btn {
    position: absolute;
    padding: 10px 20px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 1.0em 0;
    filter: drop-shadow( 0px 0px 5px #000);
}
#vorteile {
    padding: 50px 0 50px 0;
}
#vorteile ul {
}
#vorteile ul li {
    list-style: none;
    font-size: 24px;
    margin-bottom: 1em;
    padding-left: 35px;
}
#vorteile ul li:before {
    content: "";
    position: absolute;
    left: 50px;
    margin-top: -5px;
    background-image: url("../img/check.png");
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
#bilder {
    margin-left: -10px;
}
#maps {
    width: 100%;
    height: 450px;
    background-image: url("../img/maps.png");
    background-size: cover;
    background-position: center;
}
#maps iframe {
    margin-bottom: -4px;
}
#zitat {
    padding: 80px 0;
    box-shadow: inset 0 5px 5px #00000088;
}
#zitat h2, #zitat p {
    color: #fff;
    text-align: center;
    margin: auto;
}
#zitat h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#zitat p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
#gc {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    color: #fff;
}
#gc .center {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
#gc a, #gc a:visited {
    color: #fff;
}
#bottom{ color:#fff;}
#bottom .center{ padding-top: 10px;
padding-bottom: 10px;}
#bilder .item:before{
    /*
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
    
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
    
left: calc(50% - 10px);
bottom: 10px;
border-width: 10px 10px 0 10px;
border-color: #008e59 transparent transparent transparent;
   */
}
#bilder .item{
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
#bilder .item:hover:before{bottom: 0px;}
#bilder .item:hover img{ border-bottom:#008e59 solid 1px; }
#bilder .item img{ border-bottom:#fff solid 1px; }
#bilder .item.open:before{ display: none;}
#bilder .item .g_pfeil{ 
 position: relative;
 pointer-events: none;
    z-index: 1;
    content: '';
    border-style: solid;

    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

    left: calc(50% - 10px);
    bottom: 0;
    border-width: 0px 10px 0px 10px;
    border-color:  transparent transparent #ffffff transparent;
    width: 0;
    margin-top: 10px;
    background-color: #fff;
}
#bilder .item.open .g_pfeil{ 
 position: relative;
 pointer-events: none;
    z-index: 1;
    content: '';
    border-style: solid;

    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

    left: calc(50% - 10px);
    bottom: 0;
    border-width: 0px 10px 10px 10px;
    border-color:  transparent transparent #008e59 transparent;
    width: 0;
    margin-top: 10px;
    background-color: #fff;
}
.item h2{
    position: absolute;
    bottom: 15px;
    padding-left: 15px;
    color: #fff;
    background: #008e59;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    letter-spacing: 1px;
    font-size: 14pt;
    -webkit-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
    font-weight: 500;
    opacity: 0.7;
}
.item:hover h2{opacity: 1;}
.item img{ cursor: pointer;}
.item.open h2{bottom: 0; opacity: 1;}
.img_wrapper{position: relative;}
.item_text{
        position: relative;
    width: calc(300% + 60px);
padding: 20px;
background-color: #ffffff;
color: #fff;
margin: 20px 0 0 0;
max-width:none;
 /*   
width: calc(100% - 90px);
position: absolute;
left: 40px;*/
}

.item .item_text{ overflow: hidden; padding: 0; margin: 0; height:0; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; line-height: 1.5em; }
.item .item_text strong{ letter-spacing: 1px; line-height: 2em; font-size: 14pt; font-weight: 500;}

.item .item_text a{ letter-spacing: 1px; text-decoration: underline; cursor: pointer; font-weight: 500; color: #fff; padding-top: 0.5em; float: right;}
.item.open .item_text{display: block;  padding: 40px; margin: 0px 0 0 0; height:auto; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; z-index: 999; 
background-color: #008e59;}

#bilder .item:nth-child(3n-1) .item_text {margin-left: calc(-100% + -30px);}
#bilder .item:nth-child(3n) .item_text {margin-left: calc(-200% + -60px);}

#bottom_menu{position: absolute; right: 0; top:10px;}
#bottom_menu a{ color: #fff; margin: 0 10px;}
#footer a{color:#008e59;}
#footer #bottom a{color:#fff;}

