@font-face {
  font-family: "Cadiz";
  src: url("../fonts/CadizWeb-VF-Upright.woff") format("woff");
  src: url("../fonts/CadizWeb-VF-Upright.woff2") format("woff2");
}
@font-face {
  font-family: "Cadiz";
  font-style: italic;
  src: url("../fonts/CadizWeb-VF-Italic.woff") format("woff");
  src: url("../fonts/CadizWeb-VF-Italic.woff2") format("woff2");
}
/* el-messiri-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ElMessiri-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* el-messiri-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ElMessiri-Medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* el-messiri-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ElMessiri-SemiBold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* el-messiri-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ElMessiri-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Color settings
 */
/**
 * Font settings
 */
/**
 * Generating aspect-ratio for elements.
 **/
.media.media-cover {
  position: relative;
}
.media.media-cover img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.ratio-16x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.ratio-16x10:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.ratio-4x3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.ratio-1x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/**
 * helpers
 */
.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

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

/**
 * Reset
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  box-sizing: border-box;
}
html *, body * {
  box-sizing: border-box;
}

/**
 * Styling
 */
body {
  font-family: "Cadiz", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  color: #1D4C70;
  font-size: 0.875rem;
}

small, .detail-trip-item-body-footer-info {
  font-size: 0.75rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .Head_1 {
  font-weight: 600;
  color: #1D4C70;
  font-family: "El Messiri", sans-serif;
}

h1, .h1 {
  font-size: 1.375rem;
}

h2, .detail-element-toggle {
  font-size: 1.25rem;
}

h3, h4, .h2, .h3, .h4 {
  font-size: 1.125rem;
}

.Head_1 {
  font-size: 1rem;
}

h4, h5, .h4, .h5 {
  font-size: 1rem;
}

strong, b {
  font-weight: 600;
}

p a {
  color: #1D4C70;
}

ul, ol, p {
  margin: 0;
}
ul + ol, ul + ul, ul + p, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + .h1, ul + .h2, ul + .h3, ul + .h4, ul + .h5, ul + .h6, ol + ol, ol + ul, ol + p, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + .h1, ol + .h2, ol + .h3, ol + .h4, ol + .h5, ol + .h6, p + ol, p + ul, p + p, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + .h1, p + .h2, p + .h3, p + .h4, p + .h5, p + .h6 {
  margin: 0.5rem 0 0 0;
}

h1 + ol, h1 + ul, h1 + p, h2 + ol, h2 + ul, h2 + p, h3 + ol, h3 + ul, h3 + p, h4 + ol, h4 + ul, h4 + p, h5 + ol, h5 + ul, h5 + p, h6 + ol, h6 + ul, h6 + p, .h1 + ol, .h1 + ul, .h1 + p, .h2 + ol, .h2 + ul, .h2 + p, .h3 + ol, .h3 + ul, .h3 + p, .h4 + ol, .h4 + ul, .h4 + p, .h5 + ol, .h5 + ul, .h5 + p, .h6 + ol, .h6 + ul, .h6 + p {
  margin: 0.5rem 0 0 0;
}

body {
  width: 21cm;
  margin-left: auto;
  margin-right: auto;
}

.ts-print-template {
  padding: 1.5rem 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-controls,
.slider-controls-inner,
.action-buttons,
.page-detail-header-actions,
.detail-anchor-navigation,
.detail-element-toggle svg,
.detail-ship-object-content-bottom .button-group,
.detail-region-object-content-bottom .button-group,
.detail-section-crossselling,
.zoom-indicator,
.detail-itinerary-item-toggle svg,
.detail-booking-offers-item-booking,
.detail-itinerary-toggle,
.__mobile-accordion .detail-element-header.__desktop,
.detail-itinerary-header,
.detail-info-button,
.detail-itinerary-item-trips-toggle > svg,
#detailThemenReisen,
.modal-wrapper,
.detail-booking-fully-booked-offers-cta,
.detail-info-content-bottom .btn-primary-light {
  display: none !important;
}

.detail-element-header {
  margin-bottom: 0.75rem;
}

.detail-info-ship-category {
  column-gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.detail-info-ship-category svg {
  width: 1.125rem;
  height: 1.125rem;
}

.detail-info-ship-stars {
  margin-bottom: 0.5rem;
}
.detail-info-ship-stars svg {
  width: 1.375rem;
  height: 1.375rem;
}
.detail-info-ship-stars svg.icon__plus {
  width: 1.125rem;
  height: 1.125rem;
}

.detail-booking-fully-booked-offers-infotext {
  border: 1px solid #1D4C70;
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.75rem;
}
.detail-booking-fully-booked-offers-infotext .detail-booking-fully-booked-offers-icon {
  width: 2rem;
  height: 2rem;
}
.detail-booking-fully-booked-offers-infotext .detail-booking-fully-booked-offers-icon svg {
  width: 2rem;
  height: 2rem;
}
.detail-booking-fully-booked-offers-infotext .detail-booking-fully-booked-offers-message {
  flex: 1;
}
.detail-booking-fully-booked-offers-infotext .detail-booking-fully-booked-offers-message a {
  color: #1D4C70;
}

p a {
  color: #1D4C70;
}

.detail-element {
  margin-top: 1.5rem;
}

.detail-ship-object-content {
  margin: 1rem 0 0 0;
}

.detail-ship-object-infos {
  margin: 1rem 0 0 0;
}
.detail-ship-object-infos .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-ship-object-infos .row .col-12 {
  padding: 0 8px;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.detail-ship-object-infos .detail-ship-object-info-item-title {
  margin: 0 0 0.5rem 0;
}

.detail-region-object-teaser > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-region-object-teaser > .row .col-lg-6 {
  padding: 0 8px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}
.detail-region-object-teaser > .row .col-lg-6 + .col-lg-6 {
  padding: 0 8px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
}
.detail-region-object-teaser > .row .detail-region-object-images-inner .slider-item {
  display: none;
}
.detail-region-object-teaser > .row .detail-region-object-images-inner .slider-item:first-child {
  display: block;
}

.print-template-header {
  margin-bottom: 1.5rem;
}
.print-template-header img {
  height: 4rem;
  width: auto;
}
.print-template-header .print-template-header-hotline {
  font-size: 1.125rem;
  text-align: right;
}
.print-template-header .print-template-header-hotline ._sub {
  font-size: 0.875rem;
}

.page-detail-header-slider-inner .slider-item {
  display: none;
}
.page-detail-header-slider-inner .slider-item:first-child {
  display: block;
}
.page-detail-header-slider-inner .slider-item .media.media-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.detail-ship-object-images-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-ship-object-images-inner .slider-item {
  display: none;
}
.detail-ship-object-images-inner .slider-item:nth-child(1), .detail-ship-object-images-inner .slider-item:nth-child(2), .detail-ship-object-images-inner .slider-item:nth-child(3) {
  display: block;
  padding: 0 8px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}

#detailImpressions,
.detail-kabine,
.media,
img,
.detail-itinerary-item,
#detailDeckplan {
  page-break-inside: avoid;
  break-inside: avoid;
}

.detail-impressionen-grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(8.5rem, auto);
}
.detail-impressionen-grid .detail-impressionen-grid-item {
  grid-column-end: span 1;
  grid-row-end: span 1;
  position: relative;
  overflow: hidden;
}
.detail-impressionen-grid .detail-impressionen-grid-item .detail-impression-gallery-more {
  display: none;
}
.detail-impressionen-grid .detail-impressionen-grid-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detail-impressionen-grid .detail-impressionen-grid-item > a .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detail-impressionen-grid .detail-impressionen-grid-item.__big {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.page-detail-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.page-detail-header .page-detail-header-slider {
  padding: 0 8px;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  width: 100%;
  order: 1;
}
.page-detail-header .page-detail-header-slider .page-detail-header-slider-inner {
  height: 100%;
}
.page-detail-header .page-detail-header-slider .page-detail-header-slider-inner .slider-item {
  height: 100%;
}
.page-detail-header .page-detail-header-slider .page-detail-header-slider-inner .slider-item .media {
  height: 100%;
}
.page-detail-header .page-detail-header-info .container,
.page-detail-header .page-detail-header-info .container > .row,
.page-detail-header .page-detail-header-info .container > .row > .col-12,
.page-detail-header .page-detail-header-info .container > .row > .col-12 > .detail-info {
  height: 100%;
}
.page-detail-header .detail-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-detail-header .detail-info .detail-info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-detail-header .page-detail-header-info {
  padding: 0 8px;
  flex: 0 0 37.5%;
  max-width: 37.5%;
  width: 100%;
  order: 2;
}
.page-detail-header .page-detail-header-info .detail-info-content-bottom {
  margin: 1rem 0 0 0;
}
.page-detail-header .page-detail-header-info .detail-info-content-bottom a.btn.btn-secondary {
  color: #1D4C70;
  text-decoration: none;
  font-weight: 600;
}
.page-detail-header .page-detail-header-info .detail-info-top {
  height: auto !important;
  margin: 0 0 1rem 0;
}
.page-detail-header .page-detail-header-info .detail-info-top-themen-reisen-items {
  width: 100%;
}
.page-detail-header .page-detail-header-info .detail-info-top-themen-reisen-items .detail-info-top-themen-reisen-item > .d-flex {
  column-gap: 0.25rem;
}
.page-detail-header .page-detail-header-info .detail-info-top-themen-reisen-item .detail-themen-reise-item-icon {
  width: 1.125rem;
  height: 1.125rem;
}
.page-detail-header .page-detail-header-info .detail-info-top-themen-reisen-item .detail-themen-reise-item-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.page-detail-header .page-detail-header-info .detail-info-top-themen-reisen-item .detail-info-top-themen-reise-item-body {
  height: auto;
}
.page-detail-header .page-detail-header-info .detail-info {
  border: 1px solid #1D4C70;
  padding: 1.25rem;
}
.page-detail-header .page-detail-header-info .detail-info .detail-info-content-top-title {
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
}
.page-detail-header .page-detail-header-body {
  padding: 0 8px;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  order: 3;
  margin-top: 1.5rem;
}
.page-detail-header .page-detail-header-body .detail-title {
  margin: 0.375rem 0;
}
.page-detail-header .page-detail-header-body .detail-options {
  row-gap: 0.375rem;
  column-gap: 1rem;
}
.page-detail-header .page-detail-header-body .detail-options .detail-option {
  gap: 0.25rem;
}
.page-detail-header .page-detail-header-body .detail-options .detail-option svg {
  width: 1.125rem;
  height: 1.125rem;
}

ul.checklist {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
ul.checklist li {
  padding-left: 1.375rem;
  position: relative;
}
ul.checklist li svg {
  position: absolute;
  left: 0;
  top: 0;
  color: #1D4C70;
  width: 1.125rem;
  height: 1.125rem;
}

.detail-element-toggle {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  outline: none;
  text-align: left;
  font-family: "El Messiri", sans-serif;
  color: #1D4C70;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  width: 100%;
  display: block;
}

.detail-element-header h3 {
  font-size: 1.25rem;
}

.detail-itinerary-item .detail-itinerary-item-content {
  width: 100%;
}
.detail-itinerary-item .detail-itinerary-item-content .detail-itinerary-item-content-accomodations {
  margin: 0.5rem 0 0 0;
  font-size: 0.75rem;
  color: #7794A9;
}
.detail-itinerary-item .detail-itinerary-item-content .detail-itinerary-item-trips {
  margin-top: 1rem;
}
.detail-itinerary-item .detail-itinerary-item-content .detail-itinerary-item-trips button.detail-itinerary-item-trips-toggle {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  outline: none;
  text-align: left;
  width: 100%;
  font-weight: 600;
  color: #1D4C70;
  font-size: 1rem;
  font-family: "El Messiri", sans-serif;
  margin: 0 0 0.5rem 0;
}
.detail-itinerary-item .detail-itinerary-item-content .detail-itinerary-item-trips .trip-items .trip-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-itinerary-item .detail-itinerary-item-content .detail-itinerary-item-trips .trip-items .trip-item .trip-item-image {
  padding: 0 8px;
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
  width: 100%;
  flex: 0 0 10rem;
  max-width: 10rem;
}
.detail-itinerary-item .detail-itinerary-item-content .detail-itinerary-item-trips .trip-items .trip-item .trip-item-content {
  padding: 0 8px;
  flex: 1;
}
.detail-itinerary-item .detail-itinerary-item-content .detail-itinerary-item-trips .trip-items .trip-item + .trip-item {
  margin-top: 1rem;
}
.detail-itinerary-item .detail-itinerary-item-content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-itinerary-item .detail-itinerary-item-content .col-12 {
  padding: 0 8px;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.detail-itinerary-item .detail-itinerary-item-content .col-xl-5 {
  padding: 0 8px;
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
  width: 100%;
}
.detail-itinerary-item .detail-itinerary-item-content .col-xl-7 {
  padding: 0 8px;
  flex: 1;
}
.detail-itinerary-item + .detail-itinerary-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E4ECF7;
}

.detail-badges + .detail-subline,
.detail-badges + .detail-title {
  margin-top: 1rem !important;
}
.detail-badges .detail-badge {
  height: 2rem;
  line-height: 1.875rem;
  border: 1px solid #1D4C70;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1D4C70;
}
.detail-badges .detail-badge.bg-secondary {
  border: 1px solid #F9B233;
  color: #F9B233;
}

.detail-itinerary-item-toggle {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  outline: none;
  text-align: left;
  font-size: 1rem;
  color: #1D4C70;
  margin: 0 0 1rem 0;
  width: 100%;
  display: block;
}
.detail-itinerary-item-toggle .detail-itinerary-item-toggle-description {
  flex-direction: row !important;
  column-gap: 0.5rem;
}

.detail-notes {
  margin: 1rem 0 0 0;
  font-size: 0.75rem;
  color: #7794A9;
  column-gap: 0.5rem;
  row-gap: 0.25rem;
}

.detail-booking-offers .detail-booking-offers-item.__header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1D4C70;
  font-weight: 600;
  font-size: 1rem;
}
.detail-booking-offers .detail-booking-offers-item.__item {
  border-top: 1px solid #E4ECF7;
  padding-top: 0.5rem;
}
.detail-booking-offers .detail-booking-offers-item.__item + .detail-booking-offers-item {
  border-top: 1px solid #E4ECF7;
}
.detail-booking-offers .detail-booking-offers-item.__item + .detail-booking-offers-item.__item {
  margin-top: 0.5rem;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col {
  height: 1.5rem;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-daterange {
  padding: 0 8px;
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
  width: 100%;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-daterange .d-none {
  display: none;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-price {
  padding: 0 8px;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-price .d-flex {
  display: block;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-status {
  padding: 0 8px;
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
  width: 100%;
  text-align: right;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-status .status {
  column-gap: 0.25rem;
  justify-content: flex-end !important;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-status .status .status-icon {
  width: 1.125rem;
  height: 1.125rem;
}
.detail-booking-offers .detail-booking-offers-item .detail-booking-offers-item-description .detail-booking-offers-item-col.__col-status .status .status-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.media-zoom-button {
  display: none !important;
}

.intro-row-ship {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.intro-row-ship .col-content-main {
  padding: 0 8px;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  width: 100%;
}
.intro-row-ship .detail-content-aside {
  padding: 0 8px;
  flex: 0 0 37.5%;
  max-width: 37.5%;
  width: 100%;
}

.detail-kabine-content-bottom {
  display: none !important;
}

.detail-kabinen-slider-inner {
  display: block;
}
.detail-kabinen-slider-inner .slider-item .detail-kabine .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-kabinen-slider-inner .slider-item .detail-kabine .col-lg-6 {
  padding: 0 8px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
}
.detail-kabinen-slider-inner .slider-item .detail-kabine .col-lg-6 + .col-lg-6 {
  padding: 0 8px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}
.detail-kabinen-slider-inner .slider-item + .slider-item {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #E4ECF7;
}

table.table {
  width: 100%;
  font-size: 0.75rem;
}
table.table td {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
table.table td + td {
  padding-left: 0.5rem;
}
table.table tr + tr {
  border-top: 1px solid #E4ECF7;
}

#detailRegion {
  display: none !important;
}

.detail-info-top-themen-reisen-items {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.hide-print {
  display: none !important;
}

.detail-itinerary-item-content-ports {
  margin: 0.5rem 0 0 0;
  color: #1D4C70;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.detail-itinerary-item-content-ports .detail-itinerary-item-content-port svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
}
.detail-itinerary-item-content-ports .detail-itinerary-item-content-port .port-name {
  flex: 0 0 10rem;
  max-width: 10rem;
  width: 100%;
}
.detail-itinerary-item-content-ports .detail-itinerary-item-content-port .port-name svg {
  flex: 0 0 1rem;
  width: 100%;
  max-width: 1rem;
}
.detail-itinerary-item-content-ports .detail-itinerary-item-content-port .port-value-seperator {
  display: inline-flex;
  line-height: 0;
  margin-right: 0.125rem;
}
.detail-itinerary-item-content-ports .detail-itinerary-item-content-port .port-value-icon {
  line-height: 0 !important;
}
.detail-itinerary-item-content-ports .detail-itinerary-item-content-port .port-value-child {
  flex: 0 0 4.25rem;
  width: 100%;
  max-width: 4.25rem;
}
.detail-itinerary-item-content-ports .detail-itinerary-item-content-port .port-value-child.__wider {
  flex: 0 0 5.375rem;
  width: 100%;
  max-width: 5.375rem;
}

.detail-sidebar-box-text table {
  width: 100%;
}
.detail-sidebar-box-text table td.sortierung {
  display: none !important;
}

.intro-row-ship .col-content-aside {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.detail-badge {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.375rem;
}
.detail-badge svg {
  width: 1rem;
  height: 1rem;
}

/*# sourceMappingURL=print-template.css.map */
