/* ------------------------------------
   BODY
------------------------------------ */

body {
	font-family: 'HelveticaLTStd', 'Helvetica', sans-serif;
	margin: 0;
	height: 100%;
	background-color: White;
	font-weight: 400;
	background-image: linear-gradient(rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.33)), url('https://www.herold.xyz/gfx/HisTal_4000x2000.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
}

/* ------------------------------------
   HEADER
------------------------------------ */

.header {
	padding: 60px;
	text-align: center;
}

/* ------------------------------------
   BILDER
------------------------------------ */

.HeroldAppIcon {
	height: 100px;
	width: auto;
}

.ReneUnterschrift {
	height: auto;
	width: 300px;
}

