/* Custom Styles RK */

/* Landingpage*/
@media (min-height: 576px) {
	.startHero {
		height: 95vh;
		width: 100%;
	}
}

.bgSection {
	height: 50vh;
	width: 100%;
}

.bg-parallax {
	position: relative;
	overflow: hidden;
}

.bg-parallax-img,
.bg-overlay {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-parallax-img {
	height: 100%;
	z-index: 1;
}

.bg-parallax-img > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	max-width: none;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
}

.bg-overlay {
	top: 0;
	height: 100%;
	background-color: #000000;
	opacity: .5;
	z-index: 2;
}

.bg-parallax-content,
.bg-content {
	position: relative;
	z-index: 5;
}

.hero-content, .ebene-content {
	position: relative;
	z-index: 5;
	top: 40%;
	text-align: center !important;
}

@media (min-width: 1280px) {
	.hero-content, .ebene-content {
		padding: 0 18%;
	}
}

@media (max-width: 767px) {
	.hero-content, .ebene-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-height: 576px) {
	.hero-content, .ebene-content {
		padding-top:50px;
	}
}

@media (max-width: 1280px) {
	.hero-content, .ebene-content {
		top:30%
	}
}

.line-height-1 {
	line-height: 1.0em;
}

.hero-content p {
	text-align: center !important;
	margin-bottom: 0 !important;
	margin-bottom: 5px;
	color: #ffffff;
	line-height:1.3em;
}

@media (max-width: 2500px) {
	.hero-content p, .text-large {
		font-size: 1.6em !important;
	}
}

@media (max-width: 767px) {
	.hero-content p, .text-large {
		font-size: 1.3em !important;
	}
}

@media (max-width: 576px) {
	.hero-content p, .text-large {
		font-size: 1.2em !important;
	}
}

.ebene-content p {
	text-align: center !important;
	color: #ffffff !important;
}

.scroll {
	position: relative;
	z-index: 5;
	top: 60%;
	padding: 30px;
	text-align: center;
}

.scroll a {
	font-size: 28px;
}

.text-center {
	text-align: center;
}

.btn-orange {
	color: #fff;
	background-color: #fd7e14;
}

.btn-orange:hover {
	color: #fff;
	background-color: #5da62b;
}

.btn-orange:focus, .btn-success.focus {
	color: #fff;
	background-color: #5da62b;
	box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-orange.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #5da62b;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #fd7e14;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.text-normal {
	font-size: 1.0em !important;
}

.text-medium {
	font-size: 1.4em !important;
}

.img-round {
	border-radius: 50%;
	-moz-border-radius: 50%
	-webkit-border-radius: 50%;
}

/* Interner Bereich */
.header-intern {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.sidebar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.sidebar-nav .nav-link {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 2.0em;
  padding-top: 0;
  padding-bottom: 0;
	border-bottom: 1px solid #eee;
}

.sidebar-nav .nav-link.active {
	color: #5da62b;
}

/* Nav-Links */
.font-size-1 {
	font-size: 1.0em !important;
}	


/* Formulare interen*/

.form-textarea {
	border-left: #e9f4e2 30px solid !important;
	border-right: #e9f4e2 1px solid !important;
	border-bottom: #e9f4e2 1px solid !important;
	border-top: #e9f4e2 1px solid !important;
	min-height: 300px;
}

.min-height {
	min-height:700px;
}

/* Price Card*/

.min-height-184px {
	min-height:184px;
}

/* News*/
.post .post-title a {
	color: #5da62b !important;
}

/* Typographie*/
.text-medium {
	font-size: 1.2em !important;
}

/*blockquote*/
.blockquote-white {
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
}

.blockquote-white:before {
	content: '“';
	font-family: "poppins";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -95px;
	font-size: 200px;
	line-height: 0.9em;
	font-weight: 600;
	color: #ffffff;
}

@media (max-width: 768px) {
	.blockquote-white:before {
		left: 0;
		top: -60px;
	}
}



/* Listen*/

.list-caret{
	list-style: none;
	padding: 0;
	border: none;
}

.list-caret li {
	padding-left: 1.0em;
	border: none !important;
	padding: 0 0 10px 1.0rem !important;
}

.list-caret li:before {
	content: "\f0da"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	color: #5da62b;
	display: inline-block;
	margin-left: -1.0em; /* same as padding-left set on li */
	width: 1.0em; /* same as padding-left set on li */
}

ol {
	list-style-position: outside !important;
	margin-left: 20px !important;
}

ol li {
	margin-bottom: 20px;
}

.roundnumber {
	background: #5da62b;
	color: #ffffff;
	font-weight: 700;
	height: 35px;
	width: 35px;
	line-height: 33px;
	text-align: center;
	display: block;
	border-radius: 50%;
	float: left;
	margin-top: 0;
	font-size: 16px;
}

/* Padding LG*/
@media (min-width: 1000px) {
	.pl-lg {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1000px) {
	.pr-lg {
		padding-right: 3rem !important;
	}
}

/* Step vertial */
.cs-step-vertical {
	display: -ms-flexbox;
	display: flex;
	max-width: calc(50% + (0.0625rem / 2));
	margin-left: auto;
}

.cs-step-vertical .cs-step-line {
	position: relative;
	-ms-flex: 0 0 0.0625rem;
	flex: 0 0 0.0625rem;
	width: 0.0625rem;
	margin-top: 1.25rem;
	background-color: rgba(154, 156, 165, 0.4);
	color: rgba(154, 156, 165, 0.75);
	z-index: 2;
}

.cs-step-vertical .cs-step-line::before, .cs-step-vertical .cs-step-line::after {
	display: block;
	position: absolute;
	content: '';
	z-index: 3;
}

.cs-step-vertical .cs-step-line::before {
	top: -0.875rem;
	left: 50%;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	will-change: transform;
	background-color: currentColor;
}

.cs-step-vertical .cs-step-line::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: height .3s ease-in-out;
	will-change: height;
	background-color: #007bff;
}

.cs-step-vertical .cs-step-body {
	padding-right: 2.5rem;
	padding-left: 2.5rem;
}

.cs-step-vertical:nth-child(2n) {
	margin-left: 0;
	text-align: right;
}

.cs-step-vertical:nth-child(2n) .cs-step-line {
	-ms-flex-order: 2;
	order: 2;
}

.cs-step-vertical:nth-child(2n) .cs-step-body {
	-ms-flex-order: 1;
	order: 1;
}

.cs-step-vertical.active .cs-step-line::before, .cs-step-vertical.tns-nav-active .cs-step-line::before {
	background-color: #007bff;
}

.cs-step-vertical.active .cs-step-line::after, .cs-step-vertical.tns-nav-active .cs-step-line::after {
	height: 100%;
}

@media (max-width: 767.98px) {
	.cs-step-vertical {
		max-width: none;
		margin-left: 0;
	}
	.cs-step-vertical .cs-step-body {
		padding-right: 1.6666666667rem;
		padding-bottom: 1.875rem;
		padding-left: 1.6666666667rem;
	}
	.cs-step-vertical:nth-child(2n) {
		text-align: left;
	}
	.cs-step-vertical:nth-child(2n) .cs-step-line {
		-ms-flex-order: 1;
		order: 1;
	}
	.cs-step-vertical:nth-child(2n) .cs-step-body {
		-ms-flex-order: 2;
		order: 2;
	}
}

.cs-steps-vertical-right .cs-step-vertical,
.cs-steps-vertical-left .cs-step-vertical,
.table .cs-step-vertical {
	max-width: none;
	margin-left: 0;
}

.cs-steps-vertical-right .cs-step-vertical .cs-step-body,
.cs-steps-vertical-left .cs-step-vertical .cs-step-body,
.table .cs-step-vertical .cs-step-body {
	padding-bottom: 1.875rem;
}

.cs-steps-vertical-right .cs-step-vertical:last-child .cs-step-body,
.cs-steps-vertical-left .cs-step-vertical:last-child .cs-step-body,
.table .cs-step-vertical:last-child .cs-step-body {
	padding-bottom: 0;
}

.cs-steps-vertical-right {
	padding-right: 0.25rem;
}

.cs-steps-vertical-right .cs-step-vertical {
	text-align: right;
}

.cs-steps-vertical-right .cs-step-vertical .cs-step-line {
	-ms-flex-order: 2;
	order: 2;
}

.cs-steps-vertical-right .cs-step-vertical .cs-step-body {
	-ms-flex-order: 1;
	order: 1;
}

.cs-steps-vertical-left {
	padding-left: 0.25rem;
}

.cs-steps-vertical-left .cs-step-vertical {
	text-align: left;
}

.cs-steps-vertical-left .cs-step-vertical:nth-child(2n) .cs-step-line {
	-ms-flex-order: 1;
	order: 1;
}

.cs-steps-vertical-left .cs-step-vertical:nth-child(2n) .cs-step-body {
	-ms-flex-order: 2;
	order: 2;
}

.table .cs-step-vertical {
	display: table-row;
	text-align: left;
	white-space: nowrap;
	color: #9a9ca5;
}

.table .cs-step-vertical .cs-step-line {
	position: absolute;
	top: calc(50% + (0.5rem * 1.5));
	left: 50%;
	margin-top: 0;
	height: calc(100% - (0.5rem * 2.5));
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.table .cs-step-vertical:last-child .cs-step-line {
	height: 0;
}

.table .cs-step-vertical.active {
	color: #424551;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.table .cs-step-vertical .cs-step-line {
		top: 40px;
		height: 100%;
	}
}

.cs-step-vertical.cs-step-vertical-nav {
	text-decoration: none;
	cursor: pointer;
}

.cs-step-vertical.cs-step-vertical-nav .cs-step-line {
	margin-top: 0;
}

.cs-step-vertical.cs-step-vertical-nav .cs-step-line::before, .cs-step-vertical.cs-step-vertical-nav .cs-step-line::after {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.cs-step-vertical.cs-step-vertical-nav .cs-step-line::before {
	transition: background-color .25s ease-in-out;
	z-index: 3;
}

.cs-step-vertical.cs-step-vertical-nav .cs-step-line::after {
	left: 50%;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #f4f5f6;
	z-index: 2;
}

.cs-step-vertical.cs-step-vertical-nav .cs-step-body {
	width: 100%;
	padding: 0.625rem 2rem;
}

.cs-step-vertical.cs-step-vertical-nav .cs-step-label {
	color: #9a9ca5;
	transition: color .25s ease-in-out;
}

.cs-step-vertical.cs-step-vertical-nav.active .cs-step-label, .cs-step-vertical.cs-step-vertical-nav.tns-nav-active .cs-step-label {
	color: #007bff;
}

.cs-step-vertical.cs-step-vertical-nav:hover .cs-step-line::before {
	background-color: #007bff;
}

.cs-step-vertical.cs-step-vertical-nav:hover .cs-step-label {
	color: #007bff;
}

.cs-step-vertical.cs-step-vertical-nav:last-child .cs-step-body {
	padding-bottom: 0.625rem;
}

/* Step vertial - Custom Styles*/

.cs-step-body {
	width: 100%;
}

.cs-step-body p {
	margin-bottom: 0.25rem !important;
}