.teaser-category a, .teaser-category a:focus, .teaser-category a:hover {
        text-decoration: none;
    }
    .headline {
        color: #859650;
        font-weight: 700;
    }

    .headline.small {
        font-size: 20px
    }

    .teaser-banner img{
        width:100%;
    }

    .teaser-category {
        padding:20px;
        font-size: 16px;
    }
    .teaser-category a {
        box-shadow: 0 1px 3px #ccc;
        display: block;
    }

    .teaser-content {
        background-color: #F9F9F9;
        height: 180px;
        padding: 20px;
    }
    .more {
        margin-left:10px;
        font-weight: 700;
        display: inline-block;
    }
    .tiles_headline {
        color: #859650;
        text-align: left;//nocenter
        line-height: 1.1;
        //text-transform: uppercase;
        font-size: 36px;
        font-weight: 600;
    }
    .tile_subheadline {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: left;//nocenter
    }