/*
 Theme Name:   Coinpress Child Theme
 Theme URI:    http://coinpress.themerex.net
 Description:  Coinpress Child Theme
 Author:       ThemeREX
 Author URI:   http://themerex.net
 Template:     coinpress
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  coinpress
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*
.post_item_single .post_content > .post_meta_single {
    display: none !important;
}*/
p,h1,h2,h3,h4,h5,h6,a {
    -webkit-hyphens: auto !important; 
  hyphens: auto !important;
}
.themen {
font-size: 30px;
}

.vc_separator {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}
/* Categories auf Startseite ausgeblendet*/
.sc_recent_news.sc_recent_news_style_news-magazine .post_layout_news-magazine.post_accented_on .item_content_wrap .post_header .post_meta_item.post_categories a,
.sc_recent_news.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_meta .post_categories,
.sc_recent_news.sc_recent_news_style_news-portfolio .post_item.post_layout_news-portfolio .post_featured .post_info .post_categories,
.scheme_default .sc_recent_news.sc_recent_news_style_news-extra .post_item.post_layout_news-extra .post_featured .post_info .post_categories a {
    display: none !important;
}

@media (min-width:1000px) {
    .sc_layouts_row_type_compact .sc_layouts_logo img {
        height: 90px !important;
        width: 330px !important;
        max-height: 90px !important;
        max-width: 330px !important;
    }
    }
@media (min-width:1400px) {
.sc_layouts_row_type_compact .sc_layouts_logo img {
    height: 120px !important;
    width: 440px !important;
    max-height: 120px !important;
    max-width: 440px !important;
}
}