/* Sticky footer styles
-------------------------------------------------- */
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: #f5f5f5;
}

@media (max-width: 375px) {
.footer-branding {
    display: none;
}
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
    padding-top: 21px;
}

code {
  font-size: 80%;
}

/* Krüstsche Custom CSS
-------------------------------------------------- */

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dancing Script Regular'), local('DancingScript-Regular'),
       url('../fonts/dancing-script-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v8-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}

.left-content {
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 25px;
}
@media (min-width: 992px) {
.left-content {
    width: 82%;
    float: left;
    margin-right: 1%;
    margin-top: 0;
}
}
@media (min-width: 1200px) {
.left-content {
    width: 85%;
    float: left;
    margin-right: 1%;
    margin-top: 0;
}
}
.left-content .page-header {
    background: url(../kruestsche-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 330px;
    margin: 0;
    position: relative;
    border-bottom: none;
}
.main-logo {
    width: 175px;
    margin-left: 10px;
    bottom: 0;
    position: absolute;
}
.lead {
    padding: 15px;
}
@media (min-width: 768px) {
  .featurette {
    margin: 10px;
}
}
.start {
    margin-top: 10px;
}
@media (min-width: 768px) {
  .start {
    margin-top: 25px;
}
}

.wir {
font-family: 'Dancing Script', cursive;
font-size: 30px;
}

.featurette-image {
margin-bottom: 10px;
}
    
hr {
    margin-left: 10px;
    margin-right: 10px;
}
@media (min-width: 768px) {
hr {
    margin-left: 20px;
    margin-right: 20px;
}
}
.h1, h1 {
    font-size: 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0;
}
@media (min-width: 768px) {
  .h1, h1 {
    margin-left: 20px;
    margin-right: 20px;
}
}
.left-content p {
margin-left: 10px;
font-size: 16px;
margin-right: 10px;

}
.left-content .hours p {
    margin: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .left-content .hours p {
    margin: 0 0 10px 0;
}
}
@media (min-width: 992px) {
.owners-pic  {
    padding-top: 25px;
}
}
@media (min-width: 1200px) {
  .owners-pic {
    padding-top: 0;
}
}
@media (min-width: 992px) {
  .speisen-pic, .selbstverstaendnis-text-normal {
    display: none;
}
}
@media (min-width: 1200px) {
  .speisen-pic, .selbstverstaendnis-text-normal {
    display: block;
}
}
.speisen-pic-md {
    padding-top: 35px;
}
@media (max-width: 991px) {
  .speisen-pic-md, .selbstverstaendnis-text-md {
    display: none;
}
}
@media (min-width: 1200px) {
  .speisen-pic-md, .selbstverstaendnis-text-md {
    display: none;
}
}
.selbstverstaendnis-text-md-p {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
  .speisentext {
    padding-top: 15px;
}
}
@media (min-width: 1200px) {
  .panorama {
    padding-top: 25px;
}
}
@media (min-width: 992px) {
.panorama-image  {
    padding-bottom: 12px;
    padding-top: 10px;
}
}
@media (min-width: 1200px) {
  .panorama-image {
    padding-top: 0;
    padding-bottom: 0;
}
}

.right-infobox {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f8f8f8;
    margin-top: 10px;
}
@media (min-width: 992px) {
  .right-infobox {
    float: right;
    width: 17%;
    margin-top: 0;
}
}
@media (min-width: 1200px) {
  .right-infobox {
    float: right;
    width: 14%;
    margin-top: 0;
}
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.info-box-header {
    font-weight: bold;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 12px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: transparent !important;
  border: none;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 30px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
-ms-transform-origin: 10% 10%;
-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -ms-transform-origin: 10% 90%;
 -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
-ms-transform: rotate(0);
-webkit-transform: rotate(0);  
transform: rotate(0);
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.footer a {
  color: #777;
}
.footer a:hover {
color: #333;
text-decoration: none;
}
@media (min-width: 345px) {
  .footer-text-xs {
    display: none;
}
}
@media (max-width: 344px) {
  .footer-text-sm {
    display: none;
}
}
@media (min-width: 415px) {
  .footer-text-sm {
    display: none;
}
}
@media (max-width: 414px) {
  .footer-text-normal {
    display: none;
}
}
