.reise-item {
    min-height: 450px;
    background-blend-mode: darken;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 2rem;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    transition: transform 0.3s ease-in-out;
	border-radius: var(--border-radius);
	-webkit-box-shadow: var(--shadow);
	        box-shadow: var(--shadow);
}

.reise-item:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.33);
    transition: box-shadow 0.3s ease;
}

.reise-content {
    text-align: center;
    padding-top: 9rem;
}
div.reise-content h3, 
div.reise-footer p {
    color: #fff;
}
.footer-right img {
    width: 15%;
    padding-right: 5px;
}
.footer-left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.reise-footer div {
    color: var(--text-light);
}
.container .filter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 5rem;
    align-items: center;
}
.container .filter .filter-group {
    display: flex;
    flex-direction: column;
    flex-basis: 18%;
    min-width: 150px;
}
.container .filter label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.container .filter select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
form .filter button {
    padding: 0.7rem 2rem;
}
.reiseliste .pagination>li>a,
.reiseliste .pagination>li>span {
    color: var(--primary);
}
.reiseliste .pagination>li>span {
    background-color: #e1e1e1;
}
.reiseliste .pagination>li>a:focus,
.reiseliste .pagination>li>a:hover,
.reiseliste .pagination>li>span:focus,
.reiseliste .pagination>li>span:hover {
    color: var(--text);
}
.reiseliste nav {
    background-color: unset;
}
.reiseliste .col-xs-12 {
        margin-bottom: 2rem;
		margin-top: 2rem;
}
.fallback-reisen{
    margin-top: 8rem;
}