﻿body {

   
    .tile{
        width:200px;
        height:100px;
        //Macht das Padding auch von a Tags weg
        padding:0!important;
        position:relative;
        margin-top:0px;
        margin-bottom:10px;
        /*border-width:1px;
        border-style:solid;*/
        cursor:pointer;
        margin-left:auto;
        margin-right:auto;
        border-radius:20px;
        background-color:transparent;
        text-align:center;
        

        .tile-icon{
           background-color:transparent;                
           color:#4d4d4d;
           padding:0!important;
           font-size:60px;
           margin-top:10px;
           margin-bottom:auto;
           margin-left:auto;
           margin-right:auto;
           
        }

         .tile-icon-small{
           background-color:transparent;                
           color:#4d4d4d;
           font-size:70px;
           margin-top:10px;
           margin-bottom:auto;
           margin-left:auto;
           margin-right:auto;
           height:100%;
           width:40px;
           padding:0!important;
           overflow:hidden;
        }

        .tileHeader{

            position:absolute;
            top:70px;          
            /*border-style:solid;
            border-width:1px;*/
            width:100%;
            background-color:transparent;
            opacity:1;
            color:#4d4d4d;
            height:40px;
            font-size:14px;
            text-align:center;
            overflow:hidden;

        }

    }

}
