@charset "UTF-8";

/*

Theme Name: Monster for Amazon Theme 
Description: Theme created for Amazon Delivery Landing Page
Author: Jan Severa @ Monster
Version: 1.0

*/
/* CSS Document */
@import url("fonts/ChampionWelter.css"); /*ChampionWelter*/
@font-face {
font-family: "Proxima Nova";
src: url("./fonts/ProximaNova-Regular.woff2") format("woff2"), url("./fonts/ProximaNova-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Proxima Nova Semi Bold;
src: url("https://www.monster.de/mitarbeiter-finden/static/ProximaNova-Semibold-71cf32fd4daaee6026d8c8e62bb3759c.woff2") format("woff2"), url("https://www.monster.de/mitarbeiter-finden/static/ProximaNova-Semibold-fbdc0e6b19656c611ae53dee9623b737.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "Proxima Nova";
src: url("fonts/ProximaNova-Bold.woff2") format("woff2"), url("fonts/ProximaNova-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "Proxima Nova";
src: url("fonts/ProximaNova-Light-aa3d2e068aa23a99eee7f2b0a4880c88.woff2") format("woff2"), url("fonts/ProximaNova-Light-36453eefae2edd1c9cd374de17a6ce63.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Material Icons;
font-style: normal;
font-weight: 400;
src: url("fonts/icons.woff2") format("woff2"), url("fonts/icons.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: Champion;
src: url("fonts/Champion-Middleweight-0b74c8908bc04f7cb20a6bb6cafa6fd4.woff2") format("woff2"), url("fonts/Champion-Middleweight-4631adccccfbb862dee47768e7eb4d86.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Champion;
src: url("fonts/Champion-Featherweight.woff2") format("woff2"), url("fonts/Champion-Featherweight.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
html {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none; /* size adjustments OFF on small devices */
}
body {
margin: 0;
padding: 0;
}
.containerIA * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.containerIA img {
border: 0;
display: block;
max-width: 100%;
height: auto;
}
.containerIA h1 {
font-size: 1.9em;
line-height: 1.2em;
text-align: left;
}
.containerIA h2 {
font-size: 1.8em;
line-height: 1.2em;
margin-top: 0.3em;
}
.containerIA h3 {
font-size: 1.2em;
line-height: normal;
margin-bottom: .5em;
}
.containerIA h1 small {
font-size: 0.6em;
font-weight: normal;
}
.containerIA ul {
text-align: left;
margin: 0 0 1.3em;
}
.containerIA ul:last-child {
margin-bottom: 0;
}
.containerIA ul li {
list-style-type: none;
position: relative;
left: 1.3em;
width: calc(100% - 1.4em);
}
.containerIA ul li::before {
content: "\2022"; /* – • ● ■ ▪ ◆ ❖ ✔ ✓ → » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ ⫽ 》❯ ➠ ◢ ◥ ☛ */
color: inherit;
position: absolute;
left: -1.3em;
top: 0;
}
.containerIA ul ul {
margin-bottom: 0;
}
.containerIA ul ul li {
left: 0;
padding-left: 1.3em;
}
.containerIA ul ul li::before {
content: "\2013";
color: inherit;
position: absolute;
left: 0;
top: 0;
}
.containerIA .mainNav {
margin: 0;
display: block;
}
.containerIA .mainNav li {
padding-right: 20px;
display: inline;
font-weight: bold;
left: 0;
}
.containerIA .mainNav li::before {
content: "";
}
.containerIA a {
color: inherit;
text-decoration: underline;
}
.containerIA a[href ^="mailto"] {
white-space: nowrap;
}
.containerIA a[href ^="http"] {
text-decoration: none;
}
.containerIA a[href ^="tel"] {
white-space: nowrap;
text-decoration: none;
color: inherit;
}
.containerIA a:hover {
color: #00005e;
text-decoration: underline;
}
.containerIA p {
margin-bottom: 1.3em;
}
.containerIA p:last-child {
margin-bottom: 0;
}
.containerIA header {
position: relative;
background-color: #230939;
background: url("img/pexels-tima-miroshnichenko-6169129.jpg") top left/cover no-repeat;
color: white;
padding: 1.5% 0 6%;
}
.containerIA header * {
position: relative;
z-index: 10;
}
.containerIA header::before {
position: absolute;
content: " ";
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 55%, rgba(29,29,29,0.7) 65%, rgba(29,29,29,.9) 90%);
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.containerIA footer {
padding: 4%;
background-color: #230939;
color: #f0f0f0;
letter-spacing: .02em;
position: relative;
}
.containerIA address {
font-style: normal;
} /* -=-=-=- CLASSES -=-=-=- */
.containerIA {
width: 100%;
margin: 0 auto;
box-sizing: border-box;
border: 0px solid #e0e0e0;
font-family: "Proxima Nova", sans-serif;
color: #230939;
font-size: 16px;
line-height: 1.45;
text-align: left;
text-shadow: none;
background: white;
position: relative;
font-kerning: normal;
font-feature-settings: "kern", "liga", "clig", "calt";
}
.containerIA .logo {
width: 160px;
border: none;
text-decoration: none;
display: block;
}
.containerIA .logo img {
width: 100%;
max-width: 200px;
}
.containerIA .title {
margin: 0 0 1em 0;
line-height: normal;
}
.containerIA .content {
width: 85%;
margin: auto;
}
.containerIA .flexContainer {
display: flex;
flex-wrap: wrap;
justify-content: space-between; /* main-axis alignment, default: flex-start */
align-items: stretch; /* cross-axis alignment, default: stretch */
align-content: stretch; /* cross-axis lines alignment, default: stretch */
}
.containerIA .flexItem { /* flex: 0 1 auto; = default values for grow/shrink/basis */ /* order: 1; = can be used for individual item order */ /* align-self: stretch; = individual cross-axis alignment (overriding align-items) */
flex: 0 1 48%;
margin-top: 1.5em;
}
.containerIA .cf::after {
clear: both;
content: "";
display: block;
}
.containerIA .nowrap, .containerIA .nobr {
white-space: nowrap;
}
.containerIA .mobile-hidden {
}
.containerIA .desktop-hidden {
display: none;
}
.containerIA .headerLeft {
max-width: 610px;
display: flex;
}
.containerIA .headerRight {
width: 140px;
}
.containerIA .mainNav a, .containerIA .headerRight a {
color: white;
text-decoration: none;
}
.containerIA .mainNav a:hover, .containerIA .headerRight > a:nth-child(1):hover, .containerIA .headerRight > a:nth-child(2) span:hover {

}
.containerIA .headerRight > a:nth-child(2) {
margin-left: 20px;
}
.containerIA .material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}
.containerIA .headerRight i {
font-size: 25px;
vertical-align: middle;
position: relative;
top: -1px;
padding: 0 5px 0 0;
border: none;
color: #f0f0f0;
}
.containerIA nav {
padding-left: 60px;
padding-top: 4px;
}
.containerIA .headerText {
	width: 44%;
	padding: 2%;
	padding-bottom: 0;
	margin-left: auto;
	/* padding-bottom: 3vw; */
	text-align: left;
	color: inherit;
	/* margin-right: auto; */
	/* padding-left: 8%; */
	/* text-shadow: 0 0 1px #000, 0 0 25px #000, 0 0 55px #000; */

}
.containerIA .headerText h1 {
font-family: Champion, sans-serif;
font-size: 60px;
font-size: 3.75rem;
line-height: 70px;
margin: 37% 0 3%;
font-weight: 500;
text-align: left;
}
.containerIA .headerText p {
font-size: 1.2rem;
margin: 5% 0 3%;
}
.containerIA .section {
padding: 5% 2%;
}
.containerIA .section h2 {
font-family: Champion, sans-serif;
font-size: 48px;
line-height: 70px;
margin: 0 0 5% 0;
padding: 0% 0 0 0;
text-align: center;
font-weight: 500;
}
.containerIA h2.withParag {
margin: 0 0 1% 0 !important;
}
.containerIA p.smallerText.aos-init.aos-animate {
text-align: center !important;
}
.containerIA .section p {
font-size: 18px;
line-height: 26px;
}
.containerIA .leftColumn, .containerIA .rightColumn {
width: 49%;
}
.containerIA .section.aboutCompanies .flexContainer .leftColumn, .containerIA .section.aboutCompanies .flexContainer .rightColumn {
width: 50%;
}
.containerIA .slideshow {
display: flex;
flex-direction: column;
justify-content: center;
}
.containerIA .slideshowContent {
display: flex;
justify-content: center;
flex-direction: row;
}
.containerIA .slideshowDisplay {
width: 350px;
position: relative;
}
.containerIA .textSlides {
width: 350px;
margin: auto;
text-align: center;
height: 350px;
position: relative;
z-index: 12;
}
.containerIA .textSlides .material-icons {
font-size: 3rem;
}
.containerIA .textSlides h3 {
font-size: 1.5rem;
margin: 6% 0;
}
.containerIA .slideshow .fading {
animation: fading 10s infinite;
}
@keyframes fading {
0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
.containerIA .slideLabel { 
border-radius: 50%;
cursor: default;
display: flex;
text-align: center;
width: 100%;
height: 100%;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 20;
}
.containerIA .slideLabel .button {
width: 100px;
align-self: center
}
.containerIA .progress-30 {
}
.loadingPie {
background: white;
transform: rotate(0deg);
border-radius: 0 100% 100% 0 / 50%;
display: block;
width: 50%;
height: 100%;
margin-left: 50%;
transform-origin: left;
animation-name: loading;
animation-duration: 9s;
animation-fill-mode: forwards;
position: absolute;
z-index: 11;
top: -15px;
left: 0;
}
@keyframes loading {
0% {
transform: rotate(O);
}
50% {
transform: rotate(180deg);
}
66% {
background: transparent;
transform: rotate(180deg);
}
100% {
transform: rotate(180deg);
background: transparent;
}
}
.containerIA .pie {
height: calc(100% + 30px);
width: calc(100% + 30px);
clip: rect(0, 380px, 380px, 190px);
left: -15px;
position: absolute;
top: -15px;
z-index: 5;
}
.containerIA .progress-30 .pie .left-side {
transform: rotate(115deg);
}
.containerIA .progress-30 .pie .half-circle {
border-color: #82d297;
}
.containerIA .pie .half-circle {
height: 100%;
width: 100%;
border: 15px solid #82d297;
border-radius: 50%;
clip: rect(0, 205px, 270px, 0px);
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
.containerIA .progress-30 .pie .right-side {
display: none;
}
.progress-60 .pie, .progress-100 .pie {
clip: rect(auto, auto, auto, auto);
}
.progress-60 .pie .left-side {
transform: rotate(235deg);
}
.progress-60 .pie .half-circle { /*border-color: #9b59b6;*/
}
.progress-60 .pie .right-side {
transform: rotate(90deg);
clip: rect(0, 320px, 190px, 0px);
}
.progress-100 .pie .right-side, .progress-100 .pie .left-side {
transform: rotate(0);
clip: rect(auto, auto, auto, auto);
}
.progress-100 .pie .left-side {
transform: rotate(90deg);
clip: rect(auto, auto, auto, auto);
}
.containerIA .slideshowStatus {
margin: 6% auto 0;
width: 50px;
}
.containerIA .slideshowLeft, .containerIA .slideshowRight {
align-self: center;
font-size: 2rem;
cursor: pointer;
padding: 50px 25px;
padding-top: 0;
}
.containerIA .slideshowBullet {
border-radius: 50%;
border: 1px solid #cbcdce;
background-color: transparent;
height: 13px;
width: 13px;
cursor: pointer;
display: inline-block;
}
.containerIA .slideshowBullet:hover {
background-color: #230939;
border-color: transparent;
}
.containerIA .slideshowBulletCurrent {
background-color: #230939;
border-color: transparent;
}
.containerIA .purpleBg {
background: url("img/purplebg.png") top left/100% repeat-y;
color: white;
}
.containerIA .grayBgAfter {
background-color: #e5e7e8;
}
.containerIA .grayBg {
background: #e5e7e8;
}

.containerIA .darkerGrayBg {
background: #d5d3e4;
}
.containerIA .lightVioletBg {
background: #6e46ae;
color: white;
}
.containerIA .violetBg {
background: #3D2462;
color: white;
}
.containerIA .darkVioletBg {
background-color: #230939;
color: white;
}
.containerIA .orangeBg {
background-color: #f2b127;
}
.containerIA .orangeBg .button-teal {
color: white;
}
.containerIA .purpleBg h2 {
}
.containerIA .blueBg {
background: #2175D9;
}
.containerIA .priceBoxes {
justify-content: center;
}
.containerIA .slickSlide {
margin: 0 3%;
margin-left: 3%;
max-width: 358px;
width: calc(88% / 3);
min-width: 250px;
}
.containerIA .pricingModule {
max-width: 320px;
margin: 30px auto;
padding: 50px 0 0;
background: #fff;
box-shadow: 10px 10px 0 0 #6e46ae;
text-align: center;
color: #230939;
}
.containerIA .pricingModule h3 {
margin-bottom: 0;
font-family: Champion, sans-serif;
font-size: 37px;
font-size: 1.9rem;
color: #230939;
text-align: center;
}
.containerIA .pricingModule p {
margin: 0 15px;
}
.containerIA .detailsaboutoffer {
min-height: 187px;
}
.containerIA .pricingModule-price {
font-size: 80px;
font-size: 3.7rem;
line-height: 64px;
color: #3d2462;
font-weight: bold;
}
.containerIA .pricingModule-price.old {
font-size: 60px;
font-size: 3rem;
line-height: 44px;
color: #cbcdce;
font-weight: bold;
position: relative;
z-index: 1;
margin-top: 6%;
}
.containerIA .pricingModule-price.old::before {
content: "";
display: block;
position: absolute;
z-index: 10;
width: 37%;
border-top: 2px solid #6c6c6c;
transform:  rotate(-16deg);
top: 44%;
left: 22%;
}
.containerIA .pricingModule-price sup {
font-size: 24px;
top: -1.4em;
}
.containerIA .pricingModule-priceUnit {
font-size: 16px;
font-size: 1rem;
color: #3d2462;
}
.containerIA .button {
position: relative;
display: inline-block;
border: 2px solid transparent;
font-weight: bold;
text-transform: uppercase;
line-height: 1;
text-align: center;
transition: all .4s ease;
cursor: pointer;
letter-spacing: .1em;
border-radius: 32px;
padding: 20px 10%;
font-size: 16px;
font-size: 1rem;
min-width: 140px;
text-decoration: none;
}
.containerIA .button:hover {
text-decoration: none;
}
.containerIA .button:disabled {
background: grey;
border-color: grey;
}
.containerIA .button:disabled:hover {
background: grey;
border-color: grey;
cursor: default;
}
.containerIA .buttonwhiteborder {
position: relative;
display: inline-block;
border: 2px solid white;
font-weight: bold;
text-transform: uppercase;
line-height: 1;
text-align: center;
transition: all .4s ease;
cursor: pointer;
letter-spacing: .1em;
border-radius: 32px;
padding: 12px 19px;
font-size: 14px;
font-size: .8rem;
min-width: 170px;
text-decoration: none;
}
.containerIA a.buttonwhiteborder:hover {
color: white;
text-decoration: none;
}
.containerIA .button-teal {
border-color: #00788c;
background-color: #00788c;
color: #fff;
margin-bottom: 27px;
}
.containerIA .button-teal:hover {
background-color: #00b6b4;
border-color: #00b6b4;
color: #fff;
text-decoration: none;
}
.containerIA .button-teal-invert {
border-color: #00788c;
background-color: transparent;
color: #00788c;
}
.containerIA .button-teal-invert:hover {
color: #00b6b4;
border-color: #00b6b4;
text-decoration: none;
}
.containerIA .button-purple {
background: #6e46ae;
color: #fff;
border-color: #6e46ae;
}
.containerIA .button-purple:hover {
background: #8C65C9;
border-color: #8C65C9;
color: #fff;
}
.containerIA .button-blue {
background: #2175D9;
color: #fff;
}
.containerIA .button-blue:hover {
background: #4D91E1;
color: #fff;
}
.containerIA .button-robin {
background: #00B6B4;
color: #fff;
}
.containerIA .button-robin:hover {
background: #82D296;
color: #fff;
}
.containerIA .button-fuchsia {
background: #B557AF;
color: #fff;
}
.containerIA .button-fuchsia:hover {
background: #B557AF;
color: #fff;
}
.containerIA .button-red {
background: #DC323C;
color: #fff;
}
.containerIA .button-red:hover {
background: #DC323C;
color: #fff;
}
.containerIA .button.call-to-action {
	padding: 16px 30px 15px 30px;
	font-size: 18px;
	height: auto;
	width: 484px;
	position: absolute;
	top: -26px;
	left: -242px;
	z-index: 20;
	/* max-width: 240px; */
}

.containerIA .button-blue.call-to-action:hover {
background: #1a7fb4;color: white; text-decoration: none; opacity: 1;
}

.containerIA .button-orange {
border-color: #F09B1E;

background-color: #F09B1E;
color: #3d2462;
margin-bottom: 27px;
}
.containerIA .button-orange:hover {
border-color: #F09B1E;
background-color: transparent;
text-decoration: none;
}
.containerIA .button-top {
padding-right: 55px;
padding-left: 40px;
}
.containerIA .button-top .material-icons {
line-height: 1em;
position: absolute;
top: 12px;
right: 30px;
}
.containerIA .pricingModule-feature {
padding: 0 20px 25px;
color: #000;
background-color: #fafafa;
}
.containerIA .pricingModule-separator {
padding: 0 5px 25px;
border-top: 1px solid #cbcdce;
}
.containerIA .pricingModule-premiumButton {
margin: 0 0 10px;
font-size: 25px;
display: inline-block;
background: #6e46ae;
color: #fff;
padding: 10px 19px 9px;
border-radius: 50px;
min-width: 57px;
font-weight: 700;
}
.containerIA .pricingModule-arrow {
vertical-align: middle;
color: #00788c;
padding-left: 6px;
}
.containerIA .pricingModule-label {
font-weight: 700;
padding-top: 5px;
}
.containerIA .pricingModule-label.more {
cursor: pointer;
transition: 0.5s;
padding-bottom: 25px;
}
.containerIA .pricingModule-label.more:hover, .containerIA .pricingModule-label.more.active {
background: #ccc;
}
.containerIA .pricingModule-moreInfo {
background: #ccc;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.containerIA .pricingModule-description {
font-size: 0.9em;
}
.containerIA .numberFacts {
text-align: center;
}
.containerIA .numberFacts .flexItem:nth-child(1) {
flex: 0 1 32%;
}
.containerIA .numberFacts .flexItem:nth-child(2) {
flex: 0 1 65%;
}
.containerIA .numberFacts .flexItem:nth-child(1) img {
margin-top: 8%;
}
.containerIA .numberFacts h3 {
font-size: 25px;
}
.containerIA .numberFacts h3 small {
font-size: 0.6em;
}
.containerIA .numberFacts p.bigText {
font-size: 24px;
line-height: 1.35;
padding: 0 3%;
min-height: 110px;
}
.containerIA .numberFacts p.smallText {
font-size: 1em;
}
containerIA .numberFactsDetails {
min-height: 160px;
}
.containerIA .contentSmaller {
width: 70%;
}
.containerIA .imageColumns {
margin-top: 0;
}
.containerIA .imageWrapper {
background: url("img/texture-mint.png") top left/cover no-repeat;
padding: 0 6%;
position: relative;
padding-top: 56.25%;
margin-top: 8%;
}
.containerIA .imageWrapper.image {
padding-top: 70%;
}
.containerIA .leftColumn .imageWrapper iframe, .containerIA .leftColumn .imageWrapper img {
top: -30px;
right: -30px;
position: absolute;
}
.containerIA .rightColumn .imageWrapper iframe, .containerIA .rightColumn .imageWrapper img {
top: -30px;
left: -30px;
position: absolute;
}
.containerIA .customers {
padding-top: 2%;
}
.containerIA .customers h3 {
font-size: 1.625rem;
margin-top: 7%;
}
.containerIA .customers h3::before {
content: "";
display: block;
height: 3px;
width: 48px;
margin: 0 auto .5em 0;
background-color: #00788c;
}
.containerIA .customers .rightColumn {
padding: 0 0 0 8%;
}
.containerIA .centered {
text-align: center;
}
.containerIA .customerReference {
}
.containerIA .customerReference .content {
padding-top: 2%;
}
.containerIA .customerReference.darkVioletBg .content {
padding-top: 0%;
padding-bottom: 3%
}
.containerIA .customerReference h2::before {
content: "";
display: block;
height: 3px;
width: 48px;
margin: 0 auto .5em;
background-color: #00788c;
}
.containerIA .testimonials {
margin-top: -10%;
}
.containerIA .testimonialsModule {
box-shadow: -20px 20px 0 0 #d7f2f2;
background-color: #3d2462;
background: url("img/testim1.jpg") top left/100%;
display: flex;
width: calc(33% - 20px);
padding-top: 1%;
}
.containerIA .testimonialsModule:nth-child(2) {
background: url("img/testim2.jpg") top left/100%;
}
.containerIA .testimonialsModule-text {
color: white;
align-self: flex-start;
padding: 4%;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
width: 100%; /* IE11 fix */
}
.containerIA .testimonialsModule-text-button {

}
.containerIA .testimonialsModule h5 {
font-size: 1.3em;

font-weight: 400;
line-height: 33.8px;
margin-bottom: 13px;
margin-top: 10px;
}
.containerIA .testimonialsModule-text-main {
font-size: 1.25rem;
padding-bottom: 12%;
}
.containerIA .action h3 {
font-family: Champion, sans-serif;
font-size: 40px;
line-height: 55px
}
.containerIA .action p {
font-size: 20px;
line-height: 1.5;
}
.containerIA .action form {
text-align: left;
max-width: 560px;
margin: auto;
}
.containerIA footer a:hover {
color: white;
text-decoration: underline;
}
.containerIA footer .content {
width: 100%;
padding-left: 10%;
}
.containerIA footer .flexContainer {
padding: 45px 0;
}
.containerIA footer .footer-col20 {
  width: 18%;
}
.containerIA footer .footer-col30 {
  width: 30%;
}
.containerIA footer .footer-col40 {
  width: 36%;
  padding: 0;
  flex-direction: column
}
.containerIA footer .footer-col80 {
  width: 77%;
  padding: 0;
  flex-direction: column
}
.containerIA footer .logo {
  width: 100%
}
.containerIA footer .logo img {
  width: 68px;
  max-width: auto;
  margin: auto
}
.containerIA footer ul li {
  top: 0;
  left: 0
}
.containerIA footer ul li::before {
  content: ""
}
.containerIA footer .footer-socialIcons {
  flex-direction: row;
  padding: 0;
  justify-content: space-between;
  margin: 3% 0 0;
    max-width: 240px;
}
.containerIA footer .footer-socialIcons li {
   border-radius: 100%; color: rgb(255, 255, 255);
width: 35px;
height: 35px;
box-sizing: border-box;
border-radius: 50%;
display: flex;
justify-content: center;
margin-right: 12px;
    align-items: top;
/*! padding: 5px 5px; */
}

.containerIA footer .footer-socialIcons li svg {
   fill:#fff;  width: 22px; height: 22px;
}

.containerIA footer h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  color: white;
  padding: 0 0 10px;
  font-weight: normal;
}
.containerIA footer a, .containerIA footer li {
  font-size: 13.5px;
  text-decoration: none;
  line-height: 2.5em;
}
.containerIA footer a:hover {color: rgb(0,182,180); text-decoration: none;}
.containerIA .footer-copyright {
  align-self: flex-end;
  font-size: 13px;
  width: 100%
}
.containerIA .footer-copyright {
align-self: flex-end;
font-size: 13px;
width: 100%;
}
.containerIA .trustseal {
height: 45px;
margin: 30px 0;
}
.containerIA .purpleBg.grayBgAfter h2 ~ p {
font-size: 16px;
line-height: 1.3em;
}
/* The container */
.labelCheckboxContainer {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
}
/* Hide the browser's default checkbox */
.labelCheckboxContainer input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}
/* On mouse-over, add a grey background color */
.labelCheckboxContainer:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.labelCheckboxContainer input:checked ~ .checkmark {
background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.labelCheckboxContainer input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.labelCheckboxContainer .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.containerIA .aboutCompanies {
padding: 0;
}
.containerIA .aboutCompanies .leftColumn, .containerIA .aboutCompanies .rightColumn {
/*! display: flex; */
justify-content: start;
flex-direction: column;
padding: 4%;
}
.containerIA .aboutCompanies .leftColumn.text {
padding: 8% 7% 8% 14%;
display: block;
}
.containerIA .aboutCompanies .leftColumn img, .containerIA .aboutCompanies .leftColumn iframe {
margin-right: -15%;
margin-left: 15%;
}
.containerIA .aboutCompanies .rightColumn.text {
padding: 8% 14% 8% 7%;
display: block;
}
.containerIA .aboutCompanies .rightColumn img, .containerIA .aboutCompanies .rightColumn iframe {
margin-left: -15%;
margin-right: 15%;
}
.containerIA .aboutCompanies h2 {
text-align: left;
}
.containerIA .twoButtons .button {
max-width: 316px;
margin: auto;
display: block;
}
.containerIA .leaderQuotes {
margin-top: 0%;
}
.containerIA .leaderQuotes .pictureContainer {
position: relative;
max-width: 400px;
margin: auto;
}
.containerIA .leaderQuotes p {
font-size: 16px;
margin: 4% 8%;
text-indent: -6px;
}
.containerIA .leaderQuotes .pictureContainer strong {
display: block;
background: #2175D9;
color: white;
padding: 6px 20px;
width: max-content;
position: absolute;
bottom: 20px;
right: -20px;
}
.containerIA .jobsuche {
font-size: 0.8em;
}
.containerIA .jobsuche p {
font-size: 15px;
margin-bottom: 2%;
}
.containerIA .jobsuche h2 {
font-size: 30px;
margin-bottom: 2%;
}
.containerIA .jobsuche .twoButtons .button {
max-width: 200px;
min-width: 150px;
}
.containerIA .videoWrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.containerIA .videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.containerIA .special-list, .containerIA .plus-list  {text-align: left; font-size: 1.1em;}    
.containerIA .special-list li {display: block; width: auto; margin-bottom: 8px;}    
.containerIA .special-list li::before {content: "done"; font-family: 'Material Icons'; }    
.containerIA .plus-list  { font-size: 20px;}        .containerIA .plus-list li {display: inline-block; width: auto;}


.containerIA .plus-list li::before {content: "add"; font-family: 'Material Icons';font-size: 27px;top: -7px;}

.containerIA .list-icons {
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
.containerIA .list-icons li {
/*! max-width: 230px; */
padding: 15px;
text-align: center;
left: 0;
margin-bottom: 15px;
width: 35%;
}    
.containerIA .list-icons li span.material-icons {
font-size: 50px;
}
.containerIA .list-icons li::before {
content: "";
}

/* FAQs Accordion styles */
.tabs {
  max-width: 792px;
  margin: auto;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
}
.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab {
  width: 100%;
  overflow: hidden;
  /*! border-bottom: 1px solid #616161; */
  margin-bottom: 1em;
}
.tab:last-child {
  border-bottom: none;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em 0 0;
  color: #0272AC;
  font-weight: bold;
  cursor: pointer;
  transition: 0.35s color ease; /* Icon */
}
.tab-label:hover {
  color: #0099e5;
}
.tab-label::after {
  content: "expand_more";
  font-family: "Material Icons";
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  transition: all 0.35s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tab-content {
  max-height: 21px;
  padding: 0;
  color: inherit;
  transition: all 0.35s;
    position: relative;
    z-index: 1;
}
.tab-content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  height: 30px;
  content: "";
    background:linear-gradient(180deg,rgba(255,255,255,0) 1%,rgba(255,255,255,.65) 58%,rgba(255,255,255,1) 100%);
    z-index: 10;
}
.violetBg .tab-content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  height: 30px;
  content: "";
    background:linear-gradient(180deg,rgba(61,35,98,0) 1%,rgba(61,35,98,.65) 58%,rgba(61,35,98,1) 100%);
    z-index: 10;
}
.violetBg .tab-label {color: #00B6B4;}
input:checked + .tab-label {
  color: #0099e5;
}
input:checked + .tab-label::after {
  transform: scaleY(-1);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0 0 1em 0;
}

.containerIA .darkerGrayBg {
background: #d5d3e4;
}
.containerIA .contactForm input[type=text], .containerIA .contactForm input[type=email], .containerIA .contactForm textarea  {
padding: 10px;
    width: 100%;
    font-size: 19px;
    font-family: inherit;
    line-height: 1.5;
    color: #555;
    background-color: #f1f1f1;
	border: 0;
}

.containerIA .contactForm p {margin-bottom:0;}
.containerIA .contactForm .wpcf7-form p:last-of-type {text-align:center; margin-top:4%;}
.containerIA .contactForm .wpcf7-form {background: white; padding: 3% 4% 4%;}
/****************************************************************************/
/*********  Breakepoints *****************************************************/
/****************************************************************************/

@media screen and (max-width: 1530px) {
.containerIA .numberFacts p.bigText {
min-height: 140px;
}
}

@media screen and (max-width: 1123px) {
.containerIA .numberFacts p.bigText {
min-height: 167px;
}
.containerIA .headerText {
width: 90%;
}
.containerIA header::before {
position: absolute;
content: " ";
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.6) 35%, rgba(29,29,29,0.7) 65%, rgba(29,29,29,.9) 90%);
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}	
.containerIA header::after {
position: absolute;
content: " ";
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(29,29,29,.5) 0%, rgba(29,29,29,0.7) 3%, rgba(0,0,0,0) 12%);
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}	
}

@media screen and (max-width: 1025px) {
.containerIA .content {
width: 95%;
}
.containerIA .headerText h1 {
font-size: 50px;
font-size: 3.2rem;
margin-top: 43%;
}
.containerIA .headerRight {
margin-right: 0;
width: 140px;
}
.containerIA .headerRight a.mobile-hidden {
display: none;
}
.containerIA .slideshowDisplay {
width: 250px;
}
.containerIA .textSlides {
width: 250px;
height: 250px;
}
.containerIA .textSlides .material-icons {
font-size: 2.5rem;
}
.containerIA .textSlides h3 {
font-size: 1.2rem;
}
.containerIA .pie {
clip: rect(0, 280px, 280px, 140px);
}
.containerIA .pie .half-circle {
clip: rect(0, 151px, 270px, 0px);
}
.containerIA .progress-60 .pie, .progress-100 .pie {
clip: rect(auto, auto, auto, auto);
}
.containerIA .progress-60 .pie .right-side {
transform: rotate(180deg);
clip: rect(0, 140px, 280px, 0px);
}
.containerIA .progress-100 .pie .right-side, .containerIA .progress-100 .pie .left-side {
transform: rotate(0);
clip: rect(auto, auto, auto, auto);
}
.containerIA .slideshowStatus {
margin: 10% auto 0;
width: 50px;
}
.containerIA .slickSlide {
margin: 0;
}
.containerIA .slickSlide:nth-child(1) {
margin-right: 3%;
}
.containerIA .leaderQuotes .pictureContainer strong {
right: -5px;
}
}

@media screen and (max-width: 877px) {
.containerIA .numberFacts p.bigText {
min-height: 208px;
}
.containerIA .leaderQuotes .pictureContainer strong {
width: auto;
}
}

@media screen and (max-width: 770px) {
.containerIA .headerRight {
}
.containerIA .headerRight span.mobile-hidden {
display: none;
}
.containerIA .headerText {
width: 100%;
padding: 2%;
}

.containerIA .section.intro .flexContainer {
display: block;
}
.containerIA .section.intro .flexContainer .leftColumn, .containerIA .section.intro .flexContainer .rightColumn {
width: 100%;
padding-bottom: 4%;
}
.containerIA .section.intro .flexContainer .leftColumn {
padding-bottom: 15%;
}
.containerIA .slickSlide {
width: 45%;
}
.containerIA .pricingModule-premiumButton {
font-size: 21px;
}
.containerIA .testimonialsModule {
width: calc(100% - 20px);
margin: auto;
margin-bottom: calc(4% + 20px);
}
.containerIA .numberFacts p.bigText {
min-height: 238px;
}
.containerIA .numberFacts.flexContainer  {
display: block;
}
	 .containerIA .numberFacts .flexItem:nth-child(1) img {height: 60vw;
object-fit: cover;}
.containerIA .section h2 {
    font-size: 45px;
    line-height: 1.4;
}
	.containerIA .aboutCompanies .leftColumn, .containerIA .aboutCompanies .rightColumn {
	padding-top: 7%;
}
	.containerIA .list-icons li {
    max-width: auto;
    width: 45%;
}
}

@media screen and (max-width: 640px) { /* portrait view on all mobile devices */
.containerIA {
font-size: 16px;
}
.containerIA .logo {
width: 100px;
}
.containerIA .title {
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
font-size: 0.8em;
}
.containerIA .flexContainer {
display: block;
}
.containerIA .mobile-hidden {
display: none;
}
.containerIA .desktop-hidden {
display: block;
}
.containerIA .content {
padding: 3%;
width: 100%;
}
.containerIA a[href ^="tel"] {
border-bottom: thin dotted;
}
.containerIA header {
background: url("img/pexels-tima-miroshnichenko-6169129-mobile.jpg") top center/cover no-repeat;
}
.containerIA header .flexContainer {
display: flex;
}
.containerIA nav {
width: 100%;
order: 3;
}
.containerIA .headerRight {
width: 100px;
order: 2;
margin-right: -2%;
}
.containerIA .headerText {
text-align: center;
width: 100%;
}
.containerIA .headerText h1 {
font-family: ChampionWelter, sans-serif;
font-size: 2.375rem;
line-height: 45px;
text-align: inherit;
margin-top: 75%;
}
.containerIA .headerText p {
font-size: 1.125rem;
line-height: 23px;
}
.containerIA .section h2 {
font-size: 28px;
line-height: 1.5em;
}
.containerIA .slickSlide {
width: auto;
max-width: 368px;
margin: auto;
}
.containerIA .slickSlide:nth-child(1) {
margin-right: auto;
}
.containerIA .leftColumn, .containerIA .rightColumn, .containerIA .section.aboutCompanies .flexContainer .leftColumn, .containerIA .section.aboutCompanies .flexContainer .rightColumn {
width: 100%;
padding-bottom: 5%;
padding-top: 7%;
}
.containerIA .aboutCompanies .rightColumn img, .containerIA .aboutCompanies .leftColumn img {
margin: auto;
}
.containerIA .aboutCompanies .flexContainer:nth-child(2) {
display: flex;
flex-direction: column;
}
.containerIA .aboutCompanies .flexContainer:nth-child(2) .blueBg {
order: 2
}
.containerIA .customers .rightColumn {
padding: 0 0 0;
}
.containerIA .grayBg .imageColumns {
display: flex;
flex-direction: column;
}
.containerIA .grayBg .imageColumns .leftColumn {
order: 2;
}
.containerIA .imageWrapper {
height: 55vw;
}
.containerIA .leftColumn .imageWrapper {
margin-right: 3%;
}
.containerIA .rightColumn .imageWrapper {
margin-left: 3%;
}
.containerIA .leftColumn .imageWrapper iframe, .containerIA .leftColumn .imageWrapper img {
top: -10px;
right: -10px;
}
.containerIA .rightColumn .imageWrapper iframe, .containerIA .rightColumn .imageWrapper img {
top: -10px;
left: -10px;
}
.containerIA .imageWrapper.image {
height: 60vw;
}
.containerIA .imageColumns {
text-align: center;
}
.containerIA .imageColumns h3, .containerIA .imageColumns p {
text-align: left;
}
.containerIA footer .flexContainer {
    padding: 3% 0;
    display: flex;
    justify-content: center;
  }
  .containerIA footer .footer-socialIcons {
    /*! justify-content: flex-start; */
  }
  .containerIA footer .footer-col20, .containerIA footer .footer-col30 {
    width: 100%;
    padding-bottom: 3%;
  }
  .containerIA footer .footer-col30 .footer-col20 {
    width: 20%
  }
  .containerIA footer .footer-col20 ul,  .containerIA footer .footer-col30 ul {
    text-align: center;
    background: #230939;
    position: relative;
    z-index: 10;
    margin: auto;
  }
  .containerIA footer a, .containerIA footer li {
    font-size: 17px;
    line-height: 1.8em
  }
  .containerIA footer .footer-col40 {
    width: 70%;
    text-align: center
  }
  .containerIA .footer-copyright {
    font-size: 11px;
    text-align: center;
  }
  .containerIA .trustseal {
    height: 45px;
    margin: 30px auto
  }
.containerIA .footer-copyright {
font-size: 11px;
}
.containerIA .trustseal {
height: 45px;
margin: 30px auto;
}
.containerIA .purpleBg.grayBgAfter h2 ~ p {
font-size: 14px;
line-height: 1.3em;
}
.containerIA .button {
line-height: 1.4;
}
.containerIA .button.buttonFreeJobs {
max-width: 330px;
font-size: 0.7em !important;
padding-left: 15px; padding-right: 15px;
margin: auto;
display: block;
}
.containerIA .aboutCompanies .leftColumn.text {
padding: 8% 7%;
}
.containerIA .aboutCompanies .leftColumn img, .containerIA .aboutCompanies .leftColumn iframe {
margin-right: 0%;
margin-left: 0%;
}
.containerIA .aboutCompanies .rightColumn.text {
padding: 8% 7%;
}
.containerIA .aboutCompanies .rightColumn img, .containerIA .aboutCompanies .rightColumn iframe {
margin-left: 0%;
margin-right: 0%;
}
.containerIA .jobsuche .flexContainer.twoButtons {
display: flex;
}
.containerIA .jobsuche .twoButtons .leftColumn, .containerIA .jobsuche .twoButtons .rightColumn {
width: 49%;
}
   

    .containerIA .whiteBg {text-align: center;}
    .containerIA .whiteBg img {margin: auto; width: 35%;}
}

@media screen and (max-width: 515px) {
.containerIA .testimonialsModule {
background: url("img/testim1.jpg") top left/100%;
background-size: cover;
}
.containerIA .testimonialsModule:nth-child(2) {
background: url("img/testim2.jpg") top left/100%;
background-size: cover;
}
.containerIA .button-top {
line-height: 1em;
padding-left: 30px;
padding-right: 40px;
}
.containerIA .button-top .material-icons {
top: 24px;
right: 10px;
}
    .containerIA .list-icons li {
    width: 100%;
}
    .containerIA .button.call-to-action {
    padding: 10px 20px;
    font-size: 12px;
    height: 51px;
    width: 270px;
    top: -23px;
    left: -135px;
}
}

@media print {
.noprint {
display: none !important;
}
}
/* to adjust the styling for input fields on iPhones*/

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.alertstatus {
background: none repeat scroll 0 0 #DC323C;
border-bottom: 1px solid grey;
box-shadow: 1px 3px 4px 0 rgba(0,0,0,.15);
color: #fff;
font-family: "Proxima Nova", sans-serif;
font-size: 18px;
line-height: 140%;
padding: 8px 0 8px 8px;
position: fixed;
right: 0;
text-align: right;
top: 0;
width: 100%;
z-index: 999;
}

.alerttextinner {
margin: 0 auto;
padding: 0 14px;
max-width: 906px;
text-align: center;
}
.alertstatusgray {
background: none repeat scroll 0 0 #999999;
border-bottom: 1px solid grey;
box-shadow: 1px 3px 4px 0 rgba(0,0,0,.15);
color: #999999;
font-family: "Proxima Nova", sans-serif;
font-size: 18px;
line-height: 140%;
padding: 8px 0 8px 8px;
position: fixed;
right: 0;
text-align: right;
top: 0;
width: 100%;
z-index: -999;
}

.alerttextinnergray {
margin: 0 auto;
padding: 0 14px;
max-width: 906px;
text-align: center;
}

