@font-face{
    font-family: "theHeart";
    src: url("theHeart.ttf");
}

@font-face{
    font-family: "mahindra";
    src: url("mahindra.ttf");
}

*{
    margin: 0;
    padding: 0;
    color: lightgrey;
    font-size: 13pt;
    font-family: "mahindra";
}

img{
    width: 100%;
}

#background{
    display: block;
    background: url(bg2.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center; 
    position: fixed;
    width: 130%;
    height: 130%;
    margin-left: -15%;
    margin-top: -15%;
    z-index: -1;
    filter: none;
    filter: blur(10px);
}

#scrollme{
    display: none;
}
#menu{
    display: none;
}
.upper-box{
    display: none;
}
#map{
    display: none;
}

#mobilenav{
    text-align: center;
    list-style: none;
    padding: 20px;
}

#impressum{
    background: rgba(0,0,0,.4);
    padding: 20px;
    z-index: 100;
}
#impressum *{
    font-size: 8pt;
}

#titlecontainer{
    position: absolute;
    top: 0;
    width: 100%;
    height: 20%;
    z-index: 100;
}
#title{
    position: absolute;
    transition: all 2s;
    top: 80pt;
    left: 50%;
    width: 100%;
    text-align: center;
    margin-left: -50%;
    font-family: "theHeart";
    color: white;
    font-size: 70pt;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 3000px;
}
#title a{
    font-family: "theHeart";
    font-size: 70pt;
    text-decoration: none;
}



#icon{
    position: absolute;
    left: 50%;
    top: 20pt;
    margin-left: -40pt;
    width: 80pt;
    height: 80pt;
    border: none;
}
.fader{
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%);
    height: 30vh;
    overflow: hidden;
    z-index: 80;
}
.dark{
    background: rgba(0,0,0,.5);
    /*box-shadow: 0px 0px 300px 140px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 300px 140px rgba(0,0,0,.2);*/
}
.onepage{
    padding: 20px;
    padding-top: 100px;
}

.lightbox{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 199;
    background: rgba(0,0,0,.3);
    text-align: center;
}
.lightbox .imgContainer{
    position: relative;
    display: inline-block;
    z-index: 200;
}
.lightbox .imgContainer .prevImg{
    position: fixed;
    float: left;
    left: 0;
    width: 50px;
    margin-right: -30px;
    height: 100%;
    background-image: url(back.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 202;
}
.lightbox .imgContainer img{
    border: none;
    float: left;
    left: 0;
    top: 50vh;
    position: fixed;
    width: 100vw;
    height: auto;
    transform:translateY(-50%);
    z-index: 201;
}
.lightbox .imgContainer .nextImg{
    position: fixed;
    float: right;
    right: 0;
    width: 50px;
    margin-left: -30px;
    height: 100%;
    background-image: url(next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 202;
}
.lightbox .closebutton{
    position: fixed;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    border: none;
    cursor: pointer;
    z-index: 203;
}

.highlight{
    font-weight: bolder;
    color: #ff5b4c;
}
.highlightgreen{
    color: #12B359;
}

#message-form input, button{
    border: 1px solid grey;
    padding: 2px;
    margin: 2px;
    background: rgb(74, 74, 74);
    width: calc(100% - 4px);
}
#message-form input[type="submit"]{
    width: 100%;
}
#message-form textarea{
    border: 1px solid grey;
    width: calc(100% - 4px);
    margin: 2px;
    padding: 2px;
    background: rgb(74, 74, 74);
    height: 200px;
}
