.text-bold {
    font-weight: 600;
}
.text-bolder {
    font-weight: 900;
}
.bg-img-flame {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(/fileadmin/grill-suchspiel/fire_1024.jpg);
	background-repeat: repeat-x;
    background-size: 400px;
    background-position: center bottom;
}
.container-fluid {
    max-width: 1400px;
}

.bg-red-kreis {
    transform: translate(-50%,-50%) rotate(345deg);
    left: 30%;
    top: 40%;
    padding: 38px 0;
    background-color: #C32127;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    text-align: center;
    font-weight: 600;
}

.frame-header *:last-child {
    margin-bottom: 0;
}
.sp-flamme {
    position: relative;
    width: 23px;
    height: 23px;
    margin: 4px 4px 0;
    display: inline-block;
}
.sp-flamme:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-image: url(/fileadmin/grill-suchspiel/napoleon-flamme-weiss.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sp-flamme.done:before {
    background-image: url(/fileadmin/grill-suchspiel/napoleon-flamme.svg);
}

.sp-loc-icon {
    position: relative;
    width: 22px;
    height: 36px;
    margin: 6px 0 0;
    display: inline-block;
}
.sp-loc-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 22px;
    background-image: url(/fileadmin/grill-suchspiel/location-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.powermail_fieldwrap_type_submit.layout1 {
    float: left;
    width: 100%;
    text-align: center;
}
.powermail_fieldwrap_type_submit.layout1 .btn {
    min-width: 300px;
}
.card-group-element-columns-3 .card-group-element-item {
    width: calc(100% / 2);
}
.card {
    position: relative;
}
.card-body {
    display: none;
}
.card-group-element-item .card-footer {
    position: absolute;
    bottom: 0;
    padding: 8px 12px;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%,0)!important;
}
@media (min-width: 992px) { 
.card-group-element-columns-3 .card-group-element-item {
    width: calc(100% / 3);
}
}