/**
 * @copyright	Copyright (C) 2020 business service camen, CH-9056 Gais. All rights reserved.
 */

html, body {
	height: 100%;
	background:#000000;
}

body {
	font-size: 16px;
	line-height: 22px;
	color: #999;
}

a:link{
	font-size:16px;
	color:#33ccff;
	text-decoration:none;
}
a:visited{
	font-size:16px;
	color:#0000ff;
	text-decoration:none;
}
a:hover{
	font-size:16px;
	color:#ff00ff;
	text-decoration:none;
}

.siteline {
	border-left:solid 1px #0fe2ef;
	border-right:solid 1px #0fe2ef;
	height: 100%;
	padding-left:6px;
	padding-right:6px;
}
.sitelineInner {
	border-left:solid 1px #0000ff;
	border-right:solid 1px #0000ff;
	height: 100%;
}

@media (max-width: 979.9px) {
.siteline .sitelineInner {
	height: 1000vh;
}
}	

@media (max-width: 979.9px) {
	body {
		-webkit-overflow-scrolling: touch;
		padding-top: 0;
	}
	.header {
		background: transparent;
	}
	div.logo {
	float: none;
	display: block;
	padding:1em;
	margin: 0 10px;
	text-align : center;
	border-bottom:solid 1px #ff0fff;
	}
}

@media (min-width: 980px) {
div.logo {
	padding:2.5em 1em 0.6em;
	margin: 0 10px;
	text-align : center;
	height:95px;
	border-bottom:solid 1px #ff0fff;
}
}

.navigation {
	margin:auto;
	margin-top:10px;
	padding:auto;
	padding-top:10px; 
	display:flex;
	align-items:center;
	justify-content:center;
	height:30px;
}

@media (max-width: 979px) {
.navigation {
	width:98%;
	border-bottom:solid 1px #0fe2ef;
}
}

@media (min-width: 980px) {
.navigation {
	width:98%;
	border-top:solid 1px #0fe2ef;
	border-bottom:solid 1px #0fe2ef;
}
}

@media (max-width: 979px) {
.btn-navbar-style {
	width:100px;
	margin-left:100px;
}
}
