﻿@charset "utf-8";

h1 {
    line-height: 155%;
    position: relative;
    color:#cccccc;
    text-align: center;
    font-family: Charm-Regular, Arial, sans-serif;
    font-size: 64px;
    font-weight: normal;
    width:100%;
    background-image: url("img/bar-separator-deco-h_01.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-bottom: 30px;
}

.ico-location {
    width: 30px;
    height: 30px;
    margin: 50px auto 30px auto;
}

.ico-location > div:first-child {
    width: 100%;
    height: 100%;
    border-radius:50%;
    border: 8px solid white;
    box-sizing: border-box;
}
  
.ico-location > div:last-child {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid white;
    margin: -7px auto auto auto;
}

.introBG  {
    background-image: url("img/top-kontakt_01.jpg");
    background-position: 50% 50%;
}

.stage.A > .content {
    background-image: url("img/bg-ivy_01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-bottom: 5%;
}

.slideshow {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    width: 476px;
    margin: 5% 3% 0 3%;
}

.slideshow .display {
    font-size: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: black;
}

.slideshow .display > .wrapper {
    cursor: pointer;
    /*position: absolute;
    white-space: nowrap;
    top:0;*/
}

.slideshow .display > .wrapper > div {
    position: absolute;
    /*display: inline-block;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
}

.slideshow .display img {
    display: block;
    width: 100%;
    visibility: hidden;
}

.slideshow .display .navBtn {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 3;
    position: absolute;
    width: 20px;
    height: 50px;
    line-height: 50px;
    top:0;
    bottom:0;
    margin: auto;
}

.slideshow .display .prev {
    left: 1%;
}

.slideshow .display .next {
    right: 1%;
}

.slideshow .indicator {
    width: 100%;
    text-align: center;
    line-height: 45px;
}

.slideshow .indicator > div {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform-origin: 16px 17px;
}

.slideshow .indicator > div.current {
    animation: rotate 0.4s linear infinite;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.contactform {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3%;
}

.contactform a {
    color: white;
    font-weight: bold;
}

.contactform *:not(h1) {
    font-family: Montserrat-Regular, Arial, sans-serif;
    box-sizing: border-box;
}

.contactform form {
    margin-top: 36px;
}

.contactform input, .contactform textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 19px;
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 8px;
    margin-bottom: 16px;
}

.contactform textarea {
    height: 210px;
    resize: vertical;
}

.contactform input[type=submit] {
    cursor: pointer;
}

.contactform input[type=submit]:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.stage.A > div:last-child {
    background-color: rgba(128, 128, 128, 0.5);
}

.stage.A > div:last-child > div {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin: 9px 3% 18px 3%;
    color: rgba(255, 255, 255, 0.65);
}

.stage.A > div:last-child a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}



.stage.B > .content {
    background-image: url("img/bg-forest_02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.stage.B > .content > div {
    margin: 5% 3% 7% 3%;
    display: inline-block;
    font-family: Charm-Regular, Arial, sans-serif;
    font-size: 62px;
    line-height: 125%;
}

.stage.C > .content {
    background-image: url("img/bg_candles_01.jpg");
    background-repeat: no-repeat;
    background-position: 76% 50%;
    background-size: cover;
    text-align: center;
    font-size: 21px;
    line-height: 160%;
    padding: 5% 3% 12% 3%;
}

.stage.D > .content {
    background-color: #0A1E14;
    text-align: center;
    font-size: 21px;
    color: grey;
    padding: 2%;
}

.stage.D > .content > a:link, .stage.D > .content > a:visited {
    color: white;
    text-decoration: none;
}

.stage.D > .content > a:hover {
    text-decoration: underline;
}


.stage.E > .content {
    background-color: black;
    text-align: center;
    padding: 0 0 4% 0;
    display: inline-block;
}

.stage.E > .content > div {
    display: inline-block;
    margin: 0 1.4% 0 1.4%;
}

.stage.E > .content > div > img {
    display: block;
    width: 310px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
    cursor: pointer;
}

.stage.E > .content > div:nth-child(2) img {
    margin-top: 0;
}

.stage.E > .content > div > a {
    display: block;
    font-size: 22px;
    color: white;
    text-decoration: none;
}



@media only screen and (max-width: 1060px) {
    .slideshow {
        max-width: 476px;
        width: 90%;
    }

    .contactform {
        max-width: 450px;
        width: 90%;
    }
}

@media only screen and (max-width:680px) {
    .stage.B > .content > div {
        font-size: 42px;
    }
}

@media only screen and (max-width: 438px) {
    h1 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 360px) {
    .stage.E > .content > div > img {
        width: 98%;
        max-width: 342px;
    }
}