/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.02.2014, 09:30:29
    Author     : stefan
*/

body {
	background: #1d1d1b;
	color: #FFF;
	font-family: walkway_boldregular;
}

.startslider {
    background: #CCCCCC;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    z-index: 0; 
	margin-top: 125px;
}

nav {
    background: #313131;
    height: 105px;
}


.JS_Cookiebar {
    background: #000;
    color: #FFF;
    text-align: center;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100000;
    position: fixed;
    display: none;
    padding: 20px;
    margin: 0;
}
.JS_Cookiebar a{
    text-decoration: underline;
}
.JS_Cookiebar .btn-danger {
    text-decoration: none;
}
.JS_Cookiebar .btn-danger:hover{
    color: #FFF;
}
.JS_Cookiebar a:hover{
    color: #5cb85c;
    text-decoration: none;
}
.JS_Cookiebar .btn {
    padding: 1px 10px;
    margin-left: 10px;
}