﻿html {
	min-height: 100vh;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	overflow-x: hidden;
	overflow-y: scroll;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
div.header {
	flex: 0 1 auto;
}
div.content {
	flex: 1 1 auto;
}
div.footer {
	flex: 0 1 auto;
}
.shadow {
	text-shadow: 1px 1px 1px #343A40;
}
.header img {
	width: 100%;
}
.parent {
	position: relative;
}
.content-row {
	margin-left:0px !important;
	margin-right:0px !important;
}
.bg-black {
	background-color: black;
}
.img {
	width: 500px;
}
.top-left {
	position: absolute;
	left: 0;
	top: 0;
}
.top-right {
	position: absolute;
	right: 0;
	top: 0;
}
.bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
}
.bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
}
.bottom-center {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
}
.band {
	background-image: url('../images/Band.png');
	background-repeat: repeat-x;
	height: 14px;
	margin: 0;
	padding: 0;
}
.navbar {
	padding-top: 4px;
	padding-bottom: 4px;
}
a, a:hover {
	color: #29ABCB;
}
.btn-primary, .btn-primary:focus {
	background-color: #99D9EA;
	border-color: #99D9EA;
}
.btn-primary:hover, .btn-primary:active {
	color: #FFFFFF;
	background-color: #343A40;
	border-color: #343A40;
}
.gk-wappen {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.card-img-top {
	object-fit: cover;
	width: 100%;
	height: 240px;
	magin: 0px;
}
.float-image {
	object-fit: cover;
	max-width: 200px;
	max-height: 2000px;
}
.hidden {
	visibility: hidden;
}
.formX {
	display: none;
}
.rwth .card-header {
	background-color: #00549F;
}
.rwth .card-header a {
	color: #FFFFFF;
}
.spiegel .card-header {
	background-color: #E64415;
}
.spiegel .card-header a {
	color: #FFFFFF;
}
.heise .card-header {
	background-color: #F2F2F2;
}
.heise .card-header a {
	color: #000000;
}
.aktuell .card-header {
	background-color: #99D9EA;
}
.aktuell .card-header a {
	color: #000000;
}
table .w-10 {
	width: 10%;
}
table .w-20 {
	width: 20%;
}
table .w-25 {
	width: 25%;
}
table .w-30 {
	width: 30%;
}
table .w-33 {
	width: 33%;
}
table .w-40 {
	width: 40%;
}
table .w-50 {
	width: 50%;
}
table .w-60 {
	width: 60%;
}
table .w-66 {
	width: 66%;
}
table .w-70 {
	width: 70%;
}
table .w-75 {
	width: 75%;
}
table .w-80 {
	width: 80%;
}
table .w-90 {
	width: 90%;
}
table .w-all {
	width: 100%;
}
:-webkit-full-screen .map {
	width: 100vw;
	height: 100vh;
	    background: red;
}
:-moz-full-screen .map {
	width: 100vw;
	height: 100vh;
}
:-ms-full-screen .map {
	width: 100vw;
	height: 100vh;
}
:-o-full-screen .map {
	width: 100vw;
	height: 100vh;
}
:full-screen .map {
	width: 100vw;
	height: 100vh;
}
:fullscreen .map {
	width: 100vw;
	height: 100vh;
}
.fullscreen-content {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.fullscreen-icon {
	position: absolute;
	left: 24px;
	top: 24px;
	cursor: pointer;
}
.map {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 480px;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.mh-100 {
	min-height: 100%;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.family-tree::-webkit-scrollbar {
	display: none;
}
img.ccapp {
	height: 18pt;
	height: 18pt;
}
a.ccapp {
	padding-top: 0.35rem !important;
}
/* Hide scrollbar for IE and Edge */
.family-tree {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 480px;
	overflow-x: hidden;
	-ms-overflow-style: none;
}
@media
{
	.dl-horizontal dt {
		float: left;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 48px;
	}
}
@media (max-width:992px)
{
	.header h2 {
		font-size: 1.75rem;
	}
	.header .m-4 {
		margin-bottom: 0.5rem!important;
	}
}

@media (max-width:767px)
{
	.header h2 {
		font-size: 1.5rem;
	}
	.header .m-4 {
		margin-bottom: 0.2rem!important;
	}
}
@media (max-width:576px)
{
	.header h2 {
		font-size: 1.25rem;
		margin-block-end: 0.1rem!important;
	}
	.header .m-4 {
		margin-bottom: 0.0rem!important;
	}
}

.dl-horizontal dd:before, .dl-horizontal dd:after,  {
	display: table;
	content: " ";
}
.dl-horizontal dd:after {
	clear: both;
}
.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	
	pointer-events: none;
}
.vertical-align-center {
	/* To center vertically */
display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */;
	height: inherit; /* To center horizontally */;
	margin: 0 auto;
	pointer-events: all;
}
.modal-header {
	background-color: #99D9EA;
	color: #99D9EA;
}
.btn.disabled {
	 background-color:silver;
	 border-color:silver;
}
