@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
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, tt, var, 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{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

// HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}
*/
/* undo reset */
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.fadeout {
  -webkit-transform: rotate(20);
  -moz-transform: rotate(20);
  -ms-transform: rotate(20);
  -o-transform: rotate(20);
  transform: rotate(20);
}
/* honeypot fields against spam */
.form-group.phone,
.form-group.subject {
  display: none;
}
body {
  background-color: #f4f4ed;
  color: #262626;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
a {
  color: #b5b287;
}
a:hover {
  color: #b5b287;
}
a.arrow:hover {
  color: #b5b287;
}
.btn-success {
  background-color: #b5b287;
  color: #ffffff;
  border: 1px solid #b5b287;
}
.btn-success:hover {
  border: 1px solid #b5b287;
  background-color: #ffffff;
  color: #b5b287;
}
.steckbrief {
  display: none;
}
header {
  background-color: #f4f4ed;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}
header a {
  color: #ffffff;
}
header a:hover {
  background-color: none;
  text-decoration: none;
}
header nav.navbar {
  background-color: rgba(255, 255, 255, 0.9);
}
header nav.navbar.scrolled {
  background: rgba(255, 255, 255, 0.9);
}
header nav.navbar .navbar-brand img#logo {
  height: 45px;
  margin-top: 3px;
}
header #basketicon {
  margin-top: 7px;
  margin-right: 15px;
  color: #b5b287;
}
header #wappen {
  height: 200px;
  float: left;
  margin-right: 25px;
  margin-top: -15px;
}
header #wappen.small {
  height: 85px;
}
.subnavigation {
  background-color: #b5b287;
  margin-top: 12px;
}
.nav > .dropdown > a:focus,
.nav > li.active > a,
.nav > li > a:hover {
  color: #ffffff;
}
.navbar-fixed-top {
  z-index: 10;
  left: -15px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  text-align: right;
}
.navbar-header {
  position: relative;
  width: 100%;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: 0;
  margin-top: 15px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.content {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.content h1 {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 6px;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #b5b287;
  text-transform: uppercase;
  text-align: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content h1.category {
  margin-top: 20px;
  line-height: 40px;
}
.content h2 {
  font-family: "roboto-condensed", serif;
  font-size: 30px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 15px;
}
.content h2:first-child {
  margin-top: 0;
}
.content h3 {
  font-family: "roboto-condensed", serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 10px;
}
.content h3:first-child {
  margin-top: 0;
}
.content p {
  margin-bottom: 15px;
}
.content .category-description {
  font-family: "roboto-condensed", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
}
.content .textcontainer {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content .textcontainer.left {
  text-align: left;
}
.content .textcontainer h1 {
  color: #262626;
  margin-top: 50px;
}
.content .textcontainer.more {
  text-align: center;
}
.content .textcontainer img {
  margin-bottom: 30px;
}
.content .imagecontainer {
  position: relative;
  margin-top: 150px;
}
.content .imagecontainer:first-child {
  margin-top: 0px;
}
.content .imagecontainer h1 {
  font-family: "roboto-condensed", serif;
  font-size: 90px;
  font-weight: 300;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 40%;
  width: 100%;
  text-shadow: 1px 1px 2px black;
  z-index: 100;
  line-height: 90px;
  margin-top: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content .imagecontainer .arrowdown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
  color: white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
.content .imagecontainer .arrowdown:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.content .textcontainer.fullheight {
  position: relative;
}
.content .textcontainer.fullheight .arrowdown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
  color: white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
.content .textcontainer.fullheight .arrowdown:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.content .element {
  padding-top: 75px;
  padding-bottom: 25px;
}
.content .element:first-child {
  border-top: none;
}
.content .element img.img-responsive {
  margin-bottom: 20px;
}
.content .wine .name {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #b5b287;
  font-weight: bold;
}
.content .wine .name .badge {
  background-color: #b5b287;
  font-size: 20px;
}
.content .wine .beschreibung,
.content .wine .resources {
  margin-top: 15px;
}
.content .wine .price {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #b5b287;
  font-weight: bold;
}
.content .wine .basketadd {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #b5b287;
}
.content .wine .small,
.content .wine .pricePerLiter {
  font-size: 0.75em;
  line-height: 1.25em;
  margin: 5px 0;
}
.content table button,
.content .basketadd button {
  background: none;
  border: none;
}
.content .resources {
  margin-top: 15px;
}
.content input[name*="quantity"].form-control {
  width: 50px;
  display: inline-block;
}
.content select[name="versandart"].form-control {
  width: 250px;
  display: inline-block;
}
.content table.shadow tr:nth-child(2n+1) td,
.content table.shadow tr:nth-child(2n+1) th {
  background-color: rgba(255, 255, 255, 0.1);
}
.content table.shadow tr:nth-child(2n) td,
.content table.shadow tr:nth-child(2n) th {
  background-color: rgba(255, 255, 255, 0.2);
}
.content .teaserbox {
  margin-bottom: 20px;
}
.content .teaserbox img {
  margin-bottom: 15px;
}
.content .teaserbox h2 a:hover,
.content .teaserbox p a:hover {
  text-decoration: none;
  color: #b5b287;
}
.content .teaserbox h2 {
  min-height: 60px;
}
.content .gallery a img {
  width: 145px;
  height: 145px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.content .gallery a:nth-child(7n+7) img {
  margin-right: 0;
}
.content span.foodinfo {
  position: absolute;
  left: -12px;
  margin-top: 2px;
}
.content.gaestehaus a {
  color: #41969b;
}
.content.gaestehaus a:hover {
  color: #41969b;
}
.content.gaestehaus .btn-success {
  background-color: #41969b;
  color: #ffffff;
  border: 1px solid #41969b;
}
.content.gaestehaus .btn-success:hover {
  border: 1px solid #41969b;
  background-color: #ffffff;
  color: #41969b;
}
.content.gaestehaus h1 {
  color: #41969b;
}
.content figure {
  margin-bottom: 25px;
}
.content figure img,
.content figure img.img-responsive {
  margin-bottom: 5px;
}
.content figure figcaption {
  text-align: right;
  font-family: "roboto-condensed", serif;
  font-size: 20px;
  font-weight: 300;
}
.required:after {
  content: "*";
  color: #41969b;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none;
}
.modal-content {
  background-color: #f4f4ed;
}
label.radio {
  padding-left: 20px;
}
label.radio input[type=radio] {
  margin-left: -20px;
  margin-top: 10px;
}
.checkbox input[type=checkbox] {
  margin-left: inherit;
  margin-top: 10px;
}
#liefertermin,
input[name*="quantity"] {
  text-align: center;
  letter-spacing: 1px;
  height: 30px;
  font-size: 15px;
}
.btn {
  font-size: inherit;
}
.btn span.fa {
  color: inherit;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  background-color: #ffffff;
  color: #262626;
  border-top: 1px solid #e0e0e0;
  padding: 25px 0;
  line-height: 30px;
  letter-spacing: 1px;
}
footer.bottomfixed {
  position: fixed;
  width: 100%;
  bottom: 0;
}
footer a {
  color: #b5b287;
}
footer a:hover {
  color: #b5b287;
}
footer h2 {
  font-family: "roboto-condensed", serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 10px;
}
.navbar-toggle {
  margin-top: 4px;
}
.navbar-toggle .icon-bar {
  background-color: #b5b287;
  height: 4px;
}
.dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  text-align: right;
}
.dropdown-menu > li > a {
  color: #ffffff;
  margin-bottom: 2px;
  font-size: inherit;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  background-color: #ffffff;
  color: #262626;
}
.nav > li > a:hover,
.nav > li.active > a,
.nav > .dropdown > a:focus {
  background: none;
  color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: inherit;
  color: #ffffff;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 500px;
}
.navbar {
  min-height: 80px;
}
.navbar-brand {
  padding-top: 0px;
}
.bootstrap-datetimepicker-widget table {
  color: #ffffff;
  background-color: #b5b287;
}
.bootstrap-datetimepicker-widget table td:hover,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  color: #41969b;
}
@media all {
  .navbar .navbar-nav {
    display: inherit;
    float: none;
  }
  .navbar-collapse {
    box-shadow: none;
  }
  .navbar-nav {
    margin: 0 15px;
  }
  header #basketicon {
    position: relative;
    top: 0;
    right: 0;
    font-size: 28px;
  }
  header .logo {
    margin-bottom: 0;
  }
  .content img.img-responsive {
    margin-bottom: 20px;
  }
  .content span.foodinfo {
    position: relative;
    left: -5px;
    margin-top: 2px;
  }
}
@media all and (max-width: 767px) {
  .text-right.cen {
    text-align: center;
  }
  .content h1.category {
    font-family: "roboto-condensed", serif;
    font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 3px;
  }
  .content .imagecontainer h1 {
    font-family: "roboto-condensed", serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
  }
  .content .textcontainer .text-right {
    text-align: center;
  }
  .content .gallery a img {
    width: 290px;
    height: 290px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .content .gallery a:nth-child(2n+2) img {
    margin-right: 0;
  }
  footer {
    font-size: 15px;
    line-height: 22.5px;
  }
  .arrow .fa-5x {
    font-size: 40px;
  }
}
@media all and (max-width: 720px) {
  header nav.navbar .navbar-brand img#logo {
    width: 200px;
    height: auto;
    margin-top: 12px;
    margin-left: 12px;
  }
  header #wappen {
    height: 200px;
    float: none;
    position: absolute;
    margin-right: 0;
    margin-top: 0px;
    top: 65px;
  }
  header #wappen.small {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .content .gallery a img {
    width: 100%;
    height: inherit;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
/*
 * E-Label styles
 */
.content.elabel {
  padding-top: 5px;
  margin-top: 5px;
}
.content.elabel .spacer.top {
  margin-top: 0;
}
.content.elabel .spacer.top.spacer-small {
  margin-top: 0;
}
.content.elabel h1 {
  letter-spacing: 1px;
  border-bottom: none;
  margin-bottom: 0px;
}
.content.elabel h2 {
  margin-top: 5px;
}
.content.elabel h3 {
  line-height: 1.25;
  margin-top: 0;
}
.content.elabel h4 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.25;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.nobr {
  white-space: nowrap;
}
.hide {
  display: none;
}
.clickable {
  cursor: pointer;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
body#admin {
  background: none;
}
#admincontent {
  color: #000000;
  padding: 25px;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 16px;
  /* paginator */
}
#admincontent i {
  vertical-align: bottom;
}
#admincontent a {
  color: #a0a0a0;
}
#admincontent p {
  margin-bottom: 10px;
}
#admincontent #logininfo {
  margin-bottom: 10px;
  font-size: 16px;
}
#admincontent #adminnavigation {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#admincontent .mainmenu {
  margin-bottom: 10px;
}
#admincontent .mainmenu a {
  display: block;
  margin-bottom: 10px;
}
#admincontent h1,
#admincontent h2,
#admincontent h3 {
  margin-bottom: 15px;
  color: #336699;
  font-weight: normal;
}
#admincontent h1 {
  font-size: 24px;
}
#admincontent h2 {
  font-size: 20px;
}
#admincontent div.form div.element {
  margin-bottom: 5px;
}
#admincontent div.form div.button {
  float: left;
  margin-right: 10px;
}
#admincontent div.form label.label {
  margin-top: 15px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 100%;
}
#admincontent div.form label.label.required {
  color: #990000;
}
#admincontent div.form input[type=text],
#admincontent div.form input[type=password],
#admincontent div.form select,
#admincontent div.form textarea {
  padding: 4px;
  border: 2px solid #a0a0a0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#admincontent div.form input[type=text],
#admincontent div.form input[type=password],
#admincontent div.form textarea {
  width: 640px;
}
#admincontent div.form ul.errors li {
  color: #990000;
  font-size: 10px;
}
#admincontent table.table {
  border-collapse: collapse;
  margin: 10px 0;
}
#admincontent table.table tr th,
#admincontent table.table tr td {
  padding: 5px 10px;
}
#admincontent table.table tr th {
  border: 1px solid #000000;
  border-bottom: 2px solid #336699;
  background: #336699;
  color: #ffffff;
}
#admincontent table.table tr td {
  border: 1px solid #e0e0e0;
  vertical-align: top;
}
#admincontent table.table tr:hover td {
  background: #f0f0f0;
}
#admincontent .categories a.selected {
  font-size: 20px;
}
#admincontent #map {
  width: 100%;
  height: 500px;
}
#admincontent tr.inactive td {
  text-decoration: line-through;
  color: #c0c0c0;
}
#admincontent .label {
  text-align: left;
  color: #000000;
  font-weight: inherit;
}
#admincontent .paginationControl {
  margin: 0;
  padding: 5px;
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
}
#admincontent .paginationControl .settings,
#admincontent .paginationControl .settingsOptions {
  float: left;
  margin-right: 10px;
}
#admincontent .paginationControl .meta {
  float: left;
}
#admincontent .paginationControl .pages {
  float: right;
}
#admincontent .paginationControl .pages i {
  padding-top: 1px;
}
#admincontent .paginationControl .pages span {
  display: inline-block;
  padding: 1px 5px;
}
#admincontent .paginationControl .pages span.current {
  background: #336699;
  color: #fff;
}
.icon-move {
  cursor: pointer;
}
