
#content{
    margin: 100px 0;
    flex-direction: column;
}

#content-container{
    flex-direction: column;
    /* max-width: 2000px;
    width: 100%; */
    min-height: 800px;

}



.projekt-title{
    width: 100%;
    min-height: 50px;
    margin: 70px 0;
    text-align: center;
    color: var(--color2);

}
.projekt-name-h1{
    font-size: calc(var(--font-size) * 2);
    font-weight: 700;
}
.projekt-subtitle{
    font-size: calc(var(--font-size) * 1);
    font-weight: 500;
}










.projekt-gallery{
    width: 100%;

    text-align: center;
}

.card{
    display: inline-block !important;
    width: 300px;
    background: #ccc;
    margin-bottom: 16px;
}
.card-image a{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.projekt-img{
    width: 100%;
}