.home-page-banner .heading-container {
    padding-top: 12%;
    padding-bottom: 12%;
}

ul {
	list-style: square;
	margin-left: 18px;
}

h1 {
    background: #97BF29;
	  color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 16px;
}

.entry-content h1 {
	color: #fff;
}

h2 {
	background: #F39400;
	color: #fff !important;
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 16px;
}

.single .entry-title,
.page .entry-title {
	background: #F39400;
	display: inline-block;
	font-size: 40px;
	margin-bottom: 8px;
	padding: 4px 16px;
}


.entry-title a {
	color: #fff;
}

.heading-container h2 {
	background: none;
}

.home .entry-title {
	display: none;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	padding: 40px;
}



.widget {
	margin: 0 0 30px 0;
}



h5 {
	background: #F39400;
	color: #fff !important;
	display: inline-block;
	padding: 4px 16px;
}

/*
.ast-main-header-bar-alignment {
	display: none;
}
*/

.main-header-menu .menu-item {
	background: #fff;
	line-height: 1;
	margin: 0 5px 0 0;
}

.main-header-menu a {
	padding: 10px;
}

.ast-header-break-point .main-navigation ul .button-custom-menu-item a, .ast-header-break-point .main-navigation ul li a {
	padding: 20px;
}

body:not(.home) #masthead {
	position: static;
	margin: 0 0 -2em 0;
}

.ast-separate-container .ast-archive-description {
	background: #fff;
	padding: 40px 0 0 40px;
}

.ast-separate-container .ast-archive-description h1 {
	color: #fff;
}

.home .entry-header {
	margin: 0;
}

.price {
	text-align: right;
}

.price-tag {
	border-bottom: 3px solid #000;
	display: inline-block;
}

/**
 * Teaser
 *
 **/
.teaser {
	background: #fff;
    position: relative;
}

.teaser h2 {
	left: 0;
	position: absolute;
	top: 0;
}

.teaser h6 {
    display: block;
	padding: 7px 9px;
}

.teaser .stoerer {
    background: red;
    border-radius: 70px;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 133px;
    line-height: 133px;
    position: absolute;
    right: -26px;
    text-align: center;
    transform: rotate(10deg);
    top: -23px;
    width: 133px;
    white-space: pre;
}

#brandneu .stoerer {
    background: #2965bf;
}

#angebote,
#brandneu {
	margin: 0 0 30px 0;
}


#brandneu h2 {
    background: #97bf29;
}

#contact-flyout {
    bottom: 20px;
    color: #fff;
    left: 100%;
    position: fixed;
    width: 400px;
}

#contact-flyout .toggle-button,
#contact-flyout .contact-content {
    box-shadow: -2px 2px 2px rgba(0,0,0,0.35);
}

#contact-flyout .toggle-button {
    background: #fff;
    cursor: pointer;
    padding: 10px;
    transform: translateX(-47px);
    transition: transform 500ms;
}

#contact-flyout .contact-content {
    background: orange;
    padding: 20px;
    transform: translateX(5px);
    transition: transform 300ms 200ms;
}

#contact-flyout.contact-visible .toggle-button {
    transform: translateX(-400px);
}

#contact-flyout.contact-visible .contact-content {
    transform: translateX(-400px);
}

/*#contact-flyout .toggle-button img,*/
#contact-flyout .iconset,
#contact-flyout .toggle-button h3 {
    display: inline-block;
    vertical-align: middle;
}

#contact-flyout .iconset img {
    display: block;
    margin: 7px 0;
}

/*#contact-flyout .toggle-button img {*/
#contact-flyout .iconset {
    margin: 0 10px 0 0;
}

#contact-flyout .toggle-button h3 {
    font-size: 21px;
} 

#contact-flyout .contact-content h3 {
    color: #fff;
}

#contact-flyout .contact-content p {
    margin-bottom: 15px;
}

#contact-flyout .contact-content a {
    border-bottom: 1px solid #fff;
    color: #fff;
}

#secondary .slick-list {
    overflow: visible;
}

.alpha-list {
    list-style: lower-alpha;
}

#hours {
    cursor: pointer;
    margin: 0 0 50px 0;
}

#hours img {
    display: inline-block;
    margin: 0 10px 0 0;
}

#hours h2 {
    background: transparent;
    color: #F39400 !important;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
}

@media (min-width: 769px) {
    /* Breite beträgt mindestens 769px */
    #secondary .widget, #secondary #oeffnungszeiten {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Breite beträgt mindestens 769px */
    #contact-flyout,
    #hours {
        display: none;
    }
}