
/* default styles for extension "tx_bh" */

	/*  ---------Content Element Editing --------- */
	.bhElement{
		position: relative;
	}
	a.bhElement{
		display: block;
	}

/* default styles for extension "tx_cooquickanfrage" */
  textarea {
    width: 300px;
    height: 70px;
  }
  .formloader {
    background: url('/_assets/3a3b477bd7f04c2ba94978df6dd27fb7/Images/ajaxformloader.gif') no-repeat center center;
    width: 35px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    top: 3px;
    position: relative;
  }
  .errorBox {
    border: 1px solid red;
    padding: 10px;
    color: red;
    font-size: 13px;
    margin-bottom: 20px;
  }
  #bigmsg,
  [data-mailform-bigmsg="true"] {
    display: none;
  }

/*! jQuery UI - v1.13.3 - 2024-04-26
* https://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/%22images%2Fui-icons_555555_256x240.png%22')&iconsHighlight=url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/%22images%2Fui-icons_777620_256x240.png%22')&iconsHeader=url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/%22images%2Fui-icons_444444_256x240.png%22')&iconsError=url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/%22images%2Fui-icons_cc0000_256x240.png%22')&iconsDefault=url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/%22images%2Fui-icons_777777_256x240.png%22')&iconsContent=url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/%22images%2Fui-icons_444444_256x240.png%22')&iconsActive=url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/%22images%2Fui-icons_ffffff_256x240.png%22')&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/ui-icons_444444_256x240.png');
}
.ui-widget-header .ui-icon {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/ui-icons_444444_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/ui-icons_555555_256x240.png');
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/ui-icons_777620_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/ui-icons_cc0000_256x240.png');
}
.ui-button .ui-icon {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/ui-icons_777777_256x240.png');
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.003;
    -ms-filter: "alpha(opacity=.3)"; /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
/*   pointer-events: none; */
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl ~ .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl ~ .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-container-rtl ~ .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-container-rtl ~ .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black,
.swiper-container-rtl ~ .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black,
.swiper-container-rtl ~ .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal ~ .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets,
.swiper-container-vertical ~ .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-vertical ~ .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-container-vertical ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-container-vertical ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal ~ .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-container-horizontal ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-container-horizontal ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-container-horizontal.swiper-container-rtl ~ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-horizontal ~ .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-vertical ~ .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar,
.swiper-container-horizontal ~ .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar,
.swiper-container-vertical ~ .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;overflow:hidden;left:0;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(8px);filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (max-width :540px){.tingle-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.tingle-enabled .tingle-content-wrapper{-webkit-filter:none;filter:none}}
/*
	In dieser Datei werden CSS-Anweisungen geschrieben,
	die sich im Frontend in der Mobilversion UND in der Desktopversion auswirken.
*/

/* !bh-cookies-warning */
.bh-cookies-warning {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    z-index: 700;
    color: rgb(80, 80, 80);
    display: none;
}
.bh-cookies-warning-text {
    line-height: 18px;
    font-size: 14px;
}
.bh-cookies-warning-link,
.bh-cookies-warning-accept {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px;
    line-height: 30px;
}
.bh-cookies-warning-link {
    font-size: 14px;
    color: rgb(80, 80, 80);
    background-color: rgba(0, 0, 0, 0.1);
}
.bh-cookies-warning-accept {
    display: inline-block;
    color: rgb(80, 80, 80);
    background-color: rgba(0, 0, 0, 0.1);
}
.bh-cookies-buttons {
    float: right;
    padding: 5px;
}

/* bh-social */

.bh-social-bar {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
}

.bh-social-element {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.bh-social-element svg {
    height: 100%;
    width: auto;
}

.bh-social-element i,
.bh-social-toggler i {
    font-size: 27px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.bh-social-toggler[aria-expanded="true"] i {
    opacity: 0.5;
}

.bh-social-toggler {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.bh-social-pane {
    display: inline-block;
    white-space: nowrap;
}

.bh-social-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bh-social-button .bh-social-pane {
    transition: 0.5s linear all;
    max-width: 0px;
    overflow: hidden;
    height: 30px;
}

.bh-social-button.active .bh-social-pane {
    max-width: 300px;
}

/* TODO Dropzone generell für "Flowline"-Container ausblenden */

.bh-swiper {
    position: relative;
}

/*
	Modal, Popup
*/
.tingle-modal__close {
    font-size: 40px;
    line-height: 40px;
}
.tingle-modal-box {
    width: 80%;
    max-width: 1024px;
}
.tingle-modal-box__footer {
    display: flex;
    justify-content: flex-end;
}
.tingle-btn--default {
    background-color: #a7a7a7;
}

.bh-modal-content {
    color: #000;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
}
.bh-modal-headline {
    font-size: 22px;
    margin-bottom: 10px;
}
.bh-modal-text {
    font-size: 14px;
}

.bh-modal-content a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

.tingle-btn {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 540px) {
    .tingle-modal__close {
        display: flex;
        flex-direction: row-reverse;
        background-color: transparent;
    }
    .tingle-modal__closeIcon {
        font-size: 40px;
        line-height: 40px;
        padding: 0px 10px;
    }
    .tingle-modal__closeLabel {
        font-size: 20px;
        line-height: 40px;
    }
    .tingle-modal-box {
        width: 100%;
    }
    .tingle-modal-box__footer {
        flex-direction: column;
    }
    .tingle-btn {
        margin-left: 0px;
    }
    .tingle-btn:last-child {
        margin-bottom: 0px;
    }
}

/* Datepicker */

.mbsc-datepicker .mbsc-windows.mbsc-range-control-label.active,
.mbsc-datepicker .mbsc-windows.mbsc-range-control-value.active,
.mbsc-datepicker .mbsc-windows.mbsc-calendar-today {
    color: var(--datepicker-color-highlight, #0078d7);
}

.mbsc-datepicker
    .mbsc-windows.mbsc-range-control-wrapper
    .mbsc-windows.mbsc-segmented-button.mbsc-selected {
    border-bottom-color: var(--datepicker-color-highlight, #0078d7);
}

.mbsc-datepicker .mbsc-windows.mbsc-scroller-wheel-line,
.mbsc-datepicker .mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner,
.mbsc-datepicker .mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner {
    background: var(--datepicker-color-selected, rgba(0, 120, 215, 0.25));
}

.mbsc-datepicker
    .mbsc-windows.mbsc-selected.mbsc-range-day
    .mbsc-calendar-cell-inner {
    background-color: var(--datepicker-color-highlight, #0078d7);
}

.mbsc-datepicker .mbsc-windows.mbsc-range-day {
    border-left-color: transparent;
}

/* Responsive IMG ausblenden, wenn noch keine src definiert ist */

img.bh-image-responsive-empty {
    opacity: 0 !important;
}

/***
### Defaults
***/

/*html, body { height: 100%;}*/
html,
body {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    /*min-height: 100%;*/
    /*display: none !important;*/
}
#Page {
    background: no-repeat center top;
}
img {
    border: none;
    display: block;
}
.fullscreen {
    text-align: center;
    min-height: 100%;
}
.center {
    margin: 0 auto;
    text-align: left;
    position: relative;
}
strong {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: normal;
}

ul {
    /*    padding: 0px;
    margin: 0px;*/
}

li {
}
p,
.bodytext {
    margin-top: 0px;
    margin-bottom: 20px;
}
a.bhElement {
    display: block;
}
.bhElement,
.bhPseudoElement {
    position: relative;
    margin-bottom: 20px;
}
.bhCols {
    margin-bottom: 0px;
}
.bhText.bhElement {
    margin-bottom: 0px;
}

/* ELEMENT */
a {
    position: relative;
}
a p,
a div {
    text-decoration: none;
}

/* Downloadlink */
.bh-downloadlink-name {
    padding: 10px;
}

/** COLS ****/
.cols6 .bhCol {
    width: 16%;
    margin-right: 0.8%;
}

.cols5 .bhCol {
    width: 19.2%;
    margin-right: 1%;
}

.cols4 .bhCol {
    width: 24%;
    margin-right: 1.333%;
}
.cols3 .bhCol {
    width: 32%;
    margin-right: 2%;
}
.cols2 .bhCol {
    width: 49%;
    margin-right: 2%;
}

.cols2 > .col2,
.cols3 > .col3,
.cols4 > .col4,
.cols5 > .col5,
.cols6 > .col6 {
    margin-right: 0px !important;
}

/*****/

/* LINKBOX */
.linkbox_bild {
    padding: 10px;
    width: 120px;
}
.linkbox_bild .bhImageInner {
    overflow: hidden;
}

.bh-pic-fixheight .ui-resizable-handle {
    display: none !important;
}
.linkbox_content {
    padding: 10px;
    min-height: 40px;
    position: relative;
    overflow: hidden;
}
.linkbox {
    position: relative;
}

/* Box */
.boxTitle {
    font-weight: bold;
}
.boxTitle p {
    margin-bottom: 5px;
}
.boxContent p {
    margin-bottom: 0px;
}
.boxContent {
    padding-top: 10px;
}

.bhCol {
    float: left;
    min-height: 1px;
}

/*Accordeon */
.bhAccordeonItem {
    margin-bottom: 0px;
}
.bhContainer .bhAccordeonItem.accordeon-last {
    margin-bottom: 20px;
}

.bh-accordion-toggler-inner {
    padding: 3px 5px;
    cursor: pointer;
}
.bh-accordion-toggler-inner p {
    margin-bottom: 0px;
}

.bh-accordion-element {
    overflow: hidden;
}
.bh-accordion-element-inner {
    overflow: auto;
}
/* Picture */
.bhPicture {
}
.bh-femode .bhImageInner {
    overflow: hidden;
}

.bhImageHover {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    z-index: 50;
}
a.bhPicture:hover .bhImageHover {
    display: block;
}
/*Fader*/
.fadeContainer {
    position: relative;
}
.bhFadecontainer {
}
.bhFadecontainer > .bhContainer,
.fadeContainer > .fadeContainerInner {
    position: relative;
    overflow: hidden;
}
.bhFadecontainer > .bhContainer > .bhElement,
.fadeContainer > .fadeContainerInner > .fadeItem {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*### Fader-Arrows ### */

.bhFader .bhPicture:hover .bhImageHover {
    display: none;
}

.cssFaderArrow {
    width: 80px;
    height: 20px;
    position: absolute;
    z-index: 50;
    height: 100%;
    cursor: pointer;
    top: 0px;
    background: no-repeat center center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cssFaderArrow.fadePrev {
    left: 0px;
}

.cssFaderArrow.fadeNext {
    right: 0px;
}

/*### Fader points ### */
.cssFaderMenuPoint {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 60;
}
.cssFaderMenuPointItem {
    cursor: pointer;
    float: left;
    width: 15px;
    height: 15px;
    background: grey;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cssFaderMenuPointItem.current {
    background: black;
}

.bhPicture.bhe-state-current-editing-element .bhImageHover {
    display: none !important;
}

/* FADE-effect */
.bhFadecontainer[data-effect="fadeEffect"] > .bhContainer > .bhElement,
.fadeContainer[data-effect="fadeEffect"] > .fadeContainerInner > .fadeItem {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;

    opacity: 0;
    -webkit-transform: translateZ(0);
}

.bhFadecontainer[data-effect="fadeEffect"] > .bhContainer > .bhElement.prev,
.fadeContainer[data-effect="fadeEffect"]
    > .fadeContainerInner
    > .fadeItem.prev {
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.bhFadecontainer[data-effect="fadeEffect"] > .bhContainer > .bhElement.current,
.fadeContainer[data-effect="fadeEffect"]
    > .fadeContainerInner
    > .fadeItem.current {
    z-index: 3;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.bhFadecontainer[data-effect="fadeEffect"] > .bhContainer > .bhElement.next,
.fadeContainer[data-effect="fadeEffect"]
    > .fadeContainerInner
    > .fadeItem.next {
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
/**
* SLIDE EFFECT
**/
.bhFadecontainer[data-effect="slideEffect"] > .bhContainer > .bhElement,
.fadeContainer[data-effect="slideEffect"] > .fadeContainerInner > .fadeItem {
    transition: left 1s;
    -moz-transition: left 1s;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    left: 0%;

    opacity: 0;
}

.bhFadecontainer[data-effect="slideEffect"] > .bhContainer > .bhElement.prev,
.fadeContainer[data-effect="slideEffect"]
    > .fadeContainerInner
    > .fadeItem.prev {
    z-index: 1;
    left: -100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: left 1s, opacity 0s linear 1s;
    -moz-transition: left 1s, opacity 0s linear 1s;
    -webkit-transition: left 1s, opacity 0s linear 1s;
    -o-transition: left 1s, opacity 0s linear 1s;
}

.bhFadecontainer[data-effect="slideEffect"] > .bhContainer > .bhElement.current,
.fadeContainer[data-effect="slideEffect"]
    > .fadeContainerInner
    > .fadeItem.current {
    z-index: 3;
    left: 0%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.bhFadecontainer[data-effect="slideEffect"] > .bhContainer > .bhElement.next,
.fadeContainer[data-effect="slideEffect"]
    > .fadeContainerInner
    > .fadeItem.next {
    z-index: 2;
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: left 1s, opacity 0s linear 1s;
    -moz-transition: left 1s, opacity 0s linear 1s;
    -webkit-transition: left 1s, opacity 0s linear 1s;
    -o-transition: left 1s, opacity 0s linear 1s;
}

/* Navi */
ul.navi,
.navi li,
.navi a {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

/* Tabbox */
.bhTabElement {
    float: left;
    margin: 0px;
    font-size: 20px;
    background: #d9d9d9;
    padding: 0 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 45px;
}
.bhTabElement:first-child {
    border-left: none;
}
.bh-tabtoggler-active {
    font-weight: bold;
}

.bh-tabcontent > .bhContainer {
    display: none;
}
.bh-tabcontent .bh-tabcontent-active {
    display: block;
}
.bhTabElement p {
    margin-bottom: 0px;
}
.bhTabElement {
    cursor: pointer;
}

.fileInfos {
    display: none;
}

/* BG-Image */
.bhBgImage {
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
}
/* Audio */
audio {
    width: 100%;
}

/* Thumbnail */
.bh-thumbnailgallery-pic {
    float: left;
}
.floatchildren > * {
    float: left;
    min-height: 1px;
}

.error {
    color: red;
}
.beside,
.L,
.l {
    float: left;
}
.rightside,
.R,
.r {
    float: right;
}
.clearfix:after,
.cf:after,
.floatchildren:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
} /* slightly enhanced, universal clearfix hack */
.clearfix,
.cf,
.floatchildren {
    display: block;
} /* close commented backslash hack */
html* .clearfix,
html* .floatchildren,
html* .cf {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
/* start commented backslash hack \*/
* html .cf {
    height: 1%;
}

/* Bh-Branding */
.bh-brand {
    width: 90px;
    position: relative;
    display: block;
}
.bh-brand-text {
    fill-opacity: 1;
    fill: #000;
}
.bh-brand-logo {
    fill-opacity: 1;
    fill: #000;
}

/* Video-Wizard */

.yt-wizard-wrapper,
.vi-wizard-wrapper,
.bhHtml5VideoElement {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.yt-wizard-wrapper.ar-9-16,
.vi-wizard-wrapper.ar-9-16,
.bhHtml5VideoElement.ar-9-16 {
    padding-bottom: 177.777%;
}

.yt-wizard-wrapper.ar-16-10,
.vi-wizard-wrapper.ar-16-10,
.bhHtml5VideoElement.ar-16-10 {
    padding-bottom: 62.5%;
}
.yt-wizard-wrapper.ar-4-3,
.vi-wizard-wrapper.ar-4-3,
.bhHtml5VideoElement.ar-4-3 {
    padding-bottom: 75%;
}
.yt-wizard-wrapper iframe,
.vi-wizard-wrapper iframe,
.bhHtml5VideoElement video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* Text Element CSS Cols */
.el-text-cols--2 {
    column-count: 2;
    -webkit-column-count: 2;
}
.el-text-cols--3 {
    column-count: 3;
    -webkit-column-count: 3;
}

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}
.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}
.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}
.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.f-throwOutUp {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
    to {
        transform: translate3d(
            0,
            calc(var(--f-throw-out-distance, 150px) * -1),
            0
        );
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}
.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s)
        var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both
        f-fadeIn;
    z-index: 2;
}
.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s)
        var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both
        f-fadeOut;
    z-index: 1;
}
@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}
.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}
.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2;
}
@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}
.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}
.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}
@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}
.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}
.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
        f-crossfadeOut;
    z-index: 1;
}
@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}
.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-slideInNext;
}
.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-slideInPrev;
}
.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-slideOutNext;
}
.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-slideOutPrev;
}
@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%);
    }
}
@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%);
    }
}
.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-classicInNext;
    z-index: 2;
}
.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-classicInPrev;
    z-index: 2;
}
.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-classicOutNext;
    z-index: 1;
}
.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
        f-classicOutPrev;
    z-index: 1;
}
@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0;
    }
}
@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0;
    }
}
:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}
@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}
.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
    outline: none;
}
.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
        var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}
.f-button[disabled] {
    cursor: default;
}
.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none;
}
html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}
html.with-fancybox body {
    touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(
        var(--fancybox-body-margin, 0px) +
            var(--fancybox-scrollbar-compensate, 0px)
    );
    overflow: hidden !important;
    overscroll-behavior-y: none;
}
.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit;
}
.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}
.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}
.fancybox__viewport {
    width: 100%;
    height: 100%;
}
.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}
.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%;
}
.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
    overflow: hidden;
}
.fancybox__slide.has-image {
    overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}
.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
    display: block;
}
.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}
.is-loading .fancybox__content {
    opacity: 0;
}
.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}
.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}
.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height;
}
.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0px);
}
.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}
.is-compact .fancybox__caption {
    padding-bottom: 0;
}
.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1;
}
.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}
.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}
.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}
.is-idle .fancybox__nav {
    animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
        var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}
.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none;
}
.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none;
}
.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"]
    > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"]
    .fancybox__carousel
    > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
    .fancybox__slide
    > *:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
        f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
    > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"]
    .fancybox__carousel
    > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
    .fancybox__slide
    > *:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}
.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
}
.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}
.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}
.f-thumbs .f-spinner svg {
    display: none;
}
.f-thumbs.is-vertical {
    height: 100%;
}
.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.f-thumbs__track {
    display: flex;
}
.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}
.f-thumbs__slide.is-loading img {
    opacity: 0;
}
.is-classic .f-thumbs__viewport {
    height: 100%;
}
.is-modern .f-thumbs__track {
    width: max-content;
}
.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer;
}
.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
    transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color))
        drop-shadow(2px 0px 0px var(--f-thumb-outline-color))
        drop-shadow(0px -1px 0px var(--f-thumb-outline-color))
        drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}
.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
    --clip-path: inset(
        0
            calc(
                ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) *
                    (1 - var(--progress, 0)) * 0.5
            )
            round var(--f-thumb-border-radius, 0)
    );
    clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid
        var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}
.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
}
.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
}
.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
    max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
    transition: none !important;
}
.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
        "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(
        --fancybox-toolbar-text-shadow,
        1px 1px 1px rgba(0, 0, 0, 0.5)
    );
    pointer-events: none;
    z-index: 20;
}
.fancybox__toolbar :focus-visible {
    z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none;
}
.fancybox__infobar span {
    padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
    position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}
.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none;
}

@font-face{font-family:Mobiscroll;src:url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/icons_mobiscroll.woff?gbukrg') format("woff"),url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/icons_mobiscroll.woff') format("woff"),url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/icons_mobiscroll.ttf?gbukrg') format("truetype");font-weight:400;font-style:normal}.mbsc-font-icon:before{font-family:Mobiscroll;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mbsc-icon-arrow-left2:before{content:"\ea01"}.mbsc-icon-arrow-right2:before{content:"\ea02"}.mbsc-icon-checkmark:before{content:"\ea03"}.mbsc-icon-close:before{content:"\ea04"}.mbsc-icon-loop2:before{content:"\ea05"}.mbsc-icon-minus:before{content:"\ea06"}.mbsc-icon-plus:before{content:"\ea07"}.mbsc-icon{display:inline-block;vertical-align:middle;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.mbsc-icon>svg{display:block;margin:0 auto;width:100%;height:100%;fill:currentColor}.mbsc-windows.mbsc-description.mbsc-disabled,.mbsc-windows.mbsc-form-control-label.mbsc-disabled{opacity:.3}.mbsc-form-control-label{display:block}.mbsc-form-control-input{position:absolute;width:100%;height:100%;top:0;left:0;border:0;opacity:0;margin:0;z-index:3}.mbsc-windows.mbsc-textfield-wrapper{margin:1em}.mbsc-windows.mbsc-textfield-wrapper-inline{margin:1.75em 1em}.mbsc-windows.mbsc-textfield-wrapper-floating{padding-top:1.75em}.mbsc-windows.mbsc-textfield{height:2em;padding:0 .5em;border:1px solid;border-radius:2px}.mbsc-windows.mbsc-textfield-icon{top:.4375em;width:1.125em;height:1.125em;line-height:1.125em;margin:0 1px}.mbsc-windows.mbsc-textfield-has-icon-right{padding-right:2em}.mbsc-windows.mbsc-textfield-has-icon-left{padding-left:2em}.mbsc-windows.mbsc-textfield-icon-left{left:.4375em}.mbsc-windows.mbsc-textfield-icon-right{right:.4375em}.mbsc-windows.mbsc-error-message{font-size:.75em}.mbsc-windows.mbsc-label{line-height:2em;font-size:.875em;font-weight:600}.mbsc-windows.mbsc-label-inline{line-height:2.285715em}.mbsc-windows.mbsc-label-floating{top:2.142858em}.mbsc-windows.mbsc-label-stacked{position:static}.mbsc-windows.mbsc-label-floating.mbsc-ltr{-webkit-transform:translateX(.57143em);transform:translateX(.57143em)}.mbsc-windows.mbsc-label-floating.mbsc-rtl{-webkit-transform:translateX(-.5em);transform:translateX(-.5em)}.mbsc-windows.mbsc-label-box-floating-has-icon-left.mbsc-ltr,.mbsc-windows.mbsc-label-outline-floating-has-icon-left.mbsc-ltr,.mbsc-windows.mbsc-label-underline-floating-has-icon-left.mbsc-ltr{-webkit-transform:translateX(2.28572em);transform:translateX(2.28572em)}.mbsc-windows.mbsc-label-box-floating-has-icon-right.mbsc-rtl,.mbsc-windows.mbsc-label-outline-floating-has-icon-right.mbsc-rtl,.mbsc-windows.mbsc-label-underline-floating-has-icon-right.mbsc-rtl{-webkit-transform:translateX(-2.28572em);transform:translateX(-2.28572em)}.mbsc-windows.mbsc-label.mbsc-label-floating-active{-webkit-transform:translateY(-2.14286em);transform:translateY(-2.14286em)}.mbsc-windows.mbsc-textfield-wrapper-underline{border-bottom:1px solid}.mbsc-windows.mbsc-textfield-underline{border:0;border-radius:0}.mbsc-windows.mbsc-select.mbsc-ltr{padding-right:2em}.mbsc-windows.mbsc-select.mbsc-rtl{padding-left:2em}.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr{padding-right:3.125em}.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl{padding-left:3.125em}.mbsc-windows.mbsc-select-icon{top:.4375em;width:1.125em;height:1.125em;line-height:1.125em;margin:0 1px}.mbsc-windows.mbsc-select-icon.mbsc-ltr{right:.4375em}.mbsc-windows.mbsc-select-icon.mbsc-rtl{left:.4375em}.mbsc-windows.mbsc-select-icon-right.mbsc-ltr{right:2em}.mbsc-windows.mbsc-select-icon-left.mbsc-rtl{left:2em}.mbsc-windows.mbsc-textarea{height:3.5em;padding-top:.1875em;padding-bottom:.1875em}.mbsc-windows.mbsc-textfield.mbsc-textfield-tags{padding:.125em;min-height:2em}.mbsc-windows.mbsc-textfield-tag{margin:.125em}.mbsc-windows.mbsc-textfield-tag.mbsc-ltr{margin-right:.125em}.mbsc-windows.mbsc-textfield-tag.mbsc-rtl{margin-left:.125em}.mbsc-windows.mbsc-textfield-tag-text{line-height:1.571429em}.mbsc-windows.mbsc-textfield-tag-clear.mbsc-icon{width:1.375em;height:1.375em;border-width:.125em}.mbsc-windows.mbsc-textfield-wrapper{color:#333}.mbsc-windows.mbsc-textfield-wrapper.mbsc-disabled{color:#9e9e9e}.mbsc-windows.mbsc-textfield{background:#fff;color:#333}.mbsc-windows.mbsc-textfield-box,.mbsc-windows.mbsc-textfield-outline{border-color:#878787}.mbsc-windows.mbsc-textfield.mbsc-hover{border-color:#333}.mbsc-windows.mbsc-textfield-box.mbsc-focus,.mbsc-windows.mbsc-textfield-outline.mbsc-focus{border-color:#0078d7;box-shadow:inset 0 0 0 1px #0078d7}.mbsc-windows.mbsc-textfield.mbsc-disabled{background:#f2f2f2;border-color:#f2f2f2}.mbsc-windows.mbsc-textfield-box.mbsc-error.mbsc-focus,.mbsc-windows.mbsc-textfield-outline.mbsc-error.mbsc-focus{box-shadow:inset 0 0 0 1px}.mbsc-windows.mbsc-textfield-wrapper-underline{border-color:#878787}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-hover{border-color:#333}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-focus{border-color:#0078d7;box-shadow:0 1px 0 0 #0078d7}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-disabled{border-color:#f2f2f2}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus{box-shadow:0 1px 0 0}.mbsc-windows.mbsc-textfield-tag{background:#e6e6e6}.mbsc-windows-dark.mbsc-textfield-wrapper{color:#fff}.mbsc-windows-dark.mbsc-textfield-wrapper.mbsc-disabled{color:#949494}.mbsc-windows-dark.mbsc-textfield{background:#1a1a1a;color:#fff}.mbsc-windows-dark.mbsc-textfield-box,.mbsc-windows-dark.mbsc-textfield-outline{border-color:#ababab}.mbsc-windows-dark.mbsc-textfield.mbsc-hover{border-color:#fff}.mbsc-windows-dark.mbsc-textfield-box.mbsc-focus,.mbsc-windows-dark.mbsc-textfield-outline.mbsc-focus{border-color:#0078d7;box-shadow:inset 0 0 0 1px #0078d7}.mbsc-windows-dark.mbsc-textfield.mbsc-disabled{background:#272727;border-color:#272727}.mbsc-windows-dark.mbsc-textfield-box.mbsc-error.mbsc-focus,.mbsc-windows-dark.mbsc-textfield-outline.mbsc-error.mbsc-focus{box-shadow:inset 0 0 0 1px}.mbsc-windows-dark.mbsc-textfield-wrapper-underline{border-color:#ababab}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-hover{border-color:#fff}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-focus{border-color:#0078d7;box-shadow:0 1px 0 0 #0078d7}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-disabled{border-color:#272727}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus{box-shadow:0 1px 0 0}.mbsc-windows-dark.mbsc-textfield-tag{background:#5f5f5f}@-webkit-keyframes autofill{0%{opacity:1}to{opacity:1}}@keyframes autofill{0%{opacity:1}to{opacity:1}}.mbsc-textfield-wrapper{position:relative;display:block;margin:0;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mbsc-textfield-wrapper-inline{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mbsc-textfield-inner{-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.mbsc-textfield-inner-inline{-webkit-box-flex:1;-webkit-flex:1 auto;-moz-box-flex:1;-ms-flex:1 auto;flex:1 auto}.mbsc-textfield{display:block;width:100%;font-size:1em;margin:0;padding:0;border:0;border-radius:0;outline:0;font-family:inherit;-moz-box-sizing:border-box;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none}.mbsc-textfield:-webkit-autofill{-webkit-animation-name:autofill;animation-name:autofill}.mbsc-textfield::-webkit-inner-spin-button{height:2em;-webkit-align-self:center;align-self:center}.mbsc-textfield::-moz-placeholder{opacity:.5;color:inherit}.mbsc-textfield::-webkit-input-placeholder{opacity:.5;color:inherit}.mbsc-textfield-floating:-ms-input-placeholder{color:transparent}.mbsc-textfield-floating::-moz-placeholder{opacity:0;-moz-transition:opacity .2s;transition:opacity .2s}.mbsc-textfield-floating::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.mbsc-textfield-floating::-webkit-datetime-edit{color:transparent}.mbsc-textfield-floating-active:-ms-input-placeholder{color:inherit}.mbsc-textfield-floating-active::-moz-placeholder{opacity:.5}.mbsc-textfield-floating-active::-webkit-input-placeholder{opacity:.5}.mbsc-textfield-floating-active::-webkit-datetime-edit{color:inherit}.mbsc-textfield-fieldset{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0 1em;pointer-events:none}.mbsc-textfield-icon{position:absolute;top:0;text-align:center}.mbsc-textfield-icon-left{left:0}.mbsc-textfield-icon-right{right:0}.mbsc-label{position:absolute;z-index:1;top:0;line-height:1em;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.mbsc-label-inline{position:static;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30%;max-width:12.5em;-moz-box-sizing:border-box;box-sizing:border-box;pointer-events:auto}.mbsc-label-floating-animate{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.mbsc-label-floating.mbsc-ltr{-webkit-transform-origin:top left;transform-origin:top left}.mbsc-label-floating.mbsc-rtl{-webkit-transform-origin:top right;transform-origin:top right}.mbsc-error-message{position:absolute;top:100%;font-size:.75em;line-height:1.5em}.mbsc-textfield-file{position:absolute;left:0;opacity:0}.mbsc-select{cursor:pointer}.mbsc-select-icon{position:absolute;text-align:center;pointer-events:none}.mbsc-textarea{resize:none;overflow:hidden;line-height:1.5em}.mbsc-toggle-icon:hover{cursor:pointer}.mbsc-textfield.mbsc-textfield-hidden.mbsc-textarea{padding:0;width:100%;height:100%;border:0;position:absolute;z-index:-1;top:0;left:0;opacity:0}.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea{display:block;overflow:auto;height:auto;max-height:5.5em}.mbsc-textfield-tag{display:inline-block;margin:.25em 0;line-height:normal}.mbsc-textfield-tag.mbsc-ltr{margin-right:.5em;padding-left:.75em}.mbsc-textfield-tag.mbsc-rtl{margin-left:.5em;padding-right:.75em}.mbsc-textfield-tag-text{font-size:.875em;line-height:1.857143em}.mbsc-textfield-tag-clear.mbsc-icon{width:1.625em;height:1.625em;vertical-align:top;border:.25em solid transparent;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer}:root{--mbsc-safe-top:0;--mbsc-safe-right:0;--mbsc-safe-bottom:0;--mbsc-safe-left:0}@supports (top:constant(safe-area-inset-top)){:root{--mbsc-safe-top:constant(safe-area-inset-top);--mbsc-safe-right:constant(safe-area-inset-right);--mbsc-safe-bottom:constant(safe-area-inset-bottom);--mbsc-safe-left:constant(safe-area-inset-left)}}@supports (top:env(safe-area-inset-top)){:root{--mbsc-safe-top:env(safe-area-inset-top);--mbsc-safe-right:env(safe-area-inset-right);--mbsc-safe-bottom:env(safe-area-inset-bottom);--mbsc-safe-left:env(safe-area-inset-left)}}.mbsc-font{font-family:-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}.mbsc-reset{margin:0;padding:0;border:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mbsc-resize{right:0;bottom:0;overflow:hidden;z-index:-1}.mbsc-resize,.mbsc-resize-i{position:absolute;left:0;top:0}.mbsc-resize-y{width:200%;height:200%}.mbsc-hidden{visibility:hidden}.mbsc-ltr{direction:ltr}.mbsc-rtl{direction:rtl}.mbsc-ripple{background:currentColor;position:absolute;top:0;left:0;opacity:0;border-radius:1000em;pointer-events:none;-webkit-transform:scale(0);transform:scale(0)}.mbsc-flex,.mbsc-flex-col{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mbsc-flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mbsc-flex-1-1{-webkit-box-flex:1;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}@media (-webkit-min-device-pixel-ratio:2){.mbsc-hb,.mbsc-hb:after,.mbsc-hb:before{border-width:.5px!important}}.mbsc-windows.mbsc-button{padding:0 .5em;line-height:1.75em;margin:.5em .25em;border:.125em solid transparent;-webkit-transition:border-color .1s ease-out,background-color .1s ease-out;transition:border-color .1s ease-out,background-color .1s ease-out}.mbsc-windows.mbsc-icon-button{width:2.75em;height:2em}.mbsc-windows.mbsc-button-flat{-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.mbsc-windows.mbsc-button-flat.mbsc-hover{opacity:.7}.mbsc-windows.mbsc-button-flat.mbsc-active{opacity:1}.mbsc-windows.mbsc-button.mbsc-disabled,.mbsc-windows.mbsc-button:disabled{opacity:.3}.mbsc-windows.mbsc-ltr.mbsc-button-icon-start{padding-right:.5em}.mbsc-windows.mbsc-ltr.mbsc-button-icon-end,.mbsc-windows.mbsc-rtl.mbsc-button-icon-start{padding-left:.5em}.mbsc-windows.mbsc-rtl.mbsc-button-icon-end{padding-right:.5em}.mbsc-windows .mbsc-button-group,.mbsc-windows .mbsc-button-group-justified{margin:.5em .75em}.mbsc-windows .mbsc-button-group-block{margin:.5em 1em}.mbsc-windows.mbsc-button-standard{background:#ccc;border-color:#ccc;color:#333}.mbsc-windows.mbsc-button-standard.mbsc-hover{border-color:#7a7a7a}.mbsc-windows.mbsc-button-standard.mbsc-active{border-color:#7a7a7a;background:#7a7a7a}.mbsc-windows.mbsc-button-flat{color:#333}.mbsc-windows.mbsc-button-flat.mbsc-active{background:#f2f2f2;border-color:#f2f2f2;color:#333}.mbsc-windows.mbsc-button-outline{border:.125em solid #999;color:#999}.mbsc-windows.mbsc-button-outline.mbsc-hover{border-color:grey}.mbsc-windows.mbsc-button-outline.mbsc-active{border-color:grey;background:grey;color:#fff}.mbsc-windows.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #333}.mbsc-windows.mbsc-button-primary.mbsc-button-standard{background:#3f97f6;border-color:#3f97f6;color:#fff}.mbsc-windows.mbsc-button-secondary.mbsc-button-standard{background:#90979e;border-color:#90979e;color:#fff}.mbsc-windows.mbsc-button-success.mbsc-button-standard{background:#43be5f;border-color:#43be5f;color:#fff}.mbsc-windows.mbsc-button-danger.mbsc-button-standard{background:#f5504e;border-color:#f5504e;color:#fff}.mbsc-windows.mbsc-button-warning.mbsc-button-standard{background:#f8b042;border-color:#f8b042;color:#fff}.mbsc-windows.mbsc-button-info.mbsc-button-standard{background:#5bb7c5;border-color:#5bb7c5;color:#fff}.mbsc-windows.mbsc-button-dark.mbsc-button-standard{background:#47494a;border-color:#47494a;color:#fff}.mbsc-windows.mbsc-button-light.mbsc-button-standard{background:#fff;border-color:#fff;color:#000}.mbsc-windows.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-windows.mbsc-button-primary.mbsc-button-flat.mbsc-active{background:#88bff9;border-color:#88bff9}.mbsc-windows.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-windows.mbsc-button-secondary.mbsc-button-flat.mbsc-active{background:#b9bdc2;border-color:#b9bdc2}.mbsc-windows.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-windows.mbsc-button-success.mbsc-button-flat.mbsc-active{background:#7cd28f;border-color:#7cd28f}.mbsc-windows.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-windows.mbsc-button-danger.mbsc-button-flat.mbsc-active{background:#f99896;border-color:#f99896}.mbsc-windows.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-windows.mbsc-button-warning.mbsc-button-flat.mbsc-active{background:#fbcf8c;border-color:#fbcf8c}.mbsc-windows.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-windows.mbsc-button-info.mbsc-button-flat.mbsc-active{background:#94d0d9;border-color:#94d0d9}.mbsc-windows.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-windows.mbsc-button-dark.mbsc-button-flat.mbsc-active{background:#6c7071;border-color:#6c7071}.mbsc-windows.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-windows.mbsc-button-light.mbsc-button-flat.mbsc-active{background:#fff;border-color:#fff}.mbsc-windows.mbsc-button-primary.mbsc-button-outline{border-color:#3f97f6;color:#3f97f6}.mbsc-windows.mbsc-button-secondary.mbsc-button-outline{border-color:#90979e;color:#90979e}.mbsc-windows.mbsc-button-success.mbsc-button-outline{border-color:#43be5f;color:#43be5f}.mbsc-windows.mbsc-button-danger.mbsc-button-outline{border-color:#f5504e;color:#f5504e}.mbsc-windows.mbsc-button-warning.mbsc-button-outline{border-color:#f8b042;color:#f8b042}.mbsc-windows.mbsc-button-info.mbsc-button-outline{border-color:#5bb7c5;color:#5bb7c5}.mbsc-windows.mbsc-button-dark.mbsc-button-outline{border-color:#47494a;color:#47494a}.mbsc-windows.mbsc-button-light.mbsc-button-outline{border-color:#ccc;color:#ccc}.mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-hover{border-color:#0964c6}.mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-active{background:#0964c6;color:#fff}.mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-hover{border-color:#5d646b}.mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-active{background:#5d646b;color:#fff}.mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-hover{border-color:#287339}.mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-active{background:#287339;color:#fff}.mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-hover{border-color:#d10e0c}.mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-active{background:#d10e0c;color:#fff}.mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-hover{border-color:#cc7f08}.mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-active{background:#cc7f08;color:#fff}.mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-hover{border-color:#317e89}.mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-active{background:#317e89;color:#fff}.mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-hover{border-color:#000}.mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-active{background:#000;color:#fff}.mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-hover{border-color:#999}.mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-active{background:#999;color:#47494a}.mbsc-windows-dark.mbsc-button-standard{background:#404040;border-color:#404040;color:#fff}.mbsc-windows-dark.mbsc-button-standard.mbsc-hover{border-color:#ababab}.mbsc-windows-dark.mbsc-button-standard.mbsc-active{border-color:#ababab;background:#ababab}.mbsc-windows-dark.mbsc-button-flat{color:#fff}.mbsc-windows-dark.mbsc-button-flat.mbsc-active{background:#676767;border-color:#676767;color:#fff}.mbsc-windows-dark.mbsc-button-outline{border:.125em solid #737373;color:#737373}.mbsc-windows-dark.mbsc-button-outline.mbsc-hover{border-color:#8d8d8d}.mbsc-windows-dark.mbsc-button-outline.mbsc-active{border-color:#8d8d8d;background:#8d8d8d;color:#fff}.mbsc-windows-dark.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #fff}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard{background:#3f97f6;border-color:#3f97f6;color:#fff}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard{background:#90979e;border-color:#90979e;color:#fff}.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard{background:#43be5f;border-color:#43be5f;color:#fff}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard{background:#f5504e;border-color:#f5504e;color:#fff}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard{background:#f8b042;border-color:#f8b042;color:#fff}.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard{background:#5bb7c5;border-color:#5bb7c5;color:#fff}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard{background:#47494a;border-color:#47494a;color:#fff}.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard{background:#fff;border-color:#fff;color:#000}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat.mbsc-active{background:#88bff9;border-color:#88bff9}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-active{background:#b9bdc2;border-color:#b9bdc2}.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat.mbsc-active{background:#7cd28f;border-color:#7cd28f}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat.mbsc-active{background:#f99896;border-color:#f99896}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat.mbsc-active{background:#fbcf8c;border-color:#fbcf8c}.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat.mbsc-active{background:#94d0d9;border-color:#94d0d9}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat.mbsc-active{background:#6c7071;border-color:#6c7071}.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat.mbsc-active{background:#fff;border-color:#fff}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline{border-color:#3f97f6;color:#3f97f6}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline{border-color:#90979e;color:#90979e}.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline{border-color:#43be5f;color:#43be5f}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline{border-color:#f5504e;color:#f5504e}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline{border-color:#f8b042;color:#f8b042}.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline{border-color:#5bb7c5;color:#5bb7c5}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline{border-color:#47494a;color:#47494a}.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline{border-color:#ccc;color:#ccc}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-hover{border-color:#0964c6}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-active{background:#0964c6;color:#fff}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-hover{border-color:#5d646b}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-active{background:#5d646b;color:#fff}.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-hover{border-color:#287339}.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-active{background:#287339;color:#fff}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-hover{border-color:#d10e0c}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-active{background:#d10e0c;color:#fff}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-hover{border-color:#cc7f08}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-active{background:#cc7f08;color:#fff}.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-hover{border-color:#317e89}.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-active{background:#317e89;color:#fff}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-hover{border-color:#000}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-active{background:#000;color:#fff}.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-hover{border-color:#999}.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-active{background:#999;color:#47494a}.mbsc-button{position:relative;z-index:1;display:inline-block;vertical-align:middle;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-align:center;text-overflow:ellipsis;font-size:1em;-moz-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.mbsc-button.mbsc-disabled,.mbsc-button:disabled{cursor:not-allowed}.mbsc-button:focus{outline:0}.mbsc-button::-moz-focus-inner{border:0}.mbsc-icon-button{width:2.5em;height:2.5em;padding:.5em;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.mbsc-button-icon>*,.mbsc-button-icon>*>*{height:100%}.mbsc-button-icon-end{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.mbsc-button-group,.mbsc-button-group-block,.mbsc-button-group-justified{border:1px solid transparent}.mbsc-button-block,.mbsc-button-group-block .mbsc-button{display:block;width:100%;margin-left:0!important;margin-right:0!important}.mbsc-button-group-justified,.mbsc-button-group-justified mbsc-button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mbsc-button-group-justified .mbsc-button,.mbsc-button-group-justified mbsc-button{-webkit-box-flex:1;-webkit-flex:1 auto;-moz-box-flex:1;-ms-flex:1 auto;flex:1 auto}.mbsc-windows.mbsc-popup{border:1px solid}.mbsc-windows.mbsc-popup-anchored-top{margin-top:-.75em}.mbsc-windows.mbsc-popup-anchored-bottom{margin-top:.75em}.mbsc-windows.mbsc-popup-arrow{width:1em;height:1em;border:1px solid}.mbsc-windows.mbsc-popup-arrow-bottom,.mbsc-windows.mbsc-popup-arrow-top{margin-left:-.5em}.mbsc-windows.mbsc-popup-arrow-left,.mbsc-windows.mbsc-popup-arrow-right{margin-top:-.5em}.mbsc-windows.mbsc-popup-arrow-bottom{top:1.5em}.mbsc-windows.mbsc-popup-arrow-top{bottom:1.5em}.mbsc-windows.mbsc-popup-arrow-left{right:1.5em}.mbsc-windows.mbsc-popup-arrow-right{left:1.5em}.mbsc-windows.mbsc-popup-header{padding:.5em;font-weight:700;text-align:center;border-bottom:1px solid}.mbsc-windows.mbsc-popup-buttons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;border-top:1px solid}.mbsc-windows.mbsc-popup-button.mbsc-font{-webkit-box-flex:1;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding-top:.25em;padding-bottom:.25em}.mbsc-windows.mbsc-popup-button.mbsc-button-flat{margin:0}.mbsc-windows.mbsc-popup{box-shadow:0 6px 14px 0 rgba(0,0,0,.133),0 1px 4px 0 rgba(0,0,0,.11);color:#333}.mbsc-windows.mbsc-popup,.mbsc-windows.mbsc-popup-arrow{background:#fff;border-color:#e6e6e6}.mbsc-windows.mbsc-popup-buttons,.mbsc-windows.mbsc-popup-header{border-color:#e6e6e6}.mbsc-windows-dark.mbsc-popup{box-shadow:0 6px 14px 0 rgba(0,0,0,.133),0 1px 4px 0 rgba(0,0,0,.11);color:#fff}.mbsc-windows-dark.mbsc-popup,.mbsc-windows-dark.mbsc-popup-arrow{background:#1a1a1a;border-color:#343434}.mbsc-windows-dark.mbsc-popup-buttons,.mbsc-windows-dark.mbsc-popup-header{border-color:#343434}@-webkit-keyframes mbsc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mbsc-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mbsc-fade-out{0%{opacity:1}to{opacity:0}}@keyframes mbsc-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mbsc-pop-in{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes mbsc-pop-in{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes mbsc-pop-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes mbsc-pop-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes mbsc-slide-up-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mbsc-slide-up-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mbsc-slide-up-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes mbsc-slide-up-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes mbsc-slide-down-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mbsc-slide-down-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mbsc-slide-down-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes mbsc-slide-down-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.mbsc-popup-open-ios{overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0;height:auto}.mbsc-popup-ctx{position:relative;--mbsc-safe-top:0;--mbsc-safe-right:0;--mbsc-safe-bottom:0;--mbsc-safe-left:0}.mbsc-popup-limits{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.mbsc-popup-limits-anchored,.mbsc-popup-limits-center{margin:1em}.mbsc-popup-wrapper{z-index:99998;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mbsc-popup,.mbsc-popup-wrapper{-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-popup-wrapper{position:fixed;top:0;bottom:0;left:0;right:0;pointer-events:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0 solid transparent}.mbsc-popup-wrapper-ctx{position:absolute;right:auto;bottom:auto;width:100%;height:100%;overflow:hidden}.mbsc-popup-wrapper-center{padding:1em;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-width:var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left)}.mbsc-popup-wrapper-top{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:var(--mbsc-safe-bottom) solid transparent}.mbsc-popup-wrapper-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;border-top-width:var(--mbsc-safe-top)}.mbsc-popup-wrapper-anchored{border-left-width:var(--mbsc-safe-left);border-bottom-width:var(--mbsc-safe-bottom);border-right-width:var(--mbsc-safe-right);border-top-width:0}.mbsc-popup-hidden{opacity:0}.mbsc-popup-overlay{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;margin:-10em;pointer-events:auto;background:rgba(0,0,0,.5);-webkit-transform:translateZ(0);transform:translateZ(0)}.mbsc-popup-overlay-in{opacity:1;-webkit-animation:mbsc-fade-in .15s cubic-bezier(0,0,.2,1);animation:mbsc-fade-in .15s cubic-bezier(0,0,.2,1)}.mbsc-popup-overlay-out{opacity:0;-webkit-animation:mbsc-fade-out 75ms cubic-bezier(.4,0,1,1);animation:mbsc-fade-out 75ms cubic-bezier(.4,0,1,1)}.mbsc-popup{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%;min-width:12em;position:relative;z-index:2;pointer-events:auto;text-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mbsc-popup-center{min-width:16em}.mbsc-popup-bottom{width:100%;bottom:0}.mbsc-popup-top{width:100%;top:0}.mbsc-popup-anchored{position:absolute}.mbsc-popup-anchored-left{margin-left:-1em}.mbsc-popup-anchored-right{margin-left:1em}.mbsc-popup-arrow-wrapper{position:absolute;z-index:1;overflow:hidden;pointer-events:none}.mbsc-popup-arrow-wrapper-bottom,.mbsc-popup-arrow-wrapper-top{left:0;right:0;height:2em}.mbsc-popup-arrow-wrapper-left,.mbsc-popup-arrow-wrapper-right{top:0;bottom:0;width:2em}.mbsc-popup-arrow-wrapper-top{top:100%}.mbsc-popup-arrow-wrapper-bottom{bottom:100%}.mbsc-popup-arrow-wrapper-left{left:100%}.mbsc-popup-arrow-wrapper-right{right:100%}.mbsc-popup-arrow{position:absolute;-moz-box-sizing:border-box;box-sizing:border-box;width:1.5em;height:1.5em;pointer-events:auto}.mbsc-popup-arrow-top{bottom:1.25em}.mbsc-popup-arrow-bottom{top:1.25em}.mbsc-popup-arrow-bottom,.mbsc-popup-arrow-top{left:50%;margin-left:-.75em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mbsc-popup-arrow-left{right:1.25em}.mbsc-popup-arrow-right{left:1.25em}.mbsc-popup-arrow-left,.mbsc-popup-arrow-right{top:50%;margin-top:-.75em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mbsc-popup-focus{outline:0}.mbsc-popup-body{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.mbsc-popup-body-top{padding-top:var(--mbsc-safe-top)}.mbsc-popup-body-bottom{padding-bottom:var(--mbsc-safe-bottom)}.mbsc-popup-body-bottom,.mbsc-popup-body-top{padding-left:var(--mbsc-safe-left);padding-right:var(--mbsc-safe-right)}.mbsc-popup-body-round{padding:0}.mbsc-popup-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.mbsc-popup-content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto;-webkit-overflow-scrolling:touch}.mbsc-popup-padding{padding:1em}.mbsc-popup-buttons{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.mbsc-popup-pop-in{opacity:1;-webkit-animation:mbsc-pop-in .15s cubic-bezier(0,0,.2,1);animation:mbsc-pop-in .15s cubic-bezier(0,0,.2,1)}.mbsc-popup-pop-out{opacity:0;-webkit-animation:mbsc-pop-out 75ms cubic-bezier(.4,0,1,1);animation:mbsc-pop-out 75ms cubic-bezier(.4,0,1,1)}.mbsc-popup-slide-up-in{-webkit-animation:mbsc-slide-up-in .25s cubic-bezier(0,0,.2,1);animation:mbsc-slide-up-in .25s cubic-bezier(0,0,.2,1)}.mbsc-popup-slide-up-out{-webkit-animation:mbsc-slide-up-out .2s cubic-bezier(.4,0,1,1);animation:mbsc-slide-up-out .2s cubic-bezier(.4,0,1,1)}.mbsc-popup-slide-down-in{-webkit-animation:mbsc-slide-down-in .25s cubic-bezier(0,0,.2,1);animation:mbsc-slide-down-in .25s cubic-bezier(0,0,.2,1)}.mbsc-popup-slide-down-out{-webkit-animation:mbsc-slide-down-out .2s cubic-bezier(.4,0,1,1);animation:mbsc-slide-down-out .2s cubic-bezier(.4,0,1,1)}.mbsc-popup-pointer.mbsc-picker .mbsc-popup-overlay,.mbsc-popup-pointer .mbsc-popup-overlay-anchored{background:none}.mbsc-popup-round .mbsc-popup-slide-up-in{-webkit-animation-name:mbsc-slide-up-in,mbsc-fade-in;animation-name:mbsc-slide-up-in,mbsc-fade-in}.mbsc-popup-round .mbsc-popup-slide-up-out{-webkit-animation-name:mbsc-slide-up-out,mbsc-fade-out;animation-name:mbsc-slide-up-out,mbsc-fade-out}.mbsc-popup-round .mbsc-popup-slide-down-in{-webkit-animation-name:mbsc-slide-down-in,mbsc-fade-in;animation-name:mbsc-slide-down-in,mbsc-fade-in}.mbsc-popup-round .mbsc-popup-slide-down-out{-webkit-animation-name:mbsc-slide-down-out,mbsc-fade-out;animation-name:mbsc-slide-down-out,mbsc-fade-out}.mbsc-popup-round .mbsc-popup-bottom,.mbsc-popup-round .mbsc-popup-top{width:auto;margin-top:3em;margin-bottom:3em}.mbsc-windows.mbsc-calendar-header{margin-bottom:-1px}.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-font{margin:1px}.mbsc-windows.mbsc-calendar-title-wrapper .mbsc-calendar-button{padding:0}.mbsc-windows.mbsc-calendar-controls{padding:.5em;min-height:2.125em}.mbsc-windows.mbsc-calendar-week-day{height:2.5em;font-size:.75em;line-height:2.5em}.mbsc-windows.mbsc-calendar-body .mbsc-calendar-week-day{border:0}.mbsc-windows.mbsc-calendar-week-nr{width:2.166667em;font-size:.75em;font-weight:700;line-height:3em}.mbsc-windows.mbsc-calendar-picker-slide{padding:.25em}.mbsc-windows.mbsc-calendar-cell{border-color:transparent;border-style:solid;border-width:1px 0 0 1px;background-clip:padding-box}.mbsc-windows.mbsc-calendar-cell:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.mbsc-windows.mbsc-calendar-cell-inner{display:table;table-layout:fixed;position:relative;width:100%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box;border-color:transparent;border-style:solid;border-width:2px 1px}.mbsc-windows.mbsc-calendar-cell-text{display:table-cell;vertical-align:middle;min-width:0}.mbsc-windows.mbsc-calendar-day-empty:after{display:none}.mbsc-windows.mbsc-calendar-day-text{display:inline-block;font-size:.875em;line-height:2.285715em;border-radius:2em;width:2.285715em;margin:0 auto}.mbsc-windows.mbsc-calendar-day-labels .mbsc-calendar-day-text{display:block}.mbsc-windows.mbsc-calendar-marks{bottom:.25em}.mbsc-windows.mbsc-calendar-text{margin:0 0 .2em}.mbsc-windows.mbsc-calendar-label-background{background:currentColor}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-title{font-size:1.625em;font-weight:300;line-height:1.461538em;padding:0 .307693em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day{height:2.142858em;padding:0 .5em;font-size:.875em;line-height:2.142858em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-inner{min-height:4em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-text{text-align:center}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner{min-height:4.625em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks{bottom:.5em;padding:0 .625em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-text{height:1.8em;line-height:1.8em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-label{padding:0 .6em;margin:0 0 .2em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-label-text{font-size:1.2em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr{text-align:left}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl{text-align:right}.mbsc-windows.mbsc-calendar,.mbsc-windows.mbsc-calendar-button.mbsc-button{color:#333}.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-active{background:#f2f2f2;border-color:#f2f2f2}.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #333}.mbsc-windows.mbsc-calendar-wrapper-fixed{border-bottom:1px solid #e6e6e6}.mbsc-windows.mbsc-calendar-slide{background:#fff;color:#333}.mbsc-windows.mbsc-calendar-week-day{color:#666}.mbsc-windows.mbsc-calendar-today{color:#0078d7}.mbsc-windows.mbsc-range-day{border-left-color:rgba(0,120,215,.25)}.mbsc-windows.mbsc-range-day-end.mbsc-rtl,.mbsc-windows.mbsc-range-day-start.mbsc-ltr{border-left-color:transparent}.mbsc-windows.mbsc-range-hover .mbsc-calendar-cell-inner{border-top-color:rgba(51,51,51,.1);border-bottom-color:rgba(51,51,51,.1);border-style:dashed}.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner,.mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner{background:rgba(0,120,215,.25)}.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner{background-color:#0078d7}.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text{color:#fff}.mbsc-windows.mbsc-calendar-day-colors.mbsc-selected:after{border:2px solid #0078d7}.mbsc-windows.mbsc-calendar-cell.mbsc-focus:after{border:1px solid #333}.mbsc-windows.mbsc-calendar-cell.mbsc-hover:after{background:rgba(51,51,51,.1)}.mbsc-windows.mbsc-calendar-mark{background:rgba(51,51,51,.5)}.mbsc-windows.mbsc-calendar-label{color:#0078d7}.mbsc-windows.mbsc-calendar-label-inner{color:#fff}.mbsc-windows.mbsc-calendar-label.mbsc-calendar-label-active{outline:1px solid #333}.mbsc-windows.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#333}.mbsc-windows.mbsc-calendar-height-md .mbsc-calendar-week-day{border-color:#e6e6e6}.mbsc-windows.mbsc-calendar-popup .mbsc-popup,.mbsc-windows.mbsc-calendar-popup .mbsc-popup-arrow{background:#fff;border-color:#e6e6e6}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day{border-color:#e6e6e6}.mbsc-windows-dark.mbsc-calendar,.mbsc-windows-dark.mbsc-calendar-button.mbsc-button{color:#fff}.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-active{background:#676767;border-color:#676767}.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #fff}.mbsc-windows-dark.mbsc-calendar-wrapper-fixed{border-bottom:1px solid #343434}.mbsc-windows-dark.mbsc-calendar-slide{background:#1a1a1a;color:#fff}.mbsc-windows-dark.mbsc-calendar-week-day{color:#ccc}.mbsc-windows-dark.mbsc-calendar-today{color:#0078d7}.mbsc-windows-dark.mbsc-range-day{border-left-color:rgba(0,120,215,.25)}.mbsc-windows-dark.mbsc-range-day-end.mbsc-rtl,.mbsc-windows-dark.mbsc-range-day-start.mbsc-ltr{border-left-color:transparent}.mbsc-windows-dark.mbsc-range-hover .mbsc-calendar-cell-inner{border-top-color:hsla(0,0%,100%,.22);border-bottom-color:hsla(0,0%,100%,.22);border-style:dashed}.mbsc-windows-dark.mbsc-range-day .mbsc-calendar-cell-inner,.mbsc-windows-dark.mbsc-selected .mbsc-calendar-cell-inner{background:rgba(0,120,215,.25)}.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner{background-color:#0078d7}.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text{color:#fff}.mbsc-windows-dark.mbsc-calendar-day-colors.mbsc-selected:after{border:2px solid #0078d7}.mbsc-windows-dark.mbsc-calendar-cell.mbsc-focus:after{border:1px solid #fff}.mbsc-windows-dark.mbsc-calendar-cell.mbsc-hover:after{background:hsla(0,0%,100%,.22)}.mbsc-windows-dark.mbsc-calendar-mark{background:hsla(0,0%,100%,.5)}.mbsc-windows-dark.mbsc-calendar-label{color:#0078d7}.mbsc-windows-dark.mbsc-calendar-label-inner{color:#fff}.mbsc-windows-dark.mbsc-calendar-label.mbsc-calendar-label-active{outline:1px solid #fff}.mbsc-windows-dark.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#fff}.mbsc-windows-dark.mbsc-calendar-height-md .mbsc-calendar-week-day{border-color:#343434}.mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup,.mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup-arrow{background:#1a1a1a;border-color:#343434}.mbsc-windows-dark.mbsc-calendar-width-md .mbsc-calendar-day{border-color:#343434}@-webkit-keyframes mbsc-zoom-in-up{0%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes mbsc-zoom-in-up{0%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes mbsc-zoom-in-down{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes mbsc-zoom-in-down{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes mbsc-zoom-out-up{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes mbsc-zoom-out-up{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@-webkit-keyframes mbsc-zoom-out-down{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes mbsc-zoom-out-down{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}.mbsc-calendar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-touch-action:manipulation;touch-action:manipulation;position:relative}.mbsc-calendar-wrapper{position:relative;display:table;table-layout:fixed;width:100%;height:100%}.mbsc-calendar-header{position:relative;z-index:1;will-change:opacity}.mbsc-calendar,.mbsc-calendar-controls,.mbsc-calendar-title-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mbsc-calendar-controls{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-moz-box-sizing:content-box;box-sizing:content-box;min-height:2.5em}.mbsc-calendar-button.mbsc-button.mbsc-reset{margin:0}.mbsc-calendar-button-prev-multi{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.mbsc-calendar-button-next-multi{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.mbsc-calendar-body{height:100%;-moz-box-sizing:border-box;box-sizing:border-box;display:table-row}.mbsc-calendar-body-inner{height:100%;position:relative;overflow:hidden;margin-left:-1px}.mbsc-calendar-wrapper-fixed{display:block;height:auto;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.mbsc-calendar-wrapper-fixed .mbsc-calendar-header{display:block}.mbsc-calendar-wrapper-fixed .mbsc-calendar-body{display:block;height:auto}.mbsc-calendar-hidden{visibility:hidden}.mbsc-calendar-title-wrapper{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.mbsc-calendar-title-wrapper-multi .mbsc-calendar-button{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.mbsc-calendar-title{overflow:hidden;text-overflow:ellipsis;font-size:1.125em;padding:0 .25em;display:inline-block;vertical-align:middle}.mbsc-calendar-scroll-wrapper{display:block;overflow:hidden;position:relative;height:100%}.mbsc-calendar-picker-wrapper{position:relative;width:15em;height:15em;overflow:hidden}.mbsc-calendar-picker{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.mbsc-calendar-picker-main{position:relative;z-index:0}.mbsc-calendar-picker-in-up{opacity:0;-webkit-animation:mbsc-zoom-in-up .2s cubic-bezier(0,0,.2,1);animation:mbsc-zoom-in-up .2s cubic-bezier(0,0,.2,1)}.mbsc-calendar-picker-in-down{opacity:0;-webkit-animation:mbsc-zoom-in-down .2s cubic-bezier(0,0,.2,1);animation:mbsc-zoom-in-down .2s cubic-bezier(0,0,.2,1)}.mbsc-calendar-picker-out-up{opacity:0;-webkit-animation:mbsc-zoom-out-up .2s cubic-bezier(.4,0,1,1);animation:mbsc-zoom-out-up .2s cubic-bezier(.4,0,1,1)}.mbsc-calendar-picker-out-down{opacity:0;-webkit-animation:mbsc-zoom-out-down .2s cubic-bezier(0,0,.2,1);animation:mbsc-zoom-out-down .2s cubic-bezier(0,0,.2,1)}.mbsc-calendar-scroll-wrapper>div{height:100%}.mbsc-calendar-scroll-wrapper>div>div{height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}.mbsc-calendar-slide{position:absolute;z-index:0;top:0;width:100%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-calendar-slide.mbsc-ltr{left:0}.mbsc-calendar-slide.mbsc-rtl{right:0}.mbsc-calendar-slide:first-child{position:relative}.mbsc-calendar-table{height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}.mbsc-calendar-table,.mbsc-calendar-week-days{display:table;table-layout:fixed;width:100%}.mbsc-calendar-row,.mbsc-calendar-table .mbsc-calendar-week-days{display:table-row}.mbsc-calendar-cell,.mbsc-calendar-week-day{display:table-cell}.mbsc-calendar-cell{position:relative;text-align:center;white-space:nowrap;cursor:pointer}.mbsc-calendar-cell:focus{outline:0}.mbsc-calendar-cell-inner{display:inline-block;padding:0 .25em;vertical-align:middle}.mbsc-calendar-cell.mbsc-disabled{cursor:not-allowed}.mbsc-calendar-week-day{height:2em;font-size:.6875em;line-height:2em;text-align:center;border-bottom:1px solid transparent}.mbsc-calendar-month,.mbsc-calendar-year{vertical-align:middle}.mbsc-calendar-month-text,.mbsc-calendar-year-text{margin:.875em 0;overflow:hidden;text-overflow:ellipsis;min-width:4.5em;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-calendar-day{max-width:14.285715%;text-align:center;vertical-align:top}.mbsc-calendar-day-empty{cursor:default}.mbsc-calendar-day-text{display:inline-block;text-align:center;-moz-box-sizing:content-box;box-sizing:content-box}.mbsc-calendar-day-inner{display:table;position:relative;width:100%;height:100%;padding:0;border:1px solid transparent;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-calendar-day-hidden{visibility:hidden}.mbsc-calendar-day-outer .mbsc-calendar-day-text{opacity:.5}.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-day-text{opacity:1}.mbsc-disabled .mbsc-calendar-cell-text{opacity:.2}.mbsc-calendar-day-highlight:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.1)}.mbsc-calendar-day-marked{padding-bottom:.25em}.mbsc-calendar-marks{position:absolute;left:0;right:0;height:.375em;margin-top:-.125em;overflow:hidden;white-space:nowrap;text-align:center}.mbsc-calendar-mark{display:inline-block;vertical-align:top;width:.25em;height:.25em;margin:.0625em;border-radius:.25em}.mbsc-calendar-labels{position:absolute;left:0;right:0}.mbsc-calendar-label-wrapper{position:absolute;z-index:2;pointer-events:none}.mbsc-calendar-label{padding:0 .3em}.mbsc-calendar-text:focus{outline:0}.mbsc-calendar-label-text{overflow:hidden;text-overflow:ellipsis;position:relative;z-index:2}.mbsc-calendar-label-background,.mbsc-calendar-text:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .2s;transition:background-color .2s}.mbsc-calendar-label.mbsc-calendar-label-hover:before{background-color:rgba(0,0,0,.2);z-index:1}.mbsc-calendar-text-more{padding:0 .3em}.mbsc-calendar-text-more.mbsc-calendar-label-active:before,.mbsc-calendar-text-more.mbsc-calendar-label-hover:before{background-color:rgba(0,0,0,.1)}.mbsc-calendar-text{display:block;position:relative;height:1.6em;line-height:1.6em;font-size:.625em;white-space:nowrap;margin:0 .1em .2em}.mbsc-calendar-text-placeholder{z-index:-1}.mbsc-calendar-text.mbsc-ltr{text-align:left}.mbsc-calendar-text.mbsc-rtl{text-align:right}.mbsc-calendar-label-resize{position:absolute;top:0;height:100%;width:.5em;z-index:2;cursor:ew-resize}.mbsc-calendar-label-resize:after{content:"";display:none;position:absolute;top:50%;width:.8em;height:.8em;margin-top:-.4em;background:#fff;border-radius:.8em;border:1px solid;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-calendar-label-resize-end.mbsc-rtl,.mbsc-calendar-label-resize-start.mbsc-ltr{left:0}.mbsc-calendar-label-resize-end.mbsc-ltr,.mbsc-calendar-label-resize-start.mbsc-rtl{right:0}.mbsc-calendar-label-resize-end.mbsc-rtl:after,.mbsc-calendar-label-resize-start.mbsc-ltr:after{left:-.4em}.mbsc-calendar-label-resize-end.mbsc-ltr:after,.mbsc-calendar-label-resize-start.mbsc-rtl:after{right:-.4em}.mbsc-calendar-label-resize-end-touch:before,.mbsc-calendar-label-resize-start-touch:before{content:"";position:absolute;top:50%;margin-top:-1em;width:2em;height:2em}.mbsc-calendar-label-resize-start-touch:before{left:-1em}.mbsc-calendar-label-resize-end-touch:before{right:-1em}.mbsc-calendar-label-dragging .mbsc-calendar-label-resize:after,.mbsc-calendar-label-hover .mbsc-calendar-label-resize:after{display:block}.mbsc-calendar-label-inactive{opacity:.4}.mbsc-calendar-label-hidden{visibility:hidden}.mbsc-calendar-labels-dragging{z-index:3}.mbsc-windows.mbsc-scroller{position:relative}.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-ltr{border-left-width:1px;border-left-style:solid}.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-ltr{border-left:0}.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-rtl{border-right-width:1px;border-right-style:solid}.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-rtl{border-right:0}.mbsc-windows.mbsc-scroller-wheel-item{padding:0 .5em;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.mbsc-windows.mbsc-wheel-item-multi{padding:0 2.0625em}.mbsc-windows.mbsc-wheel-item-multi.mbsc-ltr{text-align:left}.mbsc-windows.mbsc-wheel-item-multi.mbsc-rtl{text-align:right}.mbsc-windows.mbsc-scroller-wheel-line{display:block;z-index:1}.mbsc-windows.mbsc-wheel-checkmark{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:50%;display:none;margin-top:-.8125em;width:1.5625em;height:1.5625em}.mbsc-windows.mbsc-wheel-checkmark:after{content:"";-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:28%;left:21%;width:.875em;height:.475em;border:.125em solid;border-top:0;border-right:0}.mbsc-windows.mbsc-wheel-checkmark.mbsc-selected:after{opacity:1}.mbsc-windows.mbsc-wheel-checkmark.mbsc-ltr{left:.25em}.mbsc-windows.mbsc-wheel-checkmark.mbsc-rtl{right:.25em}.mbsc-windows.mbsc-wheel-item-multi .mbsc-windows.mbsc-wheel-checkmark{display:block}.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item{padding:0 1.25em}.mbsc-windows.mbsc-scroller-pointer .mbsc-wheel-group-cont-single .mbsc-scroller-wheel-item.mbsc-ltr{text-align:left}.mbsc-windows.mbsc-scroller-pointer .mbsc-wheel-group-cont-single .mbsc-scroller-wheel-item.mbsc-rtl{text-align:right}.mbsc-windows.mbsc-scroller-pointer .mbsc-wheel-item-multi{padding:0 2.0625em}.mbsc-windows.mbsc-scroller-bar:after{border-radius:0}.mbsc-windows.mbsc-scroller-wheel-wrapper{color:#333;border-color:#e6e6e6}.mbsc-windows.mbsc-scroller-wheel-line{background:rgba(0,120,215,.4)}.mbsc-windows.mbsc-scroller-wheel-item.mbsc-active,.mbsc-windows.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-windows.mbsc-scroller-wheel-item.mbsc-hover{background:rgba(51,51,51,.1)}.mbsc-windows.mbsc-wheel-checkmark:after{border-color:#0078d7}.mbsc-windows.mbsc-scroller-pointer .mbsc-wheel-group-cont-single .mbsc-scroller-wheel-item.mbsc-selected{color:#0078d7}.mbsc-windows-dark.mbsc-scroller-wheel-wrapper{color:#fff;border-color:#343434}.mbsc-windows-dark.mbsc-scroller-wheel-line{background:rgba(0,120,215,.4)}.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-active,.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-hover{background:hsla(0,0%,100%,.1)}.mbsc-windows-dark.mbsc-wheel-checkmark:after{border-color:#0078d7}.mbsc-windows-dark.mbsc-scroller-pointer .mbsc-wheel-group-cont-single .mbsc-scroller-wheel-item.mbsc-selected{color:#0078d7}.mbsc-scroller{width:100%;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mbsc-scroller-wheel-group-cont{position:relative;max-width:100%;vertical-align:middle;display:inline-block;overflow:hidden}.mbsc-scroller-wheel-group-cont:first-child:last-child{display:block}.mbsc-scroller-wheel-group{margin:0 auto;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.mbsc-scroller-wheel-group-3d{-webkit-perspective:1200px;perspective:1200px}.mbsc-scroller-wheel-wrapper{display:block;max-width:100%;position:relative;-ms-touch-action:none;touch-action:none;min-width:80px}.mbsc-scroller-wheel-line{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mbsc-scroller-wheel-line,.mbsc-scroller-wheel-overlay{display:none;position:absolute;left:0;right:0;pointer-events:none}.mbsc-scroller-wheel-overlay{z-index:2;top:0;bottom:0}.mbsc-scroller-wheel{display:block;overflow:hidden;margin:-1px 0}.mbsc-scroller-wheel,.mbsc-scroller-wheel-cont{border-top:1px solid transparent;border-bottom:1px solid transparent}.mbsc-scroller-wheel-cont{position:relative;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mbsc-scroller-wheel-cont-3d{overflow:hidden;border:0}.mbsc-scroller-wheel-cont-3d>div{position:relative;top:-1px}.mbsc-scroller-items-3d{position:absolute;top:50%;left:0;right:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mbsc-scroller .mbsc-scroller-wheel,.mbsc-scroller .mbsc-scroller-wheel-cont{-moz-box-sizing:content-box;box-sizing:content-box}.mbsc-scroller-wheel-item{display:block;position:relative;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mbsc-scroller-wheel-item:focus{outline:0}.mbsc-scroller-wheel-item-3d{position:absolute;width:100%;top:0;left:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mbsc-scroller-wheel-item.mbsc-disabled{opacity:.3}.mbsc-scroller-bar-cont{position:absolute;z-index:4;top:0;bottom:0;width:10px;opacity:0;background:rgba(0,0,0,.05);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .2s;transition:opacity .2s}.mbsc-scroller-bar-cont.mbsc-ltr{right:0}.mbsc-scroller-bar-cont.mbsc-rtl{left:0}.mbsc-scroller-bar-hidden{display:none}.mbsc-scroller-bar-started,.mbsc-scroller-wheel:hover .mbsc-scroller-bar-cont{opacity:1}.mbsc-scroller-bar{position:absolute;right:0;top:0;width:10px}.mbsc-scroller-bar:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:rgba(0,0,0,.5);border-radius:3px}.mbsc-windows.mbsc-datetime-date-wheel.mbsc-scroller-wheel-wrapper{min-width:120px}.mbsc-windows.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item,.mbsc-windows.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item{text-align:left}.mbsc-windows.mbsc-datetime-date-wheel.mbsc-rtl .mbsc-scroller-wheel-item,.mbsc-windows.mbsc-datetime-month-wheel.mbsc-rtl .mbsc-scroller-wheel-item{text-align:right}.mbsc-windows.mbsc-segmented{padding:.75em}.mbsc-windows.mbsc-segmented-selectbox{display:none}.mbsc-windows.mbsc-segmented-button.mbsc-button{margin:0;border-color:transparent}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover{border-color:transparent}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-focus{z-index:2}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-selected{background:#3f97f6}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-selected{background:#90979e}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-selected{background:#43be5f}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-selected{background:#f5504e}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-selected{background:#f8b042}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-selected{background:#5bb7c5}.mbsc-windows.mbsc-segmented-button.mbsc-button{background:#ccc;color:#333}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover{background:#d4d4d4}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-selected{background:#7a7a7a;color:#fff}.mbsc-windows-dark.mbsc-segmented-button.mbsc-button{background:#404040;color:#fff}.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-hover{background:#454545}.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-selected{background:#ababab;color:#000}.mbsc-segmented{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden}.mbsc-segmented-item{margin:0;position:relative;vertical-align:top;text-align:center;font-size:1em;-webkit-box-flex:1;-webkit-flex:1 1 0;-moz-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:0}.mbsc-segmented-label{display:block;margin:0;padding:0}.mbsc-segmented-input{width:1px;height:0;opacity:0;position:absolute}.mbsc-segmented-button.mbsc-button{width:100%}.mbsc-windows.mbsc-picker-header{padding:.5em;font-weight:700;text-align:center;border-bottom:1px solid}.mbsc-windows.mbsc-datepicker-tab{border-top:1px solid;margin-top:-1px}.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented{padding:0;max-width:100%;width:18.5em}.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-button.mbsc-font{background:none;border:0;border-bottom:2px solid transparent;padding:.625em 1em;line-height:1.25em;display:block;text-align:left}.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-rtl{text-align:right}.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-ltr{padding-right:1.875em}.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl{padding-left:1.875em}.mbsc-windows.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-windows.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-windows.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented{width:26.25em}.mbsc-windows.mbsc-range-control-label{font-size:.9375em;line-height:1.6em}.mbsc-windows.mbsc-range-control-value{font-size:1.0625em;overflow:hidden;text-overflow:ellipsis}.mbsc-windows.mbsc-range-label-clear{width:1em;height:1em;right:.4375em;margin-top:-.5em}.mbsc-windows.mbsc-range-label-clear.mbsc-ltr{right:.4375em}.mbsc-windows.mbsc-range-label-clear.mbsc-rtl{left:.4375em}.mbsc-windows.mbsc-datepicker-inline{background:#fff;color:#333}.mbsc-windows.mbsc-datepicker-tab,.mbsc-windows.mbsc-picker-header{border-color:#e6e6e6}.mbsc-windows.mbsc-range-control-wrapper{border-bottom:1px solid #e6e6e6}.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-selected{border-bottom-color:#0078d7}.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-focus{box-shadow:inset 0 0 0 1px #333}.mbsc-windows.mbsc-range-control-label.active,.mbsc-windows.mbsc-range-control-value.active{color:#0078d7}.mbsc-windows.mbsc-range-control-text-empty,.mbsc-windows.mbsc-range-control-text-empty.active{color:rgba(51,51,51,.4)}.mbsc-windows.mbsc-range-label-clear{color:rgba(51,51,51,.6)}.mbsc-windows.mbsc-range-label-clear:hover{color:#333}.mbsc-windows-dark.mbsc-datepicker-inline{background:#1a1a1a;color:#fff}.mbsc-windows-dark.mbsc-datepicker-tab,.mbsc-windows-dark.mbsc-picker-header{border-color:#343434}.mbsc-windows-dark.mbsc-range-control-wrapper{border-bottom:1px solid #343434}.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-selected{border-bottom-color:#0078d7}.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-focus{box-shadow:inset 0 0 0 1px #fff}.mbsc-windows-dark.mbsc-range-control-label.active,.mbsc-windows-dark.mbsc-range-control-value.active{color:#0078d7}.mbsc-windows-dark.mbsc-range-control-text-empty,.mbsc-windows-dark.mbsc-range-control-text-empty.active{color:hsla(0,0%,100%,.4)}.mbsc-windows-dark.mbsc-range-label-clear{color:hsla(0,0%,100%,.6)}.mbsc-windows-dark.mbsc-range-label-clear:hover{color:#fff}mbsc-datetime{display:block;width:100%}.mbsc-datepicker .mbsc-calendar{padding-bottom:.5em;display:block}.mbsc-datepicker .mbsc-calendar-week-days{padding:0 .5em;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:-1px}.mbsc-range-control-wrapper .mbsc-segmented-input{width:1px}.mbsc-range-label-clear{position:absolute;top:50%;display:none}.mbsc-range-label-clear.active{display:block}.mbsc-range-label-clear.mbsc-range-value-empty{display:none}.mbsc-datepicker-tab-wrapper{position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.mbsc-datepicker-tab,.mbsc-datepicker-tab-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.mbsc-datepicker-tab{visibility:hidden;max-width:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mbsc-datepicker-tab-expand{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.mbsc-datepicker-tab-active{visibility:visible}.mbsc-datepicker-time-modal{position:absolute;z-index:1;top:0;left:0;right:0;max-width:none;height:100%}.mbsc-datepicker .mbsc-calendar-slide{padding:0 .5em}
@font-face {
    font-family: "bakehouse-iconset";
    src:
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset.woff2?k58lxp') format("woff2"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset.ttf?k58lxp') format("truetype"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset.woff?k58lxp') format("woff"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset.svg?k58lxp#bakehouse-iconset')
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "bakehouse-iconset";
    src:
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-bold.woff2?k58lxp') format("woff2"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-bold.ttf?k58lxp') format("truetype"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-bold.woff?k58lxp') format("woff"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-bold.svg?k58lxp#bakehouse-iconset')
            format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "bakehouse-iconset";
    src:
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-light.woff2?k58lxp') format("woff2"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-light.ttf?k58lxp') format("truetype"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-light.woff?k58lxp') format("woff"),
        url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Fonts/frontend-iconset-light.svg?k58lxp#bakehouse-iconset')
            format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

[class^="bh-font-"],
[class*=" bh-font-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "bakehouse-iconset" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bh-font-menu:before {
    content: "\e900";
}
.bh-font-arrow-left:before {
    content: "\e901";
}
.bh-font-arrow-right:before {
    content: "\e902";
}
.bh-font-arrow-up:before {
    content: "\e903";
}
.bh-font-arrow-down:before {
    content: "\e904";
}
.bh-font-arrow-simple-left:before {
    content: "\e905";
}
.bh-font-arrow-simple-right:before {
    content: "\e906";
}
.bh-font-arrow-simple-up:before {
    content: "\e907";
}
.bh-font-arrow-simple-down:before {
    content: "\e908";
}
.bh-font-arrow-circle-left:before {
    content: "\e909";
}
.bh-font-arrow-circle-right:before {
    content: "\e90a";
}
.bh-font-arrow-circle-up:before {
    content: "\e90b";
}
.bh-font-arrow-circle-down:before {
    content: "\e90c";
}
.bh-font-more:before {
    content: "\e90d";
}
.bh-font-ellipsis:before {
    content: "\e90e";
}
.bh-font-plus:before {
    content: "\e90f";
}
.bh-font-minus:before {
    content: "\e910";
}
.bh-font-check:before {
    content: "\e911";
}
.bh-font-cross:before {
    content: "\e912";
}
.bh-font-square-plus:before {
    content: "\e913";
}
.bh-font-square-minus:before {
    content: "\e914";
}
.bh-font-square-check:before {
    content: "\e915";
}
.bh-font-square-cross:before {
    content: "\e916";
}
.bh-font-circle-plus:before {
    content: "\e917";
}
.bh-font-circle-minus:before {
    content: "\e918";
}
.bh-font-circle-check:before {
    content: "\e919";
}
.bh-font-circle-cross:before {
    content: "\e91a";
}
.bh-font-phone:before {
    content: "\e91b";
}
.bh-font-phone-dial:before {
    content: "\e91c";
}
.bh-font-support:before {
    content: "\e91d";
}
.bh-font-mail:before {
    content: "\e91e";
}
.bh-font-mail-2:before {
    content: "\e91f";
}
.bh-font-archive:before {
    content: "\e920";
}
.bh-font-pencil:before {
    content: "\e921";
}
.bh-font-pen:before {
    content: "\e922";
}
.bh-font-book-pencil:before {
    content: "\e923";
}
.bh-font-book:before {
    content: "\e924";
}
.bh-font-map:before {
    content: "\e925";
}
.bh-font-pin:before {
    content: "\e926";
}
.bh-font-compass:before {
    content: "\e927";
}
.bh-font-location:before {
    content: "\e928";
}
.bh-font-globe2:before {
    content: "\e929";
}
.bh-font-globe:before {
    content: "\e92a";
}
.bh-font-location-2:before {
    content: "\e92b";
}
.bh-font-paper-clip:before {
    content: "\e92c";
}
.bh-font-tag:before {
    content: "\e92d";
}
.bh-font-lucky-smiley:before {
    content: "\e92e";
}
.bh-font-skeptical-smiley:before {
    content: "\e92f";
}
.bh-font-poor-smiley:before {
    content: "\e933";
}
.bh-font-star:before {
    content: "\e934";
}
.bh-font-heart:before {
    content: "\e935";
}
.bh-font-ribbon:before {
    content: "\e936";
}
.bh-font-share:before {
    content: "\e937";
}
.bh-font-like:before {
    content: "\e938";
}
.bh-font-swipehand:before {
    content: "\e939";
}
.bh-font-speech-bubble:before {
    content: "\e93a";
}
.bh-font-q-a:before {
    content: "\e93b";
}
.bh-font-help:before {
    content: "\e93c";
}
.bh-font-price-tag:before {
    content: "\e93d";
}
.bh-font-wrench:before {
    content: "\e93e";
}
.bh-font-cog:before {
    content: "\e93f";
}
.bh-font-toggle:before {
    content: "\e940";
}
.bh-font-settings:before {
    content: "\e941";
}
.bh-font-wizard:before {
    content: "\e942";
}
.bh-font-medal:before {
    content: "\e943";
}
.bh-font-cup:before {
    content: "\e944";
}
.bh-font-shield:before {
    content: "\e945";
}
.bh-font-ball:before {
    content: "\e946";
}
.bh-font-label:before {
    content: "\e947";
}
.bh-font-chart:before {
    content: "\e948";
}
.bh-font-graph:before {
    content: "\e949";
}
.bh-font-bar-graph:before {
    content: "\e94a";
}
.bh-font-bar-graph-2:before {
    content: "\e94b";
}
.bh-font-pie-graph:before {
    content: "\e94c";
}
.bh-font-wlan:before {
    content: "\e94d";
}
.bh-font-signal:before {
    content: "\e94e";
}
.bh-font-microphone:before {
    content: "\e94f";
}
.bh-font-filmstrip:before {
    content: "\e950";
}
.bh-font-play:before {
    content: "\e951";
}
.bh-font-youtube:before {
    content: "\e952";
}
.bh-font-video:before {
    content: "\e953";
}
.bh-font-air-play:before {
    content: "\e954";
}
.bh-font-record:before {
    content: "\e955";
}
.bh-font-skip-back:before {
    content: "\e956";
}
.bh-font-rewind:before {
    content: "\e957";
}
.bh-font-play2:before {
    content: "\e958";
}
.bh-font-pause:before {
    content: "\e959";
}
.bh-font-stop:before {
    content: "\e95a";
}
.bh-font-fast-forward:before {
    content: "\e95b";
}
.bh-font-skip-forward:before {
    content: "\e95c";
}
.bh-font-volume:before {
    content: "\e95d";
}
.bh-font-mute:before {
    content: "\e95e";
}
.bh-font-reply:before {
    content: "\e95f";
}
.bh-font-shuffle:before {
    content: "\e960";
}
.bh-font-repeat:before {
    content: "\e961";
}
.bh-font-webcam:before {
    content: "\e962";
}
.bh-font-camera:before {
    content: "\e963";
}
.bh-font-gallery:before {
    content: "\e964";
}
.bh-font-photo:before {
    content: "\e965";
}
.bh-font-image:before {
    content: "\e966";
}
.bh-font-eye:before {
    content: "\e967";
}
.bh-font-layers:before {
    content: "\e968";
}
.bh-font-paper:before {
    content: "\e969";
}
.bh-font-stack-2:before {
    content: "\e96a";
}
.bh-font-file:before {
    content: "\e96b";
}
.bh-font-clipboard:before {
    content: "\e96c";
}
.bh-font-box:before {
    content: "\e96d";
}
.bh-font-folder:before {
    content: "\e96e";
}
.bh-font-disc:before {
    content: "\e96f";
}
.bh-font-server:before {
    content: "\e970";
}
.bh-font-battery:before {
    content: "\e971";
}
.bh-font-monitor:before {
    content: "\e972";
}
.bh-font-printer:before {
    content: "\e973";
}
.bh-font-bag:before {
    content: "\e974";
}
.bh-font-cart:before {
    content: "\e975";
}
.bh-font-key:before {
    content: "\e976";
}
.bh-font-lock:before {
    content: "\e977";
}
.bh-font-unlock:before {
    content: "\e978";
}
.bh-font-user:before {
    content: "\e979";
}
.bh-font-head:before {
    content: "\e97a";
}
.bh-font-gameplay:before {
    content: "\e97b";
}
.bh-font-briefcase:before {
    content: "\e97c";
}
.bh-font-rocket:before {
    content: "\e97d";
}
.bh-font-bulb:before {
    content: "\e97e";
}
.bh-font-cutlery:before {
    content: "\e97f";
}
.bh-font-bell:before {
    content: "\e980";
}
.bh-font-clock:before {
    content: "\e981";
}
.bh-font-watch:before {
    content: "\e982";
}
.bh-font-target:before {
    content: "\e983";
}
.bh-font-paragraph:before {
    content: "\e984";
}
.bh-font-umbrella:before {
    content: "\e985";
}
.bh-font-moon:before {
    content: "\e986";
}
.bh-font-drop:before {
    content: "\e987";
}
.bh-font-thermometer:before {
    content: "\e988";
}
.bh-font-sun:before {
    content: "\e989";
}
.bh-font-cloud:before {
    content: "\e98a";
}
.bh-font-search:before {
    content: "\e98b";
}
.bh-font-zoom-in:before {
    content: "\e98c";
}
.bh-font-zoom-out:before {
    content: "\e98d";
}
.bh-font-layout:before {
    content: "\e98e";
}
.bh-font-grid:before {
    content: "\e98f";
}
.bh-font-link:before {
    content: "\e990";
}
.bh-font-outbox:before {
    content: "\e991";
}
.bh-font-inbox:before {
    content: "\e992";
}
.bh-font-cloud-upload:before {
    content: "\e993";
}
.bh-font-cloud-download:before {
    content: "\e994";
}
.bh-font-upload:before {
    content: "\e995";
}
.bh-font-download:before {
    content: "\e996";
}
.bh-font-reload:before {
    content: "\e997";
}
.bh-font-loader:before {
    content: "\e998";
}
.bh-font-power:before {
    content: "\e999";
}
.bh-font-command:before {
    content: "\e99a";
}
.bh-font-ban:before {
    content: "\e99b";
}
.bh-font-flag:before {
    content: "\e99c";
}
.bh-font-trash:before {
    content: "\e99d";
}
.bh-font-expand:before {
    content: "\e99e";
}
.bh-font-contract:before {
    content: "\e99f";
}
.bh-font-maximize:before {
    content: "\e9a0";
}
.bh-font-minimize:before {
    content: "\e9a1";
}
.bh-font-move:before {
    content: "\e9a2";
}
.bh-font-twitter:before {
    content: "\e930";
}
.bh-font-facebook:before {
    content: "\e931";
}
.bh-font-whatsapp:before {
    content: "\e932";
}
.bh-font-youtube2:before {
    content: "\e9a3";
}
.bh-font-pinterest:before {
    content: "\e9a4";
}
.bh-font-stop2:before {
    content: "\e9a6";
}
.bh-font-warning:before {
    content: "\e9a7";
}
.bh-font-calendar:before {
    content: "\e9a8";
}
.bh-font-scissor:before {
    content: "\e9a9";
}
.bh-font-star2:before {
    content: "\e9aa";
}
.bh-font-tripadvisor:before {
    content: "\e9ab";
}
.bh-font-instagram:before {
    content: "\e9ac";
}
.bh-font-star-filled:before {
    content: "\e9ad";
}
.bh-font-shopping-bag:before {
    content: "\e9ae";
}
.bh-font-cloud2:before {
    content: "\e9af";
}
.bh-font-home:before {
    content: "\e9b0";
}
.bh-font-edit:before {
    content: "\e9b1";
}
.bh-font-smartphone:before {
    content: "\e9b2";
}
.bh-font-gift:before {
    content: "\e9b3";
}
.bh-font-tablebell:before {
    content: "\e9b4";
}
.bh-font-bed:before {
    content: "\e9b5";
}
.bh-font-group:before {
    content: "\e9b6";
}
.bh-font-compasscircle:before {
    content: "\e9b7";
}
.bh-font-circlefull:before {
    content: "\e9b8";
}
.bh-font-squarefull:before {
    content: "\e9b9";
}
.bh-font-headfull:before {
    content: "\e9ba";
}
.bh-font-euro:before {
    content: "\e9bb";
}
.bh-font-lock2:before {
    content: "\e9bc";
}
.bh-font-ruler:before {
    content: "\e9bd";
}
.bh-font-snowflake:before {
    content: "\e9bf";
}
.bh-font-info-circle:before {
    content: "\e9c1";
}
.bh-font-questionmark:before {
    content: "\e9c0";
}
.bh-font-car:before {
    content: "\e9c2";
}
.bh-font-facebook2:before {
    content: "\e9a5";
}
.bh-font-bar:before {
    content: "\e9be";
}
.bh-font-coffee:before {
    content: "\e9c3";
}
.bh-font-newspaper:before {
    content: "\e9c4";
}
.bh-font-mask:before {
    content: "\e9c5";
}
.bh-font-beer:before {
    content: "\e9c6";
}
.bh-font-sanitizer:before {
    content: "\e9c7";
}
.bh-font-cake:before {
    content: "\e9c8";
}
.bh-font-cutlery2:before {
    content: "\e9c9";
}
.bh-font-wine:before {
    content: "\e9ca";
}
.bh-font-package:before {
    content: "\e9d4";
}
.bh-font-ticket:before {
    content: "\e9d5";
}
.bh-font-ticket2:before {
    content: "\e9d6";
}
.bh-font-signpost:before {
    content: "\e9d7";
}
.bh-font-cablecar:before {
    content: "\e9d8";
}
.bh-font-plane:before {
    content: "\e9d9";
}
.bh-font-boat:before {
    content: "\e9da";
}
.bh-font-truck:before {
    content: "\e9cb";
}
.bh-font-bus:before {
    content: "\e9db";
}
.bh-font-train:before {
    content: "\e9dc";
}
.bh-font-car2:before {
    content: "\e9dd";
}
.bh-font-ice:before {
    content: "\e9de";
}
.bh-font-smoothie:before {
    content: "\e9df";
}
.bh-font-trunks:before {
    content: "\e9e0";
}
.bh-font-leaf:before {
    content: "\e9e1";
}
.bh-font-credit-card:before {
    content: "\e9e2";
}
.bh-font-gps:before {
    content: "\e9e4";
}
.bh-font-external-link:before {
    content: "\e9cc";
}
.bh-font-book-open:before {
    content: "\e9cd";
}
.bh-font-weather-cloud:before {
    content: "\e9ce";
}
.bh-font-weather-drizzle:before {
    content: "\e9cf";
}
.bh-font-weather-rain:before {
    content: "\e9d0";
}
.bh-font-weather-snow:before {
    content: "\e9d1";
}
.bh-font-moon2:before {
    content: "\e9d2";
}
.bh-font-music:before {
    content: "\e9d3";
}
.bh-font-square-check2:before {
    content: "\e9e3";
}
.bh-font-cookie:before {
    content: "\e9e5";
}
.bh-font-skiing:before {
    content: "\e9e6";
}
.bh-font-xing:before {
    content: "\e9e7";
}
.bh-font-linkedin:before {
    content: "\e9e8";
}
.bh-font-megaphone:before {
    content: "\e9e9";
}
.bh-font-news:before {
    content: "\e9ea";
}
.bh-font-backpack:before {
    content: "\e9eb";
}
.bh-font-croissant:before {
    content: "\e9ec";
}
.bh-font-wellness:before {
    content: "\e9ed";
}
.bh-font-tree:before {
    content: "\e9ee";
}
.bh-font-towel:before {
    content: "\e9ef";
}
.bh-font-aperitif:before {
    content: "\e9f0";
}
.bh-font-dog:before {
    content: "\e9f1";
}
.bh-font-dogface:before {
    content: "\e9f2";
}
.bh-font-lightning:before {
    content: "\e9f3";
}
.bh-font-star3:before {
    content: "\e9f4";
}
.bh-font-pool:before {
    content: "\e9f5";
}
.bh-font-sauna:before {
    content: "\e9f6";
}
.bh-font-arrow-simple-left-45:before {
    content: "\e9f7";
}
.bh-font-arrow-simple-right-45:before {
    content: "\e9f8";
}
.bh-font-arrow-simple-up-45:before {
    content: "\e9f9";
}
.bh-font-arrow-simple-down-45:before {
    content: "\e9fa";
}
.bh-font-arrow-simple-left-60:before {
    content: "\e9fb";
}
.bh-font-arrow-simple-right-60:before {
    content: "\e9fc";
}
.bh-font-arrow-simple-up-60:before {
    content: "\e9fd";
}
.bh-font-arrow-simple-down-60:before {
    content: "\e9fe";
}
.bh-font-arrow-long-left:before {
    content: "\e9ff";
}
.bh-font-arrow-long-right:before {
    content: "\ea00";
}
.bh-font-arrow-long-up:before {
    content: "\ea01";
}
.bh-font-arrow-long-down:before {
    content: "\ea02";
}
.bh-font-arrow-full-left:before {
    content: "\ea03";
}
.bh-font-arrow-full-right:before {
    content: "\ea04";
}
.bh-font-arrow-full-up:before {
    content: "\ea05";
}
.bh-font-arrow-full-down:before {
    content: "\ea06";
}
.bh-font-tv:before {
    content: "\ea07";
}
.bh-font-barrierfree:before {
    content: "\ea0a";
}
.bh-font-bike:before {
    content: "\ea0b";
}
.bh-font-infinity:before {
    content: "\ea0c";
}
.bh-font-info-circle2:before {
    content: "\ea0d";
}
.bh-font-ippin:before {
    content: "\ea0e";
}
.bh-font-logout:before {
    content: "\ea0f";
}
.bh-font-logout2:before {
    content: "\ea10";
}
.bh-font-rose:before {
    content: "\ea11";
}
.bh-font-coins:before {
    content: "\ea12";
}
.bh-font-heart2:before {
    content: "\ea13";
}
.bh-font-towlift:before {
    content: "\ea14";
}
.bh-font-chairlift:before {
    content: "\ea15";
}
.bh-font-magiccarpet:before {
    content: "\ea16";
}
.bh-font-slope1:before {
    content: "\ea17";
}
.bh-font-slope2:before {
    content: "\ea18";
}
.bh-font-slopesign:before {
    content: "\ea19";
}
.bh-font-parking:before {
    content: "\ea1a";
}
.bh-font-parkpin:before {
    content: "\ea1b";
}
.bh-font-sale:before {
    content: "\ea1c";
}
.bh-font-route:before {
    content: "\ea1d";
}
.bh-font-upanddown:before {
    content: "\ea1e";
}
.bh-font-tiktok:before {
    content: "\ea1f";
}
.bh-font-archive-box:before {
    content: "\ea20";
}
.bh-font-file-minus:before {
    content: "\ea21";
}
.bh-font-file-plus:before {
    content: "\ea22";
}
.bh-font-send:before {
    content: "\ea23";
}
.bh-font-share-2:before {
    content: "\ea24";
}
.bh-font-thumb-down:before {
    content: "\ea25";
}
.bh-font-thumb-up:before {
    content: "\ea26";
}
.bh-font-user-simple:before {
    content: "\ea27";
}
.bh-font-user-simple-check:before {
    content: "\ea28";
}
.bh-font-user-simple-delete:before {
    content: "\ea29";
}
.bh-font-user-simple-minus:before {
    content: "\ea2a";
}
.bh-font-user-simple-plus:before {
    content: "\ea2b";
}
.bh-font-vimeo:before {
    content: "\ea2c";
}
.bh-font-wind:before {
    content: "\ea2d";
}
.bh-font-paragraph2:before {
    content: "\ea2e";
}
.bh-font-charging:before {
    content: "\ea2f";
}
.bh-font-bakehouse:before {
    content: "\ea30";
}
.bh-font-ai:before {
    content: "\ea31";
}
.bh-font-invert-color:before {
    content: "\ea32";
}
.bh-font-bullet-list:before {
    content: "\ea33";
}
.bh-font-filter:before {
    content: "\ea49";
}
.bh-font-pedestrian:before {
    content: "\ea4a";
}
.bh-font-star3-filled:before {
    content: "\ea4d";
}
.bh-font-champagne-bottle:before {
    content: "\ea52";
}
.bh-font-champagne-bucket:before {
    content: "\ea53";
}
.bh-font-basked:before {
    content: "\ea55";
}
.bh-font-delivery:before {
    content: "\ea57";
}
.bh-font-hourglass:before {
    content: "\ea5b";
}
.bh-font-shop:before {
    content: "\ea69";
}
.bh-font-toilet:before {
    content: "\ea6d";
}
.bh-font-wheelchair:before {
    content: "\ea71";
}
.bh-font-timer:before {
    content: "\ea48";
}
.bh-font-alarm:before {
    content: "\ea4b";
}
.bh-font-puzzle:before {
    content: "\ea4c";
}
.bh-font-alert-circle:before {
    content: "\ea4e";
}
.bh-font-edit2:before {
    content: "\ea4f";
}
.bh-font-booking-no-package:before {
    content: "\ea08";
}
.bh-font-booking-no-room:before {
    content: "\ea09";
}
.bh-font-bf-ai-content:before {
    content: "\ea34";
}
.bh-font-bf-big-cursor:before {
    content: "\ea35";
}
.bh-font-bf-brightness:before {
    content: "\ea36";
}
.bh-font-bf-content:before {
    content: "\ea37";
}
.bh-font-bf-contrast:before {
    content: "\ea38";
}
.bh-font-bf-disable-animations:before {
    content: "\ea39";
}
.bh-font-bf-dyslexia:before {
    content: "\ea3a";
}
.bh-font-bf-focus-text:before {
    content: "\ea3b";
}
.bh-font-bf-greyscale:before {
    content: "\ea3c";
}
.bh-font-bf-hide-images:before {
    content: "\ea3d";
}
.bh-font-bf-highlight-headlines:before {
    content: "\ea3e";
}
.bh-font-bf-invert-color:before {
    content: "\ea3f";
}
.bh-font-bf-navigation:before {
    content: "\ea40";
}
.bh-font-bf-opacity:before {
    content: "\ea41";
}
.bh-font-bf-summary:before {
    content: "\ea42";
}
.bh-font-bf-text:before {
    content: "\ea43";
}
.bh-font-bf-usability:before {
    content: "\ea44";
}
.bh-font-bf-visualization:before {
    content: "\ea45";
}
.bh-font-bf-highlight-links:before {
    content: "\ea46";
}
.bh-font-bf-system-font:before {
    content: "\ea47";
}

/* ------------------------ */
/* ----- KID A DESIGN ----- */
/* ------------------------ */


/*dunkelbraun #50463c*/
/*braun #715b44*/
/*hellgrau #b5a99d*/
/*orange #b2a59f*/


#bh-accessibility-widget {
	--accessibility-offset-vertical: calc(64px + 20px);
}

.bh-state-mobile #bh-accessibility-widget {
	--accessibility-offset-vertical: calc(54px + 20px);
}

/*@ import url('https://fonts.googleapis.com/css?family=EB+Garamond|Lato:400,700,700i,900,900i|Merriweather:300,400,400i,700|Raleway:400,500,600,900');*/
/*@ import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');*/


/* lato-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cinzel-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cinzel-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


a:focus {
	outline: none;
}

html {
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	font-size: 16px;
}

/* ----- DEFAULT HTML STYLES ----- */

figure {
	display: block;
	margin: 0; padding: 0;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
td,
th {
	padding: 0;
	text-align: left;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
pre {
	background: #f1f1f1;
	font-size: 12px;
	padding: 15px;
	color: #686868;
}

main.bh-centered.bh-width-full.bh-clearfix {
	max-width: 100%;
}


/* ----- BH-BEMODE ----- */

.bh-bemode.bhe-state-editing #Page {
	padding-top: 30px;
}

/* ----- COOKIES NOTIFICATION ----- */

#CookiesNotificaton {
	position: fixed;
	z-index: 3;
	bottom: 0px;
	width: 100%;
	background-color: #fafafa;
	border-top: 1px solid rgba(0,0,0,.1);
	height: 120px;
	display: none;
}

/* ----- SPALTEN ----- */

.bhColcontainer.cols4 .bhCol {
    margin-bottom: 20px;
}

.el-cols,
.el-cols.bh-col-gaps-normal {
	padding-left: 10px;
	padding-right: 10px;
}
.el-cols.bh-col-gaps-large {
	padding-left: 40px;
	padding-right: 40px;
}
.el-cols.bh-col-gaps-small,
.el-cols.bh-col-gaps-special-pfeifer-1 {
	padding-left: 10px;
	padding-right: 10px;
}
.el-cols.bh-col-gaps-none {
	padding-left: 0px;
	padding-right: 0px;
}
.el-cols.bh-col-gaps-special-pfeifer-2 {
	padding-left: 1px;
	padding-right: 1px;
}
/* ----- PAGE ----- */

#Page {
	z-index: 1;
	left: 0px;
	position: relative;
	width: 100%;
}

/* ----- TOP ----- */

#TopWrapper {
	position: absolute;
	width: 100%;
	font-family: 'Lato', sans-serif;
	z-index: 100;
	bottom: 70px;
	top: auto;
	transition: all .4s;
}
#TopWrapperInner.bh-state-sticked {
	bottom: auto;
}
#TopWrapperInner.bh-state-sticked li.hnavi_item > a {
    color: #ffffff;
}
#TopWrapperInner.bh-state-sticked li.hnavi_item.active > a {
    border-bottom: none;
}
#TopWrapperInner.bh-state-sticked {
	background: #fff;
	box-shadow: 0px 0px 100px rgba(0,0,0,.1);
}
#TopWrapperInner {
	max-width: 1920px;
    width: 100%;
}
#Top {
	position: relative;
	height: 50px;
	margin: 0 auto;
}
#Logo {
	z-index: 120;
	position: fixed;
	left: 0;
	margin-left: 0;
	width: 100%;
	height: 100px;
	top: 40px;
	background: #50463c;
	transition: 0.4s;
}
#LogoInner {
	width: 100%;
	height: 100%;
	background: url('../../../fileadmin/images/logo.png') center center no-repeat;
	background-size: 208px;
	transition: 0.4s;
}
/*html.svg #LogoInner {*/
	/*background: url('../../../fileadmin/images/logo.svg') left center no-repeat;*/
/*}*/
#Language {
	position: absolute;
	width: 50px;
	left: auto;
	right: 0px;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	line-height: 50px;
}
#Language .bh-navigation {
	display: none;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.6em;
	background: #fff;
	width: 150px;
	margin-left: -50px;
	position: absolute;
	border-radius: 5px;
	border: 2px solid #fff;
}
#Language .bh-navigation:before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: -7px;
	display: block;
	left: 65px;
	border-style: solid;
	border-width: 0 10px 7px 10px;
	border-color: transparent transparent #ffffff transparent;
}
html[lang="de-DE"] #Language a:nth-child(1),
html[lang="en-EN"] #Language a:nth-child(2) {
		background: rgba(0,0,0,.04);
}
#Language a:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#Language a:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#Language a {
	display: block;
	line-height: 3em;
	color: #000;
}
#Language a:hover {
	background: #000 !important;
	color: #fff;
}
#Language:hover .bh-navigation {
	display: block;
}

/* ----- HAUPTNAVIGATION ----- */

#Mainmenubutton {
	display: none;
}
nav#Mainmenu {
	width: 100%;
	position: absolute;
}
nav#Mainmenu .bh-navigation {
	text-align: center;
}
li.hnavi_item {
	display: inline-block;
	position: relative;
	line-height: 50px;
	margin-left: 0;
	margin-right: 0;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0;
}
li.hnavi_item > a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	letter-spacing: .1em;
	transition: color .4s;
}
li.hnavi_item.active > a {
	/*border-bottom: 1px solid rgba(255,255,255,.45);*/
}
li.hnavi_item > a:hover {
	/*border-bottom: 1px solid rgba(255,255,255,.25);*/
}


li.hnavi_item,
li.hsnavi_item {
	transition: .4s;
}

li.hnavi_item:hover,
li.hsnavi_item:hover {
	background: #b2a59f;
	transition: .4s;
}
li.hnavi_item.active,
li.hsnavi_item.active {
	border-bottom: 5px solid #aec33a;
	height: 45px;
}
li.hnavi_item.active a,
li.hsnavi_item.active a {
	color: #ffffff;
}


/* ----- UNTERMENÜ 1 und 2 ----- */


ul.navi.hsnavi_box {
	width: auto;
    position: absolute;
    background: #50463c;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease opacity;
    transform: perspective(500px) rotate3d(1,0,0,-10deg);
    transform-origin: top;
    -webkit-transform: perspective(500px) rotate3d(1,0,0,-10deg);
    -webkit-transform-origin: top;
    transition: 0.4s;
    box-sizing: border-box;
	min-width: 180px;
	text-align: left;
}
li.hnavi_item:hover ul.navi.hsnavi_box {
	opacity: 1;
    pointer-events: all;
    max-height: 1000px;
    transform: perspective(500px) rotate3d(0,0,0,0);
    -webkit-transform: perspective(500px) rotate3d(0,0,0,0);
}
li.hsnavi_item,
li.hssnavi_item {
	border-bottom: 1px solid rgba(0,0,0,.07);
}
li.hsnavi_item.has-submenu:after {
	width: 30px;
	height: 40px;
	display: block;
	content: '\e906';
	position: absolute;
	right: 10px;
/* 	float: right; */
	margin-top: -41px;
	line-height: 40px;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
	transition: ease all 0.8s
}
li.hsnavi_item > a,
li.hssnavi_item > a {
	font-weight: 600;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: .1em;
	line-height: 3.3em;
	white-space: nowrap;
	width: auto;
	transition: ease all 0.8s;
}
li.hsnavi_item.has-submenu > a,
li.hssnavi_item.has-submenu > a {
	padding-right: 40px;
}
li.hsnavi_item:last-child,
li.hssnavi_item:last-child {
	border-bottom: none;
}
li.hsnavi_item:last-child > a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
li.hsnavi_item:first-child > a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
li.hssnavi_item:last-child > a {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
li.hssnavi_item:first-child > a {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
li.hsnavi_item > a:hover {
	background: rgba(0,0,0,.05);
	transition: ease all 0.8s;
}
li.hsnavi_item.has-submenu > a:hover {
	padding-left: 25px;
	padding-right: 30px;
	transition: ease all 0.8s;
}
.hsnavi_item > a:hover li.hsnavi_item.has-submenu:after {
	right: 0px;
	transition: ease all 0.8s
}
ul.navi.hssnavi_box.right {
	position: absolute;
	width: 100%;
	left: 100%;
	right: auto;
 	margin-top: -2.7em;
	background-color: rgba(0,0,0,.7);
	border: none;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s ease opacity;
	transform: perspective(500px) rotate3d(0,1,0,10deg);
    transform-origin: left;
	-webkit-transform: perspective(500px) rotate3d(0,1,0,10deg);
    -webkit-transform-origin: left;
    transition: 0.4s;
    box-sizing: border-box;
}
ul.navi.hssnavi_box.left {
	position: absolute;
	width: 100%;
	right: 100%;
	left: auto;
 	margin-top: -2.7em;
	background-color: rgba(0,0,0,.7);
	border: none;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s ease opacity;
	transform: perspective(500px) rotate3d(0,1,0,-10deg);
    transform-origin: right;
	-webkit-transform: perspective(500px) rotate3d(0,1,0,-10deg);
    -webkit-transform-origin: right;
    transition: 0.4s;
    box-sizing: border-box;
}
li.hsnavi_item:hover ul.navi.hssnavi_box.right,
li.hsnavi_item:hover ul.navi.hssnavi_box.left {
	pointer-events: all;
	opacity: 1;
	transform: perspective(500px) rotate3d(0,0,0,0);
	-webkit-transform: perspective(500px) rotate3d(0,0,0,0);
}
li.hssnavi_item > a {
	color: #fff;
}
li.hssnavi_item > a:hover {
	background: rgba(0,0,0,.8);
}

/* ----- MENÜ SIMPLE DROPDOWN ----- */

nav#Mainmenu.bhm-simpledropdown li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: hidden;
}
nav#Mainmenu.bhm-simpledropdown li.hsnavi_item.has-submenu:after {
	display: none;
}

/* ----- MENÜ BIG BUTTONS ----- */

nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover {
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover:not(.has-submenu) {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover > a {
	color: #000;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hsnavi_box {
	width: 1200px;
	text-align: center;
	left: 0px;
	box-shadow: 0px 5px 40px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hsnavi_box:before {
	display: none;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item {
	width: 296px;
	border: none;
	margin: 2px;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item > a {
	border-radius: 0 !important;
	background-color: rgba(0,0,0,.05);
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item.has-submenu:after {
	display: none;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: hidden;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hssnavi_box {
	display: none;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item > a {
	line-height: 6em;
	padding: 0;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover ul.navi.hsnavi_box {
	margin-top: 0px;
}

/* ----- MENÜ SITEMAP ----- */

nav#Mainmenu.bhm-sitemap li.hnavi_item:hover {
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover:not(.has-submenu) {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover > a {
	color: #000;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	width: 1200px;
	text-align: left;
	left: 0px;
	box-shadow: 0px 5px 40px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box:before {
	display: none;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item {
	width: 280px;
	border: none;
	margin: 10px;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	border-radius: 0 !important;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu > a {
	border-bottom: 1px solid rgba(0,0,0,.2);
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu:after {
	display: none;
}
nav#Mainmenu.bhm-sitemap	ul.navi.hssnavi_box {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: transparent;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hssnavi_box {
	visibility: visible;
	opacity: 1;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	padding-left: 10px;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a {
	color: #9f9f9f;
	padding-left: 10px;
	line-height: 2.5em;
	border-radius: 0;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a:hover {
		background-color: rgba(0,0,0,.05);
}

/* ----- HEADER ----- */

header {
	/*min-height: 70vh;*/
	min-height: 0;
	position: relative;
	background-color: #ffffff;
}

.bh-bemode header {
	background-color: #cccccc;
	min-height: 50vh;
}

/* ----- TO TOP ----- */

#ToTop {
	position: fixed;
	bottom: 0;
	right: 0;
}
#ToTop .totopbutton {
	width: 50px;
	height: 50px;
	color: #a4a4a4;
	font-size: 1.75em;
	line-height: 50px;
	text-align: center;
}

/* ----- MAIN ----- */

main {
	padding-top: 65px;
	position: relative;
}
main .bhElement,
aside#RelatedContent .bhElement {
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
main {
	hyphens: auto;
}

/* ----- EDITOR DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
}
h1 {
	font-weight: normal;
	font-size: 2.25em;
	line-height: 1.2em;
	text-transform: none;
	column-span: all;
	-webkit-column-span: all;
	letter-spacing: 1px;
	font-family: 'Cinzel', serif;
}
main h1 {
	font-size: 42px;
	color: #b2a59f;
	margin-bottom: 21px !important;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	/*text-transform: uppercase;*/
	color: #b5a99d;
}
h3 {
	font-weight: normal;
	font-size: 25px;
	text-transform: none;
	letter-spacing: 0;
	color: #b2a59f;
}
h4 {
	font-weight: normal;
	font-size: 1.4em;
}
h5 {
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #b5b5b5;
}
h6 {
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.bh-bodytext {
	font-size: 18px;
	color: #50463c;
	line-height: 1.8;
}
.bh-bodytext a,
.bh-bodytext a:visited {
	color: #1b1713;
	text-decoration: none;
	border-bottom: 1px solid #aec33a;
}
main .bh-bodytext ul {
	list-style: none;
	padding: 0 0 0 24px;
	line-height: 1.5;
}
main .bh-bodytext ul li::before {
	content: "\2022";
	color: #b2a59f;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}


/*main .bh-bodytext ul li:before {*/
	/*content: '\e902';*/
	/*font-family: 'bakehouse-iconset' !important;*/
	/*speak: none;*/
	/*font-style: normal;*/
	/*font-weight: normal;*/
	/*font-variant: normal;*/
	/*text-transform: none;*/
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
	/*text-align: center;*/
	/*font-size: 16px;*/
	/*padding-right: 10px;*/
	/*line-height: 1;*/
/*}*/
main .bh-bodytext a:hover {
	background-color: rgba(0,0,0,.03);
}
header h1, header h2, header h3, header h4, header h5, header h6 {
	color: #fff;
}

/* ----- EDITOR CUSTOM STYLES ----- */

.bh-bodytext .bhe-small {
	font-size: 75%;
}
.bh-bodytext .bhe-big {
	font-size: 125%;
}
.bh-bodytext .bhe-teaser {
	font-size: 25px;
	line-height: 30px;
}
.bh-bodytext .bhe-button {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	border: 2px solid #000;
	text-transform: uppercase;
	padding: 5px 30px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.bh-bodytext .bhe-button a {
	color: #000;
	border-bottom: none;
	display: block;
}
.bh-bodytext .bhe-button a:hover {
	background: none;
}
.bh-bodytext .bhe-uppercase {
	text-transform: uppercase;
}
.bh-bodytext .bhe-highlight {
	background-color: #fff94d;
	font-style: italic;
	padding: 1px 5px;
}
.bh-bodytext .bhe-color {
	color: #00c9ed;
}
.bh-bodytext .gt-color-grey {
	color: #8A8A8A;
}
.bh-bodytext .gt-color-darkbrown {
	color: #50463c;
}
.bh-bodytext .gt-color-lightbrown {
	color: #D3C194;
}
.bh-bodytext .gt-color-white {
	color: #fff;
}

/* ----- RELATED CONTENT ----- */

aside#RelatedContent {
	background-color: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 80px;
}

/* ----- AFTER CONTENT ----- */

#AfterContent {
	background-color: #f6f6f6;
}
#Breadcrumb {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8125em;
	letter-spacing: 1px;
	text-align: center;
	color:#bfbfbf;
	margin-bottom: 30px;
}
#Breadcrumb .breadcrumbArrow,
#Breadcrumb .breadcrumbLink {
	display: inline-block;
	padding: 0px 5px
}
#Breadcrumb .breadcrumbArrow {
	font-size: 1.2em;
}
#Breadcrumb a {
	color: #000;
}

/* ----- SOCIAL ----- */

#SocialLinks {
	font-size: 1.5em;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#SocialLinks:before {
	display: block;
}
#SocialLinks .socialIcon {
	display: inline-block;
	opacity: 0;
	overflow: hidden;
	padding: 0px 10px;
	line-height: 2em;
	transition: opacity .3s;
}
#SocialLinks:hover .socialIcon {
	display: inline-block;
	opacity: 1;
}

/* ----- FOOTER ----- */

footer {
	background-color: #50463c;
	color: #fff;
	font-family: 'Lato', sans-serif;
	position: relative;
}
footer .bh-bodytext {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.8;
}
address {
	font-style: normal;
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 2em;
}
address .bh-font- {
	font-size: 1.3em;
}
li.servnavi_item {
	display: inline-block;
	padding-right: 15px;
}
#Footnote {
	text-align: center;
	font-size: 12px;
}
#Servicemenu {
	position: absolute;
	text-align: left;
	bottom: 20px;
}
footer li.servnavi_item {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
footer #Logo {
    z-index: 120;
    position: relative;
    top: 0px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.Footercontent-left {
	min-height: 40px;
}
/* ----- BRANDING ----- */

.bh-brand {
	width: 111px;
	margin: 0 auto;
	display: inline-block;
}
#BakehouseBrand {
	text-align: right;
	margin-top: 20px;
}
.bh-brand .bh-brand-logo,
.bh-brand .bh-brand-text {
	fill: #fff;
	fill-opacity: .4;
}

/* ----- CONTENTELEMENTE ----- */


/*------ BILDERGALERIE ------*/

.el-gallery .swiper-button-prev,
.el-gallery .swiper-button-next {
	font-size: 50px;
	text-shadow: -1px 0 #474747, 0 1px #474747, 1px 0 #474747, 0 -1px #474747;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 80px;
}
.el-gallery .swiper-button-prev {
	left: 20px;
}
.el-gallery .swiper-button-next {
	right: 20px;
}
.el-gallery .swiper-button-prev,
.el-gallery .swiper-button-next {
	background: none;
	opacity: 1;
}

/* ----- ALLGEMEINE STYLES ----- */
.bhElement.bhNoMargin {
	margin-bottom: 0 !important;
}
a.bhElement {
	color: #000;
}
/* ----- TABS ----- */
.bhTabs.bhElement .bh-tabtogglers {
	display: inline-block;
	margin-bottom: 30px;
}
.bhTabs.bhElement .bhTabElement {
	font-family: 'brandon_grotesque';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-right: none;
	padding: 0 20px;
	margin-bottom: 0px;
	text-align: center;
}
.bhTabs.bhElement .bhTabElement:first-child {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.bhTabs.bhElement .bhTabElement:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-right: 1px solid #E6E6E6;
}
.bhTabs.bhElement .bhTabElement.bh-tabtoggler-active {
	background-color: rgba(0,0,0,.1);
}

/* ----- TABS ZENTRIERT ----- */
.bhTabs.bhElement.tabcenter .bh-tab-togglers {
	text-align: center;
}
.bhTabs.bhElement.tabcenter .bh-tabtogglers {
	display: inline-block;
}
/* ----- TABS GANZE BREITE ----- */
.bhTabs.bhElement.tabstretch .bh-tabtogglers {
	display: flex;
}
.bhTabs.bhElement.tabstretch .bhTabElement {
	flex-grow: 1;
	width: 50px;
}
/* ----- TABS VERTIKAL ----- */
.bhTabs.bhElement.tabvertical .bh-tab-togglers {
	width: 30%;
	float: left;
	box-sizing: border-box;
}
.bhTabs.bhElement.tabvertical .bh-tabcontent {
	width: 70%;
	float: right;
}
.bhTabs.bhElement.tabvertical .bh-tabcontent .bhElement {
	margin-left: 5%;
}
.bhTabs.bhElement.tabvertical .bhTabElement {
	width: 80%;
	padding: 0 10%;
	border: 1px solid #E6E6E6;
	border-bottom: none;
	text-align: left;
}
.bhTabs.bhElement.tabvertical .bhTabElement:first-child {
	border-bottom-left-radius: 0;
}
.bhTabs.bhElement.tabvertical .bhTabElement:last-child {
	border-radius: 0;
	border-bottom-left-radius: 6px;
	border-bottom: 1px solid #E6E6E6;
}
.bhTabs.bhElement.tabvertical .bhElementInner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ----- TABS MEHRZEILIG ----- */
.bhTabs.bhElement.tabmultilines .bhTabElement {
	border-radius: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #E6E6E6;
}

/* ----- ACCORDION ----- */
.bhAccordeonItem.bhElement .bh-accordion-toggler {
	padding: 0; margin: 0;
	border-top: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement.accordeon-last .bh-accordion-element {
	border-bottom: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement:not(.accordeon-last) {
	margin-bottom: 0;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 50px;
	padding: 0px
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner:after {
	content: '\e908';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #a4a4a4;
}
.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: #000;
}

.bhAccordeonItem.bhElement {
	margin-bottom: 12px !important;
	margin-top: 12px !important;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler {
	/*padding: 0; */
	margin: 0;
	border-top: 1px solid #E6E6E6;
	padding: 12px 32px 12px 12px;
	background: #b2a59f;
	transition: 0.3s;
	cursor: pointer;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler:hover {
	transition: 0.3s;
	background: #b2a59f;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler p {
	margin-bottom: 0;
}
.bh-accordion-element {
	padding: 12px;
}
.bhAccordeonItem.bhElement.accordeon-last .bh-accordion-element {
	border-bottom: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement:not(.accordeon-last) {
	margin-bottom: 0;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner {
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 50px;
	padding: 0px
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner:after,
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowUp:after {
	content: '\e907';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #ffffff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowDown:after {
	content: '\e908';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #ffffff;
}
.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: #ffffff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner p {
	color: #1b1713;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}


/* ----- INVIEW ANIMATION ----- */

body:not(.bhe-state-editing) .bh-animation-fade,
body:not(.bhe-state-editing) .bh-animation-top,
body:not(.bhe-state-editing) .bh-animation-bottom,
body:not(.bhe-state-editing) .bh-animation-left,
body:not(.bhe-state-editing) .bh-animation-right,
body:not(.bhe-state-editing) .bh-animation-zoom {
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
body:not(.bhe-state-editing) .bh-animation-top {
	top: -100px;
}
body:not(.bhe-state-editing) .bh-animation-bottom {
	top: 100px;
}
body:not(.bhe-state-editing) .bh-animation-left {
	left: -100px;
}
body:not(.bhe-state-editing) .bh-animation-right {
	left: 100px;
}
body:not(.bhe-state-editing) .bh-animation-zoom {
	transform: scale(0.8);
}
body:not(.bhe-state-editing) .inviewactive {
	opacity: 1;
	top: 0; left: 0; bottom: 0; right: 0;
	transform: scale(1);
}

/* ----- TABELLE ----- */

#Page .bh-bodytext table {
	margin-bottom: 20px;
}
#Page .bh-bodytext table tr td {
	border-right: 1px solid #dddddd;
	font-family: 'Lato', sans-serif !important;
	padding: 7px;
}
#Page .bh-bodytext table tr td:last-child {
	border-right: none;
}
#Page .bh-bodytext table tr:nth-child(odd) {
	background-color: rgba(0,0,0,.04);
}
#Page .bh-bodytext table tr:first-child {
	font-weight: 600;
}
#Page .bh-bodytext table tr:last-child {
	border-bottom: 1px solid #dddddd;
}

/* ----- BEREICH ----- */

.bhNewsliste.bhElement {
	max-width: 100%;
}
.bhNewsliste.bhElement .newslist {
	max-width: 1200px;
	margin: 0 auto;
}
.bhNewsliste a.newslist_box {
	color: #000;
}
.bhNewsliste .newslist_headline h1 {
	font-size: 30px;
	margin-bottom: 0px;
}
.bhNewsliste .newslist_text p {
	margin-bottom: 0;
}
.bhNewsliste .newslist_morelink {
	background-color: #fff;
	line-height: 38px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding-top: 2px;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0px 20px;
}
/* ----- NEWSBEREICH OPTIK STORY ----- */
.bhNewsliste .newsstylestory {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
}
.bhNewsliste .newsstylestory .newslist_datum {
	padding: 20px 20px 0px 20px
}
.bhNewsliste .newsstylestory .newsitem {
	width: 370px;
	margin-right: 20px;
}
.bhNewsliste .newsstylestory .newslist_headline h1 {
	padding: 0px 20px 10px 20px;
}
.bhNewsliste .newsstylestory .newslist_text {
	padding: 20px;
}
.bhNewsliste .newsstylestory .newslist_pic img {
	width: 100%;
	height: auto;
}
.bhNewsliste .newsstylestory .newsitem {
	background: rgba(0,0,0,.05);
	margin-bottom: 20px;
	border-radius: 7px;
	padding: 0px;
	padding-bottom: 20px;
}
/* ----- NEWSBEREICH OPTIK DATUM ----- */
.bhNewsliste .newsstyledate .newsitem {
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 100%;
	padding: 20px 0px;
	clear: both;
	height: 250px;
}
.bhNewsliste .newsstyledate .newsitem:first-child {
	padding-top: 0;
}
.bhNewsliste .newsstyledate .newsitem:last-child {
	border-bottom: none;
}
.bhNewsliste .newsstyledate .bh-font-calendar {
	float: left;
	font-size: 24px;
	padding-right: 10px;
}
.bhNewsliste .newsstyledate .newslist_datum {
	margin-bottom: 20px;
}
.bhNewsliste .newsstyledate .newslist_pic {
	float: left;
	width: 25%;
	overflow: hidden;
	height: 200px;
	margin-right: 20px;
}
.bhNewsliste .newsstyledate .newslist_pic img {
	height: 100%;
	width: auto;
}
.bhNewsliste .newsstyledate .newslist_headline h1 {
	font-size: 40px;
	line-height: 32px;
	margin-bottom: 20px;
}
.bhNewsliste .newsstyledate .newslist_headline,
.bhNewsliste .newsstyledate .newslist_text {
	float: left;
	width: 65%;
}
.bhNewsliste .newsstyledate .newslist_morelink {
	float: right;
	font-size: 24px;
	background: none;
	margin: 0;
}
/* ----- NEWSBEREICH OPTIK BILD ----- */
.bhNewsliste .newsstylepicture a.newslist_box {
    position: relative;
    display: block;
}
.bhNewsliste .newsstylepicture .newsitem {
	width: 33.33333%;
	margin-right: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	overflow: hidden;
	height: 365px;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	float: left;
}
.bhNewsliste .newsstylepicture .newslist_pic {
	height: 365px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	transition: all 5s;
}
.bhNewsliste .newsstylepicture .newslist_headline {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #50463c;
	background-color: rgba(255,255,255,.85);
	height: 85px;
	text-align: center;
	transition: all .5s;
}
.bhNewsliste .newsstylepicture .newsitem:hover .newslist_headline {
	height: 100px;
}
.bhNewsliste .newsstylepicture .newslist_headline h2 {
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 28px;
	padding-top: 20px;
	margin-bottom: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
	padding-right: 10px;
}
.bhNewsliste .newsstylepicture .newslist_headline h3 {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	color: #6f6241;
}
.bhNewsliste .newsstylepicture .newslist_pic:hover {
	transform: scale(1.2);
}
/* ----- NEWSBEREICH OPTIK LISTE ----- */
.bhNewsliste .newsstylelist .newsitem {
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 100%;
	clear: both;
	padding-top: 4px;
	height: 30px;
}
.bhNewsliste .newsstylelist .newsitem:first-child {
	padding-top: 0;
}
.bhNewsliste .newsstylelist .newsitem:last-child {
	border-bottom: none;
}
.bhNewsliste .newsstylelist .newslist_headline h1 {
	line-height: 30px;
	font-size: 20px;
}
.bhNewsliste .newsstylelist .newslist_datum {
	line-height: 30px;
	padding-right: 10px;
}
.bhNewsliste .newsstylelist .newslist_datum,
.bhNewsliste .newsstylelist .newslist_headline {
	float: left;
}
.bhNewsliste .newsstylelist .newslist_morelink {
	float: right;
	font-size: 20px;
	background: transparent;
}
/* ----- NEWSBEREICH FADER ----- */
.newslist .swiper-gallery-container .newsbox {
	display: block;
	background-size: cover;
	background-position: center center;
	height: 580px;
	top: 0px !important;
}
.newslist .swiper-gallery-container .newsbox, .newslist .swiper-gallery-container, .newslist .swiper-wrapper {
	height: 580px !important;
	max-height: none !important;
}
.bh-bemode .newslist .swiper-gallery-container .newsbox, .bh-bemode .newslist .swiper-gallery-container, .bh-bemode .newslist .swiper-wrapper {
	height: 580px !important;
	max-height: none !important;
}
.newslist .swiper-slide {
	opacity: 0;
	transition-property: transform,-webkit-transform,opacity;
}
.newslist .swiper-slide.swiper-slide-active,
.newslist .swiper-slide.swiper-slide-prev,
.newslist .swiper-slide.swiper-slide-next {

	opacity: 1;
}
.fadertexte {
	position: absolute;
	bottom: 75px;
	left: 0px;
	color: white;
	opacity: 0;
	transition: 1s ease all;
	font-weight: normal;
	width: calc(100% - 80px);
}
.swiper-slide-active .fadertexte {
	opacity: 1;
	left: 40px;
}
.swiper-slide-prev .fadertexte {
	opacity: 1;
	left: 0px;
}
.swiper-slide-next .fadertexte {
	opacity: 1;
	left: 80px;
}
.fadertexte h3 {
	font-size: 28px;
	color: #fff;
	line-height: 28px;
	text-transform: none;
	margin-bottom: 0;
	letter-spacing: 0;
	font-weight: normal;
}
.fadertexte .subtext {
	font-size: 35px;
	font-family: 'Lato';
	font-weight: 600;
	text-transform: uppercase;
	line-height: 38px;
	margin-top: 5px;
}
.fadertexte .fadertexte-left {
	width: 70%;
	float: left;
}
.fadertexte .fadertexte-right {
	width: 30%;
	bottom: 0;
	right: 0;
	position: absolute;
}
.fadertexte .fadertexte-right .fadertexte-button {
	border: 2px solid #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Lato';
	border-radius: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.newslist .swiper-container .newsbox:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+55,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.newslist.el-fader .cssFaderArrow {
	display: none;
}
.newslist.el-fader .cssFaderMenuPoint {
    left: 33px;
    bottom: 26px;
    text-align: left;
}

.newslist.el-fader .swiper-button-prev,
.newslist.el-fader .swiper-button-next {
	font-size: 50px;
	text-shadow: -1px 0 #474747, 0 1px #474747, 1px 0 #474747, 0 -1px #474747;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 80px;
	z-index: 10;
}
.newslist.el-fader .swiper-button-prev {
	left: 20px;
}

.newslist.el-fader .swiper-button-next {
	right: 20px;
}

.newslist.el-fader .swiper-button-prev,
.newslist.el-fader .swiper-button-next {
	background: none;
}

/* ----- NEWS DETAILSEITE ----- */
#CooNewsLeft {
	width: 50%;
	float: left;
}
#CooNewsRight {
	width: 50%;
	float: left;
}
#CooNewsRightInner {
	padding-left: 45px;
	padding-right: 45px;
	max-width: 600px;
}
.NewsDetail h1,
.NewsDetail h2,
.divideheader {
	text-align: left;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: none;
	font-weight: 300;
	font-size: 28px;
	color: #50463c;
	letter-spacing: 0;
	display: inline-block;
}
.NewsDetail h3 {
	font-size: 17px;
	margin-bottom: 0px;
	padding-top: 10px;
}
.divideheader {
	padding-left: 10px;
	padding-right: 10px;
}
.NewsDetail .newslist_datum {
	text-align: center;
}
.NewsDetail .bhPictureNews {
	max-width: 100%;
	height: 75vh;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.NewsDetail .newsdetail_text .newsdate {
	text-align: center;
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 15px;
}
.NewsDetail .newsdetail_text .subtext {
	text-align: left;
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #D3C194;
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 55px;
}
.NewsDetail .newsdetail_text .newstext {
	margin-bottom: 35px;
}
.NewsDetail .newsdetail_gallery {
	margin: 0 auto;
	margin-top: 3px;
}
.NewsDetail .newsdetail_gallery .mediabox_infotext {
	display: none;
}
.NewsDetail .newsdetail_gallery .newsdetail_gallerypic {
    width: 33.333333%;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}
.NewsDetail .newsdetail_gallery .newsdetail_gallerypic img {
    width: 100%;
    height: auto;
}

/* ----- PHOTOSWIPE ----- */

.pswp__ui {
	display: none;
}


.bh-cookies-buttons {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}





div#Logo.nichtOben {
	height: 70px;
	transition: 0.4s;
}
div#Logo.nichtOben #LogoInner {
	background-size: 130px;
	transition: 0.4s;
}



header.bh-centered.bh-width-full {
	max-width: 100%;
	margin-top: 140px;
}

#TopWrapper {
	bottom: 0 !important;
}

#TopWrapperInner {
	max-width: 100%;
}

div#Top {
	max-width: 100%;
	background: #50463c;
}

div#Top.menuBoxenFixed {
	position: fixed;
	top: 110px;
	width: 100%;

}






.langmenue {
	position: absolute;
	right: 24px;
	top: 0;
	height: 100%;
}

.langmenue a {
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	border-right: 1px solid rgba(118, 0, 0, 0.1);
	transition: .4s;
}

.langmenue a:hover {
	background: #b2a59f;
	transition: .4s;
}

.langmenue a:first-child {
	padding-left: 0;
}

html[lang="de-DE"] .langmenue a:nth-child(1) {
	font-weight: 400;
	background: #aec33a;
}

html[lang="en-EN"] .langmenue a:nth-child(2) {
	font-weight: 400;
	background: #aec33a;
}



.topInner,
.logoInner {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	height: 100%;
}






.kopfInfo {
	position: fixed;
	left: 0;
	top: 0;
	color: #1b1713;
	transition: .4s;
	z-index: 120;
	background: #b5a99d;
	height: 40px;
	width: 100%;
}

.kopfInfoInner {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.kontaktKopf {
	margin-left: 24px;
}

.kontaktKopf a {
	line-height: 40px;
	margin-right: 12px;
}


.kontaktKopf a span {
	margin-right: 6px;
}



.kopfInfo .langmenue a {
	height: 40px;
	line-height: 40px;
	color: #1b1713;
}




span.bhe-button a {
	padding: 4px 12px !important;
	display: inline-block;
}

span.bhe-button {
	padding: 0 !important;
	position: relative;
	display: inline-block;
}




footer {
	padding: 48px 12px !important;
	overflow: hidden;
}

footer.bh-padding-normal .bh-bodytext > h5 {
	color: #b2a59f;
	text-align: center;
	margin-bottom: 32px !important;
	text-transform: none;
	font-size: 25px;
}

footer .bh-bodytext a,
footer .bh-bodytext a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


footer .bh-col img {
	height: 50px;
	width: auto;
	margin-bottom: 8px;
}


footer span.bhe-button {
	border: none !important;
	width: 100%;
	display: block;
}

footer span.bhe-button a {
	/*border: 2px solid white !important;*/
	color: #1b1713 !important;
	width: 100%;
	border-radius: 5px;
	transition: .4s;
	padding: 6px 0 !important;
}


footer span.bhe-button a:hover {
	background: #b2a59f !important;
	transition: .4s;
}





.footerLeiste {
	width: 100%;
	background: #b2a59f;
	/*text-align: center;*/
}

.footerLeisteInner {
	padding: 4px;
	position: relative;
}

.footerLeiste p,
.footerLeiste a {
	font-size: 14px;
}

.footerPraxi {
	position: absolute;
	right: 24px;
	top: 4px;
}

.footerPraxi img {
	height: 20px;
	width: auto;
}



.socialIconLeiste {
	background: #b2a59f;
}
.socialIconLeisteInner {
	text-align: center;
	padding: 10px;
}
.socialIconLeisteInner span {
	line-height: 52px;
	font-size: 32px;
	text-align: center;
	color: #b2a59f;
	background: #ffffff;
	margin-right: 12px;
	padding: 10px;
	border-radius: 100%;
	transition: .4s;
}
.socialIconLeisteInner a:hover span {
	color: #ffffff;
	background: #b2a59f;
	transition: .4s;
}


.socialIconLeisteDesktop .socialIconLeisteInner {
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
	padding: 24px 10px;
}

.socialIconLeisteDesktop a {
	display: block;
	float: left;
	width: calc(25% - 1px);
	color: #1b1713;
	cursor: pointer;
	border-right: 1px solid #50463c;
}

.socialIconLeisteDesktop a:last-of-type {
	border-right: none;
}

.socialIconLeisteDesktop span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 8px auto;
	font-size: 35px;
	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}







.cooRouteLocation {
	background: #50463c !important;
}

input.cooRouteLocationInput[type="text"]:focus {
	background: #ffffff !important;
}

.cooRouteRoot input.cooRouteSubmit {
	background: #b2a59f !important;
	margin: 12px 0;
}



.hc-widget {
	margin: 24px auto;
}



header .el-swiper {
	width: 100% !important;
	max-width: 100%;
}





.anfrageLeisteOuter {
	height: 64px;
	background: #50463c;
}
.anfrageLeiste {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	border-top: 1px solid #b2a59f;
	border-bottom: none;
	background: #50463c;
	max-width: 100%;
	padding: 12px 0;
	transition: .3s;
}

.anfrageLeiste.nichtFixed {
	position: relative;
	transition: .3s;
	border-bottom: 1px solid #b2a59f;
}
.anfrageLeisteInner {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}
.schnellAnfrageFormDiv {
	float: left;
	width: calc(33.33% - 24px);
	padding: 0 12px;
	text-align: center;
}
.schnellAnfrageFormDiv input {
	text-align: center;
	padding: 1px !important;
}
.schnellAnfrageFormDiv input:focus {
	background: #e9e9e9 !important;
}
.schnellAnfrageFormDiv button {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 39px;
	background: #aec33a;
	color: #1b1713;
	border: none;
	transition: .3s;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

.schnellAnfrageFormDiv button:hover {
	opacity: .7;
	transition: .3s;
}




/* Anfrage & Buchen */
/*.topInner li.hnavi_item[data-pid="50"],*/
.topInner li.hnavi_item[data-pid="51"] {
	display: none !important;
}





.bh-cookies-warning {
	bottom: 88px;
	left: 24px;
	max-width: 100%;
	width: 450px;
	border: 1px solid #b2a59f;
}
.bh-cookies-buttons {
	width: 100%;
	text-align: center;
}


.bh-swiper {
	background: #ffffff;
}




.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-container-rtl ~ .swiper-button-next {
	background-image: url(/fileadmin/images/pfeil.png);
	transform: rotate(180deg);
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 100%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl ~ .swiper-button-prev {
	background: url(/fileadmin/images/pfeil.png) center center no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 100%;
}



.bh-bodytext .bhe-button {
	width: 100%;
	background: #aec33a;
}






body[data-page="56"] .el-cols {
	border-bottom: 1px solid #b2a59f;
	padding-bottom: 20px;
}

.anfrageLeiste input[type="text"],
.anfrageLeiste input[type="number"],
.anfrageLeiste textarea,
.anfrageLeiste input[type="submit"],
.anfrageLeiste select {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	margin-bottom: 0;
	line-height: 35px;
	font-size: 20px;
	width: 98%;
	padding-left: 10px;
	padding-right: 1%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}



/* Anfrage & Buchen */
body[data-page="50"] .bhT3.bhElement,
body[data-page="51"] .bhT3.bhElement {
	padding: 0 12px !important;
}



.casa-wdg button.btn.btn-default {
	padding: 0 12px;
	height: 39px;
	background: #aec33a;
	color: #1b1713;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}


footer .bh-bodytext .bhe-button {
	height: 40px !important;
}




@media (max-width: 1200px) {
	/*ul.navi.hnavi_box {*/
		/*text-align: left;*/
	/*}*/
	li.hnavi_item > a {
		font-size: 14px;
	}

	.el-picturesection.paralaxing .bhBackgroundImage {
		background-attachment: initial !important;
	}
	main .el-picturesection.bhElement .picturesection-picture {
		min-height: 100px !important;
		max-height: 220px !important;
	}
	.picturesection-content h5 {
		font-size: 16px;
	}

	.bh-femode main .bh-cols .el-picture img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.socialIconLeisteDesktop .socialIconLeisteInner {
		padding: 24px 0;
		width: 100%;
	}

}


.casa-wdg {
	padding: 0 15px;
}


.casablancaLegende {
	background: url(/fileadmin/images/legende-casablanca-bergfrieden.PNG) center left no-repeat;
	background-size: contain;
	height: 55px;
	margin-left: 15px;
}



html[lang="en-EN"] .casablancaLegende {
	background: url(/fileadmin/images/legende-casablanca-bergfrieden-en.PNG) center left no-repeat;
	background-size: contain;
	height: 55px;
}



header .bhT3.bhElement {
	margin: 0 !important;
}


.bh-femode .covidBtn {
	position: absolute;
	z-index: 2;
	top: 24px;
	left: 24px;
	height: 150px;
	width: 150px;
	background: #aec33a;
	border: 1px solid #aec33a;
	color: #000000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-radius: 100%;
	text-align: center;
	line-height: 1.2;
	transition: .3s;
}
.bh-femode .covidBtn:hover {
	background: #ffffff;
}
.bh-femode .covidBtn .covidBtnTextOben {
	margin-bottom: 4px;
}
.bh-femode .covidBtn .covidBtnTextUnten {
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.bh-femode .covidBtn {
		display: block;
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.bh-femode .covidBtn .covidBtnTextOben {
		padding: 12px 12px 0 12px;
	}
	.bh-femode .covidBtn .covidBtnTextUnten {
		padding: 0 12px 12px 12px;
	}
}




div#mpcDatenschutz {
	padding: 0 12px;
	box-sizing: border-box;
}
div#mpcDatenschutz * {
	box-sizing: border-box;
}


/* User-CSS */

/* Editing */
.bhe-state-editing .el-swiper .swiper-container {
    overflow: visible;
}
.bhe-state-editing .el-swiper .bh-swiper > .swiper-pagination {
    z-index: 0;
}
.bhe-state-editing
    .el-swiper
    .swiper-container-fade
    .swiper-slide:not(.swiper-slide-active)
    .bhe-container-dropzone {
    display: none !important;
}

.el-swipe-item
    > .bhe-element-toolbar
    .bhe-element-toolbutton[data-content-command="copy"] {
    display: none;
}

/* ----- GENERAL ----- */

.el-news-gallery {
	margin-bottom: 10px;
	pointer-events: all;
	cursor: pointer;
}
.gallery-wrapper {
	overflow-x: hidden;
}
.gallery-item .bh-image-background {
	background-position: center center;
	background-size: cover;
}

/* ----- SWIPER-SLIDE ----- */

.el-news-gallery .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	overflow: hidden;
	opacity: 0;
	transition-property: transform,-webkit-transform,opacity;
}
.el-news-gallery .swiper-slide.swiper-slide-active,
.el-news-gallery .swiper-slide.swiper-slide-prev,
.el-news-gallery .swiper-slide.swiper-slide-next {
	opacity: 1;
}

/* ----- PAGINATION ----- */

.el-news-gallery  .swiper-pagination {
	margin-top: -50px;
	display: block;
	height: 50px;
	width: 100px;
}
.swiper-pagination-bullet-active {
	background: white !important;
}
.swiper-pagination-bullet {
	background: white !important;
	opacity: 1 !important;
}

/* ----- SWIPER-BUTTONS ----- */

.el-news-gallery .swiper-button-prev,
.el-news-gallery .swiper-button-next {
	font-size: 50px;
	text-shadow: -1px 0 #474747, 0 1px #474747, 1px 0 #474747, 0 -1px #474747;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 80px;
}
.el-news-gallery .swiper-button-prev {
	left: 20px;
}
.el-news-gallery .swiper-button-next {
	right: 20px;
}
.el-news-gallery .swiper-button-prev,
.el-news-gallery .swiper-button-next {
	background: none;
}


.el-news-gallery .gallery-wrapper.hover .bhImageHover {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	background-color: rgba(255,255,255,.9);
	top: 50%;
	right: 50%;
	margin-top: 0px;
	margin-right: -45px;
	opacity: 0;
	transition: .3s;
	pointer-events: none;
}

.el-news-gallery .gallery-wrapper.hover .bhImageHover:after {
	display: block;
	content: '\e98c';
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	width: 100%;
	font-size: 30px;
	line-height: 90px;
	color: #000;
}
.el-news-gallery .gallery-wrapper.hover .swiper-slide-active:hover .bhImageHover {
	display: block;
	opacity: 1;
	margin-top: -45px;
	transition: .3s;
}

.bh-cookies-consent-button {
    cursor: pointer;
}

.el-cookies-consent-button .bh-cookies-popup-intro-cookies-list-close {
    display: none;
}

.el-html-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.el-pdf-viewer-container {
    width: 100%;
    position: relative;
}

.el-pdf-viewer-container bh-pdf-viewer {
    display: block;
    width: 100%;
}

.bh-weather {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #9c9c9c;
    font-family: sans-serif;
    font-size: 13px;
}

.bh-weather-monochrome .bh-weather {
    color: inherit;
}

.bh-weather-date {
    font-size: 14px;
}

.bh-weather-date-readable {
    font-size: 18px;
    color: #000000;
    letter-spacing: -0.3px;
}

.bh-weather-day {
    box-sizing: content-box;

    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #ebebeb;
    min-width: 150px;
}

.bh-weather-day:last-child {
    border-right: 0px;
}

[data-days="2"] .bh-weather-day {
    width: 50%;
}
[data-days="3"] .bh-weather-day {
    width: 33.3333%;
}
[data-days="4"] .bh-weather-day {
    width: 25%;
}
[data-days="5"] .bh-weather-day {
    width: 20%;
}
[data-days="6"] .bh-weather-day {
    width: 16.666667%;
}
[data-days="7"] .bh-weather-day {
    width: 14.2%;
}

.bh-weather-icon {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.bh-weather-temp-wrapper {
    font-family: sans-serif;
    font-size: 20px;
    letter-spacing: -0.3px;
}

.bh-weather-temp-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bh-weather-temp-wrapper > div {
    width: 50%;
    line-height: 40px;
}

.bh-weather-temp-min-wrapper {
    color: #4a90e2;
    border-bottom: 3px solid rgba(73, 144, 227, 0.2);
}
.bh-weather-temp-max-wrapper {
    color: #d0001a;
    border-bottom: 3px solid rgba(208, 4, 26, 0.2);
}

.bh-weather-monochrome .bh-weather .bh-weather-temp-max-wrapper,
.bh-weather-monochrome .bh-weather .bh-weather-temp-min-wrapper {
    color: inherit;
    border-bottom: 0px;
}

.bh-weather-monochrome .bh-weather .bh-weather-temp-max-wrapper:before,
.bh-weather-monochrome .bh-weather .bh-weather-temp-min-wrapper:before {
    content: "max: ";
    font-size: 11px;
}

.bh-weather-monochrome .bh-weather .bh-weather-temp-min-wrapper:before {
    content: "min: ";
}

.bh-weather-text {
    letter-spacing: -0.3px;
    line-height: 15px;
    margin-top: 10px;
}

/*** IN ZELEN ***/

.bh-weather-rows .bh-weather {
    display: block;
}

.bh-weather-rows .bh-weather-day {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 0px;
}

.bh-weather-rows .bh-weather-icon {
    width: 110px;
    order: 1;
}

.bh-weather-rows .bh-weather-date {
    text-align: left;
    order: 2;
    margin-right: 18px;
}

.bh-weather-rows .bh-weather-temp-wrapper {
    display: block;
    width: 70px;
    order: 3;
}

.bh-weather-rows .bh-weather-temp-wrapper > div {
    width: 100%;
    border-bottom: 0px;
    line-height: 32px;
}

.bh-weather-rows .bh-weather-temp-min-wrapper {
    background: #edf4fc;
}

.bh-weather-rows .bh-weather-temp-max-wrapper {
    background: #fbe6e9;
}

.bh-weather-monochrome .bh-weather .bh-weather-temp-min-wrapper,
.bh-weather-monochrome .bh-weather .bh-weather-temp-max-wrapper {
    background: inherit;
}

.bh-weather-rows .bh-weather-text {
    margin-left: 20px;
    margin-top: 0px;
    order: 4;
}

/***** Fader *****/
.bh-weather.bh-swiper {
    display: block;
    align-items: inherit;
    justify-content: inherit;
}

.bh-weather.bh-swiper .bh-weather-day {
    border-right: 0px;
    padding: 0px;
    min-width: 0px;
}

.bh-weather.bh-swiper .bh-weather-icon {
    margin-bottom: 0px;
    margin-top: 5px;
}

/** BLACK **/
.bh-weather-black .bh-weather,
.bh-weather-black .bh-weather-date-readable {
    color: black;
}

/** WHITE **/
.bh-weather-white .bh-weather,
.bh-weather-white .bh-weather-date-readable {
    color: white;
}
.bh-weather-white .bh-weather-day {
    border-right-color: rgba(255, 255, 255, 0.2);
}

/*************/
/** Darksky **/
/*************/
.bh-weather-icon[data-icon="clear-day"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/clear-day.svg');
}
.bh-weather-icon[data-icon="clear-night"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/clear-night.svg');
}
.bh-weather-icon[data-icon="cloudy"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/cloudy.svg');
}
.bh-weather-icon[data-icon="fog"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/fog.svg');
}
.bh-weather-icon[data-icon="partly-cloudy-night"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/partly-cloudy-night.svg');
}
.bh-weather-icon[data-icon="partly-cloudy-day"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/partly-cloudy-day.svg');
}
.bh-weather-icon[data-icon="rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/rain.svg');
}
.bh-weather-icon[data-icon="sleet"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/sleet.svg');
}
.bh-weather-icon[data-icon="snow"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/snow.svg');
}
.bh-weather-icon[data-icon="wind"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/wind.svg');
}

/*** BLACK ****/
.bh-weather-black .bh-weather-icon[data-icon="clear-day"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/clear-day.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="clear-night"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/clear-night.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="cloudy"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/cloudy.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="fog"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/fog.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="partly-cloudy-night"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/partly-cloudy-night.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="partly-cloudy-day"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/partly-cloudy-day.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/rain.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="sleet"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/sleet.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="snow"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/snow.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="wind"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/wind.svg');
}

/*** WHITE ****/
.bh-weather-white .bh-weather-icon[data-icon="clear-day"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/clear-day.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="clear-night"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/clear-night.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="cloudy"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/cloudy.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="fog"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/fog.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="partly-cloudy-night"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/partly-cloudy-night.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="partly-cloudy-day"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/partly-cloudy-day.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/rain.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="sleet"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/sleet.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="snow"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/snow.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="wind"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/wind.svg');
}

/********************/
/** OPENWEATHERMAP **/
/********************/
.bh-weather-icon[data-icon="Clear"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/clear-day.svg');
}
.bh-weather-icon[data-icon="Clouds"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/cloudy.svg');
}
.bh-weather-icon[data-icon="Atmosphere"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/fog.svg');
}
.bh-weather-icon[data-icon="Few Clouds"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/partly-cloudy-day.svg');
}
.bh-weather-icon[data-icon="Rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/rain.svg');
}
.bh-weather-icon[data-icon="show rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/rain.svg');
}
.bh-weather-icon[data-icon="Drizzle"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/light-rain.svg');
}
.bh-weather-icon[data-icon="Thunderstorm"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/thunderstorm.svg');
}
.bh-weather-icon[data-icon="shower rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/rain.svg');
}
.bh-weather-icon[data-icon="Snow"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/default/snow.svg');
}

/*** BLACK ****/
.bh-weather-black .bh-weather-icon[data-icon="Clear"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/clear-day.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="Clouds"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/cloudy.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="Few Clouds"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/partly-cloudy-day.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="Atmosphere"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/fog.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="Rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/rain.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="shower rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/rain.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="Drizzle"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/light-rain.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="Thunderstorm"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/thunderstorm.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="Snow"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/snow.svg');
}

/*** WHITE ****/
.bh-weather-white .bh-weather-icon[data-icon="Clear"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/clear-day.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="Clouds"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/cloudy.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="Few Clouds"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/partly-cloudy-day.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="Atmosphere"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/fog.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="Rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/rain.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="shower rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/rain.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="Drizzle"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/light-rain.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="Thunderstorm"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/rain.svg');
}
.bh-weather-black .bh-weather-icon[data-icon="shower rain"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/black/thunderstorm.svg');
}
.bh-weather-white .bh-weather-icon[data-icon="Snow"] {
    background-image: url('../../../_assets/48f474fc19049790e474099473be00e0/assets/white/snow.svg');
}



/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.leaflet-container img.leaflet-tile {
    /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
    mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}
.leaflet-overlay-pane {
    z-index: 400;
}
.leaflet-shadow-pane {
    z-index: 500;
}
.leaflet-marker-pane {
    z-index: 600;
}
.leaflet-tooltip-pane {
    z-index: 650;
}
.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}
.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */

.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline-offset: 1px;
}
.leaflet-container a {
    color: #0078a8;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}
.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}
.leaflet-control-layers-toggle {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/layers.png');
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/layers-2x.png');
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    /* used only in path-guessing heuristic, see L.Icon.Default */
    background-image: url('../../../_assets/4b8447fc5027c18462f92e16ee881224/Css/images/marker-icon.png');
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
    text-decoration: underline;
}
.leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}
.leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0;
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;
    pointer-events: auto;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858;
}
.leaflet-popup-scrolled {
    overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* Printing */

@media print {
    /* Prevent printers from removing background-images of controls. */
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out,
        -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out,
        -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out,
        -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

@-webkit-keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.leaflet-container:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
    animation: leaflet-gestures-fadein 0.8s backwards;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 461;
    pointer-events: none;
}
.leaflet-gesture-handling-scroll-warning:after,
.leaflet-gesture-handling-touch-warning:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
    animation: leaflet-gestures-fadein 0.8s forwards;
}
.leaflet-gesture-handling-touch-warning:after {
    content: attr(data-gesture-handling-touch-content);
}
.leaflet-gesture-handling-scroll-warning:after {
    content: attr(data-gesture-handling-scroll-content);
}

.cooRouteLocation {
    padding: 20px;
    background: #dedede; /* Old browsers */
}

.cooRouteLocationInput {
}
.cooRouteMap {
    min-height: 300px;
}

.leaflet-routing-alt,
.leaflet-routing-geocoders,
.leaflet-routing-error {
    border-bottom: 0px;
}

.cooRouteLegs {
    font: 12px arial;
}
.leaflet-routing-container {
    margin-top: 0px !important;
    margin-right: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
}

body .leaflet-routing-container input {
    text-align: center;
    height: 30px;
}

.cooRouteRoot {
    z-index: 1;
    position: relative;
}

.cooRouteLegs .adp-placemark {
    border: none;

    background: #dedede;

    color: #000;
    font: bold 12px arial;
    margin: 0px;
}

.cooRouteLegs .adp-placemark td {
    padding: 5px 10px;
}

.cooRouteLegs .adp-summary {
    font: bold 12px arial;
    text-align: center;
    padding: 10px;

    background: #666; /* Old browsers */
    color: #fff;
}

.cooRouteLegs .adp-directions {
    width: 100%;

    border-spacing: 10px;
    border-collapse: separate;

    background: #fff; /* Old browsers */
}

.cooRouteLegs .adp-directions tr {
}

.cooRouteLegs .adp-directions td {
    border: none;
}

.cooRouteLegs .adp-directions td:first-child {
    text-align: center;
    background: #666;
    color: #fff;
}

.adp-placemark td {
    border: none;
}

.cooRouteLocation {
    padding: 10px;
    background: #373635;
}

.cooRouteLegs .adp-summary {
    font: bold 12px arial;
    text-align: center;
    padding: 10px;
    background: #666;
    color: white;
}
.cooRoutePointname {
    font-weight: bold;
}

.cooRouteAutocomplete {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* ----- BH STICKY ----- */

.bh-plugin-sticky[data-override="1"] {
	background: blue;
	border: 2px solid gray;
}
.bh-plugin-sticky.bh-state-sticked {
	position:fixed !important;
	z-index: 500;
}
.bh-plugin-sticky.bh-state-sticked[data-override="1"] {
	z-index: 499;
}

/*
	########################################################################
	
		KID BETA 1
	
	########################################################################
*/

html{
    -webkit-font-smoothing: antialiased;
}

/*
	VISIBILITY
*/
.bh-state-desktop .bh-hide-desktop,
.bh-state-mobile .bh-hide-mobile {
	display:none !important;
}

/* experimental */
.bh-hide {
	display: none;
}
.bh-show {
	display: block;
}
/* MEDIUM */
@media only screen and (max-width : 1024px) {
	.bh-hide-md {
		display: none;
	}
	.bh-show-md {
		display: block;
	}
}

/* SMALL */
@media only screen and (max-width : 480px) {
	.bh-hide-sm {
		display: none;
	}
	.bh-show-sm {
		display: block;
	}
}



.bhElement {
/* 	box-sizing: border-box; */
	box-sizing: content-box;
}

.bhCols > .bhe-element-toolbar,
.bhLayout > .bhe-element-toolbar,
.bhScrollbox > .bhe-element-toolbar {
	background-image: url(/typo3/sysext/bh/Resources/Public/Images/bg-emptycontent.png);
}

/*
	CLEARFIX	
*/
.bh-clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}
.bh-clearfix{ 
	display: block; 
}


/*
	CENTERED	
*/
.bh-centered,
.bh-centered-content .bhElement {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.bh-centered.bh-width-small {
	max-width: 630px;
}
.bh-centered.bh-width-normal {
	max-width: 960px;
}
.bh-centered.bh-width-breakout {
	max-width: 1170px;
}
.bh-centered.bh-width-large {
	max-width: 1600px;
}
.bh-centered.bh-width-full {
	max-width: 1920px;
}
.bh-centered.bh-width-max {
	max-width: none;
}


/*
	MARGIN	
*/
/* logged in */
.bh-bemode .bhContainer .bhElement:nth-last-child(+1),
.bh-bemode.bhe-state-editing .bhContainer .bhElement:nth-last-child(+2),
/* letztes element */
.bhContainer .bhElement:last-child,
.bh-bodytext > *:last-child,
.bhTabElement,
.bhFadecontainer > .bhContainer > .bhElement,
/* empty dropzones */
.bhe-state-content-empty, .bhe-state-dragging .bhe-state-content-inherited {
	margin-bottom:0px !important;
}

.bhElement,
.bhElement.bhText {
	margin-bottom:40px;
}
.bh-bodytext > * {
	margin-bottom:20px;
}

.bh-margin {
	margin-bottom:40px;
}
.bh-margin-none {
	margin-bottom:0px !important;
}
.bh-margin-small {
	margin-bottom:20px;
}
.bh-margin-normal {
	margin-bottom:40px;
}
.bh-margin-subsection {
	margin-top:80px;
	margin-bottom:80px;
}
.bh-margin-section {
	margin-top:120px;
	margin-bottom:120px;
}

/* MEDIUM */
@media only screen and (max-width : 1024px) {
	.bh-margin-md {
		margin-bottom:40px;
	}
	.bh-margin-md-none {
		margin-bottom:0px;
	}
	.bh-margin-md-small {
		margin-bottom:20px;
	}
	.bh-margin-md-normal {
		margin-bottom:40px;
	}
	.bh-margin-md-subsection {
		margin-top:80px;
		margin-bottom:80px;
	}
	.bh-margin-md-section {
		margin-top:120px;
		margin-bottom:120px;
	}
}

/* SMALL */
@media only screen and (max-width : 480px) {
	.bh-margin-sm {
		margin-bottom:40px;
	}
	.bh-margin-sm-none {
		margin-top: 0px;
		margin-bottom:0px;
	}
	.bh-margin-sm-small {
		margin-bottom:20px;
	}
	.bh-margin-sm-normal {
		margin-bottom:40px;
	}
	.bh-margin-sm-subsection {
		margin-top:80px;
		margin-bottom:80px;
	}
	.bh-margin-sm-section {
		margin-top:120px;
		margin-bottom:120px;
	}
}


/*
	PADDING	
*/
.bh-padding,
.bh-padding-normal {
	padding:20px;
}
.bh-padding-none {
	padding:0px;
}
.bh-padding-large {
	padding: 40px;
}
.bh-padding-xlarge {
	padding: 80px;
}


.bh-padding-v,
.bh-padding-v-normal {
	padding-top:20px;
	padding-bottom:20px;
}
.bh-padding-v-small {
	padding-top:20px;
	padding-bottom:20px;
}
.bh-padding-v-large {
	padding-top:40px;
	padding-bottom:40px;
}
.bh-padding-v-xlarge {
	padding-top:80px;
	padding-bottom:80px;
}

.bh-padding-h,
.bh-padding-h-normal {
	padding-left:20px;
	padding-right:20px;
}
.bh-padding-h-small {
	padding-left:10px;
	padding-right:10px;
}
.bh-padding-h-large {
	padding-left:80px;
	padding-right:80px;
}
.bh-padding-h-xlarge {
	padding-left:80px;
	padding-right:80px;
}





.bhLayout.bh-inner-width-full {
	padding-left: 0px;
	padding-right: 0px;
}
.bhLayout.bh-inner-width-full > * > .bhBackgroundImage {
	padding-left:20px;
	padding-right:20px;
}
/*
.bhLayout > * > .bhBackgroundImage {
	padding-top: 40px;
	padding-bottom: 40px;
}
.bhLayout > * > .bhBackgroundImage {
	padding-top: 20px;
	padding-bottom: 20px;
}
*/

.bh-inner-centered .bhElement {
/* 	max-width: 960px; */
}
.bh-inner-width-max .bhElement,
.bh-inner-width-full .bhElement{
	max-width: none;
}
.bh-inner-width-full {
	padding-left:20px;
	padding-right:20px;
}
.bh-inner-width-max {
	
}

/*
	ALIGNMENT
*/
.bh-pull-left {
	float: left;
}
.bh-pull-right {
	float: right;
}

/*
	COLS
*/
.bh-cols > .bh-col,
.bhColcontainer > .bhCol {
	float: left;
	box-sizing: border-box;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* 
	Col Gaps 
*/

/* TODO Grip Gaps ? zb auch nach unten und oben */

/* large */
.bh-cols.bh-col-gaps-large,
.bh-col-gaps-large > .bhElementInner > .bhColcontainer {
	margin-left: -40px;
	margin-right: -40px;
}
.bh-col-gaps-large > .bh-col,
.bh-col-gaps-large > .bhElementInner > .bhColcontainer > .bhCol {
	padding-left: 40px;
	padding-right: 40px;
}
/* normal */
.bh-cols,
.bhColcontainer {
	margin-left: -10px;
	margin-right: -10px;
}

.bh-col,
.bhCol {
	padding-left: 10px;
	padding-right: 10px;
}

/* small */
.bh-cols.bh-col-gaps-small,
.bh-col-gaps-small > .bhElementInner > .bhColcontainer {
	margin-left: -10px;
	margin-right: -10px;
}
.bh-col-gaps-small > .bh-col,
.bh-col-gaps-small > .bhElementInner > .bhColcontainer > .bhCol {
	padding-left: 10px;
	padding-right: 10px;
}

/* none */
.bh-cols.bh-col-gaps-none,
.bh-col-gaps-none > .bhElementInner > .bhColcontainer {
	margin: 0px;
}
.bh-col-gaps-none > .bh-col,
.bh-col-gaps-none > .bhElementInner > .bhColcontainer > .bhCol {
	padding: 0px;
}

/* TODO schaun ob das Ã¼berall passt */
.bh-col-gaps-none .bhElement {
	margin-bottom: 0px !important;
}


.bh-cols > .bh-col-1 {
   width: 8.33333333%;
}

.bh-cols > .bh-col-2,
.bh-cols-6 > .bh-col,
.cols6 > .bhCol {
   width: 16.66666%;
}

/* gibts nur all-cols-fixed width */
.bh-cols-5 > .bh-col,
.cols5 > .bhCol {
   width: 20%;
}

.bh-cols > .bh-col-3,
.bh-cols-4 > .bh-col,
.cols4 > .bhCol {
   width: 25%;
}

.bh-cols > .bh-col-4,
.bh-cols-3 > .bh-col,
.cols3 > .bhCol {
   width: 33.33333%;
}

.bh-cols > .bh-col-5 {
   width: 41.6666666%;
}

.bh-cols > .bh-col-6,
.bh-cols-2 > .bh-col,
.cols2 > .bhCol {
   width: 50%;
}

.bh-cols > .bh-col-7 {
   width: 58.33333333%;
}

.bh-cols > .bh-col-8 {
   width: 66.66666%;
}

.bh-cols > .bh-col-9 {
   width: 75%;
}

.bh-cols > .bh-col-10 {
   width: 83.33333333%;
}

.bh-cols > .bh-col-11 {
   width: 91.666666666%;
}

.bh-cols > .bh-col-12 {
   width: 100%;
}



/* MEDIUM */
@media only screen and (max-width : 1024px) {
	.bh-cols > .bh-col-md-1 {
	   width: 8.33333333%;
	}
	
	.bh-cols > .bh-col-md-2,
	.bh-cols-md-6 > .bh-col {
	   width: 16.66666%;
	}
	
	/* gibts nur all-cols-fixed width */
	.bh-cols-md-5 > .bh-col {
	   width: 20%;
	}
	
	.bh-cols > .bh-col-md-3,
	.bh-cols-md-4 > .bh-col {
	   width: 25%;
	}
	
	.bh-cols > .bh-col-md-4,
	.bh-cols-md-3 > .bh-col {
	   width: 33.33333%;
	}
	
	.bh-cols > .bh-col-md-5 {
	   width: 41.6666666%;
	}
	
	.bh-cols > .bh-col-md-6,
	.bh-cols-md-2 > .bh-col {
	   width: 50%;
	}
	
	.bh-cols > .bh-col-md-7 {
	   width: 58.33333333%;
	}
	
	.bh-cols > .bh-col-md-8 {
	   width: 66.66666%;
	}
	
	.bh-cols > .bh-col-md-9 {
	   width: 75%;
	}
	
	.bh-cols > .bh-col-md-10 {
	   width: 83.33333333%;
	}
	
	.bh-cols > .bh-col-md-11 {
	   width: 91.666666666%;
	}
	
	.bh-cols > .bh-col-md-12 {
	   width: 100%;
	}
}

/* SMALL */
@media only screen and (max-width : 480px) {
	.bh-cols > .bh-col-sm-1 {
	   width: 8.33333333%;
	}
	
	.bh-cols > .bh-col-sm-2,
	.bh-cols-sm-6 > .bh-col {
	   width: 16.66666%;
	}
	
	/* gibts nur all-cols-fixed width */
	.bh-cols-sm-5 > .bh-col {
	   width: 20%;
	}
	
	.bh-cols > .bh-col-sm-3,
	.bh-cols-sm-4 > .bh-col {
	   width: 25%;
	}
	
	.bh-cols > .bh-col-sm-4,
	.bh-cols-sm-3 > .bh-col {
	   width: 33.33333%;
	}
	
	.bh-cols > .bh-col-sm-5 {
	   width: 41.6666666%;
	}
	
	.bh-cols > .bh-col-sm-6,
	.bh-cols-sm-2 > .bh-col {
	   width: 50%;
	}
	
	.bh-cols > .bh-col-sm-7 {
	   width: 58.33333333%;
	}
	
	.bh-cols > .bh-col-sm-8 {
	   width: 66.66666%;
	}
	
	.bh-cols > .bh-col-sm-9 {
	   width: 75%;
	}
	
	.bh-cols > .bh-col-sm-10 {
	   width: 83.33333333%;
	}
	
	.bh-cols > .bh-col-sm-11 {
	   width: 91.666666666%;
	}
	
	.bh-cols > .bh-col-sm-12 {
	   width: 100%;
	}
}


/* TODO gut so? */
.bh-col-border-between > .bh-col,
.bh-col-border-between > .bhElementInner > .bhColcontainer > .bhCol {
	position: relative;
}
.bh-col-border-between > .bh-col:after,
.bh-col-border-between > .bhElementInner > .bhColcontainer > .bhCol:after {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	height:100%;
	width: 1px;
	background: #99B47E;
}
.bh-col-border-between > .bh-col:first-child:after,
.bh-col-border-between > .bhElementInner > .bhColcontainer > .bhCol:first-child:after {
	display:none;
}



/*
	STYLE
*/
.bh-styleclass-highlight {
	
}

.bh-styleclass-button {
	
}

/* 
	SCHRIFTEN 
*/
a {
    color: inherit;
}
.bh-bodytext p {
    
}
.bh-bodytext ul {
    padding-left: 15px;
    margin: 0px;
/*     margin-bottom: 20px; */
}
.bh-bodytext li {
/*     list-style-type: square; */
}

h1, .bh-bodytext h1, h2, .bh-bodytext h2, h3, h4, h5 {
/* 	margin-top: 0px; */
	margin-bottom: 40px;
}
h1 {

}
h2 {

}
h3 {

}
h4 {
	margin-bottom: 20px;
}
h5 {

}

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

.bh-text-color-light {
	color: #fff !important;
}
.bh-text-color-dark {
	color: #000 !important;
}


.bh-button-box {

}
.bh-button {
	border: none;
	background: transparent;
	-webkit-appearance: none;
}

.bh-button [class*="bh-font"] + .bh-label {

}
.bh-button .bh-label + [class*="bh-font"] {

}


/*
    FORM
*/
.bh-form-field {
	
}

.bh-form-field input,
.bh-form-field select,
.bh-form-field textarea {
	background: transparent;
	border:none;
	-webkit-appearance: none;
	padding: 10px 20px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.bh-form-field textarea {
	resize: vertical;
}

.bh-form-field.bh-form-pure-field input[type="submit"] {
	cursor:pointer; 
}

/* TDOD namen */
.bh-form-field.bh-form-pure-field input[type=checkbox],
.bh-form-field.bh-form-pure-field input[type=radio]{
	display: none;
}
.bh-form-field.bh-form-pure-field input[type=checkbox] + .bh-form-checkbox-after,
.bh-form-field.bh-form-pure-field input[type=radio] + .bh-form-checkbox-after {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.bh-form-field.bh-form-pure-field input[type=checkbox]:checked + .bh-form-checkbox-after,
.bh-form-field.bh-form-pure-field input[type=radio]:checked + .bh-form-checkbox-after{
	
}

.bh-form-checkbox-after + .bh-label {
	padding-left: 20px;
}
/* ----- BOX ----- */
.el-bhbox.bhElement {
	border-radius: 6px;
	background-color: rgba(0,0,0,.05);
	padding: 0;
	color: #000;
}
.el-bhbox.bhElement .boxTitle {
	font-size: 18px;
	font-family: 'brandon_grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 18px 8px 18px;
	margin: 0;
}
.el-bhbox.bhElement .boxContent {
	padding: 18px;
}
.el-bhbox.bhElement .boxContent p {
	margin-bottom: 15px;
}
.el-bhbox.bhElement .boxBild .bhBackgroundImage {
	min-height: 200px;
	background-position: center center;
	background-size: cover;
}
/* ----- BOX EINFACHE GESTALTUNG ----- */
.el-bhbox.bhElement.bxsimple {
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}
.el-bhbox.bhElement.bxsimple .boxTitle {
	text-align: center;
	padding: 0px 0px 15px 0px;
}
.el-bhbox.bhElement.bxsimple .boxContent {
	text-align: center;
	padding: 18px 0px;
}
/* ----- BOX OHNE BILD ----- */
.el-bhbox.bhElement.bxtextonly .boxBild {
	display: none;
}
.el-bhbox.bhElement.bxtextonly .boxContent {
	padding-top: 0px;
}
/* ----- BOX LINKBUTTON ----- */
.el-bhbox.bhElement.bxlinkbutton .boxContent:after {
	content: 'Mehr dazu';
	display: block;
	background-color: #fff;
	line-height: 38px;
	font-family: 'brandon_grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
	padding-top: 2px;
	letter-spacing: 1px;
	font-size: 14px;
}
/* -------------------------------- */
/* -------- EL-COLS DEFAULT ------- */
/* -------------------------------- */

/* ----- SPECIAL COLS ----- */

.el-cols .bh-cols-2.bh-cols-2-2-10 .col1 {width: 16.666666666%} .el-cols .bh-cols-2.bh-cols-2-2-10 .col2 {width: 83.33333334%}
.el-cols .bh-cols-2.bh-cols-2-10-2 .col1 {width: 83.33333334%} .el-cols .bh-cols-2.bh-cols-2-10-2 .col2 {width: 16.666666666%}
.el-cols .bh-cols-2.bh-cols-2-3-9  .col1 {width: 25%} .el-cols .bh-cols-2.bh-cols-2-3-9  .col2 {width: 75%}
.el-cols .bh-cols-2.bh-cols-2-9-3 .col1 {width: 75%} .el-cols .bh-cols-2.bh-cols-2-9-3 .col2 {width: 25%}
.el-cols .bh-cols-2.bh-cols-2-4-8 .col1 {width: 33.33333333%} .el-cols .bh-cols-2.bh-cols-2-4-8 .col2 {width: 66.6666666%}
.el-cols .bh-cols-2.bh-cols-2-8-4 .col1 {width: 66.66666666%} .el-cols .bh-cols-2.bh-cols-2-8-4 .col2 {width: 33.3333333%}
.el-cols .bh-cols-2.bh-cols-2-5-7 .col1 {width: 41.66666665%} .el-cols .bh-cols-2.bh-cols-2-5-7 .col2 {width: 58.3333333%}
.el-cols .bh-cols-2.bh-cols-2-7-5 .col1 {width: 58.33333333%} .el-cols .bh-cols-2.bh-cols-2-7-5 .col2 {width: 41.6666665%}

.el-cols .bh-cols-3.bh-cols-3-3-3-6 .col1 {width: 25%} .el-cols .bh-cols-3.bh-cols-3-3-3-6 .col2 {width: 25%} .el-cols .bh-cols-3.bh-cols-3-3-3-6 .col3 {width: 50%}
.el-cols .bh-cols-3.bh-cols-3-6-3-3 .col1 {width: 50%} .el-cols .bh-cols-3.bh-cols-3-6-3-3 .col2 {width: 25%} .el-cols .bh-cols-3.bh-cols-3-6-3-3 .col3 {width: 25%}
.el-cols .bh-cols-3.bh-cols-3-3-6-3 .col1 {width: 25%} .el-cols .bh-cols-3.bh-cols-3-3-6-3 .col2 {width: 50%} .el-cols .bh-cols-3.bh-cols-3-3-6-3 .col3 {width: 25%}
.el-cols .bh-cols-3.bh-cols-3-2-5-5 .col1 {width: 16.666666666%} .el-cols .bh-cols-3.bh-cols-3-2-5-5 .col2 {width: 41.66666665%} .el-cols .bh-cols-3.bh-cols-3-2-5-5 .col3 {width: 41.66666665%}


/* ----- BORDER ----- */

.el-cols.el-cols-border .bh-col {
	border-right: 1px solid rgba(0,0,0,.1);
	padding-bottom: 30px;
	padding-top: 30px;
}
.el-cols.el-cols-border .bh-col .bhElement:last-child {
	margin-bottom: 0 !important;
}
.el-cols.el-cols-border .bh-cols {
	display: flex;
}
.el-cols.el-cols-border .bh-col:last-child {
	border-right: none;
}
.el-cols.el-cols-border + .el-cols.el-cols-border {
	border-top: 1px solid rgba(0,0,0,.1);
}

/* ----- PFEIFER SPECIALS ----- */

.el-cols-story .bh-col,
.el-cols-story-begin .bh-col {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 55px !important;
    padding-right: 55px !important;
}
.el-cols-story:before,
.el-cols-story-begin:before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background: #EEF2DE;
	position: absolute;
	left: 50%;	
}
.el-cols-story:after,
.el-cols-story-begin:after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background-color: #8BA820;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
}
.el-cols-story-begin:after {
	top: 0;
}
.el-cols-story .bh-cols,
.el-cols-story-begin .bh-cols {
    margin-left: -55px !important;
    margin-right: -55px !important;
}
.el-cols.bh-col-gaps-special-pfeifer-1 .bh-col {
	padding-left: 5px !important;
    padding-right: 5px !important;
}
.el-cols.bh-col-gaps-special-pfeifer-1 .bh-cols {
	margin-left: -5px !important;
    margin-right: -5px !important;
}
.el-cols.bh-col-gaps-special-pfeifer-1 {
	margin-bottom: 10px;
}
.el-cols.bh-col-gaps-special-pfeifer-2 .bh-col {
	padding-left: 0px !important;
    padding-right: 1px !important;
}
.el-cols.bh-col-gaps-special-pfeifer-2 .bh-cols {
	margin-left: 0px !important;
    margin-right: -1px !important;
}
.el-cols.bh-col-gaps-special-pfeifer-2 {
	margin-bottom: 1px;
}

/* ----- MEDIAQUERIES ----- */

@media screen
	and (max-width : 960px) {
		
		.el-cols.bhElement.el-cols-smalldisplay {
			max-width: 650px;
		}
		.el-cols.bhElement.el-cols-smalldisplay .bh-col {
			width: 100%;
			margin-bottom: 15px;
		}
		.el-cols.el-cols-border.el-cols-smalldisplay .bh-col {
			border: none;
		}
}

/* ----- BAKEHOUSE SETTINGS STYLES ----- */

#bhe-pane .bhe-formsettings-option.bhColsStyle input[type="radio"] {
	width: 46px;
	height: 46px;
	background-color: rgba(255,255,255,.2);
	margin: 3px;
	float: left;
	background-position: center center;
	background-size: 30px;
	background-repeat: no-repeat;
}
#bhe-pane .bhe-formsettings-option.bhColsStyle input[type="radio"]:checked {
	background-color: #CAF56B;
	box-shadow: none;
}
#bhe-pane .bhe-formsettings-option.bhColsStyle .bhColsStyleGroup {
	display: block;
	height: 56px;
	width: 208px;
	margin-left: 100px;
	float: right;
}
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-2-10"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-2-10.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-10-2"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-10-2.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-3-9"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-3-9.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-9-3"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-9-3.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-4-8"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-4-8.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-8-4"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-8-4.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-5-7"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-5-7.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-2-7-5"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols2-7-5.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-3-3-3-6"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols3-3-3-6.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-3-6-3-3"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols3-6-3-3.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-3-3-6-3"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols3-3-6-3.svg'); }
#bhe-pane .bhe-formsettings-option.bhColsStyle input[value="bh-cols-3-2-5-5"] { background-image: url('../../../fileadmin/templates/elements/el-cols/default/settings-icons/cols3-2-5-5.svg'); }
/* -------------------------------- */
/* -------- EL-TEXT DEFAULT ------- */
/* -------------------------------- */

.el-text.bhElement .el-text-inner {
	-webkit-column-gap: 80px;
	column-gap: 80px;
}
.el-text.bhElement.columnborder .el-text-inner {
	-webkit-column-rule: 1px solid rgba(0,0,0,.15);
	column-rule: 1px solid rgba(0,0,0,.15);
}
.el-text.whitetext * {
	color: white;
}

@media screen
	and (max-width : 1120px) {
		.el-text {
			padding: 0px 15px;
		}
		
}
.el-linkbox.bhElement {
	border-radius: 6px;
	background-color: rgba(0,0,0,.05);
}
.el-linkbox.bhElement .linkbox_bild {
	padding: 0;
	width: 140px;
	height: 140px;
}
.el-linkbox.bhElement .linkbox_bild {
	padding: 0;
	width: 140px;
	height: 140px;
}
.el-linkbox.bhElement .linkbox_bild .bhImageInner {
	height: 140px;
}
.el-linkbox.bhElement .linkbox_content {
	display: flex;
	align-items: center;
	padding: 0px 50px 0px 40px;
	height: 140px;

	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
.el-linkbox.bhElement .linkbox_content p,
.el-linkbox.bhElement .linkbox_content h1,
.el-linkbox.bhElement .linkbox_content h2,
.el-linkbox.bhElement .linkbox_content h3,
.el-linkbox.bhElement .linkbox_content h4,
.el-linkbox.bhElement .linkbox_content h5,
.el-linkbox.bhElement .linkbox_content h6 {
	margin-bottom: 0;
}
.el-linkbox.bhElement .linkbox_right:after {
	content: '\e902';
	width: 50px;
	line-height: 140px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 24px;
}
/* ----- LINKBOX NUR TEXT ----- */
.el-linkbox.bhElement.lbtext .linkbox_bild {
	display: none;
}
/* ----- LINKBOX BUTTON ----- */
.el-linkbox.bhElement.lbbutton {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.el-linkbox.bhElement.lbbutton .linkbox_bild,
.el-linkbox.bhElement.lbbutton .linkbox_right {
	display: none;
}
.el-linkbox.bhElement.lbbutton .linkbox_content {
	display: block;
	text-align: center;
	padding: 0px 20px 0px 20px;
	height: auto;
	min-height: 50px;
	line-height: 50px;
}
.el-linkbox.bhElement.lbbutton .linkbox_content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ----- LINKBOX HINTERGRUNDBILD ----- */
.el-linkbox.bhElement .linkbox_bild .bhBackgroundImage {
	height: 100%;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}






.el-picture.bhElement .bhImageHover {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	background-color: rgba(255,255,255,.9);
	top: 50%;
	right: 50%;
	margin-top: 0px;
	margin-right: -45px;
	opacity: 0;
	transition: .3s;
}
a:not([href]).el-picture.bhElement:hover .bhImageHover {
	display: none;
}
.el-picture.bhElement .bhImageHover:after {
	display: block;
	content: '\e98c';
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	width: 100%;
	font-size: 30px;
	line-height: 90px;
	color: #000;
}
a.el-picture.bhElement:hover .bhImageHover {
	display: block;
	opacity: 1;
	margin-top: -45px;
}
.el-picture.bhElement .file-copyright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 4px 4px 0px 8px;
	font-size: 10px;
	background-color: #fff;
	border-top-left-radius: 5px;
	color: #000;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.el-picture.bhElement .figcaption {
	position: relative;
	color: #9c9c9c;
	line-height: 1.4em;
	font-size: 14px;
	padding-top: 8px;
}
.el-picture.bhElement .figcaption .bh-font-image {
	color: #000;
	font-size: 16px;
	padding-right: 7px;
}
.el-picture .bhImageInner.bhe-prevent-imageresize {
    width: 100% !important;
}
.el-picture .bhe-prevent-imageresize.bhImageInner img {
    cursor: auto;
    margin: 0 auto;
}
.el-picture img {
    margin: 0 auto;
    display: block;
}
.bh-femode .el-picture img {
	/*max-width: 100%;*/
	/*width: 100%;*/
	/*height: auto;*/
}
/* ----- BILD HOVER KEINE LUPE ----- */
a.el-picture.bhElement.picnozoom:hover .bhImageHover {
	display: none;
}
/* ----- BILD HOVER SKALIEREN ----- */
body:not(.bhe-state-editing) a.el-picture.bhElement.picscale .bhImageInner img {
	transition: .6s;
}
body:not(.bhe-state-editing) a.el-picture.bhElement.picscale:hover .bhImageInner img {
	transform: scale(1.1);
}
/* ----- BILD HOVER RUNDE ECKEN ----- */
body:not(.bhe-state-editing) a.el-picture.bhElement.picround .bhImageInner {
	border-radius: 50%;
	overflow: hidden;
}
.el-trenner.bhElement .el-trenner-inner:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: rgba(0,0,0,.1);
	top: 50%;
	position: relative;
}
.el-trenner.bhElement.trntop .el-trenner-inner:after {
	top: 0;
}
.el-trenner.bhElement.trnbottom .el-trenner-inner:after {
	top: 100%;
}
.el-trenner.bhElement.trnbordernone .el-trenner-inner:after {
	display: none;
}




/* ----- FIFTY FIFTY ----- */

main .el-fiftfifty.bhElement {
	min-height: 300px;
	background: #f0edec;
}
main .el-fiftfifty.bhElement.fififSchmal {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}
.el-fiftfifty.bhElement .fiftyfifty-content {
	width: 50%;
	float: right;
}
.el-fiftfifty.bhElement .fiftyfifty-content-inner {
	width: 550px;
	padding: 50px;
	padding-right: 0px;
	text-align: left;
	min-height: 200px;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.el-fiftfifty.bhElement .fiftyfifty-content-inner > div {
	flex-grow: 1;
}
.el-fiftfifty.bhElement .fiftyfifty-content-inner .bhElement {
	margin-bottom: 0px;
}
.el-fiftfifty.bhElement .fiftyfifty-picture {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	float: none;
	bottom: 0px;
}
.el-fiftfifty.bhElement .bhBgImage {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.el-fiftfifty.bhElement .el-fiftfifty .bhElementInner,
.el-fiftfifty.bhElement .el-fiftfifty	.floatchildren{
	height: 100%;
	position: relative;
}
/* ----- FIFTY FIFTY INHALT LINKS ----- */
.el-fiftfifty.bhElement.fificontentleft .fiftyfifty-content {
	float: left;
}
.el-fiftfifty.bhElement.fificontentleft .fiftyfifty-content-inner {
	text-align: left;
	float: right;
	padding: 50px;
	padding-left: 0px;
}
.el-fiftfifty.bhElement.fififSchmal .fiftyfifty-content-inner {
	padding: 48px 32px;
	width: auto;
}
.el-fiftfifty.bhElement.fificontentleft .fiftyfifty-picture {
	left: auto;
	right: 0;
}
/* ----- FIFTY FIFTY CONTENTBREITE ----- */
main .el-fiftfifty.bhElement.bh-width-normal {
	/*min-width: 1200px;*/
}
main .el-fiftfifty.bhElement.bh-width-normal .fiftyfifty-content-inner {
	width: 500px;
	max-width: 100%;
	padding-right: 50px;
	height: auto !important;
	box-sizing: border-box;
}

@media (max-width: 992px) {
	.el-fiftfifty.bhElement.fififSchmal .fiftyfifty-content-inner,
	main .el-fiftfifty.bhElement .fiftyfifty-content-inner {
		padding: 24px 12px;
	}
}
.el-picturesection .bhBackgroundImage {
	background: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.el-picturesection .bhBackgroundImage > div {
	display: flex;
	align-items: center;
	justify-content: center;	
}

.el-picturesection .bhBackgroundImage > div > div {
	width: 100%;
}






main .el-picturesection.bhElement {
	min-width: 100%;
}
.el-picturesection.bhElement .picturesection-picture {
	min-height: 300px;
}
.el-picturesection.bhElement .picturesection-picture .bhBackgroundImage {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.el-picturesection.bhElement .picturesection-content {
	position: relative;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;

	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.el-picturesection.bhElement .picturesection-content > div {
	flex-grow: 1;
}
.el-picturesection.bhElement .picturesection-content h2,
.el-picturesection.bhElement .picturesection-content p {
	color: #fff;
	margin-bottom: 20px;
}
.el-picturesection.bhElement .picturesection-content .bhe-teaser {
	color: #fff;
}
.el-picturesection.bhElement .picturesection-content .bhe-button {
	background: #b2a59f;
	border-radius: 5px;
	border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato';
    letter-spacing: 0;
	width: auto;
}
main .el-picturesection.bhElement .picturesection-content .bh-bodytext .bhe-button a {
    background-color: #aec33a;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    color: #1b1713;
    border-radius: 0;
    text-decoration: none;
    border-bottom: none;
}
/* ----- BILDSEKTION DUNKLES BILD ----- */
.el-picturesection.bhElement.darkpicture {
	background-color: #50463c;
}
.el-picturesection.bhElement.darkpicture .bhBackgroundImage {
	opacity: .5;
}
/* ----- BILDSEKTION BILD OBEN ----- */
.el-picturesection.bhElement.pstop .picturesection-picture .bhBackgroundImage {
	background-position: top center;
}
/* ----- BILDSEKTION BILD UNTEN ----- */
.el-picturesection.bhElement.psbottom .picturesection-picture .bhBackgroundImage {
	background-position: bottom center;
}
/* ----- BILDSEKTION BILD FIXED ----- */
.el-picturesection.bhElement.psfixed .picturesection-picture .bhBackgroundImage {
	background-attachment: fixed;
}
/* ----- BILDSEKTION PARALAXING ----- */
.el-picturesection.paralaxing .bhBackgroundImage {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;	
}


.el-picturesection.bhElement .bhBackgroundImage {
	transition: .3s;
}

main .el-picturesection.bhElement:hover .bhBackgroundImage {
	filter: brightness(60%);
	transition: .3s;
}


.el-picturesection h5 {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
}

.el-fiftfifty-text.bhElement {
	margin: 48px auto !important;
	background: #f0edec;
	box-sizing: border-box;
	max-width: 100%;
	width: 960px;
}

.el-fiftfifty-text.bhElement * {
	box-sizing: border-box;
}

.fiftyfiftytextcontentInner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.fiftyfifty-text-content-oben {
	padding: 32px 24px;
}

.fiftyfifty-text-content {
	display: block;
	width: 50%;
	padding: 0 24px 32px 24px;
}

.el-fiftfifty-text.bhElement img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {

	.fiftyfiftytextcontentInner {
		display: block;
	}

	.fiftyfifty-text-content {
		display: block;
		width: 100%;
		padding: 0 12px 32px 12px;
	}

}

.mpcDaiOuter {
    max-width: 100%;
}
.mpcDaiOuter,
.mpcDaiOuter * {
    box-sizing: border-box;
}

.mpcDaiOuter .dceMpcDai {
    line-height: 0;
    overflow: hidden;
}
.mpcDaiOuter .mpcDaiCode {
    background: #ededed;
    line-height: 0;
}