.multislider {
    display: flex;
    justify-content: space-between;
    min-height: 75vh;
	padding-top:50px;
}

.multislider .multi-swiper-container {
    width: 100%;
    height: 75vh;
	overflow: hidden;
	position: relative;
}

.multislider .swiper-slide {
    display: flex;
}


.multislider .swiper-pagination {
	right: 50px !important;
}

.multislider .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0 !important;
}


.multislider .swiper-pagination .dot_title {
    background: #FFF;
    right: 0px;
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    display: flex;
  	align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    line-height: 15px;
    height: 20px;
}



.multislider .item_left,
.multislider .item_right {
    flex: 1;
    display: flex;
    justify-content: center;
	flex-direction: column;
	position: relative;
}

.multislider .item_left {
	padding-left:var(--main-padding);
	padding-right:var(--main-padding);
	overflow: hidden;
	color:#FFF;
}


.multislider .item_left .subheadline {
	text-transform: uppercase;
	font-size: 20px;
}
.multislider .item_left .headline {
	font-size: 6vh;
	line-height: 1.0em;
}
.multislider .item_left p {
	font-size: 17px;
}
.multislider .item_left .headline_overlapping {
	font-size: 10vh;
	position: absolute;
	bottom: -50px;
	color: rgba(255,255,255,0.5);
	font-weight: 200;
	line-height: 1.2em;
}



.multislider .item_right {
	padding-left:var(--main-padding);
	padding-right:var(--main-padding);
}

.multislider .item_right .infotext_beschreibung {
	padding-left: 40px;
}

.dropdown-item .headliner {
	line-height: 1.1em;
}


.multislider ul {
	list-style: none;
	line-height: 2em;
	cursor: pointer;
}
.dropdown-item {
	transition: all 0.8s;
	position: relative;
	padding-bottom: 20px;
}
.dropdown-item.active {
    font-weight: 500;
	font-size: 30px;
	padding-bottom: 50px;
	padding-top:50px;
}

.dropdown-text {
    display: none;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.2em;
	padding-right: 100px;
}



.dropdown-item:before {
  content: '';
  display: inline-block;
  width: 16px; 
  height: 30px;
  margin-left: 5px;
  position: absolute;
  right: 30px; 
  background: url('../../assets/icons/menu-arrow-black.svg') no-repeat center;
  background-size: contain; 
  transition: transform 0.3s ease; 
}

.dropdown-item.active:before {
    transform: rotate(180deg);
	padding-top:20px;
}

@media only screen and (max-width: 767px) {
	.multislider .swiper-slide {
		display: flex;
		flex-direction: column;
		height: auto !important;
	}

	.swiper-pagination {
		display: flex;
    flex-direction: row;
		width: 100%;
		align-items: center;
        justify-content: center;
	}
	
	.swiper-pagination-bullet {
		position: relative;
	}
	
	.dot_title {
		display: block !important;
		z-index: 99999 !important;
		width: 100%;
		padding: 0 !important;
		padding-top:3px !important;
	}
	.multislider .swiper-pagination-bullet {
    width: 20% !important;
    height: 20px !important;
    border-radius: 0 !important;
		margin: 0 !important;
		opacity: 1 !important;
}
	
.multislider .swiper-pagination-bullet:nth-child(1){
    width: 10% !important;
}
.multislider .swiper-pagination-bullet:nth-child(2) {
    width: 20% !important;
}	
.multislider .swiper-pagination-bullet:nth-child(3) {
    width: 25% !important;
}		
.multislider .swiper-pagination-bullet:nth-child(4) {
    width: 30% !important;
}	
.multislider .swiper-pagination-bullet:nth-child(5){
    width: 15% !important;
}	
	
	.multislider .swiper-pagination {
    right: 0px !important;
		top:0px !important;
		height: 20px;
		z-index: 1;
}
	
	.multislider .multi-swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.multislider .item_left .headline_overlapping {
	display: none;
}
	.multislider .item_left .headline {
    font-size: 5vh;
}
	
.multislider {
    min-height: 100vh;
}
	
	
}


