/* Typography Styling */
p, .textwidget {
    line-height: 140%;
}

.post-content {
    font-family: 'Lato', sans-serif;
}

#content header h1 {
    font-size: 32px;
    line-height: 110%;
}

header h2 a{
    line-height: 110%;
}


/* Post Styling */
.post-meta {
    display:none;
    margin-top;10px;
}

.post h2 {
    margin-bottom: 10px;
}

.flexslider h2 {
    text-transform: none;
}

#post-author {
    display: none;
}

.post-meta {
    height:20px;
}

.post h1 {
    padding-bottom: 5px;
}

.post {
    border-bottom: 0px;
}

#comments {
    display: none;
}

#respond {
    display: none;
}

.widget ul li a {
    color: #91253c;
}


/* Pop-Up Styling */
.et_bloom .et_bloom_form_container .et_bloom_form_content {
    display: none;
}

.et_bloom .et_bloom_optin_1 .et_bloom_form_container .et_bloom_form_header {
    background-color: #91253c !important;
}

.et_bloom .et_bloom_form_header h2 { line-height: 1.3em !important;
}


/* Foodmenu Styling */
.single-menu-meta {
	display: none;
}

.menu-box h3.menu-subcategory {
	color: #91253c !important;
	font-weight: 700 !important;
	font-size: 20px !important;
}

.menu-box li .title {
	color: #91253c !important;
	font-weight: 700 !important;
}


/* ChildPage Plugin Styling */
p.ccpages_more a {
    color: #eee;
}

p.ccpages_more a:after {
	content: 'Mehr...';
    color: #890000;
    margin-left: -63px;
}


/* Table Styling */
.tabcontent td, .tabcontent th {
	border: 1px solid #cccccc;
}


/* List Pages Styling */
.ccchildpage {
	padding: 10px !important;
	margin: 0px 10px 10px 0px !important;
  	background: #eee;
}


/* Line over Post Styling */
#content .post {
    border-top: 1px solid #bbb;
    padding-top: 5px;
}


/* Hide RSS Feed */
#content .archive-header {
    display: none;
}


/* Menu List Styling */
.menu-subcategory {
    margin-top: 40px;
}


/* Footer Styling */
.page-item-48 {
  display: none !important;
}