/* ===== wurster medien ==================================================
   Author: Simon Wurster
   ========================================================================== */

#news {
    padding: 0;
    overflow: hidden;
}
#news-list {
    padding: 0;
}
#news-container {
    width: 700px;
    float: left;
}
#news .item {
    margin: 1em 0;
    padding: 0;
    position: relative;
    list-style: none;
}
#news .link {
    display: block;
    overflow: hidden;
    background: rgba(50, 50, 150, 0.05);
}
#news .logo {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 1;
}
#news .thumb {
    display: inline-block;
    background: rgba(50, 50, 150, 1);
    border-right: 1px solid rgba(50, 50, 150, 1);
    position: relative;
    float: left;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#news .thumb img {
    opacity: 0.95;
}
#news .thumb img {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}
#news .link:hover .thumb img {
    opacity: 0.9;
}
#news .logo img {
    width: 100%;
}
#news .ovl {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(50, 50, 150, 1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
#news .link:hover .ovl {
    background: rgba(255, 255, 255, 0);
    width: 100%;
}
#news .text {
    margin: 1.5em 40px 1.5em 340px;
}
#news h3 {
    padding-top: 0;
    padding-bottom: 0.25em;
    font-size: 1.5em;
}
#news h3 p {
    padding: 0;
}
#news .meta {
    margin-top: 0.5em;
    overflow: hidden;
    font-size: 0.875em;
    color: rgba(60, 60, 60, 0.5);
}
#news #news-container .meta {
    position: absolute;
    left: 0;
    bottom: 1em;
    margin-left: 340px;
    width: calc(100% - 340px - 3em);
}
#news #next-container .meta span {
    display: block;
}
#news #news-container .meta .date {
    float: right;
}
#news .tag {
    color: rgba(50, 50, 150, 1);
}

.nav-page {
    text-align: center;
    padding: 1em 0;
}
.nav-page ul {
    overflow: hidden;
    padding: 0;
    list-style: none;
}
.nav-page li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.125em;
    padding: 0;
}
.nav-page a {
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(50, 50, 150, 0.05);
    border: 1px solid rgba(50, 50, 150, 0.2);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nav-page .control a {
    background: rgba(50, 50, 150, 0.05);
}
.nav-page .control a .fa {
    margin: 0;
}
.nav-page a:hover {
    background: rgba(50, 50, 150, 0.1);
    border: 1px solid rgba(50, 50, 150, 1);
}
.nav-page .active a {
    background: rgba(50, 50, 150, 0.7);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(50, 50, 150, 1);
}

#next-container {
    float: right;
    width: 400px;
}
#next-container .item {
    margin: 0 0 1em 0;
}
#next-container .logo {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 1;
}
#next-container .logo img {
    width: 100%;
}
#next-container .thumb {
    border: 0;
    border-bottom: 1px solid rgba(50, 50, 150, 1);
    float: none;
}
#next-container .ovl {
    right: auto;
    left: 0;
    z-index: 5;
}
#next-container h3 {
    font-size: 1.313em;
    text-transform: none;
}
#next-container h4 {
    margin-bottom: 1em;
}
#next-container .meta {
    margin: 0;
    padding: 0.125em 0;
}
#next-container .meta li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#next-container .meta .fa {
    width: 16px;
}
#next-container .text {
    margin: 1em 0;
    padding: 0 1.5em;
}

/* ====================
   FULL HD
   ==================== */

@media only screen and (max-width: 1920px) {
}

/* ====================
   LAPTOP
   ==================== */

@media only screen and (max-width: 1366px) {
}

/* ====================
   TABLET
   ==================== */

@media only screen and (max-width: 1024px) {
    #site-main {
        text-align: center;
    }

    #news-container,
    #next-container {
        width: auto;
        float: none;
    }
    #news .item {
        display: inline-block;
        vertical-align: top;
        width: 260px;
        margin: 1em;
    }
    #news .thumb {
        display: block;
        float: none;
    }
    #news .text {
        margin: 0.5em 0;
    }
    #news .meta {
        display: none;
    }
}

/* ====================
   SMARTPHONE
   ==================== */

@media only screen and (max-width: 500px) {
}
