#col_content {
  min-height: 35rem; }

#news .card {
  font-weight: normal;
  border: none; }
  #news .card .card-header {
    border-radius: 0;
    border: none;
    background-color: #e29811; }
    #news .card .card-header .title {
      width: calc(100% - 7rem); }
  #news .card .card-body {
    background-color: #f6f0e0; }

.custom-card {
  min-height: 12rem; }
  .custom-card a {
    color: #dec087;
    font-weight: normal; }
  .custom-card a:hover {
    color: #f2e6d0;
    text-decoration: none; }
  .custom-card .row {
    height: 100%; }
    .custom-card .row .col.text {
      padding-top: 2rem; }

#custom_card_material .text {
  background-color: #9f2f1c; }

@media (min-width: 768px) {
  #custom_card_material .image {
    background-image: url(/build/start-material-1-papier.jpg);
    background-repeat: no-repeat;
    background-size: cover; } }

#custom_card_things .text {
  background-color: #902d4b; }

@media (min-width: 768px) {
  #custom_card_things .image {
    background-image: url(/build/start-schoenes-1-spielzeug.jpg);
    background-repeat: no-repeat;
    background-size: cover; } }

#custom_card_supplies .text {
  background-color: #d16615; }

@media (min-width: 768px) {
  #custom_card_supplies .image {
    background-image: url(/build/start-kuenstler-1-pinsel.jpg);
    background-repeat: no-repeat;
    background-size: cover; } }

#custom_card_ceramics .text {
  background-color: #575f3b; }

@media (min-width: 768px) {
  #custom_card_ceramics .image {
    background-image: url(/build/start-keramik-1-tassen.jpg);
    background-repeat: no-repeat;
    background-size: cover; } }

