﻿@media screen and (max-width: 768px) and (min-width: 481px) {
    /*HOMEPAGE*/
    body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 100vh;
    }
    #frame {
        height: 540px;
        width: 540px;
        margin-left: auto;
        margin-right: auto;
        background: white;
    }

    #navigation {
    }
    #mainsection {
        max-height: 540px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #mainsection div div {
        width: 180px;
        height: 180px;
        background: white;
        box-sizing: border-box;
    }

    #FreeGraphic, #Decorative, #GetRed, #Corporate, #LogoandSign, #Typo, #TheBrand, #Empty, #Contact {
        width: 180px;
        height: 180px;
        background: white;
        cursor: pointer;
        
    }

    #mainsection div div#Decorative, #mainsection div div#GetRed, #mainsection div div#Corporate, #mainsection div div#LogoandSign, #mainsection div div#Typo, #mainsection div div#TheBrand, #mainsection div div#Contact {
        background-size: cover;
    }
    div#Empty {
        display:block;
    }
        div#Empty a {
            cursor:pointer;
        }
            div#Empty a img {
                margin-left: auto;
                margin-right: auto;
                min-height: 180px;
                text-align: center;
                margin-top: 0px;
                height: 180px;
                width: 180px;
                cursor: pointer;
            }
        div#footer {
            /*margin-left: auto;
        margin-right: auto;
        min-height: 256px;
        margin-top: -276px;
        max-width: 768px;
        width: 100%;
        z-index: 1000;
        background-image: url('../img/home_button_square.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;*/
            display: none;
        }
    div#footermobileframe {
        display:none;
    }
        
}
