/* Constrain the width */
.container-fluid {
  width: auto;
  max-width: 760px;
  padding: 0 15px;
}

/* Center the footer text */
.container-fluid .text-muted {
  margin: 20px 0;
  text-align: center;
}

/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}

body {
    color: #fdf7f0;
    background-color: #b6a78f; /* #aa9b84; */
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: lowercase;
    font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 200;
}
h4 {
	font-size: 17px;
}
header {
    position: relative;
}
a {
  color: #fdf7f0;
}
br {
  margin-bottom: 10px;
}
span > br {
  margin-bottom: 1px;
}
hr {
  visibility: hidden;
  margin: -3px;
}
iframe {
  margin-top: 30px;
}
.site-logo {
    position:absolute;
    left: -140px;
}
.site-title {
    margin: 63px 0 0 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

/* Typography */

.container-fluid > .col-lg-12 > ul,
.container-fluid > .col-lg-12 > ol {
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0;
}
.container-fluid > .col-lg-12 > ul:not(:first-of-type),
.container-fluid > .col-lg-12 > ol:not(:first-of-type) {
    margin-top: 0;
}
.container-fluid > .col-lg-12 > ol {
  position: absolute;
  top: -220px;
  left: 285px;
}
.container-fluid > .col-lg-12 > ol > li {
  list-style-type: none;
  display: inline-block;
}
.container-fluid > .col-lg-12 > ol > li > a {
    padding-right: 15px;
}

/* Tables */
table {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin: 30px 0;
}

th {
    font-weight: bold;
    background: #f9f9f9;
    padding: 5px;
}

td {
    padding: 5px;
    border: 1px solid #f0f0f0;
}

/* nav */
.navbar-default {
  background-color: #b6a78f;
  border: none;
}
.navbar-default .navbar-brand {
  color: #fdf7f0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.footer .navbar-brand:hover,
.footer .navbar-brand:focus {
  color: #fdf7f0;
  background-color: transparent;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-default .navbar-text {
  color: #fdf7f0;
}
.navbar-default .navbar-nav > li > a,
.footer .navbar-nav > li > a {
  color: #6d5946;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.footer .navbar-nav > li > a:hover,
.footer .navbar-nav > li > a:focus {
  color: #fdf7f0;
  background-color: transparent;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-nav > li > a:first-child {
	padding-left: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.footer .navbar-nav > .open > a,
.footer .navbar-nav > .open > a:hover,
.footer .navbar-nav > .open > a:focus {
  color: #fdf7f0;
  background-color: #b6a78f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus,
.footer .navbar-nav > .open > a,
.footer .navbar-nav > .open > a:hover,
.footer .navbar-nav > .open > a:focus {
  color: #6d5946;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fdf7f0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #b6a78f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fdf7f0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #b6a78f;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.footer .navbar-nav > .open > a,
.footer .navbar-nav > .open > a:hover,
.footer .navbar-nav > .open > a:focus {
  color: #fdf7f0;
  background-color: #b6a78f;
}
.navbar-collapse:first-of-type {
    display: inline;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #b6a78f;
}
.nav > li.disabled > a {
  color: #6d5946;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #b6a78f;
  border-color: #b6a78f;
}
.nav .nav-divider {
  background-color: #b6a78f;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li > a {
  border: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  border-color: #b6a78f;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
  color: #fdf7f0;
  background-color: #b6a78f;
  border: none;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
.footer ul.nav > li {
  list-style: outside;
  list-style-type: none;
  display: inline-block;
}
.footer ul.nav > li > a {
  color: #fdf7f0;
  background-color: #b6a78f;
  border: none;
}

body {
    padding: 0 !important;
    margin: 0 0 60px auto;
}
.footer,
.footer > nav {
    padding: 0 !important;
    margin: 0 !important;
	text-align: right;
}

li,
li > p {
	position: relative;
	display: inline-block;
	color: #fdf7f0;
}
a:active,
a:focus,
a:hover {
	color: #6d5946;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
}
div > ul > li > img,
div > ul > li > span {
	height: 215px;
	width: 215px;
	margin: 7.5px;
}
div > ul > li > img {
  width: auto;
}
div > ul > li > span {
  text-align: left;
}

body > .container-fluid > .col-lg-12{
    margin: 150px 0 0 0;
}

.container-fluid > .col-xs-12 > ul > li {
  text-align: center;
  width: 215px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container-fluid > .col-xs-12 > ul > li {
  text-align: center;
  width: 215px;
}

.container-fluid > .col-xs-12 > ul > li:first,
.container-fluid > .col-xs-12 > ul > li:first > span,
.container-fluid > .col-xs-12 > ul > li:first > img {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1),
.container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1) > span,
.container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1) > img {
  margin-left: 0;
  margin-right: 0;
}
ul > li > span {
	display: inline;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 1.5em;
	padding-top: 140px;
	background: rgba(144, 127, 109, 0.9);
	color: #fff;
	opacity: 0;
}
li > span.buch {
  padding-top: 1.5em;
  padding-right: 1.5em;
}
li > span.spacer,
li > span:hover,
li > span:active,
li > span:focus {
	transition: opacity 0.5s;
	opacity: 0.9;
}
div > ul > li > span.buch,
div > ul > li > img[alt^="Buch"] {
	height: 290px;
	width: 100%;
}


h3,
div > ul > li {
	display: inline-block;
}

ul > li > ul {
  display: none;
}
.diashow {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 666;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: rgba(144, 127, 109, 0.9);
}
.diashow > li {
  display: none;
}
.diashow > li.dia {
  display: block;
}
.diashow > li > img {
  display: block;
  margin: 5% auto 0;
  width: auto;
  border: 5px solid #fff;
  border-radius: 5px;
}
.dianav {
  margin: 5px auto;
  width: 75px;
}
.glyphicon {
  cursor: pointer;
  text-align: center;
}
ul.diashow > li:first-of-type > div.dianav > span.glyphicon-chevron-left,
ul.diashow > li:last-of-type > div.dianav > span.glyphicon-chevron-right {
  visibility: hidden;
}


ul.diashow > li.dia > div.dianav > span.glyphicon,
ul.diashow > li.dia > div.dianav > span.glyphicon:hover {
  display: inline-block;
	position: relative;
	left: 10px;
	top: 10px;
	padding: 0;
	background: none;
	opacity: 1;
  font-size: 18pt;
}


/* Mobile Navi */
@media screen and (max-width:768px){
  .navbar-nav {
     margin: 0 15px;
  }
  .site-logo {
      position: absolute;
      left: 15px;
      top: -10px;
  }
  .site-title {
    margin: 60px 0 0 0;
    left: 150px;
    position: absolute;
  }
  .container-fluid > .col-xs-12 > ul > li:first,
  .container-fluid > .col-xs-12 > ul > li:first > span,
  .container-fluid > .col-xs-12 > ul > li:first > img {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1),
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1) > span,
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1) > img {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(2n+1),
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(2n+1) > span,
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(2n+1) > img {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width:992px){
  .site-logo {
      position: absolute;
      left: 15px;
      top: -10px;
  }
  .site-title {
    margin: 60px 0 0 0;
    left: 150px;
    position: absolute;
  }
}

@media screen and (max-width:520px){
  .container-fluid > .col-xs-12 > ul > li:first,
  .container-fluid > .col-xs-12 > ul > li:first > span,
  .container-fluid > .col-xs-12 > ul > li:first > img {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1),
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1) > span,
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(3n+1) > img {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(2n+1),
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(2n+1) > span,
  .container-fluid > .col-xs-12 > ul > li:nth-of-type(2n+1) > img {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .site-logo {
      position: absolute;
      left: 15px;
      top: -10px;
  }
  .site-title {
    margin: 25px 0 0 0;
    left: 150px;
    position: absolute;
  }

  .diashow > li > img {
    width: 100vw;
    height: auto;
  }

}

