<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uk-navbar-container {
  background: linear-gradient(to bottom, rgba(33,43,89,0.75) 0%, rgba(33,43,89,0.5) 50%, rgba(255,255,255,0) 100%)
  /*border-bottom:1px solid #95784C;*/
}
.uk-active.uk-parent a {border-bottom: 3px solid #95784C;}

.uk-navbar-dropdown {
background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
}

.mod-languages .uk-subnav li {padding:0;margin:0;}
.uk-navbar-toggle svg { height: 30px; width: 30px;}

/*Buttons*/
div.button_shape {display: inline-block;}
div.button_shape .uk-button {
padding: 0.4rem 1rem 0.4rem 1rem;
text-align: center;
text-decoration: none;
display: inline-block;
height: 2rem;
}

div.button_shape:has(.uk-button):after {
content: "";
background-image: url("../../..//images/layout/button.svg");
background-size: cover;
display: inline-block;
position: absolute;
height: 2rem; /* === must be the same as .uk-button &gt; (height + padding-top + padding-bottom) */
width: 6rem;
margin-left: 0rem;
}

div.teaser .el-meta {
text-align: right;
margin-top:-10px!important;
}

div.teaser .el-overlay:before {
content: "";
background-image: url("../../..//images/layout/teaser_shape.svg");
background-size: cover;
display: inline-block;
position: absolute;
bottom:-28px;
height: 180px;
width: 8rem;
margin-left: -9rem;
}

/* Scroll Teaser*/
.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
z-index:10;
padding:0;
position: absolute;
bottom:0px;
right: -1px; /* FIX 1px Blitzer */
}

div.scroll_teaser .uk-button {
padding: 0.7rem 0.4rem 0;
text-align: right;
display: inline-block;
height: 2rem;
/*
width: 14rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;*/
font-size: 0.65rem;
line-height: 1;
}
div.scroll_teaser .uk-card-body .uk-margin-top:has(.uk-button):before {
content: "";
background-image: url("../../..//images/layout/button_grey.svg");
background-size: cover;
display: inline-block;
position: absolute;
height: 2rem; /* === must be the same as .uk-button &gt; (height + padding-top + padding-bottom) */
width: 2rem;
margin-left: calc(-2rem + 2px); /* FIX 1px Blitzer */
}


/*Footer*/
.headline_footer {
display: inline-block;
background:#9D9D9D;
color:#212B59;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.12rem;
height: 1.8181rem;
line-height: 2.3;
padding: 0 1rem;
margin-bottom: 1rem;
}

.headline_footer:after {
content: "";
background-image: url("../../..//images/layout/headline_grey_footer.svg");
background-size: cover;
display: inline-block;
position: absolute;
height: 1.8181rem; /* === must be the same as .uk-button &gt; (height + padding-top + padding-bottom) */
width: 5rem;
margin-left: calc(1rem - 1px);
}

.nav_footer, .nav-footer p {font-size:0.8181rem; line-height: 1.5rem; letter-spacing: 0.12rem;}

.nav_footer .uk-navbar-dropdown-nav&gt;li&gt;a:hover
{
color: #95784c;
}

footer .uk-section-secondary 
{
background: #323c67;
}
/*TOC Sticky*/
.toc-sticky.uk-sticky-fixed {background:#212B59; padding:5px 10px;}
.toc-sticky.uk-sticky-fixed a:link, .toc-sticky.uk-sticky-fixed a:visited {color:#fff;}
.toc-sticky.uk-sticky-fixed a:active, .toc-sticky.uk-sticky-fixed a:hover {color:#95784C;}

/* Content Block Stylings*/

/*.content_blocks a, .content_blocks_divers a  {border-bottom:2px solid #9D9D9D;}*/ /* removed 27.01.2025 */
.content_blocks ul, .content_blocks_divers ul {
list-style: none;
padding-left: 0;
}

.content_blocks ul li, .content_blocks_divers ul li {
padding-left: 1.5rem;
margin-bottom: 0.5rem;
}

.content_blocks ul li::before, .content_blocks_divers ul li::before  {
content: '';
position: absolute;
left: 0;
width: 1rem;
height: 1rem;
margin-top: 0.3rem;
background-repeat: no-repeat;
background-image: url("../../..//images/layout/icon_check.svg");
}



hr.content_separator_grey {border:20px solid #9D9D9D;}
hr.content_separator_grey-thin {border:4px solid #CDCDCD;}
hr.content_separator_gold {border:2px solid #95784C;}
hr.news_separator {border:2px solid #9D9D9D;}
.standard_text hr, .uk-tile-muted hr {border:2px solid #9D9D9D;}
hr+h3 {
margin: 2rem 0;
}
.kontaktmodule .uk-tile-muted {
padding-bottom: 2rem;
}
.kontaktmodule .uk-tile-muted p:has(small) {
line-height: 1.5rem;
}


.testmodule {position:absolute; top:50px; z-index:1000;}

/*Media Queries*/
/*Main Nav Breakpoint*/
@media (max-width: 1485px) {
.tm-header.uk-visible\@m { display: none !important; }
.tm-header-mobile.uk-hidden\@m { display: block !important; }
a.uk-logo { margin: 1rem 0; }
.uk-navbar-container {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(to right, rgba(243, 243, 243, 1) 25%, rgba(243, 243, 243, 0.5) 50%, rgba(243, 243, 243, 0.75) 100%);
}
}
@media (max-width: 810px) {
.uk-navbar-container {
   background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.75) 100%);
   background: linear-gradient(to right, rgba(243, 243, 243, 1) 50%, rgba(243, 243, 243, 0.75) 100%);
 }
}

/* 2024.06.17 ON */

[data-uk-cover]:where(img,video),
[uk-cover]:where(img,video)
{
  object-position: left center; /* was: center top; 21.01.2025 */
}

/* 2024.07.21 ON */

.toc-sticky.uk-sticky
{
  z-index: 1; /* was 999; */
  top: 0!important;
}

/* 2024.08.13 ON - FIX INTROTEXT COLUMN PARAGRAPHS BREAKING INTO NEXT COLUMN */

.uk-column-1-2\@m p 
{
break-inside: avoid;
}

/* 2024.08.14 ON - FIX too many separators in Fleet */

/* .vehicles .uk-container &gt; .uk-grid:last-child hr.content_separator_grey-thin */
.vehicles .uk-container &gt; .uk-grid:last-child hr[class*="content_separator_"]
{
display: none;
}
/* 
vehicles DE+EN: settings: remove bottom padding &amp; advanced: classes "vehicles"
vehicles DE+EN: divider #2 &gt; advanced: classes "content_separator_grey-thin"
vehicles DE+EN: sublayout : divider &gt; advanced: classes "content_separator_grey-thin"
*/

/* 2024.08.19 ON - CONVERTFORMS FIXES */

.convertforms .cf-content-wrap,
.convertforms .cf-form-wrap 
{
padding: 0;
}
.convertforms .cf-input[type=checkbox] 
{
margin-right: 0.5rem;
}
.convertforms button 
{
text-transform: uppercase;
font-size: 0.8rem!important;
line-height: 1.2rem;
border-radius: 0!important;
}

/* 2024.08.20 ON */ 

/* FIX LAST SECTION - z.B. https://2024.interline-berlin.de/en/coaches */

.uk-section:last-child:not(.services)
{
padding-bottom: 0;
}
footer
{
margin-top: 70px;
}

/* FIX CLAIM-WIDTH */

.teaser_box .uk-width-2xlarge 
{
width: 700px;
}

/* FIX NAVBAR GAP FOR +1600px [MUC] */

@media (min-width: 1630px) {
.uk-navbar-nav 
{
    gap: 50px;
}
}

/* TEAM LANGUAGE FLAGS */

.language img.el-image 
{
box-shadow: 0 0 5px #aaa;
}

/* TEAM ABSTÃ„NDE "POSITION" */

.team .uk-text-meta 
{
margin: 0 !important;
}

/* FIX FLEX ELEMNTS LAST ROW NOT CENTERED */

/* add class "team" in ROW &gt; Advanced */
.team.uk-grid &gt; div:not(:has(*)) /* fake "Selectors Level 4" :empty https://stackoverflow.com/a/78257580/4223410 */
{
display: none!important;
}

/* NEW COLORS: BEIGE BACKGROUNDS + BUTTONS */

.uk-section-default,
.uk-overlay-default,
.uk-navbar-container:not(.uk-navbar-transparent),
.tm-page
{
background-color: lightgray;
}

.uk-button-primary,
.uk-button-primary:hover
{
background-color: #212b59;
}

/* FIX FLEET SLIDER NAV ICONS */

.vehicles .el-slidenav {
color: black;
}

.vehicles .el-slidenav svg polyline {
stroke-width: 3;
}

/* GREY BG FIXES */

/* CARD BACKGROUND: /kontakt /weltweit */
.kontaktmodule .uk-tile-muted 
{
background: #f3f3f3;
}
/* TEASER LINE 2 */
.teaser_box .uk-text-primary 
{
color: #6d6d6d !important;
}

/* CCM19 COOKIES */

.ccm-cookie-declaration--list h3,
.ccm-cookie-declaration--list h4 
{
font-weight: bold;
}
.ccm-cookie-declaration--list h3 
{
background: var(--blue-logo-light);
margin: 1rem 0;
padding: 1rem;
}
.ccm-cookie-declaration--list h4 
{
background: grey;
padding: 1rem;
color: white;
}
.ccm-cookie-declaration--list section section
{
margin-bottom: 1rem;
}
.ccm-cookie-declaration--list section section
{
border: 1px solid black;
padding: 1rem;
}

.ccm-cookie-declaration--list section section th,
.ccm-cookie-declaration--list section section tr
{
background: grey;
border: none;
color: white;
}
.ccm-cookie-declaration--embedding-assets-table td:first-child
{
overflow-wrap: break-word;
max-width: 200px;
display: block;
}
.ccm-cookie-declaration--embedding-assets-table td
{
vertical-align: top;
padding: 0.5rem ;
}

.ccm-cookie-declaration--intro p, 
.ccm-cookie-declaration--change-consent p 
{
margin-top: 0!important;
}

.ccm-cookie-declaration--change-consent p span * 
{
font-weight: bold;
}

/* MOBILE FIXES 21.01.2025 */

@media (max-width:959px) {
body:not(.home) .teaser_box 
{
  margin-top: 95px;
}
body:not(.home) .teaser_box img
{
  max-width: unset;
}
.teaser_box .uk-position-cover.uk-flex.uk-flex-bottom.uk-flex-right
{
  display: none;
}

.headline_footer
{
  height: auto;
  line-height: inherit;
  padding: 0 0.2rem;
}
.headline_footer:after 
{
  display: none;
}
}

div#tm-dialog-mobile .uk-first-column:last-child .uk-nav &gt; li:last-child, /* hide phone number in mobile menu */
div#tm-dialog-mobile .uk-first-column:first-child /* hide HOME (from logo without image) in mobile menu */
{
display: none;
}
.phone-mobilemenu a:hover
{
text-decoration: none;
}

/* FOOTER MODULES */

.footer-modules
{
  padding: 0;
}

/* ANFRAGE BUCHUNG */

.anfrage-buchung {
  position: fixed;
  top: 30%;
  right: 0;
  transition: transform 0.3s ease; /* Smooth transition */
}

html[lang="en"] body.interline-berlin-de .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(346px);
}
html[lang="de"] body.interline-berlin-de .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(366px);
}
html[lang="en"] body.interline-muenchen-de .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(360px);
}
html[lang="de"] body.interline-muenchen-de .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(380px);
}
html[lang="en"] body.interline-ch .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(314px);
}
html[lang="de"] body.interline-ch .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(334px);
}
html[lang="en"] body.interline-frankfurt-de .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(360px);
}
html[lang="de"] body.interline-frankfurt-de .anfrage-buchung:has(.request.scrolled) {
  transform: translateX(380px);
}

.anfrage-buchung .request .before {
  display: none;
  position: absolute;
  margin-top: 37px;
  margin-left: -80px;
  font-size: 1rem!important;
  transform: rotate(-90deg);
}
.anfrage-buchung .request.scrolled .before {
  display: block;
}

.anfrage-buchung .link,
.anfrage-buchung .request .before {
  background: #212b59e0;
  font-size: 1.96rem;
}

.anfrage-buchung .phone {
  background: #777777e0;
}

.anfrage-buchung .request a {
  color: white;
  padding: 0.2rem 0.7rem;
  display: flex;
  letter-spacing: 0.1rem;
  align-items: center;
}

.anfrage-buchung .request a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.anfrage-buchung .request a span {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
  margin-right: 0.5rem;
}

/* Mobile-only styling: hide text and move button off-screen to the right */
@media (max-width: 767px) {
  /* Always show only the icon */
  html[lang="en"] body.interline-berlin-de .anfrage-buchung:has(.request) {
    transform: translateX(346px);
  }
  html[lang="de"] body.interline-berlin-de .anfrage-buchung:has(.request) {
    transform: translateX(366px);
  }
  html[lang="en"] body.interline-muenchen-de .anfrage-buchung:has(.request) {
    transform: translateX(360px);
  }
  html[lang="de"] body.interline-muenchen-de .anfrage-buchung:has(.request) {
    transform: translateX(380px);
  }
  html[lang="en"] body.interline-ch .anfrage-buchung:has(.request) {
    transform: translateX(314px);
  }
  html[lang="de"] body.interline-ch .anfrage-buchung:has(.request) {
    transform: translateX(334px);
  }
  html[lang="en"] body.interline-frankfurt-de .anfrage-buchung:has(.request) {
    transform: translateX(360px);
  }
  html[lang="de"] body.interline-frankfurt-de .anfrage-buchung:has(.request) {
    transform: translateX(380px);
  }
  .anfrage-buchung .request .before {
    display: block;
  }
}

/* Hover effect on larger screens: show full button when hovered */
@media (min-width: 768px) {
  .sticky-button:hover {
      transform: translateX(0); /* Bring button back to full view */
  }
  .sticky-button:hover .text {
      display: inline; /* Show text on hover */
  }
}

/* Table (Ski Transfers) */

.on-table .custom-header {
  background-color: #888;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  font-style: unset;
  font-size: unset;
}
.on-table .flag {
  max-height: 20px;
  display: inline-block;
  max-width: 20px;
}
.on-table .table-container {
  width: 100%;
  overflow-x: auto;
}
.on-table .uk-table th {
  background-color: #444 !important;
  color: white;
  font-weight: bold;
  vertical-align: middle;
}
.on-table .uk-table th, 
.on-table .uk-table td {
  text-align: center;
  width: 33%;
}
.on-table .uk-table tr {
  background-color: white;
}

@media (max-width: 600px) {
  .on-table .uk-table thead {
      display: none;
  }
  .on-table .uk-table tr {
      display: block;
      margin-bottom: 10px;
      border-bottom: none!important;
      background-color: white!important;
  }
  .on-table .uk-table th, 
  .on-table .uk-table td {
    width: 100%;
  }
  .on-table .uk-table td {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: left;
      padding: 8px;
      border-bottom: 1px solid #ddd;
  }
  .on-table .uk-table td::before {
      content: attr(data-label);
      font-weight: bold;
      text-transform: uppercase;
      color: #333;
  }
  .on-table .uk-table td[data-label="Route"] {
      background-color: #444;
      color: white;
      font-weight: bold;
      text-align: right;
      padding: 12px;
  }
  .on-table .uk-table td[data-label="Route"]::before {
      color: white;
      content: attr(data-label) ":";
  }
  .on-table .uk-table td span {
      white-space: nowrap;
  }
}

p.uk-text-lead {
  line-height: 1;
  padding: 1rem;
  background: white;
  text-align: center;
}

/* remove columns on certain pages if page class = introtext-no-columns */

.introtext-no-columns .uk-column-1-2\@m
{
  column-count: unset;
  width: 70%;
}
@media (max-width:959px) {
  .introtext-no-columns .uk-column-1-2\@m
  {
    width: 100%;
  }
}

/* make all old images (only if placed right in the beginning with no text / info before) inside "Custom Blocks Divers" full width */
/* working for the first Block but not the second with the Logo: https://2024.interline.de/dresden */
/* ONLY ON interline.de !!! */
.content_blocks_divers.standortseite .uk-panel p:first-child &gt; img:first-child 
{
  width: 100%;
}

/* caption */

figcaption 
{
  font-size: 0.8rem;
  opacity: 0.6;
}</pre></body></html>