/*!
 all common
 */

thead {
    font-weight: bold;
}

body {
    letter-spacing: 2px;
}

#webfun {
    display: none;
}

nav {
    letter-spacing: normal;
}

.nav .cookie_login {
    cursor: pointer;
    padding-right: 5px;
}

.nav .cookie_register {
    padding-left: 0px;
}

.footer_link {
    text-decoration: none;
    color: white;
    padding-right: 9px;
    padding-left: 9px;
}

.footer_span {
    text-align: left;
    font-size: 0.6em;
}

.footer_link:hover {
    text-decoration: none;
    color: white;
}

.footerblock {
    padding: 10px;
}

.main-footer {
    position: absolute;
    width: 100%;
    height: auto;
    /* Height of the footer */
    background: #202221;
    color: #FFFFFF;
    font-size: 1em;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

#flex_block {
    background-color: transparent;
    height: 250px;
}


@media (min-width: 1001px) {
    .nav .cookie_register {
        padding-left: 0px;
    }
}

@media (max-width: 1100px) {
    .main-footer_img {
        display: none;
    }

    .footer_link {
        padding-left: 18px;
        padding-right: 0px;
    }

    .col-md-7 {
        width: 100%
    }
}

@media (max-width: 1000px) {
    #flex_block {
        height: 180px;
    }

    .nav .cookie_register {
        padding-left: 0px;
    }
}

@media (max-width: 755px) {

    .nav .cookie_register {
        padding-left: 37px;
    }
}

@media (max-width: 480px) {
    #webfun {
        display: inline;
    }

    #flex_block {
        display: none
    }

    .main-footer {
        position: relative;
    }
}
