@charset "UTF-8";
/* Global */
a {
  transition: 0.3s ease; }
  a:hover {
    text-decoration: none;
    color: var(--vision-color-primary);
    transition: 0.3s ease; }

.nav-fixed {
  position: fixed;
  background: white;
  z-index: 5;
  width: 100%;
  top: 0;
  padding-bottom: 20px; }

.back-to-start-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  z-index: 99; }
  .back-to-start-button i {
    color: var(--vision-color-primary) !important;
    font-size: 16px !important;
    margin-left: 7px; }

.back-to-start-button .nav .nav-item .nav-link:hover {
  color: white !important; }
  .back-to-start-button .nav .nav-item .nav-link:hover i {
    color: white !important; }

.sans-pro-font {
  font-family: "source sans pro", sans-serif;
  font-size: 70px;
  font-weight: 900;
  text-align: left;
  line-height: 1em;
  color: #aaa; }

#top {
  display: flex;
  justify-content: center; }
  #top .nav-item a {
    color: var(--vision-color-primary);
    font-size: 14px;
    font-weight: bold;
    border: 1px solid var(--vision-color-primary);
    margin: 5px;
    padding: 3px 25px;
    opacity: 70%; }
    #top .nav-item a:hover {
      color: white !important;
      background-color: var(--vision-color-primary);
      opacity: 100%; }

#top2 {
  display: flex;
  justify-content: center; }
  #top2 .nav-item a {
    color: var(--vision-color-primary);
    font-size: 14px;
    font-weight: bold;
    border: 1px solid var(--vision-color-primary);
    margin: 5px;
    padding: 3px 25px;
    opacity: 70%; }
    #top2 .nav-item a:hover {
      color: white !important;
      background-color: var(--vision-color-primary);
      opacity: 100%; }

#top2 .nav-item.active a {
  color: white !important;
  background-color: var(--vision-color-primary);
  opacity: 100%; }

.btn, .news-details, a strong {
  transition: 0.3s; }
  .btn i, .news-details i, a strong i {
    transition: 0.3s; }
  .btn:hover, .news-details:hover, a strong:hover {
    color: var(--vision-color-primary) !important;
    text-decoration: none; }
    .btn:hover i, .news-details:hover i, a strong:hover i {
      color: var(--vision-color-primary);
      transform: translateX(10px);
      transition: 0.3s; }
    .btn:hover .fa-chevron-left, .btn:hover .fa-arrow-alt-circle-left, .news-details:hover .fa-chevron-left, .news-details:hover .fa-arrow-alt-circle-left, a strong:hover .fa-chevron-left, a strong:hover .fa-arrow-alt-circle-left {
      transform: translateX(-10px) !important; }
    .btn:hover .fa-chevron-down, .news-details:hover .fa-chevron-down, a strong:hover .fa-chevron-down {
      transform: translateY(5px); }

body {
  font-family: "source sans pro", sans-serif;
  color: #202020;
  line-height: 1.5em;
  font-size: 1.1em;
  /* margin-top: 75px; */ }

button.btn:hover {
  color: #fff; }

.background-color-box {
  background: #f2f3f4;
  max-width: 100%; }

#headingOne, #headingTwo, #headingThree, #headingFour {
  background: none; }

h1, h2, h3 {
  font-size: 47px;
  font-weight: 600; }

h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 700; }

.card {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border: 0; }

[data-href] {
  cursor: pointer; }

/* ------------------------------ ANCHOR FORMS ------------------------------ */
.form-control {
  background-color: #e5e5e5;
  padding: 25px 0px 25px 20px;
  border: 0;
  border-radius: 0px;
  margin-bottom: 25px; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f2f3f4; }
  .form-control::placeholder {
    color: #aaa !important;
    font-size: 16px; }

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  border: 1px solid black;
  width: 20px;
  height: 20px;
  background-color: white;
  display: block;
  content: "";
  margin-right: 5px;
  z-index: 4; }
input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
  border-color: var(--vision-color-primary);
  background-color: var(--vision-color-primary); }
input[type="checkbox"]:focus + label::before, input[type="radio"]:focus + label::before {
  box-shadow: none;
  border-color: inherit; }
input[type="checkbox"]:active + label::before, input[type="checkbox"]:focus:not(:checked), input[type="radio"]:active + label::before, input[type="radio"]:focus:not(:checked) {
  border-color: inherit; }
input[type="checkbox"] + label::before {
  border-radius: 0px; }

.bootstrap-select button {
  color: #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0;
  height: 60px;
  font-size: 18px; }
.bootstrap-select .filter-option-inner {
  outline: none; }

/*INITIATIVE BEWERBEN*/
.btn {
  text-transform: uppercase;
  padding: 15px 30px; }
  .btn.btn-default {
    border: 0;
    font-size: 16px !important;
    font-weight: 700;
    color: white;
    background-color: #c2172a;
    border-radius: 0px; }
  .btn.btn-primary {
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color: #491e30;
    opacity: 0.8;
    border-radius: 0px; }
    .btn.btn-primary:hover {
      opacity: 0.6; }

/* Navigationsbar */
nav.navbar {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px; }
  nav.navbar .navbar-nav {
    padding-top: 0;
    margin-top: -15px; }
    nav.navbar .navbar-nav .nav-link {
      padding-top: 0; }

a.nav-link {
  text-align: right; }

.navbar {
  text-transform: uppercase;
  padding: 50px 0px 50px 50px;
  font-weight: 600;
  font-size: 20px; }
  .navbar .nav-link {
    color: #2b2b2b !important; }
  .navbar .active.nav-item a {
    position: relative;
    font-weight: 900; }
    .navbar .active.nav-item a:after {
      content: "";
      width: 100%;
      height: 1px;
      border-top: 3px solid #333;
      position: absolute;
      bottom: 0;
      left: 0; }
  .navbar .nav-logo {
    width: 150px;
    height: auto; }
  .navbar .navbar-nav {
    padding-top: 40px; }

/* Banner */
.banner-image {
  width: 100%;
  height: calc(100vh - 150px);
  padding: 50px;
  position: relative; }
  .banner-image .banner-image-inner {
    width: 100%;
    height: 100%;
    position: relative;
    /*---*/ }
    .banner-image .banner-image-inner img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: relative;
      object-position: 20% 12%; }
      .banner-image .banner-image-inner .banner-label-form a {
        font-size: 16px;
        padding: 15px 30px; }
      .banner-image .banner-image-inner .banner-label-form i {
        font-weight: 700;
        margin-left: 15px;
        color: white; }
      .banner-image .banner-image-inner .banner-label-form .btn-primary {
        margin-bottom: 4px; }
    .banner-image .banner-image-inner .square-overlay {
      clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
      background-color: #b9011c;
      opacity: 0.8;
      height: 100%;
      width: 49%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .banner-image .banner-image-inner .caveat-overlay {
      position: absolute;
      top: 200px;
      left: 125px;
      width: 700px;
      height: auto;
      z-index: 2; }
    .banner-image .banner-image-inner .btn-default {
      opacity: 0.8; }
    .banner-image .banner-image-inner .banner-label {
      bottom: 0px;
      z-index: 2;
      position: absolute;
      margin-left: 30px;
      margin-bottom: 15px; }
      .banner-image .banner-image-inner .banner-label #jtitle, .banner-image .banner-image-inner .banner-label #lname {
        width: 315px;
        font-size: 18px; }
      .banner-image .banner-image-inner .banner-label .advanced-search {
        margin-top: 7px;
        color: white;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        font-family: "source-sans-pro", sans-serif;
        text-transform: uppercase; }
        .banner-image .banner-image-inner .banner-label .advanced-search:hover {
          color: white !important; }
        .banner-image .banner-image-inner .banner-label .advanced-search img {
          width: 7px;
          height: auto;
          margin-left: 7px;
          margin-bottom: 2px; }
        .banner-image .banner-image-inner .banner-label .advanced-search i {
          color: white;
          margin-left: 5px; }
      .banner-image .banner-image-inner .banner-label .small-angle {
        font-size: 18px;
        margin-left: 5px; }
      .banner-image .banner-image-inner .banner-label .banner-label-form {
        display: flex;
        height: 60px; }
        .banner-image .banner-image-inner .banner-label .banner-label-form .btn-primary {
          padding-left: 40px !important;
          padding-right: 40px !important; }
      .banner-image .banner-image-inner .banner-label .btn, .banner-image .banner-image-inner .banner-label input {
        height: 100%;
        display: flex;
        align-items: center;
        display: inline-block;
        font-size: 16px; }
      .banner-image .banner-image-inner .banner-label form {
        margin-right: 50px; }
        .banner-image .banner-image-inner .banner-label form input {
          border: 0;
          padding: 20px 30px 20px 30px; }

.bootstrap-select .filter-option-inner {
  text-transform: none; }
.bootstrap-select .dropdown-item {
  transition: 0.3s; }
  .bootstrap-select .dropdown-item span {
    transition: 0.3s; }
  .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    background-color: var(--vision-color-primary);
    transition: 0.3s; }
    .bootstrap-select .dropdown-item.active span, .bootstrap-select .dropdown-item:active span {
      color: #fff;
      transition: 0.3s; }
.bootstrap-select .dropdown-menu li a {
  text-transform: none; }

.accordion-section .h2-accordion {
  position: relative;
  padding-bottom: 30px;
  font-size: 47px; }
.accordion-section #accordion {
  width: 100%;
  border-top: 2px solid var(--vision-color-primary);
  position: relative; }
  .accordion-section #accordion .dropdown-collapse {
    border-bottom: 2px solid var(--vision-color-primary);
    /* Header */
    /* Body */ }
    .accordion-section #accordion .dropdown-collapse .card-header {
      border: 0;
      padding: 10px 0; }
      .accordion-section #accordion .dropdown-collapse .card-header .btn {
        font-size: 24px;
        font-weight: 600;
        text-transform: initial;
        transform: rotate(0deg);
        padding: 0;
        text-align: left;
        padding: 0;
        display: flex;
        align-items: center;
        text-decoration: none;
        line-height: 1.2em;
        /* Active */ }
        .accordion-section #accordion .dropdown-collapse .card-header .btn i {
          position: absolute;
          left: 10px;
          color: black;
          transform: rotate(0deg);
          padding: 0;
          font-size: 20px;
          transition: 0.3s; }
        .accordion-section #accordion .dropdown-collapse .card-header .btn span {
          padding-left: 50px; }
        .accordion-section #accordion .dropdown-collapse .card-header .btn:not(.collapsed) {
          padding: 0; }
          .accordion-section #accordion .dropdown-collapse .card-header .btn:not(.collapsed) i {
            color: var(--vision-color-primary);
            transform: rotate(90deg);
            font-size: 20px;
            transition: 0.3s; }
    .accordion-section #accordion .dropdown-collapse .card-body {
      padding: 5px 10px 20px;
      padding-left: 50px; }

/* Headline */
.headline {
  padding-left: 80px; }
  .headline p {
    text-align: left;
    font-size: 18px;
    line-height: 1.3em; }
  .headline span {
    font-style: italic;
    text-align: left; }
  .headline .headline-title {
    width: fit-content; }

/* Startseitensektion Neuigkeiten */
.news {
  padding: 0px 150px 0px 150px; }
  .news .news-row {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px; }
    .news .news-row .card-img-top {
      height: 100%;
      min-height: 300px;
      max-height: 300px;
      object-fit: cover; }
  .news .welcome a.news-details {
    color: #333;
    font-size: 22px;
    text-decoration: none; }
    .news .welcome a.news-details:hover {
      color: var(--vision-color-primary); }
    .news .welcome a.news-details:hover > i {
      color: var(--vision-color-primary); }
    .news .welcome a.news-details i {
      padding-left: 10px;
      font-size: 16px; }
  .news .card {
    height: 100% !important; }
  .news .card-body {
    padding-left: 0px;
    width: auto;
    height: 100%;
    position: relative; }
    .news .card-body h4 {
      font-size: 23px;
      height: auto; }
    .news .card-body h5 {
      height: auto;
      font-size: 28px;
      font-weight: 600; }
    .news .card-body .second-title {
      font-weight: 700;
      font-size: 22px; }
    .news .card-body span {
      padding-bottom: calc(64px + 15px); }
    .news .card-body .news-details {
      color: #333;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      margin-bottom: 30px;
      display: flex;
      align-items: center; }
      .news .card-body .news-details i {
        color: var(--vision-color-primary);
        padding-left: 5px;
        font-size: 26px;
        font-weight: 700; }
  .news span {
    padding-left: 0px; }
  .news .card {
    transition: 0.3s;
    position: relative;
    margin-bottom: 10px; }
    .news .card:hover {
      transform: scale(1.05);
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35); }
  .news .corona-img {
    object-fit: cover;
    object-position: 32% 0;
    height: 100%;
    width: auto; }

/* Video */
.video-playback {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* Kununu Platzhalter */
.kununu .kununu-title {
  color: #fd03d7;
  font-weight: 600;
  font-size: 40px; }

/* Instagram */
.instagram-title {
  padding: 0 120px; }
  .instagram-title .card {
    border: 0px;
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }

/* Footer */
footer {
  padding: 100px 0px 100px 50px;
  background-color: #474747; }
  footer .footer-logo {
    filter: brightness(0) invert(1); }
  footer .container-fluid {
    color: white; }
  footer a {
    color: #ffffff; }
  footer .footer-text, footer .address {
    color: #b8b8b8;
    font-size: 18px; }
    footer .footer-text strong, footer .address strong {
      color: #b8b8b8; }
  footer .social-media-link {
    padding: 0px 20px 30px 0px;
    height: auto;
    width: 55px; }
    footer .address p {
      margin-bottom: 0px; }
  footer ul {
    padding-left: 0; }
  footer li {
    color: #b8b8b8;
    list-style-type: none; }
  footer .nav-links, footer .data-sec {
    font-size: 18px; }
    footer .nav-links i, footer .data-sec i {
      font-size: 12px; }
    footer .nav-links:hover i, footer .data-sec:hover i {
      transform: none; }
    footer .nav-links li, footer .data-sec li {
      list-style: none;
      margin-bottom: 6px; }
  footer .placeholder strong {
    color: #fd03d7; }
  footer .placeholder .siegel-img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px; }
  footer .footer-ref {
    display: block; }

/* HAJO */
.navbar {
  padding: 0px 0px;
  padding-top: 20px;
  font-size: 18px; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

.banner-image {
  height: 600px;
  padding: 0px;
  margin-top: 10px; }

main {
  padding: 0px; }

/* .headline h2 {
    font-family: "source-sans-pro", serif;
    font-weight: 600;
    font-size: 42px;
} */
* {
  color: #333; }

p {
  color: #333; }

#de_1_News {
  background: #f2f3f4;
  padding-top: 100px;
  padding-bottom: 100px; }

.news .card-body {
  padding: 40px;
  padding-bottom: 66px; }

.mark, mark {
  background: none; }

.news p {
  font-size: 18px; }

.news .card-body h5 {
  font-size: 32px; }

.m-90 {
  margin-top: 20px !important; }

footer p, footer .fab {
  color: #b8b8b8;
  padding-right: 20px; }

.btn-default {
  opacity: 1; }

.fa-angle-right {
  color: #fff; }

#navbarNav {
  justify-content: flex-end; }

.banner-image-inner {
  overflow: hidden; }

.banner-image-inner > img {
  width: 100%;
  animation: move 20s ease;
  /* Add infinite to loop. */
  -ms-animation: move 20s ease;
  -webkit-animation: move 20s ease;
  -o-animation: move 20s ease;
  -moz-animation: move 20s ease;
  position: absolute; }

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */ }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */ } }
/*---------------------------------------------- Unterseite 'Für Bewerber' ---------------------------------------------- */
.applicants {
  max-width: 100%; }
  .applicants .card {
    width: 100%;
    margin-left: 0 !important; }
  .applicants .card-body {
    padding-left: 0px;
    width: 100%;
    height: auto; }
    .applicants .card-body h4 {
      font-size: 32px;
      height: 50px; }
    .applicants .card-body h5 {
      height: 50px;
      font-size: 28px;
      font-weight: 600; }
    .applicants .card-body .second-title {
      font-weight: 700;
      font-size: 22px; }
    .applicants .card-body a, .applicants .card-body button {
      color: #373737; }
    .applicants .card-body i {
      font-size: 20px;
      margin-left: 7px;
      margin-bottom: 3px; }
  .applicants i {
    vertical-align: middle;
    font-size: 30px;
    font-weight: 700; }
  .applicants .news-content {
    padding-top: 50px; }
  .applicants .btn-default {
    padding: 15px 30px 15px 30px;
    margin-top: 15px; }
  .applicants .contact-steps {
    background: #e8e0e1;
    padding: 30px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }
    .applicants .contact-steps .each-step {
      position: relative;
      margin-bottom: 30px; }
      .applicants .contact-steps .each-step:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        border-left: 4px solid var(--vision-color-primary);
        bottom: -30px;
        left: 15px; }
      .applicants .contact-steps .each-step:last-child::after {
        content: none; }
    .applicants .contact-steps span {
      color: var(--vision-color-primary);
      margin-right: 8px;
      font-size: 40px; }
    .applicants .contact-steps h4 {
      margin-bottom: 0px; }
  .applicants .steps-woman {
    /* position: relative; */
    margin: 0;
    height: 100%;
    object-fit: cover;
    object-position: 22% 20%;
    border-radius: 0; }
  .applicants .essentials {
    margin: 30px 0px 0px 200px;
    font-size: 20px;
    font-weight: 600; }
    .applicants .essentials ul {
      list-style: "-  "; }
      .applicants .essentials ul li {
        margin-bottom: 15px; }
  .applicants .apply-container {
    max-width: 100%;
    top: 50px; }
  .applicants .initiativ-btn {
    padding: 15px 65px; }

/*----------------- ALEX FÜR BEWERBER-----------------*/
main.applicants {
  margin: 0 !important;
  /* padding: 20px 0 0; */ }
  main.applicants .headline h1 {
    margin: 0 !important;
    margin-bottom: 100px !important; }
main.applicants .section-job-types .job-types {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  margin: 0 10px 10px 10px;
  transition: 0.3s;
  position: relative; }
  main.applicants .section-job-types .job-types:hover {
    transform: scale(1.08);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35); }
  main.applicants .section-job-types .job-types .card {
    margin: 0px; }
  main.applicants .section-job-types .job-types .card-body {
    padding: 44px !important;
    background-color: #fff; }
    main.applicants .section-job-types .job-types .card-body a, main.applicants .section-job-types .job-types .card-body button {
      text-decoration: none;
      position: absolute;
      bottom: 20px;
      font-weight: 600;
      background-color: transparent;
      border: 0; }
      main.applicants .section-job-types .job-types .card-body a i, main.applicants .section-job-types .job-types .card-body button i {
        color: var(--vision-color-primary);
        font-size: 22px;
        margin-left: 10px; }
main.applicants #de_9_Stellenangebote\ Button h2.caveat-title {
  margin-bottom: 0 !important; }
main.applicants #de_9_Schritte\ zum\ neuen\ Job .contact-steps {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1); }
main.applicants #de_9_Schritte\ zum\ neuen\ Job .steps-woman {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1); }
main.applicants #de_9_Das\ Wesentliche .essentials {
  margin: 30px 0px 0px 50px; }
  main.applicants #de_9_Das\ Wesentliche .essentials ul {
    list-style: none;
    column-count: 2;
    column-gap: 115px; }
    main.applicants #de_9_Das\ Wesentliche .essentials ul li {
      position: relative;
      float: left;
      padding-right: 19px;
      padding-bottom: 5px;
      break-inside: avoid-column; }
      main.applicants #de_9_Das\ Wesentliche .essentials ul li::before {
        position: absolute;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: var(--vision-color-primary);
        font-size: 9px;
        left: -20px;
        top: 0px; }

/*----------------------------------ALEX BEARBEITUNGEN ACCORDION----------------------------------*/
#de_9_Accordion .accordion-section #accordion .dropdown-collapse .card-header, #de_15_Accordion .accordion-section #accordion .dropdown-collapse .card-header {
  border: 0;
  padding: 15px 0; }
#de_9_Accordion h2, #de_15_Accordion h2 {
  letter-spacing: 2px;
  line-height: 70px;
  padding-top: 10px;
  position: relative; }
  #de_9_Accordion h2::after, #de_15_Accordion h2::after {
    position: absolute;
    content: "";
    background-color: var(--vision-color-primary);
    width: 75px;
    height: 4px;
    left: 0px;
    bottom: 25px; }
  #de_9_Accordion h2 span, #de_15_Accordion h2 span {
    color: var(--vision-color-primary);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 55px; }

#de_10_Accordion .accordion-section #accordion .dropdown-collapse .card-header, #de_12_Accordion .accordion-section #accordion .dropdown-collapse .card-header {
  border: 0;
  padding: 15px 0; }
#de_10_Accordion h2, #de_12_Accordion h2 {
  letter-spacing: 2px;
  line-height: 70px;
  padding-top: 10px; }
  #de_10_Accordion h2 span, #de_12_Accordion h2 span {
    color: var(--vision-color-primary);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px !important;
    position: relative;
    left: 5px; }
    #de_10_Accordion h2 span::after, #de_12_Accordion h2 span::after {
      position: absolute;
      content: "";
      background-color: var(--vision-color-primary);
      width: 75px;
      height: 4px;
      left: 25px;
      bottom: -8px; }

/*----------------------------------------- Unterseite 'Für Unternehmen'----------------------------------------- */
.for-companies {
  max-width: 100%; }
  .for-companies h5 {
    font-size: 24px; }
  .for-companies .img-factory {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }
  .for-companies .factory-upper-text {
    margin-left: 30px; }
  .for-companies .working-models {
    margin-bottom: 100px; }
    .for-companies .working-models span {
      font-size: 36px;
      margin-right: 7px; }
    .for-companies .working-models hr {
      border: 1px solid var(--vision-color-primary);
      margin-top: 5px; }
    .for-companies .working-models h4 {
      font-size: 22px; }
    .for-companies .working-models a {
      color: #333;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600; }
    .for-companies .working-models i {
      font-size: 24px;
      vertical-align: middle;
      margin: 0px 5px 5px 0px;
      color: var(--vision-color-primary); }
    .for-companies .working-models .workmodel-text {
      position: relative; }
    .for-companies .working-models .workmodel-details {
      position: absolute;
      bottom: 0;
      width: 90%; }
    .for-companies .working-models .workmodel-img {
      width: 76%;
      height: auto;
      position: absolute;
      bottom: 43px;
      right: 92px; }
  .for-companies .advantages {
    /* ul {
            list-style: none;
            column-gap: 115px;
            font-size: 26px;
            font-weight: 600;

            li {
                position: relative;
                margin-bottom: 20px;
                padding-bottom: 5px;

                &::before {
                    position: absolute;
                    content: "\f111";
                    font-family: "Font Awesome 5 Free";
                    color: var(--vision-color-primary);
                    font-size: 9px;
                    left: -20px;
                    top: 0px;
                }
            }
        }
        img {
            margin-left: 30px;
            max-width: 435px;
        } */ }
    .for-companies .advantages p {
      font-size: 22px;
      line-height: 1.5em; }
    .for-companies .advantages i {
      font-size: 75px;
      color: var(--vision-color-primary);
      margin-top: 50px;
      margin-bottom: 15px; }
    .for-companies .advantages span {
      color: var(--vision-color-primary);
      text-transform: uppercase;
      font-weight: 700;
      font-size: 50px !important;
      position: relative;
      left: 5px; }
      .for-companies .advantages span::after {
        position: absolute;
        content: "";
        background-color: var(--vision-color-primary);
        width: 150px;
        height: 4px;
        left: 35px;
        bottom: 0; }
  .for-companies #de_10_Accordion h2 span::after {
    left: 0;
    margin-left: 3px; }
    .for-companies #accordion a {
      color: #333; }

/*----------------------------------------- Unterseite 'Über uns' -----------------------------------------*/
.ueber-uns-amicus, .for-companies {
  max-width: 100%; }
  .ueber-uns-amicus .contact-banner-image, .for-companies .contact-banner-image {
    height: 600px;
    width: auto; }
  .ueber-uns-amicus .we-are-amicus-second-head-text, .for-companies .we-are-amicus-second-head-text {
    max-width: 48% !important; }
  .ueber-uns-amicus .text-in-arbeit, .for-companies .text-in-arbeit {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.4em; }
  .ueber-uns-amicus .text-in-arbeit-mobile-show-only, .for-companies .text-in-arbeit-mobile-show-only {
    text-align: center;
    font-size: 26px;
    margin: 50px 0;
    font-weight: 300px;
    padding: 0 15px; }
  .ueber-uns-amicus .text-denken-handeln-mobile-show-only, .for-companies .text-denken-handeln-mobile-show-only {
    padding: 0 15px; }
  .ueber-uns-amicus h5, .for-companies h5 {
    margin-bottom: 5px; }
  .ueber-uns-amicus .data-facts, .for-companies .data-facts {
    background-color: #e5dfe0;
    padding: 50px 0px 50px 0px;
    margin: 100px 0px 100px; }
    .ueber-uns-amicus .data-facts hr, .for-companies .data-facts hr {
      width: 80px;
      border: 1px solid var(--vision-color-primary); }
  .ueber-uns-amicus .reference-box, .for-companies .reference-box {
    display: flex;
    justify-content: space-between; }
    .ueber-uns-amicus .reference-box .news-details, .for-companies .reference-box .news-details {
      color: #333; }
    .ueber-uns-amicus .reference-box .reference-img, .for-companies .reference-box .reference-img {
      width: 100%;
      height: 140px;
      object-fit: contain;
      margin-bottom: 50px; }
    .ueber-uns-amicus .reference-box i, .for-companies .reference-box i {
      color: var(--vision-color-primary);
      vertical-align: middle;
      padding-left: 5px;
      padding-bottom: 3px;
      font-size: 26px;
      font-weight: 700; }
  .ueber-uns-amicus .single-line-title, .for-companies .single-line-title {
    margin-bottom: 42px !important; }

.slick-dots li button:before {
  font-size: 40px; }

/*----------------------------------------- Unterseite 'Kontakt' -----------------------------------------*/
.contact-banner-image {
  max-width: 100%;
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 15px; }
  .contact-banner-image .banner-image-inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .contact-banner-image .banner-image-inner img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: relative;
      object-position: 50% 100%; }
    .contact-banner-image .banner-image-inner i {
      font-weight: 700;
      margin-left: 15px;
      font-size: 35px;
      vertical-align: middle; }
    .contact-banner-image .banner-image-inner .square-overlay {
      clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
      background-color: #b9011c;
      opacity: 0.8;
      height: 100%;
      width: 45%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

.contact-forms {
  margin-left: 36px; }
  .contact-forms #ltitle {
    height: 60px;
    border: 0px;
    background-color: #e5e5e5;
    width: auto;
    padding: 0 30px 0px 30px; }
  .contact-forms a {
    color: white !important;
    padding: 15px 30px !important;
    margin: 1px 0px 15px 10px; }

.contact-section .dropdown-menu .inner {
  overflow: hidden; }
.contact-section .btn.btn-default {
  font-size: 16px; }
.contact-section h5 {
  font-size: 22px;
  font-weight: 500;
  margin-left: 50px; }
.contact-section #map {
  height: 1025px;
  width: 100%;
  margin: 0px 0px 100px 35px;
  z-index: 1; }
.contact-section .contact-list {
  list-style-type: none;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0px;
  overflow: hidden;
  z-index: 0; }
  .contact-section .contact-list hr {
    margin-top: 0; }
  .contact-section .contact-list .details {
    margin-bottom: 5px; }
  .contact-section .contact-list .li-bold {
    font-weight: 600; }
  .contact-section .contact-list a {
    display: block; }
.contact-section .reach {
  display: block;
  align-items: center;
  margin-bottom: 0px;
  column-count: 1;
  column-gap: 20px; }
  .contact-section .reach .address {
    padding-bottom: 10px; }
  .contact-section .reach p {
    margin-bottom: 0; }
  .contact-section .reach ul {
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    list-style: none; }
    .contact-section .reach ul li {
      margin-bottom: 0;
      padding-bottom: 0;
      font-size: 18px; }
.contact-section .area-list-elements ul.details {
  padding: 0;
  list-style: none;
  transition: 0.5s all; }
  .contact-section .area-list-elements ul.details li a {
    background: #e7e7e7; }
    .contact-section .area-list-elements ul.details li a i {
      margin-right: 20px;
      padding: 10px;
      color: #fff;
      background-color: var(--vision-color-primary); }
      .contact-section .area-list-elements ul.details li a i:hover {
        transform: scale(0.75) !important;
        transition: 0.3s ease; }
.contact-section .area-list-elements a.area-list-head {
  /* Active */ }
  .contact-section .area-list-elements a.area-list-head i {
    position: absolute;
    left: 25px;
    color: black;
    margin-top: 5px;
    margin-right: 5px;
    transform: rotate(0deg);
    padding: 0;
    font-size: 20px;
    transition: 0.3s; }
  .contact-section .area-list-elements a.area-list-head:not(.collapsed) {
    padding: 0; }
    .contact-section .area-list-elements a.area-list-head:not(.collapsed) i {
      color: var(--vision-color-primary);
      transform: rotate(90deg);
      font-size: 20px;
      transition: 0.3s; }
.contact-section .area-list-elements p {
  white-space: break-spaces; }
.contact-section hr {
  border: 1px solid var(--vision-color-primary);
  margin-left: -25px; }
.contact-section h4 {
  margin-bottom: 15px; }
  .contact-section .area-list-elements a {
    color: #c2172a; }
.contact-section .bootstrap-select button {
  color: #e5e5e5;
  background-color: none;
  border-radius: 0;
  height: 60px;
  font-size: 18px;
  margin-bottom: 4px; }
.contact-section .custom-control-label {
  font-size: 18px; }

/* Fontawesome Kontakt Icon */
.fa-map-marker-alt {
  color: var(--vision-color-primary) !important;
  transform: translateX(0%) !important; }

/*----------------------------------------- Unterseite 'Stellenangebote' -----------------------------------------*/
.stellenangebote {
  max-width: 100%; }
  .stellenangebote .stellenangebote-section .rectangle-overlay {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    background-color: #b9011c;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .stellenangebote .stellenangebote-section .direct-apply-button {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 150px;
    right: 20px; }
  .stellenangebote .stellenangebote-section .clear-filter {
    margin-bottom: 100px; }
  .stellenangebote .stellenangebote-section .clear-filter p {
    text-transform: uppercase;
    font-weight: 600; }
  .stellenangebote .stellenangebote-section .clear-filter-mobile {
    z-index: 999999; }
  .stellenangebote .stellenangebote-section .fa-times {
    color: #c2172a;
    margin-right: 5px; }
  .stellenangebote .stellenangebote-section .current-job-offers {
    font-size: 30px;
    /* margin-top: 100px; */ }
  .stellenangebote .stellenangebote-section hr {
    border: 1px solid var(--vision-color-primary);
    margin-top: 5px !important; }
  .stellenangebote .stellenangebote-section .fa-chevron-circle-right {
    margin-right: 5px;
    font-size: 22px;
    vertical-align: middle;
    margin-bottom: 5px; }
  .stellenangebote .stellenangebote-section .online-apply-button {
    height: 60px; }
    .stellenangebote .stellenangebote-section .online-apply-button a {
      color: white;
      margin-right: 10px; }
  .stellenangebote .stellenangebote-section .current-job-list a {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0; }
  .stellenangebote .under-banner-forms-buttons {
    background-color: var(--vision-color-primary);
    padding: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4; }
  .stellenangebote form {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .stellenangebote form #jobtitle, .stellenangebote form #location {
      padding-left: 15px; }
    .stellenangebote form .c-it {
      width: 100% !important;
      border: 0;
      margin: 0 5px;
      padding: 0; }
      .stellenangebote form .c-it::placeholder {
        color: #333;
        opacity: 1; }
      .stellenangebote form .c-it i {
        color: white;
        padding-left: 5px; }
    .stellenangebote form .bootstrap-select select {
      left: 0; }
    .stellenangebote form .bootstrap-select button {
      background-color: white;
      max-height: 55px;
      border-radius: 0;
      font-size: 18px; }
    .stellenangebote form .bootstrap-select .filter-option-inner {
      line-height: 1.3em; }
  .stellenangebote a.btn-default::before {
    width: 100%;
    height: 0rem;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: -1;
    transition: all 1.5s ease-out;
    transform: translate(-50%, -60%) rotate(-75deg); }
  .stellenangebote #de_12_Accordion h2 span::after {
    left: 0;
    margin-left: 3px;
    height: 5px; }
  .stellenangebote .jobs-list {
    padding: 10px 20px 20px 20px; }
    .stellenangebote .jobs-list i {
      color: var(--vision-color-primary);
      vertical-align: middle;
      padding-right: 5px;
      padding-bottom: 3px;
      font-size: 26px;
      font-weight: 700;
      margin-left: 0;
      -webkit-transition: 0.3s; }
      .stellenangebote .jobs-list i:hover {
        transform: translateX(10px);
        transition: 0.3s; }
    .stellenangebote .jobs-list a {
      font-size: 16px !important; }
    .stellenangebote .jobs-list .more-details-link {
      margin-top: 40px; }
  .stellenangebote #accordion a {
    color: #333; }
  .stellenangebote #de_12_Jobangebote {
    margin-bottom: 100px; }
  .stellenangebote .pagination {
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center; }
    .stellenangebote .pagination li a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      color: #333;
      font-size: 26px;
      font-weight: 700;
      text-decoration: none; }
      .stellenangebote .pagination li a:hover {
        color: var(--vision-color-primary); }
      .stellenangebote .pagination li a i {
        transition: 0.3s; }
    .stellenangebote .pagination li.active a {
      background-color: var(--vision-color-primary);
      color: white; }
    .stellenangebote .pagination li:first-child a:hover, .stellenangebote .pagination li:last-child a:hover {
      background-color: transparent; }
      .stellenangebote .pagination li:first-child a:hover i, .stellenangebote .pagination li:last-child a:hover i {
        color: var(--vision-color-primary);
        transition: 0.3s; }

/*----------------------------------------- Unterseite 'Neuigkeiten' -----------------------------------------*/
.neuigkeiten-section, #pageid-19, #pageid-39, #pageid-40, #pageid-41 {
  max-width: 100%; }
  .neuigkeiten-section .blog-main-inner-two, #pageid-19 .blog-main-inner-two, #pageid-39 .blog-main-inner-two, #pageid-40 .blog-main-inner-two, #pageid-41 .blog-main-inner-two {
    margin-bottom: 50px; }
  .neuigkeiten-section .blog-meta-date, #pageid-19 .blog-meta-date, #pageid-39 .blog-meta-date, #pageid-40 .blog-meta-date, #pageid-41 .blog-meta-date {
    font-weight: bold; }
  .neuigkeiten-section .optional p, #pageid-19 .optional p, #pageid-39 .optional p, #pageid-40 .optional p, #pageid-41 .optional p {
    font-size: 40px;
    line-height: 1.2em;
    text-align: center;
    justify-content: center; }
  .neuigkeiten-section .neuigkeiten-headline, #pageid-19 .neuigkeiten-headline, #pageid-39 .neuigkeiten-headline, #pageid-40 .neuigkeiten-headline, #pageid-41 .neuigkeiten-headline {
    font-size: 28px;
    font-weight: 300;
    text-align: center; }
  .neuigkeiten-section .back-to-all-articles, #pageid-19 .back-to-all-articles, #pageid-39 .back-to-all-articles, #pageid-40 .back-to-all-articles, #pageid-41 .back-to-all-articles {
    /* display: flex;
    justify-content: center; */ }
    .neuigkeiten-section .back-to-all-articles .fa-chevron-right, #pageid-19 .back-to-all-articles .fa-chevron-right, #pageid-39 .back-to-all-articles .fa-chevron-right, #pageid-40 .back-to-all-articles .fa-chevron-right, #pageid-41 .back-to-all-articles .fa-chevron-right {
      color: #333;
      margin-left: 15px;
      margin-bottom: 50px; }
    .neuigkeiten-section .back-to-all-articles i, #pageid-19 .back-to-all-articles i, #pageid-39 .back-to-all-articles i, #pageid-40 .back-to-all-articles i, #pageid-41 .back-to-all-articles i {
      vertical-align: middle;
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 3px;
      font-size: 26px;
      font-weight: 700; }
  .neuigkeiten-section .apply-buttons-centered, #pageid-19 .apply-buttons-centered, #pageid-39 .apply-buttons-centered, #pageid-40 .apply-buttons-centered, #pageid-41 .apply-buttons-centered {
    display: flex; }
    .neuigkeiten-section .apply-buttons-centered .apply-button, #pageid-19 .apply-buttons-centered .apply-button, #pageid-39 .apply-buttons-centered .apply-button, #pageid-40 .apply-buttons-centered .apply-button, #pageid-41 .apply-buttons-centered .apply-button {
      margin: 0 auto;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
  .neuigkeiten-section .switch-article .bottom-switch, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch, #pageid-19 .switch-article .bottom-switch, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch, #pageid-39 .switch-article .bottom-switch, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch, #pageid-40 .switch-article .bottom-switch, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch, #pageid-41 .switch-article .bottom-switch, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch {
    margin: 50px 0px 50px 0px; }
    .neuigkeiten-section .switch-article .bottom-switch a, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a, #pageid-19 .switch-article .bottom-switch a, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a, #pageid-39 .switch-article .bottom-switch a, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a, #pageid-40 .switch-article .bottom-switch a, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a, #pageid-41 .switch-article .bottom-switch a, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a {
      color: #333;
      text-decoration: none;
      padding: 0; }
      .neuigkeiten-section .switch-article .bottom-switch a:hover, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover, #pageid-19 .switch-article .bottom-switch a:hover, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover, #pageid-39 .switch-article .bottom-switch a:hover, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover, #pageid-40 .switch-article .bottom-switch a:hover, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover, #pageid-41 .switch-article .bottom-switch a:hover, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover {
        color: var(--vision-color-primary); }
      .neuigkeiten-section .switch-article .bottom-switch a:hover > i, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover > i, #pageid-19 .switch-article .bottom-switch a:hover > i, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover > i, #pageid-39 .switch-article .bottom-switch a:hover > i, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover > i, #pageid-40 .switch-article .bottom-switch a:hover > i, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover > i, #pageid-41 .switch-article .bottom-switch a:hover > i, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch a:hover > i {
        color: var(--vision-color-primary); }
    .neuigkeiten-section .switch-article .bottom-switch .article-back a, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a, #pageid-19 .switch-article .bottom-switch .article-back a, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a, #pageid-39 .switch-article .bottom-switch .article-back a, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a, #pageid-40 .switch-article .bottom-switch .article-back a, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a, #pageid-41 .switch-article .bottom-switch .article-back a, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a {
      padding: 0; }
    .neuigkeiten-section .switch-article .bottom-switch .article-back a:hover i, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a:hover i, #pageid-19 .switch-article .bottom-switch .article-back a:hover i, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a:hover i, #pageid-39 .switch-article .bottom-switch .article-back a:hover i, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a:hover i, #pageid-40 .switch-article .bottom-switch .article-back a:hover i, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a:hover i, #pageid-41 .switch-article .bottom-switch .article-back a:hover i, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-back a:hover i {
      transition: 0.3s; }
    .neuigkeiten-section .switch-article .bottom-switch .vor-zurueck, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .vor-zurueck, #pageid-19 .switch-article .bottom-switch .vor-zurueck, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .vor-zurueck, #pageid-39 .switch-article .bottom-switch .vor-zurueck, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .vor-zurueck, #pageid-40 .switch-article .bottom-switch .vor-zurueck, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .vor-zurueck, #pageid-41 .switch-article .bottom-switch .vor-zurueck, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .vor-zurueck {
      display: flex;
      justify-content: space-between; }
    .neuigkeiten-section .switch-article .bottom-switch .article-forward, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-forward, #pageid-19 .switch-article .bottom-switch .article-forward, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-forward, #pageid-39 .switch-article .bottom-switch .article-forward, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-forward, #pageid-40 .switch-article .bottom-switch .article-forward, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-forward, #pageid-41 .switch-article .bottom-switch .article-forward, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .article-forward {
      display: flex;
      justify-content: flex-end; }
    .neuigkeiten-section .switch-article .bottom-switch .all-articles, .neuigkeiten-section div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .all-articles, #pageid-19 .switch-article .bottom-switch .all-articles, #pageid-19 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .all-articles, #pageid-39 .switch-article .bottom-switch .all-articles, #pageid-39 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .all-articles, #pageid-40 .switch-article .bottom-switch .all-articles, #pageid-40 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .all-articles, #pageid-41 .switch-article .bottom-switch .all-articles, #pageid-41 div#de_8_Anderer\ Artikel\ Buttons .bottom-switch .all-articles {
      text-align: center; }

#pageid-19 p, #pageid-19 span, #pageid-39 p, #pageid-39 span, #pageid-40 p, #pageid-40 span, #pageid-41 p, #pageid-41 span {
  font-size: 18px;
  font-family: "source-sans-pro", sans-serif !important; }
#pageid-19 .card-img-top, #pageid-39 .card-img-top, #pageid-40 .card-img-top, #pageid-41 .card-img-top {
  height: 285px;
  object-fit: cover;
  width: 100%;
  object-position: 32% 0; }
#pageid-19 .blog-meta-date, #pageid-19 .blog-meta-name, #pageid-39 .blog-meta-date, #pageid-39 .blog-meta-name, #pageid-40 .blog-meta-date, #pageid-40 .blog-meta-name, #pageid-41 .blog-meta-date, #pageid-41 .blog-meta-name {
  text-align: right; }
#pageid-19 u:hover, #pageid-39 u:hover, #pageid-40 u:hover, #pageid-41 u:hover {
  color: var(--vision-color-primary);
  transition: 0.3s ease; }
#pageid-19 .source-link, #pageid-39 .source-link, #pageid-40 .source-link, #pageid-41 .source-link {
  color: #333; }
#pageid-19 .blog-item h4, #pageid-39 .blog-item h4, #pageid-40 .blog-item h4, #pageid-41 .blog-item h4 {
  /* margin-bottom: 50px; */
  height: auto; }

/*----------------------------------------- Global Overwrite -----------------------------------------*/
button.btn .arrow-right {
  width: 15px;
  height: auto;
  margin-left: 10px; }

a .arrow-right {
  width: 10px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 2px; }

a .circle-arrow-right {
  width: 22px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 2px; }

.circle-arrow-company {
  margin-left: 0px !important;
  margin-right: 10px; }

.arrow-reversed {
  transform: rotate(180deg); }

/***/
.btn.btn-default, .application-submit {
  cursor: pointer;
  position: relative;
  color: #fff !important;
  text-decoration: none;
  border: 2px solid var(--vision-color-primary) !important;
  text-transform: uppercase;
  overflow: hidden;
  outline: 0;
  transition: all 0.35s ease-out !important;
  z-index: 3; }
  .btn.btn-default:focus, .application-submit:focus {
    box-shadow: 0 0 0 0.2rem rgba(198, 27, 55, 0.1); }
  .btn.btn-default:hover::before, .application-submit:hover::before {
    height: 51rem;
    z-index: -1;
    transition: all 0.75s ease-out !important; }
  .btn.btn-default::before, .application-submit::before {
    width: 20rem;
    height: 0rem;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: -1;
    transition: none;
    transform: translate(-50%, -60%) rotate(-75deg);
    transition: all 0.35s ease-out !important; }
  .btn.btn-default i, .application-submit i {
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 3px;
    transition: all 1s ease !important; }
  .btn.btn-default:hover, .application-submit:hover {
    color: var(--vision-color-primary) !important;
    border: 2px solid var(--vision-color-primary) !important; }
    .btn.btn-default:hover i, .application-submit:hover i {
      color: var(--vision-color-primary); }

/*----------------------------------------- Unterseite 'Stellenangebot (Produktionsmitarbeiter)' -----------------------------------------*/
.specific-job-offer-section {
  max-width: 100%;
  /* ----------------------- ANCHOR INTERESSANTE STELLE ----------------------- */ }
  .specific-job-offer-section .info-box {
    background-color: #e5dfe0;
    padding: 50px 30px;
    position: relative; }
    .specific-job-offer-section .info-box a {
      color: white;
      padding: 15px 30px; }
    .specific-job-offer-section .info-box .job-icons {
      height: auto;
      width: 24px;
      margin-right: 15px; }
    .specific-job-offer-section .info-box .btn-default {
      position: absolute;
      top: -30px; }
  .specific-job-offer-section .job-icons {
    height: auto;
    width: 24px;
    margin-right: 15px; }
  .specific-job-offer-section .four-steps {
    top: -25px;
    position: relative;
    padding: 30px;
    background-image: url("/template/images/images/elemente/sonstige_png/amicus_rotflaeche_bewerbung.png"); }
    .specific-job-offer-section .overlay-text h3 {
      color: white;
      font-size: 48px;
      font-family: "caveat";
      margin-left: 15px; }
    .specific-job-offer-section .overlay-text p {
      color: white;
      font-size: 22px;
      margin-left: 20px; }
  .specific-job-offer-section .main-text ul, .specific-job-offer-section .main-text h2 {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.8em; }
.specific-job-offer-section .still-interesting .info-box {
  background-color: #fff;
  padding: 0; }
.specific-job-offer-section .still-interesting .btn-primary {
  border: 2px solid #491e30; }
.specific-job-offer-section .still-interesting .social-media-box {
  background-color: #e5dfe0;
  padding: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex; }
  .specific-job-offer-section .still-interesting .social-media-box .social-media-link {
    margin: 0 10px;
    height: auto;
    width: 40px; }
    .specific-job-offer-section .still-interesting .social-media-box .social-media-link:hover {
      filter: brightness(135%);
      transition: 0.3s ease;
      transform: scale(90%); }
.specific-job-offer-section .still-interesting .spi-button {
  height: 120px;
  width: 120px; }
.specific-job-offer-section .accordion-section .btn {
  height: 60px; }
.specific-job-offer-section .accordion-section a {
  color: #333;
  text-decoration: none; }
  .specific-job-offer-section .accordion-section a:hover {
    color: var(--vision-color-primary); }
  .specific-job-offer-section .accordion-section a:hover > i {
    padding-left: 10px;
    transition: 0.3s; }
  .specific-job-offer-section .accordion-section a i {
    color: var(--vision-color-primary);
    vertical-align: middle;
    padding-left: 5px;
    padding-bottom: 3px;
    font-size: 21px;
    font-weight: 700; }
.specific-job-offer-section .apply-contact-image {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }
  .specific-job-offer-section .bring-together p {
    font-size: 18px;
    line-height: 1.4em; }
.specific-job-offer-section .text-thin {
  font-weight: 300;
  padding-left: 50px; }
.specific-job-offer-section .card-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

/*----------------------------------------- Unterseite 'Bewerbungsmaske + MC' -----------------------------------------*/
#de_16_Headline {
  padding-top: 19px; }

.application-mask-section {
  max-width: 100%; }
  .application-mask-section .bewerbungsmaske-headline {
    font-size: 36px; }
  .application-mask-section .banner-outer {
    height: 383px;
    width: 100%;
    position: relative; }
  .application-mask-section .mini-banner {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* object-position: 20px -100px; */
    position: relative; }
  .application-mask-section .banner-overlay-one {
    clip-path: polygon(0 0, 65% 0, 40% 100%, 0% 100%);
    background-color: #750717;
    opacity: 0.7;
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .application-mask-section .banner-overlay-two {
    clip-path: polygon(0 0, 100% 0%, 45% 100%, 0% 100%);
    background-color: #b9011c;
    opacity: 0.5;
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .application-mask-section h4 {
    font-size: 40px;
    font-weight: 600; }
  .application-mask-section .custom-control-label {
    font-size: 18px; }
  .application-mask-section .here-documents a, .application-mask-section .send-btn a {
    padding: 15px 30px;
    color: white; }
  .application-mask-section .btn-default {
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
    padding: 0px 30px 0px 30px;
    text-align: center;
    justify-content: center; }
  .application-mask-section .dsgvo, .application-mask-section .mail-to {
    color: black;
    font-weight: 700; }

/*----------------------------------------- Unterseite 'Bewerbung abgeschickt' -----------------------------------------*/
.application-success p {
  font-size: 22px;
  font-family: "Source-sans-pro";
  line-height: 1.5em; }
.application-success a {
  margin: 50px 0;
  padding: 15px 30px !important; }

/* AGB */
#pageid-18 h1 {
  margin: 100px 0; }
#pageid-18 .agb-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 50px; }
  #pageid-18 .zuschlaege p, #pageid-18 .zuschlaege hr {
    margin: 0; }
  #pageid-18 .zuschlaege p {
    padding: 15px 0; }

/* Datenschutz */
#pageid-3 h1 {
  margin: 100px 0; }
#pageid-3 .datenschutz-titel {
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 15px; }
#pageid-3 .datenschutz-titel-small {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 30px; }
#pageid-3 a {
  color: var(--vision-color-primary);
  transition: 0.3s; }

/* Impressum, Datenschutz, AGB */
#pageid-2, #pageid-3, #pageid-7, #pageid-18 {
  margin-top: 8px;
  /*margin-right: 20px;*/ }
  #pageid-2 .navbar, #pageid-3 .navbar, #pageid-7 .navbar, #pageid-18 .navbar {
    margin-bottom: 13px; }
  #pageid-2 .fa-phone, #pageid-3 .fa-phone, #pageid-7 .fa-phone, #pageid-18 .fa-phone {
    transform: rotate(90deg); }
  #pageid-2 .fa, #pageid-3 .fa, #pageid-7 .fa, #pageid-18 .fa {
    color: #888888; }
  #pageid-2 a, #pageid-3 a, #pageid-7 a, #pageid-18 a {
    color: var(--vision-color-primary); }
    #pageid-2 footer a, #pageid-2 footer i, #pageid-3 footer a, #pageid-3 footer i, #pageid-7 footer a, #pageid-7 footer i, #pageid-18 footer a, #pageid-18 footer i {
      color: #fff; }
      #pageid-2 footer a:hover i, #pageid-2 footer i:hover i, #pageid-3 footer a:hover i, #pageid-3 footer i:hover i, #pageid-7 footer a:hover i, #pageid-7 footer i:hover i, #pageid-18 footer a:hover i, #pageid-18 footer i:hover i {
        color: var(--vision-color-primary); }

/* Unterseite "Neuigkeiten-Übersicht" */
#pageid-19 .card, #pageid-39 .card, #pageid-40 .card, #pageid-41 .card {
  margin-bottom: 30px; }

a.back-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  background: var(--vision-color-primary);
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 999;
  color: white !important;
  transition: 0.3s all;
  opacity: 0;
  cursor: pointer;
  border: 1px solid var(--vision-color-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  a.back-top:hover {
    background: transparent;
    opacity: 100%; }
  a.back-top:hover i {
    transform: translateY(-5px);
    color: var(--vision-color-primary) !important; }
  a.back-top i {
    color: white !important;
    transition: 0.2s all;
    font-size: 16px; }
  a.back-top.active {
    transform: translateX(0);
    opacity: 80%; }

.nav-fixed {
  transition: 0.5s all;
  padding-bottom: 0; }
  .nav-fixed .navbar {
    background: #fff;
    z-index: 999;
    transition: 0.5s all; }
    .nav-fixed .navbar .navbar-nav {
      padding: 20px; }

.scroll-to-nav {
  /* z-index: 999;*/
  margin-top: 55px;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex-flow: wrap;
  justify-content: center; }

button.slick-prev-custom.slick-arrow {
  position: absolute;
  left: -5%;
  top: 30%;
  border: 0;
  background: transparent;
  font-size: 30px;
  outline: 0; }
  button.slick-prev-custom.slick-arrow:hover {
    transform: translateX(-10px);
    transition: 0.3s ease; }
  button.slick-prev-custom.slick-arrow ::before {
    color: var(--vision-color-primary); }

button.slick-next-custom.slick-arrow {
  position: absolute;
  right: -5%;
  top: 30%;
  border: 0;
  background: transparent;
  font-size: 30px;
  outline: 0;
  color: var(--vision-color-primary); }
  button.slick-next-custom.slick-arrow:hover {
    transform: translateX(10px);
    transition: 0.3s ease; }
  button.slick-next-custom.slick-arrow ::before {
    color: var(--vision-color-primary); }

#accordion #headingFive, #accordion #headingSix, #accordion #headingSeven, #accordion #headingEight, #accordion #headingNine, #accordion #headingTen, #accordion #headingEleven, #accordion #headingTwelve, #accordion #headingThirteen {
  background-color: white !important; }

.container-essentials {
  max-width: 1200px !important; }

.each-reference {
  position: relative; }
  .each-reference .siegel-haupttext {
    padding-bottom: 30px; }
  .each-reference a.news-details {
    position: absolute;
    bottom: 0;
    left: 17px;
    font-weight: 600; }

/* Änderungen Hajo*/
.banner-image .banner-image-inner .caveat-overlay {
  width: 550px;
  height: auto;
  z-index: 2; }

footer a:hover {
  color: #fff !important;
  text-decoration: none; }

form .error-field {
  color: red;
  font-size: 12px; }

#toast-container .toast-message {
  color: #fff; }

/* -------------------------- Onlinebewerbung -------------------------- */
#pageid-22 .auto-apply {
  justify-content: center; }
#pageid-22 .apply-title-container {
  position: relative; }
  #pageid-22 .apply-title-container .apply-title::after {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px; }
#pageid-22 .oder-switch {
  margin-top: 2rem; }
#pageid-22 hr {
  margin-top: 65px; }
#pageid-22 .cv_button1 {
  padding: 15px;
  border: none;
  width: 250px;
  border: 1px solid #ef616a;
  background-color: #333333;
  color: #fff; }
  #pageid-22 .cv_button1 .fa-cogs {
    font-size: 58px;
    float: right;
    margin-top: 10px;
    color: #fff; }
#pageid-22 .card-body #msg {
  color: red; }
  #pageid-22 .modal .modal-content .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(2, 0, 0, 0.1);
    background: transparent;
    display: flex;
    align-items: center;
    height: 70px;
    width: 420px;
    margin-bottom: 0; }
  #pageid-22 .modal #theFormApplication {
    margin: 0; }
  #pageid-22 .modal .modal-footer .btn {
    text-transform: initial;
    background-color: var(--vision-color-primary); }
    #pageid-22 .modal .modal-footer .btn:hover {
      background-color: #ad162f;
      transition: 0.3s ease; }
#pageid-22 .area {
  display: flex;
  justify-content: center; }
#pageid-22 .pip {
  display: block;
  margin: 10px 15px 0 0;
  padding-top: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 15px rgba(2, 0, 0, 0.1);
  position: relative; }
#pageid-22 .fa-file-pdf::before {
  font-size: 45px;
  color: #555555; }
#pageid-22 .fa-times::before {
  color: #555555; }
#pageid-22 .remove {
  position: absolute;
  top: 10px;
  right: 10px; }

.error[type="email"], .error[type="text"], .error[type="checkbox"] + label:before {
  box-shadow: 0 0 10px var(--vision-color-primary); }

/* --------------------------- Stellenanzeige neu --------------------------- */
#pageid-21 #accordion .card-header {
  background-color: transparent; }
  #pageid-21 #accordion .dropdown-collapse .card-header .btn .text-thin {
    font-size: 18px; }
#pageid-21 .no-image {
  display: flex;
  background-color: #e6e6e6;
  width: 500px;
  min-height: 300px;
  justify-content: center; }
  #pageid-21 .no-image .no-img-box {
    display: flex;
    align-items: center; }
  #pageid-21 .no-image .no-img-content {
    justify-content: center;
    display: flex; }
#pageid-21 .fa-camera {
  display: flex;
  align-items: center;
  z-index: 99;
  font-size: 70px;
  margin-bottom: 15px;
  color: #b0b0b0;
  justify-content: center;
  position: relative; }
  #pageid-21 .fa-camera:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #e6e6e6;
    border-top: 3px solid #b0b0b0;
    border-radius: 1px;
    transform: rotate(45deg) scale(1.6); }
#pageid-21 .job-box .info-box strong {
  hyphens: auto;
  display: inline-block; }
#pageid-21 .job-box .info-box img {
  display: inline-block; }

/* ----------------------------- Stellenangebote ---------------------------- */
.location-strong {
  font-weight: 900; }
  .location-strong span {
    font-weight: 400; }

/* ------------------- ANCHOR onlinebewerbung verarbeiten ------------------- */
#theApplicationForm .file {
  background-color: #e5e5e5;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px; }
  #theApplicationForm .file i {
    margin-right: 10px; }

/* Accordion Global */
#accordion .card-header {
  background-color: transparent; }
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */