﻿#Article img {
    width:auto !important;
    height:auto !important;
    padding:20px;
}

#Article h2 {
    margin-top:20px;
}

.directionFlach {
    display:none;
}

article.articles.content-item>p {
	display:none;
}

.SubNav li {
    width: 50%;
}

@media only screen and (min-width: 550px) {
    .articleBackButton {
        float:right !important;
    }
}

@media only screen and (min-width: 450px) {
    .allArticleButton {
        margin-right: 15px !important;
    }
}

@media only screen and (max-width: 350px) {
    .SectionTitle {
        line-height:42px !important;
    }
}



@media only screen and (max-width: 1000px) {
    .SectionTitle {
        line-height:42px !important;
    }

    #allArticles {
        margin-top:50px;
    }
}

