body{
	/* Size & Position */
	width:100%;
	height:100%;
	margin:0px;
	position:absolute;
	/* Text */
	font-family:"arial";
	font-size:100%
}
@font-face {
	font-family: "web-symbols";
	src: url("fonts/entypo.ttf") format("truetype");
	}
.BT100{
	font-family:"sans-serif";
}
.web-symbol{
	font-family:"web-symbols";
	-moz-user-select: none;
	color:#282828;
}
.adj_img{
	position:relative;
	display:inline-block;
}
.adj_img img{
	width:100%;
}
img + label{
	width:28px;
	height:28px;
	position:absolute;
	top:5px;
	right:5px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.8);
	font-size:1.5rem;
	line-height:28px;
	text-align:center;
	border-radius:2px;
}
input[type=checkbox]{
	display:none;
}
input[type=checkbox]:checked + .adj_img{
	height:100vh !important;
	width:100vw !important;
	position:fixed !important;
	top:0px !important;
	left:0px !important;
	z-index:3 !important;
	background-color:rgba(0,0,0,0.9) !important;
	padding-top:7.5% !important;
	}
input[type=checkbox]:checked + .adj_img img{
	width:auto;
	max-height:70vh;
	display: block;
    margin: auto;
}
input[type=checkbox]:checked + .adj_img img + label{
	top:20px;
	right:30px;
	width:35px;
	height:35px;
	font-size:2rem;
	line-height:35px;
	text-align:center;
}
table{
	font-size:1.2rem;
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}
table td{
	padding:5px;
}
table tr:nth-child(even){
	background-color:rgba(10,61,189,0.2);
}
#background{
	/* Size & Position */
	width:101%;
	height:101%;
	position:fixed;
	/* Background */
	background-image:url("pictures/background1.jpg");
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	filter:blur(2px);
}
#wrapper{
	/* Size & Position */
	width:inherit;
	height:inherit;
	margin:inherit;
	position:inherit;
}

/*				Logo				*/

#logo{
	/* Size & Position */
	width:279px;
	height:120px;
	position:fixed;
	top:60px;
	left:50%;
	margin:0 550px 0;
	z-index:2;
	box-sizing:border-box;
	background:rgba(0,0,0,0);

}
#logo .bg{
	/* Size & Position */
	width:100%;
	height:100%;
	margin:15px auto;
	/* Background */
	background-image:url("logo.png");
	background-size:contain;
	background-repeat:no-repeat;
}

/*			Menu/Header				*/

#header{
	/* Size & Position */
	width:1000px;
	height:62px;
	position: relative;
	z-index:2;
	margin:60px auto 0;
	/* Background */
	background-color:white;
	/* Border */
	border:solid 3px rgb(10,61,189);
	border-bottom-width:0px;
}
#menu{
	/* Size & Position */
	height:62px;
	width:1000px;
	margin:0 auto 0;
	padding:0;
	/* Background */
	background-color:rgb(208,222,255);
	/* Text */
	list-style-type:none;
}
#menu .web-symbol{
	margin-right:10px;
	color:inherit;
}
#menu li{
	/* Size & Position */
	width:200px;
	height:62px;
	float:left;
	display:block;
	box-sizing:border-box;
	/* Background */
	background: linear-gradient(#ffffff,#fafafa,#ababab);
	transition:box-shadow 1s;
	/* Text */
	font-size:1.8rem;
	text-align:center;
	line-height:60px;
	position:relative;
	border-right:solid 1px rgb(10,61,189);
	border-bottom:solid 1px rgb(10,61,189);
}
#menu a:last-child li{
	border-right-width:0px;
}
#menu li.has_sub a:last-child li{
	border-right-width:1px;
}
#menu li:hover{
	box-shadow:0px 0px 9px 0px rgba(10,61,189,1);
	transition:box-shadow 1s;
	z-index:3;
}
#menu li.has_sub{
	padding:0;
	border-right:0px;
}
#menu li ul.sub_menu li{
	border-left:solid 1px rgb(10,61,189);
	background:rgba(0,0,0,0);
}
#menu li ul.sub_menu a:first-child li{
	border-left-width:0px;
}
#menu li.is_selected{
	background-color:#a3bfff;
}
#menu a:link, #menu a:hover, #menu a:active, #menu a:visited{
	color:rgb(10,61,189);
}
.sub_menu{
	/* Size & Position */
	margin:0;
	padding:0;
	height:62px;
	transition:height 1s, box-shadow 1s;
	overflow:hidden;
	/* Text */
	list-style-type:none;
	background: linear-gradient(#ffffff,#fafafa,#ababab);
}
.sub_menu:hover{
	box-shadow:0px 0px 9px 0px rgba(10,61,189,1);
}
#products_menu:hover{
	height:calc(62px*3);
}
#usage_menu:hover{
	height:calc(62px*2);
}
#service_menu:hover{
	height:calc(62px*1);
}

/*			Content				*/

#content{
	/* Size & Position */
	width:1006px;
	min-height:500px;
	position:relative;
	margin:0 auto 20px;
	box-sizing: border-box;
	padding:30px 50px;
	/* Background */
	overflow:hidden;
	background-color:rgba(255,255,255,0.8);
	/* Border */
	border-style: solid;
	border-width:3px;
	border-color:rgb(21,156,0);
	border-top-style:none;
	/* Text */
	font-size:1.2rem;
}
#content a{
	text-decoration:none;
}
/*			Footer				*/

#footer{
	/* Size & Position */
	width:100%;
	height:30px;
	position:sticky;
	top:100vh;
	box-sizing: border-box;
	/* Background */
	background:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.9),rgba(0,0,0,0.5));
	/* Text */
	color:rgb(180,180,180);
	text-align:center;
	line-height:30px;
}
a:link, a:visited{
	transition:color 0.5s;
	color:inherit;
	text-decoration:none;
}
a:hover, a:active{
	transition:color 0.5s;
	color:inherit;
}
.mention{
	right:10px;
	font-size:0.7rem;
	color:#cccccc;
	position:absolute;
}

/*			Test				*/
.small_menu{
	
}
.small_menu_headline{
	height:30px;
	width:100%;
	border-bottom:solid 1px #282828;
	font-size:1.5rem;
	line-height:30px;
	color:#282828;
	
}
.small_menu_headline .web-symbol{
	width:30px;
	height:30px;
	overflow:hidden;
	display:inline-block;
	float:left;
	margin:0 15px 0 3px;
	transition:transform 0.5s;
	transform:matrix(1,0,0,1,0,0);
}
.small_menu input[type=checkbox]:checked ~ .small_menu_content{
	max-height:1000px;
}
.small_menu input[type=checkbox]:checked ~ .small_menu_headline .web-symbol{
	transform:matrix(1,0,0,1,0,-2) rotate(-90deg);
}
.small_menu_content{
	transition:max-height 1s;
	max-height:0px;
	overflow:hidden;
	padding-top:15px;
}
.small_menu_content .adj_img{
	width:40%;
	float:left;
	margin-right:15px;
}
.small_menu_content img{
	border:solid 1px rgb(21,156,0);
}

input[type=checkbox]:checked ~ label > div{
	display:none;
}

.disclaimer_wrapper{
	width:100%;
	height:60%;
	border:none;
	position:relative;
}

.disclaimer_wrapper > iframe{
	width:100%;
	height:100%;
	border:none;
}

.disclaimer_wrapper > label > div{
	width:100%;
	height:100%;
	position:absolute;
	background-color:rgba(0,0,0,0.35);
	text-shadow:0px 0px 4px black;
	text-align:center;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}

.disclaimer_wrapper > label > div > div{
	vertical-align:middle;
}

#BT100_container{
	display:flex;
	flex-direction:column;
}

#BT100_container > div.adj_img{
	width:400px;
	margin:0 auto 0;
	border:2px solid rgb(21,156,0);
}

#BT100_container > .small_menu:last-child input[type=checkbox]:checked ~ .small_menu_content{
	padding:10px;
	margin-top:5px;
	line-height:1.4;
	background-color:rgba(255,255,255,0.8);
}

h1{
	color:inherit;
	font-size:1.5rem;
	text-align:center;
}

.service_content{
	line-height:1.4;
	font-size:1.5rem;
}

.service_content ul{
	list-style-type:"> ";
}