/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-headerbar {
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
}

.tm-headerbar a {
    color: #fff;
}

.home-content {
    background-color: #f8f8f8;
    color: #333333;
    padding: 25px;
}

.home h1 {
  text-align: center;
}



.home .tm-main .blogkategorie .uk-article-meta {
    background-color: #133A71;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    padding-left: 60px;
}

.home .tm-main .blogkategorie.schulleitung .uk-article-meta {
    background-image: url("../../../medien/schulthemen/leibniz_head_schulleitung.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.home .tm-main .blogkategorie.fachschaften .uk-article-meta {
    background-image: url("../../../medien/schulthemen/leibniz_head_fachschaften.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.home .tm-main .blogkategorie.sekretariat .uk-article-meta {
    background-image: url("../../../medien/schulthemen/leibniz_head_sekretariat.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.home .tm-main .blogkategorie.schuelervertretung .uk-article-meta {
    background-image: url("../../../medien/schulthemen/leibniz_head_sv.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.uk-article-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

cite {
    font-size: 0.8em;
}

.moduletable.blog {
    background-color: #F8F8F8;
    padding: 10px 25px;
}

.moduletable.blog .neu {
    background-color: #fff;
    padding: 25px;
}

@media (min-width: 797px) {

    .moduletable.blog picture {
        float: right;
        margin: 0 0 20px 20px;
        width: 30%;
    }

    .home article picture {
        float: none;
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 960px) {
    .tm-header-mobile .uk-container {
        background-color: #133b71;
    }
    .uk-navbar-toggle {
        color: #fff;
    }
}