body, html {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

h1 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

a {
  color: #000000;
}

li {
  background-image: url(../img/linkpfeil.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style: none;
}

.violett-li {
  background-image: url(../img/linkpfeil_violett.png);
}

hr {
  background-color: #C9D400;
  height: 1px;
  width: 100%;
  border: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

#logoheader {
  width: 90%;
  max-width: 1400px;
  height: 82px;
  margin-left: 5%;
  margin-right: 5%;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
}

#slogan {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 60px;
}

#logo {
  position: absolute;
  right: 0px;
  top: -2px;
  z-index: 1000;
}

#navigationrow {
  width: 90%;
  background-color: #C9D400;
  padding-left: 5%;
  padding-right: 5%;
  height: 35px;
}

#mobilenavigation {
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 57px;
  display: none;
  z-index: 10;
}

#mobilenavigation a {
  color: #000000;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  background-image: url(../img/menu.gif);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  display: table;
  width: 100%;
  background-color: #C9D400;
  margin-bottom: 1px;
  padding-top: 5px;
  box-sizing: border-box;
  padding-bottom: 5px;
}

#navigation {
  max-width: 1400px;
  margin: 0 auto;
}

#navigation a {
  color: #000000;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  font-size: 12px;
  font-weight: bold;
  background-image: url(../img/menu.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  display: table;
  padding-top: 5px;
  margin-top: 7px;
}

#subnavigationrow {
  width: 90%;
  background-color: #eef1b8;
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px solid #c9d400;
}

#subnavigation {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

#subnavigation a {
  float: left;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #c9d400;
  padding-right: 20px;
}

#content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: Arial, sans-serif;
}

#footerrow {
  width: 90%;
  background-color: #C9D400;
  height: 15px;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 20px;
}

#footer {
  max-width: 1400px;
  margin: 0 auto;
}

#footer a {
  float: left;
  margin-right: 20px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

.langlink {
  border: 1px solid #C9D400;
  text-decoration: none;
  color: #000000;
  padding: 5px;
  float: right;
  margin-left: 10px;
}

.langlink:hover {
  background-color: #C9D400;
}

.langactive {
  background-color: #C9D400;
}

#mobilenav {
  position: relative;
  width: 35px;
  height: 24px;
  float: right;
  margin-right: 5%;
  margin-top: 5px;
  cursor: pointer;
  display: none;
}

.bar {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #C9D400;
}

#bar1 {
  top: 0px;
}

#bar2 {
  top: 10px;
}

#bar3 {
  top: 20px;
}

.leftside {
  width: 70%;
  float: left;
}

.leftside img {
  max-width: 100%;
}

.rightside {
  float: right;
  width: 25%;
  margin-top: 50px;
}

.aktuelles {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #C9D400;
}

.aktuelles_item {
  width: 89.5%;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #C9D400;
  display: block;
  color: #000000;
  text-decoration: none;
  background-image: url(../img/linkpfeil.gif);
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-left: 5%;
  padding-right: 5%;
}

.pfeillink {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  background-image: url(../img/linkpfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  min-height: 20px;
  float: left;
  padding-top: 2px;
  font-weight: bold;
}

.pfeillink-violett {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  background-image: url(../img/linkpfeil_violett.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  min-height: 20px;
  float: left;
  padding-top: 2px;
  font-weight: bold;
}

.logopartner {
  width: 100%;
  display: block;
  text-align: right;
}

.logopartner img {
  max-width: 210px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .logopartner img {
    margin: auto;
  }
}

.teamitem {
  width: 43%;
  border: 1px solid #C9D400;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 10px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

.maillink {
  font-size: 12px;
}

.teambild {
  float: left;
  width: 20%;
  min-height: 1px;
}

.teambild img {
  width: 100%;
}

.teamdetail {
  float: left;
  width: 65%;
  margin-left: 5%;
}

.teamdetails {
  float: left;
  width: 65%;
}

.teamdetailbild {
  float: right;
  width: 30%;
  margin-top: 20px;
  text-align: right;
}

.teamdetailbild img {
  width: 100%;
  max-width: 205px;
}

.subpoint {
  display: none !important;
}

.job {
  text-decoration: none;
  border-bottom: 1px dotted #c9d400;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.job .jobhl {
  font-size: 20px;
  font-weight: bold;
}

.job .jobhl2 {
  font-size: 16px;
}

.job .jobsl {
  font-size: 12px;
  margin-top: 5px;
}

.job .jobtext {
  margin-top: 10px;
}

.teamdetails h1 {
  margin-bottom: 0px;
}

.cislogo {
  float: right;
  margin-bottom: 40px;
  width: 16%;
  margin-left: 5%;
}

.sitemapmain {
  background-image: url(../img/linkpfeil.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  text-decoration: none;
  display: table;
}

.sitemapsub {
  padding-left: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: table;
}

.jahreszahl {
  clear: both;
  float: left;
  width: 30%;
}

.bezeichnung {
  float: left;
  width: 70%;
}

.jahre25 {
  width: 100%;
  text-align: center;
}

.jahre25 img {
  width: 50%;
}

.berater {
  margin: 15px 0;
}

.berater img {
  max-width: 100%;
}

.cleardiv {
  clear: both;
  height: 0px;
}

@media only screen and (max-width: 900px) {
  #logoheader {
    border-bottom: 2px solid #C9D400;
    margin-left: 0px;
    width: 100%;
    height: 45px;
  }

  #navigationrow {
    display: none;
  }

  #subnavigationrow {
    display: none;
  }

  #slogan {
    display: none;
  }

  #logo {
    position: relative;
    margin-left: 5%;
  }

  #logo img {
    width: 160px;
  }

  #content {
    padding-top: 15px;
  }

  #mobilenav {
    display: block;
  }

  .leftside {
    width: 100%;
  }

  .rightside {
    width: 100%;
  }

  .teamitem {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
  }

  h1 {
    font-size: 20px;
    margin-top: 10px;
  }

  .subpoint {
    display: block !important;
    background-color: #EEF1B8 !important;
    background-image: none !important;
  }

  .cislogo {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .teamitem {
    font-size: 12px;
  }

  .teamdetails {
    width: 100%;
  }

  .teamdetailbild {
    display: none;
  }
}
/* NEW STUFF BELOW  28.7.2022 */
.about_bullets .bullet {
  display: flex;
  padding: 7.5px 0;
  align-items: center;
}

.about_bullets .bullet .image {
  width: 80px;
  flex-shrink: 0;
}

.about_bullets .bullet .image img {
  max-width: 100%;
}

.about_bullets .bullet .text {
  padding: 0 30px;
  max-width: 500px;
}

.references {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 30px;
}

.references .reference {
  width: 49%;
  padding: 30px 15px 50px 15px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.3s box-shadow ease-in-out;
}

.references .reference:nth-child(9n) {
  page-break-before: always;
}

.references .reference:before {
  content: '"';
  position: absolute;
  display: block;
  top: -20px;
  left: 0;
  font-size: 70px;
  transform: rotate(-20deg);
  color: #7C8504;
  opacity: 0.5;
}

.references .reference .source {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 12px;
  text-align: right;
  color: #7C8504;
}

.highlightCard {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #eef1b8;
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0;
}

.searchWrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px auto;
  max-width: 77.5rem;
  /*max-width: 996px;*/
  position: relative;
  z-index: 100;
}

.searchWrapper .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchWrapper .icon svg.lupe {
  width: 32px;
  height: 32px;
  margin-right: 1.5rem;
}

.searchWrapper .icon svg.close {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 1.8rem;
}

.searchWrapper .searchEntriesBar {
  border: 0;
  border-radius: 0;
  color: #17171a;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  line-height: 1.3;
  line-height: 1.2;
  min-width: 10rem;
  padding: 1.5625rem 1.5rem 1.4375rem;
  text-transform: uppercase;
  width: 100%;
  background-color: #C9D400;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .searchWrapper .searchEntriesBar {
    padding: 1.0625rem 1.5rem 0.9375rem;
  }
}
.searchWrapper .autocomplete-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}

.autocomplete-items {
  position: absolute;
  box-shadow: 0px 0px 15px #c0c0c0;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 20%;
  right: 20%;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1;
  letter-spacing: 1px;
  padding: 7.5px;
  background-color: #ffffff;
}

@media only screen and (max-width: 996px) {
  .autocomplete-items {
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .autocomplete-items {
    left: -60px;
    right: -60px;
    max-height: 100vh;
  }
}
.autocomplete-items > div {
  padding: 7.5px;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #c0c0c0;
  color: #222222;
}

.autocomplete-items > div:last-child {
  border-bottom: none;
}

.autocomplete-items > div:hover {
  /*when hovering an item:*/
  background-color: #F4F4F4;
}

.autocomplete-items .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #F4F4F4;
}

.autocomplete-items .acitem-inner {
  display: flex;
  align-items: center;
}

.highlightSearch {
  color: #7C8504;
}

.acitem-wrapper .job {
  border-bottom: none;
}

.branchen_suggest {
  display: flex;
  flex-wrap: wrap;
}

.branchen_suggest .sugg_item {
  margin: 5px 10px 5px 0px;
  background-color: #eef1b8;
  padding: 5px 10px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s background-color ease-in-out;
}

.branchen_suggest .sugg_item:hover {
  background-color: #C9D400;
}

.branchen_suggest .sugg_item.active {
  background-color: #C9D400;
}

@media only screen and (max-width: 1200px) {
  .references .reference {
    width: 100%;
  }

  .references .reference:nth-child(9n) {
    page-break-before: auto;
  }

  .references .reference {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 400px) {
  .about_bullets .bullet .image {
    width: 50px;
  }

  .about_bullets .bullet .text {
    padding: 0 15px;
  }
}
/*COOKIE POPUP START*/
#cookie_popup.active {
  transform: translateY(0);
  opacity: 1;
}

#cookie_popup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #ffffff;
  color: #6f6f6f;
  padding: 15px 17px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.4s all ease-in-out;
  max-width: 600px;
  font-family: Arial;
}

#cookie_popup a {
  color: #6f6f6f;
  text-decoration: underline;
}

#cookie_popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #6f6f6f;
  right: -10px;
  top: -10px;
  background-image: url(../img/close.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: 0.2s all linear;
  cursor: pointer;
}

#cookie_popup .buttons {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#cookie_popup .close:hover {
  background-size: 70%;
}

#cookie_popup .hinweis {
  padding-right: 15px;
}

#cookie_popup .button {
  padding: 10px 30px;
  line-height: 15px;
  flex-shrink: 0;
  border: 1px solid #6f6f6f;
  margin-right: 15px;
}

#cookie_popup .button a {
  text-decoration: none;
}

#cookie_popup .button.anpassen {
  border: 1px solid #6f6f6f;
}

#cookie_popup .button.einverstanden {
  background-color: #C9D400;
  color: #000;
  border: 1px solid #C9D400;
}

#cookie_popup .button:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #cookie_popup {
    left: 30px;
    max-width: initial;
    box-sizing: border-box;
  }

  #cookie_popup .buttons {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  #cookie_popup .button {
    margin-right: initial;
  }
}
/*COOKIE POPUP ENDE*/
/*Home Header Start*/
.home-header {
  height: clamp(300px, 60vh, 600px);
  background-image: url(../img/BG230048_Eblinger_Header_1920x600.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 1.1;
  position: relative;
}
@media only screen and (max-width: 1920px) {
  .home-header {
    background-position: center right;
  }
}
@media only screen and (max-width: 1200px) {
  .home-header {
    font-size: 30px;
    height: clamp(200px, 50vh, 400px);
  }
}
@media screen and (max-width: 1000px) {
  .home-header {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 800px) {
  .home-header {
    font-size: 20px;
    height: clamp(200px, 50vh, 250px);
  }
}
@media only screen and (max-width: 500px) {
  .home-header {
    background-position: center right -70px;
  }
}
.home-header .inner {
  width: 90%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.home-header-aboutslider {
  max-width: 700px;
  position: relative;
  width: 100%;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  line-height: 1.3em;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .home-header-aboutslider {
    max-width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .home-header-aboutslider {
    max-width: 70%;
  }
}
.home-header-aboutslider-item {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.home-header-aboutslider-item.active {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 1;
}
.home-header-esg-button {
  position: absolute;
  width: 200px;
  right: 18vw;
  bottom: -55px;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 1921px) {
  .home-header-esg-button {
    right: calc(50% - 630px);
  }
}
@media screen and (max-width: 1735px) {
  .home-header-esg-button {
    right: 20vw;
  }
}
@media screen and (max-width: 1535px) {
  .home-header-esg-button {
    right: 23vw;
  }
}
@media screen and (max-width: 1335px) {
  .home-header-esg-button {
    right: 27vw;
  }
}
@media screen and (max-width: 1200px) {
  .home-header-esg-button {
    right: 17vw;
    bottom: -90px;
  }
}
@media screen and (max-width: 1135px) {
  .home-header-esg-button {
    right: 19vw;
  }
}
@media screen and (max-width: 1000px) {
  .home-header-esg-button {
    width: 180px;
    right: 50%;
    bottom: -120px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 720px) {
  .home-header-esg-button {
    width: 150px;
  }
}
.home-header-esg-button img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(50%);
    visibility: visible;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(50%);
    visibility: visible;
  }
  100% {
    opacity: 0;
    transform: translateX(20px) translateY(50%);
    visibility: hidden;
  }
}
/*Home Header End*/
.nav-banner {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  box-sizing: border-box;
  background-color: #eef1b8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  text-decoration: none;
  border-radius: 3px;
}
.nav-banner:before {
  content: "";
  display: inline-block;
  background-image: url(../img/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}