.responsive-table img {
	height: auto;
}

@media(max-width: 767px) {
	.responsive-table {
		overflow: auto; 
		margin: 0 -20px;
	}
	.responsive-table table {
		min-width: 700px; 
		margin: 0 20px;
	}
}

header .logo img {
	visibility: hidden;
}

header .logo:before {
	content: "";
	position: absolute;
	top: -6%;
	left: -5%;
	right: -5%;
	bottom: -4%;
	background-image: url(https://www.sw-overhagen.de/File/jubilaeumslogo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
        z-index: 1;
}
.p-teaser {
    position: relative;
    display: block;
    width: 468px;
    max-width: 100%;
    margin: 40px auto;
    background-size: 100%;
    box-shadow: 0 0 0 1px #eee 
}
.p-teaser img {
    width: 100%;
    height: auto;
    display: block;
}

