/* leckerli-one-regular - latin */
@font-face {
  font-family: ';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/LeckerliOneleckerli-one-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/LeckerliOneleckerli-one-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/LeckerliOneleckerli-one-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/LeckerliOneleckerli-one-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/LeckerliOneleckerli-one-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/LeckerliOneleckerli-one-v16-latin-regular.svg#LeckerliOne') format('svg'); /* Legacy iOS */
}
/*** Farben ***/
body {
  background-color:#fff;
}

#hauptcontainer {
    background-color: #f9f6ec;
    -webkit-box-shadow: 1px 1px 2px #e8e5e5;
    -moz-box-shadow: 1px 1px 2px #e8e5e5;
    box-shadow: 1px 1px 2px #e8e5e5;
    padding:0;  
}

.selector-for-some-widget {
  box-sizing: content-box;
}

header {
  background-color:#f9f6ec;
}

.logo-header {
    margin:0.5rem;
    -webkit-box-shadow: 1px 1px 2px #e8e5e5;
    -moz-box-shadow: 1px 1px 2px #e8e5e5;
    box-shadow: 1px 1px 2px #e8e5e5;
}

header div h1 .text-header  {
  font-family: 'Leckerli One';
  color:#4e7252;
}

#header    {
  margin-top:80px;
}

#slider {
  margin:1.5em;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.38);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.38);
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.38);
}

.schatten {
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.38);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.38);
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.38);
}

.list-group {
  padding:0.5rem;
}
.list-group-item-warning {
    color: #856404;
    background-color: #f9edce;
}

.footer {
  position:relative;
  padding:0.5em 0;  
}

.footer h5 {
  color:#4e7252;
  position:absolute;
  bottom:0;
  left:2em;
  margin-bottom:0;
}
a:link {
  text-decoration:none;
}

  footer .border-top {
    display:none;
  }

.footer-left {
  text-align:left;
}
.footer-mitte {
  text-align:center;
}
.footer-right {
  text-align:right;
}
/* responsiv */
@media screen and (min-width: 300px) and (max-width: 900px) {
  #header    {
  margin-top:0;
  }
  footer  {
    text-align:center;
  }
  .footer-right {
  text-align:center;
  }
}






