
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 25px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 25px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 25px; }
    .ce-below .ce-gallery { margin-top: 25px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

.tx-solr-autosuggest { border: 1px solid #CCC; background: #FFF; overflow: auto; }
.tx-solr-autosuggest strong { font-weight: bolder; color: #f18f0b; }
.tx-solr-autosuggest .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.tx-solr-autosuggest .autocomplete-selected { background: #F1E0B6; }
.tx-solr-autosuggest .autocomplete-group { padding: 10px 5px; }
.tx-solr-autosuggest .autocomplete-group strong { display: block; border-bottom: 1px solid #999; }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 30px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
}

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../../typo3conf/ext/pxc_fahrplanbuch/Resources/Public/JavaScript/chosen_v1.8.5/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../../typo3conf/ext/pxc_fahrplanbuch/Resources/Public/JavaScript/chosen_v1.8.5/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url('../../../typo3conf/ext/pxc_fahrplanbuch/Resources/Public/JavaScript/chosen_v1.8.5/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-weight: bold;
  /*text-decoration: underline;*/
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../../typo3conf/ext/pxc_fahrplanbuch/Resources/Public/JavaScript/chosen_v1.8.5/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('../../../typo3conf/ext/pxc_fahrplanbuch/Resources/Public/JavaScript/chosen_v1.8.5/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../../typo3conf/ext/pxc_fahrplanbuch/Resources/Public/JavaScript/chosen_v1.8.5/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

.dpnglossary.pagination ul{list-style:none;margin:0;padding:0}.dpnglossary.pagination ul li{float:left;margin-left:5px;margin-right:5px}.dpnglossary.pagination ul li a{text-decoration:none}.dpnglossary.pagination ul li.first{margin-left:0}.dpnglossary.pagination ul li.last{margin-right:0}.dpnglossary.pagination ul li.empty{color:red}.dpnglossary.details .mediafile{display:inline-block;margin-bottom:10px}.dpnglossary.details .mediafile:last-child{margin-bottom:0}.dpnglossary.link{display:inline;position:relative}.dpnglossary.link:hover:after{background:rgba(0,0,0,.8);border-radius:5px;bottom:26px;color:#fff;content:attr(title);left:20%;padding:5px 15px;position:absolute;width:220px;z-index:98}.dpnglossary.link:hover:before{border:solid;border-color:#333 rgba(0,0,0,0);border-width:6px 6px 0;bottom:20px;content:"";left:50%;position:absolute;z-index:99}

.chat-button{align-items: center;background: #003264;border: none;bottom: 120px;color: #ffffff;display: flex;justify-content: center;padding: .2em 1em .3em .2em;position: fixed;right: 0px;z-index: 130}.chat-button .label{font-size: 1.5em;line-height: 40px}@media only screen and (max-width: 1024px){.chat-button .label{display: none}}.chat-button .icon{margin-right: 10px;font-size: 2.75em}@media only screen and (max-width: 1024px){.chat-button .icon{margin-right: 0}}.chat-button .icon::before{font-style: normal;font-weight: normal;speak: none;display: inline-block;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center;font-variant: normal;text-transform: none;line-height: 1em;margin-left: .2em;text-shadow: 1px 1px 1px rgba(127,127,127,0.3)}.chat-button:hover .label{text-decoration: underline}@media screen and (max-width: 768px){.chat-button{bottom: 30%}}@media screen and (max-width: 1024px){.chat-button{border-top-right-radius: 0;right: 0;padding: .6em .2em .8em .2em}}.chat-form{background: #ffffff;bottom: 120px;box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);box-sizing: border-box;display: none;max-width: 380px;overflow: hidden;padding: 0 30px;position: fixed;right: 30px;width: 90%;z-index: 130}@media only screen and (max-width: 767px){.chat-form{right: 0;bottom: 15px;left: 0;max-width: calc(90%);margin: auto;overflow-y: scroll}}.chat-form textarea{height: 8em}.chat-form .icon-container{align-items: center;display: flex;height: 50px;justify-content: center;position: absolute;right: 0;text-align: center;top: 0;width: 50px;z-index: 102}.chat-form .header{align-items: center;display: flex;height: 50px;justify-content: space-between;margin: 0 -30px 25px 0;position: relative}.chat-form .header .icon-container{background: #fa6400;cursor: pointer;transition: all .25s}.chat-form .header .icon-container:hover{background: #003264;cursor: pointer}.chat-form .header .icon-container span:before{color: #fff;font-size: 1.1em}.chat-form .header .icon{color: #ffffff;font-size: 2.5em;line-height: 50px;margin-bottom: 2px}.chat-form .header .icon:before{text-shadow: none}.chat-form .header h2{color: #003264}.chat-form .fields select,.chat-form .fields input[type="text"]{margin-bottom: 12px;height: 30px;font-size: 12px}.chat-form .fields textarea{font-size: 12px}.chat-form .fields .hint{font-size: 0.8em;text-align: right}.chat-form .submit{background: #235e93;margin: 25px -30px 0 -30px;position: relative;transition: all .25s}.chat-form .submit .icon{color: #ffffff;font-size: 3.5em;line-height: 50px;margin-bottom: 3px}.chat-form .submit:hover{background: #003264}.chat-form .submit .icon-container{background: #003264}.chat-form .submit .icon-container span:before{color: #fff;font-size: 1.8em}.chat-form .submit.disabled{opacity: 0.5}.chat-form .submit.disabled:hover{background: #235e93}.chat-form input.button{background: transparent;border: none;display: block;font-size: 1.5em;height: 50px;padding: 0 50px 0 0;position: relative;text-transform: uppercase;width: 100%;z-index: 101;font-family: 'thesansPlain'}.chat-form input.button:hover{border-radius: 0;background-color: #003264}.chat-form img.tx-srfreecap-image{height: 0px;margin-left: 0}.chat-form .loader{background: rgba(255,255,255,0.8);bottom: 0;display: none;left: 0;position: absolute;right: 0;top: 0;z-index: 105}.chat-form .loader.active{align-items: center;display: flex;justify-content: center}.chat-form .hp{display: none}.chat-form .hint{color: #003264}/*# sourceMappingURL=/typo3temp/assets/lesscache/style.less.map */
.dly-darksite-interstitial { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:999999999; }
.dly-darksite-interstitial.js-show { display:block; }
.dly-darksite-interstitial .dly-darksite-interstitial-overlay { opacity:0.8; }
.dly-darksite-interstitial-overlay { background:#666666; opacity:0; transition:all 0.2s; position:fixed; top:0; left:0; width:100%; height:100%; z-index:0; }
/*.dly-darksite-interstitial-wrapper { z-index:1; position:absolute; top:0; left:0; width:100%; height:100%; }*/
.dly-darksite-interstitial-content { z-index:1; background:white; width:1000px; max-width:1000px; position:absolute; top:5%; left:50%; margin-left:-500px; /*border-radius:25px;*/ box-sizing: border-box; }
.dly-darksite-interstitial-content-padding { padding:50px; }
/*.dly-darksite-interstitial-content-with-motiv { padding-top:0; }*/
.dly-darksite-interstitial-content img { max-width:100%; height:auto;}
.dly-darksite-interstitial-content-motiv {}
.dly-darksite-interstitial-content-motiv img { display:block; width:100%; }
.dly-darksite-interstitial-content-motiv .gallery .image { margin:0; }
div.dly-darksite-interstitial-close { position:absolute; top:10px; right:10px;  }
.dly-darksite-interstitial-close span { display:inline-block; cursor:pointer; width:25px; height:25px; text-align:center; background:#ffffff; border:1px solid #000000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height:22px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.dly-darksite-interstitial-close span:hover {
    background:#000000;
    color:#ffffff;
}

body.dly-body-darksite { background-color:#444 }
body.dly-body-darksite footer { margin-top:0; padding:0; background:none; }
body.dly-body-darksite .mainnavigation-ul { border-top:none; }
body.dly-body-darksite #footer-bottom { margin-bottom:0; margin-top:0; }
body.dly-body-darksite #wrapper { background-color:#fff; position:relative; }
body.dly-body-darksite .nomarginal section { border:none; }
body.dly-body-darksite footer > .wrap { display:none !important; }
body.dly-body-darksite .malfunctionReport,
body.dly-body-darksite #mainnavigation,
body.dly-body-darksite #footer-row,
body.dly-body-darksite #breadcrumb,
body.dly-body-darksite .header-top-right,
body.dly-body-darksite #footer-top,
body.dly-body-darksite .totop-mobile,
body.dly-body-darksite .mobile-header,
body.dly-body-darksite .print-mobile,
body.dly-body-darksite #navtoggle,
body.dly-body-darksite .chat-button,
body.dly-body-darksite #metanavigation .wrap { display:none !important; }
body.dly-body-darksite #metanavigation { margin-bottom:80px; }
body.dly-body-darksite #logo img:first-of-type {
    content:url("/typo3conf/ext/pxc_template_mobiel/Resources/Public/Assets/logo-mobiel-black.svg");
}
body.dly-body-darksite #logo img.logo-signe {
    content:url("/typo3conf/ext/pxc_template_mobiel/Resources/Public/Assets/logo-mobiel-black-signe.svg");
}

@media screen and (max-width:1200px) {
    .dly-darksite-interstitial-content { max-width:1200px; width:80%; left:10%; margin-left:0; }
    .dly-darksite-interstitial-content-padding { padding:40px 5% 40px 5%; }
}
@media screen and (max-width:1024px) {
    body.dly-body-darksite header { position:relative; }
}
@media screen and (max-width:1000px) {
    .dly-darksite-interstitial-content { max-width:1000px; }
}
@media screen and (max-width:800px) {
    .dly-darksite-interstitial-content { max-width:800px; }
}