@font-face {
    font-family: 'carbontyperegular';
    src: url('schrift/carbontype-webfont.eot');
    src: url('schrift/carbontype-webfont.eot?#iefix') format('embedded-opentype'),
         url('schrift/carbontype-webfont.woff') format('woff'),
         url('schrift/carbontype-webfont.ttf') format('truetype'),
         url('schrift/carbontype-webfont.svg#carbontyperegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; cursor: default; }

body {
	background-color: white;
}

div.inhalt {
	position: absolute; width: 453px; left: 50%; margin-left: -227px; top: 40px; top: 5vh;
}

h1 { text-align: center; vertical-align: middle; }

img#logo { width: 453px; height: 342px; }

p#spruch, p#RIP {
	font-family: carbontyperegular; color: black; text-shadow: black 0 0 1px;
}

p#spruch {
	text-align: right;
}

p#RIP {
	margin-top: 60px; text-align: center; overflow: visible;
	font-size: 32px; line-height: 36px; 
	/*font-size: 2.4vmax; line-height: 2.5vmax; */
}

::selection { background: #749C63; color: white; } ::-moz-selection { background: #749C63; color: white; } ::-webkit-selection { background: #749C63; color: white; }