body {
    background-color: #535353;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.tile {
    opacity: 0.9;
    box-shadow: 0px 10px 20px rgb(26, 26, 26);
}

.spacer{
    
    margin-left: 20px;
}

.tile:hover {
    opacity: 1;
}

.tile:active {
    opacity: 0.7;
}

#line1 {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-top: 150px;
    flex-wrap: wrap;
    padding-left: 100px;
    padding-right: 100px;
}

#options_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.5;
    background-color: none;
}


#options_icon:hover {
    opacity: 1;
}

#tile_adguard {
    background-color: #99cca5;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    place-items: center;
    float: left;
}

#tile_omv {
    background-color: #5EACDF;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    place-items: center;
    float: left;
}
#tile_hassio {
    background-color: #42BCF5;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    place-items: center;
    float: left;
}


#tile_huawei {
    background-color: #ff5555;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    place-items: center;
    float: left;
}


#tile_cups {
    background-color: #007bff;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    place-items: center;
    float: left;
}
#tile_gsmneo {
    background-color: #2a6dad;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    margin-top: 20px;
    place-items: center;
    float: left;
}

#tile_wireguard {
    background-color: #88171a;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    margin-top: 20px;
    place-items: center;
    float: left;
}
#tile_octo_red {
    background-color: #d4373c;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    margin-top: 20px;
    place-items: center;
    float: left;
}
#tile_octo_orange {
    background-color: #e45c1d;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    margin-top: 20px;
    place-items: center;
    float: left;
}
#tile_dvr {
    background-color: #c4c4c4;
    width: 300px;
    height: 300px;
    border-radius: 25px;
    display: grid;
    margin-top: 20px;
    place-items: center;
    float: left;
}

#image_adguard {
    height: 140px;
    width: 140px;
}

#image_hassio {
    height: 210px;
    width: 210px;
}

#image_omv {
    height: 180px;
    width: 180px
}

#image_huawei {
    height: 130px;
    width: 130px
}
#image_cups {
    height: 180px;
    width: 180px
}
#image_gsmneo {
    height: 200px;
    width: 200px
}
#image_wireguard {
    height: 180px;
    width: 180px
}
#image_octo_red {
    height: 180px;
    width: 210px
}
#image_octo_orange {
    height: 180px;
    width: 210px
}
#image_dvr {
    height: 220px;
    width: 200px
}

#table1 {
    visibility: hidden;
    opacity: 0%;
    position: absolute;
}

#tile4:hover #table1 {
    visibility: visible;
    opacity: 100%;
}

#tile4:hover #img4 {
    visibility: hidden;
    opacity: 0%;
}

.table a {
    display: block;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #29a329;
}

a:visited {
    text-decoration: none;
    color: #29a329;
}

a:hover {
    text-decoration: none;
    color: #29a329;
}

a:active {
    text-decoration: none;
    color: #29a329;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#weather_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 700px) {
    html {
        zoom: 1;
    }
    body{
        margin: 0px;
    }

    #line1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;

    }

    .spacer{
        margin-left: 0px;
    }


    #tile_adguard

    /* OMV */
        {
        background-color: #99cca5;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 5px;

    }
    #tile_omv

    /* OMV */
        {
        background-color: #5EACDF;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 0px;

    }

    #tile_hassio


        {
        background-color: #42BCF5;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 5px;
    }

    #tile_huawei


        {
        background-color: #ff5555;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 0px;
    }
    #tile_cups


        {
        background-color: #007bff;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 5px;
    }
    #tile_gsmneo


        {
        background-color: #2a6dad;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 0px;
    }
    #tile_wireguard


        {
        background-color: #88171a;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 0px;
    }
    #tile_octo_red


        {
        background-color: #d4373c;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 5px;
    }
    #tile_octo_orange


        {
        background-color: #e45c1d;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 0px;
    }
    #tile_dvr


        {
        background-color: #c4c4c4;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        margin-left: 0%;
        margin-top: 5px;
        margin-right: 5px;
    }

    #image_adguard {
        height: 20px;
        width: 20px;
    }
    #image_omv {
        height: 20px;
        width: 20px;
    }

    #image_hassio {
        height: 25px;
        width: 25px;
    }

    #image_huawei {
        height: 20px;
        width: 20px
    }
    #image_cups {
        height: 25px;
        width: 25px
    }
    #image_gsmneo {
        height: 25px;
        width: 25px
    }
    #image_wireguard {
        height: 25px;
        width: 25px
    }
    #image_octo_red {
        height: 20px;
        width: 20px
    }
    #image_octo_orange {
        height: 20px;
        width: 20px
    }
    #image_dvr {
        height: 25px;
        width: 25px
    }
}