@font-face
{
    font-family: font1;
    src: url("FF_DIN_Medium.ttf");
    /*unicode-range: U+0025-00FF, U+4??*/
}

@font-face
{
    font-family: font2;
    src: url("PFDinTextCondPro-Light.ttf");
    /*unicode-range: U+0025-00FF, U+4??*/
}

html
{
    margin: 0;

    padding: 0;

    background: #000000;
}

body
{
    margin: 0;

    padding: 0;

    padding-top: 90px;
}

.button
{
    background-image: url("Ramcek_button.png");

    background-size: 100% 100%;

    padding-left: 50px;

    padding-right: 50px;

    display: inline-block;

    height: 50px;

    line-height: 50px;

    text-align: center;

    text-decoration: none;

    color: #e0dd12;

    font-family: font2;

    font-weight: 800;
}

@media (max-width: 400px)
{
    .button
    {
        font-size: 12px;
    }
}

.button:hover
{
    color: #ffffff;
}

.title
{
    background-image: url("border.png");

    background-repeat: no-repeat;

    background-size: 100% 7px;

    background-position: center 0px;

    display: inline-block;

    padding-top: 15px;

    padding-bottom: 15px;

    margin-top: 25px;

    color: #ffffff;

    font-family: font2;

    letter-spacing: 0;

    font-size: 16px;
}

.map
{
    max-width: 500px;

    height: 500px;

    margin: 0 auto;

    margin-top: 100px;
}