/* CSS Document */

body {
    color: #545859!important;
}

#welcome {
    width: 600px;;
    height: 400px;
    background-color: #f4f4f4;
    border-radius: 5px;
    
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#neue-runde {
    background-color: #f4f4f4;
    border-radius: 5px;
    
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: calc(100% - 80px);
    max-width: 400px;
    height: calc(100% - 80px);
    overflow: scroll;
    
    padding: 30px;
    max-height: 340px;
}

@media (max-width: 490px) {
    
    #neue-runde {
        width: calc(100% - 80px);
        max-height: calc(100% - 80px);
    }
}

#display-code {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}

.vline {
    width: 1px;
    background-color:#BDBDBD;
    height: 360px;
    position: absolute;
    top: 20px;
}

#vline1 {
    left: 300px;
}

#vline2 {
    left: 600px;
}

.three-icons {
    height: 80px;
    position: absolute;
    margin-top: 30px;
}

#icon1 {
    left: 100px;
}

#icon2 {
    left: 80px;
    top: -113px;
}

#icon3 {
    left: 700px;
}

#verbinden {
    position: relative;
    top: 20px;
    text-align: center;
}

.text {
    width: 220px;
    position: absolute;
    top: 115px;
    color: #545859;
}

h2 {
    margin-bottom: 15px;
    line-height: 30px;
}

#text1 {
    left: 30px;
}

#text2 {
    left: 330px;
}

#text3 {
    left: 630px;
}

div.button {
    color: #3a3a3a;
}

input[type='text'] {
    color: #545859;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    height: 22px;
    padding-bottom: 8px!important;
    letter-spacing: 7px;
    font-size: 18px!important;
}

input[type='submit'] {
    padding: 6px 13px;
    border: solid 1px #3a3a3a;
    border-radius: 5px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-size: 16px;
    background-color: #f4f4f4;
}

input[type='submit']:hover {
    background-color: #3a3a3a;
    cursor: pointer;
    color: #f4f4f4;
}


@media (max-width: 630px) {
    
    #welcome {
        width: calc(100% - 20px);
        max-width: 400px;
        height: calc(100% - 20px);
        overflow: scroll;
    }
    
    .vline {
        height: 1px;
        width: calc(100% - 60px);
        position: static;
        margin-left: 30px;
    }
    
    .three-icons {
        margin-left: calc(50% - 56px)!important;
        position: static;
    }
    
    #icon2 {
        /*top: 360px;*/
    }
    
    .text {
        position: static;
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-bottom: 60px;
        margin-top: 30px;
    }
    
    
}










