/* CSS Document */

body, html{
	background-image: url("/img/background/blaehubb-glow.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: rgb(0, 0, 0);
	height: 100%;
	margin: 0;
	color: #3a3a3a;
	font-family:'Newsreader';
}

strong{
	font-weight: 600;
}

table, th, td{
	border-collapse: collapse;
	border:1px solid black;
	padding: 5px;
}

body.en .langDE {
	display: none;
}
body.de .langEN {
	display: none;
}

@font-face {
    font-family: 'Newsreader';
    src: url('/resource/font/Newsreader/Newsreader-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Newsreader';
    src: url('/resource/font/Newsreader/Newsreader-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Newsreader';
    src: url('/resource/font/Newsreader/Newsreader-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Newsreader';
    src: url('/resource/font/Newsreader/Newsreader-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Newsreader';
    src: url('/resource/font/Newsreader/Newsreader-ExtraBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

h1{
	font-family:'Newsreader';
	font-weight: 500;
}

h2{
	font-family:'Newsreader';
	font-weight: 500;
}

h3{
	font-family:'Newsreader';
	font-weight: 400;
}

h4{
	font-family:'Newsreader';
	font-weight: 400;
}

#Newsreader{
    font-family:'Newsreader';
}

.space{
	position: relative;
	height: 4em;
}

.space-small{
	position: relative;
	height: 1.2em;
}

.btm-space{
	position: static;
	height: 4em;
}

#hdr-banner{
	height: calc(100vh - 3.15em);
	background-image: url('/img/background.mp4');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#hdr-img{
	background-image: url('/img/ahs2022-logo-black.png');
	height: 100%;
	width: 100%;
	background-size: 30vw;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}

#background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.logo-img{
	margin: 0 auto;
	position: relative;
	width: 20em;
	float: right;
	shape-outside: circle();
}

@media screen and (max-width: 1295px){
	.logo-img{
		left: 50%;
  		transform: translate(-50%, 00%);
		float: none;
	}
}

.shrwd-lb{
	width: 80%!important;
	display: inline-block!important;
}

.shrwd-rs{
	width: 19%!important;
	display: inline-block!important;
}

.jump-bnr{
	color: #000;
	text-align: center;
	width: 100%;
	bottom: 0.2em;
	position: absolute;
	margin: 0 auto;
	z-index: 1;
	font-size: 5em;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
    font-weight: 900;
	text-decoration: none!important;
	cursor: pointer;
	transform: 0.3s;
	transition: 0.3s;
}

.jump-bnr:hover{
	color: #ff6c00;
}

.main-content{
	width: 100%;
	min-height: calc(100vh - 15em);
	background-color: #000;
}

.content-box{
	position: relative;
	margin: 5em auto;
	width: calc(85% - 15em);
	padding: 10em;
	background-color: #fff;
	
}

.content-header{
	text-align: left;
	font-size: 2.5em;
	font-weight: 100;
}

.content-text{
	text-align: left;
	font-size: 1.2em;
	font-weight: 300;
}

.showcase-grid{
	width: 100%;
	display: flex;
	gap: 5em;
	flex-wrap: wrap;
}

.showcase-element{
	flex: 1 1 30%;
}

.showcase-title{
	width: calc(100% - 2em);
	padding: 1em;
	background-color: #000;
	text-align: center;
	text-decoration: none!important;
	font-size: 1.2em;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

.showcase-img{
	width:100%;
	opacity: 0.8;
	transform: 0.3s;
	transition: 0.3s;
}

.showcase-link{
	color: #fff!important;
	text-decoration: none!important;
	
}

.showcase-link:hover, .showcase-link:hover .showcase-img{
	color: #ff6c00!important;
	text-decoration: none;
	opacity: 1!important;
}



/* VVV GLOBAL STYLE VVV */

#cookie-popup { 
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 500;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
 
#cookie-popup.showCK {
	display: block;
}

.cookie-inner{
	text-align: center; 
	vertical-align: middle;
	background: rgba(255,255,255,1);
	position: fixed;
	width: 40em;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1em;
	font-family:  Helvetica, "Helvetica Neue", Arial, "sans-serif";
	line-height:20px;
	padding: 20px;
	padding-bottom: 2.2em;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.cookie-button{
	font-size:1em;
	font-family:  Helvetica, "Helvetica Neue", Arial, "sans-serif";
	color: #fff;
	background-color: #000;
	border: 0.1em solid#000000;
	padding: 0.3em;
	left: 1em;
	margin-right: 1em;
	width: 6em;
	cursor: pointer;
	position: relative;
	transform: 0.3s;
	transition: 0.3s;
}

.cookie-button:hover,.cookie-button:focus{
	background-color: rgb(255, 255, 255);
	color: #ff6c00;
}

footer.footer{
	color: #fff;
	padding-bottom: 2.5em;
	position: relative;
}

a:link, a:visited{
	text-decoration: underline;
	color: #000;
	transform: 0.3s;
	transition: 0.3s;
}

a:hover, a:active, a:focus{
	text-decoration: underline;
	color: #ff6c00;
}

a.ftr:link, a.ftr:visited{
	text-decoration: none;
	color: rgb(145, 145, 145);
	transform: 0.3s;
	transition: 0.3s;
}

a.ftr:hover, a.ftr:active, a.ftr:focus{
	text-decoration: none;
	color: rgb(255, 255, 255);
}

a.cookie:link, a.cookie:visited{
	text-decoration: underline;
	color: #000;
	transform: 0.3s;
	transition: 0.3s;
}

a.cookie:hover, a.cookie:active, a.cookie:focus{
	text-decoration: underline;
	color: #ff6c00;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*GLOBAL TEXT STYLE*/
.gs-txt-left{
	text-align: left;
}

.gs-txt-right{
	text-align: right;
}

.gs-txt-center{
	text-align: center;
}

.gs-txt-center_mb{
	text-align: center;
}

.gs-txt-justify{
	text-align: justify;
}

/*GLOBAL MEDIA STYLE*/
.wrapper-preview{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	background-color: none;
	color: #9c6827;
	font-family: "Arial, Helvetica, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
	font-size: 1.1em;
}

.preview{
	top: 0em;
	position: relative;
	margin: 1em auto;
	width: 24em;
	
}

.playertitle{
	width: 100%;
	text-align: center;
	color: #707070;
}

.preview-player{
	position: relative;
	border: 0;
	width: 25em;
	height: 2.6em;
}

.description{
	position: relative;
	margin: 1em auto;
	top: 1em;
	background-color: #fff;
	width: 80%;
	padding: 0.5em;
	text-align: left;
}

.description-inner{
	margin: 0;
    padding: 0;
	color: rgb(190, 190, 190);
	font-weight: 100;
	font-size: 0.9em;
	text-align: left;
}

.link-title{
	position: relative;
	margin: 1em auto;
	top: 1em;
	text-align: center;
	background-color: none;
}

.buy-links{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.link-icon{
	background-color: none;
	top: 0.5em;
	position: relative;
	width: 3em;
	height: 3em;
}

img.link-icon_img{
	position: relative;
	height: 2.5em;
	top: 0.5em;
	
}

.img-buy-links{
	position: relative;
	margin: 1em auto;
	top: 1em;
	min-height: 6em;
	text-align: center;
}

img.img-buy-links-img{
	position: relative;
	margin: 1em auto;
	top: 1em;
	width: 6.8em;
	padding: 0 0.5em 0 0.5em;
	display: flexbox;
}

a.ainner{
	text-decoration: none!important;
	position: relative;
	display: flexbox;
	padding: none;
}

.share-btn {
    display: inline-block;
    color: #fff;
    text-align: center;
 	padding: 0.3em 1em;
    text-decoration: none;
    font-size: 0.8em!important;
    position: relative;
    transition: 0.2s;
    background-color: #9c6827;
    font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 600;
	border: none;
	cursor: pointer;
}

.share-btn:hover {
    background-color: #9c6827;
}

.link-button{
	padding: 0em 0.5em 0em 0.5em;
	display: inline-block;
}

.link-button-ico{
	font-size: 2.5em;
	
}

/*SUBMISSION FORM*/
.contact-form-container{
	top: 1em;
	margin: 2em left;
	position: relative;
	width: 33em;
}

div.elem-group {
	margin: 1.8em 0;
}
  
.form-label {
	display: block;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	padding-bottom: 4px;
	font-size: 1.2em;
	text-align: left;
}

.form-input, .form-select, .form-textarea {
	border-radius: 2px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 1em;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	width: 100%;
	padding: 8px;
}
  
textarea {
	height: 250px;
	resize: none;
}
  
.form-button {
	display: inline-block;
    color: #fff;
    text-align: center;
 	padding: 0.8em 1em;
    text-decoration: none;
    font-size: 1em;
    position: relative;
    transition: 0.2s;
    background-color: #b66c11;
    font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 600;
	border: none;
	cursor: pointer;
}
  
.form-button:hover {
	background-color: #9c6827;
}

 .small-legal{
	top: 1em;
	text-align: left;
	font-size: 0.8em;
	position: relative;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
}

.form-confirm{
	font-size: 0.9em;
	position: relative;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
}

.fa-strike-tr{
	text-decoration: underline!important;
}

.footer{
	margin: 0em auto;
	text-align: center;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-size: 0.8em;
	padding-bottom: 5em;
	color: #9c6827;
}

@media screen and (max-width: 1000px){
	body, html{
		background-image: none;
	}
	#cookie-popup { 
		width: 100%;
	}
    .secpop{
		background: none!important;
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	}
	.cookie-inner { 
		width: 85%;
	}
	.gs-txt-left{
		text-align: justify;
	}
	
	.gs-txt-right{
		text-align: justify;
	}
	
	.gs-txt-center{
		text-align: center;
	}

	.gs-txt-center_mb{
		text-align: justify;
	}

	.wrapper-preview{
		padding: none;
	}

	.description{
		width: 90%;
		padding: none;
	}

	.preview{
		width: 100%;
		
	}
	
	.preview-player{
		width: 100%;
	}

	.contact-form-container{
		width: 90%;
	}
	.topnav-safety{
		height: auto;
		background: rgba(98,76,51,0.50);
	}
	.content-box{
		width: calc(100% - 3em);
		padding: 1em;
	}
	.showcase-grid{
		gap: 2em;
	}
	.showcase-element{
		flex: 1 1 80%;
	}
	#hdr-img{
		background-size: 60vw;
	}
	.logo-img{
		left: 50%;
  		transform: translate(-50%, 00%);
		float: none;
	}
}