.grid-modified {
    grid-template-columns: repeat(2, 50%);
}.grid-modified img {
    max-height: 300px;
    height: auto;
    width: auto;
    aspect-ratio: auto;
    max-width: 300px;
    margin: auto;
}.u-section-2 .u-text-1 {
    font-size: 2rem;
    margin: 0;
}.grid-modified .u-container-style {
    transition: transform 0.2s;
    cursor: pointer;
    height: 100%;

}.grid-modified-hebeschiebetuer {
    grid-template-columns: repeat(1, 100%);
    margin-bottom: 50px;
}.grid-modified-hebeschiebetuer .text-caption {
    font-size: 1.5rem !important;
    margin-top: 20px !important;
}.grid-modified-hebeschiebetuer img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}.hebeschiebetuer-grid {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    
    grid-template-columns: repeat(2, 1fr);
    
}.hebeschiebetuer-grid img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 20px;
}a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}.grid-modified .u-container-style:hover {
    transform: scale(1.05);
}.grid-modified-hebeschiebetuer .u-container-style:hover {
    transform: scale(1.05);
}.grid-modified-hebeschiebetuer .u-container-style {
    transition: transform 0.2s;
    cursor: pointer;
}.paragraph-container {
    display: flex;
    flex-direction: column;
}.line {
    display: flex;
    align-items: flex-start;
    
}.label {
    font-weight: bold;
    min-width: 200px;
    
}.farben-grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 500px;
    width: 100%;
    gap: 10px;
    
}.farben-grid-item {
    font-weight: bold;
    padding: 10px;
}.farben-grid-container img {
    width: 100%;
    max-height: 50px;
}#display-image {

    width: 500px;
    
    height: 500px;
    
    object-fit: cover;
    
    object-position: center;
    
    background-repeat: repeat;
    
    overflow: hidden;
    
}