/* Single Reederei detail module. Shared header/footer and tokens come from kreuzfahrten-modern.css. */
body.kn-module-cruise_shipowners #content {
  padding: 0 0 32px !important;
}

body.kn-module-cruise_shipowners #content > .block01 {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex-direction: column;
}

body.kn-module-cruise_shipowners #content > .block01 > .data {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.kn-module-cruise_shipowners #content > .block01 > .navigation,
body.kn-module-cruise_shipowners #content > .block02 {
  display: none !important;
}

body.kn-module-cruise_shipowners .kn-owner-detail,
body.kn-module-cruise_shipowners .kn-owner-detail *,
body.kn-module-cruise_shipowners .kn-owner-detail *::before,
body.kn-module-cruise_shipowners .kn-owner-detail *::after {
  box-sizing: border-box;
}

body.kn-module-cruise_shipowners .kn-owner-detail {
  width: 100%;
  color: var(--text);
  font: 14px/1.55 Arial, Helvetica, sans-serif;
}

body.kn-module-cruise_shipowners .kn-owner-detail h1,
body.kn-module-cruise_shipowners .kn-owner-detail h2,
body.kn-module-cruise_shipowners .kn-owner-detail h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
}

body.kn-module-cruise_shipowners .kn-owner-detail svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.kn-module-cruise_shipowners .kn-owner-breadcrumb {
  display: flex;
  min-height: 42px;
  padding: 0 28px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

body.kn-module-cruise_shipowners .kn-owner-breadcrumb a {
  color: var(--ocean-dark);
  text-decoration: none;
}

body.kn-module-cruise_shipowners .kn-owner-hero {
  position: relative;
  min-height: 445px;
  overflow: hidden;
  background: #dfecef;
}

body.kn-module-cruise_shipowners .kn-owner-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,rgba(249,252,252,.99) 0,rgba(249,252,252,.96) 30%,rgba(249,252,252,.76) 46%,rgba(249,252,252,.12) 78%);
  content: "";
}

body.kn-module-cruise_shipowners .kn-owner-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 53%;
  min-height: 445px;
  padding: 42px 44px 52px;
  flex-direction: column;
  justify-content: center;
}

body.kn-module-cruise_shipowners .kn-owner-eyebrow {
  margin: 0 0 8px;
  color: var(--ocean);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.kn-module-cruise_shipowners .kn-owner-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -.025em;
}

body.kn-module-cruise_shipowners .kn-owner-logo {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 58px;
  margin: 18px 0 0;
  object-fit: contain;
  object-position: left center;
}

body.kn-module-cruise_shipowners .kn-owner-location {
  display: flex;
  margin: 16px 0 0;
  align-items: center;
  gap: 7px;
  color: #31515e;
  font-weight: 600;
}

body.kn-module-cruise_shipowners .kn-owner-location svg {
  width: 18px;
  height: 18px;
  color: var(--ocean-dark);
}

body.kn-module-cruise_shipowners .kn-owner-lead {
  max-width: 470px;
  margin: 14px 0 0;
  color: #35545f;
  font-size: 15px;
  line-height: 1.55;
}

body.kn-module-cruise_shipowners .kn-owner-actions {
  display: flex;
  margin-top: 20px;
  gap: 12px;
  flex-wrap: wrap;
}

body.kn-module-cruise_shipowners .kn-owner-button {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ocean);
  font-weight: 700;
  text-decoration: none;
}

body.kn-module-cruise_shipowners .kn-owner-button-primary {
  background: var(--ocean);
  color: #fff;
}

body.kn-module-cruise_shipowners .kn-owner-button-secondary {
  background: rgba(255,255,255,.68);
  color: var(--ocean-dark);
}

body.kn-module-cruise_shipowners .kn-owner-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

body.kn-module-cruise_shipowners .kn-owner-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.kn-module-cruise_shipowners .kn-owner-hero-no-photo::after {
  background: linear-gradient(90deg,#f9fcfc 0,#edf5f6 100%);
}

body.kn-module-cruise_shipowners .kn-owner-facts {
  position: relative;
  z-index: 3;
  display: grid;
  margin: -42px 38px 34px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(8,43,58,.08);
  grid-template-columns: repeat(4,minmax(0,1fr));
}

body.kn-module-cruise_shipowners .kn-owner-facts > div {
  display: flex;
  min-width: 0;
  min-height: 128px;
  padding: 20px 16px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  text-align: center;
}

body.kn-module-cruise_shipowners .kn-owner-facts > div:last-child {
  border-right: 0;
}

body.kn-module-cruise_shipowners .kn-owner-facts svg {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  color: var(--ocean-dark);
}

body.kn-module-cruise_shipowners .kn-owner-facts strong {
  margin-bottom: 3px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

body.kn-module-cruise_shipowners .kn-owner-facts span {
  color: #35545f;
  overflow-wrap: anywhere;
}

body.kn-module-cruise_shipowners .kn-owner-overview {
  margin: 0 44px 38px;
}

body.kn-module-cruise_shipowners .kn-owner-overview::after {
  display: table;
  clear: both;
  content: "";
}

body.kn-module-cruise_shipowners .kn-owner-section-heading {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 18px;
}

body.kn-module-cruise_shipowners .kn-owner-section-heading h2,
body.kn-module-cruise_shipowners .kn-owner-title-row h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.2;
}

body.kn-module-cruise_shipowners .kn-owner-section-heading span,
body.kn-module-cruise_shipowners .kn-owner-title-row > span {
  height: 1px;
  background: var(--ocean);
  flex: 1;
}

body.kn-module-cruise_shipowners .kn-owner-prose {
  color: #294752;
  font-size: 16px;
  line-height: 1.7;
}

body.kn-module-cruise_shipowners .kn-owner-prose p {
  margin: 0 0 18px;
}

body.kn-module-cruise_shipowners .kn-owner-prose > :first-child {
  margin-top: 0;
}

body.kn-module-cruise_shipowners .kn-owner-profile {
  width: 36%;
  max-width: 420px;
  margin: 0 0 28px 42px;
  padding: 24px;
  float: right;
  border: 1px solid var(--line);
  background: #f8fbfc;
  box-sizing: border-box;
}

body.kn-module-cruise_shipowners .kn-owner-profile > img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 70px;
  margin: 0 0 18px;
  object-fit: contain;
}

body.kn-module-cruise_shipowners .kn-owner-profile dl {
  margin: 0;
}

body.kn-module-cruise_shipowners .kn-owner-profile dl::after {
  display: table;
  clear: both;
  content: "";
}

body.kn-module-cruise_shipowners .kn-owner-profile dt,
body.kn-module-cruise_shipowners .kn-owner-profile dd {
  min-height: 42px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

body.kn-module-cruise_shipowners .kn-owner-profile dt {
  width: 35%;
  float: left;
  clear: left;
  color: #4b6570;
  font-size: 12px;
  font-weight: 700;
}

body.kn-module-cruise_shipowners .kn-owner-profile dd {
  width: 65%;
  float: right;
  color: var(--navy);
}

body.kn-module-cruise_shipowners .kn-owner-title-row {
  display: grid;
  margin: 0 44px 22px;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  text-align: center;
}

body.kn-module-cruise_shipowners .kn-owner-ships,
body.kn-module-cruise_shipowners .kn-owner-travel-profile,
body.kn-module-cruise_shipowners .kn-owner-related {
  margin-bottom: 38px;
}

body.kn-module-cruise_shipowners .kn-owner-ship-grid {
  display: grid;
  margin: 0 44px;
  gap: 22px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

body.kn-module-cruise_shipowners .kn-owner-ship-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}

body.kn-module-cruise_shipowners .kn-owner-ship-image {
  display: flex;
  height: 205px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #eaf2f4;
}

body.kn-module-cruise_shipowners .kn-owner-ship-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.kn-module-cruise_shipowners .kn-owner-ship-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--ocean-dark);
}

body.kn-module-cruise_shipowners .kn-owner-ship-placeholder svg {
  width: 62px;
  height: 62px;
}

body.kn-module-cruise_shipowners .kn-owner-ship-body {
  padding: 16px 17px 18px;
}

body.kn-module-cruise_shipowners .kn-owner-ship-body h3,
body.kn-module-cruise_shipowners .kn-owner-related h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

body.kn-module-cruise_shipowners .kn-owner-ship-body h3 a,
body.kn-module-cruise_shipowners .kn-owner-related h3 a {
  color: var(--navy);
  text-decoration: none;
}

body.kn-module-cruise_shipowners .kn-owner-ship-body p {
  min-height: 66px;
  margin: 0 0 13px;
  color: #405d68;
  font-size: 13px;
}

body.kn-module-cruise_shipowners .kn-owner-text-link {
  color: var(--ocean-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.kn-module-cruise_shipowners .kn-owner-profile-grid {
  display: grid;
  margin: 0 44px;
  border: 1px solid var(--line);
  background: #fbfdfd;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

body.kn-module-cruise_shipowners .kn-owner-profile-grid article {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}

body.kn-module-cruise_shipowners .kn-owner-profile-grid article:last-child {
  border-right: 0;
}

body.kn-module-cruise_shipowners .kn-owner-profile-grid svg {
  width: 42px;
  height: 42px;
  color: var(--ocean-dark);
}

body.kn-module-cruise_shipowners .kn-owner-profile-grid h3 {
  margin: 10px 0 7px;
  font-size: 18px;
}

body.kn-module-cruise_shipowners .kn-owner-profile-grid p {
  margin: 0;
  color: #45616b;
}

body.kn-module-cruise_shipowners .kn-owner-related-grid {
  display: grid;
  margin: 0 44px;
  gap: 18px;
  grid-template-columns: repeat(4,minmax(0,1fr));
}

body.kn-module-cruise_shipowners .kn-owner-related-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}

body.kn-module-cruise_shipowners .kn-owner-related-image {
  display: flex;
  height: 132px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #eaf2f4;
}

body.kn-module-cruise_shipowners .kn-owner-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.kn-module-cruise_shipowners .kn-owner-related-image img.is-logo {
  width: auto;
  max-width: 78%;
  height: auto;
  max-height: 65%;
  object-fit: contain;
}

body.kn-module-cruise_shipowners .kn-owner-related-grid article > div {
  padding: 13px 14px 15px;
}

body.kn-module-cruise_shipowners .kn-owner-offer {
  display: grid;
  margin: 0;
  padding: 28px 44px;
  align-items: center;
  gap: 28px;
  background: var(--navy);
  color: #fff;
  grid-template-columns: 1fr auto;
}

body.kn-module-cruise_shipowners .kn-owner-offer h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 26px;
}

body.kn-module-cruise_shipowners .kn-owner-offer p {
  margin: 0 0 3px;
}

body.kn-module-cruise_shipowners .kn-owner-offer small {
  color: #bad0d8;
}

body.kn-module-cruise_shipowners .kn-owner-offer > a {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ocean-dark);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  body.kn-module-cruise_shipowners .kn-owner-hero-copy {
    width: 60%;
    padding-right: 24px;
    padding-left: 28px;
  }

  body.kn-module-cruise_shipowners .kn-owner-hero h1 {
    font-size: 40px;
  }

  body.kn-module-cruise_shipowners .kn-owner-overview {
    margin-right: 28px;
    margin-left: 28px;
  }

  body.kn-module-cruise_shipowners .kn-owner-profile {
    width: 38%;
    margin-left: 24px;
  }

  body.kn-module-cruise_shipowners .kn-owner-ship-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  body.kn-module-cruise_shipowners .kn-owner-related-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  body.kn-module-cruise_shipowners #content {
    padding-bottom: 0 !important;
  }

  body.kn-module-cruise_shipowners .kn-owner-breadcrumb {
    padding: 0 18px;
    overflow: hidden;
    white-space: nowrap;
  }

  body.kn-module-cruise_shipowners .kn-owner-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  body.kn-module-cruise_shipowners .kn-owner-hero::after {
    display: none;
  }

  body.kn-module-cruise_shipowners .kn-owner-hero-copy {
    width: 100%;
    min-height: 0;
    padding: 30px 18px 28px;
    background: #f5fafb;
    order: 2;
  }

  body.kn-module-cruise_shipowners .kn-owner-hero-media {
    position: relative;
    height: 260px;
    order: 1;
  }

  body.kn-module-cruise_shipowners .kn-owner-hero h1 {
    font-size: 34px;
  }

  body.kn-module-cruise_shipowners .kn-owner-logo {
    max-width: 160px;
  }

  body.kn-module-cruise_shipowners .kn-owner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.kn-module-cruise_shipowners .kn-owner-facts {
    margin: 0;
    box-shadow: none;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  body.kn-module-cruise_shipowners .kn-owner-facts > div {
    min-height: 112px;
    border-bottom: 1px solid var(--line);
  }

  body.kn-module-cruise_shipowners .kn-owner-facts > div:nth-child(2n) {
    border-right: 0;
  }

  body.kn-module-cruise_shipowners .kn-owner-overview {
    display: flex;
    margin: 30px 18px;
    gap: 24px;
    flex-direction: column;
  }

  body.kn-module-cruise_shipowners .kn-owner-description {
    order: 1;
  }

  body.kn-module-cruise_shipowners .kn-owner-profile {
    width: 100%;
    max-width: none;
    margin: 0;
    float: none;
    order: 2;
  }

  body.kn-module-cruise_shipowners .kn-owner-section-heading h2,
  body.kn-module-cruise_shipowners .kn-owner-title-row h2 {
    font-size: 24px;
  }

  body.kn-module-cruise_shipowners .kn-owner-title-row {
    display: block;
    margin: 0 18px 18px;
    text-align: left;
  }

  body.kn-module-cruise_shipowners .kn-owner-title-row > span {
    display: none;
  }

  body.kn-module-cruise_shipowners .kn-owner-ship-grid,
  body.kn-module-cruise_shipowners .kn-owner-related-grid {
    margin: 0 18px;
    grid-template-columns: 1fr;
  }

  body.kn-module-cruise_shipowners .kn-owner-profile-grid {
    margin: 0 18px;
    grid-template-columns: 1fr;
  }

  body.kn-module-cruise_shipowners .kn-owner-profile-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body.kn-module-cruise_shipowners .kn-owner-profile-grid article:last-child {
    border-bottom: 0;
  }

  body.kn-module-cruise_shipowners .kn-owner-offer {
    padding: 26px 18px;
    grid-template-columns: 1fr;
  }

  body.kn-module-cruise_shipowners .kn-owner-offer > a {
    width: 100%;
  }
}
