/* ==================================================
   Kronospan Landingpage
   Refactored design system
   ================================================== */

/* 01. Variables & fonts */
.architects-page {
  --krono-blue: #05377b;
  --krono-dark: #111;
  --krono-muted: #6c757d;
  --krono-light: #f4f4f4;
  --krono-border: #e0e0e0;
  --krono-radius: 0.4rem;
  --krono-section-y: 4rem;

  --area-hospitality: #998862;
  --area-healthcare: #5da495;
  --area-office: #7c8286;
  --area-retail: #d5621a;
  --area-bildung: #427072;
  --area-wohnungsbau: #966a24;

  --bs-primary: var(--krono-blue);
  --bs-primary-rgb: 5, 55, 123;
  --bs-font-sans-serif: 'Helen Pro', sans-serif;
}

@font-face {
  font-family: 'Helen Pro';
  src: url('/public/landing_pages/architects/font/Helen Pro Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helen Pro';
  src: url('/public/landing_pages/architects/font/Helen Pro Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helen Pro';
  src: url('/public/landing_pages/architects/font/Helen Pro Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helen Pro';
  src: url('/public/landing_pages/architects/font/Helen Pro Black.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  src:
    url("/public/landing_pages/architects/font/bootstrap-icons.woff2") format("woff2"),
    url("/public/landing_pages/architects/font/bootstrap-icons.woff") format("woff");
}

/* 02. Base */
.architects-page {
  font-family: var(--bs-font-sans-serif);
}

.architects-page b, .architects-page strong {
    font-weight: 600;
}

.architects-page h1,
.architects-page h2,
.architects-page h3,
.architects-page h4,
.architects-page h5,
.architects-page h6 {
  line-height: 1.3;
}

.architects-page h2 {
  color: var(--krono-blue);
  font-weight: 500;
}

.architects-page .h5, .architects-page h5 {
    font-size: 1.45rem;
}

.architects-page h5.marker {
padding: 5px 10px 5px 10px;
color:black;
background-color:rgba(255, 255, 255, 0.5);
width:fit-content;
border-radius: var(--bs-border-radius);
}

.architects-page .h6, .architects-page h6 {
    font-size: 1.15rem;
}

.architects-page .section-designcenter {
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('/public/landing_pages/architects/img/P1611490new.jpg');
background-size: cover;
background-position: center;
color:#fff;
}

.architects-page .section-designcenter h2 {
  color: #fff;
}

.architects-page .section-werkstatt {
  padding-block: 1rem 4rem;
}

.architects-page .section-bereiche {
  background-color:#F8F9FA;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.architects-page .form-section {
    padding-top: 3rem;
  padding-bottom: 2rem;
}

.architects-page .krono-logo {
  width: 100%;
  max-width: 260px;
  height: auto;
}

/* 03. Buttons */
.architects-page .btn-primary,
.architects-page .btn-krono {
  width: 100%;
  border-radius: var(--bs-border-radius);
}

.architects-page .btn-primary {
  background-color: var(--krono-blue);
  border-color: var(--krono-blue);
}

.architects-page .btn, .architects-page p, .architects-page label {
  font-size: 1.1rem;
}

.architects-page .btn-krono {
  font-size: 1.1rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  color: var(--krono-dark);
  background: #fff;
  border: 1px solid var(--krono-dark);
}

.architects-page .btn-krono.btn-krono-sm {
  max-width: 50%;
}

/* 04. Hero */
.architects-page .hero {
  min-height: calc(28rem + 3.75rem);
  color: #fff;
  background: center / cover no-repeat;
}

.architects-page .hero .container {
  padding-top: calc(5rem + 3.75rem);
}

/* 05. Area cards */
.architects-page .area-grid {
  margin-top: 1.5rem;
}

.architects-page .area-card .card-title {
  width: 70%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-top: 0.6rem;
  border-top: 10px solid var(--area-color);
}

.architects-page .area-card .card-text {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.architects-page .area-hospitality { --area-color: var(--area-hospitality); }
.architects-page .area-healthcare { --area-color: var(--area-healthcare); }
.architects-page .area-office { --area-color: var(--area-office); }
.architects-page .area-retail { --area-color: var(--area-retail); }
.architects-page .area-bildung { --area-color: var(--area-bildung); }
.architects-page .area-wohnungsbau { --area-color: var(--area-wohnungsbau); }

/* 06. Case detail panels */
.architects-page .case-panel {
  position: relative;
  padding: 2rem;
  border-radius: var(--krono-radius);
}

.architects-page .case-panel[data-area='hospitality'] { background-color: rgba(153, 136, 98, 0.2); }
.architects-page .case-panel[data-area='healthcare'] { background-color: rgba(93, 164, 149, 0.2); }
.architects-page .case-panel[data-area='office'] { background-color: rgba(124, 130, 134, 0.2); }
.architects-page .case-panel[data-area='retail'] { background-color: rgba(213, 98, 26, 0.2); }
.architects-page .case-panel[data-area='bildung'] { background-color: rgba(66, 112, 114, 0.2); }
.architects-page .case-panel[data-area='wohnungsbau'] { background-color: rgba(150, 106, 36, 0.2); }

.architects-page .close-details {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.architects-page .case-study-card .case-image {
  min-height: 100%;
}

.architects-page .object-fit-cover {
  object-fit: cover;
}

/* 07. Resources / tabs */
.architects-page .resources-section {
  padding-block: 1rem 4rem;
  margin-top: 2.0rem;
}

.architects-page .resource-tabs {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2rem;
}

.architects-page .resource-tabs .nav-item {
  padding: 0;
}

.architects-page .resource-tabs .nav-link {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 1.5rem 1rem;
  background: #fff;
  color: #05377B;
  text-align: center;
}

.architects-page .resource-tabs .nav-link.active {
  background: #05377B;
  color: #fff;
}

.architects-page .resource-tabs .nav-link h5 {
  margin: 0;
  color: inherit;
}

.architects-page .icon-active,
.architects-page .resource-tabs .nav-link.active .icon-normal {
  display: none;
}

.architects-page .resource-tabs .nav-link.active .icon-active {
  display: inline;
}

.architects-page .resource-tab-content .tab-pane {
  padding: 2rem;
  color: #fff;
  background: var(--krono-blue);
}

.architects-page .resource-tab-content h3,
.architects-page .resource-tab-content p {
  color: #fff;
}

.architects-page .resource-tab-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  margin: 0;
  color: inherit;
  font-size: 1.1rem;
}

.architects-page .resource-tab-label img {
  width: 50px;
  height: auto;
}

@media (max-width: 768px) {
  .architects-page .resource-tabs .nav-link {
    min-height: 96px;
    padding: .75rem .5rem;
  }

  .architects-page .resource-tab-label {
    display: flex !important;
    font-size: .8rem;
    line-height: 1.2;
  }

  .architects-page .resource-tab-label img {
    width: 32px;
  }
}

/* 08. Carousel */
.architects-page .carousel-section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.architects-page .multi-carousel-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.architects-page .multi-carousel-container.dragging,
.architects-page #multiCarousel.dragging {
  cursor: grabbing;
  user-select: none;
}

.architects-page .multi-carousel-inner {
  display: flex;
  height: 20rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.architects-page .multi-carousel-item,
.architects-page .clone {
  position: relative;
  flex: 0 0 20%;
  box-sizing: border-box;
  padding: 0 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

.architects-page .carousel-title-vertical {
  writing-mode: vertical-lr;
  margin: 5px;
}

.architects-page .multi-carousel-item h4 {
  padding: 20px 10px 10px;
  color: #fff;
}

.architects-page .carousel-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--krono-border);
  transition: 0.5s ease;
}

.architects-page .multi-carousel-item:hover .carousel-overlay {
  opacity: 1;
}

.architects-page .carousel-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  color: var(--krono-dark);
  font-size: 1.2rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

.architects-page .multi-carousel-control-prev,
.architects-page .multi-carousel-control-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.architects-page .multi-carousel-control-prev:hover,
.architects-page .multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.architects-page .multi-carousel-control-prev { left: 10px; }
.architects-page .multi-carousel-control-next { right: 10px; }

/* 09. Event cards */
.architects-page .card-image {
  position: relative;
}

.architects-page .card-img-top {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.architects-page .card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  color: #fff;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}

.architects-page .card-overlay h3 {
  margin: 0;
  color: #fff;
}

/* 10. Form */

.architects-page .form-select,
.architects-page .dropdown-menu,
.architects-page .form-control {
  color: #000;
  background-color: #fff;
}

.architects-page .form-select:focus,
.architects-page .form-control:focus,
.architects-page .dropdown-toggle:focus {
  border-color: var(--krono-border);
  box-shadow: none;
}

.architects-page .form-label {
  text-transform: uppercase;
}

.architects-page .contact-card {
  padding: 1.375rem;
  color: #fff;
  background: var(--krono-blue);
  border-radius: 8px;
}

.architects-page .contact-card img {
  width: 70px;
  margin-bottom: 0.75rem;
}

.architects-page #hinweisText {
  font-size:1.1rem;
}

/* 11. Responsive */
@media (max-width: 45em) {
  .architects-page .multi-carousel-item,
  .architects-page .clone {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .architects-page .resource-tabs .nav-link {
    min-height: 96px;
    padding: 1rem .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
  }

  .architects-page .resource-tabs .nav-link h5 {
    display: block;
    margin: 0;
    font-size: .95rem;
    line-height: 1.2;
    color: inherit;
  }

  .architects-page .resource-tabs .nav-link img {
    display: block;
    max-width: 32px;
    height: auto;
  }
}

@media (max-width: 720px) {
  .architects-page .multi-carousel-item,
  .architects-page .multi-carousel-item.clone {
    flex: 0 0 100%;
  }

  .architects-page .multi-carousel-inner {
    height: 22rem;
  }

  .architects-page .caroussel-titel {
    writing-mode: horizontal-tb;
  }
}

  .architects-page .btn-krono.btn-krono-sm {
    max-width: 100%;
  }


/* Bootstrap 4 compatibility for the supplied Bootstrap 5 markup. */
.architects-page .row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.architects-page .row.g-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.architects-page .btn-close {
  padding: 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  background: transparent;
  border: 0;
  opacity: .5;
}

.architects-page .btn-close::before {
  content: "\00d7";
}

.architects-page .btn-close:hover,
.architects-page .btn-close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/* Bootstrap 5 visual compatibility inside the Bootstrap 4 site shell. */
.architects-page {
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
}

.architects-page .container {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  max-width: none !important;
  padding-top: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .architects-page .container { max-width: 540px !important; }
}

@media (min-width: 768px) {
  .architects-page .container { max-width: 720px !important; }
}

@media (min-width: 992px) {
  .architects-page .container { max-width: 960px !important; }
}

@media (min-width: 1200px) {
  .architects-page .container { max-width: 1140px !important; }
}

@media (min-width: 1400px) {
  .architects-page .container { max-width: 1320px !important; }
}

.architects-page .container-fluid {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.architects-page .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.architects-page .row > * {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.architects-page .row.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.architects-page .row.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.architects-page .row.g-0 {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}

.architects-page .row.g-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.architects-page .row.area-grid {
  margin-top: 1.5rem;
}

.architects-page .row.resource-tabs {
  margin-top: 2rem;
  margin-right: 0;
  margin-left: 0;
}

.architects-page h1 { font-size: calc(1.375rem + 1.5vw); }
.architects-page h2 { font-size: calc(1.325rem + .9vw); }
.architects-page h3 { font-size: calc(1.3rem + .6vw); }
.architects-page h4 { font-size: calc(1.275rem + .3vw); }

@media (min-width: 1200px) {
  .architects-page h1 { font-size: 2.5rem; }
  .architects-page h2 { font-size: 2rem; }
  .architects-page h3 { font-size: 1.75rem; }
  .architects-page h4 { font-size: 1.5rem; }
}

.architects-page .card {
  color: #212529;
  border-color: rgba(0, 0, 0, .175);
  border-radius: var(--bs-border-radius);
}

.architects-page .card-body { padding: 1rem; }
.architects-page .card-title { margin-bottom: .5rem; }

.architects-page .btn,
.architects-page .btn-krono,
.architects-page .form-control,
.architects-page .form-select,
.architects-page .dropdown-menu {
  border-radius: var(--bs-border-radius);
}

.architects-page .resource-tabs .nav-item { margin: 0; }
.architects-page .resource-tabs .nav-link { margin-bottom: -1px; }
.architects-page .form-control { height: auto; border-color: #dee2e6; }
.architects-page .dropdown-toggle { color: #000; }

.architects-page .section-bereiche,
.architects-page .resources-section,
.architects-page .carousel-section,
.architects-page .section-werkstatt,
.architects-page .form-section {
  color: #212529;
}

.architects-page small,
.architects-page .small { font-size: .875em; }
.architects-page .text-muted { color: rgba(33, 37, 41, .75) !important; }

.architects-page .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.architects-page .form-check {
  position: static;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.architects-page .form-check-input {
  position: static;
  float: left;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  margin-left: -1.5em;
  vertical-align: top;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: .25em;
}

.architects-page .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.architects-page .form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.architects-page .form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #dee2e6;
  appearance: none;
}

.architects-page .modal-content {
  border-color: rgba(0, 0, 0, .175);
  border-radius: var(--bs-border-radius-lg);
}

.architects-page .modal-header {
  border-color: #dee2e6;
  border-top-left-radius: calc(var(--bs-border-radius-lg) - 1px);
  border-top-right-radius: calc(var(--bs-border-radius-lg) - 1px);
}

.architects-page .modal-title { line-height: 1.5; }

.architects-page .modal-footer {
  border-color: #dee2e6;
  border-bottom-right-radius: calc(var(--bs-border-radius-lg) - 1px);
  border-bottom-left-radius: calc(var(--bs-border-radius-lg) - 1px);
}

.architects-page .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: var(--bs-border-radius);
  opacity: .5;
}

.architects-page .btn-close::before { content: none; }

.architects-page .modal-header .btn-close {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: -.5rem -.5rem -.5rem auto;
  background: transparent;
  border-radius: var(--bs-border-radius);
  opacity: .5;
}

.architects-page .modal-header .btn-close::before,
.architects-page .modal-header .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  background-color: #212529;
  border-radius: 1px;
  transform-origin: center;
}

.architects-page .modal-header .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.architects-page .modal-header .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.architects-page .modal-header .btn-close:hover {
  background: transparent;
  opacity: .75;
}

.architects-page .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1;
}
/* Hide the shared back-to-top control only on this dedicated landing-page layout. */
body.architects-landing #back-to-top {
  display: none !important;
}
/* Draw a complete case-study close glyph without the Bootstrap SVG. */
.architects-page .btn-close.close-details {
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  border-radius: var(--bs-border-radius);
  box-shadow: none;
  opacity: 1;
}

.architects-page .btn-close.close-details::before,
.architects-page .btn-close.close-details::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 2px;
  background-color: #212529;
  border-radius: 1px;
  transform-origin: center;
}

.architects-page .btn-close.close-details::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.architects-page .btn-close.close-details::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.architects-page .btn-close.close-details:hover {
  background: transparent;
  opacity: .75;
}

.architects-page .btn-close.close-details:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(5, 55, 123, .2);
  opacity: 1;
}