@media only screen and (min-width: 1950px) {

.header .rechts {
    float: left;
    width: calc(100% - 520px);
    height: auto;
    margin: 15px 40px 10px 40px;
    position: relative;
}

.start_slick_boxen {
    float: left;
    width: calc(100% - 180px);
	height: auto;
	margin: 0px 90px 0px 90px;
    position: relative;
    overflow-y: visible;
}

.bereich_wrap {
    float: left;
    width: calc(100% - 260px);
    height: auto;
    margin: 0px 130px 0px 130px;
}
.start_bereich_btn_allereisen {
    float: left;
    width: calc(100% - 260px);
	height: auto;
	margin: 0px 130px 100px 130px;
    text-align: right;
}

}