/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;

}
@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}
@media (min-width: 768px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Header */
@media (max-width: 767px) {
	#sp-header {
	  height: 80px;
	  padding-top: 12px;
	  padding-bottom: 12px;
	}
}

/*
* List styles
*/
ul.list-dots,
ul.list-check,
ul.list-plus {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
ul.list-dots li,
ul.list-check li,
ul.list-plus li {
	position: relative;
	padding-left: 25px;
	z-index: 99;
}
ul.list-dots li:before,
ul.list-check li:before,
ul.list-plus li:before {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	font-family: Arial;
	color: #0345BF;
}
ul.list-dots li:before {
	content: '\2022';
}
ul.list-check li:before {
	content: '\2714';
}
ul.list-plus li:before {
	content: '\002B';
}


/*
* Home Career Module
*/
.home-career-module {
	margin: 0 auto;
}
@media(max-width: 767px){
	.home-career-module {
		max-width: 520px;
		padding: 30px 0;
	}
}
@media(min-width: 768px){
	.home-career-module {
		max-width: 1320px;
		padding: 30px 15px;
	}
}

.home-career-module .category-module {
	padding-top: 15px;
	padding-bottom: 30px;
}
@media(max-width: 767px){
	.home-career-module .category-module > li:not(:first-child) {
		margin-top: 30px;
	}
}
@media(min-width: 768px){
	.home-career-module .category-module {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}	
}
.home-career-module .category-module > li {
	padding: 0 !important;
	border: 1px solid #f3f3f3;
	border-radius: 3px;
	overflow: hidden;
}
.home-career-module .category-module > li .mod-articles-image {
	margin-bottom: 0;
}
.home-career-module .category-module > li .mod-articles-body {
	padding: 30px;
}
.home-career-module .category-module > li .mod-articles-body .mod-articles-category-category {
	display: block;
}


/*
* Blog styles
*/

body.profession-page {
}

.article-list .article .article-header {
	margin-top: 15px;
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
	margin: 0 !important;
	border-radius: 3px !important;
}


.article-details {
	padding: 30px;
	border: 1px solid #f3f3f3;
	border-radius: 3px;
} 
.article-details .pagenavigation {
	border-top:  1px solid #f3f3f3;
	margin-top: 15px;
	padding-top: 15px;
}

/* Location tags */
.location-module {}
.location-module .tagspopular a {
	display: inline-block !important;
	margin-right: 20px;
}
.location-module .tagspopular .bg-info {
	background-color: #222 !important;
}
/* Form styles */
.application-form {
}
.article-details .ba-form-page {
	padding: 0 !important;
}

.article-details .ba-form-footer {
	display: none;
}

.hidden-field {
	/*
	display: none;
	*/
}

/* Contact */
.sppb-personcontact {
	margin-top: 15px;
}
/*
 * Bewerbungsformular
 */
#bewerbungsformular {
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #f3f3f3;
	border-radius: 3px;
}
.rsform-block-senden.mb-3 {
	margin-bottom: 0 !important;
}
.leaflet-marker-pane img {
	height: auto !important;
}


/*
 * Carriere page styles
 */
.carriere-header-section {}
.carriere-header {}

.carriere-main-section {}

.carriere-slider-section {}
.carriere-team-slider {}

.carriere-facts-section {}

.carriere-disturber-section {}
.carriere-branding {}

.carriere-service-section {}

.carriere-apps-section {}

.carriere-impression-section {}
.carriere-impressions {}

.carriere-partner-section {}
.carriere-partner {}

.carriere-feedback-section {}
.carriere-feedback {}


/*
* Process section styles
*/
.carriere-prozess {
	position: relative;
	z-index: 99;
	cursor: help;
	background-color: #eee;
}
.carriere-prozess .sppb-image-outer {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.carriere-prozess .sppb-image-outer:after {
	content: '\203A  Mehr erfahren';
	display: block;
	margin-top: 15px;
}
.carriere-prozess .sppb-image-outer img {
	margin: 0 auto;
}
.carriere-prozess .sppb-content-body {
	position: relative;
	padding: 30px;
	background: #fff;
	text-align: center;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: 102;
	display: flex;
	flex-direction: column;
}
.carriere-prozess .sppb-content-body .sppb-image-content-title {
	min-height: 35px;
}
.carriere-prozess .sppb-content-body .sppb-image-content-text {
	flex-grow: 1;
}
@media (min-width: 992px){
	.carriere-prozess .sppb-content-body {
		min-height: 250px;
	}
}
.carriere-prozess.show-body .sppb-content-body,
.carriere-prozess:hover .sppb-content-body {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.carriere-prozess .sppb-content-body .sppb-image-content-title {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 600;
}