html body{
  height: 100%; 
  min-height: 100%
  margin: 0 auto;
  padding: 0 auto;
    font-family: 'Raleway', sans-serif;
  	font-weight: 400
	font-size: 100%;
	line-height: 20px;
	color: #FEE;
	background-color: #381B0B;
  background-image: url("../images/top-left.png");
  background-repeat: no-repeat;
}

html, body, .fullheight {
  height: 100%;
  min-height: 100%;
}
div#footer {
    position:absolute;
    width:100%;
    bottom:0; /* Positioniert dies ganz unten */
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #76ABB9;
    background-image: linear-gradient(to bottom, #fff, #76ABB9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    float: right;
}
.page-header {
    border-bottom: 0;
    margin: 40px 0 10px;
    padding-bottom: 9px;
}


h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 700;
    line-height: 20px;
    margin: 5px 0;
    text-rendering: optimizelegibility;
}
h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin-top: 40px;
}
h3 {
    font-size: 1.8em;
    font-weight: 800;
}
h4 {
    font-size: 1.4em%;
}

    /* Large desktop */
    @media (min-width: 980px) {
        #main {
          margin-right: 350px;
          margin-left: 5%;
        }
        #navbox {
          position: absolute;
          right: 0px;
          top: 0px;
          width: 300px;
          height: 100%;
          min-height: 100%;
        }
       	#logo {
   			margin-top: 30px;
   			margin-left: -30px;
		}
        
    }
     
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) { 
        #main {
          margin-right: 90px;
          margin-left: 30px;
        }
        #navbox {
         position: absolute ;
          right: 0px;
          top: 0px;
          width: 80px;
          height:100%;
        }
        #logo {
   			margin-top: 30px;
   			margin-left: -10px;
		}
     }
     
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) { 
        #main {
          margin-right: 0px;
          margin-left: 0px;
        }
        #navbox {
          right: 0px;
          top: 0px;
          width: 0px;
        }
      	#logo {
   			margin-top: 30px;
   			margin-left: 40px;
		}
    }
     

.bar {
    width: 60px;
    height: 100%;
    background-color:  #76ABB9;
    float: right;
}
.navblock {
  float: right;
  border-left: 60px solid  #76ABB9;
  padding-left: 10px;
  margin-left: 10px;
  height: 100%;
  min-height: 100%;
}

.navblock-frame {
  background-color:  #998970;
  height: 100%;
  padding-top: 30px;
}

.navblock-inner {
  width:200px;
  margin: 0px 10px;
  padding: 10px 0px;
  background-color:  #381B0B;
}

.rahmen {
  border: 3px solid black;
}

.phone-burger {
  position: absolute;
  top: 20px;
  left: -10px;
}

.nav-pills {
  font-size: 21px;
  margin: 5px 10px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #76ABB9;
    color: #FEE;
}

#hamburger {
    border: 1px solid #381B0B;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    margin: 10px;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    width: 25px;
    background-color: #381B0B;
}
 
/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #998970;
    border: 1px solid #998970;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}

#hamburger:hover {
  background-color: #76ABB9;
}
  
#toggle {
  position: absolute;
  left: -999em;
}

nav {
  position: fixed;
  left: -200px;
  width: 200px;
  height: 100%;
  padding: 5em 0 0 0;
  background: #381B0B;
 
  -webkit-transition: left 0.5s;
     -moz-transition: left 0.5s;
      -ms-transition: left 0.5s;
       -o-transition: left 0.5s;
          transition: left 0.5s;
}

.closebtn {
  cursor: pointer;
  color: #998970;
  font-size: 21px;
  font-weight: bold;
  position: fixed;
}
 
.closebtn:hover {
  color: #999;
}
 
.closebtn div {
  border: 3px solid #998970;
  border-radius: 50%;
  padding: 0.2em 0.4em;
  margin-top: -2.5em;
  margin-left: 1em;
}

.wrapper {
  /*position:realtive; /* braucht es für die Footer Position*/
  margin:0 auto; /* Zentriert die Seite (nicht in IE5) */
  height:auto !important; /* normale Browser */
  height:100%; /* IE6: setzt dies wie min-height um*/
  min-height:100%; /* normale Browser */
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double gray;
}
div#footer p {
		padding:1em;
		margin:0;
	}
 
.inner {
  float: right;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  /*position: relative;*/
  padding:1em 1em 5em; /* bottom padding for footer */
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

:checked ~ nav {
  left: 0;
}
     
:checked ~ nav .close {
  position: fixed;
  top: 1.5em;
  left: 4%;
}

:checked ~ .wrapper .inner {
  margin-right: -200px;
}

.box-blue {  
  float: left;
  height: 150px;
  width: 100%;
  line-height: 150px; 
  text-align: center;
  background-color: #76ABB9;
  font-size: 30px;
}

.box-blue a{
  color: white;
  text-decoration: none;
}

.box-blue a:hover {
  color: #381B0B;
  text-decoration: none;
}

.box-brown {
  float: left;
  height: 150px;
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-color: #998970;
  font-size: 30px;
}

.box-brown a {
  color: white;
  text-decoration: none;
}

.box-brown a:hover {
  color: #381B0B;
  text-decoration: none;
}

.box-img{
  float: left;
  width: auto;
  height: 150px;
}

.box-img2{
  float: left;
  width: auto;
  height: 300px;
}

.grid {
  margin: 0 auto;
}

.grid-sizer,
.grid-item { 
  width: 150px;
  margin-bottom: 5px; }
.grid-item--width2 { width: 305px; }
.grid-item--height { height: 150px; }
.grid-item--height2 { height: 305px; }

p.clear {
    clear: both;
} 