@charset "UTF-8";
/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #c6bed2;
	color: #666769;
}

body {
	height: 100%;
}

table {
	font-size: 8pt;
	width: 100%;
}

p {
	font-size: 8pt;
}

h1 {
	font-size: 12pt;
	font-weight: 400;
}

h2 {
	font-size: 9pt;
	line-height: 6px;
	font-weight: 600;
}

h3 {
	font-size: 8pt;
	color: rgb(92, 113, 140);
}

.logo {
	position: absolute;
	left: 50%;
	top: 50%;
   transform: translate(-50%,-50%);
	cursor: pointer;
   transition: 200ms all;
   text-align: center;
}

.logo.open {
   left: 3px;
   transform: translate(0%,-50%);
   text-align: left;
}

.logo .name {
   font-size: 25px;
}

.logo .title {
   font-size: 16px;
}

.logo .title + .name {
   margin-top: 50px;
}

.logo.open .name {
   font-size: 13px;
}

.logo.open .title {
   font-size: 10px;
}

.bild {
	height: 442px;
	left: 208px;
	position: absolute;
	width: 203px;
}

.bild.home {
   box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.text {
	width: 370px;
	height: 442px;
	left: 430px;
	position: absolute;
}

.text .middleitalic {
	text-align: center;
	font-style: italic;
}

nav.home {
	position: absolute;
	width: 50px;
	height: 24px;
	line-height: 24px;
	left: 23px;
	top: 0;
	font-size: 11px;
}

.impressum:not(.bild) {
	position: absolute;
	height: 22px;
	line-height: 22px;
	left: 23px;
	bottom: 0;
	font-size: 8pt;
}

ul.portrait-selector {
   box-sizing: border-box;
   display: flex;
   width: 100%;
   padding: 0;
   justify-content: space-around;
   position: absolute;
   top: 0px;
   gap: 5px;
   cursor: pointer
}

.portrait-selector li {
   list-style: none;
   padding: 11px;
   padding-top: 15px;
   width: 50%;
   display: inline-block;
   font-size: 15px;
   text-align: center;
   transition: all 200ms;
}

.portrait-selector li.active {
   background-color: #e4e0e9;
}

.portrait-selector li:hover {
   background-color:#c6bed2;
   box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

a {
	color: #666769;
	text-decoration: underline;
	transition: color 250ms;
}

a:hover {
	color: #bcb7d1;
}

nav a {
	text-decoration: none;
}

.wrapper {
	position: absolute;
	width: 865px;
	height: 490px;
	top: 50%;
	left: 50%;
	margin: -245px 0 0 -432px;
	background-color: #e4e0e9;
   box-shadow: 0 0 150px rgba(0,0,0,0.1);
}

.wrapper .menu {
	width: 489px;
	height: 24px;
	font-size: 11px;
	position: relative;
	left: 372px;
}

.wrapper .menu ul {
	list-style: none;
	display: inline-block;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.wrapper .menu ul li {
	float: left;
	margin-right: 21px;
}

.wrapper .menu ul li.last {
	margin-right: 0;
}

.wrapper .menu ul li.active a,
.wrapper .menu ul li:hover a {
	color: #bcb7d1;
}

.wrapper .content {
	width: 818px;
	height: 442px;
	background-color: #fff;
	border: 1px solid #666769;
	position: absolute;
	top: 24px;
	left: 23px;
}

.galerie img {
	border: 0;
	box-shadow: 3px 3px 3px #aaa;
	margin-right: 30px;
	margin-bottom: 18px;
}

.galerie img.firstrow {
	margin-top: 15px;
}

.galerie img.last {
	margin-right: 0;
}
