
.layout--generic-block {
	background-color: rgba(33, 39, 53, 1);
}

/*================ Video Background ================*/

.layout--generic-block .grad {
	position: fixed;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) -20%, rgba(0,0,0,0) 100%);
	min-width: 100%; 
	min-height: 100%;
	z-index: -1;
}

/*===================================================================================*/


.layout--generic-block .content-wrap {
	padding-top: 85px;
	background: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 60%), url(../assets/bg_m.webp) no-repeat;
	background-size: 80%;
	background-position: 50% calc(50% + 200px);
	height: 100%;
}
.content {
	margin: 0 auto;
	padding: 0
}

.layout--generic-block .headline {
	width: 100%;
	text-align:left;
	padding: 15px 30px 15px 15px;
	margin-top:0px;
	margin-bottom:20px;
	background-color: rgba(33, 39, 53, 0);
	
}

.miniterms {
	font-size: 11px;
	padding: 10px 20px 10px 15px;
	vertical-align: middle;
	font-weight: 600;
	max-width:100%;
	background-color: rgba(33, 39, 53, .8);
	line-height: 1.3em;
	margin:0px 0 5px 0;
	text-align: center;
}

.layout--generic-block .cta-wrapper {
	padding-left: 30px;
	text-align:left;
}

.layout--generic-block .cta-wrapperM {
	padding-left: 0px;
	text-align:center;
	margin: 10px 0 240px 0;
}

.layout--generic-block .kv-mask {
	height: 0px
}

/*================================*/

/*=Tablet=*/
@media only screen and (min-width: 768px) {	
	.layout--generic-block .content-wrap {
		background-size: 100%;
		background-position: 50% calc(50% + 170px);
	}
}

@media only screen and (min-width:991px) {
	.layout--generic-block {
		background-color: rgba(33, 39, 53, 1);
	}
	
	.layout--generic-block .banner {
		float: left;
		margin-top: 40px;
	}
	.layout--generic-block .headline {
		text-align:left;
		margin-top:0px;
		margin-bottom:5px;
		background-color: rgba(33, 39, 53, 0);
		padding: 30px;
	}

	.miniterms {
		font-size: 11px;
		padding: 30px 20px 10px 30px;
		vertical-align: middle;
		font-weight: 600;
		max-width:450px;
		line-height: 1.3em;
		background-color: rgba(33, 39, 53, 0);
		text-align: left;
	}

	.layout--generic-block .kv-mask {
		height: 75vh;
	}
	
	.layout--generic-block .content-wrap {
		background: linear-gradient(90deg, rgba(0,0,0,1) -20%, rgba(0,0,0,0) 70%), url(../assets/bg.webp) no-repeat;
		
		background-position:left top;
		background-size: cover;
	}
}



@media only screen and (min-width: 1690px) {	
	.layout--generic-block .content-wrap {
		background: linear-gradient(90deg, rgba(0,0,0,1) -20%, rgba(0,0,0,0) 70%), url(../assets/bg.webp) no-repeat;
		background-position: right top;
		background-size: cover;
		background-position-y: 0;
	}
}


/*================/ Texts /================*/

.txt01, .txt02, .txt03 {
	font-family: Open Sans, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	margin:0;
	line-height: 40px;
}

/*=Mobile=*/
	
.txt01 br{
	display: block;
}
	
.txt01 {
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	line-height: 22px;
	margin-bottom:10px;
}  

.txt02 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
		margin-bottom:20px;
}

.txt03 {
	font-size: 22px;
	font-weight: 600;
	color: #6DF6FF;
	text-align: center;
	line-height: 25px;
}

/*=Tablet=*/
@media only screen and (min-width: 768px) { 

	.txt02 {
		font-size: 50px;
		line-height: 50px;
	}
		
	.txt01 {
		font-size: 34px;
		line-height: 36px;
		margin-bottom:20px;
	}  
	
	.txt01 br{
		display: block;
	}

	.txt03 {
		font-size: 35px;
		line-height: 35px;
	}

}

/*=Desktop=*/
@media only screen and (min-width: 991px) {
	
	.txt01 {
		font-size: 40px;
		text-align: left;
		line-height: 45px;
		margin-bottom:20px;
	} 
	
	.txt01 br{
		display: block;
	} 
	
	.txt02 {
		font-size: 60px;
		text-align: left;
		line-height: 60px;
	}    

	.txt03 {
		font-size: 30px;
		text-align: left;
		line-height: 30px;
	}
}

