/*
Theme Name: Hestia Child
Theme URI: https://themeisle.com/themes/hestia/
Template: hestia
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Hestia is a modern WordPress theme for professionals. It fits creative business, small businesses (restaurants, wedding planners, sport/medical shops), startups, corporate businesses, online agencies and firms, portfolios, ecommerce (WooCommerce), and freelancers. It has a multipurpose one-page design, widgetized footer, blog/news page and a clean look, is compatible with: Flat Parallax Slider, Photo Gallery, Travel Map and Elementor Page Builder . The theme is responsive, WPML, Retina ready, SEO friendly, and uses Material Kit for design.
Tags: blog,custom-logo,portfolio,e-commerce,rtl-language-support,post-formats,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.0.14.1544619321
Updated: 2018-12-12 13:55:21

*/

/* Seiten */
.elementor{
	padding-top:40px!important;
}

.entry-content .elementor{
	padding-top:0px!important;
}

.elementor-heading-title{
	color: #ed481e;
}

.elementor-divider-separator{
    border-top-color: #ed9782!important;
	border-color: #ed9782!important;
    width: 47%;
}

/* Bilder */
.slick-list, .elementor-image img{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5)!important;
	border-radius:8px!important;
}

.slick-slide-image{
	border-radius:8px!important;
}

.elementor-image-carousel button{
	box-shadow:none!important;
}

/* Meta Daten im Blog ausblenden */
.posted-by, .vcard, .author{
	display: none;
}

.entry-categories{
	display: none;
}

.category{
	display: none;
}

.offen-indicator{
	text-align:center;
    color: black;
    background: #efe5be;
    margin: 0 40%;
    font-weight: 400;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid orange;
	width: auto!important;
}

@media only screen and (max-width: 600px) {
  .offen-indicator {
    margin: 0 25%;
  }
}