body {
	margin: 0;
	padding: 0;
	font: 3.1875em/1.3 Arial, Verdana, sans-serif; /* 1/2 der Titel-Höhe = 102/2 = 51 */
	color: #000;
	}
p {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
h1 {
	margin-top: 34px;
    margin-bottom: 28px;
	font-size: 102px; /* logo-height */
	line-height: 1.1;
	}
h2 {
	margin: 0 0 20px 0;
	font-size: 1em;
	}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}
table th,
table td {
	vertical-align: top;
    padding: 0;
	}

.wrapper {
	position: relative;
	padding: 74px; /* Logo-Height */
	height: 932px; /* 1080 - 2x74 */
	width: 1772px; /* 1920 - 2x74 */
	}
.logo {
	display: block;
    width: 274px; /* 1920/7 = Logo-Height 74px */
	}
table.screen {
	width: 1772px;
	}

td.content-screen {
	height: 603px;
	table-layout: fixed;
	}

td.screen-left,
td.screen-right {
	width: 849px;
	}
td.screen-left {
	padding-right: 37px;
	}
td.screen-right {
	padding-left: 37px;
	}

td.screen-left img,
td.screen-right img {
	display: block;
	max-width: 849px;
	float: left;
	}
td.screen-right img { /* optimal imagesize: 849 x 700 */
	float: right;
/* 	object-fit: cover;
	height: 100%; */
	}

.text-content {
	width: 849px;
	height: 603px;
	overflow: hidden;
    word-wrap: break-word;
	}
.text-content--fullwidth {
	width: 1772px;
	height: 603px
	}
.img-content {
	width: 100%;
	height: 684px;
	overflow: hidden;
	}

td.footer-screen {
	height: 65px;
    vertical-align: bottom;
	}
td.footer-screen p {
	margin-top: 15px;
	}

