@charset "UTF-8";
/* individual Settings */
/*
Breakpoints
xs 	<= 575px
sm  >= 576px
md  >= 768px
lg  >= 992px
xl  >= 1200px
xxl >= 1400px

************ CI Colors ***************
ORANGE1: e97012 - rgba(233, 112, 18, 1) - dunkleres Orange
ORANGE2: f49a41 - rgba(244, 154, 64, 1) - helleres Orange

 GRAY: 797979 - rgba(121, 121, 121, 1)
BLACK: 252525 - rgba(23, 23, 23, 1)

var(--ci_blue);
var(--ci_red);
*/

/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* DEFAULTS */

body {
    font-family: 'Roboto', sans-serif;
}

body,
.sp-preloader {
	background-color: #FFFFFF;
	color: #252525
}

.sp-preloader>div {
	background: #e97012
}

.sp-preloader>div:after {
	background: #FFFFFF
}

a {
	color: #e97012
}

a:hover,
a:focus,
a:active {
	color: #e97012;
	text-decoration: underline;
}

.tags>li {
	display: inline-block
}

.tags>li a {
	background: rgba(43, 168, 74, 0.1);
	color: #e97012
}

.tags>li a:hover {
	background: #e97012
}

.article-social-share .social-share-icon ul li a {
	color: #252525
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
	background: #e97012
}

.pager>li a {
	border: 1px solid #ededed;
	color: #252525
}

.sp-reading-progress-bar {
	background-color: #e97012
}

/* MENU */
#sp-menu {
	text-transform: uppercase;
	font-weight: 500;
}

.sp-megamenu-parent {
	float: left;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
	color: #252525;
	display: inline-block;
	padding: 0 15px;
	line-height: 120px; /* sticky */
	font-size: 18px;
	margin: 0;
	transition: background-color 600ms;
	-webkit-transition: background-color 600ms;
}
.sp-megamenu-parent > li:hover > a {
	color: #e97012;
	background: rgba(0, 0, 0, 0.05);
	text-decoration: none;
	transition: background-color 0ms;
	-webkit-transition: background-color 0ms;
}

.sp-megamenu-parent > li:not(.sp-has-child):hover > a::after {
  transform: scaleX(1);
}
.sp-megamenu-parent > li:not(.sp-has-child) > a::after {
	display: block;
	content: '';
	border-bottom: solid 5px #e97012;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	margin: 0 -15px;
}
.sp-megamenu-parent > li:not(.sp-has-child):hover > a::after {
  transform: scaleX(1);
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
	color: #e97012;
	font-weight: 500;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #FFFFFF
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
	color: #252525
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
	color: #e97012
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
	color: #e97012
}

.sp-megamenu-parent .sp-mega-group>li>a {
	color: #252525
}
#offcanvas-toggler {
  display: block;
  height: 120px; /* sticky */
  line-height: 120px; /* sticky */
  font-size: 20px;
}

a#offcanvas-toggler.offcanvas-toggler-right {
	color: #252525;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a#offcanvas-toggler.offcanvas-toggler-right:hover {
	color: #e97012;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	text-decoration: none;
	
	.burger-icon > span {
		background-color: #e97012;
	}
}

#offcanvas-toggler>.fa {
	color: #252525
}

#offcanvas-toggler>.fa:hover,
#offcanvas-toggler>.fa:focus,
#offcanvas-toggler>.fa:active {
	color: #e97012
}

#offcanvas-toggler>.fas {
	color: #252525
}

#offcanvas-toggler>.fas:hover,
#offcanvas-toggler>.fas:focus,
#offcanvas-toggler>.fas:active {
	color: #e97012
}

#offcanvas-toggler>.far {
	color: #252525
}

#offcanvas-toggler>.far:hover,
#offcanvas-toggler>.far:focus,
#offcanvas-toggler>.far:active {
	color: #e97012
}

.offcanvas-menu {
	background-color: #FFFFFF;
	color: #252525
}

.offcanvas-menu .offcanvas-inner a {
	color: #252525
}

.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner a:focus,
.offcanvas-menu .offcanvas-inner a:active {
	color: #e97012
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #e97012;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span {
	color: #252525;
	opacity: inherit;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
	color: #e97012;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
	color: rgba(37, 37, 37, 0.5);
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
	color: rgba(37, 37, 37, 0.5);
}

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
	color: rgba(37, 37, 37, 0.8);
}
.btn-primary,
.sppb-btn-primary {
	border-color: #e97012;
	background-color: #e97012;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
	border-color: #f49a41;
	background-color: #f49a41
}

ul.social-icons>li a:hover {
	color: #e97012
}

.sp-page-title {
	background: #e97012;
}

.layout-boxed .body-innerwrapper {
	background: #FFFFFF
}

.sp-module ul>li>a {
	color: #252525
}

.sp-module ul>li>a:hover {
	color: #e97012
}

.sp-module .latestnews>div>a {
	color: #252525
}

.sp-module .latestnews>div>a:hover {
	color: #e97012
}

.sp-module .tagscloud .tag-name:hover {
	background: #e97012
}

.search .btn-toolbar button {
	background: #e97012
}

.sppb-container {
	padding-right: 0px;
	padding-left: 0px;
}
#sp-footer,
#sp-bottom {
	background: #e97012;
	color: #FFFFFF
}

#sp-footer a,
#sp-bottom a {
	color: #A2A2A2
}

#sp-footer a:hover,
#sp-footer a:active,
#sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
	color: #FFFFFF
}

#sp-bottom .sp-module-content .latestnews>li>a>span {
	color: #FFFFFF
}

.sp-comingsoon body {
	background-color: #e97012
}

.pagination>li>a,
.pagination>li>span {
	color: #252525
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	color: #252525
}

.pagination>.active>a,
.pagination>.active>span {
	border-color: #e97012;
	background-color: #e97012
}

.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	border-color: #e97012;
	background-color: #e97012
}

.error-code,
.coming-soon-number {
	color: #e97012
}

/* Overwrite */
#sp-top-bar {
	color: #fff;
	padding: 10px 0;
	font-size: 0.875rem;
	line-height: 0.875rem;
	background-color: #e97012;
	transition: all 0.3s ease 0s;
	position: fixed;
	width: 100%;
	z-index: 100;
}
#sp-top-bar a {
	color: #fff;
	transition: all 0.1s ease;
}
#sp-top-bar a:hover{
	color: #fff;
	text-shadow: 0 0 10px #fff;
}

#sp-header {
	height: 120px; /* sticky off */
	left: 0;
	position: fixed;
	top: 34px;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	border-bottom: 1px solid #f4f7fa;
	transition: all 0.3s ease 0s;
	animation: unset;
	box-shadow: unset;
}
#sp-header .sticky {
	height: 80px;
	line-height: 77px;
}
#sp-header .logo {
	height: 120px; /* sticky off */
	display: inline-flex;
	margin: 0;
	align-items: center;
	transition: all 0.3s ease 0s;
}
#sp-header .logo.sticky {
	height: 70px;
	transition: all 0.3s ease 0s;
}
#sp-header .logo-image { /* sticky off */
	width: 180px;
	height: 100px;
	transition: all 0.3s ease 0s;
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

#sp-header .logo-image.sticky {
	height: 70px;
	margin-top: 10px;
	transition: all 0.3s ease 0s;
}

#sp-header.header-sticky {
	z-index: 9999;
	height: 80px;
	top: 0px;
	/* -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);*/
	/* -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);*/
	/* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);*/
	-webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 20px -5px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px -5px rgba(0,0,0,0.4);	
	transition: all 0.3s ease 0s;
	animation: unset;
}
#sp-toptitle {
	position: relative;
	top: 180px;
	left: 0;
	width: 100%;
}
#sp-main-body {
	margin-top: 145px;
}
#sp-page-builder .headingunderline .sppb-section-title h4.sppb-title-heading {
	/*
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #e97012;
	text-underline-offset: 8px;
	*/
	border-bottom: 3px solid #e97012;
	color: #e97012;
}
#sp-page-builder .headingunderline .sppb-section-title h4.sppb-title-heading::first-letter {
	font-size: 2rem;
}
#sp-page-builder .headingunderlinenumber .sppb-section-title h4.sppb-title-heading {
	border-bottom: 3px solid #e97012;
	color: #e97012;
}
#sp-page-builder .headingunderlinenumber .sppb-section-title h4.sppb-title-heading span {
	font-size: 2rem;
}

.sppb-addon.sppb-addon-text-block {
	text-align: justify;
}

/* 100% full Images - not use
.imgmax {
	.sppb-addon-single-image-container {
		width: 100%;
		img {
			width: 100%;
		}
	}
}
*/
h6.sppb-addon-title {
	color: #e97012;
	font-size: 1.2rem;
}

.sppb-addon-blocknumber h3.sppb-media-heading {
	line-height: 1.2;	
	font-size: 1.25rem;
	line-height: 34px;
}

.sppb-carousel-extended-item img {
	object-fit: none;
}

/* Timeline - Unser Betrieb in Zahlen */
.timeline {
	display: flex;
	flex-direction: column;
	gap: 10px;
	
	.event {
		display: flex;
	}
	.year {
		flex: 0 0 50px;
		color: #e97012;
	}
	.desc {
		flex: 1;
	}
}

.sp-scroll-up {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #333;
	border-radius: 3px;
	z-index: 1000;
}
.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
	color: #fff;
	background: #f49a41;
}
.sp-contact-info li {
	margin: 0px 30px 0px 0px;
}
.sp-contact-info span {
	padding-right: 5px;
}
#sp-footer1 a {
	padding: 0 5px;
	color: #FFF;
	transition: all 0.1s ease;
}
#sp-footer1 a:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff;	
}

/*
#sppb-addon-6f9b4832-94f5-4fd0-a315-001674f916fc {
	.sppb-addon-form-builder-form {
		margin-left: 0px!important;
		margin-right: 0px!important;
		
		.sppb-form-group {
			padding-left: 0px!important;
			padding-right: 0px!important;
		}
	}
	.sppb-form-builder-btn {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
}
*/
/* ----------------------------  BOF HOME ----------------------------------- */
.curved {
	position: relative;
	display: inline-block;
}
.curved::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 50%;
	background: #e97012;
	transform: scaleY(1.5);
}

.star {
	display: inline-block;
	color: #ffb810;
	margin-right: 4px;
	font-size: 16px;
}
.animated-heading-after-part {
	margin-left: 0px;
}
.animated-heading-text.text-clip .animated-text-words-wrapper::after {
	background: none;
}
.sppb-flipbox-panel {
	height: 330px;
}
.orange1 {
	color: #e97012;
}
.orange2 {
	color: #f49a41;
}

ul.plus {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul.plus li::before {
	/*content: "\f14a";*/
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	color: #e97012;
	padding: 0 10px 0 0px;
	margin-bottom: 5px;
}
ul.plus2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul.plus2 li::before {
	/*content: "\f14a";*/
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	color: #fff;
	padding: 0 10px 0 0px;
	margin-bottom: 5px;
}
ul.plus3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul.plus3 li::before {
	/*content: "\f14a";*/
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	color: #000;
	padding: 0 10px 0 0px;
	margin-bottom: 5px;
}


/* ----------------------------  EOF HOME ----------------------------------- */


.form-builder-checkbox-item label::before,
.form-builder-radio-item label::before,
.sppb-addon-form-builder .sppb-form-check-label::before {
  border-color: #e97012;
}
.form-builder-checkbox-item input:checked + label::before,
.form-builder-radio-item input:checked + label::before,
.sppb-addon-form-builder .sppb-form-check-input:checked + label::before {
  background: #e97012;
}

.sppb-btn-success {
	background-color: #e97012;
	border-color: #e97012;
}
.responsiveGoogleMap {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
}

.responsiveGoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 1200px) {
	nav.sp-megamenu-wrapper {
		margin-left: 50px;
	}
} 

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
} 
@media (max-width: 991px) {
	nav.sp-megamenu-wrapper {
		margin-left: auto;
	}
	.sppb-flipbox-panel {
		height: 360px;
	}
} 
@media (max-width: 767px) {
	#column-wrap-id-519d5aa0-b772-4a7c-93fe-62d2482e20c2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	#sppb-addon-6f9b4832-94f5-4fd0-a315-001674f916fc .sppb-addon-form-builder-form {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.curved::after {
		bottom: 0px;
		height: 3px;
	}
} 

