.locale-en, .locale-de {
  height: 50px;
  width: 35px;
}
.locale-en a, .locale-de a {
  color: #000000;
}

.locale {
  display: flex;
  align-self: center;
  padding-top: 35px;
  padding-left: 10rem;
}

.locale.visible-xs {
  padding: unset;
  font-size: 20px;
}
.locale.visible-xs a {
  color: #777;
}

.locale-en.active,
.locale-de.active {
  background-color: #098e38;
}
.locale-en.active a,
.locale-de.active a {
  color: #000000 !important;
}

.locale-en-left,
.locale-de-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.locale-en-left {
  border-right: 25px solid #098e38;
}

.locale-de-right {
  border-top: 25px solid #098e38;
  border-bottom: 25px solid #098e38;
  background-color: white;
}

.locale-en {
  position: relative;
  background-color: #FFF;
  border: 1px solid #098e38;
}

.locale-de {
  background: #FFFFFF;
  position: relative;
}

.top-navigation {
  display: flex;
  padding-bottom: 1rem;
}
.top-navigation .navbar {
  align-self: center;
  margin-bottom: 0px;
}
.top-navigation .navbar {
  border: 0;
}
.top-navigation .navbar-default {
  background-color: unset;
}
.top-navigation #navbar-collapse li {
  font-size: 30px;
}
.top-navigation #navbar-collapse {
  margin-top: 4.75rem;
  margin-left: 10rem;
}
.top-navigation #navbar-collapse .dropdown {
  padding-left: 10px;
  padding-right: 10px;
}

.black, .black_bg {
  background-color: black;
  color: white;
}

.green, .green_bg {
  background-color: #098e38;
}
.green h1, .green h2, .green h3, .green_bg h1, .green_bg h2, .green_bg h3 {
  color: #FFF;
}

.dark-green, .dark-green_bg {
  background-color: #0a7433;
  color: #FFF;
}

.light-green, .light-green_bg {
  background-color: #b7ceaa;
}

.light-grey, .light-grey_bg {
  background-color: #ddd;
}

.green, .dark-green, .green_bg {
  color: #FFF;
}

.white_bg h1, .white_bg h2, .white_bg h3 {
  color: #0a7433 !important;
}

@font-face {
  font-family: "Avenir-Regular";
  src: url("Avenir Next LT Pro Regular.otf");
}
body {
  font-family: "Avenir-Regular";
  font-size: 20px;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h1, h2, h3 {
  color: #098e38;
}

.top-navigation > .logo > a > img {
  height: 100px;
  padding-top: 10px;
}

a {
  color: #098e38;
}

.white a {
  color: #098e38;
}

.blog-date {
  color: #098e38;
  font-weight: 700;
}

.comment-button.pad-top {
  padding-bottom: 10px;
}

.background_row {
  background-size: cover;
}

.news-slider {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
}
.news-slider .news-text {
  color: rgb(0, 0, 0);
  text-align: center;
  align-self: center;
  hyphens: auto;
  flex-basis: 66%;
  padding-left: 5px;
  padding-right: 5px;
}

.balken-aiamo {
  width: 992px;
  height: 145px;
}

.cmsadmin {
  font-size: 14px;
}

.ai-in-hand {
  margin: auto;
}

.ai-hand-images {
  object-fit: contain;
  visibility: hidden;
  left: 0;
  top: 125px;
  margin-left: auto;
  margin-right: auto;
}

#main-ai-image {
  z-index: 0;
  visibility: visible;
}

.ai-hand-highlight {
  position: absolute;
  right: 0;
  opacity: 0;
  top: 125px;
}

.ai-hand-highlighted {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.ai-hand-images {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 1s ease;
}

.project-subpage-wrapper {
  padding-top: 10rem;
  padding-bottom: 15rem;
}

.row:has(.ai-in-hand) {
  padding: 0;
}

.ai-hand-xs-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: -10px;
}
.ai-hand-xs-links .col-main {
  padding-left: 15px;
  padding-right: 15px;
}
.ai-hand-xs-links .col-main > h4:first-child {
  margin-top: 0.75em;
  margin-bottom: 5px !important;
}
.ai-hand-xs-links .col-main > h4 {
  margin-top: 5px;
  margin-bottom: 5px !important;
}

@media (max-width: 767px) {
  .project-subpage-wrapper {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.consortium-partners {
  display: grid;
  grid-template-columns: repeat(10, 166px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 117px;
  margin-bottom: 93px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 866px;
}

.item {
  grid-column: span 2;
  width: 200px;
  padding: 0 0 174px 0;
  -o-transform: rotate(-60deg) skewY(30deg);
  -moz-transform: rotate(-60deg) skewY(30deg);
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
  background: #fd005f;
  visibility: hidden;
  margin-top: -87px;
}

.item:nth-child(9n+1) {
  grid-column-start: 2;
}

.item:nth-child(9n+2) {
  grid-column-start: 4;
}

.item:nth-child(9n+3) {
  grid-column-start: 1;
}

.item:nth-child(9n+4) {
  grid-column-start: 3;
}

.item:nth-child(9n+5) {
  grid-column-start: 5;
}

.item:nth-child(9n+6) {
  grid-column-start: 2;
}

.item:nth-child(9n+7) {
  grid-column-start: 4;
}

.item:nth-child(9n+8) {
  grid-column-start: 1;
}

.item:nth-child(9n+9) {
  grid-column-start: 3;
}

.item:nth-child(9n+10) {
  grid-column-start: 5;
}

.item:nth-child(9n+11) {
  grid-column-start: 2;
}

.item:nth-child(9n+12) {
  grid-column-start: 4;
}

.item:nth-child(9n+13) {
  grid-column-start: 1;
}

.hexagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-transform: skewY(-30deg) rotate(60deg);
  -moz-transform: skewY(-30deg) rotate(60deg);
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  overflow: hidden;
  background-image: url(/assets/wabe_glow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hexagon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#its-germany > a > img {
  width: 8rem;
}

#schlothauer-wauer > a > img {
  width: 9rem;
}

.hexagon > a > img {
  width: 10rem;
}

.item * {
  visibility: visible;
}

/**** Responsive wizardry ****/
@media (max-width: 1100px) {
  .consortium-partners {
    grid-template-columns: repeat(8, 166px);
    width: 866px;
  }
  .item:nth-child(9n+1) {
    grid-column-start: 1;
  }
  .item:nth-child(9n+2) {
    grid-column-start: 3;
  }
  .item:nth-child(9n+3) {
    grid-column-start: 5;
  }
  .item:nth-child(9n+4) {
    grid-column-start: 2;
  }
  .item:nth-child(9n+5) {
    grid-column-start: 4;
  }
  .item:nth-child(9n+6) {
    grid-column-start: 1;
  }
  .item:nth-child(9n+7) {
    grid-column-start: 3;
  }
  .item:nth-child(9n+8) {
    grid-column-start: 5;
  }
  .item:nth-child(9n+9) {
    grid-column-start: 2;
  }
  .item:nth-child(9n+10) {
    grid-column-start: 4;
  }
  .item:nth-child(9n+11) {
    grid-column-start: 3;
  }
  .item:nth-child(9n+12) {
    grid-column-start: 3;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .item:nth-child(9n+12) {
    grid-column-start: 2;
  }
  .item:nth-child(9n+13) {
    grid-column-start: 4;
  }
  .item:nth-child(9n+14) {
    grid-column-start: 3;
  }
}
@media (max-width: 992px) {
  .consortium-partners {
    grid-template-columns: repeat(8, 166px);
    width: 530px;
  }
  .item:nth-child(3n+1) {
    grid-column-start: 1;
  }
  .item:nth-child(3n+2) {
    grid-column-start: 3;
  }
  .item:nth-child(3n) {
    grid-column-start: 2;
  }
}
@media (max-width: 850px) {
  .consortium-partners {
    grid-template-columns: repeat(8, 166px);
    width: 530px;
  }
  .item:nth-child(3n+1) {
    grid-column-start: 1;
  }
  .item:nth-child(3n+2) {
    grid-column-start: 3;
  }
  .item:nth-child(3n) {
    grid-column-start: 2;
  }
}
#schlothauer-wauer > a > img {
  width: 9rem;
}

@media (max-width: 767px) {
  .consortium-partners {
    grid-template-columns: repeat(2, 120px);
    width: 426px;
    overflow: hidden;
    margin: 0;
    padding-top: 87px;
    margin-left: auto;
    margin-right: auto;
    height: 862px;
  }
  .hexagon {
    width: 80%;
  }
  .hexagon > a > img {
    width: 8rem;
  }
  #schlothauer-wauer > a > img {
    width: 7rem;
  }
  .item:nth-child(3n+1) {
    grid-column-start: 1;
  }
  .item:nth-child(3n+2) {
    grid-column-start: 3;
  }
  .item:nth-child(3n) {
    grid-column-start: 2;
  }
}
@media (max-width: 767px) {
  .home-bg {
    overflow: hidden;
  }
  .topline {
    height: 122px;
    width: inherit;
    font-size: 16px;
    padding: 10px;
    overflow: hidden;
  }
  .motto {
    overflow: hidden;
    float: left;
    z-index: 1000;
    padding-left: 0px;
    padding-top: 0px;
    margin-right: 0px;
    margin-top: 8px;
  }
  .motto h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 0px !important;
  }
  .motto h3 {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
  }
  .bottomline {
    height: 170px;
    width: inherit;
    padding: 10px;
    text-align: center;
    overflow: hidden;
  }
  .home-nav {
    width: inherit;
  }
  .general-nav img {
    height: 47px;
  }
  .sec-navbar .navbar-default {
    height: 30px;
    width: 320px;
    margin-left: -10px;
  }
  .sec-navbar a {
    color: #053daf !important;
  }
  .sec-navbar a:hover {
    color: #fff !important;
  }
  .navbar-nav {
    background-color: #fff;
    padding: 0px 15px 0px 15px !important;
  }
  .navbar-collapse {
    margin-top: -5px;
    border-top: none !important;
    box-shadow: none !important;
  }
  .navbar-nav > li > a:hover {
    background-color: #053daf !important;
    margin-right: -15px !important;
  }
  .small-links {
    background-color: #f4f7e4;
    width: 40px;
    border-radius: 5px;
    padding-right: 10px;
    margin-left: 0px;
    margin-top: 2px;
    float: right;
  }
  .small-links img {
    height: 25px;
  }
  .logo {
    margin-top: 0px;
    margin-left: 0px;
  }
  .logo img {
    height: 70px;
  }
  .logo-home {
    margin-top: -6px;
  }
  .logo-home img {
    height: 70px;
  }
  .header-box {
    height: 140px;
  }
  .bx-wrapper .bx-prev {
    left: 30px !important;
  }
  .bx-wrapper .bx-next {
    right: 30px !important;
  }
  .reference {
    background-color: #ffffff;
    height: auto;
  }
  .motto-collapse {
    font-size: 14px !important;
  }
  .homebutton a {
    padding-top: 8px;
  }
  .sc-link-wrapper#info {
    width: 40px;
    height: 40px;
    border-top-left-radius: 6px;
    top: 0px;
    left: 0px;
  }
  .sc-link#info {
    top: 9px;
    left: 8px;
  }
  .sc-link-wrapper#search {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 40px;
  }
  .sc-link#search {
    top: 9px;
    left: 8px;
  }
  .sc-link-wrapper#facebook {
    width: 40px;
    height: 40px;
    left: 80px;
    top: 0px;
  }
  .sc-link#facebook {
    right: 7px;
    top: 8px;
  }
  .sc-link-wrapper#twitter {
    width: 40px;
    height: 40px;
    border-top-right-radius: 6px;
    right: 0px;
    top: 0px;
  }
  .sc-link#twitter {
    right: 8px;
    top: 8px;
  }
}
.home-search {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media (max-width: 991px) {
  .header-box {
    background-size: auto 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .small-links {
    background-color: #f4f7e4;
    width: 40px;
    border-radius: 5px;
    padding-right: 10px;
    margin-left: 0px;
    margin-top: 10px;
    float: right;
  }
  .small-links img {
    height: 25px;
  }
  .logo {
    margin-top: 15px;
    margin-right: 0px;
  }
  .logo-home {
    margin-top: -15px;
    margin-right: -32px;
  }
  .motto {
    padding-top: 33px;
    padding-left: 33px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .motto {
    padding-top: 33px;
    padding-left: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-box {
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  .bx-prev {
    margin-left: -90px !important;
  }
  .bx-next {
    margin-right: -90px !important;
  }
  .reference {
    background-color: #ffffff;
    margin: 10px;
    padding: 0px !important;
    height: 160px;
    width: 98% !important;
  }
  .produkt-preis {
    position: absolute;
    bottom: 0px;
    right: -220px;
  }
}
@media (min-width: 1200px) {
  .row > .col-main, #header {
    width: 1200px;
  }
  .aiamo-17-video-wrapper {
    width: unset;
  }
}
@media (max-width: 992px) {
  .aiamo-17-video-wrapper > video {
    width: 100%;
  }
}
@media print {
  .bx-wrapper {
    display: none;
  }
  .sliderprint {
    display: block;
  }
  .fixed-pos {
    display: none;
  }
}
@media (max-width: 768px) {
  .fixed-pos {
    display: flex;
    height: 40px;
    width: 80px;
    text-align: center;
    top: unset;
    left: 45%;
    margin-left: initial;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0px;
  }
  .fixed-pos #pos1, .fixed-pos #pos2 {
    margin-top: 8px;
    flex: 1 0 auto;
  }
  .fixed-pos #pos1 {
    margin-left: 5px;
  }
  .fixed-pos #pos2 {
    margin-right: 5px;
  }
  .navbar-toggle {
    margin-right: 0px !important;
  }
  .col-main > .row {
    min-height: unset;
  }
  .top-navigation .navbar.navbar-default {
    width: 100%;
  }
  .top-navigation .logo > a > img {
    height: 5rem;
  }
  .news-slider {
    flex-direction: column;
  }
  .balken-aiamo {
    width: 100%;
    height: auto;
  }
  .balken-aiamo-text {
    font-size: 2rem;
  }
  #navbar-collapse {
    margin-top: initial !important;
    margin-left: initial !important;
  }
  .navbar-nav > li > a:hover {
    background-color: #098e38 !important;
    color: #FFF !important;
  }
}
.aix-row-box.sliding-row {
  flex: 2 0 auto;
  transition: all 2s ease-in-out;
}

.eq-height-container.sliding-row-container {
  overflow: hidden;
  display: flex;
}

.sliding-row {
  flex: 0 0 100%;
  transition: all 1s ease-in-out;
  justify-content: flex-start;
  padding-bottom: 10rem;
}

.aix-arrow-left,
.aix-arrow-right {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  margin-top: 16rem;
}
.aix-arrow-left img,
.aix-arrow-right img {
  height: 100px;
}

.aix-arrow-left {
  left: 1.5vw;
}

.aix-arrow-right {
  right: 1.5vw;
}

.sliding-row-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 4.5vw;
}

.press-font {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.press-font h1 {
  font-size: 98px;
}
.press-font .sliding-row-article-title {
  font-size: 24px;
}
.press-font .article-body {
  font-size: 18px;
}
.press-font .article-image-src {
  font-size: 12px;
}
.press-font .article-image-src {
  margin-top: 1rem;
}
.press-font .article-title {
  text-align: right;
}
.press-font .article-title .press-category {
  font-size: 40px;
}
.press-font .article-title .article-title-headline {
  font-size: 66px;
}
.press-font .press-article-wrapper {
  padding-left: 15rem;
}
.press-font .article-teaser-image {
  text-align: center;
}
.press-font .article-teaser-image img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.press-font .article-teaser-body {
  padding-left: 12.25rem;
  padding-right: 12.25rem;
}
.press-font .article-teaser-body-text {
  font-size: 18px;
  text-align: justify;
}
.press-font .article-teaser-title {
  padding-top: 15px;
  padding-bottom: 15px;
}
