/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600italic.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600italic.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/**
 * Color settings
 */
/**
 * Font settings
 */
/**
 * flex classes
 */
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.align-items-flex-start {
  align-items: flex-start !important;
}

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

.align-items-flex-end {
  align-items: flex-end !important;
}

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

.align-items-between {
  align-items: space-between !important;
}

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

.justify-content-flex-start {
  justify-content: flex-start !important;
}

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

.justify-content-flex-end {
  justify-content: flex-end !important;
}

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

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

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/**
 * Generating aspect-ratio for elements.
 **/
/**
 * Make row
 */
/**
 * 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: "Source Sans Pro", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  color: #333333;
  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 {
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

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

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

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

strong, b {
  font-weight: 600;
}

p a {
  color: #333333;
}

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

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

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;
}

.detail-block.detail-actions,
.add-to-wishlist,
.detail-gallery-overlay,
.breadcrumb-wrapper,
.slider-controls,
.detail-image-slider--inner .image-item,
.detail-gallerythumb,
.spinner,
.detail-section.detail-section--anchors,
.modal-close,
.booking-filter,
.modal-forms,
.style-border,
.booking-btn,
.detail-crosselling,
#anker--karte,
.detail-slider {
  display: none !important;
}

.detail-image-slider--inner .image-item:first-child {
  display: block !important;
}

.bg-primary {
  background-color: #B8292F !important;
}

.color-primary {
  color: #B8292F !important;
}

.bg-primary-light {
  background-color: #cd2e34 !important;
}

.color-primary-light {
  color: #cd2e34 !important;
}

.bg-primary-dark {
  background-color: #8e2024 !important;
}

.color-primary-dark {
  color: #8e2024 !important;
}

.bg-secondary {
  background-color: #707070 !important;
}

.color-secondary {
  color: #707070 !important;
}

.bg-body-color {
  background-color: #333333 !important;
}

.color-body-color {
  color: #333333 !important;
}

.bg-body-color-light {
  background-color: #666666 !important;
}

.color-body-color-light {
  color: #666666 !important;
}

.bg-body-bg-light {
  background-color: #EEEFF0 !important;
}

.color-body-bg-light {
  color: #EEEFF0 !important;
}

.fs-xs {
  font-size: 0.75rem !important;
}

.h-fs-xs {
  height: 0.75rem !important;
}

.w-fs-xs {
  width: 0.75rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.h-fs-sm {
  height: 0.875rem !important;
}

.w-fs-sm {
  width: 0.875rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.h-fs-base {
  height: 1rem !important;
}

.w-fs-base {
  width: 1rem !important;
}

.fs-l {
  font-size: 1.125rem !important;
}

.h-fs-l {
  height: 1.125rem !important;
}

.w-fs-l {
  width: 1.125rem !important;
}

.fs-lg {
  font-size: 1.25rem !important;
}

.h-fs-lg {
  height: 1.25rem !important;
}

.w-fs-lg {
  width: 1.25rem !important;
}

.fs-xl {
  font-size: 1.375rem !important;
}

.h-fs-xl {
  height: 1.375rem !important;
}

.w-fs-xl {
  width: 1.375rem !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-base {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

/* === PRINT HEADER === */
.ts-print-template-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #666666;
}
.ts-print-template-header .ts-print-template-header-brand img {
  height: 3rem;
  width: auto;
}
.ts-print-template-header .ts-print-template-header-contact h3 {
  margin-bottom: 0.25rem;
  column-gap: 0.25rem;
}

/* === BADGES === */
.badge {
  color: #707070;
  height: 1.5rem;
  border: 1px solid transparent;
  line-height: 1.375rem;
  padding: 0 0.375rem;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.badge.badge-primary {
  color: #B8292F !important;
  border-color: #B8292F;
}
.badge.badge-secondary {
  color: #707070;
  border: 1px solid #707070;
}
.badge.badge-has-icon img {
  height: 1.125rem;
  width: auto;
  margin-left: -0.25rem;
  margin-right: 0.25rem;
}

.detail-head .badge.badge-secondary {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* === ATTRIBUTES === */
.detail-info--attributes > .d-flex {
  column-gap: 0.25rem;
}

/* === INFOBOX === */
.detail-info--box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
  align-items: flex-end;
}
.detail-info--box .detail-info--attributes {
  margin: 0 0 0.375rem 0;
}
.detail-info--box .headline-wrapper {
  margin: 0 0 0.75rem 0;
}
.detail-info--box .reisetaler {
  margin: 0.75rem 0 0 0;
}
.detail-info--box .detail-info--head {
  padding: 0 8px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  width: 100%;
}
.detail-info--box .detail-info--booking {
  padding: 0 8px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  width: 100%;
}
.detail-info--box .detail-info--booking .booking-details--item {
  font-weight: 600;
}
.detail-info--box .detail-info--booking .price-row {
  text-align: right;
}
.detail-info--box .detail-info--booking .price-wrapper strong {
  font-size: 1.375rem;
  font-weight: 600;
}
.detail-info--box .detail-info--booking .travel-date-range {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.25rem;
  align-items: center;
}
.detail-info--box .detail-info--booking .travel-date-range .circle.green {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background-color: #28a745;
}
.detail-info--box .detail-info--booking .row.align-items-end {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-info--box .detail-info--booking .row.align-items-end .col {
  padding-left: 8px;
  padding-right: 8px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.detail-info--box .detail-info--booking .row.align-items-end .col-auto {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* === REisetaler === */
.reisetaler {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
}
.reisetaler .reisetaler-circle {
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  border: 2px solid #FFDA00;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.765rem;
  color: #000;
  position: relative;
}
.reisetaler .reisetaler-circle:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #FFDA00;
  border-radius: 2rem;
}

/* === checkmark-list === */
.checkmark-list ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  column-gap: 0.25rem;
}
.checkmark-list ul li {
  position: relative;
  padding-left: 1.25rem;
}
.checkmark-list ul li .icon {
  line-height: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0.56875rem;
  transform: translateY(-0.5rem);
}
.checkmark-list ul li .icon svg {
  width: 1rem;
  height: 1rem;
  color: #B8292F;
}

/* === Accordion === */
.accordion-item--toggle {
  padding: 0;
  margin: 0 0 0.75rem 0;
  background-color: transparent;
  border: 0;
  outline: none;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
}
.accordion-item--toggle .icon {
  display: none;
}

/* === Default Sections === */
.detail-section.detail-section--booking,
.detail-section.detail-section--content,
#anker--sowohnensie {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #666666;
}
.detail-section.detail-section--booking h2,
.detail-section.detail-section--content h2,
#anker--sowohnensie h2 {
  margin-bottom: 0.75rem;
}

.col-aside h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

/* === CONTENT === */
.detail-section.detail-section--content > .container > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.detail-section.detail-section--content > .container > .row > .col-lg-8 {
  padding: 0 8px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
}
.detail-section.detail-section--content > .container > .row > .col-lg-4 {
  padding: 0 8px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}

/* === BOOKING === */
.content-block.content-block-detail-booking .booking-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.content-block.content-block-detail-booking .booking-row.booking-row-head h2 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
}
.content-block.content-block-detail-booking .booking-row.booking-row-head.booking-row-head-columns, .content-block.content-block-detail-booking .booking-row.booking-row-date {
  padding: 0.5rem 0.75rem;
}
.content-block.content-block-detail-booking .booking-row.booking-row-head.booking-row-head-columns {
  padding-top: 0;
  padding-bottom: 0;
}
.content-block.content-block-detail-booking .booking-row.booking-row-head.booking-row-head-columns {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.content-block.content-block-detail-booking .booking-row.booking-row-head.booking-row-head-columns div:last-child {
  text-align: right;
}
.content-block.content-block-detail-booking .booking-row.booking-row-date {
  position: relative;
  border: 1px solid #EEEFF0;
}
.content-block.content-block-detail-booking .booking-row.booking-row-date + .booking-row-head {
  margin-top: 0.75rem;
}
.content-block.content-block-detail-booking .booking-row.booking-row-date + .booking-row-date {
  margin-top: 0.25rem;
}
.content-block.content-block-detail-booking .booking-row.booking-row-date svg:not(.icon-tabler-circle-check) {
  display: none !important;
}
.content-block.content-block-detail-booking .booking-row.booking-row-date > svg {
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  display: none;
  width: 1.25rem;
  height: 1.25rem;
}
.content-block.content-block-detail-booking .booking-row .col-12 {
  padding: 0 8px;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.content-block.content-block-detail-booking .booking-row .col-2,
.content-block.content-block-detail-booking .booking-row .col-lg-2 {
  padding: 0 8px;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.content-block.content-block-detail-booking .booking-row .col-3,
.content-block.content-block-detail-booking .booking-row .col-lg-3 {
  padding: 0 8px;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.content-block.content-block-detail-booking .booking-row .price-container {
  text-align: right;
}
.content-block.content-block-detail-booking .booking-row .price-container strong {
  font-size: 1.375rem;
}
.content-block.content-block-detail-booking .booking-row .price-container + .col-12 {
  display: none !important;
}
.content-block.content-block-detail-booking .booking-row.booking-row-head.d-none {
  display: flex !important;
}

.detail-reisebegleitung {
  border: 1px solid #EEEFF0;
  margin-bottom: 1rem;
  padding: 0.75rem;
}
.detail-reisebegleitung .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 0.75rem;
}
.detail-reisebegleitung .inner .name {
  flex: 1;
  font-weight: 600;
}
.detail-reisebegleitung .inner .image {
  flex: 0 0 3rem;
  width: 100%;
  max-width: 3rem;
  line-height: 0;
}
.detail-reisebegleitung .inner .image .image-holder {
  border-radius: 50%;
  overflow: hidden;
}
.detail-reisebegleitung .inner .image img {
  width: 100%;
  height: auto;
}

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