html {
	overflow-x: hidden;
}

html strong {
	font-weight: bold !important;
}

body.toggled {
}

.navigation-toggle {
    cursor: pointer;
}

.header__image:after {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.header__video:after {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

p.subline {
	padding: 0;
	margin-bottom: 0 !important;
}

.single-customer-cases .site-main h1:not(:first-child) {
    margin-top: 0px;
}

.page-karriere #trainee img.wp-block-cover__image-background {
	object-position: left center;
}

@media screen and (min-width: 768px) {
.home	.blog-posts {
     	grid-template-columns: repeat(4, 1fr) !important;
	}
}

.constrained-width {
	max-width: 1260px;
}

.small-gap {
	gap: 30px !important;
}

.wp-block-button.back-to-overview .wp-block-button__link {
	background-color: #000a45;
	color: #f5fa80;
}

.page-karriere .block-customer-cases-slider .tile__body .tile__client,
.page-ausbildung-bei-faktor3 .block-customer-cases-slider .tile__body .tile__client,
.page-career .block-customer-cases-slider .tile__body .tile__client,
.page-id-4820 .block-customer-cases-slider .tile__body .tile__client,
.page-career .block-customer-cases-slider > div.swiper-wrapper > div.swiper-slide > a > div > div > h4
{
	display: none;
}

.submit-application-button {
	display: inline-block;
	position: sticky;
	left: 2rem;
	bottom: 2rem;
	border-radius: 50px;
	background-color: #f5fa80;
	padding: 1rem 2rem;
	font-weight: bold;
	font-size: 1.4rem;
	-webkit-animation: 
	breathing 5s ease-out infinite normal;
    animation: breathing 5s ease-out infinite normal;
}

@media screen and (max-width: 450px) {
.submit-application-button {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		text-align: center;
	}
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (min-width: 1440px) {
    .contact-details__name {
        font-size: 24px !important;
        line-height: 25px!important;
        font-weight: 700!important;
    }

    .contact-details__role {
        font-size: 20px!important;
        line-height: 15px!important;
    }

    .contact-details__email, .contact-details__phone {
        font-size: 16px!important;
        line-height: 28px!important;
    }
	
	    .contact-details__options {
        padding-top: 8px !important;
    }
}
@media only screen and (min-width: 768px) {
    .section, .entry-content>.wp-block-columns, .entry-content>.wp-block-group {
        padding-block: 30px !important;
    }
}

@media only screen and (min-width: 768px) {
  .navigation__jobs .menu--jobs a {
    padding-right: 85px;
  }
}

@media (max-width: 767.98px) { 
/* make mobile menu behave normal */
	.navigation--site {
		overflow-y: unset;
		transform: unset;
		height: 100vh;
		flex-direction: column;
	}
	
	.navigation__jobs {
        order: 2;
    }
	
	.accordion .block-accordion-item {
		max-height: unset;
	}
	
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	/* menu for iPads */
	
	.navigation__jobs {
        padding-top: 180px;
        padding-inline: 40px;
    }
	
	.navigation__jobs-wrapper {
        max-width: 300px;
        margin-left: 0;
    }
	
	.navigation__main {
        padding-top: 180px;
        padding-left: 40px;
    }
	
	.navigation__primary {
        padding-right: 40px;
        font-size: 45px;
    }
}

/*** WPML BUG FIXING ***/

.page-id-4859 #header > div.header__content > div > a,
.page-id-4836 #header > div.header__content > div > a,
.page-id-4802 #header > div.header__content > div > a,
.page-id-4834 #header > div.header__content > div > a,
.page-id-4822 #header > div.header__content > div > a {
	display: none;
}

.page-id-4820 .cta-box {
	margin-top: 30px;
}

.page-id-4820 .cta-box__person-picture {
    flex-shrink: unset;
}

.page-id-4820 .cta-box__person-picture img {
	height: unset;
	width: unset;
	max-height: unset;
	max-width: unset;
}

.page-id-4820 .cta-box__content p {
	max-width: 750px;
}

.page-id-4820 .block-cta-box {
	position: relative;
}

.page-id-4820 .block-cta-box .cta-box__person-picture {
	position: absolute;
	bottom: 0;
	right: 50px;
}

.page-id-4820 .block-cta-box .person-picture { 
	position: relative;
}

.page-id-4820 .block-cta-box .person-picture__image { 
	position: absolute;
	right: 0px;
	bottom: 0;
}

.page-id-4820 .block-content-slider .card .card__header img {
	width: 380px;
	height: 380px;
	object-fit: cover;
}