.index-card{
    width: 290px; 
    height: 265px;
}

.index-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    cursor: pointer;
  }

.index-plus{
    font-size: 133px; 
    color: black;
}

.index-card-image{
    object-fit: contain;
}

.nav-icon{
    margin-top: -0.4rem
}

.img-preview{
    display: none; 
    object-fit: contain;
}

.img-default{
    opacity:0.5;
}
.ingredient-card{
    width: 450px;
}

.link{
    color: blue;
}

.hidden{
    display: none;
}

.my-progress-bar{
    height: 40px;
}

.progress-bar{
    font-size: 25px;
}

.my-loadingspinner{
    display: none; 
    position:absolute;
    left: 0;
    right: 0;
}

.textarea{
    min-height: 200px !important; 
}

.floating-form-row{
    width: 100%;
    max-width: 600px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}


.select2-container--default .select2-selection--single {
    height: 38px !important; /* Setze die Höhe auf die gleiche Höhe wie andere Formularelemente */
}
.select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container {
    width: 100% !important;
    max-width: 100% !important;

}