/*
.min video { width:32%; }
.max video { width:100%; }
*/
html {
	height:100%;
	user-select:none;
}

body {
	height:100%;
	box-sizing:border-box;
	overflow:hidden;
}

.fullscreen .videoTitle
{
	display:inline !important;
	float:left;
	width:100%;
	font-size: 4vmin !important;
	text-shadow: 2px 2px black;
	text-align: center;
}

.fullscreen .videoCloseButton {
	z-index: 51;
    display: block;
    position: absolute;
    right: 2vmin;
	top:2vmin;
	font-size:3vmin;
	cursor:pointer;
    text-align: center;
}
.videoTitle
{
    width: 100%;
    text-align: center;
    font-size: 0.7em;
	padding: 0 5% 0 5%;
	white-space: wrap;
	text-shadow: 0px 0px 5px black;
	position: absolute;
	left:0px;
}
.min .videoDescription {
	display:none;
	padding: 1vw;
	overflow-y:auto;
}
.videoTitleRow {
	padding: 1vw;
	position: absolute;
	width:100%;
	left:0px;
	display:none;
}
.fullscreen .videoTitleRow
{
	position: relative !important;
	/*width: auto !important;*/
	width: 100%;
	font-size:1.5em;
	min-height:0px;
	padding: 0 1vw;
}
video {
	background: black;
	cursor:pointer;
	width:100% !important;
	object-fit: cover;
	max-width:100%;
	max-height:100%;
}
video.fullscreen {	
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	border-radius: 0;
}
.max .videoDescription{display:block;overflow:scroll;}
.videoCloseButton{display:inline;float:right;cursor:pointer;}
.min .videoCloseButton{display:none;}

.videoElement {	
	position:relative;
	background-color: rgba(15, 15, 15, 0);
	margin-bottom:0;
	overflow:hidden;
	padding:.4vmin;
	display:flex;
	flex:1;
	flex-basis:30%;
	max-height:100%;
	color:white;
	aspect-ratio:16/9;
	box-sizing:border-box;
}
.videoElement.min:hover {
	padding:1vmin;
}
.videoElement.min:hover .videoTitleRow {
	display:inline-block;
}
.videoElement.min.fullscreen:hover {
	padding:0;
}
.videoElement.min.fullscreen:hover video {
	box-shadow:none !important;
}
.videoElement.min {
	border-radius:2.5vmin;
}

.videoElement.min video {
	border-radius:2.5vmin;
}
.videoElement.min:hover video {
    box-shadow: 0px 0px 1vmin 0.4vmin #5e5e5e;
}
.videoElement.fullscreen {
	background-color: rgba(15, 15, 15, .8);	
	display: flex;
	flex-direction:column;
	justify-content: center;
	
	max-height: 100% !important;
	position: fixed !important;
	border-radius: 0;
}
.videoElement.fullscreen video {
	border-radius:0;
}

.videoElement.max{display:block;}

.videoElement:nth-child(3n) {
    /*flex-basis: 100%;*/
}

.videoElement.text {
	flex-basis: 100%;
	color:black;
	display:block;
}

.videoElement p {
	margin:0;
}

.videoTextTitle {
	padding:5px 0 5px 0;
}
.videoTextContent {
	font-size:0.8em;
}

.vc-container {
	display:flex;
	flex-flow:row wrap;
	justify-content: space-around;
	position: relative;
	max-height:100%;
}
.hidden {
	display:none;
}
#main-content {
	flex: 1 1 auto;
	overflow: auto;
    overflow-x: auto;
	overflow-x: hidden;
	color:white;
	position:relative;
}
#developement-content-container, #about-content-container {
	color:black;
	box-sizing: border-box;
    padding: 1vmin;
}
#video-fullscreen-container {
	position: absolute;
}
.mainContainer {
	position:absolute;
	width:100%;
}
.video-flex-row {
	display:inline-flex;
	justify-content: space-between;
}

.selectedMenu {
	border-bottom: 2px solid #7fdcf6;
}

.selectable {
	border-color: #7fdcf6;
	cursor:pointer;
}
.selectable:hover {
	transition: all .2s ease-in;
	/*background-color:#0f7cca;*/
    /*border-radius: 50%;*/
    /*box-shadow: 0px 0px 7px 2px #0f7cca;*/
    /*color: white;*/
	border-bottom: 2px solid #7fdcf6;
}
.selectable:not(:hover) {
	transition: all .2s ease-in;
}

#infoBoxContainer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:50;
	background-color: rgba(0,46,98,0.5);
	display:none;
}

#impressumName {
	font-size:0.7em;
	line-height:0.1vmin;
	margin-bottom:0.5em;
}

.infoBox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:white;
	padding:2vmin;
	border-radius:0.1vmin;
	font-size: 2vmin;
    line-height: 2.2vmin;
	box-shadow: 0px 0px 15px 0px #00223a;
	border-radius:1vmin;
}

.infoBox input, select {
	font-size: 0.8em;
	width:100%;
}
 .infoBox textarea {
	 width:100%;
 }
@media screen and (max-width: 190px) 
{
  .min video { width:31%; }
}

@media screen and (max-width: 640px) 
{
	.min video { width:30%; }
	.videoElement {
		flex-basis: 50%;
	}
}
@media screen and (max-height: 420px) 
{	
	video.fullscreen {	
		width: auto !important;
		max-width: 100%;
	}
	
	.videoElement {
		flex-basis: 50%;
	}
	
	video {
		object-fit: contain !important;
	}
}

.imageElement {
	display:inline-block;
	width: 100%;
	margin-bottom: 2vmin;
    border-radius: 2.5vmin;
    box-shadow: 0px 0px 3px 0px black;
	background-color: #ededed;
}
.imageElement:hover {
    box-shadow: 1px 1px 3px 1px black;
	position:relative;
	top:-.5vmin;
	background-color: #fbfbfb;
}

.imageElement img {	
	width:auto;
	min-width: 30%;
	height:100%;
	float:left;
	margin-right:1vmin;
	border-top-left-radius: 2vmin;
    border-bottom-left-radius: 2vmin;
}
.imageElement.right img {
	min-width: 30%;
	height:auto;
	float:right;
	margin-left:1vmin;
}
.imageElement.about {
	padding:2vmin;
}
.imageElement.about img {
	border-radius:2vmin;
	padding:1vmin;
	max-width:100%;
}
.image-container {
	flex: 1 1 auto;
	height:15vmin;
    min-width: 30vmin;
}
.imageTextContainer {
	display:flex;
}

.imageElement.about {
	display:block;
}
.imageElement.about .imageTextContainer {
	display:block;
}

.imageElement.about .image-container{
	float:left;
	height:auto;
	width:auto;
	max-width:35vmin;
}
.imageElement.about.right .image-container{
	float:right;
	height:auto;
	width:auto;
	max-width:35vmin;
    margin-left: 2vmin;
}
.imageElement.right .imageTextContainer{
	flex-direction: row-reverse;
}
.imageTextText {
	font-size: 2.2vmin;
	flex: 1 1 calc(100% - 30vmin);
}
.timeline-container{
	background: linear-gradient(to right, transparent calc(50% - 1px), 
	/* linke Seite bis zur Mitte minus halbe Strichdicke */ 
	#00ABDB calc(50% - 1px), 
	/* Strichfarbe von links */ 
	#00ABDB calc(50% + 1px), 
	/* Strichfarbe bis rechts */ 
	transparent calc(50% + 1px) 
	/* rechte Seite ab Mitte plus halbe Strichdicke */
	);
	width:8vmin;
	min-width:8vmin;
}
.timeline-time{
	background: #00ABDB;
    border-radius: 2vmin;
    font-size: 2.5vmin;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.imageElement-container, .textElement-container{
	display:flex;
	gap:2vmin;
}
.text {
	text-align:justify;
	margin-right: 2vmin;
    padding-top: 2vmin;
}
.imageText .text {
	margin-bottom:2vmin;
}
.imageTextTitle.text{
	margin-bottom:-1vmin;
}
.textElement {
	flex: 1 1;
	border-radius: 2vmin;
    padding: 2vmin;
	margin-bottom: 2vmin;
    box-shadow: 0px 0px 3px 0px black;
	background-color: #ededed;
}
.textElement:hover {
    box-shadow: 1px 1px 3px 1px black;
	position:relative;
	top:-.5vmin;
	background-color: #fbfbfb;
}
.textElement .text {
	margin:0;
	font-size:2.5vmin;
	padding:0;
}
.imageText{
	flex:1 1 100%;
}
.imageTextTitle.text {
	font-weight:bold;
	color:#656565;
}
.dc-container .imageTextText.text:not(:hover) {
	display: -webkit-box;
    -webkit-line-clamp: 4; /* Anzahl der Zeilen */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
::-webkit-scrollbar {
  width: 2vmin;
}

::-webkit-scrollbar-track {
  border-radius: 2vmin;
}

::-webkit-scrollbar-thumb {
  background: #00abdb; 
  border-radius: 2vmin;
}

::-webkit-scrollbar-thumb:hover {
  background: #017a9c; 
}