.card-img-bottom {
    border-radius: 0px !important;
    object-fit: cover;
    height: 180px;
}

.card-img-top {
    border-radius: 0px !important;
}

.login {
    max-width: 250px;
}

.center {
    display: block;
    margin: 0 auto;
}

.border {
    border-radius: 4px;
}

.border2 {
    border-radius: 4px;
    border: 1px solid #337ab7;
}

.bla {
    margin: 0;
    position: relative;
    width: 100%;
    background-color: #aaa;
    height: 300px;
    opacity: 1;
    text-align: center;
    font-family: 'helvetica';
    font-size: 80px;
    font-weight: 100;
    color: #fff;
}

.front {
    top: 150px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.panel {
    box-shadow: 6px 6px 3px lightgrey;
}

body {
    background-image: url("wood.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
}

.card {
    box-shadow: 4px 4px 15px black;
    border-radius: 0px !important;
}

.burnt {
    color: #2d170b !important;
    font-weight: bold !important;
    font-size: 250%;
    opacity: 0.8;
    text-shadow: 0 0 0.1px #251a14;
    text-align: center;
}

.card-columns .card {
    margin-bottom: 1.5rem !important;
}

.shadow {
    box-shadow: 4px 4px 15px black;
}

.zutat {
    padding: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 1px solid #337ab7;
    display: inline-block;
}

.recipepic {
    border-radius: 4px 4px 0px 0px;
    max-width: 100%;
}

.piccard {
    border-radius: 4px;
    border: 1px solid #337ab7;
    margin-bottom: 30px !important;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 320px;
}

.text {
    margin-bottom: 30px !important;
}

.note {
    margin-bottom: 30px !important;
}

.title {
    margin-bottom: 2px !important;
}

.del {
    margin-right: 20px !important;
    width: 24px;
    float: right;
}

.homecard {
    height: 230px;
    overflow: hidden;
}

.floatleft {
    float: left;
}

hr {
    border-style: dashed;
}