/*--
	Theme Name: theme53443
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */
/* BEGIN Consultant pages */
#custom-layout-row-narrow-cta-buttons a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    text-shadow: none;
    text-transform: uppercase;
    padding: 18px 73px 17px 21px;
    position: relative;
    letter-spacing: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
    z-index: 1;
    overflow: visible;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#custom-layout-row-narrow-cta-buttons a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: #464646;
	z-index: -2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#custom-layout-row-narrow-cta-buttons a::after {
	font-family: 'FontAwesome';
	text-align: center;
	font-size: 25px;
	line-height: 56px;
	speak: none;
	content: "";
	content: "\f0a9";
	position: absolute;
	width: 54px;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	text-shadow: none !important;
	color: #fff;
	background-color: #c4160f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* END Consultant pages */

/* BEGIN Contact form and FAQ adjustments */
.btn.btn-primary.btn-red::before {
	background-color: #c4150f;
}

input[type="submit"].btn-primary.btn-red {
	background-color: #c4150f !important;
}
/* END Contact form and FAQ adjustments */

/* BEGIN Floating badge */
.floating-badge {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.9);
	transition:
		visibility 0s ease 0.2s,
		opacity 0.2s ease;
}

.floating-badge .message {
	color: #ffffff;
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

.floating-badge img {
	width: auto;
	max-height: 300px;
	margin-left: -10px;
}

.floating-badge .close {
	margin-top: 40px;
	color: #ffffff;
	background-color: #c4150f;
	opacity: 1;
	padding: 10px;
	font-weight: normal;
}

.floating-badge.is-visible-mobile {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.floating-badge.animation-is-finished {
	transition: none;
}

@media (min-width: 768px) {
	.floating-badge {
		top: auto;
		right: 20px;
		bottom: 20px;
		left: auto;
		background-color: transparent;
	}
	
	.floating-badge.is-visible-desktop {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s;
	}
	
	.floating-badge img {
		margin-left: 0;
	}
	
	.floating-badge .close,
	.floating-badge .message {
		display: none;
	}
	
	#back-top-wrapper {
		right: 160px !important;
	}
}
/* END Floating badge  */

/* BEGIN Fix Hero */
.parallax-slider #mainCaptionHolder .slider_caption .h2 {
	font-weight: 300 !important;
    display: block;
    position: relative;
	font: normal 25px/50px Open Sans;
	font-size: 40px !important;
    line-height: 44px !important;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin-bottom: 32px;
    border: none;
    margin: 0 0 30px;
    padding: 0 250px 0 0;
}

@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption .h2 {
		padding: 0 20px !important;
	}
}
/* END Fix Hero */

/* BEGIN Header Update 01.2021 */
.logo {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}

#lang_sel_list.lang_sel_list_horizontal {
	right: 20px !important;
}

.sf-menu li {
	position: initial;
}

.sf-menu li.mega-menu-open .mega-menu-sub-menu {
	display: block;
}

.sf-menu > li > a::after {
	transition: none;
}

.sf-menu > li.mega-menu-open > a::after {
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0;
	position: absolute;
	left: 0;
	background-color: #c4150f;
}

.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
	background: none !important;
}

.sf-menu > li > a {
	margin: 0;
	text-transform: initial;
}

.sf-menu ul::before {
	display: none;
}

.mega-menu {
	display: none;
	margin: 0;
    padding: 0;
    list-style-type: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.mega-menu > li > a {
	display: none;
}

.mega-menu .mega-menu-sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 724px;
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
	border-top: solid 3px #c4150f;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	padding: 40px;
	padding-top: 60px;
	text-align: left;
}

.mega-menu .mega-menu-open .mega-menu-sub-menu {
	display: block;
}

.mega-menu .mega-menu-sub-menu .close {
	position: absolute;
	right: 40px;
	top: 18px;
	width: 24px;
	height: 24px;
}

.mega-menu .mega-menu-sub-menu .close span {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #333333;
	top: 50%;
	left: 0;
}

.mega-menu .mega-menu-sub-menu .close span:first-child {
	transform: rotate(45deg);
}

.mega-menu .mega-menu-sub-menu .close span:last-child {
	transform: rotate(-45deg);
}

.mega-menu .mega-menu-sub-menu > .row {
	position: relative;
	margin-left: 0;
}

.mega-menu .mega-menu-sub-menu .separator {
	width: 1px;
	height: 100%;
	background-color: #c4150f;
	position: absolute;
	top: 0;
	left: 50%;
}

.mega-menu .mega-menu-sub-menu > .row > .span6 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin-left: 0;
}

.mega-menu .mega-menu-sub-menu > .row > .span6:first-child {
	padding-right: 30px;
}

.mega-menu .mega-menu-sub-menu > .row > .span6:last-child {
	padding-left: 30px;
}

.mega-menu .mega-menu-sub-menu ul {
	margin: 0;
	padding: 0;
	margin-top: -16px;
}

.mega-menu .mega-menu-sub-menu ul li {
	list-style-type: none;
}

.mega-menu .mega-menu-sub-menu ul li a {
	padding-top: 20px;
	display: block;
}

.mega-menu .mega-menu-sub-menu ul li a .mega-menu-preload-image {
	width: 0;
	height: 0;
	opacity: 0;
}

.mega-menu .mega-menu-sub-menu ul li a span {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	padding-right: 15px;
	transition: padding 0.2s ease;
}

.mega-menu .mega-menu-sub-menu ul li a span::before {
	content: '';
    width: 3px;
    height: 100%;
    background-color: #c4150f;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.mega-menu .mega-menu-sub-menu ul li a:hover span,
.mega-menu .mega-menu-sub-menu ul li.current-menu-item span {
	padding-right: 0;
	padding-left: 15px;
}

.mega-menu .mega-menu-sub-menu ul li a:hover span::before,
.mega-menu .mega-menu-sub-menu ul li.current-menu-item span::before {
	opacity: 1;
}

.mega-menu .mega-menu-sub-menu .description {
	margin-top: 16px;
}

@media (max-width: 480px) {
	.logo {
		width: 100% !important;
	}
}

@media (min-width: 768px) {
	.mega-menu {
		display: block;
	}
}

@media (min-width: 980px) {
	.mega-menu .mega-menu-sub-menu {
		width: 940px;
	}
}

@media (min-width: 1200px) {
	.mega-menu .mega-menu-sub-menu {
		width: 1170px;
	}

	.mega-menu .mega-menu-sub-menu ul {
		display: flex;
		flex-wrap: wrap;
	}

	.mega-menu .mega-menu-sub-menu ul li {
		width: 50%;
	}
}
/* END Header Update 01.2021 */

/* BEGIN Karriereportal Filter Update 12.2020 */
.page-template-karriereportal .filter-row {
	margin-top: 20px;
}

.page-template-karriereportal .filter-row .title {
	font-weight: 700;
}

.page-template-karriereportal .filter-row .options {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	margin: 0 -10px;
}

.page-template-karriereportal .filter-row .options li {
	list-style-type: none;
}

.page-template-karriereportal .filter-row .options a {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 5px 10px;
}

.page-template-karriereportal .filter-row .options a.is-active {
	color: #c4150f;
}

.page-template-karriereportal .filter-row .options .disable-icon {
	margin-left: 5px;
}

.page-template-karriereportal .filter-row .options .disable-icon svg {
	display: block;
}
/* END Karriereportal Filter Update 12.2020 */

/* BEGIN Blog Update 12.2020 */
.blog h2,
.blog h3,
.single-post h2,
.single-post h3,
.custom-latest-posts h2,
.custom-latest-posts h3 {
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	text-transform: none;
	padding-left: 1rem;
	display: inline-block;
	line-height: 1.25 !important;
}

.custom-latest-posts h2 {
	margin-bottom: 0;
}

.blog h2::before,
.blog h3::before,
.single-post h2::before,
.single-post h3::before,
.custom-latest-posts h2::before,
.custom-latest-posts h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #c4150f;
}

.blog .content-row {
	margin-top: 3rem;
}

.blog .intro-column .text {
	color: #838383;
	font-size: 18px;
	line-height: 1.5;
}

.blog .link-column {
	margin-top: 3rem;
}

.blog .link-column a {
	font-size: 18px;
	line-height: 1.5;
	display: block;
	position: relative;
	padding-left: 1rem;
}

.blog .link-column a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #c4150f;
}

.blog .posts {
	margin-top: 4rem;
	margin-bottom: 3rem;
}

.blog .post,
.custom-latest-posts .post {
	margin-bottom: 3rem;
}

.blog .post img,
.custom-latest-posts .post img {
	border-radius: 8px;
}

.blog .post-title,
.custom-latest-posts .post-title {
	margin-top: 1rem !important;
}

.blog .post-meta,
.custom-latest-posts .post-meta {
	color: #838383;
}

.blog .post-link,
.custom-latest-posts .post-link {
	color: #c4150f;
}

.blog .post-link::after,
.custom-latest-posts .post-link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.blog .post-link:hover,
.custom-latest-posts .post-link:hover {
	text-decoration: underline !important;
}

.blog .navigation {
	margin-bottom: 3rem;
}

.blog .navigation-row {
	display: flex;
	justify-content: flex-end;
}

.blog .navigation-row.has-previous-link {
	justify-content: space-between;
}

.custom-latest-posts .headline-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 2rem;
}

.custom-latest-posts .all-posts-link {
	margin-top: 2rem;
}

.single-post .post-author-row {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-post .post-author-row img {
	border-radius: 999px;
	margin-bottom: 1rem;
}

.single-post .post-author-contact {
	margin-top: 0.5rem;
}

.single-post .post-content-column {
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 6rem;
    float: none;
	line-height: 1.5;
}

.single-post .post-excerpt,
.single-post .post-content {
	font-size: 18px;
	line-height: 1.75;

}

.single-post .post-excerpt {
	color: #838383;
}

.single-post .post-excerpt {
	margin-top: 3rem;
}

.single-post .post-thumbnail,
.single-post .post-content {
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.blog .intro-column .text {
		padding-right: 40px;
	}

	.blog .link-column {
		margin-top: 0;
	}

	.custom-latest-posts .all-posts-link {
		text-align: right;
		margin-top: 0;
	}

	.single-post .post-author-row img {
		margin-bottom: 0;
	}
}
/* END Blog Update 12.2020 */

/* BEGIN Location Munich Update 07.2020 */

.page-id-2110 #content,
.page-id-10218 #content,
.page-id-10086 #content,
.page-id-11074 #content,
.page-id-11139 #content,
.page-id-11509 #content,
.page-id-3426 #content,
.page-id-11720 #content,
.page-id-8946 #content,
.page-id-8508 #content,
.page-id-11908 #content,
.page-id-12052 #content,
.page-id-12110 #content,
.page-id-12196 #content,
.page-id-12211 #content,
.page-id-9201 #content,
.page-id-3092 #content,
.page-id-10496 #content,
.page-id-10572 #content,
.page-id-11701 #content,
.page-id-2437 #content,
.page-id-4247 #content,
.page-id-12245 #content,
.page-id-12464 #content,
.page-id-12571 #content,
.page-id-12588 #content,
.page-id-12603 #content{
	padding-top: 0;
}

#custom-layout-hero .motopress-clmn:first-child {
	width: 100%;
}

#custom-layout-hero .motopress-clmn:last-child {
	width: 940px;
	float: none;
	margin: 0;
	position: absolute;
	top: 0;
    display: flex;
    height: 100%;
    align-items: flex-end;
	left: 50%;
    transform: translateX(-50%);
}

#custom-layout-hero .motopress-text-obj {
	background-color: rgba(181, 44, 32, 0.8);
	padding: 2rem 1rem;
	margin-bottom: 60px;
	box-sizing: border-box;
}

#custom-layout-hero .motopress-text-obj h1 {
	color: #ffffff;
	font-weight: 300;
	padding-left: 1rem;
	position: relative;
	/*font-size: 1.56rem;*/
    line-height: 1.25;
}

#custom-layout-hero .motopress-text-obj h1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #ffffff;
}

#custom-layout-hero img {
	width: 100%;
}

#custom-layout-row-boxes {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
}

#custom-layout-row-boxes .mp-span6 {
	width: 100%;
	margin: 0;
}

#custom-layout-row-boxes .motopress-clmn:nth-child(2) {
	margin-top: 1rem;
}

#custom-layout-row h3,
#custom-layout-career-box h3 {
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	text-transform: none;
	padding-left: 1rem;
	display: inline-block;
	line-height: 1.25 !important;
}

#custom-layout-row h3::before,
#custom-layout-career-box h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #c4150f;
}

#custom-layout-contact-box {
	border: solid 1px #c4150f;
	border-radius: 10px;
	padding: 50px;
	font-size: 24px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#custom-layout-contact-box .motopress-clmn:nth-child(1) {
	width: 100%;
}

#custom-layout-contact-box .motopress-clmn:nth-child(2) {
	width: 100%;
	margin: 0;
	margin-top: 1rem;
}

#custom-layout-contact-box .motopress-image-obj {
	text-align: center;
}

#custom-layout-contact-box p {
	margin-bottom: 0;
}

#custom-layout-contact-box a {
	font-size: 16px;
	display: inline-block;
	display: flex;
	margin-top: 1rem;
	justify-content: center;
}

#custom-layout-contact-box a.phone::before {
	font-family: FontAwesome;
	content: '\f095';
	margin-right: 0.5rem;
	color: #c4150f;
}

#custom-layout-contact-box a.mail::before {
	font-family: FontAwesome;
	content: '\f0e0';
	margin-right: 0.5rem;
	color: #c4150f;
}


#custom-layout-contact-box img {
	border-radius: 999px;
	max-width: 150px !important;
}

#custom-layout-testimonial-box,
#custom-layout-career-box {
	border: solid 1px #c4150f;
	border-radius: 10px;
	padding: 20px 50px;
}

#custom-layout-testimonial-box p:last-child,
#custom-layout-career-box p:last-child {
	margin: 0;
}

#custom-layout-testimonial-box img {
	border-radius: 999px !important;
	max-width: 150px !important;
}

#custom-layout-career-box {
	height: 100%;
}

#custom-layout-career-box img {
	max-width: 200px !important;
    max-height: 100px;
    width: auto;
    height: auto;
}

#custom-layout-testimonial-box .motopress-text-obj {
	margin-top: 1rem;
}

#custom-layout-row-faq {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#custom-layout-row-faq p {
	font-size: 20px;
	font-weight: 300;
}

#custom-layout-row-location {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#custom-layout-location-box {
	border: solid 1px #c4150f;
	border-radius: 10px;
	height: 100%;
	padding: 50px;
}

#custom-layout-location-box .motopress-clmn:nth-child(1) img {
	margin-bottom: 1rem !important;
	max-width: 150px !important;
}

#custom-layout-location-box .motopress-clmn:nth-child(1),
#custom-layout-location-box .motopress-clmn:nth-child(2) {
	width: 100%;
}

#custom-layout-location-box .motopress-clmn:nth-child(2) {
	margin: 0;
}

#custom-layout-location-box p {
	margin: 0;
}

#custom-layout-row-location .motopress-image-obj {
	margin-top: 1rem;
}

#custom-layout-row-m0 img,
#custom-layout-row-location img {
	border-radius: 4px;
}

@media (min-width: 768px) {
	#custom-layout-hero .motopress-text-obj {
		padding: 2rem 2rem;
		margin-left: -2rem;
	}

	#custom-layout-row h3 {
		margin-top: 0;
	}

	#custom-layout-contact-box {
		flex-direction: row;
		align-items: center;
		text-align: left;
	}

	#custom-layout-contact-box img {
		max-width: 100% !important;
	}

	#custom-layout-contact-box a {
		justify-content: flex-start;
	}

	#custom-layout-contact-box .motopress-clmn:nth-child(1) {
		width: 25%;
	}

	#custom-layout-contact-box .motopress-clmn:nth-child(2) {
		width: 75%;
		margin-top: 0;
		margin-left: 2rem;
	}

	#custom-layout-row-location {
		flex-direction: row;
	}

	#custom-layout-row-location .motopress-image-obj {
		margin-top: 0;
	}
}

@media (min-width: 980px) {
	#custom-layout-hero .motopress-text-obj h1 {
		font-size: 30px;
		line-height: 1.5;
	}

	#custom-layout-row h3 {
		margin-top: 0;
	}

	#custom-layout-row-boxes {
		/*margin-top: 6rem;*/
		/*margin-bottom: 6rem;*/
		margin-right: -10px;
		margin-left: -10px;
	}

	#custom-layout-row-boxes .mp-span6 {
		width: 50%;
	}

	#custom-layout-row-boxes > .motopress-clmn {
		padding: 0 10px;
	}

	#custom-layout-row-boxes .motopress-clmn:nth-child(2) {
		margin-top: 0;
	}

	#custom-layout-testimonial-box img {
		max-width: 100% !important;
	}

	#custom-layout-testimonial-box .motopress-clmn:nth-child(1),
	#custom-layout-career-box .motopress-clmn:nth-child(1) {
		width: 100%;
	}

	#custom-layout-testimonial-box .motopress-clmn:nth-child(2),
	#custom-layout-career-box .motopress-clmn:nth-child(2) {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#custom-layout-hero .motopress-clmn:last-child {
		width: 100%;
		padding: 0 20px;
		left: auto;
		transform: none;
		position: relative;
		margin-top: -20px;
	}

	#custom-layout-hero .motopress-text-obj {
		margin-bottom: 0;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	#custom-layout-hero .motopress-clmn:last-child {
		width: 724px;
		left: 50%;
    	transform: translateX(-50%);
	}

	#custom-layout-hero .motopress-text-obj {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	#custom-layout-hero .motopress-clmn:last-child {
		width: 1170px;
	}
}

/* END Location Munich Update 07.2020 */

/* BEGIN Profiling Update 06.2020 */

#custom-layout-row-intro-text {
	padding-top: 4rem;
	color: #838383;
}

#custom-layout-row-narrow p,
#custom-layout-row-faq p {
	color: #838383;
	font-size: 14px;
}

#custom-layout-row-narrow img {
	border-radius: 8px;
}

#custom-layout-row-narrow h3,
#custom-layout-row-faq h3 {
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	text-transform: none;
	padding-left: 1rem;
	line-height: 1.25 !important;
}

#custom-layout-row-faq h3 {
	margin-top: 0;
	padding-left: 0;
}

#custom-layout-row-narrow h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #c4150f;
}

#custom-layout-row-narrow-cta-buttons,
#custom-layout-row-narrow,
#custom-layout-row-faq {
	margin-top: 2rem;
	margin-bottom: 2rem
}

#custom-layout-row-mt {
	margin-top: 4rem;
	color: #838383;
}

#custom-layout-row-mt h1,
#custom-layout-row-mt h2 {
	margin-bottom: 0 !important;
}

#custom-layout-row-mt img {
	border-radius: 8px;
}

#custom-layout-column-text {
	color: #838383;
}

/* END Profiling Update 06.2020 */

/* BEGIN Homepage Update 05.2020 */

#custom-layout-row-headline {
	padding-top: 4rem;
	margin-top: -1px; /*hide 1px slider offset*/
	background-color: #fafafa;
}

#custom-layout-row-buttons {
	background-color: #fafafa;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-right: 2rem !important;
	padding-left: 2rem !important;
	padding-top: 4rem;
	padding-bottom: 4rem
}

#custom-layout-row-buttons > .motopress-clmn {
    width: 49%;
	position: relative;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#custom-layout-row-buttons > .motopress-clmn:nth-child(3),
#custom-layout-row-buttons > .motopress-clmn:nth-child(4){
	margin-top: 1rem;
}

#custom-layout-row-buttons > .motopress-clmn a {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
	position: relative;
	background: none;
	border: solid 1px #c4150f;
	box-shadow: none;
}

#custom-layout-row-buttons > .motopress-clmn a:hover {
	background-color: #c4150f;
}

#custom-layout-row-buttons > .motopress-clmn a:hover i {
	color: #ffffff;
}

#custom-layout-row-buttons > .motopress-clmn a i {
	padding: 0;
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

#custom-layout-row-buttons .motopress-clmn p {
	margin: 0;
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
}

#custom-layout-row-claim {
	margin-top: 4rem;
	margin-bottom: 4rem
}

#custom-layout-row-claim p {
	font-size: 2rem !important;
	font-weight: 300;
	text-transform: uppercase;
}

#custom-layout-row-claim p::before {
	content: '';
    width: 1px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 2rem;
    display: block;
    background-color: #c4150f;
}

#custom-layout-row,
#custom-layout-row-text-left{
	margin-top: 4rem;
	margin-bottom: 4rem
}

#custom-layout-row-text-left {
	display: flex;
	flex-direction: column-reverse;
}

#custom-layout-row h2,
#custom-layout-row-text-left h2,
#custom-layout-row-mt h1,
#custom-layout-row-mt h2,
#custom-layout-row-m0 h2 {
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	text-transform: none;
	padding-left: 1rem;
	line-height: 1.25 !important;
}

#custom-layout-row h2::before,
#custom-layout-row-text-left h2::before,
#custom-layout-row-mt h1::before,
#custom-layout-row-mt h2::before,
#custom-layout-row-m0 h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #c4150f;
}

#custom-layout-row p,
#custom-layout-row-text-left p{
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0;
	color: #838383;
}

#custom-layout-row img,
#custom-layout-row-text-left img{
	border-radius: 8px;
}

#custom-layout-location-box {
    justify-content: flex-start;
}

@media (min-width: 400px) {
	#custom-layout-row-buttons > .motopress-clmn a i {
		font-size: 48px;
	}
}

@media (min-width: 576px) {
	#custom-layout-row-buttons {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	#custom-layout-row-buttons > .motopress-clmn {
		width: 24%;
	}

	#custom-layout-row-buttons > .motopress-clmn:nth-child(3),
	#custom-layout-row-buttons > .motopress-clmn:nth-child(4){
		margin-top: 0;
	}
}

@media (max-width: 576px) {
	h1 {
    font: normal 25px/35px Open Sans !important;
}
}

@media (min-width: 768px) {
	#custom-layout-row-buttons > .motopress-clmn {
		width: 19%;
	}

	#custom-layout-row-text-left {
		display: block;
	}

	#custom-layout-column-left {
		padding-right: 4rem;
	}

	#custom-layout-column-right {
		padding-left: 4rem;
	}

	#custom-layout-row h2,
	#custom-layout-row-text-left h2,
	#custom-layout-row-mt h1,
	#custom-layout-row-mt h2,
	#custom-layout-row-m0 h2,
	#custom-layout-row h2 {
		margin-top: 0;
		font-size: 1.56rem !important;
	}
}


@media (min-width: 980px) {
	#custom-layout-row-buttons {
		padding-bottom: 6rem
	}

	#custom-layout-row-buttons > .motopress-clmn a i {
		font-size: 64px;
	}

	#custom-layout-row-buttons .motopress-clmn p {
		font-size: 1.25rem;
	}

	#custom-layout-row,
	#custom-layout-row-text-left {
		margin-top: 6rem;
		margin-bottom: 6rem
	}

	#custom-layout-column-left {
		padding-right: 6rem;
	}

	#custom-layout-column-right {
		padding-right: 6rem;
	}
}

@media (min-width: 1200px) {
	#custom-layout-row-buttons > .motopress-clmn {
		width: 15%;
	}
}

@media (min-width: 1400px) {
	#custom-layout-row-buttons > .motopress-clmn {
		width: 12%;
	}
}

@media (min-width: 1600px) {
	#custom-layout-row-buttons > .motopress-clmn {
		width: 10%;
	}
}

/* END Homepage Update 05.2020 */

/* Neue CSS für Landingpage*/
h2.beratungpage {padding: 0px; text-transform: none; font-weight: 600 !important; margin-bottom: 20px;}
h2.beratungabstand {margin-top: 60px;}
h3.beratungpage {text-transform: none; font-weight: 600 !important; font-size: 17px; padding-top: 20px;}
p.beratungpage {margin-top: 50px;}
.beratunghintergrund {background: #dadada; padding: 10px;}
.extrabox_2.beratungbutton {font-size: 12px !important; text-transform: none !important; position: inherit !important;}
.beratungmailbutton {font-size: 12px !important; text-transform: none !important; }
span.redtick {color: #c4160f; padding-right: 20px;}
p.beratungvorteile {font-size: 18px;}
.extrabox_2.beratungbutton.buttonrechteseite {margin-left: -70px !important;}
.motopress-bg-color-silver {background: #dadada !important;}

@media only screen and (max-width : 1199px){.extrabox_2.beratungbutton.buttonrechteseite {margin-left: 0px !important;}}
@media only screen and (max-width : 783px){p.beratungpage {margin-top: 0px !important;}}

@media (max-width: 2560px) and (min-width: 1981px){.parallax-slider {top:0px !important}}
@media (max-width: 1980px) and (min-width: 1201px){.parallax-slider {top:-80px !important}}
@media (max-width: 1980px) and (min-width: 1201px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {.parallax-slider-img obj-inner {background-attachment:scroll; background-position: 200px !important}}
/*@media (max-width: 1980px) and (min-width: 1201px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {.parallax-slider-img obj-inner {}}
@media (max-width: 1280px) and (min-width: 979px){.parallax-slider {top:-200px !important}}
.primaryHolder {width: 100% !important}
.parallax-slider-img obj-inner {width: 100% !important; top:-60px !important}
↑MADMEN↑*/
.parallax-slider #mainCaptionHolder .slider_caption .btn.btn-primary:after{background-color:#c4160f !important}
.parallax-slider #mainCaptionHolder .slider_caption .btn.btn-primary:hover:before{background-color:#c4160f !important}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active{background:#c4160f !important}
.no-padding{padding:0px !important;}
.extrabox_1 h1 {color:#fff !important;text-align: center !important; font-weight: normal !important;padding:50px 0 50px !important;}
.sf-menu li {float: none !important;}
.sf-menu > li > a {font-size:16px !important;}
/*
.sf-menu > li:first-child > a {font-size:0px !important;}
.sf-menu > li:first-child > a:before{color:#333 !important;}
.sf-menu > li.current-menu-item:first-child > a:before{color:#c4160f !important;}
.sf-menu > li:first-child > a:hover:before{color:#c4160f !important;}
*/
.sf-menu li li a{white-space: normal !important;}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a{color:#fff !important;}
.no-margin{margin:0px !important;}
.margbot{margin-bottom:25px !important;}
.sf-menu ul{width:auto !important; background-color:#333 !important; margin-left:-25px !important;}
.sf-menu ul li{padding:0 5px !important; width:auto !important;}
.sf-menu ul li:hover{background-color:#c4160f !important;}
.faq-list_h{padding-left:0px !important;}
.faq-list_body{padding-left:0px !important;}
.breadcrumb__t li.active{color:#fff !important;}
.leftButton {float:left; display: inline-block; }
.rightButton {float:right; display: inline-block; }
.breadcrumb__t li a:hover{color:#ccc !important}
.banner-wrap .featured-thumbnail img {width:100% !important;}
.contact_cta{background-color:#ccc; border:1px solid #c4160f; padding:20px; margin-bottom:20px;width:96%;display:inline-block !important;}
.contact_cta a{margin-top:15px;}
i.icon-comments-alt{float: left;font-size: 150px;margin-right: 50px;}
.extra_head{padding:14px 0px !important;}
#lang_sel_list{top:10px !important;position:absolute !important; right:85px !important;}
.parallax-slider #mainCaptionHolder .slider_caption p{font-size:22px !important; padding:0 300px 0 0 !important;line-height:24px !important;}
body{font-family:'Open Sans', sans-serif !important;}
.extraitem_1 a{text-transform: none !important;}
.wpcf7-form textarea{font-family:'Open Sans', sans-serif !important; font-weight:300 !important;}
.parallax-slider #mainCaptionHolder .slider_caption h2{font-size:40px !important; line-height:44px !important;}
.footer-widgets{display:block !important; padding:0px 0 74px !important;}
.footer-widgets h4{margin-top:0px !important;}
.home  .footer{padding:50px 20px 50px !important;}
.parallax-slider #mainCaptionHolder .slider_caption .btn.btn-primary:after{content:"\f0a9" !important;}
#menu-item-2429 ul {margin-left:10px !important;}
.single-vakanz h1{font-size:14px !important; font-weight:normal !important; margin:0px !important; line-height: 23px !important;}
.single-vakanz #title{margin: 11.5px 0 25px 0;font-size: 30px;font-weight: bold;line-height: 35px;}
.footer-widgets #menu-navfooter-english li a{
	color: #808685;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300 !important;
}

.contact_cta .rechtebox2 {
    text-align: right;
	padding-right: 25px;
}

.contact_cta .rechtebox {
    text-align: right;
	padding-right: 13px;
}

.parallax-slider #mainImageHolder {
    /*top: 194px !important;*/
}

.footer-widgets #menu-navfooter-english li{
	list-style: none;
	line-height: 22px;
}

.footer-widgets #menu-navfooter-english{
	list-style: none;
    margin-left: 0;
}
.footer-widgets #menu-navfooter-english li a:hover, .footer-widgets #menu-navfooter-english li.current-menu-item a{
	color: #c4160f;
}

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


.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: 20px 0px 50px;
  max-width: 100%;
  padding:5px;
  width: 100%;
  animation: float 5s infinite;
}

th {
  color:#f1f1f1;;
  background:#c4160f;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#333333;
  font-size:14px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
  background:#FF3B33;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(odd) td {
  background:#EBEBEB;
}

tr:nth-child(odd):hover td {
  background:#FF3B33;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

tr td a:hover {
	color: #f1f1f1;
}

th a {
	color: #f1f1f1;
}

th a:hover, th a:focus, th a:active {
	color: #f3f3f3;
	text-decoration: underline !important;
}

td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

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

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

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

td.text-right {
  text-align: right;
}

#auszeichnungen {
	text-align: center;
}

#auszeichnungen .motopress-clmn .motopress-list-obj ul li {
    line-height: 32px;
}

article div.navigation {
	margin-bottom: 20px;
	display: block;
}

.page-numbers {
	padding: 10px;
	background: #c4160f;
	color: #f1f1f1;
}

a:hover.page-numbers {
	color: #f1f1f1;
	text-decoration: underline !important;
}
a:hover.current {
	color: #c4160f;
	background-color: #f1f1f1;
	text-decoration: underline !important;
}

.page-numbers.current {
	background-color: #f1f1f1;
	color: #c4160f;
}

.faq-entity {
	margin-bottom: 20px;
}

.faq-section {
	display:block;
}

@media only screen and (max-width : 1000px) {
.parallax-slider #mainImageHolder {
    top: 21% !important;
}
}

@media only screen and (max-width : 767px) {
	.contact_cta .rechtebox {
    text-align: right;
    margin-top: 25px;
}


.parallax-slider #mainImageHolder {
	top: 0px !important;}
img.size-medium.wp-image-8000.auszeichnungbild {margin-left: -10px !important;}
}

@media only screen and (max-device-width : 700px) {
	.page-id-2193 #content{overflow-x:scroll !important;}
	.extrabox_1 h1 {color:#333 !important;}
	.extraitem_1 a{font-size:14px !important;}
	.karriereportal-content .banner-wrap .featured-thumbnail {width: 100% !important;}
	.referenzen-content .banner-wrap .featured-thumbnail {width: 100% !important;}
	td {font-size:10px; line-height:12px;}
	th {font-size:12px; line-height:14px;}
	.contact_cta{width:auto !important;}
	.contact_cta .span8 h2 {padding:20px 0px !important;}
	.faq-list h2 {font-size: 20px !important;}
	.btn.btn-primary{padding: 9px 73px 9px 21px !important; font-size:12px !important}
	.btn.btn-primary:after{line-height:42px !important;}
	.parallax-slider #mainCaptionHolder .slider_caption .btn.btn-primary{padding: 9px 73px 9px 21px !important; font-size:12px !important}
	.parallax-slider #mainCaptionHolder .slider_caption .btn.btn-primary:after{line-height:42px !important;}
	/*.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption{top:80px !important;}*/
	.parallax-slider #mainCaptionHolder .slider_caption h2{font-size:16px !important;}

  /* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('../fonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('../fonts/open-sans-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
}