/* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

h1 {
	font-family: 'Arial', sans-serif;
	color: #fcfcfc;
	text-align: left;
	size: 12;
	line-height: 60%;
}

h2 {
	font-family: 'Arial', sans-serif;
	color: #48628c;
	text-align: left;
	size: 11;
}

h3 {
	font-family: 'Arial', sans-serif;
	color: #336699;
	text-align: left;
	size: 10;
}

h4 {
	font-family: 'Arial', sans-serif;
	color: #fcfcfc;
	text-align: left;
	size: 10;
	line-height: 60%;
}

.linkeSpalte {
	margin-top: 0px;
	height: calc(100% - 140px);
	/*width: 250px; */
	float: left;
	padding: 20px 20px 0 20px;
}

.topBanner {
	height: 100px;
	background-color: #48628c;
	margin-left: 0px;
	padding: 20px 20px 0 20px;
	vertical-align: middle;
}

.search-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin-bottom: 10px;
}

#searchBox {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}

.flyout {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	max-height: 400px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
	padding: 0;
	margin: 0;
	list-style: none;
}

.flyout li {
	border-bottom: 1px solid #eee;
}

.flyout li:last-child {
	border-bottom: none;
}

.flyout li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333;
}

.flyout li a:hover {
	background: #f0f0f0;
}

.contentBody {
	background-color: #FFF;
	vertical-align: top;
	min-height: calc(100% - 140px);
	margin-top: 0px;
	padding: 20px 20px 0 20px;
	float: left;
	width: calc(100vw - 350px);
}

.contentBody2 {
	background-color: #FFF;
	min-height: calc(100% - 140px);
	vertical-align: top;
	margin-top: 0px;
	padding: 20px 20px 0 20px;
	float: right;
	flex-grow: 1;
}

.container {
	display: flex;
}

.breadcrumb>* {
	display: inline-block;
	font-size: 14px;
}

.button1 {
	background-color: #48628c;
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 2px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

html,
body {
	height: 100%;
	margin: 0px;
	font-family: 'Arial', sans-serif;
	color: #000000;
	text-align: left;
	size: 10;
}

.input {
	margin-right: 10px;
	width: 150px;
	background-color: lightgray;
	border-width: 1px;
}

a:link {
	color: #48628c;
	text-decoration: none;
}

a:visited {
	color: #48628c;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.floatleft {
	float: left;
}

.InfoIcon {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.InfoBox>p {
	display: inline-block;
	vertical-align: middle;
}

.Logo {
	width: 290px;
	vertical-align: middle;
}

.Header {
	vertical-align: middle;
	margin-top: -8px;
}

a {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

body {
	background-color: #e0e0e0;
}

.Active {
	font-weight: bold;
}

.family-container {
	width: 900px;
	margin-bottom: 100px;
}

.family-container h1 {
	color: black;
	font-size: 20px;
	margin-left: 2px;
	margin-bottom: 30px;
}

.family-container table td {
	padding: 0;
}

.family-container table td:nth-child(1) {
	width: calc(900px / 12 * 2.5);
}

.family-container table td:nth-child(2) {
	width: calc(900px / 12 * 7.5);
}

.family-container table td:nth-child(3) {
	width: calc(900px / 12 * 0.5);
}

.family-container table td:nth-child(4) {
	width: calc(900px / 12 * 1.5);
}

.family-container .family-parameters {
	margin-bottom: 40px;
}

.family-container .family-info {
	margin-bottom: 20px;
}

.family-container .family-info td:nth-child(2) {
	font-weight: bold;
}

.family-container .family-images tr:nth-child(1) td {
	padding-bottom: 20px;
}

.family-container .family-images td {
	width: calc(900px / 7) !important;
	text-align: center;
}

.family-container hr {
	height: 1px;
	background: black;
	border: none;
}