.lage-right-content {
    padding-top: 47px;
    padding-left: 45px;
}

.lage-left-image img {
    height: 100%;
    object-fit: cover;
}

.lage-right-text {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 330px;
    line-height: 48px;
    font-family: "mendl-sans-dusk", sans-serif;
    margin-bottom: 46px;
}

.distanzen-table {
    border-collapse: collapse;
    border-radius: 20px;
    padding: 0;
}

.text-right-part {
    margin-left: 70px;
}

.lage-table th, .lage-table td {
    font-family: "mendl-sans-dusk", sans-serif;
    font-weight: 400;
	font-size: 20px;
    line-height: 23.2px;
    color: #6B4D40;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
}

.lage-table img {
    width: 25px;
    height: 25px;
}

.lage-table tr {
    position: relative;
    border-bottom: 1px solid #6B4D40;
}

.lage-table tfoot tr {
    border-bottom: none;
}

.lage-table .bigger-image{
	width:24px;
	height:24px;
}

.text-under-table {
    font-size: 15px;
    line-height: 21.7px;
    font-weight: 400;
    color: #B29D76;
}

.lage-links {
    margin-top: 31px;
    margin-bottom: 35px;
}

.lage-links a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    font-family: "mendl-sans-dusk", sans-serif;
    margin-right: 78px;
}

.lage-table .distanzen{
	font-weight: 400;
}

.car-icon img{
	width:28px!important;
	height:28px!important;
}

@media (max-width: 467px) {
    .lage-right-text {
        width: auto;
    }

    .lage-right-content {
        padding: 28px 20px;
    }

    .lage-table th, .lage-table td {
        padding: 19px 10px !important;
        font-size: 12px;
        line-height: 17.4px;
    }

    .lage-links a {
        font-size: 14px;
        line-height: 17px;
        margin-right: 40px;
    }

}

@media (min-width: 468px) and (max-width: 499px){
	.train-icon{
		display: flex;
		align-items: center;
		
	}
}