<!doctype html>
<html lang="de">
  <head>
  <style>
	
	table{
			text-align:center
		}
	td {
			width: 50%;
			font-size: 1.9vw;
			text-align: center;
		}
	p {
		   font-size: 2vw;
		}
	.site{
			padding-top: 20px;	
		}
	.abs {
			text-align: center; 
			border-width: 10px;
			margin-left: 50px;
			margin-right: 50px;
			color: #252b51
		}
	.logo {
		max-width: 50%;
		height: auto;
		}
	.bild {
		max-width: 100%;
		height: auto;
		}
		
    </style>
  </head>