/* Speisen */



a {
  text-decoration: none;
  
}

h1 {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.1);
  font-size: 35vmin;
}

.spcard {
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;  
 
}

.spcard header {
  position: relative;
    
}
.spcard header img {
 border-top-left-radius: 4px;
border-top-right-radius: 4px; 
    display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
    
}
.spcard header:before {
  border-radius: 4px; 
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
Speisen  background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0.917) 0.3%, rgba(0, 0, 0, 0.834) 5.6%, rgba(0, 0, 0, 0.753) 12.9%, rgba(0, 0, 0, 0.672) 16.3%, rgba(0, 0, 0, 0.591) 18.8%, rgba(0, 0, 0, 0.511) 21.5%, rgba(0, 0, 0, 0.433) 28.4%, rgba(0, 0, 0, 0.357) 42.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 59.7%, rgba(0, 0, 0, 0.147) 66%, rgba(0, 0, 0, 0.089) 75.9%, rgba(0, 0, 0, 0.042) 85.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0.917) 0.3%, rgba(0, 0, 0, 0.834) 5.6%, rgba(0, 0, 0, 0.753) 12.9%, rgba(0, 0, 0, 0.672) 16.3%, rgba(0, 0, 0, 0.591) 18.8%, rgba(0, 0, 0, 0.511) 21.5%, rgba(0, 0, 0, 0.433) 28.4%, rgba(0, 0, 0, 0.357) 42.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 59.7%, rgba(0, 0, 0, 0.147) 66%, rgba(0, 0, 0, 0.089) 75.9%, rgba(0, 0, 0, 0.042) 85.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%); 
}    
.spcard header .text-wrap {
 border-radius: 4px; 
    color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
}
.spcard header .text-wrap h2 {
  font-size: 3.5rem;
  margin-top: 20px;
}
.spcard header .text-wrap h3 {
  margin-top: 5px;
  font-weight: 100;
}
.spcard main {
  min-height: 150px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.spcard main .cta-wrap {
  background: #f1c40f;
  color: white;
  padding: 10px;
  width: 200px;
    border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spcard main .cta-wrap svg {
  height: 40px;
  fill: white;
}
.spcard main .cta-wrap span {
  margin-top: 10px;
}
.spcard main .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
    border-bottom-right-radius: 4px;
}
.spcard main .info-wrap h4 {
  font-size: 1.45rem;
  color: #3a3a3a;
}
.spcard main .info-wrap p {

  color: #7f8c8d;
}


.spcard main .cta-wrap2 {
  background: #801515;
  color: white;
  padding: 10px;
  width: 200px;
    border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spcard main .cta-wrap2 svg {
  height: 40px;
  fill: white;
}
.spcard main .cta-wrap2 span {
  margin-top: 10px;
}
.spcard main .info-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
    border-bottom-right-radius: 4px;
}
.spcard main .info-wrap2 h4 {
  font-size: 1.45rem;
  color: #3a3a3a;
}
.spcard main .info-wrap2 p {
  color: #7f8c8d;
}



.spcard main .cta-wrap3 {
  background: #550000;
  color: white;
  padding: 10px;
  width: 200px;
    border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spcard main .cta-wrap3 svg {
  height: 40px;
  fill: white;
}
.spcard main .cta-wrap3 span {
  margin-top: 10px;
    text-align: center;
}
.spcard main .info-wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
    border-bottom-right-radius: 4px;
}
.spcard main .info-wrap3 h4 {
  font-size: 1.2rem;
  color: #3a3a3a;
}
.spcard main .info-wrap3 p {
  color: #7f8c8d;
}

/*lechflimmern*/


.spcardlf {
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;  
 
}

.spcardlf header {
  position: relative;
    
}
.spcardlf header img {
 border-top-left-radius: 4px;
border-top-right-radius: 4px; 
    display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
    
}
.spcardlf header:before {
  border-radius: 4px; 
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
Speisen  background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0.917) 0.3%, rgba(0, 0, 0, 0.834) 5.6%, rgba(0, 0, 0, 0.753) 12.9%, rgba(0, 0, 0, 0.672) 16.3%, rgba(0, 0, 0, 0.591) 18.8%, rgba(0, 0, 0, 0.511) 21.5%, rgba(0, 0, 0, 0.433) 28.4%, rgba(0, 0, 0, 0.357) 42.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 59.7%, rgba(0, 0, 0, 0.147) 66%, rgba(0, 0, 0, 0.089) 75.9%, rgba(0, 0, 0, 0.042) 85.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0.917) 0.3%, rgba(0, 0, 0, 0.834) 5.6%, rgba(0, 0, 0, 0.753) 12.9%, rgba(0, 0, 0, 0.672) 16.3%, rgba(0, 0, 0, 0.591) 18.8%, rgba(0, 0, 0, 0.511) 21.5%, rgba(0, 0, 0, 0.433) 28.4%, rgba(0, 0, 0, 0.357) 42.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 59.7%, rgba(0, 0, 0, 0.147) 66%, rgba(0, 0, 0, 0.089) 75.9%, rgba(0, 0, 0, 0.042) 85.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%); 
}    
.spcardlf header .text-wrap {
 border-radius: 4px; 
    color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
}
.spcardlf header .text-wrap h2 {
  font-size: 3.5rem;
  margin-top: 20px;
}
.spcardlf header .text-wrap h3 {
  margin-top: 5px;
  font-weight: 100;
}
.spcardlf main {
  min-height: 150px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.spcardlf main .cta-wrap {
  background: #f1c40f;
  color: white;
  padding: 10px;
  width: 200px;
    border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spcardlf main .cta-wrap svg {
  height: 40px;
  fill: white;
}
.spcardlf main .cta-wrap span {
  margin-top: 10px;
}
.spcardlf main .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
    border-bottom-right-radius: 4px;
}
.spcardlf main .info-wrap h4 {
  font-size: 1.45rem;
  color: #3a3a3a;
}
.spcardlf main .info-wrap p {

  color: #7f8c8d;
}