@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');

body {
	background: #FFFFFF;
	margin: 0;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: auto;
}
.collapse {display:block;}

/*cookie*/
#cookie {
	position: relative;
	z-index: 98;
	width: 100%;
	padding: 5px 20px;
	text-align: center;
	display: none;
	line-height: 24px;
	font-size: 0.8em;
	border-top:2px solid rgba(0,0,0,0.2);
}
#cookie button {
	border: none;
	padding: 5px 25px;
	border-radius: 0;
	font: inherit;
	background: #68aabb;
	color: #000;	
}
#cookie button:hover{
	color: #000;
	background: #FFF;
}
/*scroll*/
#scroll {
    position: fixed;
    bottom: 10px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-left: 2px;
    line-height: 44px;
    border-radius: 40px;
    transition: all 0.3s;
	z-index: 99;
}
#scroll.scrollup {
    transform: rotate(180deg);
    cursor: pointer;
}
/*webmaster*/
#webmaster {
	font: 10px Tahoma;
	float: right;
	color: #EEE;
	text-decoration: none;
}
#webmaster img {
	vertical-align: middle;
	border: none;
	padding: 0 0 0 2px;
}
