
  * {font-family: 'Muli', 'Arial';
}

p {
  line-height: 1.5;
  color: #88888;
  font-size: 1.15em;
}
p a {
  text-decoration: underline;
}
h1{
  font-family: 'Sacramento', 'Times New Roman', Helvetica, Arial, sans-serif;
font-weight: 800;
color: #88888;
font-size: 6em;
}
h2
{
color: #88888;
  font-family: 'roboto black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 2.5em;
}
h3,
h4,
h5,
h6 {
  font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #88888;
}
a {
  color: ##88888;
}
a:hover,
a:focus {
  color: #333333;
}
a img:hover,
a img:focus {

}
blockquote {
  color: #FFFBEB;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-nav{
  font-size: 1em;
}
.navbar-brand{
  padding: 0;
  margin:0;
}
.navbar-default {
  background-color: white;
  border-color: #88888;
  opacity: 0.9;
}
.navbar-default .navbar-brand {
  color: #88888;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: white;
}
.navbar-default .navbar-text {
  color: #88888;
}
.navbar-default .navbar-nav > li > a {
  color: #88888;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #88888;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #f3eede;
  font-size: 1em;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #4f3b1a;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #88888;
  background-color: #6c5f43;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #6c5f43;
}
.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: #e0cda5;
  background-color: #6c5f43;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background-color: #88888;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #e0cda5;
  background-color: #6c5f43;
}
.navbar-default .navbar-toggle {
  border-color: #6c5f43;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #6c5f43;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4f3b1a;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #4f3b1a;
}
.navbar-default .navbar-link {
  color: #4f3b1a;
}
.navbar-default .navbar-link:hover {
  color: #e0cda5;
}

@media (max-width: 1920px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4f3b1a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e0cda5;
  }
  .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: #e0cda5;
    background-color: #6c5f43;
  }
}
  }
}
@media only screen and (min-width: 767px) {

  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.intro-header {
  background-color: black;
  background: no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index:-1;

  padding-bottom: 200px;
}
.site-heading{
padding:20px;
}

.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  color: white;
}
@media only screen and (min-width: 700px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    margin-top: 200px;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.site-heading{

}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  font-size: 3em;
}


}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: ##FFFBEB;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #FFFBEB;
  font-size: 12px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer{
  background-color: black;
  margin-top: 50px;
}
}
footer .list-inline {
  margin: 0;
  padding: 0;

}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}
.pager {
  margin: 0px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #FFFBEB;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
    background-color: white;
  }

#coverp{
  text-align: center;
}
#covert{
  padding-top: 30px;
}
#ausnasen{
    cursor: url(&#39;/images/cursor.png&#39;), pointer;

  padding-bottom: 0px;

  padding-top: 0px;
}


main-wrapper-onepage {

      cursor:url('http://upload.wikimedia.org/wikipedia/commons/d/de/POL_apple.jpg'), auto;
  max-width: 1440px;
  margin: auto;
}
.main-header{
  padding-top: 80px;
}
.col-md-6{
  padding: 10px;
}
.col-md-3{
  text-align: center;
}
.Werbung{
  color: black;
}
footer a{
  cursor: pointer ;
}
.img-responsive{
  border-radius: 15px;
}
.p1{
  margin-bottom: 40px;
}
.Produkttext{
  background-color: #857762;
  color: white;
  border-radius: 15px;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 1px;
  text-align: left;
  min-height: 280px;
}
.Produkte{
  background-color: white;
}
.col-sm-3{
  padding-top: 10px;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .intro-header {
      background-attachment: scroll;

}
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.Bild{
  display: table;
  height: 100%;
  width: 100%;
}
.Bild >*{
  display: table-cell;
  vertical-align: middle;
}

.img-rezept {
  border-radius: 500px;
}

.post-heading {
  background-color: black;
}
.facebook {
  color: black;
}
li {
  line-height: 1.5;
color: #FFFBEB;
font-size: 1.15em
}


img{cursor: pointer}
