:root {
  --main-color: #3c3c3c;
  --font-color: #3c3c3c;
  --heading-color: #000;
  --font-family: "Cairo", sans-serif, "Raleway", sans-serif;
  --heading-color: var(--font-color);
  --accent-color: #ba9745;
  --ihnen-group: #ba9745;
  --ic-innovative: #e89620;
  --breadcrumb: #5a9c9d;
  --vanrohe: #b5cc03;
  --payconnect: #005b66;
  --sundi: #002d63;
  --ict: #1f9ed1;
  --bagery: #8a8a8a;
  --centralcommerce: #eeac11;
}

/*
**** Infos ****
Universal Color: #5a9c9d
*/

/* Extra Module */

/* FAQ */

.faq_group_container .faq_question_box {
  padding: 5px 15px 8px 15px;
  border: none;
  background: #5a9c9d;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.faq_question_box {
  cursor: pointer;
}

.faq_group_container .faq_answer_box {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: -10px;
}

.faq_group_container .faq_answer_box {
  display: none;
}

.faq h3 {
  font-size: 20px;
  font-weight: 400;
  border: none;
  color: #fff;
}

.faq-search input[type="text"] {
  width: 250px;
  height: 30px;
  color: #fff;
  background: rgba(9, 0, 0, 0.9);
  border: 0;
  padding: 20px;
  position: relative;
}
/* 
.faq-search input[type="text"]:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 4px solid #5a9c9d !important;
} */

/* FAQ END */

/* END Extra Module */

/* Global */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: "Cairo", sans-serif, "Raleway", sans-serif;
  color: var(--font-color);
  font-family: var(--font-family);
  overflow-x: hidden;
}

ol li,
ul li {
  color: #4b4b4b;
  list-style-type: disc;
}
.same-height > .row {
  display: flex;
  flex-wrap: wrap;
}

#content {
  min-height: 400px;
}

.textcontent {
  height: 100%;
}

div#content,
.main-screen {
  padding: 70px 0 !important;
  margin: 0 !important;
  position: relative;
}
.main-screen.grey {
  background-color: #eeeeee;
}

.back_to_overview {
  background: #efe6d2;
  display: none;
  border-radius: 0.4em;
  float: left;
  margin-right: 10px;
  margin-top: 25px;
}

.back_to_overview a {
  color: var(--accent-color);
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  font-weight: 600;
}

.back_to_overview a:hover {
  color: #fff !important;
  background: var(--accent-color);
  border-radius: 0.4em;
  text-decoration: none;
}

/* Full width split with container */
.container-holder {
  overflow: hidden;
  background: white;
  padding: 0 !important;
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.42857143;
  clear: both;
  font-weight: 500 !important;
  color: var(--heading-color);
}

h1 {
  font-size: 40px;
  font-weight: 700 !important;
}

h2 {
  font-size: 39px;
  font-weight: 600 !important;
}

h3 {
  font-size: 30px;
  font-weight: 700 !important;
}

h4 {
  font-size: 25px;
  font-weight: 600 !important;
}

h5 {
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 0;
}

h6 {
  font-size: 17px;
}
/* 
.patrol h1, .patrol h2, .patrol h3, .patrol h4, .patrol h5, .patrol h6, .patrol,  .we_are_breadcrumb h2 {
    color: #2d2d2d !important;
} */

/* END Schriften */

a {
  color: #4b4b4b;
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
  text-underline-offset: 3px;
}
a:hover {
  color: var(--main-color);
  transition: 300ms;
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
  text-underline-offset: 3px;
}

/* Kollektion */

.full_preview .collection_full {
  display: block !important;
}

.collection_list,
.collection_container {
  position: relative;
}

.collection_list,
.content-container {
  position: relative;
}

/* END Kollektion */

/* Kontaktformular */
.fade {
  opacity: 1;
}
.modal {
  display: block;
}

.contactformular .form-check {
  height: 35px;
  line-height: 35px;
  clear: both;
  height: auto !important;
  line-height: 35px;
}
.contactformular .form-check input {
  display: inline-block !important;
  width: auto !important;
}

.input.select_body,
.contactformular select {
  width: 100% !important;
}

.modal.success .modal-header {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
/* END Kontaktformular */

/* OWL Carousel Global */

.owl-stage-outer {
  width: 100%;
}

/* END OWL Carousel Global */

/* END Global */

/* Cookie */

div#cookiewarnung {
  position: fixed;
  bottom: 0;
  background: #dbdbdb;
  color: #3c3c3c;
  z-index: 99999999;
  width: 100%;
  text-align: center;
  padding: 15px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.cookie-option-container {
  margin-top: 10px;
}

.cookie-option {
  cursor: pointer;
  border: 1px solid #ba9745;
  display: inline-block;
  padding: 7px !important;
}

div#cookie-config {
  display: none;
  left: -100%;
  transition: 1s;
}
div#cookie-config.show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e2e2e2;
  max-width: 300px;
  z-index: 99999999999;
  overflow-y: auto;
}

#cookie-config .cookie-config-close {
  background: #2d2d2d;
  color: #fff;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

#cookie-config input {
  margin-right: 10px;
}
#cookie-config label {
  font-weight: normal;
  color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
  box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
  content: "";
  right: 20px;
  top: 20px;
  transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
  transform: rotate(315deg) !important;
}

.cookie-config-options {
  background: #fff;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.cookie-config-configuration .cookie-config-options:nth-child(2) {
  border-bottom: 1px solid #d5d5d5;
}

.config-child {
  display: none;
  background: #fff;
  padding: 10px;
}

.cookie-config-save {
  padding: 10px;
  text-align: center;
  background: #2d2d2d;
  cursor: pointer;
  margin: 20px 15px;
  color: #fff;
}

.cookie-config-configuration {
  margin-top: 10px;
}
.cookie-config-configuration > p {
  padding: 10px;
  font-weight: bold;
}

.cookie-config-description {
  padding: 10px;
  font-size: 15px;
}

.cookie_conflict {
  position: relative;
  top: unset;
  background: white;
  z-index: 1;
  padding: 40px 20px;
  width: 90%;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
  border-radius: 10px;
  margin: 5%;
  text-align: center;
}

form {
  position: relative;
}

.cookie_conflict .cookie-accept.cookie-option {
  margin-top: 40px;
}

.cookie_conflict p {
  font-size: 1.2em;
  font-weight: 600;
}

/* Cookie end */

/* Header */

/* Sticky Header */
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
}
/* END Sticky Header */

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

#header {
  padding: 0;
}

#header a {
  color: var(--main-color);
  transition: 300ms;
  text-decoration: none;
}
#header a:hover {
  font-weight: 700;
  color: var(--accent-color);
}

#header #header_1,
#header #header_2,
#header #header_3 {
  float: left !important;
}

#header #header_2 {
  text-align: right;
  padding: 0 !important;
}
#header div#header_2 li {
  display: inline-block;
  padding: 0 7px;
  font-size: 15px;
}

#header ul.level_1 {
  margin: 0 !important;
  padding: 0 !important;
}

#header div#header_3 li {
  display: inline-block;
  float: left;
}

#header .active_tree {
  font-weight: bold;
}

#header div#header_3 li i {
  font-size: 14px;
}

div#header_3 {
  margin-top: 11px !important;
}

#header .component.logo,
#header .component.logo .textcontent {
  height: 100%;
}
#header_1 img {
  width: 180px !important;
  height: 100% !important;
}

div#header,
.header-wrapper {
  height: 80px;
  width: 100%;
  z-index: 10;
}

div#header img {
  width: 250px;
}

.sticky-active {
  position: relative;
}

/* hamburger menu */
#toggle_navigation,
.hamburger-menu {
  display: none;
}
div#toggle_navigation {
  float: right;
  width: auto;
  padding: 0 !important;
  height: auto;
  background: transparent;
  padding-top: 16px !important;
}

/* .hamburger-menu {
  background: #ececec;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
} */

.hamburger-menu {
  background: #ececec;
  width: 980px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  position: relative;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

#header .hamburger-menu li.level_1 {
  padding: 0;
  border-bottom: 1px solid var(--accent-color);
}

#header .hamburger-menu a {
  padding: 15px 20px !important;
  display: block;
}

#header .hamburger-menu li.level_1:last-child {
  border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
  padding: 20px 0px;
  color: #fff;
}

#header .hamburger-menu li.level_1 {
  list-style-type: none;
}

#toggle_navigation label.hamburg {
  display: block;
  background: transparent;
  width: 55px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 35px;
  background: #4b4b4b;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}
.line:nth-child(2) {
  top: 24px;
}
.line:nth-child(3) {
  top: 36px;
}

div#toggle_navigation.active > .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active > .hamburg .line:nth-child(2) {
  opacity: 0;
}

div#toggle_navigation.active > .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/* end* Header */

/* Slideshow */
#slider-wrapper {
  height: 406px;
  position: relative;
  border-bottom: 4px solid var(--accent-color);
}
div#slider {
  height: 100%;
  position: relative;
}

div#slider-title .container {
  width: 100%;
}
#slider #slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slider div#slider-title h1 {
  color: #fff;
}

#slider-wrapper div.slider-untertitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(55, 55, 55, 0.7);
  color: #fff;
  padding: 20px 0;
}

#slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* End Slideshow */

/* Pop up Element */
/* .pop-up-element:first-child {
    display: block;
}
.pop-up-element {
    display: none;
} */
/* END Pop up Element */

/* Anker Element */

.anker-navi .row {
  margin: 0 !important;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.anker-navi {
  position: relative;
  background: rgba(77, 77, 77, 0.7);
  top: 0;
  width: 100%;
  clear: both;
  font-family: calibri light !important;
  margin-top: -70px;
  margin-bottom: 50px;
  z-index: 9;
  transition: 0.1s;
}

.anker-navi.sticky {
  position: fixed;
  top: 0;
  margin: 0 !important;
  background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-weight: 600;
  text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
  background: #5a9c9d !important;
}

.anker-button.button {
  margin: 0 !important;
  padding: 0 !important;
  /* width: 20%; */
  width: 16.1666%;
  border-left: 1px solid #fff;
  border-bottom: 0;
  border-top: 0;
  background: transparent !important;
  color: #fff;
  align-items: center;
}
.anker-button.button:last-child {
  border-right: 1px solid #fff;
}

/* END Anker Element */

/* Footer */

#footer {
  clear: both;
  padding: 70px 0 55px 0;
  min-height: 300px;
  font-size: 15px;
  position: relative;
  border-top: 4px solid var(--accent-color);
}

.footer-sitemap {
  height: auto;
  clear: both;
  width: 100%;
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: 40px;
}

.footer-sitemap {
  display: none;
}

.footer-sitemap ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

#footer a {
  color: #585858;
  text-decoration: none;
}

#footer .textcontent {
  color: #818181;
}

#footer a:hover {
  color: var(--accent-color);
}

#footer li {
  list-style-type: none;
}

.footer-sitemap li.level_1 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  width: 20%;
  float: left;
}

#footer li.level_1 a {
  margin-bottom: 7px;
  display: inline-block;
}

.footer-sitemap li.level_2 {
  font-weight: normal;
  font-size: 15px;
  text-transform: initial;
}

div#privacy-policy {
  background: #3c3c3c;
  padding: 15px 0;
  clear: both;
  text-align: right;
  color: #fff;
}

div#privacy-policy a {
  color: #fff;
  text-decoration: none;
}

#privacy-policy .footer-1 {
  text-align: left;
}

div#privacy-policy ul li {
  display: inline-block;
  padding: 0 10px;
}

#footer .footer-seo {
  clear: both;
  color: #fff;
}

/* .seo .footer-1 {
  border-right: 1px solid #9d9d9c;
  padding-right: 50px;
}

.seo .footer-2 {
  padding-left: 50px;
} */

.footer-links a {
  color: #b5b5b5;
}
.footer-links a:hover {
  color: #5a9c9d !important;
}

/* End Footer */

.owl-dots {
  height: 10px;
}

.owl-dots {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
}

.owl-dot span {
  height: 10px;
  width: 10px;
  background: #ccc;
  position: relative;
  float: left;
  border-radius: 500px;
  margin: 0 2px;
}

.owl-dot.active span {
  position: relative;
  float: left;
  height: 10px;
  width: 10px;
  background: #7f7f7f;
  border-radius: 500px;
}

.owl-dots {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidecontent_content_container {
  display: none;
}

.slidecontent_headline:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--light-grey);
  border-right: 2px solid var(--light-grey);
  transform: rotate(45deg);
  transition: 300ms;
}

.slidecontent_headline.active:after {
  transform: rotate(-135deg);
  transition: 300ms;
  margin-top: 5px;
}

.slidecontent_headline {
  padding: 10px 40px 8px 0px;
  cursor: pointer;
}

.event-banner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  z-index: 1;
}

.event-banner .row {
  transition: 200ms;
  padding: 40px;
  background: url(/userdata/images/1428_704_counter.png);
  padding: 0px;
  border: 2px solid #bd9945;
  border-radius: 20px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
}

.event-banner a {
  color: #bd9945;
  text-decoration: none;
  padding: 20px !important;
  position: relative;
  width: 100%;
  display: block;
}

.event-banner a h2 {
  color: #fff;
  margin: 0;
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.event-banner .row:hover {
  top: -2px;
  position: relative;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
  transition: 200ms;
}

.event-banner .textcontent {
  padding-right: 60px;
}

.event-banner .row a:after {
  content: "";
  width: 40px;
  height: 20px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/userdata/images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transition: 200ms;
  background-size: contain;
}

.event-banner .row a:hover:after {
  background: url(/userdata/images/arrow-right-gold.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 30px;
  transition: 200ms;
}

body.unternehmen #area-2 .row{
  display: flex;
  
}

body.unternehmen:not(.full-preview) #area-2 .c-intro{
  margin-right: 10em;

}

/*
.c-adress > .textcontent{
  width: unset !important;
}

body.unternehmen #area-3 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */

body.unternehmen .collection_list.companies .c-topic,
body.unternehmen .collection_list.companies .c-preview
{
  display: none;
  
}

/*body.unternehmen .collection_list.companies .collection_container.Tochterunternehmen{
  background-color: transparent;
  border: none;
  box-shadow: none;
}*/

.unternehmen > #area-3 > .container:first-child{
  text-align: center;
}

.unternehmen-wrapper{
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
}

.unternehmen-wrapper > .companies{
  width: calc(100%/7);
}

.facts-group{
  margin-bottom: 6em;
  scale: 1.33;
  background: url(/userdata/images/banner_igh.png);
  background-position: center;
  background-size: cover;
  padding: 1em;
  transform: translate(0px, 33px);
}

.unternehmen .facts-group .row{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  scale: 0.75;
}

.facts-group .row .textcontent{
  width: 100%;
  border-right: 1px solid #ffffff;
  height: auto;
  text-align: left;
  color: #ffffff;
}

.facts-group h4{
  color: #ffffff;
}

 .facts-group .row .textcontent:last-of-type{
  border-right: none;
}

.facts-group .row .textcontent:last-of-type,
.facts-group .row .textcontent:nth-of-type(3){
  display: flex;
  justify-content: space-around;
}

.unternehmen div#area-4{
  background-image: url(/userdata/images/background-area-2.png);
  background-size: cover;
}





/*responsive*/

@media only screen and (max-width: 1550px) {
  .collection_full.companies.Ihnen.Group
    .collection_content.c-fact
    .textcontent
    img {
    top: 66px;
  }

  .contact-right-full {
    width: unset;
  }

  .header-text-wrapper {
    width: 1180px;
  }

  .component.seo {
    border-right: none;
  }

  .tochterfirmen {
    padding: 0;
  }

  .collection_full .collection_content.all-img {
    width: 30%;
  }

  .collection_full .all-text-group {
    width: 70%;
  }
}

@media only screen and (max-width: 1370px) {
  .collection_content.c-topic {
    font-size: 18px;
  }

  .collection_content.all-img {
    height: 176px;
  }

  .collection_content.c-preview {
    height: 214px;
  }
  /*
  .contact-right {
    width: 35%;
  }*/
}

@media only screen and (max-width: 1350px) {
  .collection_content.c-preview {
    height: 200px;
  }

  .collection_list.companies
    .collection_container:hover
    .collection_content.c-preview {
    height: 200px;
  }
}

@media only screen and (max-width: 1250px) {
  .event-banner .row {
    background-position: left;
  }

  .datenschutz-link {
    position: absolute;
    right: 0;
    bottom: 34%;
    font-size: 14px;
  }

  .collection_full .collection_content.all-img {
    display: none;
  }

  .collection_full .all-text-group {
    width: 90%;
  }

  .collection_full.companies.Ihnen.Group
    .collection_content.c-fact
    .textcontent
    img {
    top: 45px;
    right: 19px;
  }

  .collection_content.c-fact {
    padding: 0px;
  }

  .collection_content.c-fact .textcontent {
    border-right: none;
  }

  /*.contact-right-full {
    width: 40%;
  }*/

  .contact-right {
    width: 30%;
  }

  .collection_list.all {
    width: 50%;
  }

  #header {
    background: #222222;
    /* padding: 0 30px; */
  }

  .collection_content.c-topic {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .collection_content.c-logo {
    min-height: 174px;
  }

  .header-text-wrapper {
    width: 980px;
  }

  div#header_1,
  #header_2,
  #header_3 {
    padding: 0 !important;
    margin: 0 !important;
  }

  #header #header_2,
  #header #header_3 {
    display: none;
  }
  div#toggle_navigation {
    display: block !important;
  }
  div#toggle_navigation:hover,
  div#toggle_navigation:active,
  div#toggle_navigation:focus {
    background: transparent;
  }

  body.unternehmen #area-2 .row{
    flex-wrap: wrap;
    padding: 1em;
    
  }

  .facts-group .row{
    padding: 1em;
    flex-direction: row;
    justify-content: unset !important;
    gap: unset !important;
  }

  .facts-group .textcontent{
    border-right: transparent !important;
    margin: 5px 10px;
    width: 47% !important;
  }
  .facts-group .row .textcontent:last-of-type, 
  .facts-group .row .textcontent:nth-of-type(3){
    flex-direction: row;
    justify-content: space-between;
  }

  .col-xs-12.col-sm-12.col-md-12.col-lg-6.contact {
    width: 50%;
  }
  .unternehmen.full_preview #slider img {
    object-position: unset;
  }
}

@media only screen and (max-width: 1023px) {
  .hamburger-menu {
    width: 760px;
  }
  .unternehmen.full_preview #slider img {
    object-position: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .event-banner {
    bottom: -50px;
    top: unset;
    transform: translate(0);
    width: 100%;
    max-width: 500px;
    left: 40px;
    right: unset;
  }

  .unternehmen-wrapper{
    flex-wrap: wrap;
  }

  .unternehmen.full_preview #slider img {
    object-position: -670px;
  }

  .kontakt .contact-right {
    width: 100%;
    align-items: baseline;
  }

  .ihnen-group-group {
    width: 40%;
  }

  .hamburger-menu {
    width: 982px;
  }

  #footer {
    background: url(/userdata/images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }

  .collection_full.companies.Ihnen.Group
    .collection_content.c-fact
    .textcontent
    img {
    top: 5px;
    right: 39px;
  }

  .fact-wrapper {
    transform: translateX(-15%);
  }

  .c-fact h4 {
    font-size: 20px;
  }

  .collection_content.c-fact {
    width: 50%;
    margin-bottom: 1em;
    padding-left: 50px;
  }

  .intro-wrapper {
    width: 100%;
  }

  /* .contact-right-full {
    width: 40%;
    margin-bottom: 2em;
  } */

  /* .contact-right-full .collection_content.c-logo img {
    padding: 0 10px;
  } */

  .owl-carousel .owl-nav .owl-prev {
    left: -30px !important;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -30px !important;
  }

 .c-intro {
    width: 70%;
    margin-right: 70px;
  }

  .collection_full .collection_content.c-logo {
    padding: 0 50px;
  }

  .contact-right {
    width: 100%;
  }

  .col-xs-12.col-sm-12.col-md-12.col-lg-6.contact {
    width: 100%;
  }

  .contact-wrapper {
    flex-wrap: wrap-reverse;
  }

  .footer-1.col-xs-12.col-md-3 {
    text-align: left;
    width: 50%;
    margin-bottom: 1em;
  }

  .footer-2.col-xs-12.col-md-3 {
    text-align: left;
    width: 50%;
    margin-bottom: 1em;
  }

  .footer-3.col-xs-12.col-md-3 {
    text-align: left;
    width: 50%;
    margin-bottom: 1em;
  }

  .footer-4.col-xs-12.col-md-3 {
    text-align: left;
    width: 50%;
    margin-bottom: 1em;
  }

  .footer-header_1.col-xs-12.col-sm-12.col-md-6 {
    width: 50%;
  }

  .footer-header_2.col-xs-12.col-sm-12.col-md-6 {
    width: 50%;
  }

  .collection_list.companies {
    width: 50%;
  }

  .anker-navi .container {
    padding: 0 !important;
  }

  .header-text-wrapper {
    width: 100%;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .intro-wrapper {
    flex-direction: column;
  }

  /* .contact-right-full .collection_content.c-logo img {
    padding: 0 110px;
  } */

  .contact-right-full {
    width: 100%;
    margin-bottom: 2em;
  }

  .t-tochter {
    margin-bottom: 1em;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 10px !important;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 10px !important;
  }

  .owl-item.active.center img {
    height: 300px !important;
    overflow: visible !important;
    max-height: 300px !important;
    padding: 0 !important;
    width: 400px !important;
    max-width: 400px !important;
  }

  .owl-item img {
    height: 300px !important;
    overflow: visible !important;
    max-height: 300px !important;
    padding: 0 !important;
    width: 400px !important;
    max-width: 400px !important;
  }

  .footer-header_1.col-xs-12.col-sm-12.col-md-6 {
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .collection_list.all {
    width: 100%;
  }

  div#footer-header {
    padding: 20px;
  }

  .footer-header_2.col-xs-12.col-sm-12.col-md-6 {
    width: 100%;
    text-align: center;
    padding: 0px;
  }

  h1 {
    font-size: 35px;
  }

  #header #header_1 {
    width: 50%;
  }

  .anker-navi.sticky {
    position: relative !important;
  }
}

@media only screen and (max-width: 768px) {
  .ihnen-group-group {
    width: 100%;
  }

  .c-intro {
    width: 100%;
    margin-right: 0;
  }

  .collection_full.companies.Ihnen.Group
    .collection_content.c-fact
    .textcontent
    img {
    top: 14px;
    right: -30px;
  }

  .tochterunternehmen.full_preview .collection_content.header-title-regular {
    font-size: 3em;
  }

  .tochterunternehmen.full_preview .collection_content.header-title-bold {
    font-size: 3em;
  }

  .fact-wrapper {
    width: 106%;
    transform: translateX(-3%);
  }

  .collection_content.c-logo img {
    padding: 0 100px;
  }

  .collection_full .collection_content.c-logo img {
    padding: 0;
  }

  .hamburger-menu {
    width: 100%;
  }

  .collection_list.past-beteiligungen {
    width: 100%;
    padding-bottom: 30px;
  }

  .collection_list.companies {
    width: 100%;
    padding: 10px 10px 20px;
  }

  div#toggle_navigation {
    padding-right: 20px !important;
  }

  h1 {
    font-size: 22px;
  }

  .component.logo {
    left: 20px;
  }

  h2 {
    font-size: 35px;
  }

  .corporate-text .textcontent {
    font-size: 20px;
  }

  #slider div#slider-title {
    padding: 0 20px;
  }

  .anker-button.button {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  #footer .footer-1,
  #footer .footer-2,
  #footer .footer-3,
  #footer .footer-4 {
    margin-bottom: 25px;
  }

  .footer-sitemap li.level_1 {
    width: 50%;
    margin-bottom: 30px;
  }

  .seo .footer-1 {
    padding: 0 20px;
    border: 0;
  }

  #privacy-policy .footer-1,
  div#privacy-policy {
    text-align: center !important;
  }

  div#privacy-policy ul {
    padding: 0 !important;
    margin: 0 !important;
  }

  div#cookiewarnung {
    font-size: 13px !important;
  }

  .component.privacy_policy .textcontent {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .event-banner {
    position: relative !important;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    float: left;
    width: 100%;
    max-width: unset;
    padding: 0 40px;
    margin: 20px 0;
    margin-bottom: 40px;
  }

  .collection_full .all-text-group {
    width: 100%;
  }

  .collection_full.companies.Ihnen.Group
    .collection_content.c-fact
    .textcontent
    img {
    right: -44px;
  }

  div#footer-header {
    padding: 50px 20px;
  }

  .owl-carousel.owl-theme.owl-two.gallery-style {
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
  }

  .fact-wrapper {
    margin: 40px 0;
  }

  .collection_content.c-gallery:before {
    font-size: 25px;
    padding: 0 0 24px;
  }

  .owl-carousel .owl-nav > div {
    top: 105% !important;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 170px !important;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 170px !important;
  }

  .tochterunternehmen.full_preview .collection_content.header-title-regular {
    font-size: 2em;
  }

  .tochterunternehmen.full_preview .collection_content.header-title-bold {
    font-size: 2em;
  }

  .container.fact {
    padding-top: 10px;
  }

  .c-fact .textcontent {
    font-size: 15px;
  }

  .collection_content.c-title {
    font-size: 25px;
    overflow: hidden;
  }

  #footer .footer-1,
  #footer .footer-2,
  #footer .footer-3,
  #footer .footer-4 {
    width: 100%;
    text-align: center;
  }

  .collection_content.c-logo img {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 500px) {
  .datenschutz-link {
    bottom: 43%;
  }

  .unternehmen.full_preview #slider img {
    object-position: left;
  }

  .intro-wrapper {
    width: 100%;
  }

  .collection_content.all-img {
    height: 146px;
  }

  .collection_list.all {
    padding: 10px 10px 20px;
  }

  .all-text-group {
    padding: 20px;
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 2em;
  }

  .collection_content.all-teaser {
    padding-top: 0.3em;
  }

  .collection_list.header .collection_container {
    height: 466px;
  }

  .component.seo-subtext {
    margin-top: 1em;
    padding-top: 1em;
  }

  #footer {
    padding: 30px 0 55px 0;
  }

  .component.seo-subtext .textcontent {
    font-size: 13px;
  }

  .component.privacy_policy {
    flex-wrap: wrap;
    justify-content: center;
  }

  .component.privacy_policy .textcontent:first-child {
    padding-bottom: 1em;
  }

  div#header {
    padding-top: 0;
  }

  .corporate-text .textcontent {
    font-size: 17px;
  }

  .component.logo {
    top: 28px;
  }
  div#content,
  .main-screen {
    padding: 50px 0 !important;
  }

  .container {
    min-width: 250px;
  }

  .collection_content.header-title-bold {
    font-size: 2em;
  }

  .collection_content.header-title-regular {
    font-size: 2em;
  }

  .colelction_list.header .collection_container {
    height: 466px;
  }

  #slider-wrapper {
    height: 466px;
  }

  #slider-wrapper div.slider-untertitle {
    position: relative;
    background: rgba(55, 55, 55, 0.9);
  }

  #slider div#slider-title {
    padding: 0 20px !important;
  }

  .footer-sitemap li.level_1 {
    width: 100%;
    text-align: center;
  }

  h2 {
    margin-top: 0px;
  }

  .fact-wrapper {
    width: 100%;
    transform: translateX(0%);
    height: auto;
    padding: 30px;
  }

  .collection_content.c-fact {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 50px;
  }

  .main-screen {
    padding: 30px 0 !important;
    display: flex;
    align-items: center;
  }

  div#content {
    padding: 30px 0 !important;
    align-items: center;
  }

  .contactformular .form-check{
    margin-bottom: 20px;
    
  }
}

@media only screen and (max-width: 460px) {
  .collection_full .collection_content.all-title {
    font-size: 31px;
    width: 100%;
  }

  .owl-item {
    padding: 0;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 100px !important;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 100px !important;
  }
  .facts-group{
    scale: none;
  }

  .facts-group .textcontent{
    width: 100% !important;
  }

  
}

@media only screen and (max-width: 370px) {
  .collection_content.c-fact {
    padding-left: 60px;
  }

  .tochterunternehmen.full_preview .collection_content.header-title-regular {
    font-size: 1.5em;
  }

  .tochterunternehmen.full_preview .collection_content.header-title-bold {
    font-size: 1.5em;
  }

  .collection_content.c-logo img {
    padding: 0 35px;
  }

  .collection_content.c-logo {
    height: 116px;
    min-height: 116px;
  }

  .collection_content.header-title-regular {
    font-size: 2em;
  }
  .collection_content.header-title-bold {
    font-size: 2em;
  }

  h2 {
    font-size: 25px;
  }

  #slider-wrapper {
    height: 396px;
  }

  .collection_list.header .collection_container {
    height: 396px;
  }

  .header-text-wrapper {
    padding-top: 60px;
  }
}

body.kontakt form.form-label-left input.button {
    margin-top: 80px;
}

/* EK Anpassungen an Karriereseite */

.karriere #area-3 .container {
    display: flex;
    justify-content: space-evenly;
}

.collection_list.karrierelink {
    background-color: #fff;
    border-radius: 10px;
    width: 30%;
    align-items: center;
    display: flex;
    overflow: hidden;
    box-shadow: rgb(100 100 111 / 0%) 0px 7px 29px 0px;
    transition: box-shadow .3s;
}

.collection_list.karrierelink:hover {
  box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
  transition: box-shadow .3s;
  cursor: pointer;
}

.collection_list.karrierelink:hover .collection_container .collection_content.karrierelink-bild {
  scale: 1.05;
  transition: scale .3s;
}

.karrierelink .collection_container {
    display: flex;
    align-items: center;
}

.collection_content.karrierelink-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Text ausblenden */
}

.collection_content.karrierelink-bild {
    width: 33.333%;
    height: -webkit-fill-available;
    scale: 1.0;
    transition: scale .3s;
}

.karrierelink-bild img {
    height: 100%;
    object-fit: cover;
}

.collection_content.karrierelink-text {
    width: 66.666%;
    padding: 0rem 3rem;
}
