
/* Browser Resets
*********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body {
	height: 100%;
	margin: 0;

	font: 14px/21px 'Droid sans', Helvetica, Arial, sans-serif;
	color: #666;
}
#wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: url(../images/bg-main.jpg) repeat;
}
h1 {
	font: 21px/28px 'Droid sans', Tahoma, 'Arial black', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
img.logo {
	position: relative;
	top: 5%;
	max-width: 350px;
}
.info {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 9%;
}
hr {
	border: none;
	position: absolute;
	left: 25%;
	right: 25%;
	height: 1px;
	background: rgba(0,0,0,.15);
}
ul.kontakt {
	margin: 15px 0 35px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 200;
}

/*cookies style*/
#cookie-bar {
	background: #fff; 
	height: auto;
	text-align: center; 
	padding: 7px 0;

	box-shadow: 0 -2px 25px rgba(0,0,0,.15);
	z-index: 2;
}
#cookie-bar.fixed {
	position:fixed; top:0; left:0; 
	width:100%;
}
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;
}
#cookie-bar p {
	max-width: 1020px;
	font-size: 12px;
	line-height: 14px;

	text-align: center;

	margin:auto; 
	padding:0 14px;
}
#cookie-bar a {
	color:#fff; 
	display:inline-block; 
	text-decoration:none; 
	padding:3px 8px; 
	margin:8px;
}
#cookie-bar a.cb-enable {
	background:#ff5f00;
}
#cookie-bar a.cb-enable:hover {
	background:#009900;
}
