/*
Füge deinen eigenen CSS-Code nach diesem Kommentar hinter dem abschließenden Schrägstrich ein. 

Klicke auf das Hilfe-Symbol oben, um mehr zu erfahren.
*/

h1 {
	font-size: 30px !important ;
}
h2 {
	font-size: 23px !important ;
}
h3 {
	font-size: 18px !important ;
}
h4 {
	font-size: 15px !important ;
}

/* Remove Article date, tags */
.entry-date {
display: none;
}
.fa-calendar-o {
display: none;
}
.tag-links {
display: none;
}

img {
    margin-bottom: 0px !important;
}

#jQuery-page-peel {
    position: absolute;
}

/* Header zentrieren */
@media(max-width:1138px){
#header-logo-image {
    float: none;
    text-align: center;
}
}
@media(max-width:1138px){
#header-left-section {
    float: none;
}
}

#header-text-nav-wrap {
    padding: 20px 0px 0px 0px !important;
}

#header-right-section {
    float: inherit;
}

#header-right-section .widget {
    text-align: center;
}

dl {
  font-size: 14px;
}

blockquote {
    background-color: #F0F0F0 !important;
    color: #000000;
	 padding: 20px 20px 1px 20px;
	border-left:3px dashed #c1c1c1;
	border-right:3px dashed #c1c1c1;

}

/* ZITAT FORMATIERUNG */

blockquote p:before {
content: "";
	/*    font-weight: normal;
    text-decoration: inherit;
    color: #888888;
    font-size: 30px;
    position: absolute;
    top: -10px;
    left: -20px;
*/
}

blockquote p {
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 768px)
#header-left-section {
    margin-bottom: 0px !important;
}

/* FOOTER ABSTÄNDE */

.footer-widgets-area {
    padding-top: 25px;
    padding-bottom: 0px;
    color: #cccccc;
}

#colophon .widget {
  margin-bottom: 0px;
}

/* SOCIAL ICON ABSTÄNDE */
.aps-each-icon {
    margin-right: 10px;
}

/* HEADER BILDER */
.image-desktop-right {
		margin-left: 20px !important;
}
.image-desktop-left {
		margin-right: 20px !important;
}

@media(max-width:1138px){
.image-desktop {
    display: none !important; 
		margin-left: 20px !importan;
  }
}

.lesezeit {
font-size: 12px !important;
	color: rgb(136, 136, 136);
}