/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/styles/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
:root {
  --primary-color: #ff8700;
}

.hexagon-section {
  --font-size: 16px;
  --size: 300px;
  --margin: 6px;
  --f: calc(1.5 * var(--size) + 4 * var(--margin)); /* margin */
  margin-top: 1rem;
  margin-bottom: 5rem;
  height: -webkit-min-content;
  height: min-content;
}

.hexagon-header {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}

.hexagon-btn {
  min-height: 32px;
  box-sizing: border-box;
  padding: 3.5px 14px 4.5px 14px;
  border: 2px solid var(--button-color);
  border-radius: 16px;
  font: 500 14px/1.5 sans-serif;
  color: var(--button-color);
  background: transparent;
  margin-top: 1em;
  transition: 500ms all;
}

.hexagon-btn:hover,
.hexagon-btn:focus {
  background-color: #ff8700;
  background-color: var(--primary-color);
  border-color: #4c4c4c;
  color: #4c4c4c;
}

.hexagon-wrapper {
  height: 100%;
}

.hexagon-main {
  display: flex;
  margin: auto;
  width: 100%;
  max-width: calc(var(--size) * 3.1547);
}

.hexagon-container {
  display: flex;
  align-content: center;
  justify-content: center;
  place-content: center;
  flex-wrap: wrap;
}

.hexagon-container .hexagon-bg {
  display: inline-block;
  width: var(--size);
  height: calc(var(--size) * 1.1547);
  margin: var(--margin);
  position: relative;
  background: var(--main-color);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon-text {
  position: relative;
  font: 14px sans-serif;
  color: var(--font-color);
  top: 20%;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hexagon-text h3 {
  font-size: calc(var(--font-size) * 1.3);
  text-align: center;
  color: var(--font-color);
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}

.hexagon-text h3:after {
  position: absolute;
  content: "";
  background-color: var(--button-color);
  bottom: -13px;
  width: 50px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 6px;
}

.hexagon-text p {
  font-size: var(--font-size);
}

@media (min-width: 280px) and (max-width: 469px) {
  .hexagon-bg:nth-child(odd) {
    margin: 0;
  }
}
@media (min-width: 470px) and (max-width: 747px) {
  .hexagon-bg:nth-child(odd) {
    margin-left: -120px;
    margin-top: -80px;
  }
  .hexagon-bg:nth-child(even) {
    margin-left: 209px;
    margin-top: -80px;
  }
  .hexagon-bg:first-child {
    margin-top: 0;
  }
}
@media (min-width: 748px) and (max-width: 999px) {
  .hexagon-bg:nth-child(3) {
    margin-left: 209px;
    margin-right: auto;
    margin-top: -82px;
  }
  .hexagon-bg:nth-last-child(-n+2) {
    margin-top: -82px;
  }
}
@media (min-width: 1000px) {
  .hexagon-bg:nth-last-child(-n+2) {
    margin-top: -82px;
  }
}
.ce-hexagon-layout {
  --hexagon-size: 90%;
  --hexagon-border: 1rem;
  --hexagon-height: 25%;
}
.ce-hexagon-layout .image {
  position: relative;
}
.ce-hexagon-layout :is(h1, h2, h3, h4, h5, h6, .hexagon-header) {
  font-family: "Myriad Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
.ce-hexagon-layout header {
  margin-bottom: 2rem;
}

.hexagon-header {
  font-family: "Myriad Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}

h1.hexagon-heading, h2.hexagon-heading {
  font-size: 5rem;
  -ms-hyphens: auto;
      hyphens: auto;
  display: table;
  margin: auto;
  word-break: break-all;
}
h1.hexagon-heading::after, h2.hexagon-heading::after {
  content: "";
  background-color: #ff8700;
  background-color: var(--primary-color);
  border-radius: 0.5rem;
  height: 0.75rem;
  display: block;
}

.ce-hexagon-layout .image-hexagon {
  display: flex;
  position: relative;
  width: var(--hexagon-size);
  height: calc(var(--hexagon-size) + var(--hexagon-height));
  background-color: #424242;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin: 0 auto 4rem auto;
  aspect-ratio: 1/1.1;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.ce-hexagon-layout .image::after {
  aspect-ratio: 1/1;
  content: "";
  display: flex;
  position: absolute;
  width: 92%;
  height: 102%;
  background-color: #ff8700;
  background-color: var(--primary-color);
  font-size: 14rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.ce-hexagon-layout .title-underline {
  background-color: #ff8700;
  background-color: var(--primary-color);
  border-radius: 0.5rem;
  width: 25%;
  height: 0.75rem;
  display: block;
  margin: 1.25rem auto;
}

.frame-layout-80 :is(h1, h2, h3, h4, h5, h6, .hexagon-header) {
  color: white;
  font-family: "Myriad Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}

.frame-70 {
  display: flex;
  height: 80vh;
  align-items: flex-end;
}
.frame-70 .frame-backgroundimage-container {
  overflow: visible;
}
.frame-70 .frame-backgroundimage-container, .frame-70 .frame-backgroundimage {
  position: absolute;
  top: 22px;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1351px) {
  .frame-70 .frame-backgroundimage-container, .frame-70 .frame-backgroundimage {
    height: 110%;
  }
}
@media screen and (min-width: 1451px) {
  .frame-70 .frame-backgroundimage-container, .frame-70 .frame-backgroundimage {
    height: 115%;
  }
}
.frame-70 p {
  margin-top: 3rem;
}

.ce-textpic {
  margin-top: 1rem;
}
.ce-textpic.ce-center {
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
footer.no-margin {
  margin-top: 0;
}

#footer-menu {
  margin: 0;
  display: flex;
  justify-content: center;
  background: rgb(34, 34, 34);
  font-size: 1.6rem;
  list-style: none;
  overflow: hidden;
  padding: 0;
}

#footer-menu li {
  margin: 0 10px 0 10px;
  text-align: center;
}

#footer-menu li a {
  color: #fff;
  display: block;
  padding: 25px 0;
  font-size: 14px;
}

.footer-icon {
  padding: 40px 0;
  width: 90px;
}

.footer-icon-menu {
  background: #333;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

.ce-headline-left {
  text-align: left;
}

.carousel-indicators {
  opacity: 1 !important;
}

.carousel-indicators .active {
  background-color: #FF8700;
}

.carousel-indicators li {
  border-color: rgb(81, 79, 79);
}

.count_number {
  background-color: #ff8700;
  color: #fff;
  font-size: 3rem;
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
}

.count_all {
  display: grid;
  grid-template-columns: 0.1fr 2fr;
}

.ref-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.ref-buttons a {
  border: solid;
  padding: 15px;
  border-color: #ff8700 !important;
  border-radius: 9px;
  display: flex;
  align-items: center;
  grid-gap: 0.5em;
  gap: 0.5em;
}

.ref-buttons a:hover, .ref-buttons a:focus {
  color: #fff;
  background-color: #ff8700;
  transition-duration: 0.3s;
}

.ref-buttons path {
  fill: currentColor;
}

.ref-buttons path a:hover {
  fill: #fff;
}

.btn-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  order: -1;
  margin-top: auto;
}

.btn-next {
  margin-left: auto;
}

.typo3-magento-logos {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.typo3-magento-logos a {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.typo3-magento-logos a:hover, .typo3-magento-logos a:focus {
  -webkit-filter: none;
          filter: none;
  transition: ease-out 0.3s;
  color: rgba(0, 0, 0, 0.6);
}

.magento-logo p {
  font-size: medium;
}

.typo3-logo p {
  font-size: medium;
  margin-top: auto;
}

.news-item {
  display: flex;
  flex-direction: column;
}

.news-with-image {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 3rem;
  gap: 3rem;
}

.news-with-image img {
  width: 100%;
  height: auto;
}

.news-item .headline {
  display: flex;
  flex-direction: column;
}

.news-item h3 {
  order: 1;
}

.news-item time {
  order: 0;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.news-item h3 {
  display: flex;
  align-items: center;
}

.news-item:not(:last-child) {
  margin-bottom: 5rem;
}

.pure-menu-link:hover,
.pure-menu-link[focus-within] {
  color: #ff8700 !important;
}

.pure-menu-link:hover,
.pure-menu-link:focus-within {
  color: #ff8700 !important;
}

.read-more-link {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  place-content: flex-end;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .news-with-image {
    grid-template-columns: 1fr;
  }
}
#parallax-container {
  position: relative;
  margin-top: 5rem;
}

#parallax-container img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#parallax-container *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p):not(img):not([class^=frame-background-]):not(.frame-type-text) {
  all: revert;
}

#parallax-container .frame-type-text {
  width: 50%;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.main-row {
  display: flex;
}
.main-row .single-reference .bg-color-full:before, .main-row .single-reference .bg-color-full:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .main-row .single-reference .bg-color-full:before, .main-row .single-reference .bg-color-full:after {
    content: none;
  }
}
.main-row .single-reference .bg-color-full:before {
  left: -100vw;
}
.main-row .single-reference .bg-color-full:after {
  right: -100vw;
}
.main-row .multiple-references {
  flex: 1 1 100%;
}
@media screen and (max-width: 600px) {
  .main-row .multiple-references:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* Apply zoom-in effect on hover */
  }
}
@media screen and (max-width: 600px) {
  .main-row .multiple-references {
    transition: flex 0.5s, -webkit-transform 0.5s;
    transition: flex 0.5s, transform 0.5s;
    transition: flex 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
}
.main-row .multiple-references .bg-color-full:before, .main-row .multiple-references .bg-color-full:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
}
.main-row .multiple-references:first-child .bg-color-full:before {
  content: "";
  left: -100vw;
}
@media screen and (max-width: 1200px) {
  .main-row .multiple-references:first-child .bg-color-full:before {
    content: none;
  }
}
.main-row .multiple-references:last-child .bg-color-full:after {
  content: "";
  right: -100vw;
}
@media screen and (max-width: 1200px) {
  .main-row .multiple-references:last-child .bg-color-full:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .main-row.cols-2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .main-row.cols-3 {
    flex-direction: column;
  }
}

.multiple-references {
  transition: all 250ms ease-in-out;
}
.multiple-references:hover {
  flex: 1 1 125%;
}
@media screen and (max-width: 1200px) {
  .multiple-references:hover {
    flex: 1 1 100%; /* No hover on Tablet and Mobile */
  }
}
.multiple-references .main-reference {
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.multiple-references .main-reference .reference-img {
  width: 30rem;
  margin-top: 0;
}
.multiple-references .main-reference .reference-img .image picture img {
  max-width: 30rem;
}
@media screen and (max-width: 998px) {
  .multiple-references .main-reference .reference-img {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .multiple-references .main-reference .reference-img {
    width: 30rem;
  }
}
.multiple-references .main-reference .reference-info .tags {
  margin-top: 2rem;
}

.single-reference {
  width: 100%;
}
.single-reference .main-reference .reference-img {
  margin: 15px auto;
  max-width: 500px;
}
.single-reference .main-reference:hover .reference-img {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
}

.main-reference {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 380px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .main-reference {
    max-height: none;
  }
}

.reference-tag {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #FF8800;
  padding: 4px 5px;
  margin-right: 0.5rem;
}

.reference-abstract {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.reference-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  text-align: center;
  transition: padding-right 0.4s;
  padding: 2rem;
}
.multiple-references .reference-info {
  padding-bottom: 0;
}

.reference-header {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  line-height: normal;
  padding: 0 1rem 0 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cols-1 .reference-header {
  max-width: none;
}
.cols-2 .reference-header, .cols-3 .reference-header {
  max-width: 340px;
}
.light-text .reference-header {
  color: white;
}

.light-text {
  color: #FFF;
}

.gray-text {
  color: #CACACA;
}

.orange-link {
  color: #FF8800;
}

.tags {
  margin-bottom: 1rem;
}

.reference-link {
  margin: 1rem;
}

.ref-text {
  padding: 0 1rem 0 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.ref-url {
  font-size: 14px;
  color: #FF8800;
  transition: color 0.2s ease-in-out;
}
.main-row .col:hover .ref-url {
  color: black;
}
.main-row .col:hover .light-text .ref-url {
  color: white;
}

.reference-img {
  z-index: 1;
  width: 46%;
  margin: auto auto 0;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .reference-img {
    padding-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .multiple-references .main-reference .reference-img .image picture img {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .main-reference {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reference-img {
    width: 50%;
  }
  .reference-tag {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .reference-header {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .ref-url {
    font-size: 16px;
  }
}
@media screen and (max-width: 318px) {
  .tags {
    display: flex;
  }
  .reference-tag {
    font-size: 10px;
  }
  .ref-url {
    font-size: 12px;
  }
  .ref-text {
    font-size: 14px;
  }
}
a {
  color: #555;
  font-weight: 400;
}

.language-wrap {
  width: 20%;
  position: absolute;
  right: 0;
  top: 10px;
}
.language-wrap .language-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.language-wrap .language-menu li {
  display: inline-block;
}
.language-wrap .language-menu li:last-child {
  margin: 0;
}
.language-wrap .language-menu li:last-child:after {
  content: "";
}
.language-wrap .language-menu li:after {
  padding: 0 5px 0 5px;
  content: "|";
}
.language-wrap .language-menu li a {
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* Added from Live */
form {
  width: 75%;
  margin: 0 auto;
}

.nav-fixed .menu-logo {
  display: block;
  float: left;
  height: 44px;
  width: 44px;
  padding: 6px 4px 4px 4px;
  background-color: #FF8700;
}

legend {
  padding: 10px;
  line-height: 130%;
}

.btn-primary {
  background: #1a9008;
  border-color: #1a9008;
}

label.powermail_label {
  width: 25%;
}

.powermail_input, .powermail_textarea, .powermail_select {
  width: 75%;
}

.box-green a {
  text-decoration: none;
}

.box-orange a {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  form {
    width: 100%;
    margin: 0 auto !important;
  }
  .mobile .logo img {
    height: 100%;
    display: block;
  }
  h1.hexagon-heading, h2.hexagon-heading {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.125rem;
  }
  label.powermail_label {
    float: left;
    margin: 0;
    width: 100%;
    display: block;
    line-height: 130% !important;
  }
  .powermail_input, .powermail_textarea, .powermail_select {
    width: 100%;
  }
}
