#content {
    min-height: calc(100vh - 495px);
}

.color-red {
    color: #DF292F;
}

.zaeler-sartseite .elementor-counter-number-wrapper {
    align-items: end;
}

.zaeler-sartseite .elementor-counter-number-suffix {
    font-size: 52px !important;
}

.job-card-item {
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    padding: 20px 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}
.job-card-title a:hover h4 {
    color: #DF292F;
}

.job-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
	row-gap: 10px;
}

.job-meta i {
    color: #DF292F;
}

.job-company-name, .job-location, .job-range, .job-keyWords {
    margin-right: 30px;
    min-width: 50px;
}

.job-button-present {
	min-width: 170px;
}

.job-button-present .button {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background-color: #DF292F;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
    transition: all .3s;
}

a.button:hover {
    color: #fff !important;
}

@media (max-width: 800px) {
	.job-card-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.job-meta {
		flex-direction: column;
		align-items: flex-start;
	}
}