@charset "UTF-8";
/* moved by compressor */
@import "../../../typo3conf/ext/trio_basis/Resources/Public/vendor/swiper/dist/css/swiper.css";
/* moved by compressor */
/* default styles for extension "tx_form" */
		.captcha { margin-bottom: .5rem; }
		.captcha a { margin-left: .5rem; }
		.captcha--reloading img { opacity: 0.5; }
		.captcha--reloading a { cursor: auto; }
		.captcha--spin svg { animation: spin 0.8s infinite linear; }
		@keyframes spin {
           from {transform:rotate(359deg);}
           to {transform:rotate(0deg);}
        }

/**
    Basic Styling for the CookieBar.
    Can be adjusted with own Styles.
 */

.cookiebar {
    background: darkgrey;
    bottom: -300px;
    color: white;
    left: 0;
    position: fixed;
    right: 0;
    width: 100vw;
    z-index: 999;
    -webkit-transition: bottom 2s; /* Safari */
    transition: bottom 2s;
}

/* Buttons and Links in text who should not look like Buttons */
.cookiebar a,
.cookiebar button {
    color: white;
    cursor: pointer;
}

/* Buttons and Links who should look like Buttons */
.cookiebar .cookiebar-closeHintButton,
.cookiebar .cookiebar-privacySettingsButton {
    background: white;
    color: darkgrey;
    cursor: pointer;
}

.cookiebar.cookiebar-visible {
    bottom: 0;
    -webkit-transition: bottom 2s; /* Safari */
    transition: bottom 2s;
}
@media (max-width: 40em) {
    .ce-ion2s_gridelements_multicolumns .row.vertical-lines .columns.vertical-line-sm {
        border-left: 1px solid #d2d2d2;
    }
}

@media (min-width: 40em) and (max-width: 64em) {
    .ce-ion2s_gridelements_multicolumns .row.vertical-lines .columns.vertical-line-md {
        border-left: 1px solid #d2d2d2;
    }
}

@media (min-width: 64em) {
    .ce-ion2s_gridelements_multicolumns .row.vertical-lines .columns.vertical-line-lg {
        border-left: 1px solid #d2d2d2;
    }
}

.accordion.accordion--noClose:not(.acc-this) .is-active .accordion-title::before {
    opacity: 0;
}

.accordion.accordion--noClose .is-active .accordion-title::before {
    transition: opacity 100ms ease-in-out;
    transition-delay: 250ms;
}
.responsiveImage {
    width: 100%;
    height: 100%;
}

.privacy_container {
    position: relative;
}

.privacy_modal {
    color: white;
    font-weight: bold;
    text-align: justify;
    position: absolute;
}

.privacy_modal-inner {
    position: absolute;
    top: 30px;
    padding: 20px;
    left: 60px;
    /* transform: translate(0%, -50%); */
    width: calc(100% - 420px);
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    bottom: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.consultation-hour-finder__location-map .privacy_modal-inner {
    width: calc(100% - 120px);
}

.privacy_modal-inner .text-wrapper {
    display: inline;
    text-align: center;
}

.privacy_modal-inner .privacy_button {
    background-color: #991355;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1rem;
}


@media (min-width:400px){

    .privacymodal-inner .privacybutton {
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .privacy_modal-inner {
        position: absolute;
        top: 30px;
        padding: 20px;
        left: 30px;
        width: calc(100% - 60px);
        background-color: rgba(0, 0, 0, .5);
        z-index: 999;
        bottom: 24px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .map__route-link {
        display: block !important;
    }
}

.privacy_modal-inner .footnote p {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.4rem;
    color: #BBB;
}

.privacy_modal-inner .footnote a {
    color: #BBB;
}

.privacy_modal-inner .footnote a:hover {
    color: #FFF;
}

.privacy_modal-inner .bi.bi-check {
    font-size: 2rem;
    vertical-align: top;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    overflow: hidden;
    opacity: 0;
}

#map > .privacy_modal{
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.multicols {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    overflow: visible;
}

.multicols__column {
    width: calc(100% - 20px);
    padding: 25px 10px;
    margin-right: 10px;
    margin-left: 10px;
}

/* left column inside a multicols block */
.multicols__column:first-child {
    padding-left: 25px;
    padding-right: 30px;
    margin-right: 10px;
    margin-left: 0;
}

/* right column inside a multicols block */
.multicols__column:last-child {
    padding-right: 30px;
    padding-left: 25px;
    margin-left: 10px;
    margin-right: 0;
}

.multicols .multicols--1columns {
    flex-direction: column;
}

/* todo: belongs in sitepackage */
.multicols h3 {
    margin-bottom: 12px;
    line-height: 10px;
    padding-top: 0;
}

/* todo: check if still needed */
.ce-row {
    overflow: visible;
}



/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.eot');
  src: url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.woff2') format("woff2"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.woff') format("woff"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.ttf') format("truetype"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/bootstrap/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format("embedded-opentype"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/fontawesome-webfont.woff2?v=4.3.0') format("woff2"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/fontawesome-webfont.woff?v=4.3.0') format("woff"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/fontawesome-webfont.ttf?v=4.3.0') format("truetype"), url('../../../typo3conf/ext/trio_basis/Resources/Public/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../../typo3conf/ext/trio_basis/Resources/Public/Css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../../typo3conf/ext/trio_basis/Resources/Public/Css/./fonts/slick.eot');
  src: url('../../../typo3conf/ext/trio_basis/Resources/Public/Css/./fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/trio_basis/Resources/Public/Css/./fonts/slick.woff') format("woff"), url('../../../typo3conf/ext/trio_basis/Resources/Public/Css/./fonts/slick.ttf') format("truetype"), url('../../../typo3conf/ext/trio_basis/Resources/Public/Css/./fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.teaser__main-square:before, .teaser__main--square-white:before, .teaser__main--square-gray:before, .teaser__main--square-light:before, .teaser__main--square-dark:before, .teaser__main--gray:before, .teaser__main--white:before, .teaser__main--transparent:before, .teaser__main--light:before, .teaser__main--dark:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0px;
  top: 45px;
  z-index: 10;
}

.contact__list, .headline__main, .headline__main--bordered, .contenttable, h3,
h4, h1, h2, .event__booking-caption, .event__workshop-price, .footer-content__headline {
  margin-top: 50px;
  margin-bottom: 20px;
}

.event__categorized-description, .event__teaser-caption, .event__teaser-past-caption, .footer-navigation__link, body {
  font-size: 1.7857142857rem !important;
}

.event__teaser-date-to, .teaser__overview-caption, .search__result-title {
  font-size: 2rem !important;
}

.main-navigation__sub-item-link, .meta-navigation__search-input, .event__select, .event__teaser-download-schedule:before, .event__teaser-location:before, .event__teaser-period:before, .event__teaser-location, .event__teaser-period, .event__teaser-date-begin-time, .event__teaser-date-begin-time--left, .download__options, .calculator__list-link, .calculator__description-show, .calculator__description, .calculator__reset, .news__list-category, .slider__top-news-label, .news__teaser-link:before, .slider__top-news-more-link:before, .news__teaser-date, .slider__top-news-date, .teaser__summary-about-link:before, .teaser__summary-about-link, .teaser__summary-about-content, .main-navigation__sub-item-caption--haschild:after, .button__reset {
  font-size: 1.5714285714rem !important;
}

body {
  font-family: daxregular, Arial, sans-serif;
  color: #58585a;
}

h1,
h2,
.event__booking-caption,
.event__workshop-price,
.footer-content__headline,
h3 {
  font-family: daxlight, Arial, sans-serif !important;
}

h3 {
  font-size: 26px !important;
}

h1, h2, .event__booking-caption, .event__workshop-price, .footer-content__headline {
  font-size: 3.7142857143rem;
  color: #991355;
}

h5 {
  font-weight: 600;
  font-size: 1.8571428571rem;
  color: #991355;
}

h1 + h2, h1 + .event__booking-caption, h1 + .event__workshop-price, h1 + .footer-content__headline, h2 + h2, .event__booking-caption + h2, h2 + .event__booking-caption, .event__booking-caption + .event__booking-caption, .event__workshop-price + h2, .event__workshop-price + .event__booking-caption, h2 + .event__workshop-price, .event__booking-caption + .event__workshop-price, .event__workshop-price + .event__workshop-price, .footer-content__headline + h2, .footer-content__headline + .event__booking-caption, .footer-content__headline + .event__workshop-price, h2 + .footer-content__headline, .event__booking-caption + .footer-content__headline, .event__workshop-price + .footer-content__headline, .footer-content__headline + .footer-content__headline,
h1 + h3,
h2 + h3,
.event__booking-caption + h3,
.event__workshop-price + h3,
.footer-content__headline + h3,
h3 + h4 {
  margin-top: 0;
}

h2 + .teaser__multi-col-wrapper, .event__booking-caption + .teaser__multi-col-wrapper, .event__workshop-price + .teaser__multi-col-wrapper, .footer-content__headline + .teaser__multi-col-wrapper {
  padding-top: 0;
}

p,
.bodytext {
  font-family: daxregular, Arial, sans-serif;
  font-size: 1.7857142857rem;
  margin: 20px 0;
}

a, .teaser__main-link--content-gray, .search__result-filter-reset {
  color: #991355;
}
a:hover, .teaser__main-link--content-gray:hover, .search__result-filter-reset:hover, a:focus, .teaser__main-link--content-gray:focus, .search__result-filter-reset:focus {
  color: #e2007a;
  text-decoration: none;
}

ul {
  font-size: 1.7857142857rem;
  list-style: square url("/fileadmin/templates/img/list-square.png");
  margin: 10px 0 0 0;
  padding-left: 15px;
}
ul ul {
  margin: 0;
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 0px;
}
ul ul li {
  margin: 0;
  padding-left: 5px;
  padding-bottom: 2px;
}
ul li {
  padding-bottom: 5px;
  padding-left: 10px;
}
ul li a, ul li .teaser__main-link--content-gray, ul li .search__result-filter-reset {
  color: #991355;
}
ul li a:hover, ul li .teaser__main-link--content-gray:hover, ul li .search__result-filter-reset:hover {
  color: #e2007a;
}

.teaser__main--content-dark ul {
  list-style: square url("/fileadmin/templates/img/list-square-white.jpg");
}

.internal-link, .external-link-new-window {
  color: #991355;
}
.internal-link:hover, .external-link-new-window:hover {
  color: #e2007a;
}

.contact__vitae .csc-firstHeader, .contact__vitae h3 {
  margin-top: 0;
}

div[class^=teaser__main] .csc-firstHeader, div[class^=teaser__main] h3, div[class*=" teaser__main"] .csc-firstHeader, div[class*=" teaser__main"] h3 {
  font-family: daxlight, Arial, sans-serif;
  font-size: 3.7142857143rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
}
div[class^=teaser__main] .bodytext, div[class*=" teaser__main"] .bodytext {
  font-family: daxlight, Arial, sans-serif;
  font-size: 1.8571428571rem;
  margin-bottom: 20px;
  display: block;
}
div[class^=teaser__main] .internal-link, div[class^=teaser__main] .external-link-new-window, div[class*=" teaser__main"] .internal-link, div[class*=" teaser__main"] .external-link-new-window {
  font-family: daxregular, Arial, sans-serif;
  font-size: 1.8571428571rem;
  color: #ffffff;
}
div[class^=teaser__main] .internal-link:before, div[class^=teaser__main] .external-link-new-window:before, div[class*=" teaser__main"] .internal-link:before, div[class*=" teaser__main"] .external-link-new-window:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}
div[class^=teaser__main] .internal-link:hover, div[class^=teaser__main] .external-link-new-window:hover, div[class*=" teaser__main"] .internal-link:hover, div[class*=" teaser__main"] .external-link-new-window:hover {
  text-decoration: underline;
}

div[class^=teaser__main--content] .csc-firstHeader, div[class^=teaser__main--content] h3, div[class*=" teaser__main--content"] .csc-firstHeader, div[class*=" teaser__main--content"] h3 {
  font-size: 2.7142857143rem !important;
}

.teaser__main--gray .csc-firstHeader, .teaser__main--gray h1, .teaser__main--gray h2, .teaser__main--gray .event__booking-caption, .teaser__main--gray .event__workshop-price, .teaser__main--gray .footer-content__headline, .teaser__main--gray h3 {
  color: #991355 !important;
}
.teaser__main--gray .internal-link, .teaser__main--gray .external-link-new-window {
  color: #991355 !important;
}

.teaser__main-image-top .csc-firstHeader, .teaser__main-image-top h3,
.teaser__main-image-bottom .csc-firstHeader,
.teaser__main-image-bottom h3 {
  font-size: 1.8571428571rem !important;
  margin-bottom: 10px !important;
}

.teaser__main-image-bottom .csc-firstHeader, .teaser__main-image-bottom h3 {
  margin-top: 10px !important;
}

.teaser__main--light .teaser__main-image-background .csc-firstHeader, .teaser__main--light .teaser__main-image-background .bodytext, .teaser__main--light .teaser__main-image-background .internal-link, .teaser__main--light .teaser__main-image-background .external-link-new-window {
  color: #ffffff;
}

.teaser__main-image-background .csc-firstHeader, .teaser__main-image-background .bodytext, .teaser__main-image-background .internal-link, .teaser__main-image-background .external-link-new-window {
  color: #58585a;
}

.teaser__main--transparent .teaser__main-image-background .csc-firstHeader, .teaser__main--transparent .teaser__main-image-background .bodytext, .teaser__main--transparent .teaser__main-image-background .internal-link, .teaser__main--transparent .teaser__main-image-background .external-link-new-window, .teaser__main--transparent .teaser__main-image-background h1, .teaser__main--transparent .teaser__main-image-background h2, .teaser__main--transparent .teaser__main-image-background .event__booking-caption, .teaser__main--transparent .teaser__main-image-background .event__workshop-price, .teaser__main--transparent .teaser__main-image-background .footer-content__headline, .teaser__main--transparent .teaser__main-image-background h3 {
  color: #58585a;
}

.background__abstract-dark *, .background__abstract-berry *, .background__dark *, .background__berry * {
  color: #ffffff;
}

.teaser__main--content-gray .csc-firstHeader, .teaser__main--content-gray h3 {
  color: #991355 !important;
}
.teaser__main--content-gray * {
  color: #58585a;
}

.contact__vitae .mail {
  color: #991355;
}
.contact__vitae .mail:hover, .contact__vitae .mail:focus {
  color: #991355;
  text-decoration: underline;
}

.image .text_holder {
  margin-bottom: 10px;
}

.quote__text h2, .quote__text .event__booking-caption, .quote__text .event__workshop-price, .quote__text .footer-content__headline {
  margin-top: 80px;
}

.map__adress-item p:first-of-type {
  margin-bottom: 20px;
}

.hero-unit .container,
.hero-unit .container-fluid,
.hero-unit .background__abstract {
  margin-top: 0;
}

.contenttable th {
  font-family: daxregular, Arial, sans-serif;
  font-size: 1.7142857143rem;
  font-weight: 400;
  background: #991355;
  padding: 5px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.contenttable td {
  font-family: daxregular, Arial, sans-serif;
  font-size: 1.7142857143rem;
  padding: 5px 20px;
  line-height: 1.6;
  color: #58585a;
  border: 1px solid white;
}
.contenttable tr:nth-child(odd) {
  background: #f4f3f3;
}
.contenttable tr:nth-child(even) {
  background: #ededed;
}

.calculator__box .bodytext, .event__booking-box .bodytext {
  margin-top: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.grid__pull--right {
  float: right;
}

.grid__pull--left {
  float: left;
}

.grid__xs-1, .grid__sm-1, .grid__md-1, .grid__lg-1, .grid__xs-2, .grid__sm-2, .grid__md-2, .grid__lg-2, .grid__xs-3, .grid__sm-3, .grid__md-3, .grid__lg-3, .mega-tab-menu li, .grid__xs-4, .grid__sm-4, .grid__md-4, .grid__lg-4, .grid__xs-5, .grid__sm-5, .grid__md-5, .grid__lg-5, .grid__xs-6, .grid__sm-6, .grid__md-6, .grid__lg-6, .grid__xs-7, .grid__sm-7, .grid__md-7, .grid__lg-7, .grid__xs-8, .grid__sm-8, .grid__md-8, .grid__lg-8, .grid__xs-9, .grid__sm-9, .grid__md-9, .grid__lg-9, .grid__xs-10, .grid__sm-10, .grid__md-10, .grid__lg-10, .grid__xs-11, .grid__sm-11, .grid__md-11, .grid__lg-11, .grid__xs-12, .grid__sm-12, .grid__md-12, .grid__lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.grid__xs-1, .grid__xs-2, .grid__xs-3, .grid__xs-4, .grid__xs-5, .grid__xs-6, .grid__xs-7, .grid__xs-8, .grid__xs-9, .grid__xs-10, .grid__xs-11, .grid__xs-12, .mega-tab-menu li {
  float: left;
}

.grid__xs-1 {
  width: 8.3333333333%;
}

.grid__xs-2 {
  width: 16.6666666667%;
}

.grid__xs-3 {
  width: 25%;
}

.grid__xs-4 {
  width: 33.3333333333%;
}

.grid__xs-5 {
  width: 41.6666666667%;
}

.grid__xs-6 {
  width: 50%;
}

.grid__xs-7 {
  width: 58.3333333333%;
}

.grid__xs-8 {
  width: 66.6666666667%;
}

.grid__xs-9 {
  width: 75%;
}

.grid__xs-10 {
  width: 83.3333333333%;
}

.grid__xs-11 {
  width: 91.6666666667%;
}

.grid__xs-12, .mega-tab-menu li {
  width: 100%;
}

.grid__xs-pull-0 {
  right: auto;
}

.grid__xs-pull-1 {
  right: 8.3333333333%;
}

.grid__xs-pull-2 {
  right: 16.6666666667%;
}

.grid__xs-pull-3 {
  right: 25%;
}

.grid__xs-pull-4 {
  right: 33.3333333333%;
}

.grid__xs-pull-5 {
  right: 41.6666666667%;
}

.grid__xs-pull-6 {
  right: 50%;
}

.grid__xs-pull-7 {
  right: 58.3333333333%;
}

.grid__xs-pull-8 {
  right: 66.6666666667%;
}

.grid__xs-pull-9 {
  right: 75%;
}

.grid__xs-pull-10 {
  right: 83.3333333333%;
}

.grid__xs-pull-11 {
  right: 91.6666666667%;
}

.grid__xs-pull-12 {
  right: 100%;
}

.grid__xs-push-0 {
  left: auto;
}

.grid__xs-push-1 {
  left: 8.3333333333%;
}

.grid__xs-push-2 {
  left: 16.6666666667%;
}

.grid__xs-push-3 {
  left: 25%;
}

.grid__xs-push-4 {
  left: 33.3333333333%;
}

.grid__xs-push-5 {
  left: 41.6666666667%;
}

.grid__xs-push-6 {
  left: 50%;
}

.grid__xs-push-7 {
  left: 58.3333333333%;
}

.grid__xs-push-8 {
  left: 66.6666666667%;
}

.grid__xs-push-9 {
  left: 75%;
}

.grid__xs-push-10 {
  left: 83.3333333333%;
}

.grid__xs-push-11 {
  left: 91.6666666667%;
}

.grid__xs-push-12 {
  left: 100%;
}

.grid__xs-offset-0 {
  margin-left: 0%;
}

.grid__xs-offset-1 {
  margin-left: 8.3333333333%;
}

.grid__xs-offset-2 {
  margin-left: 16.6666666667%;
}

.grid__xs-offset-3 {
  margin-left: 25%;
}

.grid__xs-offset-4 {
  margin-left: 33.3333333333%;
}

.grid__xs-offset-5 {
  margin-left: 41.6666666667%;
}

.grid__xs-offset-6 {
  margin-left: 50%;
}

.grid__xs-offset-7 {
  margin-left: 58.3333333333%;
}

.grid__xs-offset-8 {
  margin-left: 66.6666666667%;
}

.grid__xs-offset-9 {
  margin-left: 75%;
}

.grid__xs-offset-10 {
  margin-left: 83.3333333333%;
}

.grid__xs-offset-11 {
  margin-left: 91.6666666667%;
}

.grid__xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .grid__sm-1, .grid__sm-2, .grid__sm-3, .grid__sm-4, .grid__sm-5, .grid__sm-6, .mega-tab-menu li, .grid__sm-7, .grid__sm-8, .grid__sm-9, .grid__sm-10, .grid__sm-11, .grid__sm-12 {
    float: left;
  }
  .grid__sm-1 {
    width: 8.3333333333%;
  }
  .grid__sm-2 {
    width: 16.6666666667%;
  }
  .grid__sm-3 {
    width: 25%;
  }
  .grid__sm-4 {
    width: 33.3333333333%;
  }
  .grid__sm-5 {
    width: 41.6666666667%;
  }
  .grid__sm-6, .mega-tab-menu li {
    width: 50%;
  }
  .grid__sm-7 {
    width: 58.3333333333%;
  }
  .grid__sm-8 {
    width: 66.6666666667%;
  }
  .grid__sm-9 {
    width: 75%;
  }
  .grid__sm-10 {
    width: 83.3333333333%;
  }
  .grid__sm-11 {
    width: 91.6666666667%;
  }
  .grid__sm-12 {
    width: 100%;
  }
  .grid__sm-pull-0 {
    right: auto;
  }
  .grid__sm-pull-1 {
    right: 8.3333333333%;
  }
  .grid__sm-pull-2 {
    right: 16.6666666667%;
  }
  .grid__sm-pull-3 {
    right: 25%;
  }
  .grid__sm-pull-4 {
    right: 33.3333333333%;
  }
  .grid__sm-pull-5 {
    right: 41.6666666667%;
  }
  .grid__sm-pull-6 {
    right: 50%;
  }
  .grid__sm-pull-7 {
    right: 58.3333333333%;
  }
  .grid__sm-pull-8 {
    right: 66.6666666667%;
  }
  .grid__sm-pull-9 {
    right: 75%;
  }
  .grid__sm-pull-10 {
    right: 83.3333333333%;
  }
  .grid__sm-pull-11 {
    right: 91.6666666667%;
  }
  .grid__sm-pull-12 {
    right: 100%;
  }
  .grid__sm-push-0 {
    left: auto;
  }
  .grid__sm-push-1 {
    left: 8.3333333333%;
  }
  .grid__sm-push-2 {
    left: 16.6666666667%;
  }
  .grid__sm-push-3 {
    left: 25%;
  }
  .grid__sm-push-4 {
    left: 33.3333333333%;
  }
  .grid__sm-push-5 {
    left: 41.6666666667%;
  }
  .grid__sm-push-6 {
    left: 50%;
  }
  .grid__sm-push-7 {
    left: 58.3333333333%;
  }
  .grid__sm-push-8 {
    left: 66.6666666667%;
  }
  .grid__sm-push-9 {
    left: 75%;
  }
  .grid__sm-push-10 {
    left: 83.3333333333%;
  }
  .grid__sm-push-11 {
    left: 91.6666666667%;
  }
  .grid__sm-push-12 {
    left: 100%;
  }
  .grid__sm-offset-0 {
    margin-left: 0%;
  }
  .grid__sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__sm-offset-3 {
    margin-left: 25%;
  }
  .grid__sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__sm-offset-6 {
    margin-left: 50%;
  }
  .grid__sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__sm-offset-9 {
    margin-left: 75%;
  }
  .grid__sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .grid__md-1, .grid__md-2, .grid__md-3, .grid__md-4, .mega-tab-menu li, .grid__md-5, .grid__md-6, .grid__md-7, .grid__md-8, .grid__md-9, .grid__md-10, .grid__md-11, .grid__md-12 {
    float: left;
  }
  .grid__md-1 {
    width: 8.3333333333%;
  }
  .grid__md-2 {
    width: 16.6666666667%;
  }
  .grid__md-3 {
    width: 25%;
  }
  .grid__md-4, .mega-tab-menu li {
    width: 33.3333333333%;
  }
  .grid__md-5 {
    width: 41.6666666667%;
  }
  .grid__md-6 {
    width: 50%;
  }
  .grid__md-7 {
    width: 58.3333333333%;
  }
  .grid__md-8 {
    width: 66.6666666667%;
  }
  .grid__md-9 {
    width: 75%;
  }
  .grid__md-10 {
    width: 83.3333333333%;
  }
  .grid__md-11 {
    width: 91.6666666667%;
  }
  .grid__md-12 {
    width: 100%;
  }
  .grid__md-pull-0 {
    right: auto;
  }
  .grid__md-pull-1 {
    right: 8.3333333333%;
  }
  .grid__md-pull-2 {
    right: 16.6666666667%;
  }
  .grid__md-pull-3 {
    right: 25%;
  }
  .grid__md-pull-4 {
    right: 33.3333333333%;
  }
  .grid__md-pull-5 {
    right: 41.6666666667%;
  }
  .grid__md-pull-6 {
    right: 50%;
  }
  .grid__md-pull-7 {
    right: 58.3333333333%;
  }
  .grid__md-pull-8 {
    right: 66.6666666667%;
  }
  .grid__md-pull-9 {
    right: 75%;
  }
  .grid__md-pull-10 {
    right: 83.3333333333%;
  }
  .grid__md-pull-11 {
    right: 91.6666666667%;
  }
  .grid__md-pull-12 {
    right: 100%;
  }
  .grid__md-push-0 {
    left: auto;
  }
  .grid__md-push-1 {
    left: 8.3333333333%;
  }
  .grid__md-push-2 {
    left: 16.6666666667%;
  }
  .grid__md-push-3 {
    left: 25%;
  }
  .grid__md-push-4 {
    left: 33.3333333333%;
  }
  .grid__md-push-5 {
    left: 41.6666666667%;
  }
  .grid__md-push-6 {
    left: 50%;
  }
  .grid__md-push-7 {
    left: 58.3333333333%;
  }
  .grid__md-push-8 {
    left: 66.6666666667%;
  }
  .grid__md-push-9 {
    left: 75%;
  }
  .grid__md-push-10 {
    left: 83.3333333333%;
  }
  .grid__md-push-11 {
    left: 91.6666666667%;
  }
  .grid__md-push-12 {
    left: 100%;
  }
  .grid__md-offset-0 {
    margin-left: 0%;
  }
  .grid__md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__md-offset-3 {
    margin-left: 25%;
  }
  .grid__md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__md-offset-6 {
    margin-left: 50%;
  }
  .grid__md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__md-offset-9 {
    margin-left: 75%;
  }
  .grid__md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .grid__lg-1, .grid__lg-2, .grid__lg-3, .mega-tab-menu li, .grid__lg-4, .grid__lg-5, .grid__lg-6, .grid__lg-7, .grid__lg-8, .grid__lg-9, .grid__lg-10, .grid__lg-11, .grid__lg-12 {
    float: left;
  }
  .grid__lg-1 {
    width: 8.3333333333%;
  }
  .grid__lg-2 {
    width: 16.6666666667%;
  }
  .grid__lg-3, .mega-tab-menu li {
    width: 25%;
  }
  .grid__lg-4 {
    width: 33.3333333333%;
  }
  .grid__lg-5 {
    width: 41.6666666667%;
  }
  .grid__lg-6 {
    width: 50%;
  }
  .grid__lg-7 {
    width: 58.3333333333%;
  }
  .grid__lg-8 {
    width: 66.6666666667%;
  }
  .grid__lg-9 {
    width: 75%;
  }
  .grid__lg-10 {
    width: 83.3333333333%;
  }
  .grid__lg-11 {
    width: 91.6666666667%;
  }
  .grid__lg-12 {
    width: 100%;
  }
  .grid__lg-pull-0 {
    right: auto;
  }
  .grid__lg-pull-1 {
    right: 8.3333333333%;
  }
  .grid__lg-pull-2 {
    right: 16.6666666667%;
  }
  .grid__lg-pull-3 {
    right: 25%;
  }
  .grid__lg-pull-4 {
    right: 33.3333333333%;
  }
  .grid__lg-pull-5 {
    right: 41.6666666667%;
  }
  .grid__lg-pull-6 {
    right: 50%;
  }
  .grid__lg-pull-7 {
    right: 58.3333333333%;
  }
  .grid__lg-pull-8 {
    right: 66.6666666667%;
  }
  .grid__lg-pull-9 {
    right: 75%;
  }
  .grid__lg-pull-10 {
    right: 83.3333333333%;
  }
  .grid__lg-pull-11 {
    right: 91.6666666667%;
  }
  .grid__lg-pull-12 {
    right: 100%;
  }
  .grid__lg-push-0 {
    left: auto;
  }
  .grid__lg-push-1 {
    left: 8.3333333333%;
  }
  .grid__lg-push-2 {
    left: 16.6666666667%;
  }
  .grid__lg-push-3 {
    left: 25%;
  }
  .grid__lg-push-4 {
    left: 33.3333333333%;
  }
  .grid__lg-push-5 {
    left: 41.6666666667%;
  }
  .grid__lg-push-6 {
    left: 50%;
  }
  .grid__lg-push-7 {
    left: 58.3333333333%;
  }
  .grid__lg-push-8 {
    left: 66.6666666667%;
  }
  .grid__lg-push-9 {
    left: 75%;
  }
  .grid__lg-push-10 {
    left: 83.3333333333%;
  }
  .grid__lg-push-11 {
    left: 91.6666666667%;
  }
  .grid__lg-push-12 {
    left: 100%;
  }
  .grid__lg-offset-0 {
    margin-left: 0%;
  }
  .grid__lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__lg-offset-3 {
    margin-left: 25%;
  }
  .grid__lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__lg-offset-6 {
    margin-left: 50%;
  }
  .grid__lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__lg-offset-9 {
    margin-left: 75%;
  }
  .grid__lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__lg-offset-12 {
    margin-left: 100%;
  }
}
.search__input-box {
  background: #e2007a;
  padding: 25px 20px;
}
.search__input-box .search__find:hover {
  background: #991355;
}

.search__input {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75%;
  border: 1px solid #ededed;
  padding: 10px !important;
  width: 100%;
}

.search__find {
  padding: 0px !important;
  line-height: 45px;
  text-align: center;
  color: #ffffff !important;
}
.search__find:before {
  display: none;
}
.search__find:after {
  display: none;
}

.search__result-title a:before, .search__result-title .teaser__main-link--content-gray:before, .search__result-title .search__result-filter-reset:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}

.search__result-list-item {
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
}
.search__result-list-item .hit {
  display: inline-block;
  padding: 0 3px;
  background: #ededed;
}

.search__result-amount-summary {
  margin-top: 30px;
}

.search__result-page-browser {
  margin-top: 15px;
}
.search__result-page-browser a, .search__result-page-browser .teaser__main-link--content-gray, .search__result-page-browser .search__result-filter-reset {
  color: #ffffff;
  background: #991355;
  padding: 8px 14px;
  transition: 0.3s;
  line-height: 45px;
}
.search__result-page-browser a:hover, .search__result-page-browser .teaser__main-link--content-gray:hover, .search__result-page-browser .search__result-filter-reset:hover {
  background: #e2007a;
}
.search__result-page-browser .current {
  background: #e2007a;
}
.search__result-page-browser .next,
.search__result-page-browser .prev {
  text-transform: uppercase;
}
.search__result-page-browser .next:after,
.search__result-page-browser .prev:after {
  font-family: FontAwesome;
  content: "\f101";
  margin-left: 5px;
}
.search__result-page-browser .prev:after {
  display: none;
}
.search__result-page-browser .prev:before {
  font-family: FontAwesome;
  content: "\f100";
  margin-right: 5px;
}

.search__result-filter-list {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  list-style: none;
  background: #ededed;
}
.search__result-filter-list:before, .search__result-filter-list:after {
  content: " ";
  display: table;
}
.search__result-filter-list:after {
  clear: both;
}

.search__result-filter-list-item {
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
}

.search__result-filter-item, .search__result-show-filter, .search__result-link {
  transition: 0.3s;
  color: #58585a;
  cursor: pointer;
}

.search__result-filter-item-title a, .search__result-filter-item-title .teaser__main-link--content-gray, .search__result-filter-item-title .search__result-filter-reset {
  color: #991355;
}
.search__result-filter-item-title a:before, .search__result-filter-item-title .teaser__main-link--content-gray:before, .search__result-filter-item-title .search__result-filter-reset:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
  color: #991355;
}
.search__result-filter-item-title a:hover:before, .search__result-filter-item-title .teaser__main-link--content-gray:hover:before, .search__result-filter-item-title .search__result-filter-reset:hover:before {
  color: #e2007a;
}

.search__result-filter-reset {
  display: block;
  margin-top: 15px;
}
.search__result-filter-reset:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
  color: #991355;
}
.search__result-filter-reset:hover:before {
  color: #e2007a;
}

.search__result-show-filter, .search__result-link {
  display: block;
  color: #ffffff;
}
.search__result-show-filter:hover, .search__result-link:hover, .search__result-show-filter:focus, .search__result-link:focus {
  color: #ffffff;
}

.search__result-filter-items {
  display: none;
}

.modal-overlay {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.modal-box {
  position: relative;
  top: 35%;
  margin: auto;
  width: 80%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.75);
}

.modal-box__text {
  margin: 20px 0 40px 0;
}

.modal-box__button {
  margin: 0 0 20px 0;
  text-align: center;
}

.resetButton,
.teaser_icon,
.submitbutt,
.resetbutt {
  display: none;
}

@media (min-width: 768px) {
  .search__result-show-filter, .search__result-link {
    display: none;
  }
  .search__result-filter-items {
    display: block;
  }
  .search__result-link {
    display: none;
  }
  .modal-box {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .search__find {
    background-color: transparent !important;
  }
  .search__find:hover, .search__find:focus {
    color: #ffffff;
  }
  .search__find:before {
    display: none;
  }
}
/*IE-11 Fix at the bottom of file*/
.tx-mvz-events {
  /* ----- Filter.html ----- */
  /*----- event-list ----- */
  /*----- UpcomingEvents.html ----- */
  /*----- gmaps ----- */
}
.tx-mvz-events .event-filter {
  margin: 0 -10px;
}
.tx-mvz-events .event-filter__form {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.tx-mvz-events .event-filter__category-wrapper,
.tx-mvz-events .event-filter__location-wrapper,
.tx-mvz-events .event-filter__audience-wrapper,
.tx-mvz-events .event-filter__button-wrapper {
  flex-grow: 1;
  margin: 1rem;
  width: 100%;
}
@media (min-width: 36rem) {
  .tx-mvz-events .event-filter__category-wrapper,
  .tx-mvz-events .event-filter__location-wrapper,
  .tx-mvz-events .event-filter__audience-wrapper,
  .tx-mvz-events .event-filter__button-wrapper {
    width: calc(33% - 6rem);
  }
}
@media (min-width: 62rem) {
  .tx-mvz-events .event-filter__category-wrapper,
  .tx-mvz-events .event-filter__location-wrapper,
  .tx-mvz-events .event-filter__audience-wrapper,
  .tx-mvz-events .event-filter__button-wrapper {
    width: calc(25% - 8rem);
  }
}
@media (min-width: 36rem) {
  .tx-mvz-events .event-filter__button-wrapper {
    width: 100%;
  }
}
@media (min-width: 62rem) {
  .tx-mvz-events .event-filter__button-wrapper {
    width: calc(25% - 8rem);
  }
}
.tx-mvz-events .event-filter__form > div:not([class]) {
  display: none;
}
.tx-mvz-events .event-filter__category-label,
.tx-mvz-events .event-filter__location-label,
.tx-mvz-events .event-filter__audience-label {
  display: block;
  margin-bottom: 0;
}
.tx-mvz-events .event-filter__category-select,
.tx-mvz-events .event-filter__location-select,
.tx-mvz-events .event-filter__audience-select {
  border: 1px solid #ededed;
  color: #58585a;
  font-size: 1.5rem;
  height: 52px;
  padding: 13px 16px;
  width: 100%;
}
.tx-mvz-events .event-filter__button {
  background: #991355;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 17.8571px;
  height: 52px;
  transition: 0.3s;
  width: 100%;
}
.tx-mvz-events .event-filter__button:hover {
  background: #991355;
}
.tx-mvz-events .event-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.tx-mvz-events .event-list__element {
  align-items: stretch;
  background: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 1rem 0;
  width: 100%;
  position: relative;
}
@media (min-width: 36rem) {
  .tx-mvz-events .event-list__element {
    flex-direction: initial;
  }
}
.tx-mvz-events .event-list__element:hover .event-list__element-date {
  background: #e2007a;
}
.tx-mvz-events .event-list__element:hover .event-list__element-content {
  color: #58585a;
}
.tx-mvz-events .event-list__element-date {
  background: #991355;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 15rem;
  padding: 10px 30px;
  text-align: left;
  text-transform: uppercase;
  transition: 0.3s;
  width: auto;
}
@media (min-width: 36rem) {
  .tx-mvz-events .event-list__element-date {
    min-height: 11rem;
    padding: 15px 30px;
    text-align: center;
  }
}
.tx-mvz-events .event-list__element-day-month {
  display: block;
}
.tx-mvz-events .event-list__element-day {
  display: inline-block;
  font-family: daxbold, Arial, sans-serif;
  font-size: 2.5714285714rem;
}
@media (min-width: 36rem) {
  .tx-mvz-events .event-list__element-day {
    display: block;
    font-size: 3.3rem;
  }
}
.tx-mvz-events .event-list__element-month {
  display: inline-block;
  font-family: daxlight, Arial, sans-serif;
  font-size: 2.5714285714rem;
}
@media (min-width: 36rem) {
  .tx-mvz-events .event-list__element-month {
    display: block;
    font-size: 17.8571px;
  }
}
.tx-mvz-events .event-list__element-content {
  background: #fff;
  color: #58585a;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 10px 30px;
}
@media (min-width: 36rem) {
  .tx-mvz-events .event-list__element-content {
    padding: 15px 30px;
  }
}
.tx-mvz-events .event-list__element-header {
  box-shadow: none;
  flex-shrink: 1;
  flex-grow: 1;
  padding-right: 25px;
  width: 6rem;
}
.tx-mvz-events .event-list__element-category {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.tx-mvz-events .event-list__element-title {
  font-size: 2rem;
}
.tx-mvz-events .event-list__element-info {
  align-items: stretch;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  font-size: small;
  padding-top: 15px;
  width: 100%;
}
@media (min-width: 62rem) {
  .tx-mvz-events .event-list__element-info {
    align-self: flex-start;
    flex-direction: column;
    padding-top: 0;
    width: 22rem;
  }
}
.tx-mvz-events .event-list__element-location,
.tx-mvz-events .event-list__element-audience,
.tx-mvz-events .event-list__element-credits {
  color: #58585a;
  display: block;
  float: left;
  font-size: 15.7143px;
  padding-right: 30px;
}
@media (min-width: 62rem) {
  .tx-mvz-events .event-list__element-location,
  .tx-mvz-events .event-list__element-audience,
  .tx-mvz-events .event-list__element-credits {
    padding-right: 0;
  }
}
.tx-mvz-events .event-list__element-location,
.tx-mvz-events .event-list__element-audience {
  padding-bottom: 0.5rem;
}
.tx-mvz-events .event-list__element-location {
  text-transform: uppercase;
}
.tx-mvz-events .event-list__element-location .fa {
  color: #991355;
  margin-right: 5px;
}
.tx-mvz-events .event-list__element-credits {
  padding-bottom: 0;
  padding-right: 0;
}
.tx-mvz-events .event-map {
  margin-top: 50px;
  height: 500px;
}

/*IE11 FIX*/
@media all and (-ms-high-contrast: none) {
  .tx-mvz-events .event-list__element-date {
    padding: 10px 30px;
    text-align: left;
  }
  .tx-mvz-events .event-list__element-day-month {
    display: block;
    width: 100%;
  }
  .tx-mvz-events .event-list__element-day {
    display: inline-block;
    font-size: 25.7143px;
    width: auto;
  }
  .tx-mvz-events .event-list__element-month {
    display: inline-block;
    font-size: 25.7143px;
    width: auto;
  }
  .tx-mvz-events .event-list__element-header {
    display: inline-block;
    width: calc(100% - 150px);
  }
  .tx-mvz-events .event-list__element-info {
    align-self: flex-start;
    display: inline-block;
    width: 150px;
  }
}
*:focus {
  outline-color: #991355 !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container .container-fluid,
.container .container,
.container .teaser__multi-col-wrapper {
  width: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-content__impressum {
  text-align: center;
}
.footer-content__impressum .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content__overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  z-index: 19;
  position: fixed;
  top: 0;
  left: 0;
}

.text--headlines-same-color h2, .text--headlines-same-color .event__booking-caption, .text--headlines-same-color .event__workshop-price, .text--headlines-same-color .footer-content__headline {
  color: #991355;
}
.text--headlines-same-color h3 {
  color: #991355;
}

input[type=text]:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(153, 19, 85, 0.5) !important;
}

input[type=text] {
  padding: 6px 8px;
  border: 0;
  width: 100%;
}

input[type=select] {
  padding: 8px;
  border: 0;
}

form div.form-check span {
  padding-left: 5px;
}

.field__error {
  background: #991355;
  color: #ffffff;
  padding: 10px;
  width: 100%;
}
.field__error:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #991355 transparent;
  position: absolute;
  bottom: 42px;
}

.shadow__container {
  box-shadow: rgba(0, 0, 0, 0.75) 0px 10px 30px -10px;
}

.button, .button__light, .map__route-link, .search__find, .button__secondary, .consultation-hour-finder__filter-button--active, .button__primary, .consultation-hour-finder__filter-button, .tx-go-tab .go_tab_Container .tabs .tab-title a, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset {
  display: block;
  padding: 13px 22px;
  border: 0;
  margin-top: 25px;
}

button[type=submit] {
  height: 50px;
  vertical-align: top;
}

.button__primary, .consultation-hour-finder__filter-button, .tx-go-tab .go_tab_Container .tabs .tab-title a, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset {
  background: #991355;
  color: #ffffff;
  transition: 0.3s;
}
.button__primary:before, .consultation-hour-finder__filter-button:before, .tx-go-tab .go_tab_Container .tabs .tab-title a:before, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray:before, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}
.button__primary:hover, .consultation-hour-finder__filter-button:hover, .tx-go-tab .go_tab_Container .tabs .tab-title a:hover, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray:hover, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset:hover, .button__primary:focus, .consultation-hour-finder__filter-button:focus, .tx-go-tab .go_tab_Container .tabs .tab-title a:focus, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray:focus, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.button__secondary, .consultation-hour-finder__filter-button--active {
  background: #e2007a;
  color: #ffffff;
  transition: 0.3s;
}
.button__secondary:before, .consultation-hour-finder__filter-button--active:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}
.button__secondary:hover, .consultation-hour-finder__filter-button--active:hover, .button__secondary:focus, .consultation-hour-finder__filter-button--active:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.button__light, .map__route-link, .search__find {
  background: #ffffff;
  color: #991355;
  transition: 0.5s;
}
.button__light:before, .map__route-link:before, .search__find:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #991355;
  transition: 0.5s;
}
.button__light:hover, .map__route-link:hover, .search__find:hover, .button__light:focus, .map__route-link:focus, .search__find:focus {
  color: #ffffff;
  background: #e2007a;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
.button__light:hover:before, .map__route-link:hover:before, .search__find:hover:before, .button__light:focus:before, .map__route-link:focus:before, .search__find:focus:before {
  color: #ffffff;
  transition: 0.5s;
}

.teaser__main--light ul {
  list-style: square url("/fileadmin/templates/img/list-square-white.jpg");
}
.teaser__main--light ul li a, .teaser__main--light ul li .teaser__main-link--content-gray, .teaser__main--light ul li .search__result-filter-reset {
  color: #ffffff;
}
.teaser__main--light ul li a:hover, .teaser__main--light ul li .teaser__main-link--content-gray:hover, .teaser__main--light ul li .search__result-filter-reset:hover {
  text-decoration: underline;
}
.teaser__main--light .button__light:hover, .teaser__main--light .map__route-link:hover, .teaser__main--light .search__find:hover, .teaser__main--light .button__light:focus, .teaser__main--light .map__route-link:focus, .teaser__main--light .search__find:focus {
  background: #991355;
  transition: 0.3s;
}
.teaser__main--light .button__light:hover:before, .teaser__main--light .map__route-link:hover:before, .teaser__main--light .search__find:hover:before, .teaser__main--light .button__light:focus:before, .teaser__main--light .map__route-link:focus:before, .teaser__main--light .search__find:focus:before {
  color: #ffffff;
  transition: 0.3s;
}

.button__reset {
  color: #991355;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.button-block {
  display: block;
  width: 100%;
}

.button__scroll-top {
  cursor: pointer;
  display: none;
  line-height: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  background: #991355;
  color: #ffffff;
  padding: 6px 15px 10px 15px;
  transition: 0.3s;
  z-index: 30;
}
.button__scroll-top:hover {
  background: #e2007a;
  color: #ffffff;
  transition: 0.3s;
}

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

.header {
  position: relative;
  z-index: 20;
}

.meta-navigation__link--highlighted-mobile {
  background: #e2007a;
}
.meta-navigation__link--highlighted-mobile a, .meta-navigation__link--highlighted-mobile .teaser__main-link--content-gray, .meta-navigation__link--highlighted-mobile .search__result-filter-reset {
  color: #ffffff;
}
.meta-navigation__link--highlighted-mobile a:hover, .meta-navigation__link--highlighted-mobile .teaser__main-link--content-gray:hover, .meta-navigation__link--highlighted-mobile .search__result-filter-reset:hover {
  color: #ffffff;
}

.meta-navigation__link, .meta-navigation__search-button, .meta-navigation__link--highlighted, .main-navigation__link--highlighted, .footer-navigation__link {
  font-family: daxlight, Arial, sans-serif;
  font-size: 1.6428571429rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.meta-navigation__background, .footer-navigation__background {
  background: #991355;
  display: none;
}

.meta-navigation__content, .footer-navigation__content, .main-navigation__content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  padding: 8px 0 10px 0;
}
.meta-navigation__content:before, .footer-navigation__content:before, .main-navigation__content:before, .meta-navigation__content:after, .footer-navigation__content:after, .main-navigation__content:after {
  content: " ";
  display: table;
}
.meta-navigation__content:after, .footer-navigation__content:after, .main-navigation__content:after {
  clear: both;
}

.meta-navigation__left,
.meta-navigation__right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  padding: 0;
}

.meta-navigation__item--mobile {
  background: #ededed;
  border-bottom: 1px solid #ffffff !important;
}

.main-navigation__divider, .footer__divider {
  border: 0;
  border-top: 1px solid #58585a;
  margin: 0;
  opacity: 0.25;
}

.main-navigation__item, .main-navigation__item--highlighted {
  float: none;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
.main-navigation__item:last-child, .main-navigation__item--highlighted:last-child {
  padding: 10px 0;
  border: 0;
}

.main-navigation__content {
  padding: 0;
  clear: both;
}

.main-navigation__sub-item--only-mobile {
  display: block;
}

.main-navigation__content-items {
  float: none;
}
.main-navigation__content-items:before, .main-navigation__content-items:after {
  content: " ";
  display: table;
}
.main-navigation__content-items:after {
  clear: both;
}

.main-navigation__list {
  padding: 0;
  list-style: none;
}

.main-navigation__logo {
  padding: 15px 0;
}

.main-navigation__logo-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-navigation__service-link {
  display: none;
}

.main-navigation__trigger {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  padding-top: 10px;
  padding-right: 30px;
}

.main-navigation__trigger-link {
  float: right;
}

.main-navigation__items {
  display: none;
  width: 100%;
  clear: both;
}

.main-navigation__trigger-link {
  color: #58585a;
}

.main-navigation__sub-item,
.main-navigation__sub-item-caption--active,
.main-navigation__sub-item-caption--haschild,
.main-navigation__sub-item-caption {
  display: block;
  color: #6e6e71;
}

.main-navigation__sub-item-caption--haschild:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: 5px;
}

.main-navigation__link, .main-navigation__link--active {
  color: #58585a;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  outline: none !important;
}
.main-navigation__link:after, .main-navigation__link--active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: 44px;
  left: 50%;
  display: none;
}
.main-navigation__link:before, .main-navigation__link--active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #d9d9d9 transparent;
  position: absolute;
  top: 42px;
  left: 50%;
  display: none;
}

.main-navigation__link--highlighted {
  display: block;
}
.main-navigation__link--highlighted:hover, .main-navigation__link--highlighted:focus {
  text-decoration: none;
}
.main-navigation__link--highlighted:last-child {
  margin-left: -15px;
  margin-right: -15px;
}

li.homePage {
  width: 100%;
  height: 40px;
  position: relative;
}
li.homePage a, li.homePage .teaser__main-link--content-gray, li.homePage .search__result-filter-reset {
  display: block;
  height: 100%;
}
li.homePage a:before, li.homePage .teaser__main-link--content-gray:before, li.homePage .search__result-filter-reset:before {
  content: "\f015";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #58586a;
  font-size: 28px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 19px;
}
li.homePage:hover a:before, li.homePage:hover .teaser__main-link--content-gray:before, li.homePage:hover .search__result-filter-reset:before {
  color: #991355;
}

.main-navigation__sub-item {
  display: none;
}

.main-navigation__sub-item-list {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.main-navigation__sub-item-list:before, .main-navigation__sub-item-list:after {
  content: " ";
  display: table;
}
.main-navigation__sub-item-list:after {
  clear: both;
}

.main-navigation__sub-item,
.main-navigation__sub-item-list {
  list-style: none;
  padding: 0;
}
.main-navigation__sub-item:last-child,
.main-navigation__sub-item-list:last-child {
  padding: 0;
}

.main-navigation__sub-item-head {
  float: none;
  padding: 15px;
  border-top: 1px solid #ededed;
}

.main-navigation__sub-menu, .main-navigation__sub-menu--flipped {
  min-height: 0;
  position: static;
  box-shadow: none;
  padding-left: 20px;
  display: none;
  padding-top: 15px;
}

.footer-navigation__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.footer-navigation__wrapper {
  position: relative;
}
.footer-navigation__wrapper a, .footer-navigation__wrapper .teaser__main-link--content-gray, .footer-navigation__wrapper .search__result-filter-reset {
  display: block;
  color: #58585a;
  white-space: nowrap;
  text-align: left;
}
.footer-navigation__wrapper ul {
  margin: 0;
}
.footer-navigation__wrapper ul li {
  padding-top: 8px;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.footer-navigation__wrapper ul li:hover > ul {
  display: block;
}
.footer-navigation__wrapper ul.level3Block {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.footer-navigation__wrapper ul.level3Block .l3Block {
  background: #ffffff;
  margin-right: 10px;
}
.footer-navigation__wrapper ul.level3Block .l3Block li {
  padding-left: 0;
  padding: 5px 0px;
}
.footer-navigation__wrapper ul.level3Block .l3Block li a, .footer-navigation__wrapper ul.level3Block .l3Block li .teaser__main-link--content-gray, .footer-navigation__wrapper ul.level3Block .l3Block li .search__result-filter-reset {
  font-size: 1.5857142857rem !important;
  padding-left: 0;
}
.footer-navigation__wrapper ul.level2Block {
  bottom: 45px;
  background: #ffffff;
  min-width: 300px;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  box-shadow: rgba(52, 50, 50, 0.3) 0px -2px 3px 0px;
  display: none;
  position: absolute;
}
.footer-navigation__wrapper ul.level2Block li {
  padding-bottom: 10px;
}
.footer-navigation__wrapper ul.level2Block li a:hover, .footer-navigation__wrapper ul.level2Block li .teaser__main-link--content-gray:hover, .footer-navigation__wrapper ul.level2Block li .search__result-filter-reset:hover {
  color: #e2007a;
}
.footer-navigation__wrapper ul.level1Block li:hover > a:before, .footer-navigation__wrapper ul.level1Block li:hover > .teaser__main-link--content-gray:before, .footer-navigation__wrapper ul.level1Block li:hover > .search__result-filter-reset:before {
  opacity: 1;
}
.footer-navigation__wrapper ul.level1Block > li {
  float: left;
  position: relative;
  padding: 12px 8px 8px 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-navigation__wrapper ul.level1Block > li > a:before, .footer-navigation__wrapper ul.level1Block > li > .teaser__main-link--content-gray:before, .footer-navigation__wrapper ul.level1Block > li > .search__result-filter-reset:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  opacity: 0;
}
.footer-navigation__wrapper ul.level1Block > li > a, .footer-navigation__wrapper ul.level1Block > li > .teaser__main-link--content-gray, .footer-navigation__wrapper ul.level1Block > li > .search__result-filter-reset {
  color: #ffffff;
}
.footer-navigation__wrapper ul.level1Block > li.notHaveSub > a:before, .footer-navigation__wrapper ul.level1Block > li.notHaveSub > .teaser__main-link--content-gray:before, .footer-navigation__wrapper ul.level1Block > li.notHaveSub > .search__result-filter-reset:before {
  display: none;
}

.footer-navigation__background {
  position: relative;
  z-index: 20;
}

.icon__small {
  font-size: 1.1428571429rem;
}

.teaser__summary-about {
  font-family: daxlight, Arial, sans-serif;
  cursor: pointer;
  position: static;
  margin-top: 10px;
}

.teaser__summary-about-box {
  background-color: #ffffff;
  padding: 25px 20px;
  overflow: hidden;
  height: 80px;
}

.teaser__summary-about--shifted {
  margin: 50px 0;
}

.teaser__summary-about-caption {
  font-size: 2.4285714286rem;
  color: #991355;
  display: block;
}

.teaser__summary-about-content {
  color: #58585a;
  padding-bottom: 10px;
}

.teaser__summary-about-link {
  color: #991355;
  display: block;
}
.teaser__summary-about-link:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}
.teaser__summary-about-link:hover {
  color: #991355;
  text-decoration: none;
}

.teaser__summary-about-divider, .teaser__summary-about-divider--hidden {
  opacity: 0.25;
  margin: 1em auto;
  padding: 0;
  border: 0;
  border-top: 1px solid #991355;
  width: 75%;
}

.teaser__summary-about-divider--hidden {
  margin-top: 25px;
}

.tx-go-tab .go_tab_Container .tabs {
  margin-left: -15px;
  margin-right: -15px;
}
.tx-go-tab .go_tab_Container .tabs .tab-title {
  display: table;
}
.tx-go-tab .go_tab_Container .tabs .tab-title a, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset {
  width: 100%;
  margin-top: 0;
  border-bottom: 20px solid #fff;
  display: table-cell !important;
  vertical-align: middle;
}
.tx-go-tab .go_tab_Container .tabs .tab-title.current a, .tx-go-tab .go_tab_Container .tabs .tab-title.current .teaser__main-link--content-gray, .tx-go-tab .go_tab_Container .tabs .tab-title.current .search__result-filter-reset {
  background-color: #e2007a;
}
.tx-go-tab .go_tab_Container .tabs-content {
  clear: both;
}
.tx-go-tab .go_tab_Container .tabs-content .content.current {
  display: block;
}
.tx-go-tab .go_tab_Container .tabs-content .content {
  display: none;
}
.tx-go-tab .go_tab_Container .tabs-content .content .row {
  margin: 0;
}

.mega-tab-menu {
  margin: 0;
  padding: 0;
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.mega-tab-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
.mega-tab-menu li div {
  flex: 1;
  margin-right: 2rem;
}
.mega-tab-menu li div a, .mega-tab-menu li div .teaser__main-link--content-gray, .mega-tab-menu li div .search__result-filter-reset, .mega-tab-menu li div button {
  display: table;
  margin: 0;
  vertical-align: middle;
  background-color: #991355;
  padding: 13px 22px;
  color: #ffffff;
  transition: background 0.3s ease;
  width: 100%;
}
.mega-tab-menu li div a span, .mega-tab-menu li div .teaser__main-link--content-gray span, .mega-tab-menu li div .search__result-filter-reset span, .mega-tab-menu li div button span {
  vertical-align: middle;
  display: table-cell;
}
.mega-tab-menu li div a span:before, .mega-tab-menu li div .teaser__main-link--content-gray span:before, .mega-tab-menu li div .search__result-filter-reset span:before, .mega-tab-menu li div button span:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}
.mega-tab-menu li div a.active, .mega-tab-menu li div .active.teaser__main-link--content-gray, .mega-tab-menu li div .active.search__result-filter-reset, .mega-tab-menu li div a:hover, .mega-tab-menu li div .teaser__main-link--content-gray:hover, .mega-tab-menu li div .search__result-filter-reset:hover, .mega-tab-menu li div button.active, .mega-tab-menu li div button:hover {
  background-color: #e2007a;
}
.mega-tab-menu.bg-grey li a, .mega-tab-menu.bg-grey li .teaser__main-link--content-gray, .mega-tab-menu.bg-grey li .search__result-filter-reset {
  background-color: #58585a;
}
.mega-tab-menu.bg-grey li a.active, .mega-tab-menu.bg-grey li .active.teaser__main-link--content-gray, .mega-tab-menu.bg-grey li .active.search__result-filter-reset, .mega-tab-menu.bg-grey li a:hover, .mega-tab-menu.bg-grey li .teaser__main-link--content-gray:hover, .mega-tab-menu.bg-grey li .search__result-filter-reset:hover {
  background-color: #ededed !important;
  color: #000000;
}

.teaser__main, .teaser__main--gray, .teaser__main--white, .teaser__main--transparent, .teaser__main--light, .teaser__main--dark {
  position: relative;
  min-height: 385px;
  color: #ffffff;
  margin-top: 20px;
  padding: 40px 40px 30px 40px;
}
.teaser__main:before, .teaser__main--gray:before, .teaser__main--white:before, .teaser__main--transparent:before, .teaser__main--light:before, .teaser__main--dark:before, .teaser__main:after, .teaser__main--gray:after, .teaser__main--white:after, .teaser__main--transparent:after, .teaser__main--light:after, .teaser__main--dark:after {
  content: " ";
  display: table;
}
.teaser__main:after, .teaser__main--gray:after, .teaser__main--white:after, .teaser__main--transparent:after, .teaser__main--light:after, .teaser__main--dark:after {
  clear: both;
}

.teaser__main-image-bottom,
.teaser__main-image-top {
  margin: -40px -40px -30px -40px;
}

.teaser__main-image-background {
  width: auto !important;
  margin: -40px;
}

div[class^=teaser__main-text] {
  margin-top: 15px;
}

.teaser__main-caption, .teaser__main-caption--small {
  font-family: daxlight, Arial, sans-serif;
  font-size: 3rem;
  color: #991355;
  line-height: 1.2;
  margin-bottom: 30px;
  display: block;
}

.teaser__main-caption--small {
  margin-bottom: 0px;
}

.teaser__main--margin-top {
  margin-top: 50px !important;
}

.teaser__main--margin-top-half {
  margin-top: 25px !important;
}

.teaser__main-content {
  font-family: daxlight, Arial, sans-serif;
  margin-bottom: 20px;
  display: block;
}

.teaser__main-link, .teaser__main-link--white, .teaser__main-link--gray {
  font-family: daxregular, Arial, sans-serif;
  display: block;
}

.teaser__main-link--white, .teaser__main-link--gray {
  color: #ffffff;
}
.teaser__main-link--white:hover, .teaser__main-link--gray:hover, .teaser__main-link--white:focus, .teaser__main-link--gray:focus {
  color: #ffffff;
  text-decoration: none;
}
.teaser__main-link--white:before, .teaser__main-link--gray:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}

.teaser__main-link--gray {
  color: #58585a;
}
.teaser__main-link--gray:hover, .teaser__main-link--gray:focus {
  color: #58585a;
}
.teaser__main-link--gray:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}

.teaser__main-link--content-gray {
  display: block;
  margin-top: 20px;
}
.teaser__main-link--content-gray:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}

.teaser__main--dark {
  background: #991355;
}
.teaser__main--light {
  background: #e2007a;
}
.teaser__main--transparent {
  background: transparent;
  color: #58585a;
}
.teaser__main--white {
  background: #ffffff;
  color: #991355 !important;
}
.teaser__main--white h2, .teaser__main--white .event__booking-caption, .teaser__main--white .event__workshop-price, .teaser__main--white .footer-content__headline, .teaser__main--white h3 {
  color: #991355 !important;
}
.teaser__main-image-top {
  padding: 0;
}

.teaser__main--gray {
  background: #ededed;
  color: #58585a;
}
.teaser__main--content-gray {
  background: #ededed;
  color: #58585a;
  margin-top: 30px;
}
.teaser__main--content-gray .teaser__image-content--top {
  min-height: 200px;
}

.teaser__main--content-light {
  background: #e2007a;
  color: #ffffff;
}
.teaser__main--content-light .teaser__image-content--top {
  min-height: 200px;
}

.teaser__main--content-dark {
  background: #991355;
  color: #ffffff;
}
.teaser__main--content-dark .teaser__image-content--top {
  min-height: 200px;
}

@media (min-width: 992px) {
  .teaser__multi-col-wrapper .teaser__main--job {
    min-height: 450px !important;
    height: 450px !important;
  }
}

.teaser__main--job {
  min-height: 275px !important;
}
.teaser__main--job:before {
  border-color: transparent transparent transparent #ededed;
}
.teaser__main--job .footer-content__headline {
  margin-top: 0;
}

.teaser__main-text, .teaser__main-text--light, .teaser__main-text--content-dark, .teaser__main-text--content-light, .teaser__main-text--content-gray, .teaser__main-text--top, .teaser__main-text--transparent, .teaser__main-text--white, .teaser__main-text--gray, .teaser__main-text--dark, .teaser__main-text--small {
  float: left;
  width: 50%;
  padding: 40px 40px 30px 40px;
}

.teaser__main-text--small {
  padding: 30px 40px 30px 40px;
}

.teaser__main-text--light, .teaser__main-text--content-dark, .teaser__main-text--content-light, .teaser__main-text--content-gray, .teaser__main-text--top, .teaser__main-text--transparent, .teaser__main-text--white, .teaser__main-text--gray, .teaser__main-text--dark {
  width: 100%;
}

div[class^=teaser__main] + div[class^=teaser__main] {
  margin-top: 30px;
}

.teaser__main-image-right .teaser__image, .teaser__main-image-right .teaser__image-top {
  right: 0;
}

.teaser__main-image-left .teaser__main-text, .teaser__main-image-left .teaser__main-text--small, .teaser__main-image-left .teaser__main-text--light, .teaser__main-image-left .teaser__main-text--dark, .teaser__main-image-left .teaser__main-text--gray, .teaser__main-image-left .teaser__main-text--white, .teaser__main-image-left .teaser__main-text--transparent, .teaser__main-image-left .teaser__main-text--top, .teaser__main-image-left .teaser__main-text--content-gray, .teaser__main-image-left .teaser__main-text--content-light, .teaser__main-image-left .teaser__main-text--content-dark {
  margin-left: 50%;
}

.teaser__main-image-top .teaser__image-top,
.teaser__main-image-top .teaser__image-bottom,
.teaser__main-image-bottom .teaser__image-top,
.teaser__main-image-bottom .teaser__image-bottom,
.teaser__main-image-background .teaser__image-top,
.teaser__main-image-background .teaser__image-bottom {
  position: static;
  height: 200px;
}
.teaser__main-image-top .teaser__main-text, .teaser__main-image-top .teaser__main-text--small, .teaser__main-image-top .teaser__main-text--light, .teaser__main-image-top .teaser__main-text--dark, .teaser__main-image-top .teaser__main-text--gray, .teaser__main-image-top .teaser__main-text--white, .teaser__main-image-top .teaser__main-text--transparent, .teaser__main-image-top .teaser__main-text--top, .teaser__main-image-top .teaser__main-text--content-gray, .teaser__main-image-top .teaser__main-text--content-light, .teaser__main-image-top .teaser__main-text--content-dark,
.teaser__main-image-bottom .teaser__main-text,
.teaser__main-image-bottom .teaser__main-text--small,
.teaser__main-image-bottom .teaser__main-text--light,
.teaser__main-image-bottom .teaser__main-text--dark,
.teaser__main-image-bottom .teaser__main-text--gray,
.teaser__main-image-bottom .teaser__main-text--white,
.teaser__main-image-bottom .teaser__main-text--transparent,
.teaser__main-image-bottom .teaser__main-text--top,
.teaser__main-image-bottom .teaser__main-text--content-gray,
.teaser__main-image-bottom .teaser__main-text--content-light,
.teaser__main-image-bottom .teaser__main-text--content-dark,
.teaser__main-image-background .teaser__main-text,
.teaser__main-image-background .teaser__main-text--small,
.teaser__main-image-background .teaser__main-text--light,
.teaser__main-image-background .teaser__main-text--dark,
.teaser__main-image-background .teaser__main-text--gray,
.teaser__main-image-background .teaser__main-text--white,
.teaser__main-image-background .teaser__main-text--transparent,
.teaser__main-image-background .teaser__main-text--top,
.teaser__main-image-background .teaser__main-text--content-gray,
.teaser__main-image-background .teaser__main-text--content-light,
.teaser__main-image-background .teaser__main-text--content-dark {
  width: 100%;
  float: none;
}

.teaser__image, .teaser__image-top {
  position: absolute;
  width: 50%;
  height: 100%;
  padding: 0;
}
.teaser__image-top {
  width: 100%;
  height: 50%;
}

.teaser__image-content, .teaser__image-content--bottom, .teaser__image-content--top, .teaser__image-content--right, .teaser__main-image-background, .teaser__image > img,
.teaser__image .csc-textpic > img, .teaser__image-top > img,
.teaser__image-top .csc-textpic > img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.teaser__image-content--top {
  background-position: center top;
}

.teaser__multi-col-wrapper {
  padding-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
}
.teaser__multi-col-wrapper .bodytext {
  margin-top: 0;
}
.teaser__multi-col-wrapper .headline__main--bordered, .teaser__multi-col-wrapper .headline__main, .teaser__multi-col-wrapper .csc-firstHeader, .teaser__multi-col-wrapper h1, .teaser__multi-col-wrapper h2, .teaser__multi-col-wrapper .event__booking-caption, .teaser__multi-col-wrapper .event__workshop-price, .teaser__multi-col-wrapper .footer-content__headline, .teaser__multi-col-wrapper h3 {
  margin-top: 0;
}
.teaser__multi-col-wrapper .grid__md-6:nth-child(2) {
  margin-top: 20px;
}
.teaser__multi-col-wrapper:before, .teaser__multi-col-wrapper:after {
  content: " ";
  display: table;
}
.teaser__multi-col-wrapper:after {
  clear: both;
}

.teaser__main-square, .teaser__main--square-white, .teaser__main--square-gray, .teaser__main--square-light, .teaser__main--square-dark {
  padding: 40px;
  text-align: center;
  position: relative;
}
.teaser__main-square:nth-child(even), .teaser__main--square-white:nth-child(even), .teaser__main--square-gray:nth-child(even), .teaser__main--square-light:nth-child(even), .teaser__main--square-dark:nth-child(even) {
  margin-top: 30px;
}
.teaser__main-square a, .teaser__main--square-white a, .teaser__main--square-gray a, .teaser__main--square-light a, .teaser__main--square-dark a, .teaser__main-square .search__result-filter-reset, .teaser__main--square-white .search__result-filter-reset, .teaser__main--square-gray .search__result-filter-reset, .teaser__main--square-light .search__result-filter-reset, .teaser__main--square-dark .search__result-filter-reset, .teaser__main-square .teaser__main-link--content-gray, .teaser__main--square-white .teaser__main-link--content-gray, .teaser__main--square-gray .teaser__main-link--content-gray, .teaser__main--square-light .teaser__main-link--content-gray, .teaser__main--square-dark .teaser__main-link--content-gray {
  color: #ffffff;
}

.teaser__main--square-dark {
  background: #991355;
  transition: 0.3s;
}
.teaser__main--square-dark h1, .teaser__main--square-dark h2, .teaser__main--square-dark .event__booking-caption, .teaser__main--square-dark .event__workshop-price, .teaser__main--square-dark .footer-content__headline, .teaser__main--square-dark h3 {
  color: #ffffff;
}

.teaser__main--square-light {
  background: #e2007a;
}

.teaser__main--square-gray {
  background: #58585a;
}

.teaser__main--square-white {
  color: #991355;
}
.teaser__main--square-white h2, .teaser__main--square-white .event__booking-caption, .teaser__main--square-white .event__workshop-price, .teaser__main--square-white .footer-content__headline, .teaser__main--square-white h3 {
  color: #991355 !important;
}
.teaser__main--square-white a, .teaser__main--square-white .search__result-filter-reset, .teaser__main--square-white .teaser__main-link--content-gray {
  color: #991355;
}

.teaser__overview-item {
  margin-top: 30px;
}

.teaser__overview-caption {
  font-family: daxlight, Arial, sans-serif;
  display: block;
  color: #ffffff;
}

.teaser__overview-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  position: relative;
}
.teaser__overview-image:hover .teaser__overview-caption-background {
  background-color: #e2007a;
}

.teaser__overview-caption-background {
  background-color: #991355;
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 100px;
  transition: 0.3s;
  padding: 20px 35px;
}
.teaser__overview-caption-background:hover {
  background-color: #e2007a;
  transition: 0.3s;
}

.background, .background__berry, .background__dark, .background__light, .background__abstract-dark, .background__abstract {
  background-size: cover;
  min-height: 330px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.background__image-fullsize {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 120px;
}

.background__abstract {
  background: url("/fileadmin/templates/img/abstract-bg.jpg");
}

.background__abstract-dark {
  background: url("/fileadmin/templates/img/abstract-dark-bg.jpg");
}

.background__light {
  background: #ededed;
}

.background__dark {
  background: #8a8a8a;
}

.background__berry {
  background: #991355;
}

.headline__main, .headline__main--bordered {
  font-family: daxregular, Arial, sans-serif;
  font-size: 3.8571428571rem;
  color: #991355;
}

.headline__main-sub {
  font-family: daxlight, Arial, sans-serif;
  font-size: 3rem;
  color: #991355;
  margin-bottom: 110px;
}

.headline__main--bordered {
  display: inline-block;
  border-bottom: 2px solid #991355;
}

.news__item {
  margin-top: 30px;
}

.news__item-list {
  margin-top: 30px;
}
.news__item-list:first-child {
  margin-top: 0;
}

.news__teaser {
  margin-bottom: 100px;
}

.news__teaser-date, .slider__top-news-date {
  font-family: daxregular, Arial, sans-serif;
  color: #58585a;
  margin-bottom: 0px;
  display: block;
}

.news__teaser-caption, .slider__top-news-title {
  font-family: daxlight, Arial, sans-serif;
  font-size: 2.3571428571rem;
  color: #991355;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}

.news__teaser-content, .slider__top-news-text {
  color: #58585a;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.news__teaser-link, .slider__top-news-more-link {
  color: #991355;
  display: block;
}
.news__teaser-link:hover, .slider__top-news-more-link:hover, .news__teaser-link:focus, .slider__top-news-more-link:focus {
  color: #991355;
  text-decoration: underline;
}
.news__teaser-link:before, .slider__top-news-more-link:before {
  font-family: FontAwesome;
  content: "\f105";
}

.news__list-category, .slider__top-news-label {
  font-family: daxlight, Arial, sans-serif;
  text-transform: uppercase;
}

.news__image {
  margin-top: 20px;
}

.news__meta-data {
  margin-top: 5px;
  margin-bottom: 15px;
}

.news__headline {
  margin-top: 5px;
}

.news__subline {
  margin: 0;
  font-size: 26px;
  color: #58585a;
}

.news__detail-box {
  margin-top: 50px;
}

.news__additional-information {
  margin-top: 20px;
}

.news__box--contained {
  background: #ededed;
  padding: 25px;
  margin-top: 20px;
}
.news__box--contained h2, .news__box--contained .event__booking-caption, .news__box--contained .event__workshop-price, .news__box--contained .footer-content__headline {
  margin: 0;
}

.calculator__box, .event__booking-box {
  background: #ededed;
  padding: 30px;
  margin-top: 50px;
}
.calculator__box:before, .event__booking-box:before, .calculator__box:after, .event__booking-box:after {
  content: " ";
  display: table;
}
.calculator__box:after, .event__booking-box:after {
  clear: both;
}
.calculator__box .calculator__box, .event__booking-box .calculator__box, .calculator__box .event__booking-box, .event__booking-box .event__booking-box {
  padding: 0;
  margin-top: 0;
}

.calculator--transparent {
  background-color: transparent;
  text-align: center;
}

.calculator--bold {
  font-family: daxbold, Arial, sans-serif;
}

.calculator__multiply {
  position: absolute;
  left: -5px;
  top: 5px;
}

.calculator__equals {
  position: absolute;
  right: -5px;
  top: 5px;
}

.calculator__header {
  margin-top: 0;
}

.calculator__headline {
  color: #991355;
  display: block;
}

.calculator__select {
  max-width: 100%;
  padding: 8px;
  border: 0;
  width: 100%;
}

.calculator__label, .event__booking-label {
  color: #991355;
  padding: 0 0 10px 0;
}

.calculator__input, .event__booking-input, .event__booking-textarea, .calculator__input-disabled {
  padding: 6px 8px;
  border: 0;
  width: 100%;
}

.calculator__input-container {
  padding-right: 0;
}

.calculator__input-hint {
  margin-top: 10px;
  display: block;
}

.calculator__input--width-auto {
  width: auto !important;
}

.calculator__radio, .event__booking-radio {
  opacity: 0;
  position: absolute;
}

.calculator__radio:focus + .calculator__radio-label, .calculator__radio:focus + .event__booking-radio-label, .event__booking-radio:focus + .calculator__radio-label, .event__booking-radio:focus + .event__booking-radio-label {
  outline: 2px solid rgba(153, 19, 85, 0.5);
}

.calculator__radio-label, .event__booking-radio-label {
  font-family: daxlight, Arial, sans-serif;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}
.calculator__radio-label:before, .event__booking-radio-label:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: #ffffff;
  border-radius: 8px;
}

.calculator__radio:checked + .calculator__radio-label, .calculator__radio:checked + .event__booking-radio-label, .event__booking-radio:checked + .calculator__radio-label, .event__booking-radio:checked + .event__booking-radio-label {
  color: #991355;
}

.calculator__radio:checked + .calculator__radio-label:before, .calculator__radio:checked + .event__booking-radio-label:before, .event__booking-radio:checked + .calculator__radio-label:before, .event__booking-radio:checked + .event__booking-radio-label:before {
  font-family: FontAwesome;
  color: #58585a;
  content: "\f111";
  text-align: center;
  line-height: 18px;
  font-size: 6px;
}

.calculator__input-disabled {
  border: 1px solid #d9d9d9;
}

.calculator__element, .event__booking-element {
  padding-top: 15px;
}
.calculator__element:before, .event__booking-element:before, .calculator__element:after, .event__booking-element:after {
  content: " ";
  display: table;
}
.calculator__element:after, .event__booking-element:after {
  clear: both;
}
.calculator__element:first-of-type, .event__booking-element:first-of-type {
  padding: 0;
}

.calculator__element-input {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

.calculator__element-info {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

.calculator__unit {
  color: #991355;
  line-height: 3.7142857143rem;
  position: absolute;
  right: 30px;
  background: none !important;
  width: auto !important;
  border: 0 !important;
  padding: 0 !important;
  text-align: right;
}

.calculator__button {
  background: #e2007a;
  color: #ffffff;
  border: 0;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.calculator__button:hover {
  color: #ffffff;
  text-decoration: none;
}
.calculator__button:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.4285714286rem;
  padding-right: 10px;
  padding-left: 5px;
}

.calculator__reset {
  color: #991355;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 15px;
}

.calculator__description {
  display: none;
}

.calculator__description-show {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  margin-top: 15px;
}
.calculator__description-show:hover, .calculator__description-show:focus {
  color: inherit;
}
.calculator__description-show:before {
  font-family: FontAwesome;
  content: "\f105   ";
}

.calculator__overview-link {
  display: none;
  margin-bottom: 15px;
}

.calculator__overview-link--mobile {
  display: block;
  margin-bottom: 25px;
}

.calculator__result {
  display: none;
  font-size: 2.4285714286rem;
  font-family: daxlight, Arial, sans-serif;
  background: #991355;
  padding: 30px;
  color: #ffffff;
}

.calculator__description h3:first-child {
  margin-top: 5px;
}

.calculator__result-sum {
  font-size: 3rem;
  font-family: daxbold, Arial, sans-serif;
}

.calculator__result-info {
  font-weight: 700;
}

.calculator__overview {
  margin-top: 50px;
}

.calculator__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.calculator__list-item {
  margin: 0;
  padding: 0;
}

.calculator__list-link {
  color: #e2007a;
}
.calculator__list-link:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}
.calculator__list-link:hover, .calculator__list-link:focus {
  color: #991355;
  text-decoration: none;
}

.slider__head-caption-content {
  background: white;
  position: static;
  width: 100%;
  text-align: center;
}
.slider__head-caption-content:nth-child(2) {
  width: 100%;
}
.slider__head-caption-content:nth-child(3) {
  width: 100%;
}

.slider__head-caption-content--top-news {
  display: none;
}

.slider__head-caption-text, .slider__head-subcaption-text {
  font-family: daxlight, Arial, sans-serif;
  font-size: 2.6428571429rem;
  text-shadow: none;
  color: #991355;
  display: block;
}

.slider__head-subcaption-text {
  font-size: 1.7857142857rem;
  text-align: right;
}

.slider__bodytext-caption-content {
  background: rgba(255, 255, 255, 0.65);
  padding: 10px 50px;
  max-width: 100%;
}

.slider__bodytext-caption-text {
  text-align: right;
}
.slider__bodytext-caption-text * {
  font-size: 1.4285714286rem;
}

.slider__top-news {
  max-width: 400px;
  text-align: left;
  pointer-events: auto;
}

.footer-navigation__background {
  margin-top: 50px;
  display: block;
}

.footer-navigation__content {
  padding-bottom: 6px;
}

.footer-navigation__link {
  display: block;
  text-align: center;
}
.footer-navigation__link:hover, .footer-navigation__link:focus {
  color: #ededed;
}

.footer-navigation__logo {
  margin: 15px auto 0;
  display: block;
}

div[class*=background__]:not(.background__transparent) + footer .footer-navigation__background {
  margin-top: 0;
}

.footer-content__background, .footer-content__background--shifted {
  background: #ededed;
}

.footer-content__background--shifted {
  padding-top: 20px;
}

.footer-content__logo {
  padding: 35px 0 65px 0;
}

.footer-content__headline {
  display: block;
}

.footer-content__text, .footer-content__text--highlighted {
  font-family: daxlight, Arial, sans-serif;
  color: #58585a;
}

.footer-content__text--highlighted {
  font-family: daxregular, Arial, sans-serif;
  margin: 0;
}

.footer__divider {
  margin-top: 40px;
}

.footer-content__impressum {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.footer-content__impressum:before, .footer-content__impressum:after {
  content: " ";
  display: table;
}
.footer-content__impressum:after {
  clear: both;
}

.footer-subnavigation {
  padding: 40px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.footer-subnavigation:before, .footer-subnavigation:after {
  content: " ";
  display: table;
}
.footer-subnavigation:after {
  clear: both;
}

.footer-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.footer-container:before, .footer-container:after {
  content: " ";
  display: table;
}
.footer-container:after {
  clear: both;
}

.footer-subnavigation__right {
  margin-top: 20px;
  text-align: center;
}

.footer-subnavigation__content {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 22px;
}

.footer-subnavigation__item {
  font-size: 1.4285714286rem;
  display: block;
  margin: 0;
  text-align: center;
  padding: 0;
}

.footer-subnavigation__language {
  border: 0;
  background: none;
  font-weight: 600;
}

.footer-subnavigation__item--padding {
  padding: 10px 0;
}

.footer-subnavigation__link {
  color: #58585a;
  padding: 10px;
  display: block;
}
.footer-subnavigation__link:hover {
  color: #58585a;
  text-decoration: underline;
}

.footer-copyright {
  font-size: 1.3rem;
  padding-left: 10px;
  padding-top: 5px;
  text-align: center;
}

.contact__box {
  background: #991355;
  margin-top: 50px;
  min-height: 180px;
  position: relative;
}

.contact__image--vertical {
  width: 100%;
}

.contact__image-content, .contact__image-content--vertical {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 240px;
  background-position: center top;
  height: 100%;
}

.contact__image-content--vertical {
  background-position: right top;
  min-height: 390px;
}

.contact__content, .contact__content--text {
  font-family: daxlight, Arial, sans-serif;
  font-size: 1.3571428571rem;
  float: left;
  padding: 25px;
  color: #ffffff;
  min-height: 220px;
  position: relative;
}

.contact__content--vertical {
  font-family: daxlight, Arial, sans-serif;
  font-size: 1.6428571429rem;
  padding: 25px;
  color: #ffffff;
  position: relative;
}

.contact__content--text {
  padding: 25px;
  width: 100%;
}

.contact__name {
  font-size: 2.8571428571rem;
  display: block;
}

.contact__subject {
  display: block;
}

.contact__data {
  display: block;
}

.contact__link, .contact__link-email {
  margin-top: 10px;
  display: block;
  color: #ffffff;
}
.contact__link:hover, .contact__link-email:hover, .contact__link:focus, .contact__link-email:focus {
  color: #ffffff;
  text-decoration: underline;
}

.contact__vitae-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #e2007a transparent;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.contact__vitae-button-caption {
  font-family: daxlight, Arial, sans-serif;
  font-size: 3.7142857143rem;
  position: absolute;
  left: -23px;
  top: 11px;
}

.contact__vitae {
  display: none;
  padding: 0px 35px 25px 35px;
  background: #ededed;
  position: relative;
  border: 1px solid #d8d8d9;
}

.contact__list-row {
  background: #991355;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.contact__list-item-title, .contact__list-item-email, .contact__list-item-phone, .contact__list-item-fax {
  padding: 10px;
}

.contact__list-item-title {
  font-size: 2.2857142857rem;
}

.contact__list-item-email {
  font-weight: 600;
}

.contact__list-item-link {
  color: #ffffff;
}
.contact__list-item-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.accordion__box--dark, .accordion__box--light {
  background: #991355;
  color: #ffffff;
  padding: 30px;
  margin: 15px 0;
}

.accordion__box--light {
  background: #ededed;
  color: #58585a;
}

.accordion__content-element--dark, .accordion__content-element--light {
  background: #ffffff;
  padding: 30px;
  color: #58585a;
}

.accordion__title {
  border-top: solid 1px #991355;
  border-bottom: solid 1px #991355;
  color: #991355;
  cursor: pointer;
  display: block;
  font-size: 2.2857142857rem;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 15px 20px 20px;
}
@media (min-width: 992px) {
  .accordion__title {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
.accordion__title ~ .accordion__title {
  border-top: none;
  padding-top: 0;
}
.accordion__title:before {
  color: #e2007a;
  content: url('../../../typo3conf/ext/trio_basis/Resources/Public/Icons/accordion.svg');
  float: right;
  font-family: FontAwesome;
  transform: matrix(0, -1, 1, 0, 0, 0);
  transition-duration: 100ms;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.accordion__title.active:before {
  transform: matrix(0, 1, 1, 0, 0, 0);
  transition-duration: 100ms;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.accordion__content {
  border-bottom: solid 1px #991355;
  display: none;
  margin-top: 0;
  padding: 10px 20px 30px 20px;
}
@media (min-width: 992px) {
  .accordion__content {
    padding: 10px 30px 40px 30px;
  }
}
.accordion__title + h2, .accordion__title + .event__booking-caption, .accordion__title + .event__workshop-price, .accordion__title + .footer-content__headline, .accordion__content + h2, .accordion__content + .event__booking-caption, .accordion__content + .event__workshop-price, .accordion__content + .footer-content__headline, .accordion__title + h3, .accordion__content + h3, .accordion__title + p:not(.accordion__content), .accordion__content + p:not(.accordion__title) {
  padding-top: 25px;
}

h2 + .accordion__title, .event__booking-caption + .accordion__title, .event__workshop-price + .accordion__title, .footer-content__headline + .accordion__title,
h3 + .accordion__title,
p:not(.accordion__content) + .accordion__title {
  border-top: solid 1px #991355;
  border-bottom: solid 1px #991355;
  color: #991355;
  cursor: pointer;
  display: block;
  font-size: 2.2857142857rem;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 15px 20px 20px;
}
@media (min-width: 992px) {
  h2 + .accordion__title, .event__booking-caption + .accordion__title, .event__workshop-price + .accordion__title, .footer-content__headline + .accordion__title,
  h3 + .accordion__title,
  p:not(.accordion__content) + .accordion__title {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

.download__item {
  margin-top: 30px;
  min-height: 500px;
}

.download__item--no-minheight {
  min-height: 0;
}

.download__image {
  border: 1px solid #ededed;
}

.download__link {
  color: #58585a;
}
.download__link:hover {
  color: #991355;
  text-decoration: none;
}

.download__title {
  margin-top: 10px;
}

.download__properties {
  text-transform: uppercase;
}

.download__box *:focus {
  outline: 0;
}

.slick-next, .slick-prev {
  right: -50px;
  height: 80px;
  width: 30px;
  margin-top: -50px;
}
.slick-next:hover:before, .slick-prev:hover:before {
  color: #e2007a;
  transition: 0.3s;
}
.slick-next:before, .slick-prev:before {
  font-family: FontAwesome;
  font-size: 8.5714285714rem;
  content: "\f105";
  color: #991355;
  opacity: 1;
  transition: 0.3s;
}

.slick-prev {
  left: -50px;
  right: auto;
}
.slick-prev:before {
  content: "\f104";
}

.map__box {
  position: relative;
}

.map__content {
  width: 100%;
  height: 400px;
}

.map__adress-list {
  background: #991355;
  color: #ffffff;
  padding: 20px;
  margin-top: 30px;
}

.map__links a, .map__links .search__result-filter-reset, .map__links .teaser__main-link--content-gray {
  color: #ffffff;
}

.map__route-link {
  display: block;
  white-space: nowrap;
}
.map__route-link:hover, .map__route-link:focus {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.map__route-link:hover:before, .map__route-link:focus:before {
  color: #ffffff;
  transition: 0.3s;
}

.consultation-hour-finder__box,
.laboratory-finder__box {
  margin-top: 50px;
}

.consultation-hour-finder__marker,
.laboratory-finder__marker {
  position: absolute;
  cursor: pointer;
}

.consultation-hour-finder__marker--active,
.laboratory-finder__marker--active {
  background: #991355;
  border: none;
}

.consultation-hour-finder__label,
.laboratory-finder__label {
  background: #991355;
  color: #fff;
  display: block;
  padding: 8px;
  position: relative;
  margin-top: -68px;
  margin-left: -35px;
  text-align: center;
  min-width: 90px;
}
.consultation-hour-finder__label:after,
.laboratory-finder__label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #991356 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 35px;
}

.consultation-hour-finder__pointer,
.laboratory-finder__pointer {
  background: transparent;
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
}

.consultation-hour-finder__scroller,
.laboratory-finder__scroller {
  position: relative;
}

.consultation-hour-finder__scroll,
.laboratory-finder__scroll,
.consultation-hour-finder__scroll---up,
.laboratory-finder__scroll---up,
.consultation-hour-finder__scroll---down,
.laboratory-finder__scroll---down {
  color: #991355;
  font-size: 3.7142857143rem;
  cursor: pointer;
  display: block;
  text-align: center;
}
.consultation-hour-finder__scroll:hover, .consultation-hour-finder__scroll:focus,
.laboratory-finder__scroll:hover,
.consultation-hour-finder__scroll---up:hover,
.laboratory-finder__scroll---up:hover,
.consultation-hour-finder__scroll---down:hover,
.laboratory-finder__scroll---down:hover,
.laboratory-finder__scroll:focus,
.consultation-hour-finder__scroll---up:focus,
.laboratory-finder__scroll---up:focus,
.consultation-hour-finder__scroll---down:focus,
.laboratory-finder__scroll---down:focus {
  color: #991355;
  text-decoration: none;
}

.consultation-hour-finder__scroll---down,
.laboratory-finder__scroll---down {
  border-top: 1px solid #d9d9d9;
}

.consultation-hour-finder__scroll---up,
.laboratory-finder__scroll---up {
  margin: -62px 0 10px 0;
  border-bottom: 1px solid #ededed;
}

.consultation-hour-finder__scroll---disabled,
.laboratory-finder__scroll---disabled {
  pointer-events: none;
  color: #bebec0;
}
.consultation-hour-finder__scroll---disabled:hover, .consultation-hour-finder__scroll---disabled:focus,
.laboratory-finder__scroll---disabled:hover,
.laboratory-finder__scroll---disabled:focus {
  color: #bebec0;
}

.consultation-hour-finder__location-list,
.laboratory-finder__location-list {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.consultation-hour-finder__location-list-item,
.laboratory-finder__location-list-item {
  overflow-x: auto;
}

.consultation-hour-finder__location-list-item,
.laboratory-finder__location-list-item {
  height: 480px;
}

.consultation-hour-finder__location-list-item--hidden {
  display: none;
}

.consultation-hour-finder__location-map {
  margin-top: 20px;
  height: 492px !important;
  display: none;
}

.consultation-hour-finder__location-image,
.laboratory-finder__location-image {
  margin: 0 auto;
}

.consultation-hour-finder__location-slider,
.laboratory-finder__location-slider {
  height: 480px;
  margin-top: 30px;
  margin-bottom: 70px;
}

.laboratory-finder__location-map {
  display: none;
}

.consultation-hour-finder__location-content,
.laboratory-finder__location-content {
  font-family: daxlight, Arial, sans-serif;
  color: #58585a;
}

.consultation-hour-finder__location-link,
.laboratory-finder__location-link {
  color: #e2007a;
}
.consultation-hour-finder__location-link:hover, .consultation-hour-finder__location-link:focus,
.laboratory-finder__location-link:hover,
.laboratory-finder__location-link:focus {
  color: #e2007a;
  text-decoration: underline;
}

.consultation-hour-finder__location-title,
.laboratory-finder__location-title {
  color: #e2007a;
  font-family: daxlight, Arial, sans-serif;
  font-size: 2.5714285714rem;
  display: block;
  margin-top: 0px;
  padding-top: 20px;
}

.consultation-hour-finder__location-position,
.laboratory-finder__location-position {
  margin-top: 15px;
}

.consultation-hour-finder__location-position-item,
.laboratory-finder__location-position-item {
  display: block;
}

.consultation-hour-finder__location-position,
.consultation-hour-finder__location-person-list {
  font-family: daxlight, Arial, sans-serif;
  margin-top: 0;
  float: left;
}

.consultation-hour-finder__location-wrapper {
  margin-top: 15px;
}
.consultation-hour-finder__location-wrapper:before {
  font-family: FontAwesome;
  content: "\f041";
  float: left;
  margin-right: 8px;
  margin-left: 1px;
}

.consultation-hour-finder__location-phone:before {
  font-family: FontAwesome;
  content: "\f095";
  float: left;
  margin-right: 8px;
  margin-left: 1px;
}

.consultation-hour-finder__location-website:before {
  font-family: FontAwesome;
  content: "\f10a";
  float: left;
  margin-right: 8px;
  margin-left: 1px;
}

.consultation-hour-finder__location-person-wrapper {
  margin-top: 15px;
}
.consultation-hour-finder__location-person-wrapper:before {
  font-family: FontAwesome;
  content: "\f007";
  float: left;
  margin-right: 8px;
  margin-left: 1px;
}

.consultation-hour-finder__location-person {
  display: block;
}

.consultation-hour-finder__location-person-list {
  margin-bottom: 0;
}

.consultation-hour-finder__filter-box {
  text-align: center;
}

.consultation-hour-finder__filter-button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.event__teaser {
  margin-top: 25px;
  min-height: 520px;
}

.event__teaser--clear {
  margin-top: 25px;
  min-height: 520px;
}

.event__teaser--small {
  min-height: 350px;
}

.event__teaser-summary {
  transition: 0.3s;
  background: #991355;
  color: #ffffff;
}

.event__teaser-caption, .event__teaser-past-caption {
  text-transform: uppercase;
  padding: 15px 35px 15px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: table;
  line-height: 1.2;
  height: 73px;
  width: 100%;
  transition: 0.3s;
}

.event__teaser-seperator {
  display: none;
}

.event__teaser-parent-title, .event__teaser-seperator, .event__teaser-category-title {
  display: block;
}

.event__teaser-category-title {
  white-space: normal;
  word-break: break-all;
}

.event__teaser-information, .event__teaser-information--spacer {
  min-height: 190px;
}

.event__teaser-information--spacer {
  min-height: 0;
  padding: 30px;
}

.event__teaser-date-information {
  margin-left: -15px;
  margin-right: -15px;
}
.event__teaser-date-information:before, .event__teaser-date-information:after {
  content: " ";
  display: table;
}
.event__teaser-date-information:after {
  clear: both;
}

.event__teaser-content, .event__teaser-content--dynamic {
  background: #ededed;
  color: #58585a;
  padding: 25px 30px 25px 30px;
  min-height: 250px;
  position: relative;
}

.event__teaser-content--dynamic {
  min-height: 0;
}

.event__teaser-date {
  position: relative;
}
.event__teaser-date:after {
  content: "";
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  right: 3px;
  top: 15px;
  height: 70px;
  transition: 0.3s;
}

.event__teaser-date--single {
  padding-left: 25px;
}

.event__teaser-date-day {
  font-family: daxbold, Arial, sans-serif;
  font-size: 2.5714285714rem;
  position: absolute;
}

.event__teaser-date-day--start {
  top: 15px;
  left: 50px;
}

.event__teaser-date-day--end {
  top: 15px;
}

.event__teaser-date--to:after {
  content: "-";
  font-size: 35px;
  position: absolute;
  top: -40px;
  right: -15px;
  opacity: 0.75;
}

.event__teaser-date-month {
  font-family: daxlight, Arial, sans-serif;
  text-transform: uppercase;
  margin-left: 5px;
  position: absolute;
  top: 50px;
}

.event__teaser-date-month--start {
  left: 47px;
}

.event__teaser-date-month--end {
  left: 13px;
}

.event__teaser-date-day--single {
  top: 10px;
  left: 35px;
}

.event__teaser-date-month--single {
  left: 30px;
}

.event__teaser-date-begin, .event__teaser-date-end {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2.5714285714rem;
  text-align: center;
}

.event__teaser-date-begin-date, .event__teaser-date-begin-date--left {
  display: block;
  text-transform: uppercase;
  text-align: right;
}

.event__teaser-date-begin-date--left {
  text-align: left;
}

.event__teaser-date-begin-time, .event__teaser-date-begin-time--left {
  font-family: daxlight, Arial, sans-serif;
  display: block;
  text-align: right;
}

.event__teaser-date-begin-time--left {
  text-align: left;
}

.event__teaser-date-to {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: daxlight, Arial, sans-serif;
}

.event__teaser-date-connector {
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  margin: 40px auto 0 auto;
}

.event__teaser-summary-text {
  padding: 20px 10px 20px 0;
}
.event__teaser-summary-text:before {
  font-family: FontAwesome;
  content: "\f105";
}

.event__teaser-data {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.event__teaser-location, .event__teaser-period {
  color: #58585a;
  text-transform: uppercase;
  display: block;
  float: left;
}
.event__teaser-location:before, .event__teaser-period:before {
  font-family: FontAwesome;
  color: #991355;
  content: "\f041";
  margin-right: 5px;
}

.event__teaser-period {
  float: right;
  margin: 0;
}
.event__teaser-period:before {
  display: none;
}

.event__teaser-divider {
  margin: 0 15px;
  border-right: 1px solid rgba(88, 88, 90, 0.25);
}

.event__teaser-summary-text-caption {
  font-family: daxbold, Arial, sans-serif;
}

.event__teaser-download-schedule {
  color: #991355;
}
.event__teaser-download-schedule:hover {
  color: #991355;
  text-decoration: none;
}
.event__teaser-download-schedule:before {
  font-family: FontAwesome;
  content: "\f073";
  color: #991355;
  margin-right: 5px;
}

.event__teaser-past {
  background: #ededed;
  margin-top: 25px;
}

.event__teaser-past-caption {
  border-bottom: 1px solid #ffffff;
  color: #991355;
  padding: 0 35px;
  line-height: 73px;
}

.event__teaser-past-list {
  list-style: none;
  padding: 15px 40px;
}

.event__teaser-past-list-item {
  padding: 0 0 10px 0;
  color: #991355;
}
.event__teaser-past-list-item:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #991355;
}

.event__teaser-past-list-item-link {
  color: #991355;
}

.event__overview-box {
  margin-top: 50px;
}

.event__workshop {
  margin-top: 30px;
  width: 100%;
}

.event__select-day {
  width: 100%;
}

.event__workshop-action button {
  width: 100%;
}

.event__select {
  border: 1px solid #ededed;
  margin-top: 5px;
  padding: 13px 16px;
  height: 52px;
}

.event__overview-caption {
  font-family: daxlight, Arial, sans-serif;
  font-size: 3.7142857143rem;
  color: #991355;
  margin-top: 0;
}

.event__overview-subcaption {
  font-family: daxlight, Arial, sans-serif;
  font-size: 2.2857142857rem;
}

.event__overview-time,
.event__overview-audience,
.event__overview-credits {
  font-family: daxlight, Arial, sans-serif;
  margin: 0;
}

.event__map {
  margin-top: 50px;
  height: 500px;
}

.event__category-selector {
  margin-top: 30px;
}

.workshop__hint {
  margin-top: 0;
  margin-bottom: 8px;
}

.event__categorized-description-image {
  margin-top: 50px;
}

.event__category-selector {
  margin-top: 30px;
}

.event__booking-checkbox {
  opacity: 0;
  position: absolute;
}

.event__booking-checkbox:focus + .event__booking-checkbox-label {
  outline: 2px solid rgba(153, 19, 85, 0.5);
}

.event__booking-checkbox-label {
  font-family: daxlight, Arial, sans-serif;
  color: #58585a;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 8px;
  padding-left: 27px;
  margin-right: 15px;
}
.event__booking-checkbox-label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border: 2px solid #991355;
}

.event__booking-checkbox:checked + .event__booking-checkbox-label {
  color: #991355;
}

.event__booking-checkbox:checked + .event__booking-checkbox-label:before {
  font-family: FontAwesome;
  font-size: 1.1428571429rem;
  content: "\f00c";
  color: #991355;
  text-align: center;
  line-height: 15px;
}

.event__booking-radio-label {
  color: #58585a;
}

.event__booking-label {
  font-weight: 400;
}

.event__booking-label--plain {
  border: 0 !important;
}

.event__booking-textarea {
  margin-bottom: 20px;
}

.event__booking-link:hover, .event__booking-link:focus {
  color: #991355;
  text-decoration: none;
}

.event__booking-caption {
  margin-top: 0;
  margin-bottom: 30px;
}

.event__booking-overview {
  background: #991355;
  padding: 25px;
}

.event__booking-billing {
  display: none;
}

.event__selector {
  margin-top: 50px;
}

.background__light .teaser__main--content-gray,
.background__light .event__teaser-content,
.background__light .event__teaser-content--dynamic {
  background: #ffffff;
}

div.csc-mailform {
  background: #ededed;
  padding: 30px;
  margin-top: 50px;
}
div.csc-mailform form {
  width: 100%;
}
div.csc-mailform ol li label {
  float: none;
  width: 100%;
  color: #991355;
  border-bottom: 0;
  font-weight: normal;
}
div.csc-mailform ol li input {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
}
div.csc-mailform fieldset {
  display: table;
}
div.csc-mailform fieldset legend {
  font-weight: normal;
  position: relative;
  padding-left: 0;
  padding-top: 15px;
  margin-bottom: 0px;
  margin-left: 0;
  float: none;
  width: 100%;
  color: #991355;
  border-bottom: 0;
  font-size: 1.7857142857rem;
}
div.csc-mailform fieldset ol {
  padding: 0;
}
div.csc-mailform fieldset ol li {
  clear: both;
  padding: 15px 0px 0 0px;
}
div.csc-mailform fieldset ol li h4 {
  margin: 0;
  font-weight: normal;
  color: #991355;
}
div.csc-mailform fieldset ol li.csc-form-element-header {
  padding: 0;
  margin: 0;
}
div.csc-mailform fieldset .csc-form-element-radiogroup fieldset.fieldset-subgroup ol {
  margin-left: 0;
}
div.csc-mailform li.csc-form-element-radio {
  padding: 20px 0px 0px 0px;
  margin: 0;
}
div.csc-mailform li.csc-form-element-radio label {
  color: #58585a;
  float: none;
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: daxlight, Arial, sans-serif;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: normal;
  margin-left: 0;
}
div.csc-mailform li.csc-form-element-radio label:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: #ffffff;
  border-radius: 8px;
}
div.csc-mailform li.csc-form-element-radio input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
div.csc-mailform li.csc-form-element-radio input[type=radio]:checked + label {
  color: #991355;
}
div.csc-mailform li.csc-form-element-radio input[type=radio]:checked + label:before {
  font-family: FontAwesome;
  color: #58585a;
  content: "\f111";
  text-align: center;
  line-height: 18px;
  font-size: 6px;
}
div.csc-mailform li.csc-form-element-textarea {
  display: block;
  padding-top: 0;
}
div.csc-mailform li.csc-form-element-textarea textarea {
  border: 0;
  padding: 10px;
  margin-right: 0;
  resize: none;
}
div.csc-mailform li.csc-form-element-textarea label {
  border: 0;
}
div.csc-mailform li.csc-form-element-textblock {
  color: #991355;
  border-bottom: 0;
  padding: 10px 0px 0px 0px;
  margin-right: 1%;
  font-size: 1.7857142857rem;
  font-weight: normal;
}
div.csc-mailform li.csc-form-element-submit {
  padding-top: 0;
}
div.csc-mailform li.csc-form-element-submit input[type=submit] {
  background: #e2007a;
  color: #fff;
  transition: 0.3s;
  display: block;
  width: 100%;
  -webkit-appearance: button;
  cursor: pointer;
  margin: 0;
  border: 0;
  padding: 13px 22px;
  outline: none;
}
div.csc-mailform li.csc-form-element-header {
  padding-top: 0;
}
div.csc-mailform li.csc-form-element-header h2, div.csc-mailform li.csc-form-element-header .footer-content__headline, div.csc-mailform li.csc-form-element-header .event__workshop-price, div.csc-mailform li.csc-form-element-header .event__booking-caption {
  margin: 0;
}
div.csc-mailform li.csc-form-element-header:before {
  content: " ";
  display: none;
}

.two-col-special {
  display: block;
}
.two-col-special .teaser__main--gray {
  height: 100%;
  margin-top: 0;
}

.modal-body h1, .modal-body .footer-content__headline, .modal-body .event__workshop-price, .modal-body .event__booking-caption,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
  margin-top: 20px;
}

.carousel-indicators,
.swiper-pagination {
  display: none;
}

.fill {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background-size: cover;
  background-position: right center;
}

.slider__item {
  position: relative;
}

.only--print {
  display: none;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin {
  margin: 0;
}

@media (min-width: 768px) {
  .teaser__image, .teaser__image-top {
    display: block;
  }
  .teaser__main-caption--small {
    margin-bottom: 20px;
  }
  .event__teaser-parent-title, .event__teaser-category-title, .event__teaser-seperator {
    display: table-cell;
    vertical-align: middle;
  }
  .event__teaser-seperator {
    padding: 0 10px;
  }
  .event__teaser-date:after {
    right: 0px;
  }
  .event__teaser-date-day {
    font-size: 2.7142857143rem;
  }
  .event__teaser-date-day--start {
    top: 15px;
    left: 50px;
  }
  .event__teaser-date-day--end {
    top: 15px;
  }
  .event__teaser-date-month--start {
    left: 47px;
  }
  .event__teaser-date-month--end {
    left: 13px;
  }
  .event__teaser-date--to:after {
    font-size: 42px;
    right: -16px;
    top: -45px;
  }
  .event__teaser-date-month {
    top: 50px;
  }
  .event__teaser-caption, .event__teaser-past-caption {
    min-height: 75px;
  }
  .event__select {
    margin-top: -1px;
  }
  .news__box {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
  }
  .news__box:before, .news__box:after {
    content: " ";
    display: table;
  }
  .news__box:after {
    clear: both;
  }
  .news__item {
    margin-top: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.3333333333%;
  }
  .laboratory-finder__pointer {
    height: 30px;
    width: 30px;
  }
  .laboratory-finder__location-map {
    position: relative;
    display: block;
  }
  .calculator__input-container {
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 66.6666666667%;
  }
  .calculator__label, .event__booking-label {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.3333333333%;
    color: #991355;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 10px 0;
  }
  .calculator__label, .event__booking-label {
    border-bottom: 1px solid #ffffff;
  }
  div.csc-mailform {
    padding: 30px;
    margin-top: 50px;
  }
  div.csc-mailform form {
    width: 100%;
  }
  div.csc-mailform ol li {
    padding-bottom: 15px;
    padding-top: 2px;
  }
  div.csc-mailform ol li label {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 32.333333%;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin-right: 1%;
  }
  div.csc-mailform ol li input {
    min-height: 1px;
    float: left;
    width: 64.666667%;
    margin: 0 1%;
    position: relative;
    margin-right: 0px;
  }
  div.csc-mailform ol li.csc-form-element-fieldset {
    padding-bottom: 0;
  }
  div.csc-mailform ol li.csc-form-element-radiogroup {
    margin-bottom: 0;
  }
  div.csc-mailform fieldset legend {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #fff;
    padding: 0 0 30px 0;
    margin-right: 2%;
    display: table-column;
    float: left;
    width: 32.333333%;
  }
  div.csc-mailform fieldset ol {
    padding: 0;
    display: table-cell;
    width: 62.265%;
    padding-top: 50px;
  }
  div.csc-mailform fieldset ol li h4 {
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0;
    width: 65.666667%;
    font-size: 1.7857142857rem;
  }
  div.csc-mailform fieldset ol li input {
    float: right;
    margin-right: 0;
    width: 100%;
    margin-left: 0;
  }
  div.csc-mailform fieldset ol li.csc-form-element-header {
    padding: 0;
    margin: 0;
  }
  div.csc-mailform fieldset .csc-form-element-radiogroup fieldset.fieldset-subgroup ol {
    width: 100%;
    margin: 0;
    float: right;
    padding: 0;
  }
  div.csc-mailform fieldset li.csc-form-element-radio label {
    float: right;
    width: 99%;
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
  }
  div.csc-mailform fieldset li.csc-form-element-radio input {
    float: left;
    width: 6%;
    margin-top: 4px;
  }
  div.csc-mailform textarea {
    padding: 10px;
    float: left;
    margin-right: 0;
    width: 64.666667%;
    margin: 0 1%;
  }
  div.csc-mailform li.csc-form-element-textblock {
    border-bottom: 0;
    padding: 0 0 10px 0;
    margin-right: 1%;
    font-size: 1.7857142857rem;
  }
  .contact__content, .contact__content--text {
    font-size: 1.5714285714rem;
  }
}
@media (min-width: 992px) {
  .field__error:before {
    display: none;
  }
  .page-md .main-navigation__logo {
    padding: 0;
  }
  .page-md .main-navigation__logo-wrapper {
    width: 44%;
  }
  .page-md .main-navigation__items {
    float: right;
    width: 56%;
    padding-right: 0;
    padding-left: 0;
  }
  .page-md .main-navigation__items .main-navigation__link, .page-md .main-navigation__items .main-navigation__link--active {
    padding-right: 7px;
    padding-left: 7px;
  }
  .page-md .main-navigation__sub-menu, .page-md .main-navigation__sub-menu--flipped {
    top: 56px;
  }
  .meta-navigation__link--highlighted-mobile,
  .meta-navigation__link--mobile {
    display: none;
  }
  .meta-navigation__background, .footer-navigation__background {
    display: block;
    background: #991355;
  }
  .meta-navigation__content, .main-navigation__content, .footer-navigation__content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    padding: 8px 0 10px 0;
  }
  .meta-navigation__content:before, .main-navigation__content:before, .footer-navigation__content:before, .meta-navigation__content:after, .main-navigation__content:after, .footer-navigation__content:after {
    content: " ";
    display: table;
  }
  .meta-navigation__content:after, .main-navigation__content:after, .footer-navigation__content:after {
    clear: both;
  }
  .meta-navigation__left,
  .meta-navigation__right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
  }
  .meta-navigation__list {
    float: right;
  }
  .meta-navigation__link, .footer-navigation__link, .main-navigation__link--highlighted, .meta-navigation__link--highlighted, .meta-navigation__search-button {
    font-size: 1.6428571429rem;
    padding-right: 10px;
    transition: 0.3s;
  }
  .meta-navigation__link:hover, .footer-navigation__link:hover, .main-navigation__link--highlighted:hover, .meta-navigation__link--highlighted:hover, .meta-navigation__search-button:hover, .meta-navigation__link:focus, .footer-navigation__link:focus, .main-navigation__link--highlighted:focus, .meta-navigation__link--highlighted:focus, .meta-navigation__search-button:focus {
    color: #e8e8e8;
    transition: 0.3s;
    text-decoration: none;
  }
  .meta-navigation__link--highlighted {
    background: #e2007a;
    padding: 13px 20px;
    border-left: 1px solid #ffffff;
    margin-right: -5px;
    transition: 0.3s;
  }
  .meta-navigation__link--highlighted:last-child {
    margin: 0;
    border-right: 1px solid #ffffff;
  }
  .meta-navigation__link--highlighted:hover {
    color: #ffffff;
    background: #d50073;
    transition: 0.3s;
  }
  .meta-navigation__search {
    display: inline-block;
  }
  .meta-navigation__search-input {
    border: 0;
    background: #ededed;
    padding: 1px 5px !important;
    display: none;
  }
  .main-navigation {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    background: #ffffff;
  }
  .main-navigation [class^=col-] {
    position: static;
  }
  .main-navigation__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-navigation__content-items {
    float: right;
  }
  .main-navigation__logo-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
  }
  .main-navigation__logo {
    padding: 15px 0;
  }
  .main-navigation__items {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 75%;
    display: block;
    clear: none;
  }
  .main-navigation__sub-item--only-mobile {
    display: none;
  }
  .main-navigation__list {
    list-style: none;
    margin-top: 20px;
  }
  .main-navigation__item, .main-navigation__item--highlighted {
    font-family: daxlight, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 0;
    border: 0;
    position: relative;
  }
  .main-navigation__item:last-child, .main-navigation__item--highlighted:last-child {
    padding: 0;
  }
  .main-navigation__trigger {
    display: none;
  }
  .main-navigation__trigger-link {
    float: right;
  }
  .main-navigation__link, .main-navigation__link--active {
    color: #58585a;
    position: relative;
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    outline: none !important;
  }
  .main-navigation__link:after, .main-navigation__link--active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: 44px;
    left: 50%;
    display: none;
  }
  .main-navigation__link:before, .main-navigation__link--active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #d9d9d9 transparent;
    position: absolute;
    top: 42px;
    left: 50%;
    display: none;
  }
  .main-navigation__link--active {
    color: #58585a;
    position: relative;
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    outline: none !important;
    color: #991355;
    text-decoration: none;
  }
  .main-navigation__link--active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: 44px;
    left: 50%;
    display: none;
  }
  .main-navigation__link--active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #d9d9d9 transparent;
    position: absolute;
    top: 42px;
    left: 50%;
    display: none;
  }
  .main-navigation__link--active:after, .main-navigation__link--active:before {
    display: none;
  }
  .main-navigation__search {
    margin-bottom: 20px;
  }
  .main-navigation__search-service-directory, .main-navigation__search-service-directory-options {
    font-family: daxlight, Arial, sans-serif;
    width: 65%;
    float: left;
    border: 0;
    background: #ededed;
    padding: 10px;
  }
  .main-navigation__search-service-directory::-webkit-input-placeholder, .main-navigation__search-service-directory-options::-webkit-input-placeholder {
    font-family: daxlight, Arial, sans-serif;
    color: #58585a;
    opacity: 0.75;
  }
  .main-navigation__search-service-directory:-moz-placeholder, .main-navigation__search-service-directory-options:-moz-placeholder {
    /* Firefox 18- */
    font-family: daxlight, Arial, sans-serif;
    color: #58585a;
    opacity: 0.75;
  }
  .main-navigation__search-service-directory::-moz-placeholder, .main-navigation__search-service-directory-options::-moz-placeholder {
    /* Firefox 19+ */
    font-family: daxlight, Arial, sans-serif;
    color: #58585a;
    opacity: 0.75;
  }
  .main-navigation__search-service-directory:-ms-input-placeholder, .main-navigation__search-service-directory-options:-ms-input-placeholder {
    font-family: daxlight, Arial, sans-serif;
    color: #58585a;
    opacity: 0.75;
  }
  .main-navigation__search-service-directory-options {
    width: 25%;
    background: #d9d9d9;
    padding: 13px 15px;
  }
  .main-navigation__search-service-directory-submit {
    font-size: 3rem;
    width: 10%;
    float: left;
    margin-top: 5px;
    border: 0;
    background: none;
    color: #991355;
  }
  .main-navigation__service-link {
    font-size: 1.3571428571rem;
    color: #991355;
    text-decoration: underline;
  }
  .main-navigation__service-link:hover, .main-navigation__service-link:focus {
    color: #991355;
  }
  .main-navigation__sub-menu, .main-navigation__sub-menu--flipped {
    display: none;
    position: absolute;
    top: 55px;
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 0;
    box-shadow: rgba(50, 50, 50, 0.1) 0px 7px 11px 0px;
    z-index: 20;
    left: -30px;
  }
  .main-navigation__sub-menu:before, .main-navigation__sub-menu--flipped:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 43px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
  }
  .main-navigation__sub-menu:after, .main-navigation__sub-menu--flipped:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 43px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
  }
  .main-navigation__sub-menu--flipped {
    left: auto;
    right: -20px;
  }
  .main-navigation__sub-menu--flipped:before, .main-navigation__sub-menu--flipped:after {
    left: auto;
    right: 30px;
  }
  .main-navigation__sub-item,
  .main-navigation__sub-item-list {
    list-style: none;
    padding: 0;
  }
  .main-navigation__sub-item:last-child {
    padding-bottom: 20px;
  }
  .main-navigation__sub-item-head {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .main-navigation__sub-item-caption {
    display: block;
    color: #6e6e71;
    padding-bottom: 15px;
    white-space: nowrap;
  }
  .main-navigation__sub-item-caption:nth-child(1n) {
    margin: 0 25px;
  }
  .main-navigation__sub-item-caption--active {
    display: block;
    color: #6e6e71;
    padding-bottom: 15px;
    white-space: nowrap;
    color: #991355;
  }
  .main-navigation__sub-item-caption--active:nth-child(1n) {
    margin: 0 25px;
  }
  .main-navigation__sub-item-caption--haschild {
    display: block;
    color: #6e6e71;
    padding-bottom: 15px;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .main-navigation__sub-item-caption--haschild:nth-child(1n) {
    margin: 0 25px;
  }
  .main-navigation__sub-item-caption--haschild:after {
    display: none;
  }
  .main-navigation__sub-item {
    display: block;
    color: #6e6e71;
    padding-bottom: 15px;
    white-space: nowrap;
    text-transform: none;
    padding-bottom: 20px;
  }
  .main-navigation__sub-item:nth-child(1n) {
    margin: 0 25px;
  }
  .main-navigation__sub-item-element {
    color: #8a8a8a;
    padding-bottom: 5px;
    padding-left: 0;
  }
  .main-navigation__sub-item-link {
    color: #8a8a8a;
  }
  .main-navigation__link:hover + .main-navigation__sub-menu, .main-navigation__link--active:hover + .main-navigation__sub-menu, .main-navigation__link:hover + .main-navigation__sub-menu--flipped, .main-navigation__link--active:hover + .main-navigation__sub-menu--flipped {
    display: block;
    transition: 3s;
  }
  .main-navigation__sub-menu:hover, .main-navigation__sub-menu--flipped:hover {
    display: block;
  }
  .footer-content__background,
  .footer-content__background--shifted {
    margin-top: 0;
  }
  .footer-navigation__content {
    padding-bottom: 6px;
  }
  .footer-navigation__wrapper {
    float: right;
    display: block;
  }
  .footer-navigation__link {
    display: inline;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-navigation__link:last-of-type {
    padding-right: 0;
  }
  .footer-navigation__trigger {
    display: none;
  }
  .footer-subnavigation__item {
    text-align: left;
    float: left;
    padding: 0;
    margin-right: 30px;
  }
  .footer-subnavigation__item:last-child {
    margin-right: 0;
  }
  .footer-subnavigation__link {
    display: inline-block;
    padding: 0 10px;
  }
  .footer-copyright {
    text-align: left;
  }
  .footer-navigation__logo {
    float: right;
    margin-top: 0;
  }
  .footer-content__impressum {
    text-align: left;
  }
  .teaser__summary-about {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.3333333333%;
    display: block;
    height: 80px;
    margin-bottom: 10px;
    z-index: 1;
  }
  .teaser__summary-about-box {
    background-color: #ffffff;
    padding: 25px 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 10px;
  }
  .teaser__summary-about--shifted {
    position: relative;
    margin: -30px -10px 0 -10px;
  }
  .teaser__main--content-gray {
    margin-top: 0;
  }
  .teaser__main--content-gray--hover {
    transition: 0.3s;
  }
  .teaser__main--content-gray--hover:hover {
    transition: 0.3s;
    background: #991355;
    cursor: pointer;
  }
  .teaser__main--content-gray--hover:hover .teaser__main-caption--small,
  .teaser__main--content-gray--hover:hover .teaser__main-link--content-gray {
    transition: 0.3s;
    color: #ffffff;
  }
  .teaser__main--content-gray--hover:hover .teaser__summary-about-divider, .teaser__main--content-gray--hover:hover .teaser__summary-about-divider--hidden {
    transition: 0.3s;
    border-top-color: #ffffff;
  }
  .teaser__main--square-dark:hover {
    background: #e2007a;
    transition: 0.3s;
  }
  .teaser__main-square, .teaser__main--square-dark, .teaser__main--square-light, .teaser__main--square-gray, .teaser__main--square-white {
    height: 250px !important;
  }
  .teaser__main--square-light:hover {
    background: #991355;
    transition: 0.3s;
  }
  .event__teaser--hover {
    transition: 0.3s;
  }
  .event__teaser--hover:hover .event__teaser-caption, .event__teaser--hover:hover .event__teaser-past-caption,
  .event__teaser--hover:hover .event__teaser-summary {
    transition: 0.3s;
    background: #e2007a;
  }
  .event__teaser--hover:hover .event__teaser-caption, .event__teaser--hover:hover .event__teaser-past-caption {
    transition: 0.3s;
    border-bottom-color: rgba(255, 255, 255, 0.75);
  }
  .event__teaser--hover:hover .event__teaser-date:after {
    transition: 0.3s;
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  .event__teaser-date--to:after {
    font-size: 90px;
    top: -35px;
    right: -26px;
  }
  .event__teaser--clear {
    margin-top: 25px;
    min-height: 520px;
    margin: 0;
  }
  .event__teaser-caption, .event__teaser-past-caption {
    font-size: 1.5714285714rem !important;
    padding: 15px 25px;
  }
  .event__teaser-past-caption {
    padding: 0 25px;
  }
  .event__teaser-summary-text {
    font-size: 1.5714285714rem;
  }
  .event__teaser-past-list-item:hover {
    transition: 0.3s;
  }
  .event__teaser-past-list-item:hover:before {
    color: #e2007a;
    transition: 0.3s;
  }
  .event__teaser-past-list-item:hover .event__teaser-past-list-item-link {
    color: #e2007a;
    transition: 0.3s;
  }
  .event__teaser-date-day {
    font-size: 2.5714285714rem;
  }
  .event__teaser-date-day--start {
    top: 15px;
    left: 43px;
  }
  .event__teaser-date-day--end {
    top: 15px;
  }
  .event__teaser-date-month--start {
    left: 40px;
  }
  .event__teaser-date-month--end {
    left: 13px;
  }
  .event__teaser-date--to:after {
    font-size: 38px;
    right: -13px;
    top: -42px;
  }
  .event__teaser-date-month {
    top: 50px;
  }
  .event__workshop-action {
    margin-left: 15px;
  }
  .event__workshop-pricing,
  .event__workshop-action {
    float: left;
  }
  div[class^=teaser__main-text] {
    margin-top: 0;
  }
  .background__image-fullsize {
    min-height: 300px;
  }
  .slider__head-caption-content {
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    left: auto;
    top: 80px;
    right: 0;
    padding: 10px 50px;
    width: auto;
  }
  .slider__head-caption-content:nth-child(2) {
    top: 155px;
    width: auto;
  }
  .slider__head-caption-content:nth-child(3) {
    top: 230px;
    width: auto;
  }
  .slider__head-caption-content--top-news {
    display: block;
    top: 50px;
  }
  .slider__head-caption-text, .slider__head-subcaption-text {
    font-size: 3.8571428571rem;
  }
  .slider__head-subcaption-text {
    font-size: 2.6428571429rem;
  }
  .slider__bodytext-caption-content {
    position: absolute;
    bottom: 75px;
    right: 0;
  }
  .slider__bodytext-caption-text {
    text-align: right;
    display: inline-block;
    max-width: 1170px;
  }
  .slider__bodytext-caption-text * {
    font-size: 1.7142857143rem;
  }
  .calculator__input, .calculator__input-disabled, .event__booking-input, .event__booking-textarea {
    width: 100%;
  }
  div.csc-mailform form {
    width: 100%;
  }
  .contact__content, .contact__content--text, .contact__image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
  }
  .contact__image {
    padding: 0;
  }
  .contact__content, .contact__content--text {
    padding: 25px 25px 10px;
    width: 50%;
  }
  .teaser__multi-col-wrapper .contact__box {
    margin-top: 0;
  }
  .teaser__multi-col-wrapper .grid__md-6:nth-child(2) {
    margin-top: 0;
  }
  .calculator__description-show {
    display: none;
  }
  .calculator__description {
    display: block;
  }
  .carousel-indicators,
  .swiper-pagination {
    display: block;
    bottom: 40px !important;
  }
  .carousel-indicators li,
  .swiper-pagination-bullet {
    background-color: #991355;
    border: 1px solid #991355;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  .carousel-indicators .active,
  .swiper-pagination-bullet-active {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
  .calculator__overview-link {
    display: block;
    margin: 0;
  }
  .calculator__overview-link--mobile {
    display: none;
  }
  .news__item a:first-of-type:hover, .news__item .search__result-filter-reset:first-of-type:hover, .news__item .teaser__main-link--content-gray:first-of-type:hover, .news__item a:first-of-type:focus, .news__item .search__result-filter-reset:first-of-type:focus, .news__item .teaser__main-link--content-gray:first-of-type:focus {
    color: #e2007a;
  }
  .button, .button__primary, .button__secondary, .button__light, .search__find, .tx-go-tab .go_tab_Container .tabs .tab-title a, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray, .map__route-link, .consultation-hour-finder__filter-button, .consultation-hour-finder__filter-button--active {
    margin-top: 0;
  }
  .button__primary:hover, .tx-go-tab .go_tab_Container .tabs .tab-title a:hover, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset:hover, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray:hover, .consultation-hour-finder__filter-button:hover {
    background: #e2007a;
    transition: 0.3s;
  }
  .search__input-fields {
    margin-left: -15px;
    margin-right: -15px;
  }
  .search__input-fields:before, .search__input-fields:after {
    content: " ";
    display: table;
  }
  .search__input-fields:after {
    clear: both;
  }
  .search__input {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 75%;
  }
  .search__submit {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
    margin: 0;
  }
  .map__adress-list {
    background: #991355;
    color: #ffffff;
    width: 280px;
    padding: 20px;
    position: absolute;
    right: 60px;
    bottom: 24px;
  }
  .fill {
    min-height: 430px;
    background-position: center center;
  }
  .two-col-special {
    display: -ms-flex;
    display: flex;
  }
  .consultation-hour-finder__location-map {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-md .main-navigation__logo-wrapper {
    width: 70%;
  }
  .page-md .main-navigation__logo-wrapper .main-navigation__logo {
    max-width: 100%;
  }
  .page-md .main-navigation__trigger {
    width: 30%;
  }
  .main-navigation__logo-wrapper {
    width: 75%;
    height: 100%;
  }
  .main-navigation__logo-wrapper a, .main-navigation__logo-wrapper .search__result-filter-reset, .main-navigation__logo-wrapper .teaser__main-link--content-gray {
    display: inline-block;
    width: 100%;
  }
  .main-navigation__logo {
    max-width: 100%;
  }
  .slider__head-caption {
    padding-right: 20px;
  }
  .footer-navigation__wrapper ul.level1Block {
    padding: 10px 0px;
  }
  .footer-navigation__wrapper ul.level1Block > li {
    float: none;
  }
  .footer-navigation__wrapper ul.level3Block {
    position: static;
    background: none;
  }
  .footer-navigation__wrapper ul.level3Block .l3Block {
    box-shadow: none;
    background: none;
    padding: 0;
  }
  .footer-navigation__wrapper ul.level3Block .l3Block li a, .footer-navigation__wrapper ul.level3Block .l3Block li .search__result-filter-reset, .footer-navigation__wrapper ul.level3Block .l3Block li .teaser__main-link--content-gray {
    font-size: 1.5857142857rem !important;
    padding-left: 20px;
  }
  .footer-navigation__wrapper ul.level2Block {
    box-shadow: none;
    background: none;
    padding: 0;
    position: static;
    background: none;
    padding-top: 10px;
  }
  .footer-navigation__wrapper ul.level2Block li a:hover, .footer-navigation__wrapper ul.level2Block li .search__result-filter-reset:hover, .footer-navigation__wrapper ul.level2Block li .teaser__main-link--content-gray:hover {
    color: #ffffff;
  }
  .footer-navigation__wrapper ul li {
    padding-left: 20px;
  }
  .footer-navigation__wrapper ul li a, .footer-navigation__wrapper ul li .search__result-filter-reset, .footer-navigation__wrapper ul li .teaser__main-link--content-gray {
    color: #ffffff;
  }
  .footer-navigation__wrapper li a:before, .footer-navigation__wrapper li .search__result-filter-reset:before, .footer-navigation__wrapper li .teaser__main-link--content-gray:before {
    display: none !important;
  }
  .footer-navigation__wrapper ul.level2Block > li:before, .footer-navigation__wrapper .l3Block li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0px;
    line-height: 17px;
  }
  .footer-navigation__wrapper ul.level1Block > li.haveSubChild:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 14px;
    right: 0px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .button, .button__primary, .button__secondary, .button__light, .search__find, .tx-go-tab .go_tab_Container .tabs .tab-title a, .tx-go-tab .go_tab_Container .tabs .tab-title .search__result-filter-reset, .tx-go-tab .go_tab_Container .tabs .tab-title .teaser__main-link--content-gray, .map__route-link, .consultation-hour-finder__filter-button, .consultation-hour-finder__filter-button--active {
    display: inline;
  }
  .event__teaser-caption, .event__teaser-past-caption {
    font-size: 1.7857142857rem !important;
    padding: 15px 35px;
  }
  .event__teaser-past-caption {
    padding: 0 40px;
  }
  .event__teaser-summary-text {
    font-size: 1.7857142857rem;
  }
  .event__teaser-date-day {
    font-size: 3.2857142857rem;
  }
  .event__teaser-date-day--start {
    top: 15px;
    left: 50px;
  }
  .event__teaser-date-day--end {
    top: 15px;
    left: 20px;
  }
  .event__teaser-date-month--start {
    left: 50px;
  }
  .event__teaser-date-month--end {
    left: 20px;
  }
  .event__teaser-date--to:after {
    font-size: 42px;
    right: -21px;
    top: -45px;
  }
  .event__teaser-date-month {
    top: 55px;
  }
  .event__teaser-date-month--single {
    left: 35px;
  }
  .download__item {
    min-height: 0;
  }
  .header.lang-switch .main-navigation__trigger {
    top: 1px;
  }
}
.f3-widget-paginator {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f3-widget-paginator li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.f3-widget-paginator li.current {
  border-radius: 3px;
  border: 1px solid #991355;
  padding: 2px 12px;
  background: #991355;
  color: white;
}
.f3-widget-paginator li a, .f3-widget-paginator li .search__result-filter-reset, .f3-widget-paginator li .teaser__main-link--content-gray {
  border-radius: 3px;
  border: 1px solid #991355;
  padding: 5px 10px;
}
.f3-widget-paginator li a:hover, .f3-widget-paginator li .search__result-filter-reset:hover, .f3-widget-paginator li .teaser__main-link--content-gray:hover {
  transition: all 175ms linear;
  background: #991355;
  color: white;
}

ul.simpleshop-products {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.simpleshop-products li {
  display: inline-block;
  margin-right: 1em;
  width: 100%;
  vertical-align: top;
  padding-bottom: 1em;
}
ul.simpleshop-products li:last-child {
  margin-right: 0;
}
ul.simpleshop-products li button {
  margin-top: 5px;
}

.tx-simpleshop {
  position: relative;
}
.tx-simpleshop .product {
  margin: 0.5em 0;
}
.tx-simpleshop .product h4 {
  margin-top: 10px;
}
.tx-simpleshop .product .file-preview img {
  border: 1px solid #E4E4E3;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.tx-simpleshop .product .file-preview p {
  margin: 0;
  padding: 0;
}
.tx-simpleshop .product .amount-select {
  position: relative;
  display: block;
  background: #E4E4E3;
  margin: 5px 0;
}
.tx-simpleshop .product .amount-select i {
  position: absolute;
  right: 5px;
  top: 10px;
}
.tx-simpleshop .product .amount-select select {
  background: #E4E4E3;
  position: relative;
  width: 100%;
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 10px;
}
.tx-simpleshop .product button[type=submit] {
  background: #991355;
  padding: 10px 10px;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  height: auto;
}
.tx-simpleshop .product button[type=submit]:hover {
  background: #e2007a;
  transition: background 175ms linear;
}
.tx-simpleshop aside {
  background: #E4E4E3;
  padding: 1em;
}
.tx-simpleshop aside ul {
  list-style: none;
}
.tx-simpleshop aside ul.category-tree {
  margin: 0;
  padding: 0;
}
.tx-simpleshop aside ul.category-tree li {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.tx-simpleshop aside .reset-link {
  text-align: right;
  margin: 0.5em 0;
}

.simpleshop-cart {
  top: -120px;
  position: absolute;
  right: 0;
  z-index: 20;
}
.simpleshop-cart .cart-icon {
  height: auto;
  width: 35px;
}
.simpleshop-cart .simpleshop-cart-inner {
  display: none;
  position: absolute;
  width: 300px;
  right: 0;
  background: rgb(255, 255, 255);
  padding: 10px;
  box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.simpleshop-cart .simpleshop-cart-inner .cart-item {
  border-top: 1px solid #E4E4E3;
  vertical-align: top;
  padding: 5px 0;
}
.simpleshop-cart .simpleshop-cart-inner .cart-item .simpleshop-item-amount {
  display: inline-block;
  vertical-align: top;
}
.simpleshop-cart .simpleshop-cart-inner .cart-item:first-child {
  border: none;
}
.simpleshop-cart .simpleshop-cart-inner .cart-item i {
  margin-bottom: -2px;
  vertical-align: top;
}
.simpleshop-cart .simpleshop-cart-inner .cart-item a.remove-item, .simpleshop-cart .simpleshop-cart-inner .cart-item .remove-item.search__result-filter-reset, .simpleshop-cart .simpleshop-cart-inner .cart-item .remove-item.teaser__main-link--content-gray {
  display: inline-block;
  vertical-align: middle;
  height: 17px;
}
.simpleshop-cart .simpleshop-cart-inner .cart-item .item-title {
  max-width: 200px;
  display: inline-block;
  font-size: 14px;
}
.simpleshop-cart .simpleshop-cart-inner a.btn-order, .simpleshop-cart .simpleshop-cart-inner .btn-order.search__result-filter-reset, .simpleshop-cart .simpleshop-cart-inner .btn-order.teaser__main-link--content-gray {
  background: #991355;
  padding: 10px 10px;
  color: white;
  margin: 1em 0 0.5em 0;
  display: inline-block;
  font-size: 14px;
}
.simpleshop-cart .simpleshop-cart-inner a.btn-order:hover, .simpleshop-cart .simpleshop-cart-inner .btn-order.search__result-filter-reset:hover, .simpleshop-cart .simpleshop-cart-inner .btn-order.teaser__main-link--content-gray:hover {
  background: #e2007a;
  transition: background 175ms linear;
}
.simpleshop-cart #cart-trigger {
  padding: 1em;
  color: #000000;
  cursor: pointer;
}
.simpleshop-cart .badge-items {
  background: #991355;
  top: -2px;
  left: 5px;
  position: absolute;
  color: white;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
}

.double-line {
  margin: 5px 0;
  height: 3px;
  border-top: 1px solid #E4E4E3;
  border-bottom: 1px solid #E4E4E3;
}

.simpleshop-order .double-line {
  border-color: #FFF;
}
.simpleshop-order .cart-items {
  padding: 1em;
}
.simpleshop-order .cart-items .cart-item {
  padding: 0.5em;
}
.simpleshop-order .cart-items .cart-item:last-child {
  border: none;
}
.simpleshop-order .form-fields {
  padding: 1em;
}
.simpleshop-order .form-submit {
  text-align: right;
  margin-right: 1.6em;
}

@media (max-width: 425px) {
  ul.simpleshop-products li {
    width: 200px;
  }
}
@media (max-width: 990px) {
  .simpleshop-cart {
    top: -50px;
    position: absolute;
    right: 40px;
    z-index: 20;
  }
}
@media (min-width: 320px) {
  ul.simpleshop-products li {
    width: 200px;
  }
}
@media (min-width: 768px) {
  ul.simpleshop-products li {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  ul.simpleshop-products li {
    width: 200px;
  }
}
.results-entry {
  border-width: 0 0 1px 0;
  padding: 0;
}

.csc-sword {
  background-color: #E6E7E9;
}

.panel-heading, .facet-option {
  padding-left: 0;
  padding-right: 0;
}

#tx-solr-search-functions {
  margin-right: 40px;
}

.tx-solr-submit {
  padding-left: 30px;
  padding-right: 30px;
}

.tx-ion2s-jobs {
  /* ----- Helpers ----- */
  /* ----- Filter.html ----- */
  /* ----- Info ----- */
  /* ----- Share -----*/
  /* ----- Search.html ----- */
  /* ----- Hero ----- */
  /* ----- Benefits ----- */
  /* ----- Buttons ----- */
  /* ----- Contact ----- */
  /* ----- Logo ----- */
  /* ----- Various ----- */
  /* ----- Grid ----- */
}
.tx-ion2s-jobs .clearfix {
  clear: both;
  content: " ";
  display: block;
}
.tx-ion2s-jobs .filter {
  margin: 0 -10px;
}
.tx-ion2s-jobs .filter-form {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.tx-ion2s-jobs .filter-optionwrapper {
  flex-grow: 1;
  margin: 1rem;
  width: 100%;
  width: 200px;
}
.tx-ion2s-jobs .filter-button {
  background: #991355;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 17.8571px;
  height: 52px;
  transition: 0.3s;
  width: 100%;
}
.tx-ion2s-jobs .filter-button:hover {
  background: #991355;
}
.tx-ion2s-jobs .filter-select {
  border: 1px solid #ededed;
  color: #58585a;
  font-size: 1.5rem;
  height: 52px;
  padding: 13px 16px;
  width: 100%;
}
.tx-ion2s-jobs .jobs-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement {
  align-items: stretch;
  background: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 1rem 0;
  width: 100%;
  position: relative;
  font-size: 2.2857142857rem;
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .jobs-wrapper .jobelement {
    flex-direction: initial;
  }
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper {
  background: #fff;
  color: #58585a;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 10px 30px;
}
@media (min-width: 36rem) {
  .tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper {
    padding: 15px 30px;
  }
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #ededed;
  top: 25px;
  left: 0;
  position: absolute;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper:hover .jobelement-title {
  color: #e2007a;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper:hover .jobelement-cta {
  color: #e2007a;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper .jobelement-header {
  box-shadow: none;
  flex-shrink: 1;
  flex-grow: 1;
  padding-right: 25px;
  width: 6rem;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper .jobelement-category {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper .jobelement-title {
  font-size: 2rem;
  color: #991355;
  font-size: 24px;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper .jobelement-cta {
  color: #991355;
  padding-top: 15px;
  text-align: left;
  width: 100%;
  font-size: 18px;
}
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper .jobelement-category,
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper .info-wrapper,
.tx-ion2s-jobs .jobs-wrapper .jobelement-contentwrapper .share-text {
  font-size: 16px;
}
.tx-ion2s-jobs .info-wrapper {
  align-items: stretch;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  font-size: small;
  padding-top: 15px;
  width: 100%;
}
.tx-ion2s-jobs .info-wrapper--detailpage {
  padding-top: 0;
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .info-wrapper--detailpage {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }
}
.tx-ion2s-jobs .info-location,
.tx-ion2s-jobs .info-field,
.tx-ion2s-jobs .info-department,
.tx-ion2s-jobs .info-workhours,
.tx-ion2s-jobs .info-level,
.tx-ion2s-jobs .info-duration {
  color: #58585a;
  display: block;
  float: left;
  font-size: 15.7143px;
  padding-right: 30px;
}
.tx-ion2s-jobs .info-location {
  text-transform: uppercase;
}
.tx-ion2s-jobs .info-location .fa {
  color: #991355;
  margin-right: 5px;
}
.tx-ion2s-jobs .share-wrapper {
  background: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  margin: 30px 20px 20px 0;
}
.tx-ion2s-jobs .share-wrapper--listpage {
  border-top: 1px solid lightgray;
  padding: 5px 30px;
  margin: 0;
}
.tx-ion2s-jobs .share-wrapper--listpage .share-text {
  margin: 0 5px 0 0 !important;
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .share-wrapper--listpage {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid lightgray;
    border-top: none;
    padding: 20px;
    margin-bottom: 0;
  }
  .tx-ion2s-jobs .share-wrapper--listpage .share-text {
    margin: 0 !important;
  }
  .tx-ion2s-jobs .share-wrapper--listpage .share-text,
  .tx-ion2s-jobs .share-wrapper--listpage .share-links {
    opacity: 0;
    width: 0;
    height: 0;
    text-align: center;
    pointer-events: none;
    transition: opacity 0.2s 0s, height 0.3s 0.1s, width 0.3s 0.1s;
    font-size: 16px;
  }
  .tx-ion2s-jobs .share-wrapper--listpage:hover .share-text, .tx-ion2s-jobs .share-wrapper--listpage:focus .share-text {
    opacity: 1;
    width: 200px;
    height: 25px;
    transition: opacity 0.2s 0.2s, height 0.3s 0s, width 0.3s 0s;
  }
  .tx-ion2s-jobs .share-wrapper--listpage:hover .share-links, .tx-ion2s-jobs .share-wrapper--listpage:focus .share-links {
    opacity: 1;
    width: 200px;
    height: 45px;
    pointer-events: auto;
    transition: opacity 0.2s 0.2s, height 0.3s 0s, width 0.3s 0s;
  }
}
.tx-ion2s-jobs .share-wrapper .share-icon {
  display: none !important;
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .share-wrapper .share-icon--listpage {
    display: block !important;
    font-size: 25px;
    transition: all 0.3s ease;
    padding: 5px;
  }
}
.tx-ion2s-jobs .share-wrapper .share-icon,
.tx-ion2s-jobs .share-wrapper .share-text,
.tx-ion2s-jobs .share-wrapper .share-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.tx-ion2s-jobs .share-wrapper .share-text {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.tx-ion2s-jobs .share-wrapper .share-links {
  display: flex;
  align-items: stretch;
  margin-top: 10px;
}
.tx-ion2s-jobs .share-wrapper .share-links .fa-envelope:before {
  margin-top: -2px;
}
.tx-ion2s-jobs .share-wrapper .share-fa {
  font-size: 20px;
  background: #58585a;
  color: #ffffff;
  -webkit-clip-path: circle();
          clip-path: circle();
  padding: 20px;
  cursor: pointer;
  margin: 0 5px;
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.tx-ion2s-jobs .share-wrapper .share-fa:hover {
  background: #e2007a;
  cursor: pointer;
}
.tx-ion2s-jobs .fa-file-pdf-o {
  margin-right: 5px;
}
.tx-ion2s-jobs .search-wrapper .search-label {
  color: #58585a;
  margin: 0;
  font-family: daxregular, Arial, sans-serif;
}
.tx-ion2s-jobs .search-wrapper .search-textfield {
  margin: 5px 0 10px 0;
  border: 1px solid #ededed;
  background: #ededed;
}
.tx-ion2s-jobs .search-wrapper .search-button:before {
  content: unset;
}
.tx-ion2s-jobs .hero {
  background-color: #ededed;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 35px 0 35px 0;
}
@media (max-width: 1200px) {
  .tx-ion2s-jobs .hero {
    background-image: unset !important;
    padding-top: 0;
  }
}
.tx-ion2s-jobs .hero-mobile {
  display: none;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .tx-ion2s-jobs .hero-mobile {
    display: block;
  }
}
.tx-ion2s-jobs .hero-wrapper {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .tx-ion2s-jobs .hero-wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .hero-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .tx-ion2s-jobs .hero-wrapper {
    width: 1170px;
  }
  .tx-ion2s-jobs .hero-wrapper > * {
    margin-left: 0;
    max-width: 60%;
  }
}
.tx-ion2s-jobs .hero-preheading {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.tx-ion2s-jobs .hero-heading {
  margin-top: 10px;
  overflow-wrap: break-word;
}
.tx-ion2s-jobs .hero-subheading {
  font-size: 26px;
  font-family: daxregular, Arial, sans-serif;
}
.tx-ion2s-jobs .benefits-wrapper {
  margin: 0 20px 40px 0;
}
@media (min-width: 768px) {
  .tx-ion2s-jobs .benefits-wrapper {
    margin: 0 20px 20px 0;
  }
}
.tx-ion2s-jobs .benefits-wrapper .toggle-benefits {
  color: #991355;
  cursor: pointer;
  margin-top: 0;
}
.tx-ion2s-jobs .benefits-wrapper .toggle-benefits:hover {
  text-decoration: underline;
  color: #e2007a;
}
.tx-ion2s-jobs .benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
}
.tx-ion2s-jobs .benefits-listelement {
  margin: 0 20px 10px 0;
  padding-left: 0;
  word-break: break-word;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .tx-ion2s-jobs .benefits-listelement {
    width: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .tx-ion2s-jobs .benefits-listelement {
    width: 379px;
    max-width: 380px;
    margin: 0 0 1rem 0;
    white-space: nowrap;
    flex-grow: 1;
    padding-left: 0;
  }
  .tx-ion2s-jobs .benefits-listelement:nth-child(3n+1) {
    padding-right: 25px;
  }
  .tx-ion2s-jobs .benefits-listelement:nth-child(3n+2) {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tx-ion2s-jobs .benefits-listelement:nth-child(3n+3) {
    padding-left: 25px;
  }
}
.tx-ion2s-jobs .benefits-fa {
  font-size: 35px;
  width: 35px;
  color: #991355;
}
.tx-ion2s-jobs .benefits-fa > img {
  width: 35px;
  height: 35px;
}
.tx-ion2s-jobs .benefits-text {
  display: inline-block;
  max-width: 85%;
  padding-left: 10px;
  padding-top: 5px;
  vertical-align: top;
  white-space: normal;
}
.tx-ion2s-jobs .apply-cta {
  background: #991355;
  color: white;
  padding: 13px 22px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 20px 10px 0;
}
.tx-ion2s-jobs .apply-cta:hover {
  background: #e2007a;
}
.tx-ion2s-jobs .pdf-wrapper {
  margin: 0 20px 20px 0;
}
.tx-ion2s-jobs .pdf-cta {
  color: #991355;
  cursor: pointer;
  margin: 0 20px 10px 0;
}
.tx-ion2s-jobs .pdf-cta:hover {
  color: #e2007a;
}
.tx-ion2s-jobs .pdf-cta:hover > .pdf-text {
  text-decoration: underline;
}
.tx-ion2s-jobs .pdf-cta .pdf-text {
  margin-left: 5px;
}
.tx-ion2s-jobs .load-more-items {
  color: #991355;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: none;
  transition: color 0.2s ease;
}
.tx-ion2s-jobs .load-more-items.disabled {
  cursor: progress;
  color: #58585a;
  text-decoration: none !important;
}
.tx-ion2s-jobs .load-more-items.disabled:hover {
  color: #58585a;
}
.tx-ion2s-jobs .load-more-items:hover {
  text-decoration: underline;
  color: #e2007a;
}
.tx-ion2s-jobs .contact-person {
  display: flex;
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .contact-person {
    display: block;
  }
}
.tx-ion2s-jobs .contact-label, .tx-ion2s-jobs .contact-img {
  font-family: daxbold, Arial, sans-serif;
  margin: 0 0 5px 0;
}
.tx-ion2s-jobs .contact-img {
  max-width: 125px;
  height: auto;
  margin-right: 20px;
}
.tx-ion2s-jobs .contact-img, .tx-ion2s-jobs .contact-text {
  display: inline-block;
  vertical-align: text-top;
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .contact-img, .tx-ion2s-jobs .contact-text {
    width: 100%;
  }
}
.tx-ion2s-jobs .contact-text > p {
  margin: 0;
}
.tx-ion2s-jobs .logo-img {
  width: auto;
  max-width: 100%;
}
.tx-ion2s-jobs .detail-wrapper {
  display: inline-block;
  margin-top: 35px;
}
.tx-ion2s-jobs .detail-wrapper h2, .tx-ion2s-jobs .detail-wrapper .footer-content__headline, .tx-ion2s-jobs .detail-wrapper .event__workshop-price, .tx-ion2s-jobs .detail-wrapper .event__booking-caption,
.tx-ion2s-jobs .detail-wrapper .hero-subheading {
  color: inherit;
  font-size: 26px !important;
  font-family: daxregular, Arial, sans-serif !important;
}
.tx-ion2s-jobs .detail-grid {
  margin-top: -50px;
}
.tx-ion2s-jobs .detail-grid > * {
  margin: 50px 20px 20px 0;
}
.tx-ion2s-jobs .detail-grid > .benefits-wrapper {
  margin: 0 0 20px 0;
}
.tx-ion2s-jobs .list-wrapper,
.tx-ion2s-jobs .text-wrapper {
  margin: 0;
}
.tx-ion2s-jobs .list-wrapper {
  margin-bottom: 20px;
}
.tx-ion2s-jobs .list-wrapper li,
.tx-ion2s-jobs .benefits-wrapper li {
  font-family: daxregular, Arial, sans-serif;
}
.tx-ion2s-jobs .benefits-wrapper h2, .tx-ion2s-jobs .benefits-wrapper .footer-content__headline, .tx-ion2s-jobs .benefits-wrapper .event__workshop-price, .tx-ion2s-jobs .benefits-wrapper .event__booking-caption {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .detail-grid {
    margin-top: -30px;
  }
  .tx-ion2s-jobs .detail-grid > * {
    margin-top: 30px;
  }
  .tx-ion2s-jobs .list-wrapper *:first-child h2, .tx-ion2s-jobs .list-wrapper *:first-child .footer-content__headline, .tx-ion2s-jobs .list-wrapper *:first-child .event__workshop-price, .tx-ion2s-jobs .list-wrapper *:first-child .event__booking-caption {
    margin-top: 10px;
  }
  .tx-ion2s-jobs .info-wrapper--detailpage,
  .tx-ion2s-jobs .logo-wrapper {
    padding-top: 15px;
  }
  .tx-ion2s-jobs .info-wrapper--detailpage {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .tx-ion2s-jobs .detail-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto 1fr auto auto auto;
    gap: 0 40px;
  }
  .tx-ion2s-jobs .logo-wrapper {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
  .tx-ion2s-jobs .apply-wrapper--top {
    grid-column: 3/span 1;
    grid-row: 2/span 1;
  }
  .tx-ion2s-jobs .info-wrapper {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }
  .tx-ion2s-jobs .pdf-wrapper {
    grid-column: 3/span 1;
    grid-row: 3/span 1;
  }
  .tx-ion2s-jobs .list-wrapper {
    grid-column: 1/span 2;
    grid-row: 2/span 3;
  }
  .tx-ion2s-jobs .benefits-wrapper {
    grid-column: 1/span 3;
    grid-row: 5/span 1;
  }
  .tx-ion2s-jobs .contact-wrapper {
    grid-column: 3/span 1;
    grid-row: 4/span 1;
  }
  .tx-ion2s-jobs .text-wrapper {
    grid-column: 1/span 2;
    grid-row: 6/span 1;
  }
  .tx-ion2s-jobs .apply-wrapper--bottom {
    grid-column: 1/span 3;
    grid-row: 7/span 1;
  }
}

.iframe-wrapper {
  margin-top: 30px;
  text-align: center;
}
.iframe-wrapper iframe.iframe-lvz {
  border: 0;
  width: 80%;
  height: calc(100vh - 297px);
  min-width: 1024px;
  max-width: 1800px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .iframe-wrapper iframe.iframe-lvz {
    width: 100%;
    margin-left: 0;
  }
}
.iframe-wrapper + footer .footer-navigation__background {
  margin-top: 0;
}
.iframe-wrapper + footer .footer-content__background--shifted {
  display: none;
}

@media only print {
  body,
  html {
    font-size: 8px !important;
  }
  .carousel,
  .main-navigation__trigger,
  .button__scroll-top,
  .calculator__reset,
  .calculator__element > .button__secondary,
  .event__booking-element > .button__secondary,
  .calculator__element > .consultation-hour-finder__filter-button--active,
  .event__booking-element > .consultation-hour-finder__filter-button--active,
  .calculator__element > .button-block,
  .event__booking-element > .button-block,
  .calculator__description-show,
  .teaser__main--dark:before,
  .teaser__main--light:before,
  .teaser__main--gray:before,
  .teaser__main-square:before,
  .teaser__main--square-dark:before,
  .teaser__main--square-light:before,
  .teaser__main--square-gray:before,
  .teaser__main--square-white:before,
  .teaser__summary-about--shifted,
  .footer-subnavigation__item,
  .footer__divider,
  .laboratory-finder__location-map,
  .map__route-link,
  .calculator__button,
  a[class^=laboratory-finder__scroll],
  [class^=laboratory-finder__scroll].search__result-filter-reset,
  [class^=laboratory-finder__scroll].teaser__main-link--content-gray {
    display: none !important;
  }
  .swiper-container .fill {
    display: none !important;
  }
  .slider__head-caption-content {
    position: static !important;
    padding: 10px 50px !important;
  }
  .quote__text h1, .quote__text .footer-content__headline, .quote__text .event__workshop-price, .quote__text .event__booking-caption,
  .quote__text h2,
  .quote__text h3 {
    font-size: 2.5rem !important;
  }
  .contact__image-content, .contact__image-content--vertical {
    background-image: none !important;
  }
  .laboratory-finder__box {
    margin-top: 0;
  }
  .laboratory-finder__location-slider {
    margin: 0;
  }
  .laboratory-finder__location-description,
  [class^=calculator] {
    font-size: 16px;
  }
  .calculator__radio-label:before,
  .event__booking-radio-label:before {
    border: 1px solid #58585a;
  }
  .calculator__radio:checked + .calculator__radio-label:before,
  .event__booking-radio:checked + .calculator__radio-label:before,
  .calculator__radio:checked + .event__booking-radio-label:before,
  .event__booking-radio:checked + .event__booking-radio-label:before {
    line-height: 15px;
  }
  .calculator__description,
  .teaser__image-top {
    display: block !important;
  }
  input[type=text]:not(.calculator__unit),
  textarea,
  select {
    border: 1px solid #000 !important;
  }
  .teaser__image-content--top {
    height: 200px;
    overflow: hidden;
    background-image: none !important;
  }
  .teaser__main,
  .teaser__main--dark,
  .teaser__main--light, .teaser__main--transparent, .teaser__main--white,
  .teaser__main--gray,
  .event__teaser-content,
  .event__teaser-content--dynamic,
  .event__teaser-information,
  .event__teaser-information--spacer,
  [data-autoheight=true],
  .hero-unit .background__transparent,
  .hero-unit .background__light,
  .hero-unit .background__abstract {
    height: auto !important;
  }
  .teaser__main,
  .teaser__main--dark,
  .teaser__main--light, .teaser__main--transparent, .teaser__main--white,
  .teaser__main--gray,
  .calculator__box,
  .event__booking-box,
  .calculator__result,
  input[type=text],
  select {
    padding: 0 !important;
  }
  .teaser__main--light,
  .teaser__main--dark,
  .teaser__main--transparent {
    display: none !important;
  }
  .teaser__main-text,
  .teaser__main-text--small,
  .teaser__main-text--light,
  .teaser__main-text--dark,
  .teaser__main-text--gray,
  .teaser__main-text--white,
  .teaser__main-text--transparent,
  .teaser__main-text--top,
  .teaser__main-text--content-gray,
  .teaser__main-text--content-light,
  .teaser__main-text--content-dark {
    padding: 20px 40px !important;
  }
  .footer-navigation__background {
    display: none;
  }
  .footer-subnavigation__item {
    text-align: left;
  }
  .footer-subnavigation__item:last-child {
    display: block !important;
    padding: 0 !important;
  }
  .calculator__label, .event__booking-label {
    padding-bottom: 0;
    text-decoration: underline;
  }
  .calculator__header {
    font-size: 2.8571428571rem;
  }
  .calculator__result-name,
  .calculator__result-data,
  .calculator__result-info,
  #bemerkung {
    font-size: 1.8571428571rem;
  }
  .calculator__result-name {
    margin-top: 10px;
  }
  .calculator__result-sum {
    font-size: 2.4285714286rem;
  }
  #event_locations a:after, #event_locations .search__result-filter-reset:after, #event_locations .teaser__main-link--content-gray:after {
    content: "";
  }
  .event__teaser {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .background__abstract,
  .background__light,
  .background__transparent {
    background: transparent !important;
    min-height: 0 !important;
  }
  .teaser__main-image-background {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0 !important;
  }
  footer {
    page-break-inside: avoid;
  }
  footer:before, footer:after {
    content: " ";
    display: table;
  }
  footer:after {
    clear: both;
  }
  .footer-content__impressum {
    text-align: left;
  }
  .footer-content__impressum h2, .footer-content__impressum .footer-content__headline, .footer-content__impressum .event__workshop-price, .footer-content__impressum .event__booking-caption {
    font-size: 2.5714285714rem;
    margin-bottom: 0;
  }
  .footer-content__impressum .teaser__multi-col-wrapper {
    padding-top: 10px;
  }
  .footer-content__impressum .teaser__multi-col-wrapper > div {
    float: left !important;
    width: 33.33% !important;
  }
  .footer-content__text--highlighted {
    font-size: 1.4285714286rem;
  }
  .footer-subnavigation {
    padding: 10px 0;
  }
  .only--print {
    display: block;
  }
  .contact__box {
    page-break-inside: avoid;
    margin-top: 20px;
  }
  .contact__image {
    float: left;
    margin-top: 25px;
  }
  .download__box div[class^=grid__] {
    float: left;
    width: 50%;
  }
  .map__adress-list {
    position: static;
    padding: 0;
  }
  .calculator__unit {
    border: 0 !important;
    line-height: inherit !important;
  }
  *,
  *:before,
  *:after {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, .search__result-filter-reset, .teaser__main-link--content-gray,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, [href^="#"].search__result-filter-reset:after, [href^="#"].teaser__main-link--content-gray:after,
  a[href^="javascript:"]:after,
  [href^="javascript:"].search__result-filter-reset:after,
  [href^="javascript:"].teaser__main-link--content-gray:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  .footer-content__headline,
  .event__workshop-price,
  .event__booking-caption,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .footer-content__headline, .event__workshop-price, .event__booking-caption,
  h3 {
    page-break-after: avoid;
  }
  footer,
  #TSFE_ADMIN_PANEL_FORM {
    display: none !important;
  }
}
.htmlarea-content-body > p.accordion__content {
  display: block;
  color: black;
}
.flatpickr-calendar{background:transparent;overflow:hidden;max-height:0;opacity:0;visibility:hidden;text-align:center;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;visibility:visible;overflow:visible;max-height:640px}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.hasWeeks{width:auto}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.flatpickr-prev-month,.flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px calc(3.57% - 1.5px);z-index:3;}.flatpickr-prev-month i,.flatpickr-next-month i{position:relative}.flatpickr-prev-month.flatpickr-prev-month,.flatpickr-next-month.flatpickr-prev-month{/*
        /*rtl:begin:ignore*/left:0;/*
        /*rtl:end:ignore*/}/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,.flatpickr-next-month.flatpickr-next-month{/*
        /*rtl:begin:ignore*/right:0;/*
        /*rtl:end:ignore*/}/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,.flatpickr-next-month:hover{color:#959ea9;}.flatpickr-prev-month:hover svg,.flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-prev-month svg,.flatpickr-next-month svg{width:14px;}.flatpickr-prev-month svg path,.flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:1;cursor:pointer;border:1px solid rgba(57,57,57,0.05);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute;top:33%}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6)}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6)}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month.slideLeft{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideLeftNew{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideRight{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideRightNew{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:initial;border:0;border-radius:0;vertical-align:initial;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.flatpickr-calendar.animate .dayContainer.slideLeft{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideLeft,.flatpickr-calendar.animate .dayContainer.slideLeftNew{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideLeftNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideRight{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideRightNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange,.flatpickr-day.startRange.startRange + .endRange,.flatpickr-day.endRange.startRange + .endRange{-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;cursor:pointer;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400;}.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background:#f0f0f0}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fpSlideLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fpSlideLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes fpSlideLeftNew{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpSlideLeftNew{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fpSlideRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fpSlideRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fpSlideRightNew{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpSlideRightNew{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fpFadeOut{from{opacity:1}to{opacity:0}}@keyframes fpFadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes fpFadeIn{from{opacity:0}to{opacity:1}}@keyframes fpFadeIn{from{opacity:0}to{opacity:1}}
/* cookieconsent v3.0.3, @license MIT */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.personnel {
  width: 100%;
  float: left
}

.personnel * {
  box-sizing: border-box;
}

/* Setting icon color and few styles for Card and List view */
.personnel .icon {
  max-height: 0.8em;
  max-width: 0.94em;
  width: auto;
  height: auto;
  margin-right: 0.8em;
}

.personnel img.dummy {
  background: #eee;
}

.personnel .icon path {
  fill: #222
}

.personnel .contact a {
  display: block;
  font-weight: bold;
}

/* Card view */
.personnel>.card {
  width: 22%;
  float: left;
}

.personnel>.card img.person {
  width: 100%;
  height: auto;
  margin-bottom: 1em
}

.personnel>.card .name {
  margin: 0 0 0.2em;
  padding: 0;
}

.personnel>.card-space {
  width: 4%;
  float: left;
  height: 2em;
}

.personnel>.card-space:nth-child(8n) {
  width: 100%
}

/* less columns in smaller containers */
.personnel.cards.break-three>.card {
  width: 30%
}

.personnel.cards.break-three>.card-space {
  width: 5%
}

.personnel.cards.break-three>.card-space:nth-child(3n) {
  width: 100%
}

.personnel.cards.break-two>.card {
  width: 47.5%
}

.personnel.cards.break-two>.card-space {
  width: 5%
}

.personnel.cards.break-two>.card-space:nth-child(4n) {
  width: 100%
}

.personnel.cards.break-one>.card {
  width: 100%
}

.personnel.cards.break-one>.card-space {
  width: 100%
}

/* list view */
.personnel>.listitem {
  float: left;
  width: 100%;
}

/* List view */
.personnel .listitem {
  margin-bottom: 3em;
}

.personnel .listitem.last {
  margin-bottom: 0;
}

.personnel .listitem img {
  width: 20%;
  height: auto;
  float: left;
}

.personnel .listitem .text {
  margin-left: 24%;
}

.personnel.noimages .listitem .text {
    margin-left: 0;
}

.personnel .listitem .name {
  margin: -0.2em 0 0.2em;
}

.personnel.table .image {
  width: 50px
}
/* pagination */
ul.f3-widget-paginator {
  float: left;
  clear: both;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: 2em;
}

ul.f3-widget-paginator>li {
  display: inline-block;
  margin: 0;
}

/* hide if only one page is present in pagination */
ul.f3-widget-paginator li:first-child:nth-last-child(1) {
  display: none;
}

ul.f3-widget-paginator>li>a, ul.f3-widget-paginator>li.current {
  display: inline-block;
  line-height: 1em;
  padding: 0.5em;
  background: #eee;
  margin-right: 0.2em;
}