@charset "UTF-8";
/*
Theme: Etikettendrucker (statisch, hard gecodet – nach Gietl-Vorbild)
Autor: OAO Kreation GmbH
Version: 3.2.0
*/
@import url("https://use.typekit.net/gey2zck.css");
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

* {
  box-sizing: border-box;
  font-family: "apparat-light", sans-serif;
  font-weight: 300;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #000000;
}

strong, b {
  font-family: "apparat", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #203A8F;
}

.hyphenate {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

h1, h2, h3, h4, h5 {
  font-family: "apparat", sans-serif;
  margin-top: 0;
  color: #000000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: none;
}

.text-white {
  color: #ffffff;
}

h1, h1 a {
  font-size: 4rem;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h2, h2 a {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

h3, h3 a {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

h4, h4 a {
  font-size: 2.5rem;
  margin-bottom: 5px;
  font-weight: 700;
}

h5 {
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 10px;
}

p, ul, ul li {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.5;
}

p a {
  color: #203A8F;
}

.text-pull-center {
  text-align: center;
}

.text-white {
  color: #ffffff !important;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content {
  width: 100%;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-20px / 2);
  margin-right: calc(-20px / 2);
  gap: 15px;
}
.flex-row.row-reverse {
  flex-direction: row-reverse;
}
.flex-row > .col {
  min-width: 0;
}

.col.lg-4 {
  flex: 1;
  width: auto;
}

.col.lg-3 {
  flex: 1;
  width: auto;
}

.col.lg-6 {
  flex: 1;
  width: auto;
}

.flex-end {
  align-items: flex-end;
}

.col {
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
}
.col.no-margin {
  margin-bottom: 0;
}
.col.border-box {
  border: 2px solid #203A8F;
  border-radius: 20px;
  padding: 20px;
}

.col.lg-1 {
  width: 8.3333333333%;
}

.col.lg-2 {
  width: 16.6666666667%;
}

.col.lg-3 {
  width: 25%;
}

.col.lg-4 {
  width: 33.3333333333%;
}

.col.lg-5 {
  width: 41.6666666667%;
}

.col.lg-6 {
  width: 50%;
}

.col.lg-7 {
  width: 58.3333333333%;
}

.col.lg-8 {
  width: 66.6666666667%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.3333333333%;
}

.col.lg-11 {
  width: 91.6666666667%;
}

.col.lg-12 {
  width: 100%;
}

@media (max-width: 991px) {
  .col[class*=lg-] {
    width: 100%;
  }
}
section {
  position: relative;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.bg-grey, section.bg--grey {
  background: #f5f7fa;
}
section.bg--light {
  background: #D6DEEF;
}
section.bg--blue h1, section.bg--blue h2, section.bg--blue h3, section.bg--blue h4, section.bg--blue h5, section.bg--blue p, section.bg--blue ul li, section.bg--blue a {
  color: #ffffff;
}
section.bg--gradient {
  background: linear-gradient(90deg, #203A8F 0%, #3DA3BF 100%);
}
section.bg--gradient h1, section.bg--gradient h2, section.bg--gradient h3, section.bg--gradient h4, section.bg--gradient h5, section.bg--gradient p, section.bg--gradient ul li {
  color: #ffffff;
}
section.flex {
  display: flex;
  align-items: center;
  min-height: 90vh;
}
section .partner {
  background-color: #FFFFFF;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 50px;
  margin: 5px;
}
section .schwerpunkt {
  background-color: #FFFFFF;
  display: grid;
  align-items: flex-start;
  text-align: center;
  padding: 50px 20px 50px 20px;
}
section .schwerpunkt-blau {
  background-color: #203a8f;
  background-image: linear-gradient(35deg, #203a8f 0%, #3da3bf 50%, #203a8f 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 200% 100%;
  display: grid;
  align-items: flex-start;
  text-align: center;
  padding: 50px 20px 50px 20px;
}
section .kontakt-card {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
section .kontakt-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 25px;
}
section .kontakt-address {
  margin-bottom: 25px;
}
section .kontakt-address p {
  margin: 0 0 8px 0;
}
section .kontakt-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
section .kontakt-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #203A8F;
  font-size: 1.05rem;
}
section .kontakt-item:hover {
  color: #3DA3BF;
}
section .kontakt-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
section .kontakt-map {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  aspect-ratio: 4/3;
  height: 450px;
}
section .kontakt-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
@media (max-width: 767px) {
  section .kontakt-map {
    aspect-ratio: 1/1;
  }
}

.bg--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .bg-mobile-reveal .bg--img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .bg-mobile-reveal .col.lg-6.order-lg-1 {
    display: none;
  }
}
.content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

.text-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(to right, rgba(32, 58, 143, 0.9) 0%, rgba(61, 164, 191, 0.9) 100%);
  backdrop-filter: blur(8px);
  z-index: 600;
  display: flex;
  align-items: center;
}
.topbar .topbar-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.topbar .topbar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.topbar .topbar-item:hover {
  color: #D6DEEF;
}
.topbar .topbar-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .topbar .topbar-inner {
    justify-content: center;
    gap: 30px;
  }
  .topbar .topbar-item span {
    display: none;
  }
}
header {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 500;
  transition: background 0.4s ease, padding 0.4s ease;
  /* === DROPDOWN im fixierten Header: weißer Hintergrund, dunkler Text === */
}
header.header-start {
  padding: 25px 0;
  background-color: rgba(61, 164, 191, 0.25) !important;
  backdrop-filter: blur(8px);
}
header.header-fixed {
  background: #ffffff;
  padding: 12px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .brand img {
  max-width: 220px;
  height: auto;
  transition: all 0.4s ease;
}
header .brand .logo-fixed {
  display: none;
}
header.header-fixed .brand .logo-default {
  display: none;
}
header.header-fixed .brand .logo-fixed {
  display: block;
  max-width: 220px;
}
header #navbar {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .icon-holder {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 50px;
}
header .floating-icons {
  display: flex;
  gap: 15px;
}
header .floating-icons a {
  color: #ffffff;
  font-size: 1.6rem;
}
header .floating-icons a:hover {
  color: #3DA3BF;
}
header.header-fixed .floating-icons a {
  color: #203A8F;
}
header .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
header .menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}
header.header-fixed .menu-toggle span {
  background: #203A8F;
}
header #menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
header #menu ul li {
  position: relative;
  /* === DROPDOWN STYLES (Standard = header-start, transparentes Blau) === */
}
header #menu ul li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1);
}
header #menu ul li a:hover {
  color: #D6DEEF;
  background-color: rgba(255, 255, 255, 0.1);
}
header #menu ul li.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: rgba(61, 164, 191, 0.25);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1), background-color 0.4s ease;
}
header #menu ul li.has-dropdown .dropdown li {
  width: 100%;
}
header #menu ul li.has-dropdown .dropdown li a {
  font-size: 0.9rem;
  padding: 8px 16px;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1);
}
header #menu ul li.has-dropdown .dropdown li a:hover {
  color: #D6DEEF;
  background-color: rgba(61, 164, 191, 0.25);
}
header #menu ul li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header #menu .menu-toggle--close {
  display: none;
  position: relative;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
header #menu .menu-toggle--close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 3px;
  background: #203A8F;
  border-radius: 2px;
}
header #menu .menu-toggle--close span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
header #menu .menu-toggle--close span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
header.header-fixed #menu ul li a {
  color: #203A8F;
}
header.header-fixed #menu ul li.has-dropdown .dropdown {
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
header.header-fixed #menu ul li.has-dropdown .dropdown li a {
  color: #203A8F;
}
header.header-fixed #menu ul li.has-dropdown .dropdown li a:hover {
  color: #ffffff;
  background-color: #203A8F;
}

@media (max-width: 991px) {
  header .menu-toggle {
    display: flex;
  }
  header #menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    padding: 40px 30px;
    transition: right 0.4s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 600;
  }
  header #menu.collapsed {
    right: 0;
  }
  header #menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  header #menu ul li a {
    color: #203A8F !important;
  }
  header #menu .menu-toggle--close {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-bottom: 30px;
  }
  header #menu .menu-toggle--close span {
    display: block;
    width: 28px;
    height: 3px;
    background: #203A8F;
    border-radius: 2px;
  }
}
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#menu ul li {
  position: relative;
}
#menu ul li ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 10px 0;
  flex-direction: column;
  z-index: 1000;
}
#menu ul li ul.dropdown li a {
  color: #333333;
  padding: 8px 15px;
  display: block;
  font-size: 0.95rem;
  text-transform: none;
}
#menu ul li ul.dropdown li a:hover {
  background-color: #f4f4f4;
  color: #203a8f;
}
#menu ul li:hover ul.dropdown {
  display: flex;
}

.produkt-box {
  text-align: center;
}
.produkt-box img {
  border-radius: 20px;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.produkt-box p {
  font-size: 1.6rem;
}

.team-card {
  text-align: center;
}
.team-card img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin: 0 auto 15px auto;
}
.team-card p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.team-card a {
  color: #203A8F;
}

.button, a.button, button.button {
  font-family: "apparat-light", sans-serif;
  font-weight: 400 !important;
  font-size: 1.1rem;
  padding: 15px 30px 15px 30px !important;
  box-shadow: none !important;
  color: #FFFFFF;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0 !important;
  background-color: #203a8f;
  background-image: linear-gradient(35deg, #203a8f 0%, #3da3bf 50%, #203a8f 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 200% 100%;
}
.button:hover, a.button:hover, button.button:hover {
  background-position: right center;
}

.content-slider {
  position: relative;
}

.carousel-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel-container::-webkit-scrollbar {
  display: none;
}
.carousel-container.img--slider .carousel-slide {
  flex: 0 0 calc(25% - 20px);
  scroll-snap-align: start;
}
.carousel-container.img--slider .carousel-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-button {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}

.carousel-arrow {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #203A8F;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.carousel-arrow:hover {
  background: #3DA3BF;
}

@media (max-width: 767px) {
  .carousel-container.img--slider .carousel-slide {
    flex: 0 0 85%;
  }
}
footer {
  background: #203A8F;
  padding: 50px 0 0 0;
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer .footer-col {
  flex: 1 1 0;
  min-width: 200px;
  color: #ffffff;
}
footer .footer-col p {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.6;
}
footer .footer-col a {
  color: #ffffff;
}
footer .footer-col a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 15px;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 20px;
}
footer .footer-bottom p {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
}
footer .footer-bottom a {
  color: #ffffff;
}
footer .footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer .footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  footer .footer-col {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
  }
  footer .footer-logo {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  h1, h1 a {
    font-size: 3rem;
  }
  h2, h2 a {
    font-size: 2.1rem;
  }
  h3, h3 a {
    font-size: 1.8rem;
  }
  h4, h4 a {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .flex-row {
    flex-direction: column;
  }
  .col[class*=lg-] {
    width: 100%;
  }
  h1, h1 a {
    font-size: 2.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .flex-row {
    flex-direction: column;
  }
  .col[class*=lg-] {
    width: 100%;
  }
}
.logo-mobile {
  display: none;
}

@media (max-width: 767px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .bg-mobile-inline {
    background: linear-gradient(90deg, #203A8F 0%, #3DA3BF 100%);
    padding-top: 0;
  }
  .bg-mobile-inline .bg-img-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .bg-mobile-inline .bg--img {
    position: static;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    height: auto;
    z-index: auto;
    margin-bottom: 30px;
  }
  .bg-mobile-inline .bg--img img:not(.logo-desktop) {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 767px) {
  .text-left {
    text-align: left !important;
  }
}

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