.cbk-img-search img{
    max-height: 300px;
}

.cbk-search-box {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto 40px;
}

/* Bildcontainer */
.cbk-search-image-container {
    width: 100%;
    max-height: 400px;
    position: relative;
}

.cbk-search-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Avatar */
.cbk-search-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -40px;
    left: 30px;
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	z-index: 10;
}

.cbk-search-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Textinhalt */
.cbk-search-content {
    padding: 30px;
    padding-top: 50px;
	background-color: #fff;
	position: relative;
}

.cbk-search-title {
    font-size: 24px;
    color: #8B1A1A;
    margin-bottom: 15px;
    font-weight: bold;
}

.cbk-search-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Button */
.cbk-search-button {
    display: inline-flex;
	align-items: center;
	justify-content: center;	
    background-color: #8B1A1A;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
	min-width: 180px;
    transition: background-color 0.3s;
}

.cbk-search-button:hover {
    background-color: #6a1414;
	color: #fff;
}

/* Datum */
.cbk-search-date {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.work-section__wrapper .work_project_item .slide_img.ref-slide{
	min-width:706px!important;
}