/* 
    Document   : tiles_details
    Created on : 14.06.2016, 12:08:26
    Author     : helmuth
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

.post {
    border: 1px solid #fff;
    border-bottom: 3px solid #da001a;
    cursor: pointer;
    box-shadow: 1px 1px 5px #aaa;
}

.post h2 {
    margin-top: 10px;
    color: #1a1a1a;
    word-break: normal;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    line-height: 25px;

}

.tile-img-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

.post .tile-img {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.post .tile-img:hover {
    opacity: 0.3;
}

.post .like-buttons {
    border-top: 1px solid #ccc;
    /*background-color: #efefef; /*f9f9f9*/

    margin: -15px;
    padding: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px;

    cursor: default;

    text-align: center;
}

.fb-like, .fb-share-button {
    top: -5px;
    margin-right: 4px;
}

.google-plus {
    display: inline-block;
    width: 60px;
    overflow: hidden;
    line-height: 10px;
}

.article img {
    max-width: 100%;
    height: auto;
}

.default-tile iframe {
    width: 100% !important;
}

.spalte-rechts-icehockey, .spalte-rechts-handball, .spalte-rechts-basketball, .spalte-rechts-motorsport {
    display: none;
}

#form-content .btn-success {
    margin-top: 8px;
}