body {
	width: 100vw;
	font-family: "Siemens Sans Roman", Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
}

a:hover {
	color: #32a0a0;
	text-decoration-line: underline;
}

.hero-banner {
	background-image: url("https://www.siemens-energy.com/content/dam/applications/siemens-energy/global/company/history/20200820_the_history_of_energy/imgs/backgrounds/SE-history-title-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.text-banner {
	width: auto;
	word-wrap: break-word;
}

.grey-header {
	font-size: 1.13em;
	line-height: 1.7;
}

.text-light-grey {
	color: #939393;
}

.hr-t {
	width: 150px;
	height: 10px;
	background: #472775;
}

.hr-m {
	width: 100px;
	height: 10px;
	background: #472775;
}

.hr-s {
	width: 50px;
	height: 10px;
	background: white;
}

.big-font-1 {
	font-size: 6.5rem;
	line-height: 0.8;
}

.big-font-2 {
	font-size: 5rem;
	line-height: 0.8;
}

.timeline {
	border-left: 1px solid #939393;
}

.timeline-big-number {
	line-height: 0.7;
	font-size: 3.5em;
	font-weight: bold;
	color: #939393;
}

.timeline-badge {
	display: none;
}

.shadow-left {
	-webkit-box-shadow: -15px 15px 0 0 rgba(50, 160, 160, 1);
	-moz-box-shadow: -15px 15px 0 0 rgba(50, 160, 160, 1);
	box-shadow: -15px 15px 0 0 rgba(50, 160, 160, 1);
}

.shadow-right {
	-webkit-box-shadow: 15px 15px 0 0 rgba(50, 160, 160, 1);
	-moz-box-shadow: 15px 15px 0 0 rgba(50, 160, 160, 1);
	box-shadow: 15px 15px 0 0 rgba(50, 160, 160, 1);
}

.orange-highlight {
	color: #ed821c;
}

.text-siemens {
	color: #32a0a0;
}

.last-element {
	background-image: linear-gradient(45deg, #7e28dc 0%, #472775 100%);
	background-repeat: repeat-y;
	background-size: contain;
}

/* history of energy */
/* general */

.big-font-3 {
	font-size: 3rem;
	line-height: 1;
	color: #472775;
}

.purple-highlight {
	color: #7e28dc;
}

.purple-highlight:hover {
	color: #7e28dc;
}

.text-right .img-vertical {
	padding-right: 5rem;
}

.headline-placeholder {
	min-width: 62.3px;
}

/* milestones headline */

.milestones-headline {
	margin-bottom: 1rem;
}

.org-milestone-title.h3 {
	color: #7e28dc;
}

.tech-milestone-title.h3 {
	color: #472775;
}

.org-milestone-title::before,
.tech-milestone-title::before {
	content: "";
	width: 100px;
	height: 10px;
	margin: 2rem auto 1rem auto;
	display: block;
}

.org-milestone-title::before {
	background: #7e28dc;
}

.tech-milestone-title::before {
	background: #472775;
}

/* milestones years */

.org-milestone-year::before,
.tech-milestone-year::before {
	content: "";
	width: 40px;
	height: 5px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: block;
}

.org-milestone-year::before {
	background: #7e28dc;
}

.tech-milestone-year::before {
	background: #472775;
}

.last-element-text {
	margin-top: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.1;
}

@media (min-width: 100px) {
	.d-sm-hide {
		display: none;
	}

	.vh-sm-30 {
		height: 30vh !important;
	}
}

@media (min-width: 576px) {
	/* history of energy */

	.text-right .img-vertical {
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.vh-md-50 {
		height: 50vh !important;
	}

	.border-badge-left {
		border-left: 10px solid #7e28dc;
		max-height: 55px;
	}

	.border-badge-right {
		border-left: 10px solid #472775;
		max-height: 55px;
	}

	.border-md-right {
		border-right: 1px solid #dee2e6 !important;
	}
	.border-lg-left {
		border-left: 1px solid #dee2e6 !important;
	}

	.timeline-badge {
		display: inline-block;
		width: 1.125rem;
		height: 1.125rem;
		overflow: hidden;
		background-color: #472775;
	}

	/* history of energy */

	.big-font-3 {
		font-size: 4.5rem;
	}

	.org-milestone-title,
	.tech-milestone-title {
		position: relative;
		top: 0.2rem;
	}

	.org-milestone-title::before,
	.tech-milestone-title::before {
		content: none;
	}

	.year-only {
		margin-bottom: -6rem;
	}

	.text-right .img-vertical {
		padding-left: 4rem;
	}

	.text-right .img-vertical--small {
		padding-left: 10rem;
	}

	/* milestones years */

	.org-milestone-year::before,
	.tech-milestone-year::before {
		content: none;
	}
}

@media (min-width: 992px) {
	.vh-lg-50 {
		height: 50vh !important;
	}

	.border-lg-right {
		border-right: 1px solid #dee2e6 !important;
	}

	.border-lg-left {
		border-left: 1px solid #dee2e6 !important;
	}
}
@media (min-width: 1200px) {
	.vh-xl-100 {
		height: 100vh !important;
	}

	.text-right .img-vertical {
		padding-left: 12rem;
	}

	.text-right .img-vertical--small {
		padding-left: 18rem;
	}
}
