.vergleichstabelle-wrapper {
    overflow-x: auto;
    margin: 3rem 0 2rem;
}

.vergleichstabelle {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    font-size: 1rem;
}

.vergleichstabelle thead th {
    text-align: center;
    font-weight: 400;
    padding: 1rem 0.5rem;
    border-bottom: 2px solid #ddd;
    white-space: normal;
    line-height: 1.2;
    vertical-align: middle;
}

.vergleichstabelle thead th.eigen {
    background-color: #d3d46d;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.vergleichstabelle td {
    padding: 1rem 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.vergleichstabelle td.eigen {
    background-color: #f2f2e9;
}

.vergleichstabelle td.center {
    text-align: center;
    font-size: 1.3rem;
}

@media (max-width: 640px) {
    .vergleichstabelle td {
        font-size: 0.9rem;
        padding: 0.75rem 0;
    }

    .vergleichstabelle thead th {
        font-size: 0.95rem 0.5rem;
    }
	
	.vergleichstabelle thead th.fremd {
		max-width: 130px;
	}
}

.vergleichstabelle td svg {
	width: 24px;
	height: 24px;
	margin-bottom: -6px !important;
}
