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


@keyframes blup {
  0% {
    height: 50%;
	border-radius: 30% 50% 60% 70% / 80% 30% 90% 40%;
	  width: 40%;
		  transform: rotate(0deg);
  }
  50% {
    height: 20%;
	border-radius: 75% 34% 90% 25% / 50% 79% 23% 65%;
	width: 30%;
	  transform: rotate(78deg);
	  background-color: rgba(146,177,207,1.00);
  }
	
  100% {
   height: 50%;
	border-radius: 30% 50% 60% 70% / 80% 30% 90% 40%;
	  width: 40%;
		  transform: rotate(0deg);
	}
}

.trans{
	opacity: 0.95;
}


#Cookies{
	position:fixed;
	width:100%;

	margin-left: auto;
	margin-right:auto;
	height: auto;
	z-index: 9999;
	bottom: 0px;
	right: 0;
}



#Cookies #TextBox{
	position: relative;
	max-width:100%;
	height: auto;
	margin-left: 0px;
	margin-right:auto;
}


#Cookies #TextBox button{
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
	max-width:100%;
	height: auto;
	margin-left: 0px;
	margin-right:auto;
	cursor: pointer;
	z-index: 9999;
}

#Cookies #TextBox button:hover{
	background-color: #313131 !important;
}




/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */
#pw{
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width:100% !important;
	height: 100vh!important;
	z-index: 9998 !important;
}
#pw form{
	background-color:rgba(0,0,0,0) !important;
	background:rgba(0,0,0,0) !important;
	border: none  !important;
}
#pw form fieldset{
	background-color:rgba(0,0,0,0) !important;
	background:rgba(0,0,0,0) !important;
	border: none  !important;
}
#pw form fieldset input{
	margin: 0;
	max-width: 100%;
	padding: 10px;
	font-size: 1.5vw;
}

#pw form fieldset input[type=submit] {
  background-color: #3bff0f;
	color: #051221;
  border: none;
	font-size: 1.5vh;
  padding: 15px;
  text-decoration: none;
  margin-top:20px;
  cursor: pointer;
}







ul {
	padding-left: 15px;
}
/* Bg Video Box */

/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */


#bgVideo{
	width: 100%;
	height: 37.5vw;
	background-image: url("");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	
	overflow: hidden;
		
}

.bgImgBlock{
	max-width: 100%;
	min-height:33vw;
	background-image: url("");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}


.main-carousel{
	 -webkit-transition:all .4s linear;
	-moz-transition:  all .4s linear;
	-ms-transition:  all .4s linear;
	-o-transition:  all .4s linear;
	transition:  all .4s linear;
}

#SpeakerSliderWrap{
	position: relative;
	min-height: 15vw;
	width: 20%;
	margin-right:  1.625vw;
	border-radius: 0px !important;
	counter-increment: carousel-cell;
	
	background-image: url("");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Page Post Headinfo Grid */ 

#VideoSliderWrap{
	position: relative;
	min-height: 45vw;
	width: 28%;
	margin-right:  1.625vw;
	border-radius: 0px !important;
	counter-increment: carousel-cell;
	
}
/* Page Post Headinfo Grid */ 

.bgVidBlock{
	position: relative;
	max-width: 100%;
	min-height:18vw;
	background-image: url("");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	
	
	 -webkit-transition:all .4s linear;
	-moz-transition:  all .4s linear;
	-ms-transition:  all .4s linear;
	-o-transition:  all .4s linear;
	transition:  all .4s linear;
}
#bgVidText{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	position:relative;
	
	 -webkit-transition:all .4s linear;
	-moz-transition:  all .4s linear;
	-ms-transition:  all .4s linear;
	-o-transition:  all .4s linear;
	transition:  all .4s linear;
	
}
/* Section Sizer */
/* ===================================================================================================================== */

.boxPall{
	padding: 60px;
}
.boxPallev{
	padding: 60px;
	padding-left:30px;
	padding-right: 0px;
}
/* ===================================================================================================================== */
.disth{
	padding: 60px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dist{
	padding: 30px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.disttitle{
	padding: 30px;
	padding-top: 0px;
}


.distsection{
	margin-top: 6vw;
	margin-bottom: 6vw;
}


.m0 {
    margin-top: 0;
    margin-bottom: 0;
}
.pro{
	margin-top: 0vw !important;
	margin-bottom: 0vw !important;
}
.ptop{
	margin-top: 6vw !important;
	margin-bottom: 0vw !important;
}
.pbottom{
	margin-bottom: 6vw !important;
	margin-top: 0vw !important;
}
.pall{
	margin-top: 6vw;
	margin-bottom: 6vw !important;
}



.distgap{
	margin-bottom: 2px;
}

.inliner{
	display: inline-block;
	
}


.disttop{
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	
}
/* Sprechblase  */

/* ===================================================================================================================== */

#SpLayer{
	z-index: 5;
	position: absolute;
	top: 0;
	max-width: 100%;
	height: 45vw;
}

#SpLayerSH{
	position: absolute;
	top: 0;
	max-width: 100%;
	height: 52vh;
}

#bubbel{
	position: absolute;
	width: 50vw;
	left: 0vw;
	height: auto;
	bottom: 0 !important;
}

#Sprechblase{
	position: relative;
	margin-left: 6vw;
	width: 30vw;
	height: auto;
}

#Sprechblase #txt{
	max-width: 100%;
	height: auto;
	padding: 30px;
	margin-bottom: -1px;
}

#Sprechblase #txt h1{
	padding: 0px !important;
}
#Sprechblase #corner{
	padding: 0px;
	margin-left: 1vw;
	width: 	6vw;
	height: 3vw;
}


#Sprechblase2 {
	position: relative;
	margin-left: 15vw;
	margin-top: -4vw;
	width: 30vw;
	height: auto;
}

#Sprechblase2 #txt{
	max-width: 100%;
	height: auto;
	padding: 30px;
	margin-bottom: -0px;
}
#Sprechblase2 #txt h1{
	padding: 0px !important;
}
#Sprechblase2 #corner{
	padding: 0px;
	margin-left: auto;
	margin-right: 1vw;
	width: 	8vw;
	height: 4vw;
	transform: rotateY(0deg);
}


/* ===================================================================================================================== */




#TextBox{
	max-width: 100%;
	height: auto;
}

#TextBox2{
	max-width: 100%;
	max-height: 100%;
}

#TextBox .TitleTxt{
	max-width: 100%;
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px; 
}

#TextBox .TitleTxt h2{
	max-width: 65%;
}

#TextBox .testta:nth-of-type(1){
	position: relative;
	margin-top:10vh !important;
}


.blockstart{
	max-width: 100%;
	height: auto;
	
	padding: 60px;
	padding-bottom: 0px;
	padding-top: 60px;
}

.blockstart a{
	color: #000;
	cursor: pointer;
}

.blockstart a:hover{
}


#NewsBox{
	position: relative;
	margin-left: 0;
	margin-right: auto;
	max-width: 100%;
}
#NewsBox h2{
	display: inline-block;
	float: left;
	padding-right: 20px;
}


#Countdown{
	position:relative;
	z-index: 3;
	margin-top: -3vw;
	margin-left: 25vw;
	max-width: 100%;
	height: auto;
	
	padding: 20px !important;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

#TeamImageBox{
	background-image: url();
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	max-width: 100%;
	height: 43vh;
}

#TeamTextBox{
	max-width: 100%;
	height: auto;
}

#TeamTextBox ul{
	max-width:100%;
	height: auto;
	list-style: none;
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

#TeamTextBox ul li a{
	opacity: 0.9;
	cursor: pointer;
}
#TeamTextBox ul li a:hover{
}

.lh{
	min-height: 3vw;
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 1140px) {
	

/* Section Sizer */
/* ===================================================================================================================== */

.boxPall{
	padding: 60px;
	padding-left: 45px;
	padding-right: 45px;
}
	
.boxPallev{
	padding: 60px;
	padding-left: 20px;
	padding-right: 0px;
}

/* ===================================================================================================================== */
.distsection{
	margin-top: 12vw;
	margin-bottom: 12vw;
}	
	
#bgVideo{
	width: 100%;
	height: 75vh;
		
}
	
.bgImgBlock{
	min-height: 35vw;
	
}
#SpeakerSliderWrap{
	
	min-width:60vw;
	min-height: 40vw;
}
/* Page Post Headinfo Grid */ 

#VideoSliderWrap{
	min-height: 80vw;
	width: 50%;
	
}
/* Page Post Headinfo Grid */ 

.bgVidBlock{
	max-width: 100%;
	min-height: 35vw;
	
}
	#bgVidText{
	
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* Sprechblase  */

/* ===================================================================================================================== */
#SpLayer{
	position: absolute;
	top: 0;
	width: 100%;
	height: 78.5vh;
}
	
#SpLayerSH{
	height: 39.5vh;
}

	
	
#bubbel{
	position: absolute;
	width: 70vw;
	margin-left: 30px;
	
}

#Sprechblase{
	width: 60%;
	position: relative;
	margin-left: 0;
	margin-right: auto;
}
#Sprechblase #corner{
	margin-left: 1vw;
	width: 	80px;
	height: 20px;
	object-fit: cover;
}
	#Sprechblase2 #corner{
	margin-left: auto;
		margin-right: 1px;
	width: 	80px;
	height: 20px;
	object-fit: cover;
}
	
#Sprechblase2 {
	width: 60%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.lh{
	min-height: 7vw;
}
	
	
	
	
#TextBox .TitleTxt{
	padding-left: 45px;
	padding-right: 45px; 
}
	
	
	#Countdown{
	position:relative;
	z-index: 3;
	margin-top: -5vw;
	margin-left: 25vw;
}
	
	
	
	
	.blockstart{
	max-width: 100%;
	height: auto;
	
	padding: 60px;
		padding-left: 45px;
	padding-right: 45px; 
	padding-bottom: 0px;
	padding-top: 60px;
}

}

/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */


@media screen and (max-width: 568px) {
	
	
	
	
	.pro{
	margin-top: 0vw !important;
	margin-bottom: 0vw !important;
}
.ptop{
	margin-top:12vw !important;
	margin-bottom: 0vw !important;
}
.pbottom{
	margin-bottom: 12vw !important;
	margin-top: 0vw !important;
}
.pall{
	margin-top: 12vw;
	margin-bottom: 12vw !important;
}
/* ===================================================================================================================== */

.boxPall{
	padding: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
	

.boxPallev{
	padding: 60px;
	padding-left: 20px;
	padding-right: 0px;
}

/* ===================================================================================================================== */
	.disth{
	padding: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
}
	
#bgVidText{
	
	margin: 0;
	min-height:43vw;
}
	
#VideoSliderWrap{
	min-height: 38vw;
	width: calc(100% - 30px);
	margin-right:  7vw;
	overflow: hidden;
	
}
/* Page Post Headinfo Grid */ 

.bgVidBlock{
	max-width: 100%;
	min-height: 50vw;
	
}
.bgImgBlock{
	min-height: 45vh;
	
}
.dist{
		padding: 30px;
	}
	
.distsection{
	margin-top: 12vw;
	margin-bottom: 12vw;
}	
	
/* Sprechblase  */
#SpeakerSliderWrap{
	min-width:86vw;
	min-height: 86vw;
	margin-right:  7vw;
}
/* ===================================================================================================================== */
#SpLayer{
	position: absolute;
	top: 0;
	width: 100%;
	height: 77.5vh;
}
#bubbel{
	position: absolute;
	width:100vw;
	margin-left: 0px;
	margin-right: auto;
	
	padding-left: 15px;
	padding-right: 15px;
	
}
#SpLayerSH{
	height: 28vh;
}

	
	
#Sprechblase{
	width: 80%;
	position: relative;
	margin-left: 0;
	margin-right: auto;
}	
#Sprechblase #corner{
	margin-left: 1vw;
	width: 100px;
	height: 20px;
}

	#Sprechblase2 #corner{
	margin-left: auto;
	margin-right: 1px;
	width: 100px;
	height: 20px;
}

#Sprechblase2 {
	width: 70%;
	margin-right: 0px;
	
	margin-top: -7vw;
}
	
#bgVideo{
	width: 100%;
	height: 75vh;
		
}
	
#countdown{flex: none;
	text-align: center;
}
#TextBox .TitleTxt{
	padding-left: 30px;
	padding-right: 30px; 
}

#TextBox .TitleTxt h2{
	max-width:100%;
}
	


	#Countdown{
	margin-top: -7vw;
	margin-left: 5vw;
}
	.blockstart{
	max-width: 100%;
	height: auto;
	
	padding: 60px;
		padding-left: 30px;
	padding-right: 30px; 
	padding-bottom: 0px;
	padding-top: 60px;
}

/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */
	
}