/*
Copyright (c) 2017 by Versatil. All Rights Reserved.
Author: Kai Steinmann <kai>
Email:  kai.steinmann@versatil-online.de
Last modification: 2016-02-05T13:10:17+01:00
*/

@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');

body
{
    margin: 0;
    padding: 0;
    font-family: 'Amatic SC';
    font-weight: bold;
}

#page
{
    margin: 0;
    padding: 0;
    background-color: black;
    background-repeat: no-repeat;
    width: 768px;
    height: 1004px;
    background-size: 768px 1004px;
}

.speak
{
    width: 100%;
    min-height: 160px;
    text-align: right;
    position: relative;
}
.btn-speak
{
    background-image: url('../img/_buttons/btn-speak.png');
    width: 102px;
    height: 108px;
    background-size: 102px 108px;
    position: absolute;
    right: 40px;
    top: 40px;
}
.btn-next
{
    background-image: url('../img/_buttons/btn-next.png');
    width: 66px;
    height: 64px;
    background-size: 66px 64px;
    position: absolute;
    left: 352px;
    top: 840px;
}
.btn-start
{
    background-image: url('../img/_buttons/btn-start.png');
    width: 66px;
    height: 64px;
    background-size: 66px 64px;
    position: absolute;
    left: 352px;
    top: 840px;
}
.finger
{
    position: absolute;
    top: 90px;
    left: 440px;
    width: 180px;
    height: 106px;
    background-size: 180px 108px;
    background-image: url('../img/_buttons/icon-finger.png');
    z-index: 999;
}

.center
{
    width: 100%;
    height: auto;
    text-align: center;
}

.capt-1
{
    font-size: 100px;
    line-height: 100px;
}
.capt-2
{
    font-size: 70px;
    line-height: 70px;
}

.counter
{
    font-size: 50px;
    line-height: 54px;
}

.space-10
{
    height: 10px;
}
.space-15
{
    height: 15px;
}
.space-25
{
    height: 25px;
}
.space-50
{
    height: 50px;
}
.space-75
{
    height: 75px;
}
.space-100
{
    height: 100px;
}
.space-125
{
    height: 125px;
}
.space-150
{
    height: 150px;
}
.space-175
{
    height: 175px;
}
.space-200
{
    height: 200px;
}
.space-250
{
    height: 250px;
}

.image
{
    position: relative;
}
.ovl
{
    position: absolute;
    left: 0;
    top: 0;
}

.codes
{
    width: 720px;
    padding-left: 24px;
}
.code
{
    float: left;
}
