/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.konfigInfoItem{
    display:flex;
    flex-direction: row;
    margin-bottom:20px;
}
.konfigInfoItem_bezugsstoffeDiv{
    display:flex;
    flex-direction: row;
}
.konfigInfoItemBild{
    width: 33%;
    max-width: 250px;
    padding: 8px 30px 8px 8px;
}
.konfigInfoItemText{
    width:66%;
}
.konfigInfoItemheadline{
    font-size:14x;
    font-weight: 700;
}
.konfigInfoItemtitle{
    font-size:14x;
    font-weight: 700;
}
.konfigInfoItemKategorie{
    color:#9c9e9f;
}
@media (max-width: 767px) {
    .konfigInfoItem{
        display:flex;
        flex-direction: column;
    }
    .konfigInfoItemBild{
        max-width: 100%;
        width: 100%;
        padding: 8px 0px;
    }
    .konfigInfoItemText{
        width:100%;
    }
    .konfigInfoItem_bezugsstoffeDiv{
        display:flex;
        flex-direction: column;
    }
  }
