body {
  background-color: #fffbf5;
}
.subhead {
  font-size: 150%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #756f61;
}

.container {
  max-width: 950px;
}

h1 {
  color: #756f61;
}

a, .nav-link {
  color: #756f61;
  text-decoration: none;
}
strong {
  color: #5e5a4e;
}
.pull_top {
  margin-top: -2em;
}

.padding_right {
  padding-right: 2em;
}
.card-text {
  color: #6c757d;
  font-weight: 300;
}
.w-smaler {
  width: 70%;
}
.verheissung_padding_top {
  padding-top: 8em;
}

ul {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}

li {
  list-style: none;
  position: relative;
  padding: 0 0 6px 20px;
}
        
li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #756f61;
}
.btn-dark {
  background-color: #756f61;
  border-color: #756f61;
}
footer {
  background-color: #f6f2ec;
}
footer .row > .col {
  font-size: 80%;
}
.vh_picture {
  width: 40%;
}



@media (max-width: 400px) {
  .card-text {
    font-size: 70%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 950px;
  }
  .vh_picture {
    width: 40%;
  }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .vh_picture {
    width: 40%;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 750px;
  }
  .vh_picture {
    width: 50%;
  }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 850px;
  }
}