body {
	background-color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	
}
a {
	color: rgba(0, 100, 255, 0.5);
	text-decoration: none;
}
.titel {
	margin: 10% 3% 0% 3%;
	padding: 3%;
	letter-spacing: 0.03em;
	word-spacing: 0.1em;
	text-align: center;
	background-color: #eeeeee;
}

.titelkopf {
	font-size: 130%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.obenrechts {
	margin: auto;
	position: fixed;
	right: 35px;
	top: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #0c70dd;
}
.body2 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#ccc;
}

.body3 {
	padding-top: 20px;
	padding-bottom: 5px;
}

.signatur {
	font-size: 70%;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 0.2em;
	color: #888;
	font-style: italic;
	opacity: 0.8;
}


ul#galerie {
	padding:0;
	margin:0;
	list-style-type:none;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
ul#galerie li{
	padding: 3px;
	background-color: white;
	border:1px solid #eeeeee;
	display:inline-block;
	margin:30px;	
}
ul#galerie li:hover{
	border:1px solid goldenrod;
}
ul#galerie li span{
	display:block;
	text-align:center;
	font-size:11px;
}
ul#galerie li a img{
		border:none;
}

.cuto {
	max-width: 95vw;
	max-height: 92vh;
}

.pixmass {
	width: 240px;
	height: auto;
	max-height: 700px;
}


.blocko {
    max-width: 260px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.name {font-size: 110%; font-weight: 600; color: #104E8B;}
.beschreibung {font-size: 90%; color: #002C69;}
.jahr {font-size: 90%; color: #555; opacity: 0.9;}
.besitz {font-size: 150%; color: #555; margin-bottom:-25px; opacity: 0.2;}
.preis {opacity: 0.5;font-size: 85%; font-weight: 300;}

.block-menu {
	background-color:#ccc;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	text-align: center; 
	margin-top: 10px;
}

.text-menu {
	background-color:#ccc;
	font-weight: 900;
	color: rgba(150, 150, 150, 0.7);
	color: rgba(250, 250, 250, 0.8);
	text-decoration: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	margin: 0px 10px;
	text-align: center;
}

.texti {
	font-size: 100%;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

@media (max-height: 800px) {
	.titel {margin-top: 30%;}
	.titelkopf {font-size: 120%; font-weight: 500;}
	.texti {font-size: 105%;}
}

@media (max-height: 670px) {
	.titel {margin-top: 30%;}
	.titelkopf {font-size: 125%; font-weight: 500;}
	.texti {font-size: 110%;}
}