@media screen and (max-width: 992px) {
    .article-item:nth-child(3) {
        border: 0
    }
    .theme-overview .col-sm-12.border-right {
        border-right: 0
    }
    .sp-float-m {
        float: left;
    }
}

@media screen and (max-width: 900px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    .btn-newsletter {
    margin: 0 8px 0 0;
}

    .btn-language {
    margin: 0 8px 0 0;
}
}

@media screen and (max-width: 767px) {
    .page-title {
        height: 290px;
    }
    .intro-box-shift {
        margin-top: -90px;
    }
    .intro-box .list-articles {
        margin: 0 0 20px
    }
    .nav-language-search .btn-language, .nav-language-search .btn-newsletter {
        display: none;
    }
    .nav-bar {
        padding: 20px;
        width: auto;
        width: 100%;
    }
    .nav1 .btn-language {
        display: block;
        width: 100%;
        height: 34px;
        margin-top: -20px;
    }
    .nav-primary {
        font-size: 28px;
    }
    .nav-tags-head {
        color: #aac600;
        font-size: 22px;
    }
    .nav-tags {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .nav-secondary {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .list-articles {
        padding: 0 20px;
    }
    .article-item {
        border-bottom: 1px dotted #b2b2b2;
        border-right: 0;
        margin-bottom: 20px;
        min-height: inherit;
        padding: 0 0 20px;
    }
    .article-item:nth-child(3) {
        border-bottom: 1px dotted #b2b2b2;
    }
    .article-details h1 {
        font-size: 36px;
    }
    .article-intro .article-item {
        padding: 0
    }
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
    .social-side-bar {
        bottom: 0;
        right: 50%;
        margin: 0 -54px 0 0;
        top: auto;
        width: 108px;
    }
    .social-side-bar a {
        float: left;
        margin-right: 2px;
        margin-bottom: 0;
    }
    .social_share-icons ul {
        right: 37px;
        top: auto;
        bottom: 0;
        width: 35px;
    }
    .social_share-icons li {
        float: none;
    }
/*    .btn-more-text{
        display: block;
    }
    .more-text-expand {
        display: none;
    }*/
    .page-footer {
        text-align: center;
    }
    .footer-logo img {
        display: inline-block;
    }
    .footer-soclinks {
        text-align: center;
    }
    .footer-copyright {
        margin: 20px 0 0;
        text-align: center;
    }
    .border-right {
        border-right: 0
    }
    .error-m{
        min-height: unset;
    }

    .header-logo-mobile {
        top: 20px;
        width: 125px;
        display: block;
    }
    .header-logo-mobile img {
        height: auto;
        width: 100%;
    }
    .header-logo{
        display: none;

    }


.kurznachrichten
{
  display: none;
}
.kurznachrichtenmobile
{
  display: block;
}

}

@media screen and (max-width: 400px) {


    .box {
    padding: 24px 25px 20px 25px;
    background: white;
    font: normal 16px/1.4 AvenirNextLTPro;
}
}