@charset "utf-8";
/* CSS Document */

/* BODY BACKGROUND + FONT COLOR
================================================== */

body {
  color: #58585a;
  background-color: #fff5e9;
}


/* HEADLINES FONT FAMILY
================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
-------------------------------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* # JURYSTATEMENT GRAU
-------------------------------------------------- */

.grey {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* NAV BAR
================================================== */

/* fix for navbar-fixed-top overlay */
/* 70px recomanded *
body {
	padding-top: 50px;
}

/* NAV BAR
================================================== */

.navbar-default {
  background-color: #fff5e9;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #87888a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #87888a;
}
.navbar-default .navbar-nav > li > a {
  color: #87888a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1a171b;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #58585a;
  background-color: #feebd2;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #58585a;
  background-color: #feebd2;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #87888a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1a171b;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #58585a;
    background-color: #e7e7e7;
  }
}
.navbar-default .navbar-link {
  color: #87888a;
}
.navbar-default .navbar-link:hover {
  color: #1a171b;
}

/* INVERSE
-------------------------------------------------- */

.navbar-inverse {
  background-color: #58585a;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fff5e9;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #feebd2;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff5e9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff5e9;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #feebd2;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #feebd2;
  background-color: #080808;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #feebd2s;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #feebd2;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff5e9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #feebd2;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #feebd2;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff5e9;
}
.navbar-inverse .navbar-link:hover {
  color: #feebd2;
}

/* FOOTER
================================================== */

/* sticky footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #58585a;
}

.container .text-muted {
  margin: 20px 0;
}

/* AFFIX HEADER
================================================== */

header {
	height:280px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

/* HEADER LOGO
================================================== */

#logo {
	margin-top:65px;
	margin-bottom:65px;
}


/* JUMBOTRON
================================================== */

/* JUMBOTRON wie LANA COTTA HEADER
-------------------------------------------------- */

.jumbotron {
	display:block;
	padding: 10px;
	margin-bottom: 30px;
}


/* LANA COTTA HEADER
-------------------------------------------------- */

.lana-cotta-head {
	display:block;
	height: 300px;
	color: #fff5e9;
	padding: 10px;
	margin-bottom: 30px;
}

/* Lana Cotta No. 1 */

.lana-cotta-no1.visible-xs {
	background-image:url('../../img/header/visible-xs_Max-Bier_IMG_0649.jpg');
	background-position: center center;
}

.lana-cotta-no1.visible-sm {
	background-image:url('../../img/header/visible-sm_Max-Bier_IMG_0649.jpg');
	background-position: center center;
}

.lana-cotta-no1.visible-md {
	background-image:url('../../img/header/visible-md_Max-Bier_IMG_0649.jpg');
	background-position: center center;
}

.lana-cotta-no1.visible-lg {
	background-image:url('../../img/header/visible-lg_Max-Bier_IMG_0649.jpg');
	background-position: center center;
}

/* Lana Cotta No. 2 */

.lana-cotta-no2.visible-xs {
	background-image:url('../../img/header/visible-xs_Reditum_IMG_2611.jpg');
	background-position: center center;
}

.lana-cotta-no2.visible-sm {
	background-image:url('../../img/header/visible-sm_Reditum_IMG_2611.jpg');
	background-position: center center;
}

.lana-cotta-no2.visible-md {
	background-image:url('../../img/header/visible-md_Reditum_IMG_2611.jpg');
	background-position: center center;
}

.lana-cotta-no2.visible-lg {
	background-image:url('../../img/header/visible-lg_Reditum_IMG_2611.jpg');
	background-position: center center;
}

/* Lana Cotta No. 3 */

.lana-cotta-no3.visible-xs {
	background-image:url('../../img/header/visible-xs_Reditum_IMG_6465.jpg');
	background-position: center center;
}

.lana-cotta-no3.visible-sm {
	background-image:url('../../img/header/visible-sm_Reditum_IMG_6465.jpg');
	background-position: center center;
}

.lana-cotta-no3.visible-md {
	background-image:url('../../img/header/visible-md_Reditum_IMG_6465.jpg');
	background-position: center center;
}

.lana-cotta-no3.visible-lg {
	background-image:url('../../img/header/visible-lg_Reditum_IMG_6465.jpg');
	background-position: center center;
}

/* Lana Cotta No. 4 */

.lana-cotta-no4.visible-xs {
	background-image:url('../../img/header/visible-xs_IMG_5971.jpg');
	background-position: center center;
}

.lana-cotta-no4.visible-sm {
	background-image:url('../../img/header/visible-sm_IMG_5971.jpg');
	background-position: center center;
}

.lana-cotta-no4.visible-md {
	background-image:url('../../img/header/visible-md_IMG_5971.jpg');
	background-position: center center;
}

.lana-cotta-no4.visible-lg {
	background-image:url('../../img/header/visible-lg_IMG_5971.jpg');
	background-position: center center;
}

/* Lana Cotta No. 5 */

.lana-cotta-no5.visible-xs {
	background-image:url('../../img/header/visible-xs_Ute-Ketelhake_P4060070.jpg');
	background-position: center center;
}

.lana-cotta-no5.visible-sm {
	background-image:url('../../img/header/visible-sm_Ute-Ketelhake_P4060070.jpg');
	background-position: center center;
}

.lana-cotta-no5.visible-md {
	background-image:url('../../img/header/visible-md_Ute-Ketelhake_P4060070.jpg');
	background-position: center center;
}

.lana-cotta-no5.visible-lg {
	background-image:url('../../img/header/visible-lg_Ute-Ketelhake_P4060070.jpg');
	background-position: center center;
}

/* Lana Cotta No. 6 */

.lana-cotta-no6.visible-xs {
	background-image:url('../../img/header/visible-xs_Ute-Ketelhake_P4060050.jpg');
	background-position: center center;
}

.lana-cotta-no6.visible-sm {
	background-image:url('../../img/header/visible-sm_Ute-Ketelhake_P4060050.jpg');
	background-position: center center;
}

.lana-cotta-no6.visible-md {
	background-image:url('../../img/header/visible-md_Ute-Ketelhake_P4060050.jpg');
	background-position: center center;
}


.lana-cotta-no6.visible-lg {
	background-image:url('../../img/header/visible-lg_Ute-Ketelhake_P4060050.jpg');
	background-position: center center;
}

/* Lana Cotta No. 7 */

.lana-cotta-no7.visible-xs {
	background-image:url('../../img/header/visible-xs_Ute-Ketelhake_IMG_3574.jpg');
	background-position: center center;
}

.lana-cotta-no7.visible-sm {
	background-image:url('../../img/header/visible-sm_Ute-Ketelhake_IMG_3574.jpg');
	background-position: center center;
}

.lana-cotta-no7.visible-md {
	background-image:url('../../img/header/visible-md_Ute-Ketelhake_IMG_3574.jpg');
	background-position: center center;
}

.lana-cotta-no7.visible-lg {
	background-image:url('../../img/header/visible-lg_Ute-Ketelhake_IMG_3574.jpg');
	background-position: center center;
}

/* Lana Cotta No. 8 */

.lana-cotta-no8.visible-xs {
	background-image:url('../../img/header/visible-xs_img-fuer-8.jpg');
	background-position: center center;
}

.lana-cotta-no8.visible-sm {
	background-image:url('../../img/header/visible-sm_img-fuer-8.jpg');
	background-position: center center;
}

.lana-cotta-no8.visible-md {
	background-image:url('../../img/header/visible-md_img-fuer-8.jpg');
	background-position: center center;
}

.lana-cotta-no8.visible-lg {
	background-image:url('../../img/header/visible-lg_img-fuer-8.jpg');
	background-position: center center;
}

/* Lana Cotta No. 9 */

.lana-cotta-no9.visible-xs {
	background-image:url('../../img/header/visible-xs_Ute-Ketelhake_IMG_5580.jpg');
	background-position: center center;
}

.lana-cotta-no9.visible-sm {
	background-image:url('../../img/header/visible-sm_Ute-Ketelhake_IMG_5580.jpg');
	background-position: center center;
}

.lana-cotta-no9.visible-md {
	background-image:url('../../img/header/visible-md_Ute-Ketelhake_IMG_5580.jpg');
	background-position: center center;
}

.lana-cotta-no9.visible-lg {
	background-image:url('../../img/header/visible-lg_Ute-Ketelhake_IMG_5580.jpg');
	background-position: center center;
}

/* Lana Cotta No. 10 */

.lana-cotta-no10.visible-xs {
	background-image:url('../../img/header/visible-xs_Ute-Ketelhake_IMG_1190.jpg');
	background-position: center center;
}

.lana-cotta-no10.visible-sm {
	background-image:url('../../img/header/visible-sm_Ute-Ketelhake_IMG_1190.jpg');
	background-position: center center;
}

.lana-cotta-no10.visible-md {
	background-image:url('../../img/header/visible-md_Ute-Ketelhake_IMG_1190.jpg');
	background-position: center center;
}

.lana-cotta-no10.visible-lg {
	background-image:url('../../img/header/visible-lg_Ute-Ketelhake_IMG_1190.jpg');
	background-position: center center;
}

/* Lana Cotta No. 11 */

.lana-cotta-no11.visible-xs {
	background-image:url('../../img/header/visible-xs_Ute-Ketelhake_P4060075.jpg');
	background-position: center center;
}

.lana-cotta-no11.visible-sm {
	background-image:url('../../img/header/visible-sm_Ute-Ketelhake_P4060075.jpg');
	background-position: center center;
}

.lana-cotta-no11.visible-md {
	background-image:url('../../img/header/visible-md_Ute-Ketelhake_P4060075.jpg');
	background-position: center center;
}

.lana-cotta-no11.visible-lg {
	background-image:url('../../img/header/visible-lg_Ute-Ketelhake_P4060075.jpg');
	background-position: center center;
}

/* Shopping cart */

.price {
	color: #10bd80;
	font-size: 1.4em;
}

.cart_button{
	cursor: pointer;
	min-width: 0px;
	padding: 10px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: inherit;
	color: #777;
	border: 1px solid #aaa;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
}

.cart_button:hover{
	background-color: #58585a;
	color: #fff5e9;
}