h1, .h1, h2, .h2, h3, .h3, h4, .h4{
	color: #005ba9;
	font-weight: 500;
}
.container {
	max-width: 1200px;
}
.header img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	height: 50vh;
}
.header.branchen img {
	height: 20vh;
}
.content {
	min-height: unset;
	margin-bottom: unset;
}
.header .content {
	text-align: center;
}
.header .content h1 {
	word-break: break-all;
	color: #005ba9;
}
.text-center {
	text-align: center;
}
.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}
/* Positioning Section */
.positioning {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #ebf0f5;
}
.positioning h2 {
	margin-bottom: 3rem;
}
/* Jobs Section */
.jobs {
	padding-top: 10rem;
	padding-bottom: 5rem;
	background-color: #ebf0f5; 
}
.jobs img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.jobs h2, .icons-section h2 {
	margin-bottom: 3rem;
}
.jobs-wrapper {
	background-color: #fff;
	padding: 4rem;
}
.jobs-wrapper ul.karriere li a:hover {
	border-color: #005ba9;
}
.jobs-wrapper ul.karriere li a {
	color: #005ba9;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
	transition: border .3s;
	font-size: 18px;
	line-height: 1.8;
}
.jobs-wrapper ul.karriere li::before {
	content: "→";
	line-height: 1.1;
	vertical-align: top;
}
.jobs-wrapper ul li::before {
	content: "•";
	color: #005ba9;
	font-size: 2.5rem;
	line-height: 0;
	vertical-align: middle;
	margin-left: -1.5rem;
	padding-right: 1rem;
}
.jobs-wrapper ul li {
	text-indent: -2rem;
	padding-left: 2rem;
	margin-bottom: 0;
	line-height: 1.6;
}
.jobs-wrapper ul {
	list-style: inside none none;
	padding-left: 1rem;
}
#benker_video {
	width: 100%;
}
/* Benefits */
.benefits {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.benefits h2 {
	margin-bottom: 10rem;
}
.benefits img {
	height: 150px;
	margin-bottom: 1rem;
}
.extra-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 5rem;
}
.extra-col p {
	margin-bottom: 0;
}
/* Produkte */
.produkte {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.produkte h2 {
	margin-bottom: 2rem;
}
.produkte img {
	margin-bottom: 1rem
}
.produkte .produkt-text {
	display: flex;
  justify-content: center;
  flex-direction: column;
}
/* Testimonials */
.testimonials, .final {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background-color: #ebf0f5;
}
.testimonials h2, .final h2 {
	margin-bottom: 5rem;
}
.bx-viewport {
	background-color: #ebf0f5;
}
.bx-wrapper::before {
	background: none;
}
.testimonial-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-left: 4rem;
	padding-right: 4rem;
}
.autor-img {
	max-width: 100px;
	margin-bottom: 5rem;
}
.testimonial-text p {
	font-size: inherit;
	margin-bottom: 1rem;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
.order-1 { order: 1 }
.order-2 { order: 2 }
.contact-field {
	margin-bottom: 3rem
}
.contact-field {
	border: 1px solid #005ba9;
	background: transparent;
	color: #005ba9;
	padding: 1rem;
	text-align: center;
	font-size: 2rem;
}
.contact-field a.button {
	border: none;
	border: 1px solid #005ba9;
	border-radius: 0;
	background: #005ba9;
	color: #fff;
	transition: all 0.3s;
}
.contact-field a.button:hover, .contact-field a.button:focus {
	border-color: #005ba9;
	background: #fff;
	color: #005ba9;
}
.offset-by-three.columns, .offset-by-two.columns.lp {
	margin-left: 0
}
.row.lp .row {
	margin: 0
}
h4 a {
	color: #005ba9;
	text-decoration: underline;
}
h4:hover a {
	color: #A8A8A9;
}
h4 a::before {
	content: "\00BB";
	display: inline-block;
	margin-right: 0.25rem
}
.lp a {
	color: #005ba9;
	font-weight: 600
}
@media (min-width: 550px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 1.5rem;
	}
	.jobs .row {
		margin-bottom: 5rem;
	}
	.extra-col {
		padding-left: 4rem;
		padding-right: 4rem;
		border: 2px solid #005ba9;
		padding-top: 0;
	}
	.testimonial-text p {
		font-size: 2rem;
	}
	.testimonial-slide {
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.positioning h2 {
		margin-bottom: 5rem;
	}
	.offset-by-three.columns {
		margin-left: 26%
	}
	.produkt-text.order-1,
	.produkt-text.order-2  {
		margin-left: 0;
	}
}
@media (min-width: 550px) and (max-width: 900px) {
	.positioning .contact-field.six.columns {
		width: 96%;
	}
}
@media (min-width: 992px) and (min-height: 600px) {
	.header {
		position: relative;
		height: 75vh;
	}
	.header::after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0,91,169,0.8);
		background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 91, 169, 0.8) 53%, rgba(0, 91, 169, 0.3) 100%);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 200;
	}
	.header .content {
		position: absolute;
		bottom: 0;
		z-index: 210;
	}
	.header img {
		height: 100%;
	}
	.header .content h1 {
		color: #fff;
		font-size: 7rem;
		word-break: normal;
	}
	.header .content p {
		color: #fff;
		font-size: 2rem;
	}
	.header.branchen .content {
		margin-bottom: 2rem;
	}
	.header.branchen img {
		height: 50vh;
	}
	.header.branchen {
		position: relative;
		height: 50vh;
	}
	.header.branchen:after {
		background: rgb(0,91,169);
		background: linear-gradient(180deg, rgba(0,91,169,0.08) 0%, rgba(0,91,169,0.17) 33%, rgba(0,91,169,0.83) 72%);
	}
}
@media (max-width: 768px) {
	.eight.columns {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.eight.columns {
		width: 100%;
	}
	.one-half.column { 
		width: 96%;
	}
}