/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/

@import url("fonts.css");
@import url("magnific-popup.css");

:root {
  --pri-color: #00345d;
  --sec-color: #e63312;
  --pri-font: 'Barlow Condensed';
  --sec-font: 'Teko';
}

.sec-font {
	font-family: var(--sec-font);
}
strong.sec-font {
	font-weight: 600;
}
.sec-color {
	color: var(--sec-color);
}
strong:not(.sec-font){
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;	
}

.font-light {
	font-weight: 300;
}

ul.list-arrow,
ul.list-dots,
ul.list-check,
ul.list-plus {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list-arrow li,
ul.list-dots li,
ul.list-check li,
ul.list-plus li {
	position: relative;
	padding-left: 30px;
}
ul.list-arrow li:before,
ul.list-dots li:before,
ul.list-check li:before,
ul.list-plus li:before {
	position: absolute;
	top: 5px;
	left: 2px;
	line-height: 1;
	color: var(--pri-sec);
}
ul.list-arrow li:before {
	content: "\00BB";
	font-weight: 800;
	font-size: 1.25rem;
}
ul.list-dots li:before {
	content: "\2022";
	font-weight: 800;
	font-size: 1.25rem;
}
ul.list-check li:before {
	content: "\2714";
	position: absolute;
	top: 6px;
}
ul.list-plus li:before {
	content: "\271A";
	position: absolute;
	top: 6px;
	font-size: 1rem;
}

/* Base styles */

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--pri-font);
	font-style: normal;
	font-weight: 300;
	font-size: 1.125rem;
	color: var(--pri-color);
}

/* Headline styles */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--sec-font);
}

.headline-lg {
	font-size: 2.5rem;
}
.section-header-lg .sppb-title-heading {
	font-weight: 700;
	font-size: 2.5rem !important;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}

@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Top */
#sp-top-bar ul.social-icons > li:not(:last-child) {
	margin-right: 10px;
}
#sp-top-bar ul.social-icons li a,
#sp-top-bar ul.social-icons li a:visited {
	color: #fff;
	font-size: 1.25rem;
}
#sp-top-bar ul.social-icons li a:hover,
#sp-top-bar ul.social-icons li a:active,
#sp-top-bar ul.social-icons li a:focus {
	color: #ddd;
}

@media(max-width: 991px){
	#sp-top-bar .container .container-inner > .row {
		display: block !important;
		text-align: center;
	}
	#sp-top-bar .container .container-inner > .row > div:first-child {
		margin-right: 10px;
	}
	#sp-top-bar .container .container-inner > .row > div {
		display: inline-block !important;
		width: auto;
		padding: 0 !important;
	}
}

.st-contact-outer {
	display: flex;
	padding-top: 6px;
}
.st-contact-outer .dropdown:not(:first-child) {
	margin-left: 10px;
}
.st-contact-outer .dropdown span {
	display: block;
	color: #fff;
	cursor: pointer;
}
.st-contact-outer .dropdown span i {
	font-size: 1.25rem;
}
.st-contact-outer .dropdown .dropdown-menu {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

.st-contact-outer .dropdown .dropdown-menu:after, 
.st-contact-outer .dropdown .dropdown-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.st-contact-outer .dropdown .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.st-contact-outer .dropdown .dropdown-menu:before {
	border-color: rgba(217, 217, 217, 0);
	border-bottom-color: #d9d9d9;
	border-width: 6px;
	margin-left: -6px;
}


.dropdown-menu-center {
	right: auto !important;
	left: 50% !important;
	margin-top: 32px !important;
	-webkit-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

/* Header */
#sp-header {
	box-shadow: none;
}
@media (max-width: 991px) {
	#sp-header {
		height: 100px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#sp-header .logo {
		height: auto;
	}
	#sp-header .logo a img {
		max-height: 76px !important;
		height: auto;
		width: auto;
	}
}

/* Navbar */
#sp-menu {}

#sp-menu .sp-megamenu-parent > li > a {
	font-family: var(--sec-font);
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
}

/* Footer */

#sp-footer > .container > .container-inner {
	border-top: 0;
}

/*
 * Custom styles
 */
 
 
.st-carousel {
}
.st-carousel .sppb-carousel-extended-item img {
	border-radius: 0px;
	object-fit: cover !important;
}
.st-carousel .sppb-carousel-extended-dots {
	bottom: 30px;
}
.st-carousel .sppb-carousel-extended-dots ul {
	margin-right: 30px;
	margin-left: 30px;
	text-align: right;
}
/* Basic styls */
@media (min-width: 992px){
	.st-body-section .sppb-row-container {
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
}
.st-body-section .sppb-section-title {
	margin-bottom: 30px !important;	
}
.st-body-section .sppb-section-title .sppb-title-heading {
	font-size: 2.5rem !important;
	font-weight: 800;
	text-transform: uppercase;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
	line-height: normal;
}

/* Headline text size */
.headline-lg > .sppb-addon-title {
	font-size: 2.75rem;
}
/* Content text size */
.text-xs > .sppb-addon-content {
	font-size: .85rem;
	line-height: normal;
}
.text-xs > .sppb-addon-content {
	font-size: 1rem;
	line-height: normal;
}
.text-sm > .sppb-addon-content {
	font-size: 1.25rem;
	line-height: normal;
}
.text-md > .sppb-addon-content {
	font-size: 1.5rem;
	line-height: normal;
}
.text-lg > .sppb-addon-content {
	font-size: 2rem;
	line-height: 2rem;
}

.vertical-center > .sppb-column-addons {
	display: flex !important;
	align-items: center;
	justify-content: center;
} 

ul.st-list-symbole {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.st-list-symbole li {
	position: relative;
	padding-left: 30px;
	z-index: 99;
}
ul.st-list-symbole li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	width: 24px;
	background-image: url(../images/favicon/favicon-32x32.png);
	background-position: center;
	background-size: 100%;
	z-index: 100;
}

/* --- */ 

.st-main-content > .sppb-row-container {}
@media (min-width: 992px){
	.st-main-content > .sppb-row-container {
		padding-right: 250px;
		padding-left: 250px;
	}
}

/* Image layout */
.st-image-layout {
	position: relative;
	z-index: 99;
}
.st-image-layout .sppb-content-body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: rgba(0,52,94,0.65);
	text-align: center;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	z-index: 101;
	/* vertical center elements */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.st-image-layout.active .sppb-content-body,
.st-image-layout:focus .sppb-content-body,
.st-image-layout:hover .sppb-content-body {
	opacity: 1;
}
.st-image-layout .sppb-content-body .sppb-image-content-text {
	font-family: var(--sec-font);
	font-size: 1.5rem;
}
.st-image-layout .sppb-content-body .sppb-btn-custom {
	width: 50px;
	height: 50px;
	line-height: 38px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
}
.icon-arrow:before {
	content: '\00BB';
	font-family: arial;
	font-weight: black;
	font-size: 2rem;
	line-height: 0;
}

/* Custom slider */
.custom-slider {
}
.custom-slider .sppb-carousel-extended-nav-control .nav-control {
	border-radius: 0;
	color: var(--sec-color);
	border-color: var(--sec-color);
	border: 0;
}
.custom-slider .sppb-carousel-extended-nav-control .nav-control.prev-control > i:before,
.custom-slider .sppb-carousel-extended-nav-control .nav-control.next-control > i:before {
	font-family: arial;
	font-weight: bold;
	font-size: 50px;
}
.custom-slider .sppb-carousel-extended-nav-control .nav-control.prev-control > i:before {
	content: '\00AB';
}
.custom-slider .sppb-carousel-extended-nav-control .nav-control.next-control > i:before {
	content: '\00BB';
}

/* Disturber */
.st-disturber {}
@media(max-width: 767px){
	.st-disturber {
		background-size: auto 100% !important;
		background-position: 41% 0 !important;
	}
}
.st-disturber .disturber-body {}
.st-disturber .disturber-body .sppb-addon-content {
	padding: 50px;
	background-color: rgba(255,255,255,0.7);
}

/* Animated numbers */
.st-counter {}
.st-counter .sppb-addon-content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.st-counter .sppb-addon-content > .sppb-animated-number {
	flex: 1;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
}
.st-counter .sppb-addon-content > .sppb-animated-number-title {
	flex: 1;
	line-height: normal !important;
	text-align: left;
	font-size: 1.25rem !important;
}
.st-counter .sppb-animated-number {
	font-family: 'Teko';
	font-weight: 600;
	font-size: 3.5rem !important;
}
.st-counter .sppb-animated-number-title {
	margin-top: 0 !important;
}

/* Custom buttons */
.st-custom-btn {
	height: 60px;
	width: 60px;
	line-height: 48px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.st-custom-btn i:before {
	content: '\00BB';
	font-family: Arial;
	font-weight: 900;
	font-size: 2.25rem;
	line-height: 0;
}


/* Quality */
.st-quality {
	position: relative;
	z-index: 99;
}
.st-quality:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 433px;
	height: 600px;
	background-image: url('/images/theme/people.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}
@media(max-width: 1340px) {
	.st-quality:after {
		right: 0;
		opacity: .3;
	}
}
@media(min-width: 1320px) {
	.st-quality:after {
		right: calc(50vw - (1320px / 2 + 100px));
	}
}
@media (max-width: 991px){
	.st-quality-header {
		text-align: left;
	}
}
@media (min-width: 992px){
	.st-quality-header,
	.st-quality-subtext {
		text-align: right;
	}
}

/* Footer styles */
.footer-section {
	font-size: 1rem;
}

/* Footer navbar */
.menufooter-navbar {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
.menufooter-navbar li {}
.menufooter-navbar li a {
	display: block !important;
	overflow: hidden;
	transform: translateX(-6px);
}
.menufooter-navbar li a,
.menufooter-navbar li a:visited {
	color: #fff !important;
}
.menufooter-navbar li a:before {
	content: '\203A';
	display: inline-block;
	margin-right: 3px;
	font-weight: 600;
	transform: translateX(-6px);
	transition: transform 0.15s ease-in-out;
}
.menufooter-navbar li a:hover:before {
	transform: translateX(0px);
}

.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.social-links li {
	margin-right: 15px;
}
.social-links li a,
.social-links li a:visited {
	display: inline-block;
	color: #fff !important;
	transition: transform 0.15s ease-in-out;
	transform: translateX(0px);
}
.social-links li a:hover,
.social-links li a:active,
.social-links li a:focus {
	color: #eee !important;
	transform: translateY(-4px);
}
.social-links li a i {
	font-size: 2rem;
}



/* Sign style */
.has-sign {
	position: relative;
	z-index: 99;
}

.has-sign:before {
	content: '';
	position: absolute;
	width: 275px;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 101;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}
@media(max-width: 1340px) {
	.has-sign:before {
		opacity: 0.3;
	}
}
.has-sign.sign-left-top:before {
	top: 0;
	left: 0;
	transform: translate(-30%, -64.5%);
	background-image: url('../images/sign-orange.png');
}
.has-sign.sign-right-top:before {
	top: 0;
	right: 0;
	transform: translate(17.5%, -64.5%);
	background-image: url('../images/sign-red.png');
}


/*
 * About styles
 */
 
.st-disturber-about {
}

.st-disturber-about .st-disturber-header .sppb-addon-title {
}
.st-disturber-about .st-disturber-header .sppb-addon-title:before {
	content: '';
	display: inline-block;
	line-height: 0;
	height: 36px;
	width: 36px;
	margin-right: 3px;
	background-image: url(../images/favicon/favicon-white.png);
	background-position: center;
	background-size: 100%;
	transform: translateY(4px);
}

/* Contact carousel */
.st-contact-slider {}
.st-contact-slider .sppb-carousel-extended-list .sppb-carousel-extended-item:nth-child(odd) {
	background-color: var(--sec-color);
}
.st-contact-slider .sppb-carousel-extended-list .sppb-carousel-extended-item:nth-child(even) {
	background-color: #ea5b0c;
}
.st-contact-slider .sppb-carousel-extended-list .sppb-carousel-extended-item .sppb-carousel-extended-heading {
	text-transform: uppercase;
}
.st-contact-slider .sppb-carousel-extended-list .sppb-carousel-extended-item .sppb-carousel-extended-subheading {
	font-weight: 300;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.st-contact-slider .sppb-carousel-extended-list .sppb-carousel-extended-item .sppb-carousel-extended-description {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 1.25rem;
}
.st-contact-slider .sppb-carousel-extended-nav-control .nav-control {
	border: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
@media (min-width: 992px){
	.st-contact-slider .sppb-carousel-extended-nav-control .next-control {
		margin-right: -120px;
	}
	.st-contact-slider .sppb-carousel-extended-nav-control .prev-control {
		margin-left: -120px;
	}
}
.st-contact-slider .sppb-carousel-extended-nav-control .nav-control .fa-angle-right,
.st-contact-slider .sppb-carousel-extended-nav-control .nav-control .fa-angle-left {
	transform: translateY(2px);
}
.st-contact-slider .sppb-carousel-extended-nav-control .nav-control .fa-angle-right:before,
.st-contact-slider .sppb-carousel-extended-nav-control .nav-control .fa-angle-left:before {
	font-family: Arial;
	font-weight: 800;
	font-size: 2.5rem;
}


.st-contact-slider .sppb-carousel-extended-nav-control .nav-control .fa-angle-right:before {
	content: '\00BB';
}

.st-contact-slider .sppb-carousel-extended-nav-control .nav-control .fa-angle-left:before {
	content: '\00AB';
}

/* Gallery section */
.st-gallery-image .sppb-addon-image-overlay-icon {
	color: var(--sec-color);
	font-weight: 600;
	height: 50px;
	width: 50px;
	line-height: 45px;
	font-size: 2rem;
	background-color: #fff;
}

/* Certificate styles */
.st-certificate {}
.st-certificate .st-certificate-head .sppb-addon-title {
	margin-bottom: 0 !important;
}
@media (min-width: 992px){
	.st-certificate .st-certificate-head .sppb-addon-title {
		font-size: 3.5rem;
	}
	.st-certificate .st-certificate-body .sppb-addon-title {
		font-size: 3.5rem;
	}	
}
.st-certificate-info .sppb-addon-text-block .sppb-addon-title {
	font-family: var(--pri-font);
	font-weight: 600;
	margin-bottom: 30px;
}
.st-certificate > .sppb-row-container > .sppb-row > .sppb-col-md-12 > .sppb-column {
	position: relative;
	z-index: 99;
}
.st-certificate > .sppb-row-container > .sppb-row > .sppb-col-md-12 > .sppb-column:after {
	content: '';
	position: absolute;
	top: 0;
	right: 10%;
	width: 64px;
	height: 146px;
	background-image: url(../images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}
@media(max-width: 575px){
	.st-certificate > .sppb-row-container > .sppb-row > .sppb-col-md-12 > .sppb-column:after {
		display: none;
	}
}
/*
@media (max-width: 767px){
	.st-certificate > .sppb-row-container > .sppb-row > .sppb-col-md-12 > .sppb-column:after {
		opacity: 0.5;
	}
}
*/


/*
 * Services
 */
.st-tabbed-content {}
.st-tabbed-content .sppb-nav-tabs {}
.st-tabbed-content .sppb-nav-tabs > li {
	float: none;
	margin-bottom: 0;
}
@media (min-width: 992px){
	.st-tabbed-content .sppb-nav-tabs {
		display: flex;
		border-bottom: 0;
	}
	.st-tabbed-content .sppb-nav-tabs > li {
		flex: 1;
	}
}

.st-tabbed-content .sppb-nav-tabs > li > a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1;
	border: 0;
	text-align: center;
	font-size: 1.5rem;
	font-family: var(--sec-font);
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	z-index: 99;
}
@media (max-width: 991px){
	.st-tabbed-content .sppb-nav-tabs > li > a {
		padding-top: 12px;
		padding-bottom: 8px;
	}
}
@media (min-width: 992px){
	.st-tabbed-content .sppb-nav-tabs > li > a {
		min-height: 200px;
	}
}
.st-tabbed-content .sppb-nav-tabs > li.active > a, 
.st-tabbed-content .sppb-nav-tabs > li.active > a:focus, 
.st-tabbed-content .sppb-nav-tabs > li.active > a:hover {}

.st-tabbed-content .sppb-nav-tabs > li:nth-child(1) > a,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(1) > a:hover,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(1) > a:focus,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(5) > a,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(5) > a:hover,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(5) > a:focus {
	background-color: #c00d0d;
}
.st-tabbed-content .sppb-nav-tabs > li:nth-child(2) > a,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(2) > a:hover,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(2) > a:focus,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(4) > a,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(4) > a:hover,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(4) > a:focus {
	background-color: var(--sec-color);
}
.st-tabbed-content .sppb-nav-tabs > li:nth-child(3) > a,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(3) > a:hover,
.st-tabbed-content .sppb-nav-tabs > li:nth-child(3) > a:focus {
	background-color: #ea5b0c;
}
@media (max-width: 991px){
	.st-tabbed-content .sppb-nav-tabs > li > a:after {
		bottom: 0;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 6px;
		margin-left: -6px;
		opacity: 0;
		transition: opacity .25s ease-in-out;
	}
	.st-tabbed-content .sppb-nav-tabs > li.active > a:after, 
	.st-tabbed-content .sppb-nav-tabs > li.active > a:focus:after, 
	.st-tabbed-content .sppb-nav-tabs > li.active > a:hover:after {
		opacity: 1;
	}
}
@media (min-width: 992px){
	.st-tabbed-content .sppb-nav-tabs > li > a:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 2px;
		height: 75px;
		transform: translate(-50%, 100%);
		z-index: 100;
		opacity: 0;
		transition: opacity .25s ease-in-out;
	}
	.st-tabbed-content .sppb-nav-tabs > li > a:hover:before,
	.st-tabbed-content .sppb-nav-tabs > li.active > a:before, 
	.st-tabbed-content .sppb-nav-tabs > li.active > a:focus:before, 
	.st-tabbed-content .sppb-nav-tabs > li.active > a:hover:before {
		opacity: 1;
	}

	.st-tabbed-content .sppb-nav-tabs > li:nth-child(1) > a:before,
	.st-tabbed-content .sppb-nav-tabs > li:nth-child(5) > a:before {
		background-color: #c00d0d;	
	}
	.st-tabbed-content .sppb-nav-tabs > li:nth-child(2) > a:before,
	.st-tabbed-content .sppb-nav-tabs > li:nth-child(4) > a:before {
		background-color: var(--sec-color);	
	}
	.st-tabbed-content .sppb-nav-tabs > li:nth-child(3) > a:before {
		background-color: #ea5b0c;	
	}
}
/* --- */
@media (max-width: 991px){
	.st-tabbed-content .sppb-tab-content {
		padding: 50px 75px;
	}
}
@media (min-width: 992px){
	.st-tabbed-content .sppb-tab-content {
		margin-top: 50px;
		padding: 75px;
	}
	.st-tabbed-content .sppb-tab-content .sppb-addon-text-block .sppb-addon-title {
		font-size: 2.5rem;
	}
}
/* --- */
@media (min-width: 992px){
	.st-service-list .sppb-row-container {
		padding-right: 75px;
		padding-left: 75px;
	}
}
.st-second-tab {
	border: 5px solid lime !important;
}


/*
* Service Navbar
*/
.menuservice-navbar {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 992px){
	.menuservice-navbar {
		display: flex;
		border-bottom: 0;
	}
	.menuservice-navbar > li {
		flex: 1;
	}
}
.menuservice-navbar > li > a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1;
	border: 0;
	text-align: center;
	font-size: 1.5rem;
	font-family: var(--sec-font);
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	z-index: 99;
}
@media (max-width: 991px){
	.menuservice-navbar > li > a {
		padding-top: 12px;
		padding-bottom: 8px;
	}
}
@media (min-width: 992px){
	.menuservice-navbar > li > a {
		min-height: 200px;
	}
}
.menuservice-navbar > li:nth-child(1) > a,
.menuservice-navbar > li:nth-child(1) > a:hover,
.menuservice-navbar > li:nth-child(1) > a:focus,
.menuservice-navbar > li:nth-child(5) > a,
.menuservice-navbar > li:nth-child(5) > a:hover,
.menuservice-navbar > li:nth-child(5) > a:focus {
	background-color: #c00d0d;
}
.menuservice-navbar > li:nth-child(2) > a,
.menuservice-navbar > li:nth-child(2) > a:hover,
.menuservice-navbar > li:nth-child(2) > a:focus,
.menuservice-navbar > li:nth-child(4) > a,
.menuservice-navbar > li:nth-child(4) > a:hover,
.menuservice-navbar > li:nth-child(4) > a:focus {
	background-color: var(--sec-color);
}
.menuservice-navbar > li:nth-child(3) > a,
.menuservice-navbar > li:nth-child(3) > a:hover,
.menuservice-navbar > li:nth-child(3) > a:focus {
	background-color: #ea5b0c;
}
@media (max-width: 991px){
	.menuservice-navbar > li > a:after {
		bottom: 0;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 6px;
		margin-left: -6px;
		opacity: 0;
		transition: opacity .25s ease-in-out;
	}
	.menuservice-navbar > li.active > a:after, 
	.menuservice-navbar > li.active > a:focus:after, 
	.menuservice-navbar > li.active > a:hover:after {
		opacity: 1;
	}
}
@media (min-width: 992px){
	.menuservice-navbar > li > a:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 2px;
		height: 75px;
		transform: translate(-50%, 100%);
		z-index: 100;
		opacity: 0;
		transition: opacity .25s ease-in-out;
	}
	.menuservice-navbar > li > a:hover:before,
	.menuservice-navbar > li.active > a:before, 
	.menuservice-navbar > li.active > a:focus:before, 
	.menuservice-navbar > li.active > a:hover:before {
		opacity: 1;
	}

	.menuservice-navbar > li:nth-child(1) > a:before,
	.menuservice-navbar > li:nth-child(5) > a:before {
		background-color: #c00d0d;	
	}
	.menuservice-navbar > li:nth-child(2) > a:before,
	.menuservice-navbar > li:nth-child(4) > a:before {
		background-color: var(--sec-color);	
	}
	.menuservice-navbar > li:nth-child(3) > a:before {
		background-color: #ea5b0c;	
	}
}



.st-service-listing a,
.st-service-listing a:visited,
.st-service-listing a:hover,
.st-service-listing a:active,
.st-service-listing a:focus {
	color: #fff;
}


/*
* Service Page
*/
.st-service-desc {
}
.st-service-desc > .sppb-row-container > .sppb-section-title .sppb-title-heading {
	font-size: 2.5rem !important;
	font-weight: 800;
	text-transform: uppercase;
}
@media (min-width: 992px){
	.st-service-desc > .sppb-row-container > .sppb-section-title {
		margin-right: 50px;
		margin-left: 50px;
	}	
}



/*
 * News styles 
 */



.st-news {}

.st-news:not(.view-article) #sp-main-body {
	padding-top: 60px;
}

.st-news.view-article .st-news-header {
	display: none;
}


.st-news:not(.view-article) #sp-main-body {
	background-image: url(../images/blog-bg.png);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: auto;
}

.st-news:not(.view-article) #sp-main-body > .container > .container-inner:after {
	content: url(../images/passt-hand-drauf.png);
	display: block;
	text-align: right;	
}

.st-news .article {
	padding: 0;
	border-radius: 0;
	color: #fff;
	background-color: var(--pri-color);
}
.st-news .article .article-intro-image {
	margin: 0;
	border-radius: 0 !important;
}
.st-news .article .article-intro-image img, 
.st-news .article .article-featured-video img, 
.st-news .article .article-featured-audio img, 
.st-news .article .article-feature-gallery img {
	border-radius: 0 !important;
}
.st-news .article .article-body {
	position: relative;
	z-index: 99;
}
.st-news .article .article-body {
	padding: 30px;
}
.st-news .article .article-body .article-introtext p:last-child {
	margin-bottom: 0;
}
.st-news .article .article-body .article-info {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 30px;
	background-color: var(--sec-color);
	transform: translate(6px, -60%);
	z-index: 100;
}
.st-news .article .article-body .article-info:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: #c00d0d transparent transparent transparent;
	transform: translate(0, 100%);
	z-index: 101;
}
.st-news .article .article-body .article-info .published time {
	font-family: var(--sec-font);
	font-size: 1rem;
	font-weight: 600;
	line-height: 0;
}
.st-news .article .article-header * {
	color: #fff !important;
}
.st-news .article .article-header > * {
	margin-bottom: 0 !important;
}
.st-news .article .readmore a {
	color: #fff;
	font-family: var(--sec-font);
	font-size: 1rem;
	font-weight: 600;
}

/*
 * Custom article gallery
 */
.st-gallery {
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	transform: translateY(100px);
	background-color: #0085cf;
	background-image: linear-gradient(45deg, #0085cf 0%, #49bcee 100%);
}
@media (max-width: 566px){
	.st-gallery {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (min-width: 567px) and (max-width: 767px){
	.st-gallery {
		margin-right: calc(-50vw + (526px / 2));
		margin-left: calc(-50vw + (526px / 2));
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.st-gallery {
		margin-right: calc(-50vw + (706px / 2));
		margin-left: calc(-50vw + (706px / 2));
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.st-gallery {
		margin-right: calc(-50vw + (946px / 2));
		margin-left: calc(-50vw + (946px / 2));
	}
}
@media (min-width: 1200px) and (max-width: 1399px){
	.st-gallery {
		margin-right: calc(-50vw + (1126px / 2));
		margin-left: calc(-50vw + (1126px / 2));
	}
}
@media (min-width: 1400px){
	.st-gallery {
		margin-right: calc(-50vw + (1306px / 2));
		margin-left: calc(-50vw + (1306px / 2));
	}
}
@media (max-width: 767px){
	.st-gallery-inner figure:not(:first-child) {
		margin-top: 30px;
	}
}
@media (min-width: 768px){
	.st-gallery-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}
.st-gallery:after {
	content: url(../images/passt-hand-drauf.png);
	display: block;
	text-align: right;
	max-width: 1280px;
	margin: 30px auto 0 auto;
}
.st-gallery-inner figure {
	margin-bottom: 0;
}
.st-gallery-inner figure img {
	max-width: 100%;
	height: auto;
}

/* Pagination */

nav.pagination-wrapper {}
nav.pagination-wrapper ul.pagination {}
nav.pagination-wrapper ul.pagination li {}
nav.pagination-wrapper ul.pagination li a.page-link {}


.page-item.active .page-link {
	color: #fff;
	background-color: #e63312;
	border-color: #e63312;
}
.pagination > li > a, 
.pagination > li > span {
	color: #e63312;
}
.pagination > li > a:hover, 
.pagination > li > a:focus, 
.pagination > li > span:hover, 
.pagination > li > span:focus {
	color: #e63312 !important;
}


/* Merchant Carousel */

.st-carousel-outer {}

.st-carousel-outer .sppb-carousel-extended-nav-control {
	text-align: left;
	display: flex !important;
}
.st-carousel-outer .sppb-carousel-extended-nav-control .nav-control {
	display: inline-block;
	color: #fff;
	border: 0;
	float: none !important;
}
.st-carousel-outer .sppb-carousel-extended-nav-control .nav-control.next-control {
	margin: 0px 0px 0px 6px !important;
	order: 2;
}
.st-carousel-outer .sppb-carousel-extended-nav-control .nav-control.prev-control {
	margin: 0px !important;
	order: 1;
}
@media (max-width: 991px){
	.st-carousel-outer .sppb-carousel-extended-item {
		padding: 50px;
	}
}
@media (min-width: 992px){
	.st-carousel-outer .sppb-carousel-extended-item {
		padding: 75px;
	}
}
.st-carousel-outer .sppb-carousel-extended-item:nth-child(3n + 1) {
	background-color: #e53011;
}

.st-carousel-outer .sppb-carousel-extended-item:nth-child(3n + 2) {
	background-color: #ea5b0c;
}



/* Gallery */
.st-service-gallery {
}
.st-service-gallery .speasyimagegallery-gallery-item > div:before {
	content: '+';	
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 600;
	font-size: 20px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	z-index: 1001;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}
.st-service-gallery .speasyimagegallery-gallery-item:hover > div:before {
	opacity: 1;
}
.st-service-gallery .speasyimagegallery-gallery-item > div:after {
	background-color: rgba(0, 52, 94, 0.65);
}

/* Partner Slider */
.partner-slider .sppb-carousel-extended-item img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	object-fit: contain !important;
}
@media (max-width: 991px){
	.st-service-disturber .sppb-addon-content {
		padding-right: 60px;
		padding-left: 60px;
	}
	.st-service-disturber .sppb-addon-content .list-unstyled > li:not(:first-child) {
		margin-top: 30px;
	}
}
@media (min-width: 992px){
	.st-service-disturber .sppb-addon-content {
		max-width: 1600px;
		margin: 0 auto;
	}
	.st-service-disturber .sppb-addon-content .list-unstyled {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.st-service-disturber .sppb-addon-content .list-unstyled > li {
		padding-right: 30px;
		padding-left: 30px;
		text-align: center;
	}
}

.st-service-disturber .sppb-addon-content .list-unstyled {
}
.st-service-disturber .sppb-addon-content .list-unstyled > li {
	font-weight: 500;
	font-family: var(--sec-font);
}
@media(max-width: 575px){
	.st-service-disturber .sppb-addon-content .list-unstyled > li {
		font-size: 1.6rem;
	}	
}
@media(min-width: 576px){
	.st-service-disturber .sppb-addon-content .list-unstyled > li {
		font-size: 2rem;
	}
}
.st-service-disturber .sppb-addon-content .list-unstyled > li:before {
	content: '';
	display: inline-block;
	line-height: 0;
	height: 36px;
	width: 36px;
	margin-right: 3px;
	background-image: url(../images/favicon/favicon-white.png);
	background-position: center;
	background-size: 100%;
	transform: translateY(4px);
}

/* Contact Person */
.st-contact-person {}
.st-contact-person .sppb-addon-person .person-content-hover-content-wrap .sppb-person-name {
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
}
.st-contact-person .sppb-addon-person .person-content-hover-content-wrap .sppb-person-designation {
	font-size: 1.5rem;
	text-transform: uppercase;
}
.st-contact-person .sppb-addon-persion .sppb-person-image, 
.st-contact-person .sppb-addon-person .sppb-person-image {
	margin-bottom: 0;
}
.st-contact-person .sppb-addon-person .sppb-person-contact {
	margin-top: 25px;
}
.st-contact-person .sppb-addon-person .sppb-person-contact > span {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.25rem;
	text-transform: uppercase;
}
.st-contact-person .sppb-addon-person .sppb-person-contact > span:not(:first-child) {
	padding-left: 12px;
	margin-left: 5px;
}
.st-contact-person .sppb-addon-person .sppb-person-contact > span:not(:first-child):before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	width: 2px;
	transform: translateY(-50%);
	background-color: #fff;
}


/* Career Page */
.career-column {
	background-color: #ececec;
}
.career-column .career-image {
	
}
.career-column .career-body {
	padding: 0 30px;
}
.career-column .career-link {
	padding-top: 12px;
	padding-bottom: 6px;
	font-size: 1.5rem !important;
	font-family: var(--sec-font);
	line-height: 1;
	letter-spacing: 0.75px;
}
/* --- */
.st-main-header {
	position: relative;
}
.st-speed-form {
	padding: 20px;
	background-color: #fff;
	text-align: center;
}
@media(max-width: 991px){
	.st-speed-form {
		border: 1px solid #eee;
	}
}
@media(min-width: 992px){
	.st-speed-form {
		position: absolute;
		bottom: 60px;
		right: 30px;
	}
}
.st-speed-form .sppb-image-outer {
	margin-bottom: 5px !important;
}
.st-speed-form .sppb-image-outer img {
	max-width: 50px;
	margin: 0 auto;
	height: auto;
}
.st-speed-form .sppb-btn {
	font-size: 1.5rem;
}

/*
* Career Formular
*/
.career-form {}
.career-form .rsform-block-anrede {
	padding: 15px 15px 5px 15px;
	background-color: #ececec;
	border: 1px solid #c6c6c6;
}
.career-form .rsform-block-anrede .form-label,
.career-form .rsform-block-anrede .formControls {
	display: inline-block !important;
}
.career-form .form-control {
	background-color: #ececec;
	border: 1px solid #c6c6c6;
	border-radius: 0;
}
.career-form .rsform-block-senden button.rsform-submit-button {
	display: block !important;
	width: 100%;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-family: var(--sec-font);
	font-size: 1.75rem;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.career-form .rsform-block-senden button.rsform-submit-button {
	background-color: var(--sec-color);
	border-color: var(--sec-color);
}
.career-form .rsform-block-senden button.rsform-submit-button:hover {
	background-color: var(--pri-color) !important;
	border-color: var(--pri-color) !important;
}

.career-contact {
	padding: 30px 45px;
}

/*
* Other
*/
.st-content-md {}
.st-content-md .sppb-addon-title {
	font-size: 2.25rem;
}
.st-content-md .sppb-addon-content {
	font-size: 1.25rem;
}


/*
* Career page
*/
.st-career-section {
	background-position: calc(50vw + 600px) 64%!important;
}

.st-job-body {
	padding: 30px;
	background-color: #ececec;
}
.st-job-body h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
}

.st-career-claim .sppb-addon-title {
	font-size: 2.5rem;
}