.kontakt-news-bar {
    width:100%;
    float:left;
    display:block;
    padding:12px;
    background-color:#eee;
    box-sizing:border-box;
}
.kontakt-news-bar a {
    height:36px;
    float:right;
    display:block;
    margin:12px;
}
.kontakt-news-bar a.facebook {
    width:36px;
    background-image:url("../grafiken/facebook_green.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.kontakt-news-bar a.facebook:after {
    display:block;
    font-size:.001px;
    line-height:9vw;
}
.kontakt-news-bar a.telefon {
    padding-left:48px;
    background-image:url("../grafiken/telefon_green.png");
    background-position:left center;
    background-repeat:no-repeat;
    font-size:24px;
    line-height:36px;
    text-decoration:none;
    color:#85C12A;
    background-size: auto 100%;
}
.kontakt-news-bar .content-text {
    width:50%;
    float:left;
    display:block;
    box-sizing:border-box;
}
.kontakt-news-bar .content-text p {
    float:left;
    display:block;
    margin:0;
    padding:12px;
    font-size:24px;
    line-height:36px;
    color:#D0412E;
}
.startseite-wrapper {
    width:100%;
    height:300px;
    float:left;
    display:block;
    margin:0;
}
.startseite-wrapper .content-image {
    width:450px;
    height:300px;
    float:left;
    display:block;
}
.startseite-wrapper .content-text {
    width:750px;
    height:300px;
    float:left;
    display:block;
    padding:36px;
    text-align:right;
    background-color:#85C12A;
    color:#fff;
    box-sizing:border-box;
}
.startseite-wrapper:nth-child(even) .content-text {
    float:right;
    text-align:left;
    background-color:#eee;
    color:#666666;
}
.startseite-wrapper .content-text.sprechzeiten {
    background-image:url("../grafiken/kalender_weiss.png");
    background-repeat:no-repeat;
    background-size:96px;
    background-position:48px 48px;
}
.startseite-wrapper .content-text h2 {
    width:100%;
    float:left;
    display:block;
    margin:0;
    padding:6px 12px;
    font-size:30px;
    line-height:42px;
    font-weight:normal;
    box-sizing:border-box;
}
.startseite-wrapper .content-text p {
    width:100%;
    float:left;
    display:block;
    margin:0;
    padding:6px 12px;
    font-size:18px;
    line-height:30px;
    box-sizing:border-box;
}
.startseite-wrapper .content-text p a {
    display:inline-block;
    margin:6px 0;
    padding:12px;
    background-color:#85C12A;
    line-height:1;
    text-decoration:none;
    color:#fff;
    transition:all 0.3s ease-in-out;
}
.startseite-wrapper .content-text p a:hover {
    background-color:#679D14;
}
.lieber-patient {
    width:100%;
    padding:24px;
    background-color:#f6f6f6;
    box-sizing:border-box;
}
.lieber-patient .content-image {
    width:348px;
    height:348px;
    float:left;
    display:block;
    padding:24px;
    box-sizing:border-box;
}
.lieber-patient .content-text {
	overflow:hidden;
    padding:12px;
}
.lieber-patient .content-text h2,
.lieber-patient .content-text p {
    width:100%;
    float:left;
    display:block;
    margin:0;
    padding:12px;
    color:#666666;
    box-sizing:border-box;
}
.lieber-patient .content-text h2 {
    font-size:36px;
    font-weight:normal;
}
.lieber-patient .content-text p {
    font-size:18px;
    line-height:1.5;
}
.lieber-patient .content-text h2,
.lieber-patient .content-text p strong {
    color:#85C12A;
}
