body {
    background-color: #FFF3F5;
}

a, a:link, a:hover {
    color: black;
    text-decoration: none;
}

.header {
    width: 100%;
    background-image: url('/img/TheBigDealKueche.gif');
    background-size: 100% auto; 
    background-position: top;
    background-repeat: no-repeat;
}

/* Styles für Desktop */
@media (min-width: 768px) {
    .header {
        height: 100px; 
    }
}

/* Styles Tablets und Handys */
@media (max-width: 767px) {
    .header {
        height: 50px; 
    }
}

.ingamePic {
    display: block;
    margin: 15px auto 15px auto;
    width:384px;
}

.gericht {
    cursor: pointer;
    margin-bottom: 10px;
}

.gericht:hover {
    background-color: #58ECD3;
}

.card {
    margin-top: 10px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-body {
    background-color: #58ECD3;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding: 1.25rem;
}

.list-group-item {
    font-size: 1.1rem;
}

.footer {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.gif {
    width: 48px;
    height: 48px;
    background-color: #FFF3F5;
}

#cheat {
    font-size: xx-small;
}
