/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@font-face {
  font-family: 'open-sans-light';
  src: url('../fonts/OpenSans-Light-webfont.woff') format('woff');
}
@font-face {
  font-family: 'open-sans-semibold';
  src: url('../fonts/OpenSans-Semibold-webfont.woff') format('woff');
}
:root {
  --brand: #007aa8;
  --brand-gradiant: rgb(63, 157, 192);
  --inno-bg-color: #005f70;
  --consult-bg-color: #74aebc;
  --cyber-bg-color: #c2d8de;
  --inno-text-color: #74aebc;
  --consult-text-color: #005f70;
  --cyber-text-color: #3b869e;
  --text-color: #0e363c;
}
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-family: open-sans-light, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  scroll-padding-top: 100px;
}
body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
  height: 100vh;
  background-image: linear-gradient(var(--brand-gradiant), white, white);
  background-repeat: no-repeat;
  color: var(--text-color);
}
header {
  top: 0;
  position: sticky;
  z-index: 999;
  grid-area: header;
  background-color: #ffffff;
  padding: 1rem 0 1rem 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
header nav {
  display: flex;
  align-items: center;
  font-family: open-sans-light;
}
header ul {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin-left: 3rem;
}
header nav a {
  color: var(--text-color);
}
header nav a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 0 0 1.5rem;
}
.sidebar li {
  width: 100%;
}
.sidebar a {
  width: 100%;
}
.menu-button {
  display: none;
}
hero {
  display: flex;
  padding: 0rem 0 2rem 0;
  .blob_solution {
    margin: 0 3.5rem 0 0;
  }
  .hero-with-blob {
    padding: 3.5rem 0 .25rem 0;
  }
  h1 {
    font-size: clamp(1.5em, 5.0vw, 3em);
    padding: 0 0 .25rem 0;
  }
  p {
    font-size: clamp(1.0em, 3.0vw, 1.5em);
    padding: 0 0 2rem 0;
  }
}
main {
  grid-area: main;
  padding: 3rem 0 1rem 0;
}
footer {
  grid-area: footer;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0 0.75rem 0;
}
footer nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul {
  display: flex;
  list-style: none;
  gap: 1rem;
}
footer nav a {
  color: var(--text-color);
}
footer nav a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 800px) {
  header nav {
    justify-content: space-between;
  }
  .hideOnMobile {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .menu-button a:hover {
    opacity: 0.5;
  }
  footer nav {
    flex-direction: column;
    text-align: center;
  }
  footer nav ul {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .sidebar {
    width: 100%;
  }
}
a {
  color: var(--text-color);
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
button {
  background-color: var(--brand);
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.4s;
}
button:hover {
  opacity: .8;
}
h1 {
  font-family: open-sans-light;
  font-size: clamp(1.5em, 5.0vw, 3em);
  padding: 0 0 .25rem 0;
}
h2 {
  font-family: open-sans-light;
  font-size: clamp(1.5em, 3.0vw, 1.75em);
  padding: 0 0 .25rem 0;
}
ul {
  padding: 0 0 0 15px;
}
.container {
  width: min(100% - 3rem, 75rem);
  margin-inline: auto;
}
.font-light {
  font-family: open-sans-light;
}
.font-bold {
  font-family: open-sans-semibold;
}
.inno-style {
  background-color: var(--inno-bg-color);
  color: var(--inno-text-color);
}
.consult-style {
  background-color: var(--consult-bg-color);
  color: var(--consult-text-color);
}
.cyber-style {
  background-color: var(--cyber-bg-color);
  color: var(--cyber-text-color);
}
.blob_solution {
  width: 250px;
  max-width: 250px;
  height: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 42% 56% 72% 28% / 42% 42% 56% 48%;
  background: url('../images/uebungsbild.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  animation: blob 8.0s linear infinite;
  margin: ;
}
@keyframes blob {
  0%, 100% {
    border-radius: 42% 56% 72% 28% / 42% 42% 56% 48%;
  }
  33% {
    border-radius: 42% 28% 48% 48% / 28% 28% 72% 72%;
  }
  66% {
    border-radius: 100% 56% 56% 100% / 100% 100% 56% 56%;
  }
}
.flip-container {
  display: grid;
  justify-content: left;
  padding: 0rem 0 4rem 0;
  grid-gap: 0 2rem;
  grid-template-areas: "flipcard1 flipcard2 flipcard3";
}
.flipcard1 {
  grid-area: flipcard1;
}
.flipcard2 {
  grid-area: flipcard2;
}
.flipcard3 {
  grid-area: flipcard3;
}
.flip-card {
  background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotateY(180deg);
  padding: 6px 15px 15px 15px;
}
.flip-card-back h1 {
  font-family: open-sans-light;
  text-align: center;
  font-size: 30px;
  padding: 0 0 .25rem 0;
}
.product-list {
  display: flex;
  padding: 1rem 0 1rem 0;
  gap: 2rem;
}
@media (max-width: 850px) {
  .flip-container {
    display: grid;
    gap: 2rem;
    justify-content: center;
    grid-template-areas: "flipcard1" "flipcard2" "flipcard3";
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
    }
  }
}
