body {
	display: flex; 
	_align-items: center; 
	_justify-content: center;
	background-color: #111111; 
	background-image: url(bg.jpg); background-repeat: no-repeat; 
	background-attachment: fixed; background-size: 100% auto; 
	font-family: Roboto;
	font-weight: 300;
	color: #443333;
	font-size: 12px;
	font-style: normal; 
}

h1 {
	font-size: 24px;
}

h2 { 
	font-weight: 400; 
	font-size: 18px; 
}

a {
	text-decoration: none !important;
	color: #443333;
	font-weight: 700; 
}

a:hover { 
	color: #b07f4e; 
}

.pr { position: relative; } 
.t8 { top: 8px; } 

.fw400 { font-weight: 400; } 
.fw700 { font-weight: 700; } 

.fs18  { font-size: 18px; }
.fs14  { font-size: 14px; }

.mt0   { margin-top: 0px; }


DIV.kachel { 
	display: flex; 
	flex-direction: column; 
	margin: auto; 
	margin-top: 12%; 
	width: 648px; 
	padding: 24px; 
	_color: #333333; 
	text-align: center; 
	box-shadow: 10px 10px 10px #333333; 
	border-radius: 24px; 
	background-color: #ffffff; 
	opacity: 0.85; 
}



.sp_only { display: none; } 


@media all and (orientation: portrait) { 
	body { background-size: auto 100%; }
}


@media all and (max-width: 767px) {
	DIV.kachel { width: 94%; } 
}

