:root {
  --color-background: #e9f2f8;
  --color-background-tile-blue: #d1e8f5;
  --color-background-tile-green: #e1ecdf;
  --color-light-blue: #0092da;
  --color-dark-blue: #005593;
  --color-darker-blue: #004a88;
  --color-green: #99bb00;
  --shadow: 0 5px 20px rgba(76, 81, 84, 0.2);
}

body {
  background: var(--color-background);
  line-height: 1.5;
}

#p560 #body-container {
  padding-top: 135px;
}
@media (max-width: 1024px) {
  #p560 #body-container {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  #p560 #body-container {
    padding-top: 70px;
  }
}

.main-content {
  position: relative;
}
@media (max-width: 1024px) {
  .main-content {
    margin-top: -5rem;
  }
}
.main-content .background-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.main-content .background-shape:nth-child(5n+1) {
  background: #d1e8f5;
}
.main-content .background-shape:nth-child(5n+2) {
  background: #e1ecdf;
}
.main-content .background-shape:nth-child(5n+3) {
  background: #d1e0ed;
}
.main-content .background-shape:nth-child(5n+4) {
  background: #eae9df;
}
.main-content .background-shape:nth-child(5n+5) {
  background: #E8D9E1;
}
.main-content .background-shape-right {
  aspect-ratio: 798/1000;
  margin-left: auto;
  margin-right: 0;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  max-width: 75%;
}
.main-content .background-shape-left {
  aspect-ratio: 480/800;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  max-width: 75%;
}

p {
  line-height: inherit;
}
p a {
  color: inherit;
}
p a.arrow {
  font-weight: 700;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
p a.arrow::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/fileadmin/templates/c3/assets/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.grid-container {
  max-width: 67.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid-container .grid-container {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.grid-margin-x {
  row-gap: 1.5rem;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.5rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5rem);
  }
}

.quote-text {
  font-size: 1.5rem;
  color: var(--color-light-blue);
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .quote-text {
    font-size: 1.3125rem;
  }
}
.quote-author {
  font-size: 0.875rem;
}

.frame-type-header h1 {
  text-transform: uppercase;
}

.tile {
  color: #fff;
  box-shadow: var(--shadow);
}
.tile-color-green {
  background: var(--color-green);
}
.tile-color-blue {
  background: var(--color-light-blue);
}
.tile-image img {
  width: 100%;
}
.tile-content {
  padding: 2rem 1.5rem 1.5rem;
}
.tile-content-title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.5rem;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 640px) {
  .tile-content-title {
    font-size: 1.125rem;
  }
}
.tile-content-text {
  margin-bottom: 1.5rem;
}
.tile-content-link {
  color: #fff;
  font-weight: 700;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.tile-content-link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/fileadmin/templates/c3/assets/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.textimage {
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text image";
  min-height: 500px;
  --inset: calc(var(--height) * .36 / 2);
}
@media (max-width: 640px) {
  .textimage {
    grid-template-columns: 1fr !important;
    grid-template-areas: "image" "text" !important;
  }
}
.textimage-layout-layout2 {
  min-height: 300px;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "image text";
}
.textimage-layout-layout2 .textimage-text-inner {
  clip-path: polygon(var(--inset) 0, 100% 0, 100% 100%, 0 100%);
  padding: 1.5rem 1.5rem 1.5rem 5rem;
}
.textimage-layout-layout2 .textimage-text-title {
  font-size: 1.5rem;
}
.textimage-layout-layout2 .textimage-text-border {
  transform: rotate(180deg) translate(50%);
  right: auto;
  left: 0;
}
.textimage-layout-layout2 .textimage-image img {
  width: calc(100% + var(--inset));
  max-width: calc(100% + var(--inset));
  margin-right: calc(var(--inset) * -1);
  margin-left: 0;
}
.textimage-text {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-area: text;
}
.textimage-text-inner {
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--inset)) 100%, 0 100%);
  padding: 1.5rem 6rem 1.5rem 4rem;
  background: var(--color-dark-blue);
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .textimage-text-inner {
    clip-path: none !important;
    padding: 3rem 1rem 2.5rem !important;
  }
}
.textimage-text-title {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 640px) {
  .textimage-text-title {
    font-size: 1.5rem;
  }
}
.textimage-text-border {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 18083/50000;
  background-image: url(/fileadmin/templates/c3/assets/icons/lines.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(50%);
}
@media (max-width: 640px) {
  .textimage-text-border {
    display: none;
  }
}
.textimage-text p:last-child {
  margin-bottom: 0;
}
.textimage-text p a:last-child {
  margin-bottom: 0;
}
.textimage-image {
  grid-area: image;
}
.textimage-image img {
  height: 100%;
  width: calc(100% + var(--inset));
  max-width: calc(100% + var(--inset));
  margin-left: calc(var(--inset) * -1);
  object-fit: cover;
}
@media (max-width: 640px) {
  .textimage-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.page-list {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
.page-list ul {
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  list-style: none;
}
@media (max-width: 640px) {
  .page-list ul {
    grid-template-columns: 1fr;
  }
}
.page-list ul li {
  display: flex;
}
.page-list ul a {
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  line-height: 1.5;
  gap: 0.25rem;
}
.page-list ul a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/fileadmin/templates/c3/assets/icons/arrow-right-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: 0.05em;
}

.frame-type-textpic.frame-layout-1 {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  overflow: hidden;
}
.banner:not(.slick-initialized) {
  display: flex;
}
@media (max-width: 1024px) {
  .banner {
    padding-bottom: 1.5rem;
  }
}
.banner-slide {
  flex-shrink: 0;
  width: 100%;
}
.banner-element {
  width: 100%;
  height: 650px;
  display: flex;
}
@media (max-width: 1024px) {
  .banner-element {
    height: auto;
    flex-direction: column-reverse;
  }
}
.banner-element-text {
  position: relative;
  max-width: 780px;
  width: 100%;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
}
@media (max-width: 1500px) and (min-width: 1024px) {
  .banner-element-text {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .banner-element-text {
    max-width: 100%;
    font-size: 1rem;
  }
}
.banner-element-text p:last-child {
  margin-bottom: 0;
}
.banner-element-text-title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .banner-element-text-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 640px) {
  .banner-element-text-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.banner-element-text-container {
  background: var(--color-dark-blue);
  clip-path: polygon(0 0, 100% 0, calc(100% - 115px) 100%, 0 100%);
  height: 100%;
}
@media (max-width: 1024px) {
  .banner-element-text-container {
    clip-path: polygon(0 0, calc(100% - var(--height) * 0.36 / 2) 0, calc(100% - var(--height) * 0.36) 100%, 0 100%);
  }
}
.banner-element-text-inner {
  padding: 8.125rem 0 8.125rem 8.75rem;
  max-width: 610px;
}
@media (max-width: 1500px) and (min-width: 1024px) {
  .banner-element-text-inner {
    max-width: 400px;
    padding-left: 2rem;
  }
}
@media (max-width: 1024px) {
  .banner-element-text-inner {
    max-width: 100%;
    padding: 2rem calc(var(--height) * 0.36) 2rem 0.8125rem;
  }
}
.banner-element-text::after {
  content: "";
  height: 100%;
  aspect-ratio: 18083/50000;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  background-image: url(/fileadmin/templates/c3/assets/icons/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .banner-element-text::after {
    transform: none;
  }
}
.banner-element-image {
  margin-left: -115px;
  max-width: calc(100% + 115px);
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .banner-element-image {
    margin-left: 0;
    max-width: 100%;
    aspect-ratio: 414/250;
  }
}
.banner-element-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.banner .slick-dots {
  bottom: 4rem !important;
  padding-left: 8.75rem;
  text-align: left !important;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .banner .slick-dots {
    bottom: -0.5rem !important;
    padding-left: 0;
    text-align: center !important;
    color: var(--color-dark-blue);
  }
}
.banner .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  pointer-events: all;
}
.banner .slick-dots li button {
  padding: 0.375rem;
  width: auto;
  height: auto;
  box-sizing: content-box;
  color: currentColor;
}
@media (max-width: 1024px) {
  .banner .slick-dots li button {
    padding: 0.25rem;
  }
}
.banner .slick-dots li button::before {
  content: "" !important;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1000px;
  border: 1px solid currentColor;
  position: relative;
  display: block;
  opacity: 1 !important;
  color: currentColor;
}
.banner .slick-dots li.slick-active button::before {
  background: currentColor;
}

.news-list-view .grid {
  height: auto !important;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .news-list-view .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .news-list-view .grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.news-list-view .grid .gutter-sizer {
  display: none !important;
}
.news-list-view .grid .article {
  position: relative !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: var(--color-dark-blue);
  margin-bottom: 0 !important;
  box-shadow: var(--shadow);
}
.news-list-view .grid .article * {
  color: #fff;
}
.news-list-view .grid .article h3 {
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .news-list-view .grid .article h3 {
    font-size: 1.125rem;
  }
}
.news-list-view .grid .article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-list-view .grid .article .more {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  text-transform: capitalize;
}
.news-list-view .grid .article .more::after {
  content: "";
  background-image: url(/fileadmin/templates/c3/assets/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
}
.news-list-view .grid .article .card-section {
  padding: 2.625rem 1.5rem 1.5rem;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-list-view .grid .article .card-section .news-list-category {
  font-size: 1rem;
  padding: 0.3125rem 0.75rem;
  background: var(--color-darker-blue);
  font-weight: 700;
  position: absolute;
  left: 1.5rem;
  top: -1rem;
}
.news-list-view .grid .article .card-section .header {
  flex-grow: 1;
}
.news-list-view .grid .article .card-section .news-list-footer {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.news-list-view .all {
  text-align: center;
  margin-top: 2.5rem;
}
.news-list-view .all a {
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: var(--color-darker-blue);
}

.product-list .news-select-filter {
  display: none;
}
.product-list .button-group {
  display: none;
}
.product-list .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  height: auto !important;
}
@media (max-width: 1024px) {
  .product-list .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .product-list .grid {
    grid-template-columns: 1fr;
  }
}
.product-list .grid .gutter-sizer {
  display: none;
}
.product-list .grid .grid-item {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100% !important;
  box-shadow: var(--shadow);
  background: #fff;
}
.product-list .grid .grid-item.category-123 h3 a {
  color: #a3c300;
}
.product-list .grid .grid-item.category-127 h3 a {
  color: #e0001a;
}
.product-list .grid .list-image img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.product-list .grid .list-content {
  position: relative;
  top: auto;
  padding: 1.5rem;
  min-height: 0;
}

/*# sourceMappingURL=style.css.map */
