@font-face{
    font-family: heydings_controls;
    src: URL("../font/heydings_controls.ttf");
}

@font-face{
    font-family: heydings_icons;
    src: URL("../font/heydings_icons.ttf");
}

.icon{
    font-family: heydings_icons;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.7);
    -webkit-text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.7);
}

.control{
    font-family: heydings_controls;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.7);
    -webkit-text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.7);
}

.iconleft{
    float: left;
    color: #000000;
}

img{
    max-width: 100%;
}

html{
    cursor: URL("../image/cursor.png"),auto;
    min-height: 100%;
}

body{
    font-size: 25px;
    font-family: test, sans-serif, serif, arial;
    min-width: 300px;
    background-color: #ddddff;
    color: #ddddff;              
}

div#main{
    min-width: 300px;
    width: 100%;
}

*{
    margin: 0px;
    padding: 0px;
    border: 0px solid #000000;
    cursor: URL("../image/cursor.png"),auto;
}

div.grid0{
    clear: both;
}

a, a div, input, textarea{
    /*
        cursor: URL("../image/point.png") 12 12,auto;
    */
}

div#dynsyn{
    display: none;
}

@media screen and (max-width: 1024px){
    div.icon, div.control{
        min-width: 30px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 1024px){
    body{
        font-size: 16px;
        background-attachment: fixed;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 1024px) and (min-height: 600px){
    div#dynsyn{
        /*
            display: block;
        */
        position: fixed;
        bottom: 0px;
        right: 0px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    img#dynsyn{
        height: 12px;
        background-color: #ffffff;
        border: 0.5px solid #000000;
        box-shadow: 0px 0px 2px #000000;
        -webkit-box-shadow: 0px 0px 2px #000000;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        padding: 2px;
        animation: dynsynkf 5s linear infinite;
        -webkit-animation: dynsynkf 5s linear infinite;
    }

    @keyframes dynsynkf{
        0%{
            box-shadow: 0px 0px 2px #000000;
            -webkit-box-shadow: 0px 0px 2px #000000;
        }

        50%{
            box-shadow: 0px 0px 10px #000000;
            -webkit-box-shadow: 0px 0px 10px #000000;
        }

        100%{
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            box-shadow: 0px 0px 2px #000000;
            -webkit-box-shadow: 0px 0px 2px #000000;
        }
    }

    @-webkit-keyframes dynsynkf{
        0%{
            box-shadow: 0px 0px 2px #000000;
            -webkit-box-shadow: 0px 0px 2px #000000;
        }

        50%{
            box-shadow: 0px 0px 10px #000000;
            -webkit-box-shadow: 0px 0px 10px #000000;
        }

        100%{
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            box-shadow: 0px 0px 2px #000000;
            -webkit-box-shadow: 0px 0px 2px #000000;
        }
    }

}
