/*RESET*/
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.bar  {
    background-color: #343434;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 1;
    height: 3em;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    font-size: 12.8px;
}

a  {
    margin: 0;
    font-size: 1.7em;
    letter-spacing: 0.3em;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fefefe;
    text-decoration: none;
}
a:hover  {
    color: darkgray;
}

.space  {
    padding-left: 0.2em;
}

.dropdown,.dropdown-content  {
    display: none;
}

.bar div  {
    padding: 0.7em 1.4vw;
    display: inline-block;
}

.topDrop {
    position: relative;
    display: inline-block;
}

#topDropContent {
    display: none;
    position: absolute;
    top: 38.4px;
    margin-left: -15px;
    background-color: #343434;
    text-align: left;
    min-width: 191px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 6px 8px 6px 10px;
    z-index: 1;
    font-size: 0.5em;
    opacity: 0.82;
}

#topDropContent a  {
    padding: 7px 0;
    display: block;
    letter-spacing: 0.5em;
}

.topDrop:hover #topDropContent {
    display: block;
}

#bottomBar  {
    display: none;
    background-color: #191919;
    position: fixed;
    bottom: 0;
    width: 100vw;
    opacity: 0.95;
    height: 3em;
    z-index: 1;
}

#barText  {
    color: #ddd;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 0.3em;
    padding: 0.64em;
    float: left;
    opacity: 0;
    transition: 2s opacity;
    -webkit-transition: 2s opacity;
}

#cookie-law  {
    padding: 0;
    font-family: 'Lato', sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    background-color: #343434;
}
#cookie-law p  {
    width: 94vw;
    color: #ccc;
    text-align: left;
    margin: 0;
    margin: 10px;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    letter-spacing: normal;
}

#cookieA  {
    color: #bbb;
    font: inherit;
    font-size: 0.96em;
    font-weight: 600;
    letter-spacing: normal;
    text-decoration: underline;
}

#closeCookie  {
    font-size: 17px;
    padding: 12px;
    font-weight: 600;
    color: #bbb;
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: normal;
}
#closeCookie:hover  {
    color: #fff;
}

/*---------------------------M O B I L E-------------------------------------*/
@media screen and (max-width: 960px) {

.bar  {
    display: none;
}
    
#bottomBar  {
    display: block;
}
    
/* Dropdown Button */
.dropbtn {
    cursor: pointer;
    width: 30px;
    padding: 0;
    display: inline;
}
    
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    opacity: 0.5;
}
    
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: block;
    position: fixed;
    bottom: -350px;
    transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    left: 0;
    background-color: #111;
    width: 100%;
    opacity: 0.9;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    padding-top: 5px;
    text-align: left;
}
    
.innerDropdown-content  {
    display: none;
    left: 0;
    background-color: #000;
    width: 100%;
    opacity: 0.95;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'Lato', sans-serif;
    font-size: 0.66em;
    padding-top: 5px;
    text-align: left;
}
    

/* Links inside the dropdown */
.dropdown-content a {
    color: #bbb;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
    
.innerDropdown-content a {
    padding: 12px 30px;
}
    
.dropdown {
    display: block;
    float: right;
    position: fixed;
    bottom: 1px;
    right: 3px;
    z-index: 1;
    width: 2em;
    margin-right: 0.35em;
    margin-top: 0.2em;
    text-align: right;
    margin-bottom: 0.67em;
}
    
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    bottom: 3.75em;
}
.innerShow  {
    display: block;
}
 
#cookie-law  {
    bottom: 3em;
}
#closeCookie  {
    bottom: 13px;
}
 
    
    
}

