
.content-part {
	padding: 30px 0;
}

.vertical-timeline {
	position: relative;
	margin: 100px auto 0;
	max-width: 1180px;
}
.vertical-timeline-list {
	position: relative;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.vertical-timeline-item {
	position: relative;
	display: flex;
	padding: 0 15px;
	margin: 100px auto 0px;
	gap: 30px;
	align-items: center;
	max-width: 970px;
}

.vertical-timeline-item:first-child {
	margin-top: 0px;
}


.vertical-timeline-item:before {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	transform: translateX(-50%);
	top: -120%;
	width: 4px;
	height: calc(100% + 160px);
	background-color: #d6dadd;
	z-index: 0;
}



@media (min-width: 767px) {
	#report.vertical-timeline-item {
		margin-top: 270px;
	}
	#report.vertical-timeline-item:before {
		height: calc(100% + 270px);
		top: -180%;
	}
	.vertical-timeline-item:first-child:before {
		height: auto;
		background-color: transparent;
		top: 0;
	}
}

#current-picture {
	margin-top: 70px;
}
#current-picture.vertical-timeline-item:before {
	display: none;
} 
.vertical-timeline-icon {
	position: relative;
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	color: #ffffff;
	border: 7px solid;
	font-size: 50px;
	overflow: hidden;
	background-color: #e72683;
	border-color: #e77baf;
}
.vertical-timeline-icon img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.vertical-timeline-info {
	display: flex;
	flex-direction: column;
	width: 50%;
	text-align: right;
	align-items: flex-end;
}
.vertical-timeline-info h3 {
	font-family: usual, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 15px;
}
.vertical-timeline-info p {
	font-size: 17px;
	color: rgb(0, 0, 0);
	line-height: 1.412;
	margin: 0 0 20px;
}
.vertical-timeline-info p:last-child {
	margin-bottom: 0;
}

.vertical-timeline-bubble {
	width: 50%;
	order: 3;
	padding-left: 40px;
	position: relative;
}
.btn-outer {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.vertical-timeline-bubble-info {
	position: absolute;
	right: 0;
	margin-top: 25%;
	display: inline-block;
	width: calc(100% - 20px);
	padding: 15px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 12px 40px 0px rgba(10, 11, 11, 0.06);
	margin-top: 0;
	position: relative;
	width: 100%;
}
/*
.vertical-timeline-item:last-child .vertical-timeline-bubble-info {
	margin-top: 0;
	position: relative;
	width: 100%;
}
*/
.vertical-timeline-bubble-info::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -23px;
	top: 50%;
	box-sizing: border-box;
	border: 23px solid black;
	border-color:  #ffffff transparent transparent #ffffff;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	box-shadow: -40px -40px 40px 0px rgba(10, 11, 11, 0.06);
  }
.vertical-timeline-bubble-info p {
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.412;
	margin: 0 0 10px;
}
.vertical-timeline-bubble-info p:last-child {
	margin-bottom: 0;
}
.sticky-smart {
	position: absolute;
}
.sticky-smart-container {
	position: relative;
}
.sticky-smart.sticky-smart-active {
	z-index: 1048;
	padding: .5rem 15px;
	-webkit-box-shadow: 0 0rem 2rem rgba(0,0,0,.15);
	box-shadow: 0 0rem 2rem rgba(0,0,0,.15);
	-webkit-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	margin: 0;
	position: fixed;
}
.sticky-smart.sticky-smart-active.sticky-smart-invisible, .sticky-smart-placeholder {
	opacity: 0;
	visibility: hidden;
}
.sticky-smart.sticky-smart-active.sticky-smart-background {
	background-color: white;
}
.sticky-smart.sticky-smart-active.sticky-smart-invisible, .sticky-smart-placeholder {
	opacity: 1;
	visibility: visible;
	width: 100% !important;
	left: 0 !important;
}

.sticky-smart.sticky-smart-active {
	padding: 1rem 15px;
}

@media (max-width: 767px) {
	.sticky-smart-container {
		display: none !important;
	}
}

@media (max-width: 767px)
.content-part {
  padding: 20px 0 !important;
}

main {
	position: static;
}

.vertical-timeline-icon {
	min-width: 160px;
	width: 160px;
	height: 160px;
	border: 6px solid;
	font-size: 45px;
	z-index: 1;
}

.vertical-timeline-item:before {
	width: 2.5px;
}

.vertical-timeline-bubble-info {
	padding: 14px;
}

/* ##### Animation ##### */

.ga-fade-in {
	animation-duration: 700ms; /* Animationsdauer auf 2 Sekunden setzen */
	animation-delay: 500ms; /* Animationsverzögerung von 1 Sekunde hinzufügen */
}

/* ##### Animation ##### */

@media (max-width: 767px) {
	/*.icon-menu-nav ul {
		flex-wrap: wrap;
		gap:  20px;
	}
	.icon-menu-nav ul li a {
		font-size: 14px;
	}*/
	.vertical-timeline-item {
		margin: 65px auto 0px;
		gap: 15px;
		max-width: 1500px;
		flex-direction: column;
		align-items: flex-start;
	}
	.vertical-timeline-info {
		width: 100%;
		text-align: left;
		align-items: flex-start;
		order: 2;
		padding-left: 75px;
	}
	.vertical-timeline-icon {
		min-width: 50px;
		width: 50px;
		height: 50px;
		border-width: 4px;
		font-size: 20px;
		order: 1;
		position: absolute;
	}
	.vertical-timeline-info h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.vertical-timeline-info p {
		font-size: 14px;
	}
	.vertical-timeline-bubble {
		width: 100%;
		padding-left: 75px;
	}
	.vertical-timeline-bubble-info p {
		font-size: 15px;
	}
	.vertical-timeline-bubble-info {
		padding: 15px;
		position: relative;
		margin-top: 0;
	}
	.vertical-timeline-bubble-info::after {
		left: -18px;
		border-width: 13px;
	}
	.btn-cute {
		font-size: 14px;
	}
	.vertical-timeline-item:first-child:before {
		display: block;
	} 
	.vertical-timeline-item:before {
		top: 20px;
		height: calc(100% + 55px);
		left: 40px;
	}
	.vertical-timeline-item:last-child:before {
		display: none;
	} 
	.sticky-smart.sticky-smart-active.sticky-smart-invisible, .sticky-smart-placeholder {
		display: none;
	}
	.sticky-smart {
		position: relative !important;
		left: auto!important;
		width: auto!important;
		bottom: auto!important;
		top: auto!important;
	}
	.content-part {
		padding: 30px 0;
	}
	.btn-outer {
		justify-content: flex-start;
	}
	#current-picture {
		margin-top: 50px;
	}
}