
html,body,div,span,a,p,pre,address,code,em,img,ul,ol,li,fieldset,form,label,legend,caption,article,aside,footer,header,nav,section
{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}

.full {
    background-image: url(post-it.jpg);
    background-size: cover;
    background-position: center;
}

article,aside,footer,header,nav,nav a,section,hr
{display:block}

header li,nav ul,footer li
{list-style:none}

a {text-decoration: none;}
a:focus {outline: none;}

pre, p {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0 0 0;
}

.center p {font-size: 14px; line-height: 20px;}


input,select
{vertical-align:middle}

body, pre
{margin:0;
color:#976d37;
font:100.01%/1 Helvetica,Verdana,sans-serif}



h1,h2,h3 {text-transform: uppercase; font-weight: 200; margin: 0; padding: 0;}


h2 {font-size: 24px;
line-height: 32px;
padding-bottom: 25px;
padding-left: 3px;
font-weight: 400;
}


h1 {font-size: 55px;
line-height: 40px; padding-bottom: 20px;}



html {}



.center {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    border: 0px solid red;
    top: 8%;
    width: 580px;
    text-align: center;
    padding: 0;
}

.text {
    top: 9%;
}


.center .block {
    text-align: left;}

.center h1,
.center h2 {
    display: block;
*/    white-space: nowrap;*/
}

.center a {display: block;
    text-decoration:none;
    color: #976d37;
    border: 0;
    margin: 0 14px 0 0;
    padding: 0;
    font-weight: 500;
}

.block ul {list-style: none;}
.block ul li {line-height: 36px;}



.full {
    position: absolute;
   overflow: scroll;
    height: 100%;
    width: 100%;
    background-color: #efefef;
}




.collapse {display: none;}



.navbar-collapse {
    overflow-x: visible;
    z-index: 3;
    -webkit-overflow-scrolling: touch;

}

.toggle {
    display: block; padding: 30px 0 10px 0;}
.collapse.in {
    display: block; }

.collapsed {
    background: none; padding: 0 0 30px 0;}


.navbar li {
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-align: right; 
    padding: 20px; 
    background-color: rgb(248, 249, 253);
}


.impressum {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
    z-index: 3;
    background-color: #fff;
}


.impressum .navbar {
    position: absolute;
    bottom: 1px;
}


.impressum .navbar .container .navbar-header {font-weight: bold; text-transform: uppercase;}

.impressum ul, .impressum span span {padding: 0 30px 0 30px; overflow: scroll;
height: 95vh;}

.impressum ul li p {
    text-align: left;
    text-transform: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    white-space: normal;
    padding-right: 3px;
}


img {width: 500px;
padding-bottom:30px;
    max-width: 100%;
}


.mobile-only {font-weight: bold; text-transform: uppercase; display: none;}




@media(max-width:720px){
    
    .full {width: auto;}

    .impressum, .impressum .navbar {
        position: relative;
        bottom: 0;
        top: 40px;
        background-color: none;}
    
    .impressum ul {padding: 0px; width: auto; overflow: auto; height: auto;}
    .impressum ul li p {padding: 15px; width: auto;}

    h1 {
        font-size: 36px;
        line-height: 50px;
        padding-bottom: 17px;
        }
        
    h2 {
        font-size: 17px;
        line-height: 21px;
        padding-bottom: 15px;
        }

    .navbar li {background-color: transparent; padding: 20px 0;}

.center {
    display: block;
    position: relative;
    margin: 0;
    width: auto;
    z-index: 2;
    border: 0px solid red;
    top: 5%;
    text-align: left;
    padding: 0 15px;
}

.collapse {
    display: block;
    position: relative;
}

.not-mobile, .toggle  {display: none;}

.mobile-only {font-weight: bold; text-transform: uppercase; display: block;}

}



