@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.ttf);
}

input:invalid{
    border: 1px solid red;
}

input:required{
    border: 1px solid grey;
}

.error{
    color: red;
}

.success{
    color: #1f7a1f;
}

textarea{
    width: 100%;
    resize: vertical;
}

/* SCENE ONE */
#welcome-scene{
    position: relative;
    height: 100vh;
    min-height: calc(90vw * 0.52  + 70px);
}

#welcome-image-container{
    background-image: url("../img/scaled-welcome.jpg");
    background-repeat: no-repeat;
    background-position: 85% 70%;
    background-color: ##006600;
    background-size: cover;
    min-height: calc(90vw * 0.52  + 70px);
    height: 100vh;
    width: 100%;
    margin: auto 0;
    position: absolute;
    z-index: -1;
}

#welcome-logo{
    position: absolute;
    top: 40%;
    left: 5%;
    width: 90%;
    color: white;
    font-size: 20vw;
}

/*HEADER*/
#header{
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    z-index: 2;
    background-color: white;
    opacity: 0.8;
    min-width: 260px;
}

#header.header-shadow{
    opacity: 0.95;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

#gala-logo{
    display: none;
    float: right;
}

ul#menu{
    list-style-type:none;
    height: 100%;
    margin-right: 20px;
    float: right;
}

ul#menu li{
    height: 46px;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px;
    padding-right: 15px;
}

ul#menu li a {
    color: #1ea839;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 2px;
}

ul#menu li a.active{
    border-bottom: 6px solid #1ea839;
}

ul#menu li a:hover {
    color: #66ff33;
}

#header #title{
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    height: 35px;
    font-size: 35px;
    color: #1ea839;
}

#header #logo-start.hide-logo{
    position: relative;
    top: -100px;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-property: top;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

#header #logo-start.show-logo{
    position: relative;
    top: 0px;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: top;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

#header #danner-logo{
    height: 100%;
    display: none;
}

#header #danner-logo-short{
    display: inline;
    height: 100%;
}

/* SCENE TWO */
#services{
    padding-top: 50px;
    background-color: white;
}

#quote{
    margin: auto;
}

#quote span{
    font-size: 27px;
}

#quote span:last-child{
    float: right;
    padding-left: 10px;
    font-size: 15px;
}

#message{
    padding-top: 25px;
    font-size: 18px;
}


.work-button-container{
    width: 48%;
    margin-left: 2%;
    text-decoration: none;
    color: black;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.work-button-container:hover{
    background-color: #f2f2f2;
    color: black;
}

.work-button-container.active{
    background-color: #DCDCDC;
}

.work-button-container div.title{
    text-align: center;
    margin: 7px auto;
    overflow: hidden;
    min-height: 38px;
    font-size: 12px
}

#gallery-container{
    width: 100%;
    height: 37vw;
    position: relative;
    overflow-x: hidden;
}

#arrow{
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -5px;
    width: calc(100% + 10px);
}

#gallery-container div.gallery-tab{
    height: 37vw;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0c1e14;
    position: absolute;
    top: 0px;
}

#gallery-container div.gallery-tab{
    z-index: 1;
    background-image: url("../img/plant.jpg");
}

#gallery-container div.gallery-tab.tab-plant{
    background-image: url("../img/plant.jpg");
}

#gallery-container div.gallery-tab.tab-garden{
    background-image: url("../img/garden.jpg");
}

#gallery-container div.gallery-tab.tab-wall{
    background-image: url("../img/wall.jpg");
}

#gallery-container div.gallery-tab.tab-terrace{
    background-image: url("../img/terrace.jpg");
}

/*Scene 3: Contact*/
#contact{
    padding-top: 100px;
    min-height: calc(100vh - 200px);    
}

#mobileN{
    width: 33%;
    min-width: 130px;
    margin-bottom: 30px;
}

#captcha-container{
    width: 350px;
    max-width: calc(100vw - 37px);
    overflow: hidden
}

#anti-bot-msg{
    /*line-height: 80px;*/
    display:table-cell;
    vertical-align:middle;
}

#anti-bot-msg:before{
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    max-width: 0.001%; 
}

#send-message-btn{
    background-color: #1d4931;
    border-color: #1d4931;
}

#send-message-btn:disabled{
    cursor: not-allowed;
    background-color: #2c6d49;
    border-color: #2c6d49; 
}

#send-message-btn:hover{
    background-color: #2c6d49;
    border-color: #2c6d49;  
}

/*Footer*/
#footer{
    width: 100%;
	min-width: 260px;
    height: 65px;
    border-top: 2px solid black;
    background-color: #0c1e14;
}

#footer .footer-element{
    margin: 5px;
    text-align: center;
    text-decoration: none;
    color: white;
    white-space: nowrap;
    font-size: 12px;
}

#footer a.footer-element:hover{
    background-color: #1d4931;
}

/*Impressum*/
#impressum-container{
    margin-top: 150px;
    margin-bottom: 50px;
    min-height: calc(100vh - 217px);
}

#mobileN-Impr{
    height: 15px;
}

/* Larger than tablet */
@media (min-width: 750px) {
    
    .work-button-container{
        width: 22%;
        margin-left: 4%;
    }
    
    /*Header*/
    #header{
        height: 70px;
    }
    
    #gala-logo{
        display: inline-block;
        margin: 10px;
        height: 50px;
    }
    
    ul#menu li{
        height: 66px;
    }
    
    ul#menu li a {
        font-size: 20px;
    }
    
    #header #title{
        height: 50px;
        margin-left: 20px;
    }
    
    #header #danner-logo-short{
        display: none;
    }
    
    #header #danner-logo{
        display: inline;
    }
    
    /*Scene Two*/
    #services{
        padding-top: 120px;
    }
    
    .work-button-container div.title{
        font-size: 16px;
        min-height: 65px;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    #welcome-logo{
        left: 15%;
        width: 70%;
    }
    .work-button-container div.title{
        font-size: 20px;
        min-height: 65px;
    }
}