﻿@charset "utf-8";
/* CSS-Dokument */

/* ==================================================
   Einleitung
================================================== */
h1 {
	padding-bottom: .4rem;
}

h2 {
	padding-top:0;
}

/* ==================================================
   Vorher / Nachher
================================================== */
.auto-vergleich .col-md-6 {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
}

.auto-vergleich p {
	max-width: 95%;
}

.auto-bild {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: .5rem;
    margin-bottom: 1rem;
}

.auto-links {
    object-position: left center;
}

.auto-rechts {
    object-position: right center;
}

/* ==================================================
   Berichtnavigation
================================================== */
.bericht-link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.bericht-link .teaser {
    margin: 0;
    line-height: 1.45;
    color: #555;
}

h3 {
	font-size: medium;
}

.bericht-link h4 {
    font-size: medium;
    margin-bottom: .25rem;
}