/* AktivPlatz Monochrome Sophisticated CSS Theme */
/* CSS Reset and Normalize */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  height: 100%;
}
body {
  color: #191A1B;
  background: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #214375;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
}
a:hover, a:focus {
  color: #191A1B;
  outline: 0;
}
ul, ol {
  list-style: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Verdana, Geneva, sans-serif;
  color: #111;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
  line-height: 1.22;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.3;
}
h4 {
  font-size: 1.1rem;
  font-weight: 600;
}
p, ul, ol, li, .subheadline {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #222;
  margin-bottom: 16px;
}
p.subheadline,
.subheadline {
  font-size: 1.15rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
strong, b {
  font-weight: 700;
  color: #111;
}

/* Container layouts */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.section:last-child, section:last-child {
  margin-bottom: 0;
}

/* Flex containers and layouts */
.feature-grid,
.features .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 24px;
}
.feature-grid > div {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 24px rgba(34, 34, 34, 0.07), 0 1.5px 10px rgba(34,34,34,0.04);
  padding: 32px 24px 24px 24px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #eee;
  transition: box-shadow 0.2s;
}
.feature-grid > div:hover {
  box-shadow: 0 4px 32px rgba(0,0,0,0.13);
}
.feature-grid img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.features h2 {
  margin-bottom: 16px;
}
.features ul,
.features ol {
  margin-left: 18px;
}
.features li {
  margin-bottom: 11px;
  line-height: 1.75;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.text-image-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fafbfc;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.09);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 230px;
  border: 1px solid #e2e5ea;
  transition: box-shadow 0.16s, border 0.16s;
}
.card:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,0.11);
  border: 1.5px solid #191a1b20;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 28px 20px 28px;
  background: #f6f6f6;
  color: #18191B;
  border-radius: 13px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  min-width: 200px;
  border-left: 4px solid #191A1B;
  transition: box-shadow 0.18s, border 0.14s;
}
.testimonial-card:hover {
  box-shadow: 0 4px 24px rgba(34,34,34,0.09);
  border-left: 4px solid #214375;
}
.testimonial-rating img {
  height: 18px;
  width: 18px;
  margin-right: 1px;
  filter: grayscale(0.3);
}
.testimonial-user {
  color: #191a1b;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
  opacity: 0.78;
}

/* Buttons and CTA */
.cta,
.cta.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #191A1B;
  font-family: 'Montserrat', Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  border: 2px solid #191a1b;
  border-radius: 28px;
  padding: 13px 40px;
  box-shadow: 0 2px 10px rgba(34,34,34,0.04);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s, border 0.22s;
  margin-top: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  outline: none;
}
.cta.primary {
  background: #191A1B;
  color: #fff;
  border: 2.5px solid #191A1B;
  box-shadow: 0 4px 16px rgba(34,34,34,0.13);
}
.cta:hover,
.cta:focus {
  background: #214375;
  color: #fff;
  border-color: #214375;
  box-shadow: 0 8px 30px rgba(34,34,34,0.18);
}
.cta.primary:hover,
.cta.primary:focus {
  background: #fff;
  color: #191A1B;
  border-color: #191A1B;
}

button, [type=button], [type=reset], [type=submit] {
  font-family: inherit;
  font-weight: 700;
  color: #111;
  border: none;
  background: none;
  cursor: pointer;
  transition: color 0.18s, background 0.18s;
  outline: none;
}

/* Header & Navigation */
header {
  width: 100%;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 14px rgba(20,20,20,0.07);
  position: relative;
  z-index: 20;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
header a img {
  height: 42px;
}

.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.main-nav a {
  font-family: 'Montserrat', Verdana, Geneva, sans-serif;
  color: #191A1B;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  position: relative;
  padding: 4px 0;
  transition: color 0.17s;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #214375;
}
.mobile-menu-toggle {
  display: none;
  background: #191a1b;
  color: #fff;
  border-radius: 8px;
  font-size: 2rem;
  width: 40px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  outline: 0;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  z-index: 110;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #214375;
  color: #fff;
}

/* Mobile Navigation */
.mobile-menu {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(20,20,20,0.90);
  transition: transform 0.38s cubic-bezier(.7,0,.23,1) 0.05s, opacity 0.34s;
  opacity: 0;
  transform: translateX(100%);
  flex-direction: column;
}
.mobile-menu.active {
  display: flex;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.38s cubic-bezier(.7,0,.23,1) 0s, opacity 0.26s;
}
.mobile-menu-close {
  position: absolute;
  top: 26px;
  right: 28px;
  background: #fff;
  color: #191A1B;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 2.1rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2001;
  border: none;
  transition: background 0.13s, color 0.13s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #d1d5db;
  color: #111;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 90px;
  gap: 22px;
  width: 100%;
  padding-left: 40px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.32rem;
  font-weight: 600;
  padding: 12px 0;
  width: 100%;
  border-radius: 7px;
  transition: background 0.14s, color 0.14s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #191a1b;
  color: #24A080;
}

/* Hero Section */
.hero {
  background: #fff;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 36px rgba(0,0,0,0.08);
  padding-top: 50px;
  padding-bottom: 40px;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

/* CTA section */
section.cta {
  background: #e8e8ea;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(20,20,20,0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 40px 20px;
}
section.cta .cta {
  min-width: 220px;
}

/* Timetable Section */
section.timetable {
  background: #fafafd;
  border-radius: 12px;
  box-shadow: 0 0.5px 6px rgba(34,34,34,0.06);
  padding: 32px 20px;
  margin-bottom: 34px;
}

/* Info, Text Section */
.info, .text-section {
  margin-bottom: 16px;
}
.info ul, .text-section ul {
  margin-left: 1.1em;
  list-style: disc;
}
.info li, .text-section li {
  margin-bottom: 8px;
  color: #161718;
  font-size: 1rem;
}

.explanation-steps ol {
  list-style: decimal inside;
  margin-bottom: 20px;
  margin-left: 0;
}
.explanation-steps li {
  margin-bottom: 10px;
  color: #222;
}

/* Confirmation/Thank you */
.confirmation .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirmation .content-wrapper {
  background: #fff;
  padding: 40px 22px;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07);
  align-items: center;
}
.thank-you-message {
  font-size: 1.14rem;
  color: #393a3c;
  margin-bottom: 22px;
  text-align: center;
}
.next-steps-info ul {
  margin-left: 0.8em;
  margin-bottom: 20px;
  color: #161718;
}

/* Footer */
footer {
  background: #191A1B;
  color: #fff;
  padding: 48px 0 12px 0;
  font-size: 1rem;
  box-shadow: 0 -1px 8px rgba(34,34,34,0.07);
}
footer .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 16px;
}
.footer-nav a {
  color: #e2e5ea;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.15s;
  position: relative;
  padding: 3px 0;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #fff;
}
.contact-info {
  color: #d0d2d7;
  font-size: 0.98rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.contact-info a {
  color: #fff;
  text-decoration: underline;
}
.contact-info img {
  height: 18px;
  width: 18px;
  vertical-align: -4px;
  margin-right: 7px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}
.social-links a img {
  filter: grayscale(1) brightness(1.6);
  height: 23px;
  width: 23px;
  transition: filter 0.1s;
}
.social-links a:hover img
{ filter: grayscale(0) brightness(1); }


/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 3000;
  background: #222;
  color: #fff;
  padding: 26px 16px 18px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.19);
  font-size: 1rem;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.22s, opacity 0.22s;
  opacity: 1;
}
.cookie-banner.hide {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}
.cookie-buttons {
  display: flex;
  gap: 14px;
  margin-top: 4px;
}
.cookie-buttons .cookie-btn {
  padding: 10px 24px;
  border-radius: 20px;
  border: none;
  font-size: 1.01rem;
  font-family: 'Montserrat', Verdana, Geneva, sans-serif;
  font-weight: 600;
  margin: 0;
  background: #fafbfc;
  color: #191A1B;
  cursor: pointer;
  transition: background 0.16s, color 0.16s;
}
.cookie-buttons .cookie-btn[data-accept] {
  background: #191A1B;
  color: #fff;
}
.cookie-buttons .cookie-btn[data-accept]:hover {
  background: #214375;
  color: #fff;
}
.cookie-buttons .cookie-btn[data-reject] {
  background: #f5f5fa;
  color: #191A1B;
  border: 1.4px solid #191A1B;
}
.cookie-buttons .cookie-btn[data-reject]:hover {
  background: #e0e1e7;
  color: #191A1B;
}
.cookie-buttons .cookie-btn[data-settings] {
  background: transparent;
  color: #fafbfc;
  border-bottom: 1.5px dashed #fff;
}
.cookie-buttons .cookie-btn[data-settings]:hover {
  color: #c3eaee;
  border-bottom: 1.5px dashed #89b6c7;
}

/* Cookie Settings Modal */
.cookie-modal-overlay {
  position: fixed;
  z-index: 3001;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(30,32,34,0.87);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.18s;
}
.cookie-modal {
  background: #fff;
  color: #111;
  max-width: 450px;
  width: 96vw;
  border-radius: 15px;
  box-shadow: 0 6px 36px rgba(20,20,20,0.19);
  padding: 38px 28px 26px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cookie-modal h4 {
  font-size: 1.2rem;
  color: #111;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.cookie-modal .switch {
  appearance: none;
  width: 44px;
  height: 24px;
  background: #ccc;
  border-radius: 12px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.17s;
}
.cookie-modal .switch:checked {
  background: #214375;
}
.cookie-modal .switch:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  transition: left 0.15s;
}
.cookie-modal .switch:checked:before {
  left: 22px;
}
.cookie-modal .close-cookie-modal {
  position: absolute;
  top: 19px;
  right: 24px;
  background: none;
  color: #111;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  transition: background 0.14s;
}
.cookie-modal .close-cookie-modal:hover {
  background: #ececec;
}
.cookie-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

/* MODERN Form Design (for future) */
input[type="text"], input[type="email"], textarea, select {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1.2px solid #afb2b6;
  margin-bottom: 16px;
  font-size: 1rem;
  font-family: inherit;
  background: #fafbfc;
  transition: border 0.15s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  outline: none;
  border: 1.5px solid #214375;
}

/* Responsive Design - MOBILE FIRST! */
@media (max-width: 1024px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.35rem; }
  .feature-grid { gap: 16px; }
  .feature-grid > div { padding: 26px 14px 18px 14px; }
}
@media (max-width: 900px) {
  header .container { gap: 14px; }
}
@media (max-width: 870px) {
  .feature-grid { flex-direction: column; }
  .feature-grid > div { min-width: unset; width: 100%; }
}
@media (max-width: 600px) {
  .section, section, section.cta { padding: 22px 8px; }
  .hero { min-height: 170px; padding-top: 30px; padding-bottom: 20px; }
  .container { padding-left: 7px; padding-right: 7px; }
  .content-wrapper { padding: 0; }
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.13rem; }
  .feature-grid { gap: 12px; }
}
@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    gap: 12px;
  }
  .main-nav {
    display: none !important;
  }
  .cta.primary {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-nav { flex-direction: column; gap: 8px; }
  .testimonial-card { padding: 16px 10px; }
  .feature-grid, .content-grid { flex-direction: column; }
  .card-container { flex-direction: column; }
  .content-wrapper { gap: 18px; }
  .text-image-section { flex-direction: column; gap: 18px; }
}

/* Additional Monochrome elegant details */
hr {
  border: none;
  border-top: 1.2px solid #d4d5d9;
  margin: 32px 0;
}

::-webkit-scrollbar {
  width: 8px;
  background: #eaeaea;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 9px;
}

/* Selection color */
::selection {
  background: #111;
  color: #fff;
}

/* No grid, only flex! Ensured throughout code! */
