<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.amountResult {
  cursor: pointer;
}
.result-date-select .form .selectric-bfe-select .selectric .label {
  font-size: 1.5625rem;
  color: #00465A;
  border: 1px solid #00465A;
}
.booking-options .form .selectric-bfe-select .selectric .label {
  font-size: 1.5625rem;
  color: #00465A;
  border: 1px solid #00465A;
  padding-top: 0.34375rem;
  padding-bottom: 0.34375rem;
  margin-bottom: 0.3125rem;
}
.availability-btn-green {
  position: absolute;
  left: 100%;
  top: 0;
  cursor: help;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #00A050;
  border-radius: 50%;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.availability-btn-yellow {
  position: absolute;
  left: 100%;
  top: 0;
  cursor: help;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #E6BE00;
  border-radius: 50%;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.availability-btn-red {
  position: absolute;
  left: 100%;
  top: 0;
  cursor: help;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #c80000;
  border-radius: 50%;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seminar-accordion .contact-person {
  margin-bottom: 0;
}
.instructor-directory .directory-list a.active {
  color: #00A050;
  text-decoration: none;
}
.cart-item hr.participantHr {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.participantDate {
  line-height: 3rem;
}
.teilnehmer-filter-list &gt; li.active {
  background-color: #f8f8f8;
}
.selectric-form-control:disabled,
.selectric-form-control[readonly],
.bfe-form .selectric-disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.selectric-form-control:disabled,
.selectric-form-control[readonly],
.bfe-form .selectric-disabled .selectric .label {
  background-color: #e9ecef;
  opacity: 1;
}
div form .cart-completion .total-count .total-price {
  text-align: right;
}
.result-meta .meta-error {
  color: #ff0000;
  margin-right: 1.25rem;
}
a.btn-error {
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 0.9rem;
  padding: 0.5rem 3.3rem;
  font-family: "PFAdamantSansProMedium", Georgia;
}
a.btn-error:hover {
  background-color: #ff0000;
  color: #FFF;
}
.row &gt; .col &gt; .page-title-container {
  text-align: center !important;
}
.breakout-link {
  position: relative;
  z-index: 100;
}
.trainer .trainer-list .trainer-list-ul li {
  color: #828282;
}
.seminar-more-options .trainer,
.seminar-more-options .favor {
  align-items: stretch;
}
.seminar-more-options .favor {
  height: auto;
}
#moreTrainer {
  position: absolute;
  margin-left: -10px;
  padding-left: 10px;
  background-color: #fff;
  z-index: 100;
}
.moreTrainerInner {
  display: none;
}
.teilnehmer-checkbox {
  min-width: 150px;
}
/* Upload */
.box {
  position: relative;
  padding: 40px 20px;
  margin-right: 15px;
  text-align: center;
  margin-bottom: 0;
}
.box.has-advanced-upload {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #fff;
}
.box__dragndrop,
.box__icon {
  display: none;
}
.box.has-advanced-upload .box__dragndrop {
  display: inline;
}
.box__input label {
  color: #00A050;
  text-decoration: none;
  font-size: 25px;
}
.box__input label:hover {
  text-decoration: underline;
}
.box.has-advanced-upload .box__icon {
  width: 100%;
  height: 200px;
  fill: #92b0b3;
  display: block;
  margin-bottom: 20px;
}
.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
  /*visibility: hidden;*/
}
.box__uploading,
.box__success,
.box__error {
  display: none;
}
.box__error {
  color: red;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
  display: block;
  /*position: absolute;
    top: 50%;
    right: 0;
    left: 0;*/
  /*-webkit-transform: translateY( -50% );
    transform: translateY( -50% );*/
}
.box__uploading {
  font-style: italic;
}
.box__success {
  -webkit-animation: appear-from-inside 0.25s ease-in-out;
  animation: appear-from-inside 0.25s ease-in-out;
}
@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}
.box__restart {
  font-weight: 700;
}
.box__restart:focus,
.box__restart:hover {
  color: #39bfd3;
}
.js .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.js .box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
  color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.js .box__file + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.no-js .box__file + label {
  display: none;
}
.no-js .box__button {
  display: block;
}
.box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: block;
  padding: 8px 16px;
  margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus {
  background-color: #0f3c4b;
}
/* /Upload */
#bookmark &gt; .favourite-link {
  display: flex;
}
#bookmark &gt; .favourite-link &gt; .bfe-heart-30 {
  align-self: center;
}
.result-price,
.total-price {
  white-space: nowrap;
}
.cart-completion .total-count .total-span {
  text-align: left !important;
}
.radio-left {
  padding-left: 1.75rem !important;
}
h4.uebersicht {
  font-size: 1.5rem;
}
.smallerLoginError {
  font-size: 20px;
}
.smallerLoginError a {
  color: red !important;
}
.result-options .btn-wait,
.buy-me .btn-wait {
  border: 2px solid #FA640A;
  color: #FA640A;
  font-size: 0.9rem;
  padding: 0.5rem 0rem;
  font-family: "PFAdamantSansProMedium", Georgia;
}
.result-options .btn-wait:hover,
.buy-me .btn-wait:hover {
  background-color: #FA640A;
  color: #FFF;
}
.meta-red {
  color: #c80000;
}
.cart-completion .wartelisteText {
  font-size: 13px;
  line-height: 15px;
  /*color: #a0a0a0;*/
  margin-bottom: 20px;
}
.voraussetzung-col {
  font-size: 1rem;
}
.bfe-form-small .form-check .form-check-label {
  padding-left: 34px;
  position: relative;
}
.bfe-form-small input[type='checkbox']:checked + label::before,
.bfe-form-small input[type='checkbox']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 2px solid #c8c8c8;
  background: white;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.bfe-form-small input[type=checkbox]:checked + label::before,
.bfe-form-small input[type=checkbox]:not(:checked) + label::before {
  border-bottom-right-radius: 6px;
}
.bfe-form-small input[type='checkbox']:hover + label::before {
  background: #EBEBEB;
  box-shadow: inset 0 0 0 4px white;
}
.bfe-form-small input[type='checkbox']:checked + label::before {
  background: #00465A;
  box-shadow: inset 0 0 0 4px white;
}
.conditions .bfe-form-small .form-check {
  margin-bottom: 15px;
}
.bfe-form-small .form-check .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  z-index: 10;
}
.bfe-form-small .form-check {
  padding-left: 0;
}
/* Ajax overlay */
body #jsf-ajax-overlay {
  /* Height &amp; width depends on how you want to reveal the overlay (see JS below) */
  /*height: 100vh;*/
  height: 100%;
  /*width: 100vw;*/
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #000000;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  display: none;
}
body.jsf-ajax-busy #jsf-ajax-overlay {
  display: block;
}
body #jsf-ajax-overlay .progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  z-index: 1002;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 200px;
  vertical-align: middle;
  box-shadow: none;
}
.glyphicon-refresh-animate {
  -animation: spin 1.5s infinite linear;
  -webkit-animation: spin2 1.5s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/* fixed modal hopping! */
body {
  padding-right: 0 !important;
}
.gebort-label {
  padding-top: 8px;
}
.btn-space {
  padding: 0.4rem 2rem !important;
}
.nav-logout {
  color: #fff !important;
  background-color: #FA640A !important;
}
.nav-logout:hover {
  filter: brightness(130%);
}
.bfe-flagge {
  background-position: 0px 0px !important;
  background-image: url(../images/flagge.png) !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-flex;
  top: 8px !important;
  position: relative;
}
.gray-text,
.gray-text a {
  color: #00465A !important;
  /*font-size: 0.875rem !important;*/
  font-size: 1rem !important;
}
.seminar-arc {
  font-size: 1.09375rem !important;
}
.seminar-arc p {
  line-height: 1.5;
  /*font-size: 1.09375rem !important;*/
}
.toggle-content {
  /*font-size: 1.09375rem !important;*/
}
.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}
#chooseParticipant.modal {
  /*top: inherit !important;*/
}
.certificate-name-wrapper {
  align-items: center;
}
.result-item .selectric .label::after,
.cart-item .selectric .label::after,
.booking-options .selectric .label::after {
  color: transparent;
  background-image: url(../images/terminpfeil.png);
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: 0.125rem 0.2rem;
}
.choose-label {
  font-size: 1.1rem !important;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.detail-info-link,
.result-info-link {
  color: #fa640a;
  display: block;
  text-align: center;
}
.detail-info-link {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.result-info-link {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.detail-info-link:hover,
.result-info-link:hover {
  color: #fa640a;
  text-decoration: underline;
}
.strikethrough {
  text-decoration: line-through;
}
.page-title-container {
  padding: 2.5rem 0 1rem 0;
}
.tmt-email-main {
  display: none;
  visibility: hidden;
}
.tmt-text-center {
  text-align: center !important;
}
.tmt-input-unset-width {
  width: unset !important;
}
.tmt-social-media {
  background-color: #00465a;
  padding: 1em;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.tmt-font-size-smaller {
  font-size: 20px !important;
  font-style: italic;
}
#readmore ul li {
  font-size: 1.25rem;
  color: #00465A;
}
#readmore ul li::marker {
  color: #00465A;
}
.toggle-content ul li {
  font-size: 1.25rem;
}
.toggle-content p {
  font-size: 1.25rem;
}
/*# sourceMappingURL=tune.css.map */</pre></body></html>