h4 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1.5em;
}

/* Maximalhöhe von Logo verringern */
#site-header img {
    max-height: 90px;
    width: auto;
}
@media screen and (min-width: 1150px) {
.intro-slogan {
    padding-top: 75px;
}
}

/* Responsive Anpassungen */
@media screen and (max-width: 768px) {

    #site-title {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        margin: auto;
				padding: 0;
    }

    .intro-slogan {
        padding-top: 125px;
    }
}

/* Reduziere Abstand nach Absatz */
.template-about .entry-content p {
    margin-bottom:1em;
		line-height: 1.75;
}


@media screen and (min-width: 768px) {
/* Impressum Layout */
    .page-id-270 .entry-content .left-column {
        width: 14%;
				margin-right: 3%;
				margin-left: 12%;
				float: left;
    }

    .page-id-270 .entry-content .right-column {
        width: 30%;
        float: left;
    }

/* About Layout */
.about-image-left,
.about-text-center,
.about-text-right {
    float: left;
    margin-right: 3%;
}


.about-image-left {
    width: 30%;
    margin-left: 12%;
}

.about-text-center {
    width: 30%;
}

.about-text-right {
    width: 10%;
    margin-right: 12%;
}

.page-id-8 .entry-content,
.page-id-270 .entry-content {
    max-width: 100%;
}
}

.entry-content a {
    border-bottom-color: transparent !important;
}

.entry-content a:hover {
    color: #3232dc !important;
    border-bottom-color: #3232dc !important;
}

@media screen and (max-width: 1150px) {

    #site-title {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        margin: auto;
        padding: 0;
    }

    .intro-slogan {
        padding-top: 100px;
    }

}

.page-template-default .entry-content p {
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.5;

}

.page-template-default .entry-content h2 {
	font-weight: bold;
}

@media screen and (max-width: 767px) {

    article#post-8 .entry-content {
        display: flex;
        flex-direction: column;
    }

    article#post-8 .entry-content .about-image-left {
        order: 2;
    }

    article#post-8 .entry-content .about-text-center {
        order: 1;
    }

    article#post-8 .entry-content .about-text-right {
        order: 3;
    }
    
}

@media screen and (max-width: 1025px) {

    article#post-8 .entry-content > div {
        margin: 2rem 0;
        max-width: 700px;
    }
    
}

#post-270 .entry-content .left-column {
    margin-bottom: 3.5rem;
}

.page-template-default .entry-header {
    display: none;
}

.about-text-center p.intro:last-of-type {
    margin-bottom: 0;
}