body {
	font-family: 'Poppins', Helvetica;
	font-size: 20px;
	font-weight: 200;
	line-height: 10px;
	letter-spacing: 0.04em;
}
hr {
	width: 5%;
	text-align: middle;
	height: 3px;
	margin: 20px 0px;
	color: #fe9600;
	background: #fe9600;
}
.navbar-brand {
	height: auto;
}
.navbar-nav li a {
	color: #444!important;
	margin-top: 20px;
}
.navbar-nav li a:hover {
	color: #fe9600!important;
}
.navbar-toggle {
	margin-top: 40px;
}
.intro {
	margin-top: -20px;
	position: relative;
}
.text-block {
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	bottom: 40px;
	right: 40px;
	background-color: darkorange;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
.text-block a {
	color: white!important;
}
.leistungen {
	line-height: 40px;
	margin-top: 40px;
}
.panel {
	margin-top: 10px;
}
.panel-heading {
	background-color: #fe9600 !important;
}
.panel-footer {
	font-size: 12px;
}
/* Slideshow container */
.slideshow-container {
	position: relative;
	margin-top: 20px;
}
/* Slides */
.mySlides {
	background-image: url(images/thumbs/background_slider.png);
	color: white;
	line-height: 40px;
	padding: 80px;
	text-align: center;
}
/* The dot/bullet/indicator container */
.dot-container {
	text-align: center;
	margin-top: -60px;
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
/* Add a background color to the active dot/circle */
.active, .dot:hover {
	background-color: #717171;
}
/* Add an italic font style to all quotes */
q {
	font-style: italic;
}
/* Add a blue color to the author */
.author {
	color: darkorange;
}
.referenzen {
	margin-top: 80px;
	line-height: 40px;
}
.referenzen_bilder {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	margin-top: 40px;
}
/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}
.column img {
	margin-top: 8px;
	vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
	flex: 50%;
	max-width: 50%;
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
	flex: 100%;
	max-width: 100%;
}
}
.ueberuns {
	margin-top: 40px;
	line-height: 40px;
	background-color: #343434;
	padding: 20px;
}
.ueberuns h2 {
	color: white;
	text-align: center;
}
.einleitung_ueberuns {
	color: white;
	padding: 20px;
}
* {
	box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 20px;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
/* Container around content */
.wrapper {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}
/* The circles on the timeline */
.wrapper::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: white;
	border: 4px solid #FE9600;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
/* Place the container to the left */
.left {
	left: 0;
}
/* Place the container to the right */
.right {
	left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after {
	left: -16px;
}
/* The actual content */
.content {
	padding: 15px 15px;
	background-color: white;
	position: relative;
	border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 800px) {
/* Place the timelime to the left */
.timeline::after {
	left: 31px;
}
.content {
	font-size: 12px;
}
/* Full-width containers */
.wrapper {
	width: 100%;
	line-height: 15px;
	padding-left: 70px;
	padding-right: 20px;
	font-size: 10px;
}
/* Make sure that all arrows are pointing leftwards */
.wrapper::before {
	left: 60px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}
/* Make sure all circles are at the same spot */
.left::after, .right::after {
	left: 15px;
}
/* Make all right containers behave like the left ones */
.right {
	left: 0%;
}
.einleitung_ueberuns {
	font-size: 14px;
}
body {
	font-size: 14px;
}
.impressum h2 {
	font-size: 20px;
}
}
.stellenangebote {
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	padding: 80px 60px;
	background-image: url(images/thumbs/background_jobs.png);
}
.stellenangebote h2 {
	color: #fe9600;
}
.kontakt {
	line-height: 40px;
	margin-top: 40px;
}
.responsiveContainer iframe, .responsiveContainer object, .responsiveContainer embed {
	position: relative;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 650px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer {
	align-items: center;
	background-color: #22202c;
	color: #fff;
	display: flex;
	height: 60px;
	justify-content: flex-end;
	text-align: right;
}
.footer a {
	color: #fff!important;
	font-size: 16px;
	margin-right: 25px;
	margin-top: 20px;
}
.impressum {
	line-height: 40px;
	margin-top: 40px;
}
.datenschutz {
	margin-top: 40px;
}
.back-to-top {
	background: #fe9600;
	color: #fff!important;
	position: fixed;
	bottom: 100px;
	right: 20px;
	padding: 1em;
}