/* 
    Created on : 19.12.2018, 09:52:14
    Author     : Henrik Gurtmann
*/

body {
    padding: 0px;
    margin: 0px;
    font-family: Georgia;
}
#video-background {
    position: fixed;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -99;
    overflow: hidden;
}
#video-background-overlay {
    top: 0;
    position: fixed;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100vw;
}

#shoplink {
    cursor: pointer;
}
#shoplink a {
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 900;
}


#wamiso-logo {
    text-align: center;
}
#wamiso-logo img {
    margin-top: 20px;
    width: 60%;
}

#container-start {
    z-index: 1000;
    width: 80%;
    max-width: 600px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    position: relative;
}
#inputarea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: 600;
}
#inputarea #form {
    text-align: center;
    margin-top: 25px;
}
#inputarea #form p {
    margin: 0;
    margin-bottom: 5px;
}
#inputarea #form form {
    margin-top: 35px;
}
#inputarea #form form input[type=text] {
    border: 0;
    outline: 0;
    font-size: 19px;
    padding: 10px;
    font-weight: 700;
    width: 50%;
    -webkit-appearance: none;
    border-radius: 0;
}
#inputarea #form form input[type=submit] {
    border: 0;
    outline: 0;
    font-size: 19px;
    padding: 10px;
    font-weight: 700;
    background-color: #6b5b5b;
    color: #ffffff;
    -webkit-appearance: none;
    border-radius: 0;
}


#container-result {
    z-index: 1000;
    width: 80%;
    max-width: 600px;
    min-height: 300px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    position: relative;
}
#resultarea {
    width: 70%; 
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}
#resultarea p {
    margin: 0;
    margin-top: 40px;
}
#vouchercontainer {
    width: 100%;
    background-color: #6b5b5b;
}
#vouchercontent {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
}
#vouchercontent p {
    margin: 0;
}
#vouchercode {
    color: #d3a243;
    font-size: 35px;
    font-weight: 900;
    padding: 12px 0px;
}

.smalltext {
    font-size: 24px;
}


#copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: arial;
    background-color: rgba(255, 255, 255, 0.3);
}
#copyright p {
    opacity: 0.7;
    margin: 5px;
    color: #ffffff;
    font-size: 11px;
}
#copyrightp:hover {
    cursor: help;
}
#copyright p a {
    color: #ffffff;
    text-decoration: none;
}

::selection {
  background: #d3a243;
}
::-moz-selection {
  background: #d3a243;
}




@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    #inputarea {
        font-size: 20px;
    }
    .smalltext {
        font-size: 14px;
    }
    video {
        width: 100%;
        height: auto;
        max-height: 100%;
    }
    #shoplink a {
        left: 0;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        font-size: 20px;
        top: 0;
    }
    #container-start, #container-result {
        z-index: 1;
        width: 90%;
        max-width: none;
        margin-top: 15vh;
        margin-bottom: 40px;
    }
    #resultarea {
        font-size: 20px;
    }
    #vouchercontent {
        width: 100%;
    }
    #copyright {
        z-index: 999;
        margin: 0;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }
    #copyright p {
        color: #333333;
    }
    #copyrightp:hover {
        cursor: help;
    }
    #copyright p a {
        color: #333333;
    }
}