/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* =========================================================
   Klick & Weg Reisebuero
   Finales Layout- und Responsive-Finishing
   ========================================================= */
/* =========================================================
   Grundwerte
   ========================================================= */
:root {
  --kw-petrol: #056474;
  --kw-petrol-dark: #034d59;
  --kw-petrol-deep: #033f49;
  --kw-petrol-light: #eef7f8;
  --kw-yellow: #f1c40f;
  --kw-yellow-soft: #fff8d8;
  --kw-text: #35474d;
  --kw-text-soft: #66777d;
  --kw-heading: #163f48;
  --kw-border: #dce6e8;
  --kw-border-light: #e8edef;
  --kw-surface: #f7f9fa;
  --kw-white: #ffffff;
  --kw-radius-small: 0.45rem;
  --kw-radius: 0.75rem;
  --kw-radius-large: 1rem;
  --kw-shadow-small:
        0 0.15rem 0.6rem rgba(15, 54, 62, 0.08);
  --kw-shadow:
        0 0.4rem 1.4rem rgba(15, 54, 62, 0.1);
  --kw-transition: 180ms ease;
}
/* =========================================================
   Body
   ========================================================= */
body.gantry {
  background: #ffffff;
  color: var(--kw-text);
}
/* =========================================================
   HEADER UND NAVIGATION
   ========================================================= */
#g-navigation {
  background: var(--kw-petrol-dark) !important;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.08);
  transition: box-shadow var(--kw-transition), background-color var(--kw-transition);
}
/* Sticky-Zustand */
#g-navigation.g-fixed-element {
  background: rgba(3, 77, 89, 0.98) !important;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}
/* Header-Container */
#g-navigation > .g-container {
  max-width: 82rem;
}
/* Header-Padding */
#g-navigation .g-content {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
/* Logo */
#g-navigation .g-logo img {
  display: block;
  width: auto;
  max-width: 9.5rem;
  max-height: 3.25rem;
  object-fit: contain;
}
/* Navigation */
#g-navigation .g-main-nav .g-toplevel {
  align-items: center;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 0.08rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  position: relative;
  padding: 0.8rem 0.72rem !important;
  border-radius: var(--kw-radius-small);
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.2;
  transition: color var(--kw-transition), background-color var(--kw-transition);
}
/* Hover */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover {
  background: rgba(255, 255, 255, 0.09) !important;
  color: #ffffff !important;
}
/* Aktiver Hauptpunkt */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container::after {
  content: "";
  position: absolute;
  right: 0.72rem;
  bottom: 0.35rem;
  left: 0.72rem;
  height: 0.14rem;
  border-radius: 999px;
  background: var(--kw-yellow);
}
/* Dropdown */
#g-navigation .g-main-nav .g-dropdown {
  overflow: hidden;
  margin-top: 0.4rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  border-radius: 0.65rem;
  background: #ffffff !important;
  box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.14);
}
#g-navigation .g-main-nav .g-dropdown .g-menu-item-container {
  padding: 0.7rem 1rem !important;
  color: var(--kw-text) !important;
  font-size: 0.9rem;
  line-height: 1.35;
}
#g-navigation .g-main-nav .g-dropdown .g-menu-item-container:hover {
  background: var(--kw-petrol-light) !important;
  color: var(--kw-petrol) !important;
}
/* =========================================================
   BREADCRUMB
   ========================================================= */
#g-mainbar .breadcrumbs {
  margin-top: 0.2rem;
  margin-bottom: 2.1rem;
}
#g-mainbar .breadcrumb {
  min-height: 2.4rem;
  padding: 0.6rem 0.9rem !important;
  border: 0.0625rem solid #edf1f2;
  background: #f8f9fa !important;
  font-size: 0.78rem !important;
}
#g-mainbar .breadcrumb-item + .breadcrumb-item::before {
  color: #a0abad;
}
/* =========================================================
   ARTIKEL
   ========================================================= */
#g-mainbar .com-content-article .page-header h1 {
  max-width: 48rem;
  margin-bottom: 1.25rem !important;
  font-size: clamp(2rem, 2.8vw, 2.65rem) !important;
  line-height: 1.13 !important;
}
/* Lesebreite */
#g-mainbar .com-content-article__body {
  max-width: 54rem;
}
/* Einstieg */
#g-mainbar .com-content-article__body > p:first-child {
  max-width: 51rem;
  margin-bottom: 2rem !important;
  color: #556970 !important;
  font-size: 1.08rem !important;
}
/* Zwischenueberschriften */
#g-mainbar .com-content-article__body h2 {
  margin-top: 3.25rem !important;
  margin-bottom: 0.9rem !important;
  color: var(--heading, var(--kw-heading)) !important;
}
/* H2 kleine Akzentlinie */
#g-mainbar .com-content-article__body h2::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.16rem;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: var(--kw-yellow);
}
/* Texte */
#g-mainbar .com-content-article__body p {
  max-width: 52rem;
  color: #405259 !important;
  line-height: 1.72 !important;
}
/* Listen */
#g-mainbar .com-content-article__body li {
  padding-left: 0.15rem;
}
/* Starke Begriffe */
#g-mainbar .com-content-article__body strong {
  color: #26464e;
}
/* =========================================================
   SIDEBAR / CROSSSELL
   ========================================================= */
#g-sidebar > .g-grid > .g-block > .g-content {
  padding-top: 1.4rem;
  padding-left: 1.4rem;
}
/* Karten */
#g-sidebar .sidebar.moduletable {
  overflow: hidden;
  border: 0.0625rem solid var(--kw-border-light);
  border-radius: 0.7rem;
  background: #ffffff;
  box-shadow: 0 0.2rem 0.8rem rgba(15, 54, 62, 0.06);
}
/* Links */
#g-sidebar .sidebar.moduletable > ul > li > a, #g-sidebar .mod-articles a {
  position: relative;
  padding: 0.8rem 0.9rem !important;
  font-size: 0.87rem !important;
  font-weight: 500;
  line-height: 1.4 !important;
}
/* Hover */
#g-sidebar .sidebar.moduletable > ul > li > a:hover, #g-sidebar .mod-articles a:hover {
  padding-left: 1.05rem !important;
  background: #f0f8f9 !important;
}
/* Pfeil */
#g-sidebar .sidebar.moduletable > ul > li > a::after, #g-sidebar .mod-articles a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 0.7rem;
  color: #9cafb4;
  transform: translateY(-50%);
}
/* Mehr Abstand zwischen Crosssell-Gruppen */
#g-sidebar .platform-content + .platform-content {
  margin-top: 1.4rem;
}
/* Werbeanzeige */
#g-sidebar .sidebar.moduletable:has(.banner_300x250) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#g-sidebar .banner_300x250 {
  margin-top: 0.5rem;
}
#g-sidebar .anzeigen_hinweis_300x250 {
  margin-bottom: 0.35rem;
  color: #89979b;
  font-size: 0.68rem;
  text-align: left;
}
/* =========================================================
   CTA NACH DEM ARTIKEL
   ========================================================= */
#g-mainbar .content-bottom.moduletable {
  margin-top: 3.5rem;
  background: transparent !important;
}
/* Alte Magenta-Flache entfernen */
#g-mainbar .content-bottom, #g-mainbar .content-bottom.moduletable {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
/* CTA */
#g-mainbar .content-bottom .mod-custom {
  position: relative;
  overflow: hidden;
  padding: 1.75rem 1.8rem !important;
  border: 0 !important;
  border-radius: var(--kw-radius-large);
  background: linear-gradient(135deg, #056474 0%, #034f5b 100%) !important;
  box-shadow: 0 0.55rem 1.6rem rgba(5, 78, 90, 0.16);
}
/* dezenter Reise-Akzent */
#g-mainbar .content-bottom .mod-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: var(--kw-yellow);
}
/* CTA Bild */
#g-mainbar .content-bottom img.float-end {
  width: min(40%, 18rem);
  margin: 0 0 1rem 1.6rem !important;
  border-radius: 0.7rem;
  box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.18);
}
/* =========================================================
   FOOTER
   ========================================================= */
#g-footer {
  margin-top: 0;
  background: linear-gradient(180deg, #045968 0%, #034b56 100%) !important;
}
/* Gesamtcontainer */
#g-footer > .g-container {
  max-width: 82rem;
}
/* weniger riesige Freiflaeche */
#g-footer .g-content {
  padding: 1.5rem 1rem !important;
}
/* Footer Logo */
#g-footer .logo-mit-kontakt img {
  width: auto;
  max-width: 12rem;
  height: auto;
}
/* Footer Headlines */
#g-footer h3, #g-footer .g-title {
  margin-bottom: 0.75rem !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
/* Texte */
#g-footer p, #g-footer li, #g-footer label, #g-footer .acym_introtext {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.87rem !important;
  line-height: 1.55 !important;
}
/* Links */
#g-footer a {
  color: #ffffff !important;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 0.15em;
}
#g-footer a:hover {
  text-decoration-color: #ffffff;
}
/* Footer Listen */
#g-footer ul {
  margin-top: 0.5rem;
  padding-left: 1.1rem;
}
#g-footer li {
  margin-bottom: 0.3rem;
}
/* Newsletter */
#g-footer input[type="email"], #g-footer input[type="text"] {
  min-height: 2.7rem;
  border: 0;
  border-radius: 0.35rem;
  background: #ffffff;
  color: var(--kw-text);
  font-size: 0.9rem;
}
/* Newsletter Button */
#g-footer .btn, #g-footer button[type="submit"] {
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.7);
  border-radius: 0.35rem;
  background: transparent;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background-color var(--kw-transition), color var(--kw-transition);
}
#g-footer .btn:hover, #g-footer button[type="submit"]:hover {
  background: #ffffff;
  color: var(--kw-petrol-dark);
}
/* QR-Code */
#g-footer .footer-kontakt img {
  max-width: 7.5rem;
  border-radius: 0.4rem;
}
/* Social */
#g-footer .g-social {
  margin-top: 0.5rem;
}
#g-footer .g-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.35rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  text-decoration: none;
}
#g-footer .g-social a:hover {
  background: rgba(255, 255, 255, 0.12);
}
/* Back to top */
#g-footer .g-totop a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.8rem;
}
/* Meta Navigation */
#g-footer #meta-nav {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
}
#g-footer #meta-nav .g-content {
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
}
#g-footer #meta-nav .g-main-nav .g-toplevel {
  justify-content: center;
}
#g-footer #meta-nav .g-menu-item-container {
  padding: 0.4rem 0.65rem !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.75rem;
}
/* =========================================================
   TABLET
   ========================================================= */
@media (min-width: 48.01rem) and (max-width: 64rem) {
  #g-navigation .g-logo img {
    max-width: 8rem;
  }
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.75rem 0.45rem !important;
    font-size: 0.82rem;
  }
  #g-mainbar > .g-grid > .g-block > .g-content {
    padding-right: 1rem;
  }
  #g-sidebar > .g-grid > .g-block > .g-content {
    padding-left: 0.6rem;
  }
  #g-mainbar .com-content-article .page-header h1 {
    font-size: 2.15rem !important;
  }
}
/* =========================================================
   SMARTPHONE / MOBILE MENU
   ========================================================= */
@media (max-width: 48rem) {
  /* Mobile Header */
  /* Logo */
  /* Burger dauerhaft sichtbar */
  /* Offcanvas */
  /* Mobile Menu */
  /* Hauptbereich */
  /* H1 */
  /* Text */
  /* Sidebar unter Content */
  /* Crosssell etwas luftiger */
  /* CTA */
  /* Footer */
  body.gantry {
    font-size: 1rem;
  }
  #g-navigation {
    position: sticky !important;
    top: 0;
    z-index: 1002;
    min-height: 3.7rem;
  }
  #g-navigation .g-block.size-18 {
    width: 100% !important;
  }
  #g-navigation .g-block.size-82 {
    display: none !important;
  }
  #g-navigation .g-logo {
    display: flex;
    align-items: center;
    min-height: 2.9rem;
  }
  #g-navigation .g-logo img {
    max-width: 8.2rem;
    max-height: 2.8rem;
  }
  .g-offcanvas-toggle {
    position: fixed !important;
    top: 0.72rem !important;
    right: 0.85rem !important;
    left: auto !important;
    z-index: 1100 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 2.75rem !important;
    height: 2.75rem !important;
    padding: 0 !important;
    border: 0.0625rem solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 0.55rem !important;
    background: var(--kw-petrol-dark) !important;
    color: #ffffff !important;
    box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.18);
    font-size: 1.25rem !important;
  }
  #g-offcanvas {
    width: min(86vw, 21rem) !important;
    background: var(--kw-petrol-dark) !important;
    color: #ffffff;
  }
  #g-offcanvas .g-content {
    padding: 1.2rem 1rem !important;
  }
  #g-mobilemenu-container .g-toplevel {
    margin: 0;
  }
  #g-mobilemenu-container .g-menu-item-container {
    padding: 0.8rem 0.75rem !important;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.11);
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
  }
  #g-mobilemenu-container .g-menu-item-container:hover {
    background: rgba(255, 255, 255, 0.08) !important;
  }
  #g-mobilemenu-container .g-dropdown {
    background: rgba(0, 0, 0, 0.08) !important;
  }
  #g-mobilemenu-container .g-dropdown .g-menu-item-container {
    padding-left: 1.25rem !important;
    font-size: 0.9rem;
    font-weight: 500;
  }
  #g-mainbar > .g-grid > .g-block > .g-content {
    padding: 1.1rem 1rem 2.5rem !important;
  }
  #g-mainbar .breadcrumbs {
    margin-bottom: 1.6rem;
  }
  #g-mainbar .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #g-mainbar .com-content-article .page-header h1 {
    max-width: none;
    font-size: 1.85rem !important;
    line-height: 1.16 !important;
  }
  #g-mainbar .com-content-article__body p, #g-mainbar .com-content-article__body li {
    font-size: 1rem !important;
  }
  #g-sidebar > .g-grid > .g-block > .g-content {
    padding: 0 1rem 2rem !important;
  }
  #g-sidebar .sidebar.moduletable > ul > li > a, #g-sidebar .mod-articles a {
    min-height: 2.9rem;
    padding: 0.85rem 2rem 0.85rem 0.9rem !important;
  }
  #g-mainbar .content-bottom.moduletable {
    margin-top: 2.5rem;
  }
  #g-mainbar .content-bottom .mod-custom {
    padding: 1.35rem 1.2rem !important;
  }
  #g-mainbar .content-bottom img.float-end {
    float: none !important;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.25rem !important;
  }
  #g-footer .g-block {
    width: 100% !important;
  }
  #g-footer .g-content {
    padding: 1.25rem 1rem !important;
  }
  #g-footer .logo-mit-kontakt img {
    max-width: 10rem;
  }
  #g-footer .footer-kontakt img {
    float: none !important;
    display: block;
    max-width: 7rem;
    margin: 1rem 0 !important;
  }
  #g-footer #meta-nav .g-toplevel {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #g-footer #meta-nav .g-menu-item-container {
    padding: 0.35rem 0.6rem 0.35rem 0 !important;
  }
}
/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */
@media (max-width: 30rem) {
  #g-navigation .g-logo img {
    max-width: 7.4rem;
  }
  .g-offcanvas-toggle {
    top: 0.58rem !important;
    right: 0.65rem !important;
    width: 2.6rem !important;
    height: 2.6rem !important;
  }
  #g-mainbar .com-content-article .page-header h1 {
    font-size: 1.68rem !important;
  }
  #g-mainbar .com-content-article__body h2 {
    font-size: 1.35rem !important;
  }
}
/* =========================================================
   Desktop Layout: Content + Crosssell Sidebar
   ========================================================= */
@media (min-width: 64.01rem) {
  /* Etwas mehr nutzbare Gesamtbreite */
  /* Hauptinhalt */
  /* Sidebar / Crosssell */
  /* Hauptspalte */
  /* Artikel bleibt angenehm lesbar */
  /* Sidebar: genug Platz fuer 300px-Werbung */
  /* Alle Sidebar-Module duerfen die ganze Spaltenbreite nutzen */
  /* Medium Rectangle */
  #g-container-main > .g-container {
    width: calc(100% - 3rem) !important;
    max-width: 84rem !important;
    margin-inline: auto !important;
  }
  #g-container-main > .g-container > .g-grid > .g-block.size-75 {
    flex: 0 0 73% !important;
    width: 73% !important;
    max-width: 73% !important;
  }
  #g-container-main > .g-container > .g-grid > .g-block.size-25 {
    flex: 0 0 27% !important;
    width: 27% !important;
    max-width: 27% !important;
  }
  #g-mainbar > .g-grid > .g-block > .g-content {
    padding: 1.5rem 2.4rem 3.5rem 0 !important;
  }
  #g-mainbar .com-content-article__body {
    width: 100%;
    max-width: 54rem;
  }
  #g-sidebar > .g-grid > .g-block > .g-content {
    box-sizing: border-box;
    padding: 1.5rem 0 2.5rem 1.5rem !important;
  }
  #g-sidebar .platform-content, #g-sidebar .moduletable, #g-sidebar .module {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #g-sidebar .banner_300x250 {
    width: 300px;
    max-width: 100%;
    margin: 1.25rem auto !important;
  }
  #g-sidebar .banner_300x250 > div:not(.anzeigen_hinweis_300x250) {
    max-width: 100%;
  }
}
/* =========================================================
   Mittlere Desktops / kleine Notebooks
   ========================================================= */
@media (min-width: 64.01rem) and (max-width: 75rem) {
  #g-container-main > .g-container {
    width: calc(100% - 2rem) !important;
  }
  #g-mainbar > .g-grid > .g-block > .g-content {
    padding-right: 1.75rem !important;
  }
  #g-sidebar > .g-grid > .g-block > .g-content {
    padding-left: 1rem !important;
  }
}
/* =========================================================
   Tablet
   Sidebar unter den Inhalt setzen
   ========================================================= */
@media (min-width: 48.01rem) and (max-width: 64rem) {
  /* Crosssell-Module auf Tablet zweispaltig,
       Werbung bleibt als 300x250-Format nutzbar */
  #g-container-main > .g-container {
    width: calc(100% - 2.5rem) !important;
    max-width: 56rem !important;
  }
  #g-container-main > .g-container > .g-grid {
    display: block !important;
  }
  #g-container-main > .g-container > .g-grid > .g-block.size-75, #g-container-main > .g-container > .g-grid > .g-block.size-25 {
    width: 100% !important;
    max-width: 100% !important;
  }
  #g-mainbar > .g-grid > .g-block > .g-content {
    padding: 1.5rem 0 2.75rem !important;
  }
  #g-sidebar > .g-grid > .g-block > .g-content {
    padding: 0 0 2.5rem !important;
  }
  #g-sidebar > .g-grid > .g-block > .g-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
  }
  #g-sidebar .platform-content {
    margin: 0 !important;
  }
  #g-sidebar .platform-content:has(.banner_300x250) {
    display: flex;
    justify-content: center;
  }
}
/* =========================================================
   Smartphone
   ========================================================= */
@media (max-width: 48rem) {
  /* 300px passen auch auf fast alle Smartphones.
       Bei kleineren Displays niemals horizontal ueberlaufen. */
  #g-container-main > .g-container {
    width: 100% !important;
  }
  #g-mainbar > .g-grid > .g-block > .g-content, #g-sidebar > .g-grid > .g-block > .g-content {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #g-sidebar > .g-grid > .g-block > .g-content {
    display: block !important;
  }
  #g-sidebar .platform-content {
    margin-bottom: 1.25rem !important;
  }
  #g-sidebar .banner_300x250 {
    width: 300px;
    max-width: 100%;
    margin: 1.25rem auto !important;
  }
}
/*# sourceMappingURL=custom_13.css.map */